[gentoo-user] sgml problems

2003-08-25 Thread Theofilos Intzoglou
I'm trying to write simple sgml files like the one in 

http://www.tldp.org/HOWTO/Linuxdoc-Reference-3.html

and I cannot use the sgmltools to produce the approprite result. I get
the following error/warning messages:

$ sgmltools test.sgml 
/usr/bin/openjade:OSFD0:1:25:W: cannot generate system identifier for
document type LINUXDOC/usr/bin/openjade:OSFD0:1:25:E: reference to
entity LINUXDOC for which no system identifier could be
generated/usr/bin/openjade:OSFD0:1:0: entity was defined
here/usr/bin/openjade:OSFD0:1:25:E: DTD did not contain element
declaration for document type name/usr/bin/openjade:OSFD0:2:6:E:
element NOTES undefined/usr/bin/openjade:OSFD0:3:6:E: element
TITLE undefined/usr/bin/openjade:OSFD0:4:2:E: element P undefined
/usr/bin/openjade:OSFD0:4:12:E: element EM undefined
/usr/bin/openjade:OSFD0:5:2:E: element P undefined
/usr/bin/openjade:OSFD0:5:6:E: element BF undefined
/usr/bin/openjade:OSFD0:6:9:E: no document element

The file test.sgml is:
$ cat test.sgml 
!doctype linuxdoc system
notes
titleA Small Linuxdoc Example/title
pHello emworld/em./p
pbfHere/bf we are./p
/notes

Some info that may help you identify the problem:
$ qpkg -I -v sgml
app-text/docbook-sgml-dtd-4.1-r1 *
app-text/sgml-common-0.6.3-r4 *
app-text/docbook-sgml-utils-0.6.12 *
app-text/docbook-sgml-1.0 *
app-text/sgmltools-lite-3.0.3-r6 *
app-text/docbook-sgml-dtd-3.0-r1 *
app-text/docbook-sgml-dtd-3.1-r1 *
app-text/docbook-sgml-dtd-4.0-r1 *
app-text/docbook-sgml-dtd-4.2 *

$ qpkg -I -v jade
app-text/openjade-1.3.2-r1 *
app-text/jadetex-3.12 *

Thanks in advance!


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] etc-update not showing differences

2003-08-20 Thread Theofilos Intzoglou
Hi Petri!

Did you by any chance change anything in /etc/etc-update.conf? There is
a line there

diff_command=diff -uN %file1 %file2

Check if it is commented out (having a # character in front of it).

On Sun, 17 Aug 2003 14:14:47 +0300
Petri Lehtonen [EMAIL PROTECTED] wrote:

 Hi,
 
 When I run etc-update it no longer shows the differences between the
 original and the update.
 
 Showing differences between /etc/init.d/keymaps and
 /etc/init.d/._cfg_keymaps
 1) Replace original with update
 2) Delete update, keeping original as is
 3) Interactively merge original with update
 4) Show differences again
 Please select from the menu above (-1 to ignore this update):
 
 When I run diff manually it shows differences:
 
 # diff /etc/init.d/keymaps /etc/init.d/._cfg_keymaps
 4c4
  # $Header: /home/cvsroot/gentoo-src/rc-scripts/init.d/keymaps,v 1.16
 2003/04/27 18:39:59 azarah Exp $
 ---
  # $Header: /home/cvsroot/gentoo-src/rc-scripts/init.d/keymaps,v 1.17
 2003/07/16 19:38:51 azarah Exp $
 19a20,21
local WINDOWKEYS_KEYMAP=
 
 40c42,45
[ -z ${EXTENDED_KEYMAP} ]  local
 EXTENDED_KEYMAP=windowkeys
 ---
[ ${SET_WINDOWKEYS} = yes ] 
 WINDOWKEYS_KEYMAP=windowkeys
 
/bin/loadkeys -q ${WINDOWKEYS_KEYMAP} ${KEYMAP} \
 ${EXTENDED_KEYMAPS} /dev/null
 42d46
/bin/loadkeys -q ${EXTENDED_KEYMAP} ${KEYMAP}
 /dev/null
 46c50
[ -z ${EXTENDED_KEYMAP} ]  local
 EXTENDED_KEYMAP=windowkeys.inc
 ---
[ ${SET_WINDOWKEYS} = yes ] 
 WINDOWKEYS_KEYMAP=windowkeys.inc
 48c52,53
/usr/bin/loadkeys -q ${EXTENDED_KEYMAP} ${KEYMAP}
 /dev/null
 ---
/usr/bin/loadkeys -q ${WINDOWKEYS_KEYMAP} ${KEYMAP} \
 ${EXTENDED_KEYMAPS} /dev/null
 
 Petri
 
 
 --
 [EMAIL PROTECTED] mailing list
 




pgp0.pgp
Description: PGP signature


Re: [gentoo-user] x eats my mem and cpu

2003-08-19 Thread Theofilos Intzoglou
Hi a_k_b!

  Another app that seemed to eat all my available memory was xchat
version 1.8.x that used gtk+1.2.x. After 2 or 3 hours of chatting in the
gentoo channel resulted in the X using about 256MB RAM (all of it that
is :-P) and 250MB swap making the system unstable and only usuable after
I pushed the magic button of reset :-) I have no problems with the 2.x
versions of xchat as it uses gtk2 and it seems that it works much better
that 1.2.x. If you want to try another multiprotocol IM client have a
look at ayttm(previously known as everybuddy).

On Tue, 19 Aug 2003 12:41:15 +0200
a_k_b [EMAIL PROTECTED] wrote:

  Same problems here, sure it's gaim, sure sylpheed-claws releases
  it's memory without problems, but, when you have all your gtk+ apps
  killed, why the memory isn't released??
 
 well, i tested around for a while now and have to say that it really
 seems to be gaim. the less i chat with gaim, the later the problems
 occur. i tried to concentrate my activities to irssi the last few days
 and used gaim for only few hours. sometimes while sleeping (so no
 great activity on gaim)... and its okay, i didnt have to restart X
 again. the memory usage is about 22%, sometimes more, sometimes less.
 
 but why is this all related to X's memory usage? shouldnt a program
 use its own memory area? or is this related to the framework it uses
 (gtk2), since the framework must use X directly instead of starting a
 viewable process?
 
   arne
 
 --
 [EMAIL PROTECTED] mailing list
 




pgp0.pgp
Description: PGP signature


Re: [gentoo-user] OpenOffice - slower than death

2003-08-19 Thread Theofilos Intzoglou
Hi rh!

I remember that if I try to start ooffice when my [EMAIL PROTECTED] program
is already running with nice 19 using all available cpu, ooffice took
about a minute to start giving me an empty window! Switching between
open windows would make the window of ooffice appear transparent/empty
and it was like it had frozen. However when I am not running
[EMAIL PROTECTED] ooffice starts within 10secs and all is running quite fast
on my Athlon XP 1700+. And yes I'm using the bin package as I don't have
the patience to wait for 12hours+ for a program to emerge just to see
that after 10 hours of compiling it stopped with an error(yes this
happened to me) :-) So I 'd suggest you checked if a particular program
that you run would cause ooffice to act weird.

On Thu, 14 Aug 2003 15:15:55 -0400
rh [EMAIL PROTECTED] wrote:

 Hi.
 
 Just finished emerge'ing openoffice (24 hours later!!) and it is
 slower than death. It can take sometimes 5-10 seconds just to open the
 menus. Does anybody else have this problem? And did you manage to
 correct it? I thought compiling the source would be faster than the
 -bin files but I guess not.
 
 
 Thx.
 
 R.
 
 --
 [EMAIL PROTECTED] mailing list
 




pgp0.pgp
Description: PGP signature


Re: [gentoo-user] OpenOffice - slower than death

2003-08-19 Thread Theofilos Intzoglou
Hi rh!

On Tue, 19 Aug 2003 13:15:06 -0400
rh [EMAIL PROTECTED] wrote:

 Well, that was exactly the problem...I had setiathome running in the
 background and as soon as I killed it , openoffice works fine. I wish
 I had of discovered this before I un-emerged openoffice and emerged
 openoffice-bin. Is there a particular setting I can have setiathome
 running and still get good response from openoffice?
 

To tell you the truth I rarely use ooffice so I usually stop [EMAIL PROTECTED] before
running it and start it again after I have finished all my work with
ooffice. However if you find a nice level that ooffice works just fine
with [EMAIL PROTECTED] I'd be glad to hear about it :-)


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] gnome installation problem

2003-08-16 Thread Theofilos Intzoglou
Hi Mark!

On Sat, 16 Aug 2003 14:41:26 +0800
Mark Vandenbos [EMAIL PROTECTED] wrote:

 I tried moving them to /usr/portage/distfiles but it didn't make any
 difference for me.

You are supposed to copy all packages to /usr/portage/packages. Are you
sure there aren't any packages on the first CD too?

 Is there an emerge.conf somewhere ? 
 Guess not.. that would be too easy :P 

Well guess what! There is a make.conf :-) You can make some changes
there that will affect emerge.

Hope that helps! Have fun!


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Arts problem

2003-08-14 Thread Theofilos Intzoglou
Hi Andrea!

/var/tmp/ccache I think it is... Someone correct me if I'm wrong.

On Wed, 6 Aug 2003 13:03:01 +
Andrea Bergia [EMAIL PROTECTED] wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Alle Wednesday 06 August 2003 10:52, Theofilos Intzoglou ha scritto:
  You just have to add ccache in FEATURES in /etc/make.conf and it is
  ready! It would be nice though to change CCACHE_SIZE in
  /etc/make.conf in something that would fit your hard drive space.
  2GB is too much for mine at least! :-D
 
 Ok, done. But where does ccache stores its files? I've 5 GB free on a 
 reiserfs partition, i could use them.
 
 - -- 
 Andrea Bergia - studente  Linux Registered User #281550
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.2 (GNU/Linux)
 
 iD8DBQE/MPyF/QsGXRtKyZkRAjPmAJ93PK5nrZTwozyeox0ng+W2adLlMgCdEeqc
 oUlNSRvmmiC/ijfI8Dn2uDU=
 =Kd5T
 -END PGP SIGNATURE-
 
 --
 [EMAIL PROTECTED] mailing list
 
 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] portage logs

2003-08-14 Thread Theofilos Intzoglou
Hi Renat!

  This was exactly what I was looking for! logrotate cannot handle the
logs that emerge creates unfortunately so I had to use a custom script.
I had almost forgot the script that cleans up /tmp. So I created two
cron jobs, one in cron.weekly to bzip2 the newly created files with

find /var/log/portage/ -type f -name *.log -exec bzip2 -9q '{}' \;

(you really have to use  when you are using wildcards in -name if
you don't want your find to have unpredictable results ;-)
and one in cron.monthly to delete the old month's log files with

find /var/log/portage/ -not -type d -mtime +30 -print0 |
xargs --null --no-run-if-empty rm -f

Thank you a lot!

On Sun, 10 Aug 2003 02:26:41 +0200
Renat Golubchyk [EMAIL PROTECTED] wrote:

 On Sunday 10 August 2003 01:11, Theofilos Intzoglou wrote:
It would be nice if the logs that emerge creates were compressed
  with gzip of even better with bzip2. Another nice feature would be
  to automatically erase the old ones. Are these features already
  implemented? The reason I'm asking for these because recently I did
  a du --max-depth=1 -k /var/log/ and I got:
 
  4   /var/log/news
  4   /var/log/emerge
  316 /var/log/cups
  4   /var/log/mysql
  272936  /var/log/portage
  152 /var/log/samba
  281300  /var/log
 
  270Megs of log files is kinda too much isn't it? ;-) There were logs
  of emerges done in May in there! For now I'am erasing these manually
  myself but I'd like to find a way to automate it. Thanks!
 
 Well, you can make a script and put it, for example, under
 /etc/cron.weekly . Here is an example copied directly from the 'find'
 info page:
 
 # cut here 
Removing old files from `/tmp' is commonly done from `cron':
 
  find /tmp /var/tmp -not -type d -mtime +3 -print0 |
xargs --null --no-run-if-empty rm -f
 
  find /tmp /var/tmp -depth -mindepth 1 -type d -empty -exec rmdir
  {} \;
 
The second `find' command above uses `-depth' so it cleans out
empty
 directories depth-first, hoping that the parents become empty and can
 be removed too.  It uses `-mindepth' to avoid removing `/tmp' itself
 if it becomes totally empty.
 # cut here 
 
 You could change the lines to remove the files from /var/log/portage
 instead of /tmp and put them under cron.something .
 
 For compression you can use something like this:
 find /var/log/portage/ -type f -name *.log -exec bzip2 -9q '{}' ';'
 
 If you put it in file under cron.daily your portage log files will be 
 compressed once every day (if they are not compressed yet).
 
 These too scripts would probably do what you want: compress the logs
 and remove the old ones.
 
 
 Cheers,
 Renat
 
 
 P.S. I don't have these scripts in my cron, just created them while
 writing this, but I just compressed my /var/log/portage with bzip and
 the size went down from 83MB to 3MB (with gzip 4MB). Those logs are
 mostly pretty small, there were only few big ones like 17MB for
 openoffice, 10MB for glibs, etc.
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 




pgp0.pgp
Description: PGP signature


Re: [gentoo-user] AAH! No gnucash in german whatever I try... and..de translation help?

2003-08-14 Thread Theofilos Intzoglou
Hi Henri!

Try running 'ls -s /usr/share/locale/de /usr/share/locale/[EMAIL PROTECTED]' if
the link doesn't already exist. It maybe that it is searching for a
directory [EMAIL PROTECTED] in the locale directory, not finding one and using
the default C messages. Hope that helps!

On Wed, 6 Aug 2003 01:09:05 +0200
Henri Schom__cker [EMAIL PROTECTED] wrote:

 Hi folks,
 
 I seem to be totally lost...
 Whatever I tried, I don't get gnucash running with german language.
 first I just emerged gnucash just right away.
 
 My locale settings are:
 # echo $LANG
 [EMAIL PROTECTED]
 # echo $LANGUAGE
 49
 # echo $LC_ALL
 [EMAIL PROTECTED]
 
 The german .mo file is in /usr/share/locale/
 
 I started it aaand... english.
 
 O.K. I took a look at the ebuild and then also includet 
 nls hbci and ofx to my make-tags.
 
 Now I should have all requirements to get my gnucash in german, or
 not? Ah, again: emerge gnucash ...
 Gnucash emerges and also the hbci proggies and libs.
 O.K. much better, but does it start in german language? - NO!
 
 Some searching with google.. I found another environment var which I
 also tried, but It didn't help also, so I removed it again.
 
 I can't imagine that the guys who wrote this software made
 localisation dependent of one _undocumented_ env. var. 
 
 I dont know enought about gettext but coud it be that the german
 gettext .mo file can't be found? And if yes, how can I solve the
 problem?
 
 Please help me... I'm stuck... 
 
 Ah, btw: Wenn Du fliessend Deutsch sprichst und zuf__llig schon ein
 bischen Erfahrung mit solchen Programmen hast: Ich suchte gerade nach
 so einem Programm, eben weil ich mich mit den finanziellen Dingen
 nicht so gut auskenne. Nach den ersten Misserfolgen mit Gnucash bin
 ich auf KMyMoney gestossen, was auch prima bei mir l__uft. Wieder nur
 auf englisch! Na gut, aber das kann ja nicht so wild sein, ist ja noch
 nicht so weit, das Programm, aber f__r meine Belange w__rds schon
 reichen und schwupps, hab ich angefangen mit der ersten __bersetzung.
 Das Bl__de ist nur, da ich von der Materie wirklich keinen blassen
 Schimmer hab, sind mir ein paar __bersetzungen, und das sind eben
 manchmal echt wichtige, __brig geblieben, f__r die ich einen, oder gerne
 auch mehrere Tester und Kritiker suche. Ist echt kein Thema: 
 # emerge kmymoney
 Email an mich und ich schick Dir das aktuellste deutsche __
 bersetzungsfile, ads einfach in  /usr/share/locale/de/LC_MESSAGES
 kopieren und schon kann man das Programm au/usr/share/locale/ deutsch
 ausprobieren. Was ich falsch __bersetzt hab oder noch nicht __bersetzt
 ist, schickt Ihr mir einfach als Email. Nat__rlich bekommt jeder direkt
 die fertige Version, die ich dann an die Entwickler schicke. N vorl__
 ufiger Patch f__r Gentoo ist nat__rlich auch kein Problem.
 Also: Bisher hab ich von 672 __bersetzungen in drei Tagen 152 noch
 nicht geschafft.
 
 Je mehr Sprachen verf__gbar sind, desto mehr Leute probieren es aus,
 mehr feedback, besssere Programme und gerade in diesem Bereich eine f__
 r Leute wie mich un__berwindliche H__rde weniger, mal ein Programm zu
 testen, das es glaub ich wert ist.
 
 I woud be very thankful for any answer to any question...
 
 ...many thanks in advance,
   yours Henri
 
 -- 
 |  Henri Schom__cker  -  VIRTUAL HOMES
 | Datendesign f__r Internet und Intranet
 | henri.schomaecker_at_virtual-homes.de
 |  http://www.virtual-homes.de
 |  Public Key: /.gnupg/public_key.txt
 --
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cannot print to a printserver with CUPS

2003-08-14 Thread Theofilos Intzoglou
Hi Martin!

Did you try to setup the printer from the web interface? You just have
to point your web browser to http://localhost:631. Some times it works
better than setting the printer configuration yourself. Hope that helps!

On Tue, 05 Aug 2003 19:56:46 +0200
Martin Monsorno [EMAIL PROTECTED] wrote:

 Hi *,
 
 i have a problem while trying to print with CUPS from my gentoo
 machine.
 
 - i have installed net-print/cups.
 
 - the printer is connected to a printserver (an SMC router), which
   speaks the lpd protocoll, I can connect to this with telnet on port
   515, and i can print from a windows machine to it
 
 - according to this I configured CUPS to use the DeviceURI
   lpd://router/lp (which is the correct URI according to the
   printserver docs)
 
 - now when i try to print, /var/log/cups/error_log says:
 
 ,
 | I [05/Aug/2003:19:45:43 +0200] Started filter
 | /usr/lib/cups/filter/foomatic-rip (PID 7481) for job 11. E
 | [05/Aug/2003:19:45:43 +0200] PID 7481 stopped with status 22! I
 | [05/Aug/2003:19:45:43 +0200] Hint: Try setting the LogLevel to
 | debug to find out more. I [05/Aug/2003:19:45:43 +0200] Started
 | backend /usr/lib/cups/backend/lpd (PID 7482) for job 11. W
 | [05/Aug/2003:19:45:43 +0200] [Job 11] Remote host did not respond
 | with data status byte after 300 seconds!
 `
  
   and /var/log/syslog says:
 
 ,
 | Aug  5 19:19:31 igent kernel: Process rastertoprinter tried to read
 | below stack Aug  5 19:19:31 igent kernel:   addr: 7f7f7f7f, gpr1:
 | 7210, pc: 0fa66704, lr: 0fa64dd4i
 `
 
 
 Any hints what could be the problem?
 
 thanks
  
 -- 
 Martin
 
 --
 [EMAIL PROTECTED] mailing list
 
 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: portage logs

2003-08-14 Thread Theofilos Intzoglou
Hi Thorsten!

  The logs, that emerge produces, have no default name. Also, a log is
created for every package that is being emerged and after that emerge,
the log file will never be opened again for something to be added.
Logrotate is usually used for logs with standard names that you want to
do rotation and compression on them. I just couldn't find a logical way
to set up the logrotate to do what I wanted. Maybe the can't handle
statement was a bit too much :-) If you can find a way to set it up with
logrotate I would be glad to use that instead of the custom scripts.

On Sun, 10 Aug 2003 15:24:13 +0200
Thorsten Kampe [EMAIL PROTECTED] wrote:

 * Theofilos Intzoglou (2003-08-10 13:54 +0200)
This was exactly what I was looking for! logrotate cannot handle
the
  logs that emerge creates unfortunately [...]
 
 What's so special about the emerge logs that logrotate can't handle?!
 
 T.
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 




pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Gentoo poll #4

2003-08-14 Thread Theofilos Intzoglou
Hi Norberto!

Yes, yes I know... My mistake! This time I forgot to change the email
address :-P

On Mon, 11 Aug 2003 16:04:38 -0300
Norberto BENSA [EMAIL PROTECTED] wrote:

 Fred Van Andel wrote:
   Please respond by emailing your reply to [EMAIL PROTECTED]
   . Please do NOT reply within the mailing list
 
 !!!
 
 
 
 




pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Russian input in Netbeans

2003-08-14 Thread Theofilos Intzoglou
Hi Vano!

On Mon, 11 Aug 2003 16:59:03 +0500
Vano Beridze [EMAIL PROTECTED] wrote:

 Next,
 in my /opt/sun-jdk-1.4.2/jre/lib/font.properties
 
 monospaced.0=-bh-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-
 iso8859-1 monospaced.1=--standard symbols
 l-medium-r-normal--*-%d-*-*-p-*-urw-fontspecific
 

Why don't you change font.properties to have monospaced.0 and
monospaced.1 use a font with iso8859-12? This could solve your problem.


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] problem with emerge world when using another/var/cache/edb/world

2003-08-14 Thread Theofilos Intzoglou
Hi oom!

I think that on the thread that you are talking about, it was said that
just copying the world file over to the new system doesn't really work.
You have to do something like:

emerge `cat /path/to/the/old/world`

to get every package that you had in your old system.

On 05 Aug 2003 12:06:21 +1200
oom [EMAIL PROTECTED] wrote:

 As discused on a previous thread for rebuilding another gentoo box.. i
 have done the following:
 
 I may be a bit of a nitwit... 
 
 Started with stage 3
 emerged system and some other basic things.
 
 copied make.conf and /var/cache/edb/world from another system,
 modified make.conf to suit..
 
 Now when I do emerge world -p instead of building the packages in the
 world file it does this.. root # emerge world -p
 
 These are the packages that I would merge, in order:
 
 Calculating world dependencies   
 *** Package in world file is not installed: app-text/spellutils
 etc for each package in world file.
 
 How do I force it to install things from the world file?
 
 
 
 Thanks,
 ooM
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Arts problem

2003-08-11 Thread Theofilos Intzoglou
Hi Ronald!

  Good! So if you haven't added userprv the ccache files are in root's
home directory in .ccache. If you have userprv and everything is being
built as portage user? The home directory of portage user seems to be
/var/tmp/portage but there is no .ccache in there but the
/var/tmp/ccache dir has a similar structure and most of all is near to
the size I configure it to be in make.conf :-)

On Wed, 6 Aug 2003 14:34:06 +0200
Ronald Landheer-Cieslak [EMAIL PROTECTED] wrote:

 On Wed, Aug 06, 2003 at 02:58:15PM +0300, Theofilos Intzoglou wrote:
  Hi Andrea!
  
  /var/tmp/ccache I think it is... Someone correct me if I'm wrong.
 
 $ man ccache
 ...
 ENVIRONMENT VARIABLES
ccache used a number of environment variables to control
operation.  In most cases you won't need any of these as the
defaults will be fine.
 
CCACHE_DIR
   the  CCACHE_DIR environment variable specifies where
   ccache will keep its cached compiler output. The default
   is $HOME/.ccache.
 ..
 
 HTH
 
 rlc
 
  
  On Wed, 6 Aug 2003 13:03:01 +
  Andrea Bergia [EMAIL PROTECTED] wrote:
  
   -BEGIN PGP SIGNED MESSAGE-
   Hash: SHA1
   
   Alle Wednesday 06 August 2003 10:52, Theofilos Intzoglou ha
   scritto:
You just have to add ccache in FEATURES in /etc/make.conf and it
is ready! It would be nice though to change CCACHE_SIZE in
/etc/make.conf in something that would fit your hard drive
space. 2GB is too much for mine at least! :-D
   
   Ok, done. But where does ccache stores its files? I've 5 GB free
   on a reiserfs partition, i could use them.
   
   - -- 
   Andrea Bergia - studente  Linux Registered User
   #281550
   -BEGIN PGP SIGNATURE-
   Version: GnuPG v1.2.2 (GNU/Linux)
   
   iD8DBQE/MPyF/QsGXRtKyZkRAjPmAJ93PK5nrZTwozyeox0ng+W2adLlMgCdEeqc
   oUlNSRvmmiC/ijfI8Dn2uDU=
   =Kd5T
   -END PGP SIGNATURE-
   
   --
   [EMAIL PROTECTED] mailing list
   
   
  
  
  
  --
  [EMAIL PROTECTED] mailing list
 
 -- 
 Behind every great man, there is a woman -- urging him on.
   -- Harry Mudd, I, Mudd, stardate 4513.3
 
 --
 [EMAIL PROTECTED] mailing list
 
 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Arts problem

2003-08-10 Thread Theofilos Intzoglou
Hi Andrea!

  Just a few suggestions that may help.  One last one... ccache...
  this should almost be a requirement with CVS ebuilds.  Works
  wonderfully to lower the amount of time required to recompile the
  sources.
 
 Well, I used on my Slackware, but how can I enable it? I emerged it,
 and now? It's magically enabled?

You just have to add ccache in FEATURES in /etc/make.conf and it is
ready! It would be nice though to change CCACHE_SIZE in /etc/make.conf
in something that would fit your hard drive space. 2GB is too much for
mine at least! :-D

--
[EMAIL PROTECTED] mailing list



[gentoo-user] portage logs

2003-08-10 Thread Theofilos Intzoglou
  It would be nice if the logs that emerge creates were compressed
with gzip of even better with bzip2. Another nice feature would be to
automatically erase the old ones. Are these features already
implemented? The reason I'm asking for these because recently I did a
du --max-depth=1 -k /var/log/ and I got:

4   /var/log/news
4   /var/log/emerge
316 /var/log/cups
4   /var/log/mysql
272936  /var/log/portage
152 /var/log/samba
281300  /var/log

270Megs of log files is kinda too much isn't it? ;-) There were logs of
emerges done in May in there! For now I'am erasing these manually
myself but I'd like to find a way to automate it. Thanks!


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Linux 2.6 and ALSA

2003-08-10 Thread Theofilos Intzoglou
Hi Dhruba!

alsa-lib is needed by many programs to be able to have alsa support.
Eg. xine, mplayer etc. You can check this with 'emerge -ep xine-lib
|grep alsa' or 'emerge -ep mplayer |grep alsa' (you should have of
|course the alsa use flag'. After all, only the drivers are included in
the 2.6.0 kernel :-) Alsa tools and alsa utils just give you a couple
of little programs to fine-tune your sound support, set up the mixer
volumes and such... Hope that helps!

On Sat, 09 Aug 2003 09:20:09 +0100
Dhruba Bandopadhyay [EMAIL PROTECTED] wrote:

 Theofilos Intzoglou wrote:
  I have been using the 2.6.0 test series kernels and I can say that
  alsa works very well with the various tools and utils. At least they
  do with my SB Digital :-) I have injected the alsa-driver package
  and I can now emerge everything I want that uses alsa.
 
 I assume there's no need for alsa-lib only alsa-tools and alsa-utils?
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 




pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Linux 2.6 and ALSA

2003-08-08 Thread Theofilos Intzoglou
I have been using the 2.6.0 test series kernels and I can say that alsa
works very well with the various tools and utils. At least they do with
my SB Digital :-) I have injected the alsa-driver package and I can now
emerge everything I want that uses alsa.

On 07 Aug 2003 15:46:42 -0700
Mark Knecht [EMAIL PROTECTED] wrote:

 On Thu, 2003-08-07 at 15:26, Collins Richey wrote:
 
  So, I presume the alsa-tools and alsa-utils function work on 2.6.0?
 
 They appear to. I know a few folks from the Alsa-Devel lists have
 tried them. I have not personally done so myself.
 
 - Mark
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 




pgp0.pgp
Description: PGP signature


Re: [gentoo-user] opengl-update borked

2003-08-05 Thread Theofilos Intzoglou
Hi Sebastian!

What is the error you get when you try to emerge blender?

On Mon, 04 Aug 2003 10:13:06 +0200
Sebastian Bergmann [EMAIL PROTECTED] wrote:

   Hi,
 
   apparently [1] opengl-update is borked on my laptop.
 
   While OpenGL seems to work, at least glxinfo and glxgears do, I
   can't emerge packages that depend on it, for instance Blender.
 
   Any idea on how to fix this would be appreciated,
 Sebastian
 
   --
   [1] http://bugs.gentoo.org/show_bug.cgi?id=25407
 
 -- 
 Sebastian Bergmann
 http://sebastian-bergmann.de/  
 http://phpOpenTracker.de/
 
 Das Buch zu PHP 5:
 http://professionelle-softwareentwicklung-mit-php5.de/
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] UTF-8

2003-07-29 Thread Theofilos Intzoglou
Hi Steven!

The problem is that if I use the iso8859-1 charset I won't be able to
read the greek messages that my friends send me ;-) I am from Greece so
I have to use iso8859-7 to read greek but then when someone writes some
german or french characters with accents I get some greek letters in
their words/names. These characters may also appear in
filenames. Following the howto that is on the link that I posted I
managed to have a Unicode console that can show up to 100+ languages
with the appropriate font :-) This is something that I'd like to see in
every app and it isn't that difficult to use as a simple user or to code
if you are a developer. Most GTK2/QT apps support Unicode. Interested
yet? Imagine that using Unicode everything you write in an email will
stay the same on the other end of the line as there will be no charset
convertion. Also you can have multilingual emails/documents with a
combination of English/Japanese/Thai/Hebrew in plain text!!! Even math
symbols! I think that it deserves some testing don't you ;-)

On Mon, 28 Jul 2003 22:49:29 -0500
Steven Elling [EMAIL PROTECTED] wrote:

 On Monday 28 July 2003 06:50, Theofilos Intzoglou wrote:
Being sick and tired of seeing strange characters all over the
place
  in documents, I have taken the decision to convert my whole system
  to use unicode for character encoding. Has anybody else done that
  before? I have found a page on the Internet that explains some stuff
  but any help is welcome! This is the link:
 
  http://www.cl.cam.ac.uk/~mgk25/unicode.html
 
Are there any problems using unicode? Most libraries nowadays
support
  UTF-8 and most programs are converted to use it. Maybe creating a
  HOWTO would be a nice idea (if it doesn't already exist) adding a
  list at the end of applications that support UTF-8. Thanks in
  advance!
 
 I make it a habit to set the environment variable LANG to en_US in 
 '/etc/env.d/00basic'.  LANG determines which locale to use and in the
 case of en_US uses iso8859-1 to display characters.  en_US allows me
 to view en, em, vulgar fractions, letters with accents, etc. (man
 iso_8859_1).
 
 Your current locale settings can be determined by running locale.  If
 LANG is set to POSIX (the default) then only the ASCII character set
 is used (man ascii).
 
 The command locale does not have a man or info page so use 'locale
 --help' to get a listing of options.
 
 locale comes with the GNU libc6 C library (sys-libs/glibc).
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] NFS problem

2003-07-29 Thread Theofilos Intzoglou
Hi Michael!

You can add the nfsmount that starts the portmap deamon
automatically.

On Mon, 28 Jul 2003 18:48:49 -0400
Michael W. Holdeman [EMAIL PROTECTED] wrote:

 Thanks,
 Forgot to start portmap. Can I add it with rc-update?
 
 
 Mike
 
 
 On Monday 28 July 2003 05:17 pm, Theofilos Intzoglou wrote:
  Hi Michael!
 
  You probably forgot to run /etc/init.d/nfsmount start, or you have
  set up a firewall and forgot to let portmap connections to come in
  from the nfs server. You can also take a look at www.tldp.org for a
  nfs howto. Hope that helps!
 
  On Mon, 28 Jul 2003 15:30:04 -0400
 
  Michael W. Holdeman [EMAIL PROTECTED] wrote:
   My new gentoo build machine is having trouble mounting the NFS
   shares on my FreeBSD server. It does mount but takes forever.
   dmesg reports the following.
  
   portmap: server localhost not responding, timed out
   portmap: server localhost not responding, timed out
   lockd_up: makesock failed, error=-5
   portmap: server localhost not responding, timed out
   bash-2.05b$
  
   Anyone have any ideas. All other gentoo machines do not have a
   problem
  
   mounting this share.
  
  
   Mike
  
   --
   Michael W. Holdeman
   Powered by Gentoo Linux
   Kernel 2.4.22_pre2-gss
   Windows app thanks to Win4Lin www.netraverse.com
  
  
   --
   [EMAIL PROTECTED] mailing list
 
  --
  [EMAIL PROTECTED] mailing list
 
 -- 
 Michael W. Holdeman
 
 Why keep payin g for windoze??
 Powered by Gentoo Linux 1.2 www.gentoo.org
 Linux Kernel 2.4.22_rc2-gss lowlatency, preemptable
 Windows Apps thanks to Win4Lin 5.0 www.netraverse.com
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] UTF-8

2003-07-29 Thread Theofilos Intzoglou
Hi gabor!

Thanks for your reply. This is what I have done so far and it seems to
work. However fluxbox is giving me a hard time crashing an sylpheed
gives me text full of boxes if I use a unicode font, even for english
text. Also the keyboard layout change doesn't work that good as I can
write in greek but the accent can't be used :-/ I hope it isn't a
problem that I used el_GR to generate el_GR.utf8 instead of
en_something... Oh and I put LC_* in the .bashrc so that I don't have to
added everytime /etc/profile gets updated.

On 29 Jul 2003 12:20:57 +0200
gabor [EMAIL PROTECTED] wrote:

 On Tue, 2003-07-29 at 05:49, Steven Elling wrote:
  On Monday 28 July 2003 06:50, Theofilos Intzoglou wrote:
 Being sick and tired of seeing strange characters all over the
 place
   in documents, I have taken the decision to convert my whole system
   to use unicode for character encoding. Has anybody else done that
   before? I have found a page on the Internet that explains some
   stuff but any help is welcome! This is the link:
  
   http://www.cl.cam.ac.uk/~mgk25/unicode.html
  
 Are there any problems using unicode? Most libraries nowadays
 support
   UTF-8 and most programs are converted to use it. Maybe creating a
   HOWTO would be a nice idea (if it doesn't already exist) adding a
   list at the end of applications that support UTF-8. Thanks in
   advance!
  
  I make it a habit to set the environment variable LANG to en_US in 
  '/etc/env.d/00basic'.  LANG determines which locale to use and in
  the case of en_US uses iso8859-1 to display characters.  en_US
  allows me to view en, em, vulgar fractions, letters with accents,
  etc. (man iso_8859_1).
 
 for having utf-8 in most of applications, you have to switch to an
 utf-8 locale... i do it with the following:
 
 1. 'generate' the required locale.. i use the following command:
 localedef -f UTF-8 -i en_US en_US.UTF-8
 
 2. then i switch to it in /etc/profile (/etc/env.d/00basic gets
 overwritten sometimes by portage)
 export LC_ALL=en_US.UTF-8
 
 
 gabor
 
 
 
 -- 
 Don't worry. I used the back of my sword. Oh, it's double-sided.
 Sorry. -Zelgadis, Slayers
 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] UTF-8

2003-07-29 Thread Theofilos Intzoglou
Hi Gour!

It's good to hear that! That is what I'm trying to acheive here.
Well it seems that fluxbox doesn't like UTF encoding for some reason and
sylpheed gives me boxes instead of letters when I try to use a unicode
font. At least KDE works :-) Does anyone know of a mailer for X that
supports UTF-8 and mh mailboxes without crashing? (Balsa and evolution
failed the mh part with the crashing :-)

On Tue, 29 Jul 2003 13:19:03 +0200
Gour [EMAIL PROTECTED] wrote:

 Theofilos Intzoglou ([EMAIL PROTECTED]) wrote:
 
  Thanks for your reply. This is what I have done so far and it seems
  to work. However fluxbox is giving me a hard time crashing an
  sylpheed gives me text full of boxes if I use a unicode font, even
  for english text. Also the keyboard layout change doesn't work that
  good as I can write in greek but the accent can't be used :-/ I hope
  it isn't a problem that I used el_GR to generate el_GR.utf8 instead
  of en_something... Oh and I put LC_* in the .bashrc so that I don't
  have to added everytime /etc/profile gets updated.
 
 Since quite some time I setup hr_HR.UTF-8 (for Croatia) on my box (I'm
 still at SuSE waiting to get pre-ordered V1.4 CDs) and I'm quite happy
 with Unicode.
 
 Beeing non-US users I know the frustration of different encodings and
 my Mutt mailer is happy showing strange chars - no boxes :-)
 
 Sincerely,
 Gour
 
 ps. Vim, DocBook, ConTeXt .. are also very happy with utf-8 :-)
 
 -- 
 Gour
 [EMAIL PROTECTED]
 Registered Linux User #278493
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] xpm file display programs?

2003-07-29 Thread Theofilos Intzoglou
Hi Mark!

Did you try display of the package Imagemagick?

On Tue, 29 Jul 2003 07:41:06 -0700
Mark Knecht [EMAIL PROTECTED] wrote:

 Hi,
Can anyone recommend a very light program that will display xpm
files? I
 do not need to edit them. I didn't want to load something as large as
 gimp just to view a file.
 
 Thanks,
 Mark
 
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] NFS problem

2003-07-29 Thread Theofilos Intzoglou
Hi Michael!

nfsmount is in the nfs-utils package along with some other utilities.

On Tue, 29 Jul 2003 11:20:10 -0400
Michael W. Holdeman [EMAIL PROTECTED] wrote:

 I tried/etc/init.d/nfsmount  filenot found??
 
 
 Mike
 
 
 On Tuesday 29 July 2003 05:11 am, Theofilos Intzoglou wrote:
  Hi Michael!
 
  You can add the nfsmount that starts the portmap deamon
  automatically.
 
  On Mon, 28 Jul 2003 18:48:49 -0400
 
  Michael W. Holdeman [EMAIL PROTECTED] wrote:
   Thanks,
   Forgot to start portmap. Can I add it with rc-update?
  
  
   Mike
  
   On Monday 28 July 2003 05:17 pm, Theofilos Intzoglou wrote:
Hi Michael!
   
You probably forgot to run /etc/init.d/nfsmount start, or you
have set up a firewall and forgot to let portmap connections to
come in from the nfs server. You can also take a look at
www.tldp.org for a nfs howto. Hope that helps!
   
On Mon, 28 Jul 2003 15:30:04 -0400
   
Michael W. Holdeman [EMAIL PROTECTED] wrote:
 My new gentoo build machine is having trouble mounting the NFS
 shares on my FreeBSD server. It does mount but takes forever.
 dmesg reports the following.

 portmap: server localhost not responding, timed out
 portmap: server localhost not responding, timed out
 lockd_up: makesock failed, error=-5
 portmap: server localhost not responding, timed out
 bash-2.05b$

 Anyone have any ideas. All other gentoo machines do not have a
 problem

 mounting this share.


 Mike

 --
 Michael W. Holdeman
 Powered by Gentoo Linux
 Kernel 2.4.22_pre2-gss
 Windows app thanks to Win4Lin www.netraverse.com


 --
 [EMAIL PROTECTED] mailing list
   
--
[EMAIL PROTECTED] mailing list
  
   --
   Michael W. Holdeman
  
   Why keep payin g for windoze??
   Powered by Gentoo Linux 1.2 www.gentoo.org
   Linux Kernel 2.4.22_rc2-gss lowlatency, preemptable
   Windows Apps thanks to Win4Lin 5.0 www.netraverse.com
  
  
   --
   [EMAIL PROTECTED] mailing list
 
  --
  [EMAIL PROTECTED] mailing list
 
 -- 
 Michael W. Holdeman
 
 Why keep payin g for windoze??
 Powered by Gentoo Linux 1.2 www.gentoo.org
 Linux Kernel 2.4.22_rc2-gss lowlatency, preemptable
 Windows Apps thanks to Win4Lin 5.0 www.netraverse.com
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 



--
[EMAIL PROTECTED] mailing list



[gentoo-user] UTF-8

2003-07-28 Thread Theofilos Intzoglou
  Being sick and tired of seeing strange characters all over the place
in documents, I have taken the decision to convert my whole system to
use unicode for character encoding. Has anybody else done that before? I
have found a page on the Internet that explains some stuff but any help
is welcome! This is the link:

http://www.cl.cam.ac.uk/~mgk25/unicode.html

  Are there any problems using unicode? Most libraries nowadays support
UTF-8 and most programs are converted to use it. Maybe creating a HOWTO
would be a nice idea (if it doesn't already exist) adding a list at
the end of applications that support UTF-8. Thanks in advance!

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] NFS problem

2003-07-28 Thread Theofilos Intzoglou
Hi Michael!

You probably forgot to run /etc/init.d/nfsmount start, or you have set
up a firewall and forgot to let portmap connections to come in from the
nfs server. You can also take a look at www.tldp.org for a nfs
howto. Hope that helps!

On Mon, 28 Jul 2003 15:30:04 -0400
Michael W. Holdeman [EMAIL PROTECTED] wrote:

 My new gentoo build machine is having trouble mounting the NFS shares
 on my FreeBSD server. It does mount but takes forever. dmesg reports
 the following.
 
 portmap: server localhost not responding, timed out
 portmap: server localhost not responding, timed out
 lockd_up: makesock failed, error=-5
 portmap: server localhost not responding, timed out
 bash-2.05b$
 
 Anyone have any ideas. All other gentoo machines do not have a problem
 
 mounting this share.
 
 
 Mike
 
 -- 
 Michael W. Holdeman
 Powered by Gentoo Linux 
 Kernel 2.4.22_pre2-gss
 Windows app thanks to Win4Lin www.netraverse.com
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Some misc stuff

2003-07-27 Thread Theofilos Intzoglou
Hi Canek,

1. I haven't used gnome for ages and I don't know the answer to that.
2. If you use xfs (X font server), did you change the catalog of font
   directories in the file/etc/X11/fs/config? After changing that
   execute 'fc-cache -f' and you should be ok.
3. To get the system to shutdown you need to have apm support compiled
   as a module or even better compiled in the kernel.

Hope that helps! 

On 26 Jul 2003 18:39:18 -0600
Canek Pelez Valds [EMAIL PROTECTED] wrote:

 Hi; all my Gentoo systems (desktop Athlon 1.3 Ghz, server Pentium
 166 Mhz, and laptop Pentium IV 1.8 Ghz), are near perfection. Really;
 they work so good I want to cry of joy.
 
 This unbelievable heaven it's just not perfect because some little
 annoying things:
 
   1. In both my Gnome setups, I've a submenu in the Applications menu
   that
  says KDE Menu (I've KDE for some apps). The icon in the menu is
  a page with a red cross (I assume that the icon is missing/not
  found). I want to change that for a) remove it or b) set the
  icon. (I know this is almost ridiculous, but really the system is
  near perfection).
 
   2. First time I install Gentoo, I've BEAUTIFUL fonts in Mozilla
   (really,
  the guys at the work with Windows or Mac OS X where like
  whoa!). Then(I think it was when XFree 4.0.3 was marked
  stable), I loose those fonts(along with my japanese fonts; I surf
  a lot of japanese sites). Now I manually install a lot of fonts,
  and Mozilla it's Ok, but not perfect. So, anyone knows how to
  configure ALL the fonts in Mozilla (not only the GUI, I mean, ALL
  the fonts)?
 
   3. My Athlon no longer shutdowns. When I halt the machine, the
   console gets
  a power off message, and stays there. I don't know why this
  happen; I don't remember recompiling my kernel, and it used to
  work. This is the most annoying thinh, because I can't shut down
  the machine by a script or remotely.
 
 Any help with these issues will be great. Thanks!
 
 Canek
 -- 
 The difference between the right word and the almost right word is the
 difference between lightning and the lightning bug.
   -- Mark Twain
 
 --
 [EMAIL PROTECTED] mailing list
 
 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] modules/kernel problem

2003-07-27 Thread Theofilos Intzoglou
  Attaching the .config file of the kernel you want to use would be most
helpful in detecting the problem. I have compiled about 7 different
kernel versions even the latest development-sources (2.6.0.pre1) which I
use for a weel now and never had such problem.
  Some things you could try before sending the attachment is to run
'update-modules' after'make bzImage modules modules_install'. Also if
you use lilo as your boot manager after building the kernel and copying
the kernel to /boot(remember to mount it first!!!), you should edit
/etc/lilo.conf and run lilo for it to see the change in the kernel.
After that you usually reboot and you are ok. Good luck!

On 26 Jul 2003 14:39:05 -0700
hmhansolo [EMAIL PROTECTED] wrote:

 hey
 
 i have been having some module/kernel problems.
 on any and all modules on my system, i get unresolved symbols error
 when i try to modprobe/insmod them. this includes my nvidia module,
 ip_tables modules, any and all modules. i have been having this
 problem since day one of installation of my gentoo system. i have been
 working for a month on this problem without any luck. i have read tons
 of forums and howto's and documents. nothing has helped.
 
 the unresolved symbols are always function names followed by random
 numbers and alphabets.. here is an example of when i try to load
 ip_tables:
 
 /lib/modules/2.4.20-gentoo-r5/kernel/net/ipv4/netfilter/ip_tables.o:
 unresolved symbol remove_proc_entry_R73b594e0
 /lib/modules/2.4.20-gentoo-r5/kernel/net/ipv4/netfilter/ip_tables.o:
 unresolved symbol vfree_R2fd1d81c
 /lib/modules/2.4.20-gentoo-r5/kernel/net/ipv4/netfilter/ip_tables.o:
 unresolved symbol nf_unregister_sockopt_R6bbe36fd
 /lib/modules/2.4.20-gentoo-r5/kernel/net/ipv4/netfilter/ip_tables.o:
 unresolved symbol request_module_R27e4dc04
 /lib/modules/2.4.20-gentoo-r5/kernel/net/ipv4/netfilter/ip_tables.o:
 unresolved symbol irq_stat_R46407bf4
 /lib/modules/2.4.20-gentoo-r5/kernel/net/ipv4/netfilter/ip_tables.o:
 unresolved symbol __generic_copy_to_user_Rd523fdd3
 /lib/modules/2.4.20-gentoo-r5/kernel/net/ipv4/netfilter/ip_tables.o:
 unresolved symbol __generic_copy_from_user_R116166aa
 /lib/modules/2.4.20-gentoo-r5/kernel/net/ipv4/netfilter/ip_tables.o:
 unresolved symbol do_softirq_Rf0a529b7
 /lib/modules/2.4.20-gentoo-r5/kernel/net/ipv4/netfilter/ip_tables.o:
 unresolved symbol preempt_schedule_R707f93dd
 /lib/modules/2.4.20-gentoo-r5/kernel/net/ipv4/netfilter/ip_tables.o:
 unresolved symbol proc_net_Rf450e540
 /lib/modules/2.4.20-gentoo-r5/kernel/net/ipv4/netfilter/ip_tables.o:
 unresolved symbol num_physpages_R0948cde9
 etc... etc..
 
 what have i tried so far:
 
 1. different versions of gcc
 2. doing make mrproper before make dep  make clean bzImage modules
 modules_install
 3. removing the entire /lib/modules/ directory before doing
 the make dep  make clean bzImage modules modules_install
 4. tried doing make clean then make dep bzImage modules
 modules_install 5. tried different kernel-sources (i am using
 gentoo-sources, but i have tried vanilla-source (the deafult main
 kernel source)) 6. the symlink in /usr/src is correct
 7. tried everything with a fresh download of the source code
 8. and some other stuff
 
 
 i have recompilied my kernel (and my entire system bout 4 to 5 times)
 and various packages like a billion times by now.. i am out of options
 and out of energy.. i have tried anything and everything that i could
 think of, others could think off, and other stuff that i have
 collected from reading many forums and other documents... nothing has
 worked... i am really desperate and willing to try anything... i could
 use help from anyone here...any advice at all...
 
 without this module support (iptables needs the ip_table kernel
 support as a module not built-in), even thou i love gentoo.. i'll
 prolly have to siwtch back to redhat **shudder**.. 
 
 thanks for your help in advance..
 
 
 --hmhansolo
 --93n700 |2u1z35
 
 --
 [EMAIL PROTECTED] mailing list
 
 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] read and send ISP mail via Squirrelmail (+sylpheed-claws, mutt?)

2003-07-25 Thread Theofilos Intzoglou
  I don't know anything about squirrelmail but I have used
sylpheed-claws and mutt for some time. They can share the same mail
folder if you set the mailbox type in .muttrc to be MH. However there is
a small problem with marking the mails as read, unread or replied. Eg.
If you read your mails with mutt and then open sylpheed all those mails
will appear again as unread. If you don't mind that, there should be no
problem.

On Thu, 24 Jul 2003 23:25:21 +
Devios McShady [EMAIL PROTECTED] wrote:

 I am a small step above a complete noob when it comes to Linux.  I am
 seeking guidance and very detailed information in setting up my system
 so I can read and send email addressed to and sent from my ISP email
 (POP/SMTP) account.
 
 I already have Apace/PHP/SquirrelMail installed and working on my
 system.
 
 I assume that I need some kind of scheduled process to download my ISP
 mail (download my mail from my ISP's pop mail server) on regular
 intervals and deliver it to the squirrelmail inbox.
 
 I am also assuming that I need some sort of scheduled process to take
 mail that I send from squirrelmail and send it from my ISP account
 (connect to my isp's SMTP server and send all mail) on regular
 intervals.
 
 I need to know what I need in addition to squirrelmail and how to
 configure these and squirrelmail to accomplish this.  The Gentoo
 Desktop Configuration help guide was unclear to me.  Assuming I get
 the help I need, I will attempt to contact the author and explain why
 it was unclear and give my reccomendations so I can pass along the
 favor to the community.
 
 The guide seemed to suggest that fetchmail and courier-imap somehow
 came into the mix in some way that I do not understand.
 
 Here's the extra credit question: Since I access my system remotely
 via web and ssh, and use a GUI when I'm local, can I also throw mutt
 and sylpheed-claws into this equation and have
 mutt/sylpheed/squirrelmail all share the same inbox and sent folders? 
 THAT would truly be an accomplishment and is something I would like to
 make happen if possible.  Minimally, I'd like to have sylpheed and
 mutt share the same folders and synchronize with the squirrelmail
 folders (keep in mind that some messages will be sent from
 squirrelmail, so syncronization is a two-way thing).  I would need
 some specifics on how to configure mutt and sylpheed-claws to share
 folders; my web searches and research and manual reading has been
 extremely frustrating due to my noobishness.
 
 aTdHvAaNnKcSe for any assistance,
 
 Devi0s
 
 --
 [EMAIL PROTECTED] mailing list
 
 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] gcc missing but it is somehwre !?

2003-07-25 Thread Theofilos Intzoglou
After emerging the new gcc you might want to do a 'source /etc/profile'
to update your paths for the new version of gcc.

On Fri, 25 Jul 2003 09:45:34 +0300
raptor [EMAIL PROTECTED] wrote:

 I have very strange problem see below (this is session trought ssh). I
 have just emerged gcc (to be sure), and everything went ok !! The
 interesting thing is that if i do make menuconfig directly on the
 console it succeeds !!! any idea..
 (i'm succesfully emerging packges w/o any problems, no matter that i
 dont see gcc around )
 
 ==
 /usr/src/linux# make menuconfig
 rm -f include/asm
 ( cd include ; ln -sf asm-i386 asm)
 make -C scripts/lxdialog all
 make[1]: Entering directory
 `/usr/src/linux-2.4.20-gentoo-r5/scripts/lxdialog'/bin/sh: line 1:
 gcc: command not found
  
  Unable to find the Ncurses libraries.
 
  You must have Ncurses installed in order
  to use 'make menuconfig'
  
 make[1]: *** [ncurses] Error 1
 make[1]: Leaving directory
 `/usr/src/linux-2.4.20-gentoo-r5/scripts/lxdialog' make: ***
 [menuconfig] Error 2
 
 (* no problems with ncurses they are installed)
 
 [EMAIL PROTECTED] linux-2.4.20-gentoo-r5 # whereis gcc
 gcc:
 
 [EMAIL PROTECTED] linux-2.4.20-gentoo-r5 # ls /usr/bin/gc*
 ls: /usr/bin/gc*: No such file or directory
 
 [EMAIL PROTECTED] linux-2.4.20-gentoo-r5 # emerge -p gcc
  
 These are the packages that I would merge, in order:
  
 Calculating dependencies ...done!
 [ebuild   R  ] sys-devel/gcc-3.2.1-r6
 
 #updatedb
 # locate gcc | grep bin
 /arh/portage/distfiles/j2sdk-1.4.1-01-linux-i586-gcc3.2.bin
 /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.1/include/java/security/Domain
 Combiner.h/usr/sbin/gcc-config
 /usr/i686-pc-linux-gnu/gcc-bin
 /usr/i686-pc-linux-gnu/gcc-bin/3.2
 /usr/i686-pc-linux-gnu/gcc-bin/3.2/c++
 /usr/i686-pc-linux-gnu/gcc-bin/3.2/g++
 /usr/i686-pc-linux-gnu/gcc-bin/3.2/g77
 /usr/i686-pc-linux-gnu/gcc-bin/3.2/cpp
 /usr/i686-pc-linux-gnu/gcc-bin/3.2/gcc
 /usr/i686-pc-linux-gnu/gcc-bin/3.2/gcj
 /usr/i686-pc-linux-gnu/gcc-bin/3.2/gij
 /usr/i686-pc-linux-gnu/gcc-bin/3.2/gcjh
 /usr/i686-pc-linux-gnu/gcc-bin/3.2/gcov
 /usr/i686-pc-linux-gnu/gcc-bin/3.2/rmic
 /usr/i686-pc-linux-gnu/gcc-bin/3.2/c++filt
 /usr/i686-pc-linux-gnu/gcc-bin/3.2/addr2name.awk
 /usr/i686-pc-linux-gnu/gcc-bin/3.2/jv-scan
 /usr/i686-pc-linux-gnu/gcc-bin/3.2/gcj-jar
 /usr/i686-pc-linux-gnu/gcc-bin/3.2/gccbug
 /usr/i686-pc-linux-gnu/gcc-bin/3.2/i686-pc-linux-gnu-c++
 /usr/i686-pc-linux-gnu/gcc-bin/3.2/i686-pc-linux-gnu-g++
 /usr/i686-pc-linux-gnu/gcc-bin/3.2/i686-pc-linux-gnu-g77
 /usr/i686-pc-linux-gnu/gcc-bin/3.2/i686-pc-linux-gnu-gcc
 /usr/i686-pc-linux-gnu/gcc-bin/3.2/grepjar
 /usr/i686-pc-linux-gnu/gcc-bin/3.2/jv-convert
 /usr/i686-pc-linux-gnu/gcc-bin/3.2/jcf-dump
 /usr/i686-pc-linux-gnu/gcc-bin/3.2/rmiregistry
 /usr/share/doc/gcc-3.2.1-r6/i686-pc-linux-gnu/libstdc++-v3/html/27_io
 /binary_iostreams_kuehl.txt/usr/share/doc/gcc-3.2.1-r6/i686-pc-linux-
 gnu/libstdc++-v3/html/27_io/binary_iostreams_kanze.txt
 
 
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Live cd as rescue cd andkernel/lilo/framebuffer problems

2003-07-25 Thread Theofilos Intzoglou
  It really takes a lot of time to compile the whole kde environment and
if you say that you stop the compiling and restart it, it should take a
lot more as the package that the emerge was compiling when you stopped
it will be compiled again from the start. One thing that might help a
bit is to emerge ccache and add in FEATURES in make.conf the ccache
option (don't forget to change the default size it uses for cache in
make.conf).
  I don't really know a lot about framebuffer (the only thing I know for
sure is that it doesn't work very well on my computer :-P) but I could
make a suggestion about what you might be forgetting when recompiling
the kernel. If you are using lilo for boot manager then after each 'make
bzImage modules modules_install' you should do the following:

mount /boot
cp /usr/src/linux/arch/i386/boot/bzImage /boot/nameofthekernel
vi /etc/lilo.conf (to add an entry for the new kernel you have named
nameofthekernel) (optional if you overwrite the old kernel with the new
one)
lilo (THIS IS IMPORTANT)
umount /boot

and you are ready to go. You probably forgot to run lilo after copying
the new kernel.
  I hope that helps!

On Fri, 25 Jul 2003 09:18:02 +0200
Stefano [EMAIL PROTECTED] wrote:

 Hi all, after I've solved my make.conf problems (with your help :-))
 I've begun  the long, long world compilation. My little k6-2 @ 475 mhz
 with 192 mb ram laptop has exited from stage 1 on sunday, exited from
 building X on tuesday and from tuesday it's still compiling kde (!).
 With only fews and quickly stops: is it normal?
 Well, but my problem is that on console 2, while on console 1 kde was
 growing,  I've begun to play with the kernel conf file. In fact when
 I've compiled my gentoo kernel for the first time, I must have
 mistaken something in the usb configuration, since my laptop's
 external usb mouse won't work. Therefore I've stopped the kde
 compiling process and I've started a new kernel compilation. However
 when I've rebooted the laptop I still have had the some problems with
 framebuffer described before: my screen has gone out of sync. Panic.
 Then I've rebooted my laptop from live-cd and then mounted my root
 partition under /gentoo as I did during installation process. After
 this,  I did:
 # chroot /mnt/gentoo /bin/bash
 # env-update
 # source /etc/profile
 and I've tried to recompile my kernel. During this new compilation
 process I've received strange messages about skew clock and date in
 the future. I suppose it's caused by gmt/local date settings: my
 system is configured with local setting, and live cd system perhaps
 is gmt. However, after compilation of the new kernel (without
 framebuffer), I have given a cp from /arch/i386/boot/bzImage to 
 /boot, but when I've rebooted I've obtained the same blank screen
 problem I've had before. I've realized that, perhaps, my mistake was
 that I've forgotten to mount the /boot partition (correct?). So I've
 rebooted one more time, followed all steps that I've described before 
 plus mounting the boot partition. Because of the late time, I've
 preferred to send back the compilation of kernel and to resume with
 kde. And now, while I'm writing, my laptop still compiling kde.
 I hope you will excuse me for this long description, I step now to the
 
 questions:
 When I boot my machine I'd like to have the same nice resolution and
 gentoo logo of live-cd. How can I obtain it? I'd like to have the same
 autoconfig and hardware recognition features too, so how can I set my
 kernel as the live-cd kernel? What's about lilo.conf? I've tried a lot
 of settings and played with vga entry, but without success. I've
 readed the manual for lilo but it didn't help. Is it correct to
 continue the kde compilation under the live cd ambient? Naturally
 after the chroot procedure that I've described. I've a logitec usb
 wireless mouse. It works fine with live cd, but what I've lost in my
 own kernel configuration to abtain it to works? What's about the skew
 time messages? How can configure correctly my date/time while I'm
 under live-cd rescue? In the past, I've got a lot of problems with
 modules configuration, so I prefer to have all compiled directly into
 the kernel: is it too heavy for my laptop? Because one time I've
 received a message from lilo about the too big dimensions of the
 kernel? Finally, how can I recover correctly and fastly all this
 situation once that the compilation of kde will be finished?
 Still sorry for the lenght and confusion of this message. I hope in
 your aid. Thanks
 Stefano
 -- 
 stefano
 (stefanoceci.it)
 openyourmindopenyoursource
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] mikmod server doesnot work.

2003-07-24 Thread Theofilos Intzoglou
  If you want to build mikmod just for listening to mod files on xmms,
you may want to give the modplugxmms plugin a try. It gives way better
sound quality than mikmod and has better support on some module files
like .it.xm etc...

On 23 Jul 2003 07:45:31 -0700
Spundun Bhatt [EMAIL PROTECTED] wrote:

 I have got this problem for a week now. The web server hosting mikmod
 site, seems to be terribly down. I mean it cant even lookup the host
 name. This is what happens
 Another on of those annoying ebuilds which break your favourite emerge
 world -uD :)
 Spundun
 
 
 mermaid root # emerge mikmod
 Calculating dependencies ...done!
  emerge (1 of 1) media-sound/mikmod-3.1.6a to /
  Downloading
 http://gentoo.oregonstate.edu/distfiles/patch-mikmod-3.1.6-a
 --07:40:46-- 
 http://gentoo.oregonstate.edu/distfiles/patch-mikmod-3.1.6-a
= `/usr/portage/distfiles/patch-mikmod-3.1.6-a'
 Resolving gentoo.oregonstate.edu... done.
 Connecting to gentoo.oregonstate.edu[128.193.0.3]:80... connected.
 HTTP request sent, awaiting response... 404 Not Found
 07:40:46 ERROR 404: Not Found.
  
  Downloading
 http://distro.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/patch-mikmod-3.1.6-a
 --07:40:46-- 
 http://distro.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/patch-mikmod-3.1.6-a
= `/usr/portage/distfiles/patch-mikmod-3.1.6-a'
 Resolving distro.ibiblio.org... done.
 Connecting to distro.ibiblio.org[152.2.210.109]:80... connected.
 HTTP request sent, awaiting response... 404 Not Found
 07:40:46 ERROR 404: Not Found.
  
  Downloading
 http://www.mikmod.org/files/patches/patch-mikmod-3.1.6-a
 --07:40:46--  http://www.mikmod.org/files/patches/patch-mikmod-3.1.6-a
= `/usr/portage/distfiles/patch-mikmod-3.1.6-a'
 Resolving www.mikmod.org... failed: Host not found.
 !!! Couldn't download patch-mikmod-3.1.6-a. Aborting.
 mermaid root #
 
 
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] make modules-update do this...

2003-07-24 Thread Theofilos Intzoglou
  Anything that you want to be put in modules.conf should be added to
/etc/modules.d/aliases. modules-update checks all files in
/etc/modules.d/ and creates the /etc/modules.conf file automatically
that's why your changes were lost. Hope that helps! :-)

On Thu, 24 Jul 2003 20:24:31 +0100
Tom Wesley [EMAIL PROTECTED] wrote:

 Hi all,
 
 I am trying to get my Tiger MP S2460 working with lm_sensors and have
 found the correct information to put into /etc/modules.conf, but this
 file gets replaced whenever I run modules-update.
 
 Does anyone know how I can get it to complete the instructions in the
 attached file?
 
 -- 
 Tom Wesley
 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] usermod strangeness

2003-07-24 Thread Theofilos Intzoglou
Maybe you should try:

# usermod -G wheel,audio,games,slocate,portage,svn -g users doug

as users is given with the -g option. The other, more preferable, way
is to open the /etc/passwd file and add every additional group by hand
:-)

On Thu, 24 Jul 2003 13:02:39 -0700
[EMAIL PROTECTED] wrote:

 When I execute the following command:
 
 # usermod -G wheel,audio,games,users,slocate,portage,svn -g users doug
 
 My computer just sits there until I Ctrl-C to get my shell back.  I
 thought this was pretty straightforward; am I doing something wrong?
 
 Thanks,
 
 Doug Gorley | [EMAIL PROTECTED]
 
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] kernel 2.6.0 and some weird problems

2003-07-22 Thread Theofilos Intzoglou
  Well for the mouse problem I don't think I have an answer as the wheel
works just fine here. The device I have in XF86Config is /dev/mouse
which is a link to /dev/misc/psaux. As for the speaker to work you have
to enable Misc-PC Speaker Support in Input Device Support
although I don't understand why would you want to enable it. The beeps
get really annoying sometimes :-)
  Hope that helps!

On Sun, 20 Jul 2003 01:29:18 +0200
Meka[ni] [EMAIL PROTECTED] wrote:

 First of all my scroll on mouse doesn't work. I have two
 kernels on my 
 system (the first one is 2.4.20) and with old kernel it works fine (so
 it's not configuration of X or hardware problem). I've have psmouse
 and mousedev compiled and loaded as modules. Do I need something else?
 Second problem is PC speaker. I have no sound from it with new
 kernel. 
 Do I miss some modules? Thanx and keep hacking. :o)
 
 -- 
 Meka[ni]
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: Windows partitions ro

2003-07-16 Thread Theofilos Intzoglou
If you want to give access to the windows partition to only some of the
system users, you could create a new group, say vip, and add every user
that you want to have access in that group. Then change the fstab as
follows:

/dev/hda1/mnt/win_c  vfat defaults,gid=111,umask=002

where gid is the vip group id.

On Wed, 16 Jul 2003 13:12:58 +0100 (WEST)
Jorge Almeida [EMAIL PROTECTED] wrote:

 On Wed, 16 Jul 2003 [EMAIL PROTECTED] wrote:
 
  Frank J. Mattia writes: 
  
   check the man pages for mount and fstab...  id say that its a very
   easy thing to do...  that is, unless the windows partitions are on
   separate computers.
  Oh yes. I've forgot to tell you. This is my fstab:
  /dev/hda4   /   reiser  rw  0 0
  /dev/hda3   noneswapsw  0 0
  /dev/cdroms/cdrom1  /cdroms/ide iso9660 noauto,ro,users 0 0
  /dev/cdroms/cdrom0  /writers/ideiso9660 noauto,ro,users 0 0
  /dev/cdroms/cdrom2  /writers/scsi/1 iso9660 noauto,ro,users 0 0
  /dev/cdroms/cdrom3  /writers/scsi/2 iso9660 noauto,ro,users 0 0
  /dev/cdroms/cdrom4  /writers/scsi/3 iso9660 noauto,ro,users 0 0
  /dev/hda1   /mnt/win/c  vfatrw  0 0
  /dev/hda5   /mnt/win/d  vfatrw  0 0
  /dev/hda6   /mnt/win/e  vfatrw  0 0
  /dev/hda7   /mnt/win/f  vfatrw  0 0
  /dev/hda8   /mnt/win/g  vfatrw  0 0
  proc/proc   procdefaults   
   0 0 
  
  
  I think that rw in the windows partitions should solve the think.
  Aperently, I'm wrong. Is there anything else I can do? Thanx. :o
 
 This works for me:
 
 /dev/hda8   /mnt/winvfat   
 rw,user,umask=000   0 0
 
 Regards,
 -- 
 Jorge Almeida
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Cisco 352 PCMCIA Drivers

2003-06-11 Thread Theofilos Intzoglou
  I don't happen to have any pcmcia card but an idea about finding the
location of pcmcia-cs drivers is to do a 'qpkg -l pcmcia-cs'. This will
give you a list of the files that were added to your system with the
pcmcia-cs package so the drivers should be somewhere in there. I hope
that helps a bit!

On Wed, 11 Jun 2003 15:16:09 +1000
Jason Tedesco [EMAIL PROTECTED] wrote:

 Hi Guys,
   Just wondering if anyone could give me any assistance in
   configuring my Cisco arionet 352 PCMCIA card.  There are a few
   approaches you can take to install these drivers.   The ones I
   have found are,
 1.  Cisco ACU Drivers
 2.  Airolinux Drivers from SourceForge
 3.  Enable the support in the Kernel.
 
 My problem with the Cisco ACU drivers is that the installation script
 throws a few questions at you.  The one I'm stuck on is the location
 of my unpacked and compiled PCMCIA-CS drivers.  I have emerged
 pcmcia-cs although I have no idea where they are located.
 
 Also I have enabled Cisco 35x driver support in my Kernel and when
 ever I start my pcmcia services it doesn't recognise my card.  I
 haven't tyred re-emerging pcmcia-cs though.  
 
 Any help would be greatly appreciated.  If you have a Cisco card
 working fine in gentoo I would love to hear the approach you took your
 self.
 
 Thanks
 
 --
 [EMAIL PROTECTED] mailing list
 
 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Privilege Separation in Portage

2003-06-08 Thread Theofilos Intzoglou
You need to do a chmod on /var/tmp/portage also.

On Thu, 29 May 2003 02:52:00 -0700
Alex Combas [EMAIL PROTECTED] wrote:

 
 Hi folks,
 
 I was looking over some of GWN older tips and found this interesting
 nugget. Privilege Separation in Portage 
 http://www.gentoo.org/news/en/gwn/20030428-newsletter.xml
 
 However, after following the directions and trying to emerge xfsprogs
 I get this strange error:
 
 # emerge xfsprogs
 Calculating dependencies ...done!
  emerge (1 of 1) sys-apps/xfsprogs-2.3.9 to /
  md5 src_uri ;-) xfsprogs-2.3.9.src.tar.gz
  Unpacking source...
  Unpacking xfsprogs-2.3.9.src.tar.gz to
 /var/tmp/portage/xfsprogs-2.3.9/work
 /usr/sbin/ebuild.sh: line 24: include/builddefs.in: Permission denied
  
 !!! ERROR: sys-apps/xfsprogs-2.3.9 failed.
 !!! Function src_unpack, Line 27, Exitcode 1
 !!! sed failed
 
 So I changed the permissions of /usr/sbin/ebuild* to portage:portage
 and tried again, but this achieved the exact same result... 
 
 I dont know what else to do. Any sudgestions?
 
 
 
 -- 
 First they ignore you.
 Then they laugh at you.
 Then they fight you.
 Then you win.
 
 -- Mohandas Ghandi
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] mounting two partitions as one directory

2003-06-08 Thread Theofilos Intzoglou
I don't think you can mount both on the same directory (mount point).
However you can mount the one in (e.g.) /mnt/disk create a directory
/mnt/disk/otherdisk and mount the second one on /mnt/disk/otherdisk.
Hope that helps!

On Fri, 6 Jun 2003 09:59:10 -0400
R'twick Niceorgaw [EMAIL PROTECTED] wrote:

 Hi all,
 is there any way I can mount two partitions (in two separate disks) as
 a single directory ? 
 
 Regards
 R'twick



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] cool games (lots of links)

2003-03-26 Thread Theofilos Intzoglou
Check again your configuration of the monitor. If it is correct then you
can always give the details for the various screen resolutions using the
Modeline option in XF86Config. Another thing you can try is to lower a
bit the numbers for the maximun Vertical Refresh and/or the Horizontal
Sync in XF86Config. Hope that helps! :-)

On Wed, 26 Mar 2003 06:39:04 -0600
Stephen Boulet [EMAIL PROTECTED] wrote:

 Yes, it does, thanks. I just wish I could find the cause for my xfree
 4.3 woes. 
 
 On Wednesday 26 March 2003 12:29 am, Bryan Feir wrote:
  On Tue, Mar 25, 2003 at 11:55:52PM -0600, Stephen Boulet wrote:
   Does anyone have Alpha Centauri running under xfree 4.3? For me it
   works only under 4.2. With 4.3 emerged, I get a over frequency
   message from my monitor when smac is launched, but the exact same
   config file works fine with xfree 4.2.x.
 
 Well, I'd presume windowed mode would still work: 'smac
 --windowed'.
  At least until you find out what the problem with the config file
  is.
 
  ---+---
  
  Bryan Feir   VA3GBF|A wrangle is the disinclination of
 two
  boarders to Home:[EMAIL PROTECTED]   | each other that meet
  together but are not in the
 
 | same line.  -- Stephen
 | Leacock
 
  ---+---
  
 
 
  --
  [EMAIL PROTECTED] mailing list
 
 -- 
 Stephen  
   From here to there
  and there to here,
funny things are everywhere.  -- Dr Seuss
 
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Fw: help! wmaker

2003-03-26 Thread Theofilos Intzoglou
I cannot remember if WPrefs shows an icon when it is run. If it does you
just have to drag it to your dock bar. If it doesn't then you have to
do some file tweaking. The file that has to be restored is WMState.
There are two ways to do that. One is to logout from wmaker, login from
the console and move the GNUstep folder. The next time that you will
login to wmaker it will automatically create all the needed files. Then
keep a copy of WMState somewhere in your account(not in GNUstep) and
logout again from wmaker. Again from console rm the newly created
GNUstep, move back your old folder and put the new WMState file instead
of yours. Now the icon should be back.
The second way is to logout from wmaker and try to edit by hand the
WMState file. Be sure that you have logged out of wmaker because the
file is overwritten at every logout with the options that wmaker has
in the memory! You should have in WMState in the Applications a section
like this:

  {
Command = /opt/wmaker/GNUstep/Apps/WPrefs.app/WPrefs;
Name = groupLeader.WPrefs;
AutoLaunch = No;
Forced = No;
BuggyApplication = No;
Position = 0,2;
DropCommand = /opt/wmaker/GNUstep/Apps/WPrefs.app/WPrefs %d;
  },

with the appropriate paths of course. Good luck!
By the way this was one of the reasons that drove me away of wmaker in
the first place. A lack of an easy way to put any kind of icons and
applications in the dock bar. :-/

On Wed, 26 Mar 2003 08:23:24 -0800
Susie [EMAIL PROTECTED] wrote:

 On Wed, 26 Mar 2003 03:25:00 -0600
 peter [EMAIL PROTECTED] wrote:
 
  
  suzie; you're a lifesaver; the launch worked just fine; do i have to
  restart x to get the icon back [so i can lock it?]; peter
 
 
 I'm not sure if that will bring it back.  You could also make a new
 icon for it.  Which you might have to do if it wasn't locked and got
 deleted by accident.  There is another way to bring it back too but
 you'd have to redo all your prefs or back them up in another
 directory.  You could delete your GNUstep directory in /home/user id
 and it will just create a new one on next launch of WindowMaker.  One
 other thing I just found tho on looking through it is it seems to
 create backup files.  Here's what maine has in the ~/GNUstep/Defaults
 
  $ ls -a
 .   WMGLOBAL  WMRootMenu.bak  WMWindowAttributes  WindowMaker
 ..  WMRootMenuWMState WPrefs  WindowMaker.bak
 
 
 The WPrefs above is a directory.  Then if you go to
 ~/GNUstep/Library/WindowMaker  you find:
 
  $ ls -a
 .Themes  menu.es  menu.nl  menu.zh_CN   plmenu.it
 ..   autostart   menu.fi  menu.no  menu.zh_TW.Big5  plmenu.ja
 Backgroundsexitscript  menu.fr  menu.pl  plmenu plmenu.ko
 IconSets   menu  menu.gl  menu.pt  plmenu.bgplmenu.pl
 Pixmapsmenu.bg   menu.he  menu.ro  plmenu.daplmenu.ro
 README   menu.ca menu.hr  menu.ru  plmenu.deplmenu.sk
 README.themes  menu.cz   menu.hu  menu.se  plmenu.eswmmacros
 SoundSets  menu.da   menu.it  menu.sk  plmenu.fi
 Sounds   menu.de menu.ja  menu.sl  plmenu.fr
 Styles   menu.el menu.ko  menu.tr  plmenu.hr
 
 
 Goodluck and I hope this helps.
 
 -- 
 
 Susie
 VE7 HFA
 [EMAIL PROTECTED]
 http://arienadean.tripod.com/
 
 -
 --
 
 Laughter is the shortest distance between two people. - Uknown
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: Whiteglass mouse cursor misplacement

2003-03-25 Thread Theofilos Intzoglou
On Mon, 24 Mar 2003 23:35:38 -0300
Norberto BENSA [EMAIL PROTECTED] wrote:

 
 I've found a problem with themed pointers, and I hope I'm not the only
 one (I hope some day you joing us... err sorry :-)
 
 The problem: when I drag a window, the cursor flickers (KDE 3.1, not
 sure others WMs.)
 
 Thanks,
 Norberto
 

In fluxbox the cursor doesn't flicker... (at least on this computer :-))

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] running winex-cvs (was: problem compiling winex)

2003-03-25 Thread Theofilos Intzoglou
This seem to be a known bug of winex. It has a problem with the new
glibc. You can run winex just fine but you have to erase the 
wineserver-upstairs.home directory every time before running it :-/ I
have the same problem here with winex-cvs-2.2.1.

Question: Did you manage to compile winex-cvs-3.0pre1??? I got an error
halfway the compilation :-(

On Tue, 25 Mar 2003 00:27:32 -0600
Andrew Gaffney [EMAIL PROTECTED] wrote:

 I tried winex-cvs instead of winex and got it compiled correctly. I
 ran 'winex-cvs' and had it setup my fake windows dir. I then edited my
 
 ~/.winex-cvs/config. When I try to run a program, i get:
 
 wine: lstat /root/.winex-cvs/wineserver-upstairs.home/socket : No such
 
 file or directory
 
 
 Andrew Gaffney wrote:
  During 'emerge winex' I get these errors:
  
  snip
  
  !!! ERROR: app-emulation/winex-20021123 failed.
  !!! Function src_compile, Line 69, Exitcode 2
  !!! make depend all failed
  
  Anyone come across this before?
  
 
 -- 
 Andrew Gaffney
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge nasm failed

2003-03-25 Thread Theofilos Intzoglou
You should probably try to re-emerge ghostscript and then try emerge -u world.

On Tue, 25 Mar 2003 14:25:46 -0500
Ernie Schroder [EMAIL PROTECTED] wrote:

 mv -f *.info *.info-* info
 perl ./genpsdriver.pl  nasmdoc.ps
 ps2pdf -dOptimize=true   nasmdoc.ps nasmdoc.pdf
 gs: error while loading shared libraries: libgimpprint-4.3.5.so: cannot 
 open shared object file: No such file or directory
 make[1]: *** [nasmdoc.pdf] Error 127
 make[1]: Leaving directory 
 `/var/tmp/portage/nasm-0.98.36/work/nasm-0.98.36/doc'
 make: *** [doc] Error 2
 
 !!! ERROR: dev-lang/nasm-0.98.36 failed.
 !!! Function src_compile, Line 39, Exitcode 2
 !!! (no error message)
 
 I've resynced and tried emerge -C nasm but emerge -u world still wants 
 to install nasm. How can I fix this?
 (I'm running this box ACCEPT_KEYWORDS=~x86)
 -- 
 Regards, Ernie
 100% Microsoft and Intel free
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] X11 cursor themes

2003-03-25 Thread Theofilos Intzoglou
Well these cursors work for xfree 4.2.99 and 4.3 just fine. The only
thing that needs to be tweaked so that you'll get the resizing cursor to
work with fluxbox (and probably every other *box) is to create two
symlinks in every new cursor theme directory:

ln -s bottom_right_corner lr_angle
ln -s bottom_left_corner ll_angle

By the way the penguin is really cute but I wouldn't say that it is
a cute little penguin. It is a rather huge but cute whatsoever penguin
:-) You can change the default size and the theme by adding in your
~/.Xdefaults the following lines:

Xcursor.size: 24
Xcursor.theme: newthemename

On Tue, 25 Mar 2003 16:01:30 -0800
Susie [EMAIL PROTECTED] wrote:

 Hi I was wondering where thease should be installed to on gentoo nix? 
 Also wondering if anyone has tried changing them in
 openbox/fluxbox/blackbox?  And finally anyone know of some good sites
 to find some?  I already did check out kde-look.org(I was originally
 looking for wallpapers).  I grabbed that one with the cute little
 penguin. :)
 
 -- 
 
 Susie
 VE7 HFA
 [EMAIL PROTECTED]
 http://arienadean.tripod.com/
 
 -
 --
 
 Let deeds match words. - Platus 
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge nasm failed

2003-03-25 Thread Theofilos Intzoglou
hpijs has a dependancy on ghostscript so I wouldn't be surprised if
re-emerging it would solve your problem. If that doesn't work check if
there is some kind of conflict between hpijs and gimp-print (if you have
it now installed). I remember reading about some conflicts between them
two but I cannot remember exactly what (I might even be wrong about
this matter).

On Tue, 25 Mar 2003 18:52:14 -0500
Ernie Schroder [EMAIL PROTECTED] wrote:

 good point Theofilos. I ended upusing the unmasked version of nasm and
 
 all went well, except that now my USB printer won't work with hpijs.
 
 OK, so it's a few minutes later. Ghostscript has been re-emerged and I
 
 still can't use hpijs. Anybody have any ideas?
 
 
 On Tuesday 25 March 2003 06:31 pm, Theofilos Intzoglou wrote:
  You should probably try to re-emerge ghostscript and then try emerge
  -u world.
 
  On Tue, 25 Mar 2003 14:25:46 -0500
 
  Ernie Schroder [EMAIL PROTECTED] wrote:
   mv -f *.info *.info-* info
   perl ./genpsdriver.pl  nasmdoc.ps
   ps2pdf -dOptimize=true   nasmdoc.ps nasmdoc.pdf
   gs: error while loading shared libraries: libgimpprint-4.3.5.so:
   cannot open shared object file: No such file or directory
   make[1]: *** [nasmdoc.pdf] Error 127
   make[1]: Leaving directory
   `/var/tmp/portage/nasm-0.98.36/work/nasm-0.98.36/doc'
   make: *** [doc] Error 2
  
   !!! ERROR: dev-lang/nasm-0.98.36 failed.
   !!! Function src_compile, Line 39, Exitcode 2
   !!! (no error message)
  
   I've resynced and tried emerge -C nasm but emerge -u world still
   wants to install nasm. How can I fix this?
   (I'm running this box ACCEPT_KEYWORDS=~x86)
   --
   Regards, Ernie
   100% Microsoft and Intel free
  
   --
   [EMAIL PROTECTED] mailing list
 
  --
  [EMAIL PROTECTED] mailing list
 
 -- 
 Regards, Ernie
 100% Microsoft and Intel free
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Whiteglass mouse cursor misplacement

2003-03-24 Thread Theofilos Intzoglou
I've been using the whiteglass cursor theme on the new xfree server for
some time now. It is very pretty but when the cursor changes to the
pointer with the small clock (eg. when mozilla is loading a new page)
the cursor appears to be misplaced a bit to the right. I have to put the
cursor almost outside of the window to be able to use the scrollbar!
It's a small glitch but if someone knows of a way to fix this I'd really
appreciate him telling me how. Thanks in advance!

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: Whiteglass mouse cursor misplacement

2003-03-24 Thread Theofilos Intzoglou
To tell you the truth I like the whiteglass theme more than the one you
propose me to use :-) Thanks for the response though. I have already
downloaded many themes for the new xfree and I returned back to
whiteglass as I find it the most usuable one without the mostly usless
animation and the really fancy graphics that begin to get really
annoying after some time. I really like its transparency and the shadow
the cursors cast on the windows. Anyone using this theme and has the
same problem? Or am I the only one?

On Mon, 24 Mar 2003 22:47:03 +0200
Ohad Lutzky [EMAIL PROTECTED] wrote:

 Theofilos Intzoglou wrote:
  I've been using the whiteglass cursor theme on the new xfree server
  for some time now. It is very pretty but when the cursor changes to
  the pointer with the small clock (eg. when mozilla is loading a new
  page) the cursor appears to be misplaced a bit to the right. I have
  to put the cursor almost outside of the window to be able to use the
  scrollbar! It's a small glitch but if someone knows of a way to fix
  this I'd really appreciate him telling me how. Thanks in advance!
 
 Actually, I really dislike whiteglass... I use this theme, and I think
 
 you'll like it too: http://forums.gentoo.org/viewtopic.php?t=38963
 
 -- 
 Tactless
 
 If it wasn't for fog, the world would run at a really crappy
 framerate. This is a .signature virus! Please copy me into your
 .signature.
 
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Can't see files on Samba share.

2003-03-23 Thread Theofilos Intzoglou
All the permissiong for /mnt/hdb1 are set during the mounting of the
cdrom. Read the manual of mount to see which options you need.

On Sun, 23 Mar 2003 00:26:56 -0500
eauclair [EMAIL PROTECTED] wrote:

 
 I have 2 drives, my 1st drive has my Gentoo partitions on it, while my
 2nd drive is a vfat (Fat32) drive full of data files.  I created a
 mount point at /mnt/hdb1 and then mounted /dev/hdb1 to it.  I
 installed samba and webmin.  I created a Samba share called data
 that is supposed to be accessible by everyone.  When I access the
 share from my Windows box, the directory looks empty.
 
 Interestingly, when I share / under the data name, and then drill
 down to/mnt/hdb1 - the directory still appears empty.  It almost
 appears as if/mnt/hdb1 does not have /dev/hdb1 mounted on it - but I
 know it does, because I can see all the files when I am on the linux
 box.  I did a chmod 777 to both /mnt/hdb1 and /dev/hdb1, to no
 avail.
 
 Any suggestions?
 
 thanks!
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Re: [gentoo-desktop] odd problem

2003-03-23 Thread Theofilos Intzoglou
What is the video card on that system?


On Sat, 22 Mar 2003 10:48:23 -0800
Robert Cole [EMAIL PROTECTED] wrote:

 I don't have fb built into the kernel if your talking about Console
 drivers - Frame buffer support. I've heard of too many odd things
 with that to even try it.
 
 Any other thoughts?
 
 Thanks,
 Robert
 
 On Saturday 22 March 2003 01:26 am, Susie wrote:
  On Sat, 22 Mar 2003 11:22:10 +0200
 
  Theofilos Intzoglou [EMAIL PROTECTED] wrote:
   Such odd behaviour was noticed here on some systems running
   framebuffer on the console and using the nvidia drivers on X. By
   not using fb everything was normal.
 
  The frame buffer issue doesn't just bug nvida cards.  I have a
  voodoo 5500 AGP and it also gets a weird cursor at times that looks
  like a bar code.  During boot when you see the little tux icon I get
  white space as well as like I said that barcode looking thing. 
  Later tho it returns to a normal cursor.  At least I have no
  problems with the cursor when launching a terminal from X.
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Can't see files on Samba share.

2003-03-23 Thread Theofilos Intzoglou
Oops! My mistake for the cdrom :-P I had in mind one of the situations I
had been in. Also I believe that by just chmoding the mountpoint will
work until the first reboot though I don't know for sure. If anyone else
knows about this I'd also like to know.

On Sun, 23 Mar 2003 10:14:48 +0100
Sven Blumenstein [EMAIL PROTECTED] wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Sun, 23 Mar 2003 11:10:21 +0200
 Theofilos Intzoglou [EMAIL PROTECTED] wrote:
 
  All the permissiong for /mnt/hdb1 are set during the mounting of the
  cdrom. Read the manual of mount to see which options you need.
 
 He didnt say its a cdrom. And my personal experience is, that a chmod
 on the mountpoint works fine with samba. No need to configure the
 permission settings in /etc/fstab (although its the better way ;) ).
 
 Sven
 
 - --
  [mail] [EMAIL PROTECTED]| Behind every great
  [web ] http://0x1337.net| computer sits a
  [pgp ] http://0x1337.net/0x1337.asc | skinny, little geek.
  [geek] http://0x1337.net/geek.asc   |
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.1 (GNU/Linux)
 
 iD8DBQE+fXsIABnkIJRCNjIRAqcyAJ0fX9n5f8HKlJIf+7T7vqFnScachwCdHYZg
 4exLEYs95jlHWwGgHVaMf0E=
 =jeuf
 -END PGP SIGNATURE-
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Command line interface tools

2003-03-23 Thread Theofilos Intzoglou
To tell you the truth I 've never tried w3m before. However you
intrigued me and I did a little research about w3m. It seems to be a
quite nice text mode web browser and the inline images is a really
impressive feature but they have the tendency to disappear as soon as
you change vt or terminal :-(. Some features that are missing from w3m
is the svgalib support and the X window support. And last but not
least... it was the web browser that I tried after lynx and never had
the need to search for another alternative :-D

On Sun, 23 Mar 2003 13:03:27 -0600
Richard Kilgore [EMAIL PROTECTED] wrote:

 On Sat, Mar 22, 2003 at 11:47:32AM +0200, Theofilos Intzoglou wrote:
  Well here are mine:
  
  # Browser: links2
  really cool with svgalib and X support!
 
 I've seen this one listed a lot.
 
 Have you all not tried w3m?  Is there something that makes links
 better?  w3m is really awesome with it's configurability and
 inline image support!
 
 Ok, I notice that links has javascript support?  I think w3m
 does, too, but I don't know how mature it is yet.
 
 - richard
 
 -- 
 Richard Kilgore
 [EMAIL PROTECTED]
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Command line interface tools

2003-03-22 Thread Theofilos Intzoglou
On Sat, 22 Mar 2003 00:49:33 +
Dhruba Bandopadhyay [EMAIL PROTECTED] wrote:

 Hello
 
 I wanted to get an expert and informed consensus on what command line
 interface tools are well suited to each of the following purposes
 which may well mean what you use. My current choices have been entered
 but please feel free to add your own with a comma in between.  Also,
 if you feel any categories are missing please add them!
 

Well here are mine:

# Email: mutt
# News: inn
# Browser: links2
really cool with svgalib and X support!
# File manager: cp,rm,mv,etc. sometimes mc
# Games: frotz
# Chat client: ysm
# IRC: bitchx
# Sound mixer: aumix
# Editor: vim
# Diff: diff
# Read file: cat,less,more
# Transfer file: scp,ncftp
# Compression: tar,gzip,bzip2
# PDF creation: ghostscript, latex
# txt2html: homebrew txt2html program
# Term: xterm
# Partitioning: fdisk
# System info: lsof, top, cat /proc/*, cat /var/log/*
# CD writing: burncenter
# Gentoo: portage, gentoo-stats, gentoolkit, epm
# Others: [EMAIL PROTECTED] client, iptables, unzip, unrar, unace, mpg123,
fbset, bootsplash, and of course cmatrix :-P

 
 Please note that this is not to compare CLI with GUI but merely to
 gain a better perspective on CLI usage.
 
 Many thanks
 -- 
 The big question is why in the course of evolution the males permitted
 themselves to be so totally eclipsed by the females.  Why do they
 tolerate this total subservience, this wretched existence as outcasts
 who are hungry all the time?
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Command line interface tools

2003-03-22 Thread Theofilos Intzoglou
On Sat, 22 Mar 2003 01:32:00 -0500 (EST)
peter hodgson [EMAIL PROTECTED] wrote:

 
 if it makes sense to use links in gui, then why would one use a
 browser like mozilla? just for the bookmarks and stuff?

From my experience links isn't as complete a browser as it should be.
Some links on some pages don't work and some pages may even not appear
correctly. However it is really cool to have a browser to use while
installing xfree and the rest for the first time. It is also a very good
tool for the times that something goes really bad and you loose your
precious X windows. I was especially very impressed by the svgalib
version of links that I could use 1024x768x16M with a real mouse cursor
just like in X. Way cool!

 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Antiquated (te)TeX?

2003-03-21 Thread Theofilos Intzoglou
As far as I can tell the latest stable version is 2.0.2 from the link that you gave 
to the list. There could be a version 3.2 in the teTeX-beta site but I couldn't 
connect there to see that. However those are beta versions and probably unstable.

On Mon, 17 Mar 2003 13:17:08 +0100
Magnus Lie Hetland [EMAIL PROTECTED] wrote:

 I've been having trouble with ConTeXt in Gentoo (via the texexec
 executable), and discovered that it was because Gentoo has texexec
 version 1.9, while the newest version is 3.2(!). Since Gentoo gets its
 ConTeXt via teTeX (at least as far as I can tell), I thought maybe
 the old ConTeXt was due to slow updates in teTeX...
 
 However, when I query Portage, I find that the latest version of teTeX
 available (which is also the one I've got installed) is 1.0.7-r12. But
 the newest version available from the teTeX site (btw: The home page
 is http://www.tug.org/teTeX, not http://tug.cs.umb.edu/tetex/, as the
 ebuild script says) is 2.0.2(!)
 
 Is TeX a low priority, should I have used something other than teTeX,
 or are the newer versions considered unstable or something?
 
 Or, more to the point, what would be the easiest way for me to get a
 more recent ConTeXt? Write an ebuild script myself, with a separate
 slot or something? (Sounds scary...)
 
 (And there is always the possibility that I've missed something
 obvious here...)
 
 Thankful for any help,
 
 - Magnus
 
 -- 
 Magnus Lie Hetland   Nothing shocks me. I'm a scientist. 
 http://hetland.org   -- Indiana Jones
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] is there a working wine with glibc2.3.2?

2003-03-21 Thread Theofilos Intzoglou
I have winex-cvs working here with ~x86 and glibc2.3.2 however it was compiled before 
the update of glibc. Try it and if it does compile cleanly check bugs.gentoo.org for 
some options that you must avoid and everything should work ok.

On 17 Mar 2003 18:42:59 +0100
gabor [EMAIL PROTECTED] wrote:

 hi,
 i have ~x86 = glibc2.3.2
 
 is there a wine version which works with that?
 gabor
 -- 
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Memory full

2003-03-21 Thread Theofilos Intzoglou
This is no bug. This is the way the memory allocation works in linux. A large part of 
your system memory is used to cache things until that part is needed from the system 
to load an application. This cached part grows and shrinks automatically so you don't 
need to worry about it.

On Wed, 19 Mar 2003 11:31:34 +0100
Patrick Marquetecken [EMAIL PROTECTED] wrote:

 Hi,
 
 I have notist when rebooting sometimes that the cached pard of my memory is full 
 (366168 kb) and not empty. I get the values true free
 Is this a know bug?
 
 TIA
 Patrick
 
 -- 
  Knowledge in a databank,is like food which is in a deepfreeze.
  Nothing comes out better than what is initially put in.
  
  PGP Key: http://users.pandora.be/rivendell/marquetp.gpg.gz
  Registered Linux User #44550
  http://counter.li.org
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge -s errors

2003-03-21 Thread Theofilos Intzoglou
The user has to be in the portage group to be able to use the emerge. I had the same 
problem and putting my user in the portage group made these error messages disappear.

On Wed, 19 Mar 2003 14:27:03 -0500
Ernie Schroder [EMAIL PROTECTED] wrote:

 aux_get(): (3) Error in media-video/ogle-0.8.4 ebuild.
Check for syntax error or corruption in the ebuild. 
 (--debug)
 
 anybody else getting a bunch of similar errors when doing an 
 emerge -s [somepackage]?
 I did an emerge sync a while ago from a German rsync mirror (didn't 
 write down the addy)
 Doing another now from the Adams Mass. USA mirror
 This time the errors are gone.
 Someone should check out any German mirrors
 -- 
 Regards, Ernie
 100% Microsoft and Intel free
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] devfsd and scsi cdwriters

2003-03-21 Thread Theofilos Intzoglou
IIRC all scsi cdrom devices appear as /dev/sr* devices (Unfortunately my cdwriter is 
not present on my system this present time).

On Thu, 20 Mar 2003 07:26:51 -0500
chad kellerman [EMAIL PROTECTED] wrote:

 Hello everyone,
 
 Got a little issue.  I have a scsi cdwriter.  I can burn iso images and 
 what not, no problems there.  
 
 If I run a cdrecord -scanbus, here is the output:
 
 Cdrecord 2.01a04 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jrg Schilling
 Linux sg driver version: 3.1.24
 Using libscg version 'schily-0.7'
 scsibus0:
 0,0,0 0) *
 0,1,0 1) *
 0,2,0 2) *
 0,3,0 3) *
 0,4,0 4) 'PLEXTOR ' 'CD-R   PX-R820T ' '1.03' Removable CD-ROM
 0,5,0 5) *
 0,6,0 6) *
 0,7,0 7) *
 
 
 which is normal.  THis is the same output as when I had redhat, slackware, or 
 debian installed.  But I wasn't using devfs with those.
 
Anyways, what I want to do is mount a cdrom in that drive...  The problem 
 is there is no corresponding device in /dev/for it.  no /dev/scd* nothing in 
 /dev/cdroms/*
 
   Can anyone explain how I can do this??
 
 Thanks for the help,
 
 Chad   
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] qtopiadesktop still won't start

2003-03-19 Thread Theofilos Intzoglou
You could try emerging libc-compat and making a link to those libs. Just a thought :-)

On Fri, 14 Mar 2003 15:26:54 -0800
Steven [EMAIL PROTECTED] wrote:

 After searching the forums with the keyword 'qtopia', I came upon some information
 to which I applied in the following steps:
 
 1) Downloaded the rpm (qtopia-desktop-1.6.0-1.i386.rpm) from the trolltech website
 2) Ran rpm2targz on it
 3) untar'd it to /opt
 4) ran test from command-line: /opt/Qtopia/bin/qtopiadesktop
 5) verified error indicating:
 /opt/Qtopia/bin/qtopiadesktop: error while loading shared libraries: 
 libstdc++-libc6.1-2.so.3: cannot open shared object file: No such file or directory
 6) Created symlink:
 ln -s /usr/lib/gcc-lib/i686-pc-linux-gnu/3.2.2/libstdc++.so 
 /usr/lib/libstdc++-libc6.1-2.so.3
 7) ran test from command-line again and got the following error:
 /opt/Qtopia/bin/qtopiadesktop: relocation error: /opt/Qtopia/bin/qtopiadesktop: 
 undefined symbol: cerr
 
 Any help would be extreeemely appreciated.
 
 My system stats are as follows:
 
 [EMAIL PROTECTED] steven $ uname -srmpi
 Linux 2.4.20-gentoo-r1 i686 Celeron (Coppermine) GenuineIntel
 
 *  sys-devel/gcc
   Latest version available: 3.2.2
   Latest version installed: 3.2.2
   Size of downloaded files: 19,835 kB
   Homepage:http://www.gnu.org/software/gcc/gcc.html
   Description: The GNU Compiler Collection. Includes C/C++ and java compilers
 
 *  sys-libs/glibc
   Latest version available: 2.3.1-r2
   Latest version installed: 2.3.1-r2
   Size of downloaded files: 17,701 kB
   Homepage:http://www.gnu.org/software/libc/libc.html
   Description: GNU libc6 (also called glibc2) C library
 
 Thank you very very much in advance,
 
 Steven
 -- 
 *n?x esquire at large
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list



[gentoo-user] Localized messages

2003-02-27 Thread Theofilos Intzoglou
  How can I make applications show their messages in another language than english? 
There are many *.mo files in /usr/share/locale/el/LC_MESSAGES/ however none of the 
applications that should use these mo's appear in greek.
eg. there is /usr/share/locale/el/LC_MESSAGES/mutt.mo and a 'cat mutt.mo' shows the 
greek messages in the file. When I run mutt I get the english messages again!
I have put the above in .bashrc both in root and the user:

export LANG=el
export LC_CTYPE=el
export LC_MESSAGES=el
export LC_ALL=el
export LINGUAS=el
export LANGUAGE=el

Do I need to do something else?

Note: I hadn't exported these variables till lately

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Localized messages

2003-02-27 Thread Theofilos Intzoglou
:-/ well I found what the problem was... I had to create a link el_GR to point to el 
(el_GR was the used in the past but not nowadays), and have all those variables have 
the value el_GR instead of el... thank you anyway for your time! For all those still 
trying to configure locales in their system, just try 'locale -a' to see which locales 
are supported by your system. Maybe your problem is similar to mine :-/

On Fri, 28 Feb 2003 01:13:02 +0100
Nguyen Kinh Luan [EMAIL PROTECTED] wrote:

  export LANG=el
 
 this should be enough if ou want everything in greek, but you have to put the 
 environment variable in your bash profile. For example. if you want your whole 
 system in greek (= for all users) than the correct file is /etc/profile. And if you 
 want it only for a particular your then in the user's home directory the file 
 .bash_profile. Additionally if you use GNOME and want the desktop in greek also you 
 have to put that variable also in a new file called /etc/environment.
 
 bye,
 Luan
 -- 
 Software is like sex, it's better when it's free...
 Linus Torvalds
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Compiling additional modules for liveCD?

2003-02-26 Thread Theofilos Intzoglou
  You should probably check the version of the kernel that is used on liveCD. 'uname 
-r' should show the kernel version. Also you can see the version from the boot 
messages.

On Tue, 25 Feb 2003 15:13:48 -0500
Cedric Veilleux [EMAIL PROTECTED] wrote:

 Hi,
 
   I need some modules that are not on the liveCD. I was thinking of placing 
 them on a floppy and load them after booting off the CD..
 
   What's the proper way to do this? Which kernel should I use to make the 
 modules? I tried with gentoo-sources but got an error when loading them, 
 saying they were not compiled for this kernel. Is there a proper way to do 
 this or is it just not possible?
 
 
 Thank you,
 
 Cedric
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] How to strip gentoo-user from subject withprocmail

2003-02-24 Thread Theofilos Intzoglou
On Mon, 24 Feb 2003 14:40:07 +0100
[EMAIL PROTECTED] (Alexander Farber) wrote:

 Another mutt/IMAP related question: how do you make the
 mails sent by mutt be stored in the .Sent/ folder of the
 Courier-IMAP server? The MS Outlook Express with which I
 access the same server does save the outgoing copies, but
 mutt doesn't. Is there some fcc-hook or sent-hook to set?
 

Try this url: http://mutt.netliberte.org/
It is the automated muttrc builder. You should find anything you need there.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Challanging install problem

2003-02-22 Thread Theofilos Intzoglou
Have a look at /dev and see if the link hda2 exists. If not then try this:

mount /dev/ide/host0/bus0/target0/lun0/part2 /newroot/mnt/iso

That should work if /dev/ide/host0/bus0/target0/lun0/part2 exists and do exactly the 
same thing.

On 21 Feb 2003 12:38:50 -0800
George Mathews [EMAIL PROTECTED] wrote:

 What lies ahead is not for the faint of heart.
 My laptop has no built in disck drives except a hard drive. I have read
 how to install linux on it. 
 
 I need one of two things to work in order to insatll gentoo. They are
 the ability to use a usb cdrom to install or the ability to mount a vfat
 partition that has the iso image on it like with redhats install.
 
 What happens when I try to install is the gentoo installer boots and
 then gets to the part later where it tries to mount the cdrom and fails.
 It then drops me into a shell and I try this:
   mkdir /newroot/mnt/iso
   mount -t vfat /dev/hda2 /newroot/mnt/iso
 It fails here saying no such device. The thing is that in proc and such
 it says that the partion exists
 I would then mount the gentoo iso image and continue the install.
 
 Any help would be appriciated.
 One idea I was thinking of was installing redhat and then making an
 exxt2 partition, putting the iso on that and trying to mount that and
 then the iso.
 -- 
 Thank You,
   George Mathews
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] vim - harmless but annoying messages

2003-02-20 Thread Theofilos Intzoglou
Another way to do it is to run 'su -m'. I had some problem trying to execute some 
X-windows programs as root when I was a simple user and that solved it. Of course YMMV.

On Mon, 17 Feb 2003 15:20:01 +0200
Voicu Liviu [EMAIL PROTECTED] wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Monday 17 February 2003 15:22, Collins wrote:
  When stopping vim in an su - xterm/aterm session, I always get:
 
  Xlib: connection to :0.0 refused by server
  Xlib: No protocol specified
 
  How can I fix this?
 
 Before you login with su do:
 $ xhost +localhost
 
 This will alow ALL from localhost to use the X
 
 
  --
  Collins Richey - Denver Area
  Athlon-XP gentoo 1.4_rc2 kde 3.1
 
  --
  [EMAIL PROTECTED] mailing list
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.1 (GNU/Linux)
 
 iD8DBQE+UOGBMcVU5N/V6I8RAmjzAKC4QYIvs+y50mUJG2ntLZbjVDoKIgCbB6tl
 j8gQYn93WhzmaHpAzSXi5iA=
 =3SWt
 -END PGP SIGNATURE-
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Problem with phoenix

2003-02-15 Thread Theofilos Intzoglou
  Phoenix and it's plugins go to /usr/lib/phoenix. I'm running phoenix-bin as a user 
and had no problems with the java and flash plugins.

On Thu, 13 Feb 2003 06:37:17 -0800
Susie [EMAIL PROTECTED] wrote:

 I was wondering has anyone else had this problem with phoenix?  When I
 installed some plugins and a few of the themes it works just fine as
 root.  The moment I switch to user I get a blank grey phoenix with no
 menu bar or anything.  If I'm running a root instance of phoenix then
 launch a user one at the same time the user one behaves fine.  I'm
 wondering if somewhere a permission for a file or something is wrong but
 I'm not sure where to look.  Anyone have any ideas?
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Admin horror stories

2003-02-09 Thread Theofilos Intzoglou
  Well I usually installed linux in a single partition with a swap partition in 
another hard drive for better performance. I never till lately have used extra 
partitions for /boot or /usr. However the second hard drive was needed to make a 
second pc boot so I ended up with no swap on a pc with 256RAM. Well everything worked 
just fine but after a couple of moster apps where loaded the system started running 
slower. So I tried to find a place to put the swap partition. I did an fdisk and saw a 
little partition about 150MB laying around (my /boot) and as I had never before used 
an extra /boot partition I though it was a forgotten swap drive, so 'mkswap /dev/hda2' 
and OMG! No more booting for my gentoo :-(
  Another horror story comes from a friend of mine. He managed to get a beta version 
of win2k back when they where about to be released and decided to give it a try. Well 
everything went fine during the installation and he wanted to try to run a game to see 
if it runs. The game run fine but the strange thing was that even when he quited from 
the game the cpu usage was 100%. So he reboots the machine only to find that win2k 
wasn't booting any more. Record time of OS destruction: 10mins of usage! Reason: 
unknown...

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Using prozilla with portage

2003-02-09 Thread Theofilos Intzoglou
Well I use:

GENTOO_MIRRORS=ftp://ftp.ntua.gr/pub/linux/gentoo 
ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ http://gentoo.linux.no/ 
http://mirrors.sunsite.dk/gentoo/ ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo 
ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo/distfiles/ 

in make.conf. I have dropped ibiblio cause it's really slow for me.

On Fri, 7 Feb 2003 20:09:30 -0500
Carl Hudkins [EMAIL PROTECTED] wrote:

 Hi, all...
 
   During the ibiblio slowness surrounding the release of KDE 3.1, I changed 
 my default downloader to prozilla, and I do believe it helped things a 
 little.  However, I felt bad about it because now, instead of one 
 connection to ibiblio.org (for example) I'm hogging *four* connections to 
 the same place!  That seems like the wrong way to use a downloader that's 
 capable of multi-source downloads, doesn't it?
 
   So, my question is how do I configure it so that I can connect to four 
 *different* sites when doing emerge?
 
   Also, it *never* connects to either of the ftpsearch sites given on the 
 web site and in the default config file; every attempt results in an 
 error.  Does anyone know of search sites that actually work?
 
 -- 
 // Carl Hudkins :: ICQ 5723399 :: PGP 50238D9E
 //
 // I do not take a single newspaper, nor read one a month;
 //  and I feel myself infinitely the happier for it.
 //   --Thomas Jefferson
 

--
[EMAIL PROTECTED] mailing list




[gentoo-user] xterm glitch

2003-02-09 Thread Theofilos Intzoglou
  I noticed something strange with xterm. If I put something to run that it is going 
to run for a lot of time with a lot of output (eg. emerge --update world) and I leave 
the xterm on top of the other windows after some time of inactivity the term appears 
to freeze stopping the app that was running. If I them move the mouse and place it on 
top of the xterm, it continues as if nothing had happened... It is really disturbing 
to leave the computer on all night to update 50+ packages, just to wake up the next 
morning to see that it froze at the 3rd one :-/ Any ideas why this is happening?

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Swap space usage

2003-02-03 Thread Theofilos Intzoglou
Nothing serious. Just one of my little buggy, home-made programs :-)

On 02 Feb 2003 19:34:04 +
Lotas Smartman [EMAIL PROTECTED] wrote:

 just wondering, what exactly was it talking up so much memory? just
 courious!
 On Sun, 2003-02-02 at 18:42, Theofilos Intzoglou wrote:
Never mind found the little bugger that was eating my memory ;-)
  
  --
  [EMAIL PROTECTED] mailing list
  
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] disk (not) full?

2003-02-02 Thread Theofilos Intzoglou
  Well another pitfall is that noone payes attention to the size of the logs that are 
being kept in /var/log. If you don't install logrotate or any other program that will 
remove really old entries from your logs then after a couple of months you may end up 
with some quite big (100MB) log files :-)

On Sun, 2 Feb 2003 03:42:36 +0100
Volker Hemmann [EMAIL PROTECTED] wrote:

 On Friday 31 January 2003 23:57, Jorge Almeida wrote:
  I have gentoo installed in a 6G partition. After upgrading kde to 3.1 I
  ran into problems apparently related to lack of disk space: an open emacs
  file could not be saved, cannot login from gdm, ...
  df -h gives 5.7G used and 0 available. The weird thing is that I booted
  from a redhat partition and mounted the gentoo partition; now df -h
  /mnt/gentoo  gives the
  same output but konqueror says that the size of /mnt/gentoo is 3.5G (which
  is more like what I would expect).
 
  In case some good soul can make sense of it, these are my questions:
  1) Is the discrepancy between df and konqueror (properties, ...)
  explainable?
  2) Assuming the gentoo partition is really full, is this normal and is
  there any temporary stuff I should get rid of after emerging kde?
 
  Thanks for any help.
 
 Had a similar problem .xsession-errors grew to a size of 3.7GG!
 The solution is simple remove it.
 
 Glück Auf,
 Volker
 
 --
 [EMAIL PROTECTED] mailing list
 
 

--
[EMAIL PROTECTED] mailing list




[gentoo-user] Swap space usage

2003-02-02 Thread Theofilos Intzoglou
I happen to notice a strange thing about my system. After 20hours of uptime it shows 
the following usage of RAM and swap space:

free

 total   used   free sharedbuffers cached
Mem:256488 253044   3444  0   7484  86924
-/+ buffers/cache: 158636  97852
Swap:   257000 150232 106768

That was an enormous amount of swap space used for just 2terminals and I graphical 
application! When I tried top it showed me this very strange line:

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  Command
15686 root  15   0  427m  59m 7952 S  0.7 23.9  13:03.78 X

/-^
|
427MB just for X What exactly does that mean?

--
[EMAIL PROTECTED] mailing list




Re: [gentoo-user] Usb-uhci fails to load

2003-02-02 Thread Theofilos Intzoglou
  It is generally a good idea to use modprobe instead of insmod. Some modules depend 
on other modules. modprobe does that check and load all the necessary extra modules 
that are needed.

--
[EMAIL PROTECTED] mailing list