Re: [gentoo-user] logfile size

2003-12-14 Thread Keith Dart
On Sat, 2003-12-13 at 22:29, rd wrote:
 I find it interesting that logrotate is not included in the basic gentoo
 install (at least at 1.3 I did not get it).  Seems like a must have to
 me!

I think logrotate is a Red Hat thing. However, you can choose to install
metalog which does log rotation all on its own. 

-- 
-- - 
Keith Dart
mailto:[EMAIL PROTECTED]
http://www.kdart.com/  

Public key ID: B08B9D2C Public key: http://www.kdart.com/~kdart/public.key



signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Dual booting Win XP with GRUB

2003-12-14 Thread Redeeman
my config:
title=Microsnot Windoze 2003 Enterprise Server
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
chainloader +1
makeactive

On Sun, 2003-12-14 at 04:42, John Gilger wrote:
 Following the instructions in the Gentoo installation guide, I haven't been
 able to get Windows XP to boot.
 
 Fdisk shows that hda1 is the Windows D: drive, a locked restoration tool.
 hda2 is the Windows C: drive where everything is. hda2 is bootable.
 
 Gentoo is installed on hdb. It boots fine with GRUB.
 
 In my /boot/grub/grub.conf file for Windows XP, I have root (hd0,1) and
 chainloader (hd0,1)+1. Grub is installed in the MBR -- (hd0).
 
 Apparently, I misunderstood the instructions. Can anybody enlighten me?
 
 TIA,
 
 John
 
 
 --
 [EMAIL PROTECTED] mailing list
-- 
Regards, Redeeman
()  ascii ribbon campaign - against html e-mail 
/\- against microsoft attachments



--
[EMAIL PROTECTED] mailing list



[gentoo-user] emerge no space left on device ?

2003-12-14 Thread Goran Kavrecic
I tried to 'emerge gimp'.

Everything started fine. but then suddenly I've got that message:

---
Can't write into `/usr/portage/distfiles/Parse-RecDescent-1.94.tar.gz'
(No space left on device).
!!! Couldn't download Parse-RecDescent-1.94.tar.gz. Aborting.
---
This message has been repeated for 3 downloading sites:
distro.ibiblio.org
gentoo.oregonstate.edu
cpan.valueclick.com

But 'df' returns that:
---
/dev/root9.9G  4.7G  4.7G  51% /
none252M 0  252M   0% /dev/shm
---

I tried to copy a larger file than this downloaded and it was ok.

So, everything is on the same partition, tehre is 4,7G of free space and
the system reports no space on the device.

Any idea?

Regards,
Goran



--
[EMAIL PROTECTED] mailing list



VS: [gentoo-user] emerge no space left on device ?

2003-12-14 Thread Olli
I tried to 'emerge gimp'.

Everything started fine. but then suddenly I've got that message:

---
Can't write into `/usr/portage/distfiles/Parse-RecDescent-1.94.tar.gz'
(No space left on device).
!!! Couldn't download Parse-RecDescent-1.94.tar.gz. Aborting.
---
This message has been repeated for 3 downloading sites:
distro.ibiblio.org
gentoo.oregonstate.edu
cpan.valueclick.com

But 'df' returns that:
---
/dev/root9.9G  4.7G  4.7G  51% /
none252M 0  252M   0% /dev/shm
---

I tried to copy a larger file than this downloaded and it was ok.

So, everything is on the same partition, tehre is 4,7G of free space and
the system reports no space on the device.

Any idea?

Regards,
Goran

How about /tmp partition? And your memory? 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] .basrc .bash_profile not used in /root by default?

2003-12-14 Thread Oliver Lange
Tom Hosiawa wrote:
I'm wondering if there's a reason why .bashrc and .bash_profile isn't
used by default under /root?
Me, too.

.bashrc is there and it will be used as soon as you copy
a .bash_profile from skel or any user to /root.
--
[EMAIL PROTECTED] mailing list


Re: VS: [gentoo-user] emerge no space left on device ?

2003-12-14 Thread Goran Kavrecic
see below.

Na 1071393616, 2003-12-14 ob 10:20, je Olli napisal(a):
 I tried to 'emerge gimp'.
 
 Everything started fine. but then suddenly I've got that message:
 
 (No space left on device).
 
...
 So, everything is on the same partition, tehre is 4,7G of free space and
 the system reports no space on the device.
 
 Any idea?
 
 Regards,
 Goran
 
 How about /tmp partition? And your memory? 
/tmp is mounted on the same partition, so 4,7 G free

---
# free
 total   used   free sharedbuffers
cached
Mem:514876 418400  96476  0  21236
241416
-/+ buffers/cache: 155748 359128
Swap:  1052248  01052248
---
Swap hasn't been touched at all, yet. That should be ok.

Goran
 
 --
 [EMAIL PROTECTED] mailing list
 


--
[EMAIL PROTECTED] mailing list



Re: VS: [gentoo-user] emerge no space left on device ?

2003-12-14 Thread Tom Wesley
On Sun, 2003-12-14 at 09:44, Goran Kavrecic wrote:
 see below.
 
 Na 1071393616, 2003-12-14 ob 10:20, je Olli napisal(a):
  I tried to 'emerge gimp'.
  
  Everything started fine. but then suddenly I've got that message:
  
  (No space left on device).
  
 ...
  So, everything is on the same partition, tehre is 4,7G of free space and
  the system reports no space on the device.
  
  Any idea?
  
  Regards,
  Goran
  
  How about /tmp partition? And your memory? 
 /tmp is mounted on the same partition, so 4,7 G free
 
 ---
 # free
  total   used   free sharedbuffers
 cached
 Mem:514876 418400  96476  0  21236
 241416
 -/+ buffers/cache: 155748 359128
 Swap:  1052248  01052248
 ---
 Swap hasn't been touched at all, yet. That should be ok.

Try doing the emerge in an xterm, then in another xterm issue

$  watch df -h

and see if the disk space actually gets filled by something.  I'm
guessing but it could be some temporary file somewhere that somehow gets
huge.  Perhaps if you see the disk space shrink, quickly pause the
emerge with Ctrl+Z then see if you can find the suspect file in either
/tmp or /var/tmp - it's contents might help out a bit.

Hope that helps...

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: VS: [gentoo-user] emerge no space left on device ?

2003-12-14 Thread Goran Kavrecic
Na 1071395634, 2003-12-14 ob 10:53, je Tom Wesley napisal(a):
 On Sun, 2003-12-14 at 09:44, Goran Kavrecic wrote:
  see below.
  
  Na 1071393616, 2003-12-14 ob 10:20, je Olli napisal(a):
   I tried to 'emerge gimp'.
   
   Everything started fine. but then suddenly I've got that message:
   
   (No space left on device).
   
  ...
   So, everything is on the same partition, tehre is 4,7G of free space and
   the system reports no space on the device.
   
   Any idea?
   
   Regards,
   Goran
   
   How about /tmp partition? And your memory? 
  /tmp is mounted on the same partition, so 4,7 G free
  
  ---
  # free
   total   used   free sharedbuffers
  cached
  Mem:514876 418400  96476  0  21236
  241416
  -/+ buffers/cache: 155748 359128
  Swap:  1052248  01052248
  ---
  Swap hasn't been touched at all, yet. That should be ok.
 
 Try doing the emerge in an xterm, then in another xterm issue
 
 $  watch df -h
 
 and see if the disk space actually gets filled by something.  I'm
 guessing but it could be some temporary file somewhere that somehow gets
 huge.  Perhaps if you see the disk space shrink, quickly pause the
 emerge with Ctrl+Z then see if you can find the suspect file in either
 /tmp or /var/tmp - it's contents might help out a bit.
 
 Hope that helps...

Thanks for help, but the df doesn't make a glitch during the test. The
issue is very weird(at least for me, maybe I don't know something). See
following output of emerge (let me know if I have to translate it):
---
Razreuje se cpan.develooper.com...konano.
Povezujem se na cpan.develooper.com[63.251.223.172]:80... prikljuen.
HTTP zahteva poslana, akam odgovor... 206 Partial Content
Dolina: 126,584 (e 97,912) [application/x-tar]
 
22% [  ...  ] 28,672--.--K/sETA --:--

Ass you see it has to dowenload nearly 128K of data. This is not a
temporary file during compiling or converting or what-so-ever.

Goran


--
[EMAIL PROTECTED] mailing list



Re: VS: [gentoo-user] emerge no space left on device ?

2003-12-14 Thread Tom Wesley
On Sun, 2003-12-14 at 09:56, Goran Kavrecic wrote:
 Na 1071395634, 2003-12-14 ob 10:53, je Tom Wesley napisal(a):
  On Sun, 2003-12-14 at 09:44, Goran Kavrecic wrote:
   see below.
   
   Na 1071393616, 2003-12-14 ob 10:20, je Olli napisal(a):
I tried to 'emerge gimp'.

Everything started fine. but then suddenly I've got that message:

(No space left on device).

   ...
snip
  
  Try doing the emerge in an xterm, then in another xterm issue
  
  $  watch df -h
  
  and see if the disk space actually gets filled by something.  I'm
  guessing but it could be some temporary file somewhere that somehow gets
  huge.  Perhaps if you see the disk space shrink, quickly pause the
  emerge with Ctrl+Z then see if you can find the suspect file in either
  /tmp or /var/tmp - it's contents might help out a bit.
  
  Hope that helps...
 
 Thanks for help, but the df doesn't make a glitch during the test. The
 issue is very weird(at least for me, maybe I don't know something). See
 following output of emerge (let me know if I have to translate it):
 ---
 Razreuje se cpan.develooper.com...konano.
 Povezujem se na cpan.develooper.com[63.251.223.172]:80... prikljuen.
 HTTP zahteva poslana, akam odgovor... 206 Partial Content
 Dolina: 126,584 (e 97,912) [application/x-tar]
  
 22% [  ...  ] 28,672--.--K/sETA --:--
 
 Ass you see it has to dowenload nearly 128K of data. This is not a
 temporary file during compiling or converting or what-so-ever.
 
 Goran
 

As a test, try the wget from the console, see what that gives.  If
nothing else then it should give you the file, which you can copy to
your /usr/portage/distfiles and get the emerge underway...

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: VS: [gentoo-user] emerge no space left on device ?

2003-12-14 Thread Goran Kavrecic
Na 1071396358, 2003-12-14 ob 11:05, je Tom Wesley napisal(a):
 On Sun, 2003-12-14 at 09:56, Goran Kavrecic wrote:
  Na 1071395634, 2003-12-14 ob 10:53, je Tom Wesley napisal(a):
   On Sun, 2003-12-14 at 09:44, Goran Kavrecic wrote:
see below.

Na 1071393616, 2003-12-14 ob 10:20, je Olli napisal(a):
 I tried to 'emerge gimp'.
 
 Everything started fine. but then suddenly I've got that message:
 
 (No space left on device).
 
...
 snip
   
   Try doing the emerge in an xterm, then in another xterm issue
   
   $  watch df -h
   
   and see if the disk space actually gets filled by something.  I'm
   guessing but it could be some temporary file somewhere that somehow gets
   huge.  Perhaps if you see the disk space shrink, quickly pause the
   emerge with Ctrl+Z then see if you can find the suspect file in either
   /tmp or /var/tmp - it's contents might help out a bit.
   
   Hope that helps...
  
  Thanks for help, but the df doesn't make a glitch during the test. The
  issue is very weird(at least for me, maybe I don't know something). See
  following output of emerge (let me know if I have to translate it):
  ---
  Razreuje se cpan.develooper.com...konano.
  Povezujem se na cpan.develooper.com[63.251.223.172]:80... prikljuen.
  HTTP zahteva poslana, akam odgovor... 206 Partial Content
  Dolina: 126,584 (e 97,912) [application/x-tar]
   
  22% [  ...  ] 28,672--.--K/sETA --:--
  
  Ass you see it has to dowenload nearly 128K of data. This is not a
  temporary file during compiling or converting or what-so-ever.
  
  Goran
  
 
 As a test, try the wget from the console, see what that gives.  If
 nothing else then it should give you the file, which you can copy to
 your /usr/portage/distfiles and get the emerge underway...

Ok, this works. I can get trough somehow.
But this is not the point. Something went wrong in portage as I see the
situation. Do you agree?

Goran


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] error in vanilla 2.4.23 ?

2003-12-14 Thread Jorge Almeida
On Sat, 13 Dec 2003, Norberto Bensa wrote:

 Bug/feature in KDE kernel configurator (I'm using 3.1.4) If you change the 
 code to read:
 
   else
   if [$CONFIG_USB_PXA2..
 
   fi
   fi
 
 It will work ok.
 
I'm using kdeadmin 3.1.2. Do you mean that 3.1.4 is still
bugged/featured? If so, I'll have to recompile the kernel again. Ah
well...

Thanks,

Jorge 

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] world file contents

2003-12-14 Thread Jason Stubbs
On Saturday 13 December 2003 19:06, Tom Wesley wrote:
 My question is why are things like dev-python/wxPython and dev-libs/dbh
 in the world file?  Surely if I remove these they will remain on my
 system if they are dependencies and be removed by depclean if not?

These were probably added to the world file after an emerge -u wxPython or 
such. Removing them should be fine if things still depend on them.

After pruning your world file, I would suggest doing emerge -e before 
depclean. It should only rebuild what would be rebuilt after the depclean but 
would ensure that everything continues to work properly. Also, make sure to 
run with the -p option first!

Regards,
Jason Stubbs

--
[EMAIL PROTECTED] mailing list



Re: VS: [gentoo-user] emerge no space left on device ?

2003-12-14 Thread Tom Wesley
On Sun, 2003-12-14 at 10:08, Goran Kavrecic wrote:
 Na 1071396358, 2003-12-14 ob 11:05, je Tom Wesley napisal(a):
  On Sun, 2003-12-14 at 09:56, Goran Kavrecic wrote:
   Na 1071395634, 2003-12-14 ob 10:53, je Tom Wesley napisal(a):
On Sun, 2003-12-14 at 09:44, Goran Kavrecic wrote:
 see below.
 
 Na 1071393616, 2003-12-14 ob 10:20, je Olli napisal(a):
  I tried to 'emerge gimp'.
  
  Everything started fine. but then suddenly I've got that message:
  
  (No space left on device).
  
 ...
  snip

Try doing the emerge in an xterm, then in another xterm issue

$  watch df -h

and see if the disk space actually gets filled by something.  I'm
guessing but it could be some temporary file somewhere that somehow gets
huge.  Perhaps if you see the disk space shrink, quickly pause the
emerge with Ctrl+Z then see if you can find the suspect file in either
/tmp or /var/tmp - it's contents might help out a bit.

Hope that helps...
   
   Thanks for help, but the df doesn't make a glitch during the test. The
   issue is very weird(at least for me, maybe I don't know something). See
   following output of emerge (let me know if I have to translate it):
   ---
   Razreuje se cpan.develooper.com...konano.
   Povezujem se na cpan.develooper.com[63.251.223.172]:80... prikljuen.
   HTTP zahteva poslana, akam odgovor... 206 Partial Content
   Dolina: 126,584 (e 97,912) [application/x-tar]

   22% [  ...  ] 28,672--.--K/sETA --:--
   
   Ass you see it has to dowenload nearly 128K of data. This is not a
   temporary file during compiling or converting or what-so-ever.
   
   Goran
   
  
  As a test, try the wget from the console, see what that gives.  If
  nothing else then it should give you the file, which you can copy to
  your /usr/portage/distfiles and get the emerge underway...
 
 Ok, this works. I can get trough somehow.
 But this is not the point. Something went wrong in portage as I see the
 situation. Do you agree?
 
 Goran

Certainly do.  You should probably open a bug report, add a link to this
thread and see what comes of it.  At least that way you will probably
get the attention of a developer who almost certainly has more knowledge
than us

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] Selecting packages

2003-12-14 Thread Jason Stubbs
On Sunday 14 December 2003 06:50, Simon Striker wrote:
 Hello Oliver,

 Saturday, December 13, 2003, 10:40:47 PM, you wrote:
  You'll need about ~500 MB for a standard non-desktop system, plus about
  180MB (or so) for the source tarballs, which you might optionally
  delete after installation, but if you got the space, keep 'em.
 
  I had a look into the package tree after installing the base system
  (stage 2), there really isn't much installed that you won't need,
  except perhaps a handful of tiny packages of  1 MB. I wouldn't
  suggest to uninstall any of them.

 Actually I would like to have a Gentoo Linux as a server... So I will
 have to install some packages needed especially for server (ssh, wget,
 iptables, dhcp ...)

 I got the list of packages needed at
 http://www.subverted.net/wakka/wakka.php?wakka=SelectingPackages.

 I am going to install Gentoo from stage1, but I do not now where to
 tell the Gentoo, that install only these (for server needed) packages
 ...

A system will have the following packages (and any unlisted dependencies) 
installed:

=sys-apps/baselayout-1.7.9-r1
=sys-apps/portage-2.0.25
=sys-devel/binutils-2.13.90.0.4
=sys-devel/gcc-3.2
=sys-libs/glibc-2.2.5
sys-apps/modutils
dev-lang/python
app-shells/sash
dev-lang/perl
app-editors/nano
net-misc/dhcpcd
net-misc/iputils
net-misc/rsync
net-misc/wget
app-shells/bash
app-arch/bzip2
sys-apps/kbd
app-arch/cpio
sys-apps/coreutils
sys-apps/debianutils
sys-apps/diffutils
sys-fs/e2fsprogs
sys-apps/ed
sys-apps/fbset
sys-apps/file
sys-apps/findutils
sys-apps/slocate
sys-apps/gawk
sys-apps/grep
sys-apps/groff
app-arch/gzip
sys-apps/hdparm
sys-apps/less
sys-apps/man
sys-apps/man-pages
sys-apps/net-tools
sys-apps/procps
sys-apps/psmisc
sys-apps/sed
sys-apps/setserial
sys-apps/shadow-5
sys-apps/pam-login
app-arch/sharutils
app-arch/tar
=sys-apps/texinfo-4.2-r1
sys-apps/util-linux
sys-apps/which
sys-devel/autoconf
=sys-devel/automake-1.6.1-r5
sys-devel/bc
sys-devel/bin86
sys-devel/bison
sys-devel/flex
=sys-devel/libtool-1.4.1-r4
sys-devel/m4
sys-devel/make
sys-devel/patch
sys-libs/cracklib
sys-libs/db
=sys-libs/ncurses-5.2.20020112a
=sys-libs/pam-0.75-r9
sys-libs/pwdb
sys-libs/readline
sys-libs/zlib
net-misc/openssh
sys-fs/devfsd

-- 
Regards,
Jason Stubbs

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge world wants xfree

2003-12-14 Thread Jason Stubbs
On Sunday 14 December 2003 12:28, Andrej Kacian wrote:
 On Tue, 9 Dec 2003 10:01:52 +0900

 Jason Stubbs [EMAIL PROTECTED] wrote:
  I'm aware of that. However, 'gtk2' should have no meaning unless 'gtk' is
  also enabled. Thus, it's a bug.

 I disagree with this - gtk and gtk2 widget sets are independent on each
 other.

Excerpt from /usr/portage/profiles/use.desc:
gtk - Adds support for x11-libs/gtk+ (The GIMP Toolkit)
gtk2 - Use gtk+-2.0.0 over gtk+-1.2 in cases where a program supports both.

Check out the archive of gentoo-dev if you want to a full explanation of why 
gtk2 should have no meaning without gtk.

--
Regards,
Jason Stubbs

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Setting up a Dual Boot

2003-12-14 Thread Helgi Örn Helgason
On 2003-12-13, Alex Alward wrote:
Hey guys, my name is Alex, Im new to this list =)
 
Cool!...:-)
One advice concerning mailing lists: NEVER send your email in html
format to a list, use plain text instead.
 
Anyways, im doing my second installation of gentoo ever, and this one
is supposed to be a dual boot.  I was wondering if you still set up
your boot partition as boot, since windows is already set to boot, and
if anyone has a good link for setting up a dual boot gentoo
installation, lemme know!
 
The best link for this is: *Configure a Bootloader* at
http://www.gentoo.org/doc/en/gentoo-x86-install.xml#doc_chap23

Cheers,
/HÖ

-- 
/// Helgi Örn Helgason, Registered GNU/Linux User: #189958 \\\
\\\ ~~ Gentoo 1.4 ~ Kernel 2.4.20-gentoo-r9 ~ KDE 3.1.4 ~~ ///


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Dual booting Win XP with GRUB

2003-12-14 Thread Harald Arnesen
John Gilger [EMAIL PROTECTED] writes:

 On 12/13/03 8:16 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 On Sat, 13 Dec 2003 19:42:24 -0800
 John Gilger [EMAIL PROTECTED] wrote:
 
 Following the instructions in the Gentoo installation guide, I haven't
 been able to get Windows XP to boot.
 
 Fdisk shows that hda1 is the Windows D: drive, a locked restoration
 tool. hda2 is the Windows C: drive where everything is. hda2 is
 bootable.
 
  
 This is the Windows stanza in /boot/grub/grub.conf:

 title=Wondows XP
 root (hd0,0)

If Windows is on hda2, then make this (hd0,1)

 chainloader (hd0,1)+1

And make this chainloader +1

-- 
Hilsen Harald.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge no space left on device ?

2003-12-14 Thread Xabier Ochotorena
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

El Sunday 14 December 2003 10:15, Goran Kavrecic escribió:

 ---
 Can't write into `/usr/portage/distfiles/Parse-RecDescent-1.94.tar.gz'
 (No space left on device).
 !!! Couldn't download Parse-RecDescent-1.94.tar.gz. Aborting.

Did you run the emerge as root ? Maybe the 
file /usr/portage/distfiles/Parse... has some weird permissions.

Best regards,
Xabi.

- -- 

GnuPG signed and encrypted email preferred
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x093F978B
Key fingerprint = B3C5 0C7B 1587 071C 3D9C  545A 72FC 0234 093F 978B

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/3EXrcvwCNAk/l4sRAnafAJ4zCOHf8fU1+OQHxsd7Sdzk8HrnwQCfXivj
vWH5+dQtz1p8htT3lJ1/KMA=
=zXEO
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] emerge no space left on device ?

2003-12-14 Thread Goran Kavrecic
Na 1071400419, 2003-12-14 ob 12:13, je Xabier Ochotorena napisal(a): 
  --
  Can't write into `/usr/portage/distfiles/Parse-RecDescent-1.94.tar.gz'
  (No space left on device).
  !!! Couldn't download Parse-RecDescent-1.94.tar.gz. Aborting.
 
 Did you run the emerge as root ? Maybe the 
 file /usr/portage/distfiles/Parse... has some weird permissions.
 
 Best regards,
   Xabi.
Yes, I run 'su'. I did it all the time, for all other packages. I would
get a message in red if anyhow forgot to 'su'.

The ~funny~ thing is that it always failed on 28,672 bytes downloaded.
Even after I manually donloaded the problematic file. The next file
failed downloading at the vey same position.

After that I tried to 'emerge portage'. It didn't helped.

At this point I did something I really hate and normally helps on the
well known, almost stable commercial OS - I did a reboot.

You won't believe it - it downloaded, compiled and installed the next
file. At the next file it failed at 0 bytes. After that not even a
reboot helps.

Goran


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] alsa and jack-sensing ?!

2003-12-14 Thread raptor
My alsamixer has the following :

master, master m, pcm, surround, center, LFE, Line, CD, Micm Mic boost, ,mic select,
video, phone, IEC958, IEC958 playback, pc speaker, aux, monu out, capture, mix, 
Mix mono, external

Every place where I can set the bars I move them to the top.. i.e 100%.
I've looked into alsa-mail list there is only one question about jack sensiing
with no answer..
Under windows when I have this app running and I put jack into the inputs
they are activated... so there have to be some way to make similar thing under 
linux ?! which i have to find ...



On Sat, 13 Dec 2003 19:07:43 -0500
Brett I. Holcomb [EMAIL PROTECTED] wrote:

 Hmm, my alsamixer showed all the controls.  Attempting to cross reference 
 them with the board's manual (a TB Santa Cruz) showed some of them would 
 control what happened to the output.  I don't have anything but two speakers 
 so I never messed with it.  Did you merge alsamixer or alsamixergui?
 
 On Saturday 13 December 2003 19:56, you wrote:
  no there is no such thing :(
 
   You might check your mixer app (try alsamixer or alsamixergui) and see if
   there are settings there to control it.
  
I have sound card - realtek ALC655  (working well with intel8x0
drivers). The problem is that it I dont know how to activate Mic-in and
Line-In to work as outputs !?
Under windows there is app that senses if u connect speakers to them
and activates them as outputs...
   
So I can't play 5+1 AC3 sounds... :(((
   
Is there a way, config, application that can turn these inputs into
outputs ?!?
   
tia...
 

--
[EMAIL PROTECTED] mailing list



[gentoo-user] How to emerge via CVS

2003-12-14 Thread Gerhard W . Gruber
I would like to install i.E. wine from the WineHQ CVS. Is it possible to
configure emerge to do this? Actually this was one thing I hoped for when I
switched from Suse, so that I have the packages I need in a consistent way.

Wine is only an example here, because I would like to know this in general
how to do this.

Thanks!

-- 
Gerhard Gruber
Maintainer of
SoftICE for Linux - http://sourceforge.net/projects/pice
Fast application launcher - http://sourceforge.net/projects/launchmenu

--
[EMAIL PROTECTED] mailing list



[gentoo-user] how to configure java permanently ... ?

2003-12-14 Thread Primero.Franz
Hi all.
I followed the java guide to install java VM.
Java emerged
configured with --set-system-vm=argument
and  --set-system-vm=argument
everything it's ok but when i reboot i loose the configuration and the 
paths.

what can i do?
thx primero


--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
--
[EMAIL PROTECTED] mailing list


[gentoo-user] Several PIXMAP errors!

2003-12-14 Thread Primero.Franz
Hi all.
I had some crashes problem with kde since i recompiled my kernel and 
installed some packages ...

The kernel has been recompiled without DRM support because of the radeon 
xfree-drm support .

I've seen a lot of PIXMAP errors  what is it?

my errors:

QPixmap: Cannot create a QPiscmap when no gui is being used

WARNING: KDE detected X error: BAD DRAWABLE (invalid Pixmap or Windows 
parameter) \x09  Major code: \x0e

Someone knows about this?

thx primero

--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] emerge no space left on device ?

2003-12-14 Thread Ciaran McCreesh
On Sun, 14 Dec 2003 10:15:02 +0100 Goran Kavrecic [EMAIL PROTECTED]
wrote:
| Can't write into `/usr/portage/distfiles/Parse-RecDescent-1.94.tar.gz'
| (No space left on device).
| !!! Couldn't download Parse-RecDescent-1.94.tar.gz. Aborting.
| ---
snip
| But 'df' returns that:

What does df -i say? You're not getting low on inodes are you?

-- 
Ciaran McCreesh
Mail:ciaranm at gentoo.org
Web: http://dev.gentoo.org/~ciaranm



pgp0.pgp
Description: PGP signature


[gentoo-user] emerge -errormessage?

2003-12-14 Thread Konstantinos Agouros
Hi,

I built a glibc-package doing ebuild /usr/portage/sys-libs/glibc-2.3.2-r3 
package on a ULTRA30 (setting the CHOST-Stuff for my Java Station on the
command line). 

When I try to emerge -u this on the java-station I get a:

 # emerge -u /glibc-2.3.2-r3.tbz2 
 Calculating dependencies ...done!
  emerge (1 of 1) sys-libs/glibc-2.3.2-r3 to /
 !!! CATEGORY info missing from info chunk, aborting...

Anybody has an idea for that?

konstantin
-- 
Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: [EMAIL PROTECTED]
Otkerstr. 28, 81547 Muenchen, Germany. Tel +49 89 69370185

Captain, this ship will not survive the forming of the cosmos. B'Elana Torres

--
[EMAIL PROTECTED] mailing list



[gentoo-user] getting duplicate emails

2003-12-14 Thread Aaron Walker
I just reinstalled Gentoo on my mail server and have it all setup once 
again, but I am getting duplicates of all my emails for some reason.

I have the following installed:
fetchmail-postfix-procmail-uw-imap
I used all the config files from my previous setup, so there shouldn't 
be anything wrong there.

I dunno if this has anything to do with it, but I did forget to back up 
the file in /var/spool/mail, so I had to start over with that the main 
inbox (which really doesn't matter because 99% of my mail goes to other 
folders in my home dir.

Any ideas why it would be doing this?

Thanks
--
/usr/bin/fortune says:
If I told you you had a beautiful body, would you hold it against me?
--
[EMAIL PROTECTED] mailing list


[gentoo-user] Win98 + Linux dual boot

2003-12-14 Thread Marek Sulovsky
I have a problem using grub to dual boot. I have Win98 on /dev/hdb1
(marked as bootable) and Linux on /dev/hda1. I have GRUB configured
like this:

title Gentoo Linux GS
root (hd0,0)
kernel (hd0,0)/boot/kernel-2.4.23_pre8-gss root=/dev/hda1 hdc=ide-scsi

title Windows 98
rootnoverify (hd1,0)
makeactive
chainloader +1

Linux boots ok, but whenever I select Windows 98 - computer reboots
immediately (no error msg - just reboots). I have tried some other
configurations but with the same result.

When I swap the disks in the computer (hdb becomes hda), windows 
boot without a problem.

Does anybody know whether this could be a problem of grub ? Or just
windows don't like being on non-primary disk :-) ?


Thanks,

Marek

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Dual booting Win XP with GRUB

2003-12-14 Thread Elton Algera


Hi,

What happens exactly? Can you give us an error?

In case you get NTDLR not found errors, it could be caused by the fact 
that the windows C drive is not the first FAT32 partition on the drive...

In that case I could probably help out; maybe you can post the fdisk -l 
/dev/hda and fdisk -l /dev/hdb outputs.

Elton



On Sat, 13 Dec 2003, John Gilger wrote:

 Following the instructions in the Gentoo installation guide, I haven't been
 able to get Windows XP to boot.
 
 Fdisk shows that hda1 is the Windows D: drive, a locked restoration tool.
 hda2 is the Windows C: drive where everything is. hda2 is bootable.
 
 Gentoo is installed on hdb. It boots fine with GRUB.
 
 In my /boot/grub/grub.conf file for Windows XP, I have root (hd0,1) and
 chainloader (hd0,1)+1. Grub is installed in the MBR -- (hd0).
 
 Apparently, I misunderstood the instructions. Can anybody enlighten me?
 
 TIA,
 
 John
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 
 
 
 
 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Win98 + Linux dual boot

2003-12-14 Thread Jim
On Sunday 14 December 2003 08:09 am, Marek Sulovsky wrote:
 I have a problem using grub to dual boot. I have Win98 on /dev/hdb1
 (marked as bootable) and Linux on /dev/hda1. I have GRUB configured
 like this:

 title Gentoo Linux GS
 root (hd0,0)
 kernel (hd0,0)/boot/kernel-2.4.23_pre8-gss root=/dev/hda1 hdc=ide-scsi

 title Windows 98
 rootnoverify (hd1,0)
 makeactive
 chainloader +1

 Linux boots ok, but whenever I select Windows 98 - computer reboots
 immediately (no error msg - just reboots). I have tried some other
 configurations but with the same result.

 When I swap the disks in the computer (hdb becomes hda), windows
 boot without a problem.

 Does anybody know whether this could be a problem of grub ? Or just
 windows don't like being on non-primary disk :-) ?


 Thanks,

 Marek

 --
 [EMAIL PROTECTED] mailing list
I've never tried putting win on the second hdd.  I thought it was possible.
Can you read the second hdd when in linux.
That would rule out master/slave switches or the auto function not working.
-- 
Jim


--
[EMAIL PROTECTED] mailing list



Re: VS: [gentoo-user] emerge no space left on device ?

2003-12-14 Thread Jim
On Sunday 14 December 2003 05:20 am, Tom Wesley wrote:
 On Sun, 2003-12-14 at 10:08, Goran Kavrecic wrote:
  Na 1071396358, 2003-12-14 ob 11:05, je Tom Wesley napisal(a):
   On Sun, 2003-12-14 at 09:56, Goran Kavrecic wrote:
Na 1071395634, 2003-12-14 ob 10:53, je Tom Wesley napisal(a):
 On Sun, 2003-12-14 at 09:44, Goran Kavrecic wrote:
  see below.
 
  Na 1071393616, 2003-12-14 ob 10:20, je Olli napisal(a):
   I tried to 'emerge gimp'.
   
   Everything started fine. but then suddenly I've got that
message:
   
   (No space left on device).
 
  ...
  
   snip
  
 Try doing the emerge in an xterm, then in another xterm issue

 $  watch df -h

 and see if the disk space actually gets filled by something.  I'm
 guessing but it could be some temporary file somewhere that somehow
 gets huge.  Perhaps if you see the disk space shrink, quickly pause
 the emerge with Ctrl+Z then see if you can find the suspect file in
 either /tmp or /var/tmp - it's contents might help out a bit.

 Hope that helps...
   
Thanks for help, but the df doesn't make a glitch during the test.
The issue is very weird(at least for me, maybe I don't know
something). See following output of emerge (let me know if I have to
translate it): ---
Razreuje se cpan.develooper.com...konano.
Povezujem se na cpan.develooper.com[63.251.223.172]:80... prikljuen.
HTTP zahteva poslana, akam odgovor... 206 Partial Content
Dolina: 126,584 (e 97,912) [application/x-tar]
   
22% [  ...  ] 28,672--.--K/sETA
--:-- 
Ass you see it has to dowenload nearly 128K of data. This is not a
temporary file during compiling or converting or what-so-ever.
   
Goran
  
   As a test, try the wget from the console, see what that gives.  If
   nothing else then it should give you the file, which you can copy to
   your /usr/portage/distfiles and get the emerge underway...
 
  Ok, this works. I can get trough somehow.
  But this is not the point. Something went wrong in portage as I see the
  situation. Do you agree?
 
  Goran

 Certainly do.  You should probably open a bug report, add a link to this
 thread and see what comes of it.  At least that way you will probably
 get the attention of a developer who almost certainly has more knowledge
 than us
the only other thing would be if you have /var mounted on a seperate partition
-- 
Jim


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] what file contains my wlan info?

2003-12-14 Thread Elton Algera


In my case the driver puts it in the dmesg output on startup.


The wireless tools homepages gives you all the info:

http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html


Elton

On Sat, 13 Dec 2003, Gary I Kahn wrote:

 Where can I find the file that contains my LAN's ESSID?
 
 I'd like to change the ESSID value, as well as the maximum transmission 
 rate, but I can't find the file in which that data's recorded.
 
 I'm using the orinoco.c and orinoco_plx.c for my PCI-based card.
 
 Thanks.
 
 Gary
 
 
 --
 [EMAIL PROTECTED] mailing list
 
 
 
 
 
 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] logfile size

2003-12-14 Thread Dennis Freise
On Sun, 14 Dec 2003 00:10:36 -0800
Keith Dart [EMAIL PROTECTED] wrote:

  I find it interesting that logrotate is not included in the basic gentoo
  install (at least at 1.3 I did not get it).  Seems like a must have to
  me!
 
 I think logrotate is a Red Hat thing. However, you can choose to install
 metalog which does log rotation all on its own. 

logrotate originates from Red Hat, but many distros these days have it. I don't
think it's mandatory, because you don't have to log anything at all (well, maybe
that's not what we want *g*). Typing emerge logrotate doesn't seem to much
work for me. metalog does a good job at rotating, but not all programs log via
syslog (exim for example does its own logging, squid, apache...). I have
metalog and logrotate installed.

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Dual booting Win XP with GRUB

2003-12-14 Thread Dennis Freise
On Sun, 14 Dec 2003 12:07:39 +0100
Harald Arnesen [EMAIL PROTECTED] wrote:

  This is the Windows stanza in /boot/grub/grub.conf:
 
  title=Wondows XP
  root (hd0,0)
 
 If Windows is on hda2, then make this (hd0,1)

Even better would be:
rootnoverify (hd0,1)
:-)

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Win98 + Linux dual boot

2003-12-14 Thread Marek Sulovsky
 I've never tried putting win on the second hdd.  I thought it was possible.
 Can you read the second hdd when in linux.

Yes - I have some of my Linux partitions there - and they are succesfully mounted.

 That would rule out master/slave switches or the auto function not working.

Marek

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] error in vanilla 2.4.23 ?

2003-12-14 Thread Norberto Bensa
Jorge Almeida wrote:
 I'm using kdeadmin 3.1.2. Do you mean that 3.1.4 is still
 bugged/featured? 

Yup.

 If so, I'll have to recompile the kernel again. Ah
 well...

Eh? Why? You don't need to recompile your kernel nor update kdeadmin. Just 
change the file:

/usr/src/linux/drivers/usb/gadget/Config.in

The original code in it goes something like this:

if blah blah ; then
do something
else if blah blah ; then
do something
else if blah blah ; then
do something
fi fi fi

Change it to read:

if blah blah ; then
do something
else
if blah blah ; then
do something
else
if blah blah; then
do something
fi
fi
fi


No need to recompile your kernel. 

Regards,
Norberto


pgp0.pgp
Description: signature


Re: [gentoo-user] USB storage questions

2003-12-14 Thread Norbert Kamenicky
AFAIK it's a bug somewhere in USB SW and have a feeling
it was discussed couple times.
I met similar problem too ...
my digi (photo) camera is accessible as device sda1, but
once it happend, I had to read two different (by size) SM cards.
First card was sda1, the second was broken until I learned
from syslog it was connected as sdb1 ... although I had to
disconect the camera, switch it off and change the card between
readings.
Removing and reinserting all related modules helps in case
I like to have it sda1.
noro

Alexander Puchmayr wrote:

Hi there!

When I connect an external harddisk/cdrom/memory-stick via USB, a new scsi 
device appears, lets say /dev/sda, partition information is read correctly 
and I can mount and use partitions without any problem.

After unmounting all mounted partitions of the drive and disconnecting it, 
the device /dev/sda is still there, of course giving me i/o-Errors when 
accessing it. 

Even after connecting a different disk, /proc/scsi/scsi still holds 
information about the old disk, no new disk. Accessing the new disk is not 
possible, I have to restart the hotplug to make it work.

So, question is, is there anything I can do against it or is it just a nasty 
bug in hotplug/usb?
BTW: I just upgraded to hotplug-20030805-r2 and restartet the service.

Thanks,
Alex
 



--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Win98 + Linux dual boot

2003-12-14 Thread Redeeman
this is easily fixed with adding this to the windows entry in grub:
map (hd0) (hd1)
map (hd1) (hd0)
so your win98 entry becomes:

title  Windows 98
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
makeactive
chainloader +1

On Sun, 2003-12-14 at 14:54, Marek Sulovsky wrote:
  I've never tried putting win on the second hdd.  I thought it was possible.
  Can you read the second hdd when in linux.
 
 Yes - I have some of my Linux partitions there - and they are succesfully mounted.
 
  That would rule out master/slave switches or the auto function not working.
 
 Marek
 
 --
 [EMAIL PROTECTED] mailing list
-- 
Regards, Redeeman
()  ascii ribbon campaign - against html e-mail 
/\- against microsoft attachments



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Refresh Gnome menus without restarting?

2003-12-14 Thread Spider
begin  quote
On Sat, 13 Dec 2003 14:52:16 -0500
Joel Konkle-Parker [EMAIL PROTECTED] wrote:

 Is there a way to refresh the Gnome Applications menu without logging 
 out? When I emerge something new, it doesn't show up in the menu until
 I  log out and in again.

brute force :
killall gnome-panel

the panel will restart, and have all settings afresh. :)


Soft force, sometimes it works and updates whats on my menu when
editing, sometimes it doesn't. and I dont know which does what why.

refreshing, isn't it?

//Spider


-- 
begin  .signature
This is a .signature virus! Please copy me into your .signature!
See Microsoft KB Article Q265230 for more information.
end


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Dual booting Win XP with GRUB

2003-12-14 Thread nealbirch
On Sat, 13 Dec 2003 21:39:51 -0800
John Gilger [EMAIL PROTECTED] wrote:

 On 12/13/03 8:16 PM, [EMAIL PROTECTED] [EMAIL PROTECTED]
 wrote:
 
  On Sat, 13 Dec 2003 19:42:24 -0800
  John Gilger [EMAIL PROTECTED] wrote:
  
  Following the instructions in the Gentoo installation guide, I
 haven't been able to get Windows XP to boot.
  
  Fdisk shows that hda1 is the Windows D: drive, a locked restoration
  tool. hda2 is the Windows C: drive where everything is. hda2 is
  bootable.
  
  Gentoo is installed on hdb. It boots fine with GRUB.
  
  What does your /boot/grub/grub.conf file read?
  
 This is the Windows stanza in /boot/grub/grub.conf:
 
 title=Wondows XP
 root (hd0,0)
 chainloader (hd0,1)+1

title Wondows XP
rootnoverify (hd0,1)
makeactive
chainloader +1

This Should work. You shouldn't need the map statements, as the
partition is on the first drive. Map is used when you have to trick
windows into thinking it's the 1st drive.

-- 
Yes, it is written.  Good shall always destroy evil.
-- Sirah the Yang, The Omega Glory, stardate unknown

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] How to find out what's using a device?

2003-12-14 Thread Elton Algera
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



You can try

fuser -v /dev/dsp

If you are using KDE: artsd lockes this device.

Elton


On Sun, 14 Dec 2003, Joel Konkle-Parker wrote:

 How do I find out what's using a particular device? My /dev/dsp is 
 locked, and I can't figure out why...
 
 Thanks in advance
 
 
 -- 
 Joel Konkle-Parker
 Webmaster [Ballsome.com]
 
 Phone [+1 662-518-1636]
 E-mail[EMAIL PROTECTED]
 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/3IoBlkLE/x/YPu4RAnovAKDz+O7oB8PmQQTLbQrfDhKZjMzEEwCfd2YT
lvoG9dQmyjHnM7yZrCUMyBg=
=8SA3
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



[gentoo-user] webmin

2003-12-14 Thread James D. Tyler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Is there a current webmin startup script? 
- -- 
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
SPC James D. Tyler
Part of the 3RD Infantry Division
Ft Stewart, Ga
Rock of the Marne!
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
http://www.bigfoot.com/~jty
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/3I42ZJIIo6BPOnYRAsvpAJ0ZRvjUEIaXghVFYpF5s4aiZ5ojmgCaAvOk
pzMLci0LGvq8FQG58FDnJBE=
=wxuJ
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] webmin

2003-12-14 Thread Andrew Gaffney
James D. Tyler wrote:
Is there a current webmin startup script? 
What's wrong with '/etc/init.d/webmin'?

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] error in vanilla 2.4.23 ?

2003-12-14 Thread Jorge Almeida
On Sun, 14 Dec 2003, Norberto Bensa wrote:

 Eh? Why? You don't need to recompile your kernel nor update kdeadmin. Just 
 change the file:
 
   /usr/src/linux/drivers/usb/gadget/Config.in
 
 The original code in it goes something like this:
 
   if blah blah ; then
   do something
   else if blah blah ; then
   do something
   else if blah blah ; then
   do something
   fi fi fi
 
 Change it to read:
 
   if blah blah ; then
   do something
   else
   if blah blah ; then
   do something
   else
   if blah blah; then
   do something
   fi
   fi
   fi
 
 
 No need to recompile your kernel. 
 
Good to know! :)
Thank you.

Jorge 

--
[EMAIL PROTECTED] mailing list



[gentoo-user] no DRM after kernel upgrade

2003-12-14 Thread Jorge Almeida
Hello,

I upgraded from 2.4.22 vanilla to 2.4.23 vanilla, and I just found out
that I don't have DRM any more:
$ glxinfo | grep rendering
direct rendering: No
(Besides, it shows on the screensaver...)

I had it before. After compiling the kernel, I did (as usual):
VIDEO_CARDS=radeon emerge xfree-drm

My card is an Ati Radeon 7500.
Any guess about what's missing?
TIA.

Jorge Almeida

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] webmin

2003-12-14 Thread James D. Tyler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 14 December 2003 11:26, Andrew Gaffney wrote:
 James D. Tyler wrote:
  Is there a current webmin startup script?

 What's wrong with '/etc/init.d/webmin'?
nothing wrong. I figured out how to do that now it won't load at 
https://127.0.0.1:1
- -- 
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
SPC James D. Tyler
Part of the 3RD Infantry Division
Ft Stewart, Ga
Rock of the Marne!
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
http://www.bigfoot.com/~jty
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/3JM0ZJIIo6BPOnYRAh+/AJ4sHI4+LT1z8zbjophyGBqqEUnvhwCePQoM
ebjZ3GEkKinb9F2z5VI7nt4=
=3nF7
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



[gentoo-user] no DRM...(never mind!)

2003-12-14 Thread Jorge Almeida
Ooops... Please ignore my former post...
I didn't have support for DRM in the kernel. I thought I used the
previous .config file, but maybe not...

-- 
Jorge Almeida

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] webmin

2003-12-14 Thread James D. Tyler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 14 December 2003 11:43, James D. Tyler wrote:
 On Sunday 14 December 2003 11:26, Andrew Gaffney wrote:
  James D. Tyler wrote:
   Is there a current webmin startup script?
 
  What's wrong with '/etc/init.d/webmin'?

 nothing wrong. I figured out how to do that now it won't load at
 https://127.0.0.1:1
PS- it's refusing my ssh login
- -- 
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
SPC James D. Tyler
Part of the 3RD Infantry Division
Ft Stewart, Ga
Rock of the Marne!
~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
http://www.bigfoot.com/~jty
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/3JSkZJIIo6BPOnYRApzMAJ4wR7ai9+k69LBnNL9rXAeabLMZyQCeNbyV
qTlJ9MycD67LwOQS//QV4cI=
=Hpq/
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Location of 'emerge --resume' data

2003-12-14 Thread Tom Wesley
Hi,

I need to remove a package from my emerge --resume list (after an emerge
world) but cannot find this information, does anyone know where I should
look?

Cheers,

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] emerge no space left on device ?

2003-12-14 Thread Goran Kavrecic
Na 1071405676, 2003-12-14 ob 13:41, je Ciaran McCreesh napisal(a):
 On Sun, 14 Dec 2003 10:15:02 +0100 Goran Kavrecic [EMAIL PROTECTED]
 wrote:
 | Can't write into `/usr/portage/distfiles/Parse-RecDescent-1.94.tar.gz'
 | (No space left on device).
 | !!! Couldn't download Parse-RecDescent-1.94.tar.gz. Aborting.
 | ---
 snip
 | But 'df' returns that:
 
 What does df -i say? You're not getting low on inodes are you?

'df -i' returns:
---
Dat. sist.Inodov   IUpor   IPros IUpo% Priklopljeno na
/dev/root   1.3M235K1.1M   19% /
none 63K   1 63K1% /dev/shm
---
 
goran


--
[EMAIL PROTECTED] mailing list



Re: VS: [gentoo-user] emerge no space left on device ?

2003-12-14 Thread Oliver Lange
Tom Wesley wrote:
On Sun, 2003-12-14 at 10:08, Goran Kavrecic wrote:

Na 1071396358, 2003-12-14 ob 11:05, je Tom Wesley napisal(a):

On Sun, 2003-12-14 at 09:56, Goran Kavrecic wrote:

Na 1071395634, 2003-12-14 ob 10:53, je Tom Wesley napisal(a):

On Sun, 2003-12-14 at 09:44, Goran Kavrecic wrote:

see below.

Na 1071393616, 2003-12-14 ob 10:20, je Olli napisal(a):

Go read a quote howto..

--
[EMAIL PROTECTED] mailing list


Re: VS: [gentoo-user] emerge no space left on device ?

2003-12-14 Thread Goran Kavrecic
Na 1071421526, 2003-12-14 ob 18:05, je Oliver Lange napisal(a):

 Go read a quote howto..

Shouldn't be. If quote applies then I shouldn't be able to 'wget' the
same file in the same directory. Would I?
(see my e-mail 11:08)

Goran


--
[EMAIL PROTECTED] mailing list



[gentoo-user] color output of emerge and man

2003-12-14 Thread Richard Ruth
I use xterm with a dark background  (-bg grey15 -fg
white).  This works well with most terminal apps (and
a few modifications to /etc/DIR_COLORS fixes ls
colors.)

How do I modify the color output of emerge?  The dark
blue package name that results from 'emerge -s pkg'
is almost unreadable.

Also, how do I control the colors in man?  Again there
are some dark blues that I can not read.  (A work
around is:  'TERM=term man man page' but this is
clunky.)

Thanks

Richard


--
[EMAIL PROTECTED] mailing list



[gentoo-user] Searchable Archive of Gentoo-User?

2003-12-14 Thread Richard Ruth
Is there a searchable archive of the
[EMAIL PROTECTED] email list?  (I know about the
searchable forum.)  What is the URL?

Richard


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] webmin

2003-12-14 Thread Peter Ruskin
On Sunday 14 Dec 2003 16:22, James D. Tyler wrote:
 Is there a current webmin startup script?

#!/bin/sh
#
[[ '$(ps x|grep webmin/miniserv.pl)' == '' ]]  \
/etc/init.d/webmin start
mozilla http://localhost:1

Peter
-- 
==
Gentoo Linux:   Portage 2.0.49-r18 (default-x86-1.4, gcc-3.2.3, 
glibc-2.3.2-r3, 2.4.23_pre8-gss)i686 AMD Athlon(tm) XP 3200+
==


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] webmin

2003-12-14 Thread Andrew Gaffney
James D. Tyler wrote:
On Sunday 14 December 2003 11:43, James D. Tyler wrote:

On Sunday 14 December 2003 11:26, Andrew Gaffney wrote:

James D. Tyler wrote:

Is there a current webmin startup script?
What's wrong with '/etc/init.d/webmin'?
nothing wrong. I figured out how to do that now it won't load at
https://127.0.0.1:1
PS- it's refusing my ssh login
Did you use the 'ssl' USE flag when you emerge'd webmin? Anyways, you can just do 
http://127.0.0.1:1/. Its not going out over a network, so it doesn't matter if its 
encrypted.

--
Andrew Gaffney
--
[EMAIL PROTECTED] mailing list


Re: VS: [gentoo-user] emerge no space left on device ?

2003-12-14 Thread Tom Wesley
On Sun, 2003-12-14 at 17:12, Goran Kavrecic wrote:
 Na 1071421526, 2003-12-14 ob 18:05, je Oliver Lange napisal(a):
 
  Go read a quote howto..
 
 Shouldn't be. If quote applies then I shouldn't be able to 'wget' the
 same file in the same directory. Would I?
 (see my e-mail 11:08)
 
 Goran

I suspect Oliver has just got out of bed, not been to bed or some such
other tragedy...  He was trying to belittle my (admittedly not helpful)
reply because I hadn't trimmed the 

 On Sun, 2003-12-14 at 10:08, Goran Kavrecic wrote:
 
Na 1071396358, 2003-12-14 ob 11:05, je Tom Wesley napisal(a):

On Sun, 2003-12-14 at 09:56, Goran Kavrecic wrote:

Na 1071395634, 2003-12-14 ob 10:53, je Tom Wesley napisal(a):

On Sun, 2003-12-14 at 09:44, Goran Kavrecic wrote:

see below.

from the mail


I did author a comic comeback, but really couldn't be bothered dealing
with the potential flame war normally reserved for other lists.


-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


[gentoo-user] samba login problem

2003-12-14 Thread Helgi Örn Helgason
I installed samba and moved over some of my old config files from a SuSE
box. To me things look quite OK but when I try to login from a w2k box
on the network I get: Incorrect password or unknown username...

When I try to change the password:
machine 127.0.0.1 rejected the password change: Error was : RAP86: The
specified password is invalid.
Failed to change password

Can someone geve me some hints on what is going on?

Cheers,
/HÖ

-- 
/// Helgi Örn Helgason, Registered GNU/Linux User: #189958 \\\
\\\ ~~ Gentoo 1.4 ~ Kernel 2.4.20-gentoo-r9 ~ KDE 3.1.4 ~~ ///


pgp0.pgp
Description: PGP signature


Re: VS: [gentoo-user] emerge no space left on device ?

2003-12-14 Thread Jay Goodman Tamboli
On Sun, Dec 14, 2003 at 11:08:03AM +0100, Goran Kavrecic wrote:
 Na 1071396358, 2003-12-14 ob 11:05, je Tom Wesley napisal(a):
  As a test, try the wget from the console, see what that gives.  If
  nothing else then it should give you the file, which you can copy to
  your /usr/portage/distfiles and get the emerge underway...
 
 Ok, this works. I can get trough somehow.
 But this is not the point. Something went wrong in portage as I see the
 situation. Do you agree?

Can you download the file in /usr/portage/distfiles?  I know it's the same
partition, but perhaps there's something weird there.

/jgt
-- 
So far as a man thinks, he is free.  -- Ralph Waldo Emerson


pgp0.pgp
Description: PGP signature


Re: VS: [gentoo-user] emerge no space left on device ? SOLVED

2003-12-14 Thread Goran Kavrecic
OK, end of the story.

Look what I found in dmesg:
EXT2-fs error (device ide0(3,9)): ext2_new_block: Free blocks count
corrupted for block group 47

After running f2esck (normally from a rescue disk) everything came to
normal.
Altough, I still wonder why it was working with 'wget'.

Thanks to everyone,
Goran


Na 1071423426, 2003-12-14 ob 18:37, je Tom Wesley napisal(a):
 On Sun, 2003-12-14 at 17:12, Goran Kavrecic wrote:
  Na 1071421526, 2003-12-14 ob 18:05, je Oliver Lange napisal(a):
  
   Go read a quote howto..
  
  Shouldn't be. If quote applies then I shouldn't be able to 'wget' the
  same file in the same directory. Would I?
  (see my e-mail 11:08)
  
  Goran
 
 I suspect Oliver has just got out of bed, not been to bed or some such
 other tragedy...  He was trying to belittle my (admittedly not helpful)
 reply because I hadn't trimmed the 
 
  On Sun, 2003-12-14 at 10:08, Goran Kavrecic wrote:
  
 Na 1071396358, 2003-12-14 ob 11:05, je Tom Wesley napisal(a):
 
 On Sun, 2003-12-14 at 09:56, Goran Kavrecic wrote:
 
 Na 1071395634, 2003-12-14 ob 10:53, je Tom Wesley napisal(a):
 
 On Sun, 2003-12-14 at 09:44, Goran Kavrecic wrote:
 
 see below.
 
 from the mail
 
 
 I did author a comic comeback, but really couldn't be bothered dealing
 with the potential flame war normally reserved for other lists.
 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] samba login problem

2003-12-14 Thread Brett I. Holcomb
Did you run smbpasswd on the new box and add everyone's password to Samba?  

On Sunday 14 December 2003 12:39, you wrote:
 I installed samba and moved over some of my old config files from a SuSE
 box. To me things look quite OK but when I try to login from a w2k box
 on the network I get: Incorrect password or unknown username...

 When I try to change the password:
 machine 127.0.0.1 rejected the password change: Error was : RAP86: The
 specified password is invalid.
 Failed to change password

 Can someone geve me some hints on what is going on?

 Cheers,
 /HÖ

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Searchable Archive of Gentoo-User?

2003-12-14 Thread Ciaran McCreesh
On Sun, 14 Dec 2003 09:16:33 -0800 (PST) Richard Ruth
[EMAIL PROTECTED] wrote:
| Is there a searchable archive of the
| [EMAIL PROTECTED] email list?  (I know about the
| searchable forum.)  What is the URL?

A google search for 'gentoo-user archives' shows several (in fact, it
mostly shows other people asking the same question, along with the
replies they received).

http://gmane.org/ is one place you can try.

-- 
Ciaran McCreesh
Mail:ciaranm at gentoo.org
Web: http://dev.gentoo.org/~ciaranm



pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Searchable Archive of Gentoo-User?

2003-12-14 Thread Brian Hall

OK, then my question is, why aren't these archive links listed in
http://www.gentoo.org/main/en/lists.xml ? If they were, I predict this
question would come up less often!


On Sun, 14 Dec 2003 17:59:25 +
Ciaran McCreesh [EMAIL PROTECTED] wrote:

 On Sun, 14 Dec 2003 09:16:33 -0800 (PST) Richard Ruth
 [EMAIL PROTECTED] wrote:
 | Is there a searchable archive of the
 | [EMAIL PROTECTED] email list?  (I know about the
 | searchable forum.)  What is the URL?
 
 A google search for 'gentoo-user archives' shows several (in fact, it
 mostly shows other people asking the same question, along with the
 replies they received).
 
 http://gmane.org/ is one place you can try.
 
 -- 
 Ciaran McCreesh
 Mail:ciaranm at gentoo.org
 Web: http://dev.gentoo.org/~ciaranm
 
 


--


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Searchable Archive of Gentoo-User?

2003-12-14 Thread Ciaran McCreesh
On Sun, 14 Dec 2003 11:05:54 -0700 Brian Hall [EMAIL PROTECTED]
wrote:
| OK, then my question is, why aren't these archive links listed in
| http://www.gentoo.org/main/en/lists.xml ? If they were, I predict this
| question would come up less often!

a) Because none of them are 'official' archives
b) Because it's dead easy to find them using google
c) Because no-one has filed a bug asking for it

-- 
Ciaran McCreesh
Mail:ciaranm at gentoo.org
Web: http://dev.gentoo.org/~ciaranm



pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Searchable Archive of Gentoo-User?

2003-12-14 Thread Renat Golubchyk
On Sunday 14 December 2003 19:13, Ciaran McCreesh wrote:
 On Sun, 14 Dec 2003 11:05:54 -0700 Brian Hall [EMAIL PROTECTED]

 wrote:
 | OK, then my question is, why aren't these archive links listed in
 | http://www.gentoo.org/main/en/lists.xml ? If they were, I predict this
 | question would come up less often!

 a) Because none of them are 'official' archives
 b) Because it's dead easy to find them using google
 c) Because no-one has filed a bug asking for it

Well, at least c) is wrong, because I filed one three months ago after seeing 
that question coming up so often. Check this out:
http://bugs.gentoo.org/show_bug.cgi?id=28730


Hope that clarifies something...

Cheers,
Renat


--
[EMAIL PROTECTED] mailing list



[gentoo-user] scripts/bootstrap.sh failed

2003-12-14 Thread Simon Striker
Hi!

Today I started with fresh installation of Getnoo from stage1. I typed
scripts/bootstrap.sh and the process began.

Some hours later the process stopped with error:

!!! ERROR: sys-libs/glibc-2.3.2-r3 failed.
!!! Function src_compile, Line 442, Exitcode 2
!!! (no error message)

Does anybody know, where could be the problem?

Thanks in advance.

Simon
 
Best regards,

Simon triker
Rusjanov trg 2
1000 Ljubljana  +38641473856
Europe (Slovenia)

E-mail: [EMAIL PROTECTED]


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] scripts/bootstrap.sh failed

2003-12-14 Thread Brett I. Holcomb
What's before that error?

On Sunday 14 December 2003 13:50, you wrote:
 Hi!

 Today I started with fresh installation of Getnoo from stage1. I typed
 scripts/bootstrap.sh and the process began.

 Some hours later the process stopped with error:

 !!! ERROR: sys-libs/glibc-2.3.2-r3 failed.
 !!! Function src_compile, Line 442, Exitcode 2
 !!! (no error message)

 Does anybody know, where could be the problem?

 Thanks in advance.

 Simon
 
 Best regards,

 Simon ?triker
 Rusjanov trg 2
 1000 Ljubljana  +38641473856
 Europe (Slovenia)

 E-mail: [EMAIL PROTECTED]

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] scripts/bootstrap.sh failed

2003-12-14 Thread Tom Wesley
On Sun, 2003-12-14 at 18:50, Simon Striker wrote:
 Hi!
 
 Today I started with fresh installation of Getnoo from stage1. I typed
 scripts/bootstrap.sh and the process began.
 
 Some hours later the process stopped with error:
 
 !!! ERROR: sys-libs/glibc-2.3.2-r3 failed.
 !!! Function src_compile, Line 442, Exitcode 2
 !!! (no error message)
 
 Does anybody know, where could be the problem?
 
 Thanks in advance.
 
 Simon
  
 Best regards,
 

Can you please post the few lines above that error.  There will be some
output that mentions the word error.  This will be needed to check if
the problem is already known.

Also, check this link [1] and see if your issue is listed, then hope
there's also a fix... :-)

[1] 
http://bugs.gentoo.org/buglist.cgi?query_format=short_desc_type=allwordssubstrshort_desc=glibc-2.3.2-r3long_desc_type=allwordssubstrlong_desc=bug_file_loc_type=allwordssubstrbug_file_loc=keywords_type=allwordskeywords=bug_status=UNCONFIRMEDbug_status=NEWbug_status=ASSIGNEDbug_status=REOPENEDbug_status=RESOLVEDbug_status=VERIFIEDbug_status=CLOSEDemailassigned_to1=1emailtype1=substringemail1=emailassigned_to2=1emailreporter2=1emailcc2=1emailtype2=substringemail2=bugidtype=includebug_id=changedin=chfieldfrom=chfieldto=Nowchfieldvalue=cmdtype=doitorder=Reuse+same+sort+as+last+timefield0-0-0=nooptype0-0-0=noopvalue0-0-0=

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] postgresql

2003-12-14 Thread Ted Ozolins
Matthew Kennedy wrote:

su postgres then it prompts me for a password. If root and admin are not the default passwds what the heck is it. -- 
Ted Ozolins(VE7TVO)
Westbank, B. C
   

[...]

There is no password :)

As root, execute su - postgres.  The configuration files will be in
the data sub-directory etc.
Matt
 

I've finally gotten this far and have been able to create the new 
data_base I require. and postgresql seems to be up and running.

crash root # pg_ctl status -D /var/lib/postgresql/data
pg_ctl: postmaster is running (pid: 1955)
Command line was:
/usr/bin/postmaster '-N' '1024' '-B' '2048'
I'm trying to use eestock, a web based inventory program. Whenever I try 
to to start with (in mozilla) http://localhost/eestock, the eestock page 
comes up nicely but I get:

*Warning*: pg_connect(): Unable to connect to PostgreSQL server: could 
not connect to server: Connection refused Is the server running on host 
127.0.0.1 and accepting TCP/IP connections on port 5432? . in 
*/var/www/localhost/htdocs/eestock/admin/utils/DB_Sql.inc* on line *44*
PHP Error: pg_connect() failed.

I have tried using tcpip_socket=true and port=5432 to no avail. Any 
ideas what to try next are welcome. Anyone running eestock, what did you 
have to do to get it to connect to postgresql?

--
Ted Ozolins(VE7TVO)
Westbank, B. C


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] Searchable Archive of Gentoo-User?

2003-12-14 Thread Jeff Smelser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 14 December 2003 12:49 pm, Renat Golubchyk wrote:
 On Sunday 14 December 2003 19:13, Ciaran McCreesh wrote:
  On Sun, 14 Dec 2003 11:05:54 -0700 Brian Hall [EMAIL PROTECTED]
 
  wrote:
  | OK, then my question is, why aren't these archive links listed in
  | http://www.gentoo.org/main/en/lists.xml ? If they were, I predict this
  | question would come up less often!
 
  a) Because none of them are 'official' archives
  b) Because it's dead easy to find them using google
  c) Because no-one has filed a bug asking for it

 Well, at least c) is wrong, because I filed one three months ago after
 seeing that question coming up so often. Check this out:
 http://bugs.gentoo.org/show_bug.cgi?id=28730

Whats so hard about going to google.com and typing gentoo-user search 
string.. That will get you the gentoo-user mailing list no matter where its 
located..

- -- 
  The best things in life are free, but the
expensive ones are still worth a look.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/3Lgold4MRA3gEwYRApaEAJ9weUTcIhhyNmazADqIexIMZBNEiQCfd5l8
WHzjsBBMLNoVsnzRV0/vt8E=
=NWNI
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



[gentoo-user] scripts/bootstrap.sh failed

2003-12-14 Thread Simon Striker
Hello Tom,

Sunday, December 14, 2003, 8:11:29 PM, you wrote:
 Can you please post the few lines above that error.  There will be some
 output that mentions the word error.  This will be needed to check if
 the problem is already known.

Oh, sorry,  here it is:

The error gegins with:

Out of memory: Killed process 22477 (cc1).
{standard input}: Assembler messages:
{standard input}:110541: Warning: end of file in string; inserted ''
gcc: Internal error: Terminated (program cc1)
Please submit a full bug report.
See URL:http://bugs.gentoo.org/ for instructions
make[2]: ***
[/var/tmp/portage/glibc-2.3.2-r3/work/glibc-2.3.2/buidhere/iconvdata/cns11643.os] 
Error1
make[2]: *** Waiting for unfinished jobs
make[2]: Leaving directory '/var/tmp/portage/glibc-2.3.2-r3/work/glibc-2.3.2/iconvdata'
make[1]: *** [iconvdata/others] Error 2
make[1]: Leaving directory '/var/tmp/portage/glibc-2.3.2-r3/work/glibc-2.3.2'
make: *** [all] Error 2

!!! ERROR: sys-libs/glibc-2.3.2-r3 failed.
!!! Function src_compile, Line 442, Exitcode 2
!!! (no error message)

End of error.

Any hints?

Thanks, Simon
 
Best regards,

Simon triker
Rusjanov trg 2
1000 Ljubljana  +38641473856
Europe (Slovenia)

E-mail: [EMAIL PROTECTED]


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] scripts/bootstrap.sh failed

2003-12-14 Thread Tom Wesley
On Sun, 2003-12-14 at 19:28, Simon Striker wrote:
 Hello Tom,
 
 Sunday, December 14, 2003, 8:11:29 PM, you wrote:
  Can you please post the few lines above that error.  There will be some
  output that mentions the word error.  This will be needed to check if
  the problem is already known.
 
 Oh, sorry,  here it is:
 
 The error gegins with:
 
 Out of memory: Killed process 22477 (cc1).
 {standard input}: Assembler messages:
 {standard input}:110541: Warning: end of file in string; inserted ''
 gcc: Internal error: Terminated (program cc1)
 Please submit a full bug report.
 See URL:http://bugs.gentoo.org/ for instructions
 make[2]: ***
 [/var/tmp/portage/glibc-2.3.2-r3/work/glibc-2.3.2/buidhere/iconvdata/cns11643.os] 
 Error1
 make[2]: *** Waiting for unfinished jobs
 make[2]: Leaving directory 
 '/var/tmp/portage/glibc-2.3.2-r3/work/glibc-2.3.2/iconvdata'
 make[1]: *** [iconvdata/others] Error 2
 make[1]: Leaving directory '/var/tmp/portage/glibc-2.3.2-r3/work/glibc-2.3.2'
 make: *** [all] Error 2
 
 !!! ERROR: sys-libs/glibc-2.3.2-r3 failed.
 !!! Function src_compile, Line 442, Exitcode 2
 !!! (no error message)
 
 End of error.
 
 Any hints?
 
 Thanks, Simon

As this is an out of memory error, have you enabled your swap space with
swapon /dev/hda1 (or whatever)?

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


RE: [gentoo-user] scripts/bootstrap.sh failed

2003-12-14 Thread Olli
Hello Tom,

Sunday, December 14, 2003, 8:11:29 PM, you wrote:
 Can you please post the few lines above that error.  There will be some
 output that mentions the word error.  This will be needed to check if
 the problem is already known.

Oh, sorry,  here it is:

The error gegins with:

Out of memory: Killed process 22477 (cc1).
{standard input}: Assembler messages:
{standard input}:110541: Warning: end of file in string; inserted ''
gcc: Internal error: Terminated (program cc1)
Please submit a full bug report.
See URL:http://bugs.gentoo.org/ for instructions
make[2]: ***
[/var/tmp/portage/glibc-2.3.2-r3/work/glibc-2.3.2/buidhere/iconvdata/cns116
43.os] Error1
make[2]: *** Waiting for unfinished jobs
make[2]: Leaving directory
'/var/tmp/portage/glibc-2.3.2-r3/work/glibc-2.3.2/iconvdata'
make[1]: *** [iconvdata/others] Error 2
make[1]: Leaving directory
'/var/tmp/portage/glibc-2.3.2-r3/work/glibc-2.3.2'
make: *** [all] Error 2

!!! ERROR: sys-libs/glibc-2.3.2-r3 failed.
!!! Function src_compile, Line 442, Exitcode 2
!!! (no error message)

End of error.

Any hints?

Thanks, Simon

Best regards,
It seems that you run out of memory and your compile process killed (Out of
memory: Killed process 22477 (cc1))


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] xfs, ext3, jfs, reiserfs

2003-12-14 Thread Sami Ntnen
On Saturday 13 December 2003 16:55, Sigurd Stordal wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 reiserfs + ext3 newly created file system 51 GB
 xfs 57 GB.
 I had a partition with reiserfs before grow from 17 to 25 GB because
 of filesystem inconsisty, but was ixable with reiserfschk.

And you remeberd to do the -m0 when you made the ext3 filesystem?
If my memory serves me correctly the free space wont show the root 
reserved nodes in the free space for ext3.



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] scripts/bootstrap.sh failed

2003-12-14 Thread Dennis Freise
On Sun, 14 Dec 2003 20:28:32 +0100
Simon Striker [EMAIL PROTECTED] wrote:

 The error gegins with:
 
 Out of memory: Killed process 22477 (cc1).
snip

Try adding (more) swap-space.

-- 
Dennis Freise [EMAIL PROTECTED]
GnuPG key fingerprint: 2DE8 CCEF 6E20 11D4 3B27  21EC B0BA 1749 D2C8 38ED
Get my public key at : http://www.final-frontier.ath.cx/gpg_public_key.txt


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Searchable Archive of Gentoo-User?

2003-12-14 Thread Renat Golubchyk
On Sunday 14 December 2003 20:21, Jeff Smelser wrote:
 Whats so hard about going to google.com and typing gentoo-user search
 string.. That will get you the gentoo-user mailing list no matter where
 its located..

Nothing, that's the way I found the archives 8 months ago. It's just that 
folks keep asking the question again and again, so a link to the archives 
could be helpful to them.


Cheers,
Renat


--
[EMAIL PROTECTED] mailing list



Re[2]: [gentoo-user] scripts/bootstrap.sh failed

2003-12-14 Thread Simon Striker
Hello Dennis,

Sunday, December 14, 2003, 8:36:47 PM, you wrote:
 Try adding (more) swap-space.

I have reserved about 50M for Swap ... Is this too little?

 
Best regards,

Simon triker
Rusjanov trg 2
1000 Ljubljana  +38641473856
Europe (Slovenia)

E-mail: [EMAIL PROTECTED]


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] scripts/bootstrap.sh failed

2003-12-14 Thread Jeff Smelser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 14 December 2003 01:40 pm, Simon Striker wrote:
 Hello Dennis,

 Sunday, December 14, 2003, 8:36:47 PM, you wrote:
  Try adding (more) swap-space.

 I have reserved about 50M for Swap ... Is this too little?

How much memory do you have in the first place??

I usually carry 2 meg swaps here.. c++ apps love memory.. So just wait till 
you get to one of those..

- -- 
   Intel: where Quality is job number 0.9998782345!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/3L1xld4MRA3gEwYRAt/9AJ0eL+ttndVnAgkS+R/3lpuKMTT/ZQCg6+qL
LJpzMOIacA73XJ2rNSYXQ18=
=aA7w
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



VS: Re[2]: [gentoo-user] scripts/bootstrap.sh failed

2003-12-14 Thread Olli
How much normal menory you have?

-Alkuperinen viesti-
Lhettj: Simon Striker [mailto:[EMAIL PROTECTED]
Lhetetty: 14. joulukuuta 2003 21:40
Vastaanottaja: Dennis Freise
Aihe: Re[2]: [gentoo-user] scripts/bootstrap.sh failed


Hello Dennis,

Sunday, December 14, 2003, 8:36:47 PM, you wrote:
 Try adding (more) swap-space.

I have reserved about 50M for Swap ... Is this too little?


Best regards,

Simon triker
Rusjanov trg 2
1000 Ljubljana  +38641473856
Europe (Slovenia)

E-mail: [EMAIL PROTECTED]


--
[EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Searchable Archive of Gentoo-User?

2003-12-14 Thread Jeff Smelser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 14 December 2003 01:38 pm, Renat Golubchyk wrote:
 On Sunday 14 December 2003 20:21, Jeff Smelser wrote:
  Whats so hard about going to google.com and typing gentoo-user search
  string.. That will get you the gentoo-user mailing list no matter where
  its located..

 Nothing, that's the way I found the archives 8 months ago. It's just that
 folks keep asking the question again and again, so a link to the archives
 could be helpful to them.

Link to what?? Gentoo doesn't have any.. Thats the point.. Its usually done by 
other people and it can change..

hence google.. I guess if you want to link to google..

- -- 
   I believe the technical term is Oops!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/3L3Hld4MRA3gEwYRAkNlAKCwpXYCi/yjQnKsy2WVgJbR334KPQCfSmsk
Pi9UnRZ6y+jXYNAVGn++Ws0=
=OI8x
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] scripts/bootstrap.sh failed

2003-12-14 Thread Jeff Smelser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 14 December 2003 01:40 pm, Simon Striker wrote:
 Hello Dennis,

 Sunday, December 14, 2003, 8:36:47 PM, you wrote:
  Try adding (more) swap-space.

 I have reserved about 50M for Swap ... Is this too little?

Wait.. Are you doing -j in your make.conf?? glibc will overload a normal 
systems memory. Your going to have to have mega memory for that..

You better put that to like 50.. It will create over 800 process's doing that.

- -- 
 The computer revolution is over. The computers won.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/3L8Yld4MRA3gEwYRAkCAAJ9tQnEroRzQPGkjb4OkdDwCCebUYQCfbP9t
GUCEqMeGV9n1iWIwKhSr7UQ=
=ZMeF
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



Re: Re[2]: [gentoo-user] scripts/bootstrap.sh failed

2003-12-14 Thread Ron
On Sun, 2003-12-14 at 14:40, Simon Striker wrote:
 Hello Dennis,
 
 Sunday, December 14, 2003, 8:36:47 PM, you wrote:
  Try adding (more) swap-space.
 
 I have reserved about 50M for Swap ... Is this too little?

A general rule of thumb would be a swap partition 2x larger than your
ram.  If you you have 512M ram then 1024M swap
-- 
Ron
[EMAIL PROTECTED]


--
[EMAIL PROTECTED] mailing list



Re[2]: [gentoo-user] scripts/bootstrap.sh failed

2003-12-14 Thread Simon Striker
Hello Jeff,

Sunday, December 14, 2003, 8:50:47 PM, you wrote:
 Wait.. Are you doing -j in your make.conf?? glibc will overload a normal
 systems memory. Your going to have to have mega memory for that..

No. Where to write this -j in make.conf?


 
Best regards,

Simon triker
Rusjanov trg 2
1000 Ljubljana  +38641473856
Europe (Slovenia)

E-mail: [EMAIL PROTECTED]


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] logfile size

2003-12-14 Thread rd
Exactly!  I run apache, postfix, and many other server jobs that do not
use metalog, so I too have logrotate installed.  Perhaps not a
requirement for a desktop only install.

-rdg/TacticalJack


On Sun, 2003-12-14 at 07:41, Dennis Freise wrote:
 On Sun, 14 Dec 2003 00:10:36 -0800
 Keith Dart [EMAIL PROTECTED] wrote:
 
   I find it interesting that logrotate is not included in the basic gentoo
   install (at least at 1.3 I did not get it).  Seems like a must have to
   me!
  
  I think logrotate is a Red Hat thing. However, you can choose to install
  metalog which does log rotation all on its own. 
 
 logrotate originates from Red Hat, but many distros these days have it. I don't
 think it's mandatory, because you don't have to log anything at all (well, maybe
 that's not what we want *g*). Typing emerge logrotate doesn't seem to much
 work for me. metalog does a good job at rotating, but not all programs log via
 syslog (exim for example does its own logging, squid, apache...). I have
 metalog and logrotate installed.
-- 
It is vital to remember that information is not knowledge; that
knowledge is not wisdom; and that wisdom is not foresight.
  - Arthur C Clarke


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] scripts/bootstrap.sh failed

2003-12-14 Thread Jeff Smelser
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 14 December 2003 01:57 pm, Simon Striker wrote:
 Hello Jeff,

 Sunday, December 14, 2003, 8:50:47 PM, you wrote:
  Wait.. Are you doing -j in your make.conf?? glibc will overload a
  normal systems memory. Your going to have to have mega memory for that..

 No. Where to write this -j in make.conf?

Forget it, unless you got a gig of memory, and a bigger swap than 50 meg. and 
4 cpu's, Your system will die..

Either that, a hell of a compile farm..

- -- 
The dark ages were caused by the Y1K problem.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/3MFyld4MRA3gEwYRAuo/AKDA8ju8+J9EsAXmC/clvFLuyFUZ0wCgrieh
DufJywyp6bxIdwjI25bgE30=
=hmLY
-END PGP SIGNATURE-


--
[EMAIL PROTECTED] mailing list



[gentoo-user] [OT] Postfix configuration

2003-12-14 Thread Patrick Börjesson
Any postfix-gurus here? Thought I'll just post the question and see if
someone might have mercy on me and answer it =)

So... Say I have a unresolvable hostname (e.g. host.mydomain.com)
because of being inside an unaccessible intranet. The intranet has a
smtp-server which relays mail for us inside the intranet. The problem is
now that I want all the mail that is send from my machine which don't
have a domain in the to-address to be rewritten so that it uses
$myhostname instead of $myorigin. 

I can't set $myorigin to $myhostname as the smtp-servers outside the
intranet will try to resolve the envelope-address (which would be
host.mydomain.com) and fail, which mean that they'll reject the mail.
And if I set $myorigin to $mydomain and change nothing else postfix will
rewrite all the to-addresses that has no domain (e.g. root) to
username@$mydomain which will send the mails going from my daemons to
the useraccount on our gateway (not something you want to do if you
don't want to piss the admin off). So the best solution that I can think
of is to make trivial-rewrite append $myhostname to the unqualified
to-addresses instead of $myorigin, but I can't seem to find if and how
this can be done... 
Another choice I have is to make a virtual map with all the local
addresses that should go to local addresses on my machine, but this
seems risky as if I forget an address then those mails will go to the
gateway... 

I'm hoping for someone to give me a possible solution for this dilemma.

Thanks in advance.

Patrick Börjesson

-- 
Public key ID: 4C5AB0BF
Public key available at wwwkeys.pgp.net


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] [OT] Postfix configuration

2003-12-14 Thread Tom Wesley
On Sun, 2003-12-14 at 20:05, Patrick Börjesson wrote:
 Any postfix-gurus here? Thought I'll just post the question and see if
 someone might have mercy on me and answer it =)
 
 So... Say I have a unresolvable hostname (e.g. host.mydomain.com)
 because of being inside an unaccessible intranet. The intranet has a
 smtp-server which relays mail for us inside the intranet. The problem is
 now that I want all the mail that is send from my machine which don't
 have a domain in the to-address to be rewritten so that it uses
 $myhostname instead of $myorigin. 
 
 I can't set $myorigin to $myhostname as the smtp-servers outside the
 intranet will try to resolve the envelope-address (which would be
 host.mydomain.com) and fail, which mean that they'll reject the mail.
 And if I set $myorigin to $mydomain and change nothing else postfix will
 rewrite all the to-addresses that has no domain (e.g. root) to
 username@$mydomain which will send the mails going from my daemons to
 the useraccount on our gateway (not something you want to do if you
 don't want to piss the admin off). So the best solution that I can think
 of is to make trivial-rewrite append $myhostname to the unqualified
 to-addresses instead of $myorigin, but I can't seem to find if and how
 this can be done... 
 Another choice I have is to make a virtual map with all the local
 addresses that should go to local addresses on my machine, but this
 seems risky as if I forget an address then those mails will go to the
 gateway... 
 
 I'm hoping for someone to give me a possible solution for this dilemma.
 
 Thanks in advance.
 
 Patrick Börjesson

I'm certainly not a guru, but I recall there is a smart forwarding
option with postfix, essentially other than that it can smart-forward
emails to external addresses to an externally accessible smtp server.


-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


[gentoo-user] PORTAGE_TMPDIR

2003-12-14 Thread Jean Magnan de Bornier
Hello all, 
After some seven months of -happily- using gentoo, I see my /var/tmp is
huge. 
My questions: 
Is there any reason to keep the content of this directory?
Can I without danger delete files in it when a package is installed? 
If it is possible is there some automatic way to do it?
TIA,
-- 
Jean Magnan de Bornier
3 Cours Victor Hugo, 13980 Alleins   France
Tel: 04 90 59 33 94Port: 06 09 17 35 87
mèl: jm.bornier*at*free.fr

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] [OT] Postfix configuration

2003-12-14 Thread Patrick Börjesson
 I'm certainly not a guru, but I recall there is a smart forwarding
 option with postfix, essentially other than that it can smart-forward
 emails to external addresses to an externally accessible smtp server.

Well, that's not really my problem as I already have access to a
smtp-server which relays mail for me. The problem is that $myorigin does
too much. It both changes the envelope address _and_ the default
domain postfix appends to unqualified to-addresses.

Thanks anyhow =)

Patrick Börjesson

-- 
Public key ID: 4C5AB0BF
Public key available at wwwkeys.pgp.net


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] PORTAGE_TMPDIR

2003-12-14 Thread Brett I. Holcomb
No, you can clean it out.  

On Sunday 14 December 2003 14:33, you wrote:
 Hello all,
 After some seven months of -happily- using gentoo, I see my /var/tmp is
 huge.
 My questions:
 Is there any reason to keep the content of this directory?
 Can I without danger delete files in it when a package is installed?
 If it is possible is there some automatic way to do it?
 TIA,

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] scripts/bootstrap.sh failed

2003-12-14 Thread collins
On Sunday 14 December 2003 11:59, Ron wrote:
 On Sun, 2003-12-14 at 14:40, Simon Striker wrote:
  Hello Dennis,
 
  Sunday, December 14, 2003, 8:36:47 PM, you wrote:
   Try adding (more) swap-space.
 
  I have reserved about 50M for Swap ... Is this too little?

 A general rule of thumb would be a swap partition 2x larger than your
 ram.  If you you have 512M ram then 1024M swap

Disk space is cheap.  I always reserve about 1G for swap.  I realize this is 
overkill, but then I never need to worry.

-- 
Collins


--
[EMAIL PROTECTED] mailing list



Re[2]: [gentoo-user] scripts/bootstrap.sh failed

2003-12-14 Thread Simon Striker
Hi!

Sunday, December 14, 2003, 10:42:53 PM, you wrote:

 Disk space is cheap.  I always reserve about 1G for swap.  I realize this is
 overkill, but then I never need to worry.

So. How can I fiks my problem?

 
Best regards,

Simon Štriker
Rusjanov trg 2
1000 Ljubljana  +38641473856
Europe (Slovenia)

E-mail: [EMAIL PROTECTED]


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] how to configure java permanently ... ?

2003-12-14 Thread Norbert Kamenicky
I hope u are talking about java-config, and
argument is one of the VM's showed by
java-config -L command.
I did it this way too, all is OK also after reboot,
but to be sure let's check /etc/env.d/*java* files.
I had to edit it once, since after upgrading
one of the JVM's (not remember which one)
something went bad there.
noro



Primero.Franz wrote:

Hi all.
I followed the java guide to install java VM.
Java emerged
configured with --set-system-vm=argument
and  --set-system-vm=argument
everything it's ok but when i reboot i loose the configuration and the 
paths.

what can i do?
thx primero


--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] scripts/bootstrap.sh failed

2003-12-14 Thread collins
On Sunday 14 December 2003 12:46, Simon Striker wrote:
 Hi!

 Sunday, December 14, 2003, 10:42:53 PM, you wrote:
  Disk space is cheap.  I always reserve about 1G for swap.  I realize this
  is overkill, but then I never need to worry.

 So. How can I fiks my problem?

1. Very simple, if you haven't used all the free space on your disk.  
2. Still simple if you can delete an unused partition to make some free space. 
3. Total reorg of the disk, or start over with your install, if you can't do 1 
or 2.

As root user, use fdisk to add a new partition +1024M in size; make it type 82

Assuming this new partition is /dev/hda3, 'mkswap /dev/hda3' then
'swapon /dev.hda3'

If you don't understand any of this, do
fdisk /dev/hda list  assuming you are using /dev/hda
p
q

Submit the contents of file 'list' for advice.

HTH

-- 
Collins




fdisk ./dev/hdn   where n is a, b, etc.

ncreate a new partition
  if you have 


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] scripts/bootstrap.sh failed

2003-12-14 Thread YoYo Siska
collins wrote:
On Sunday 14 December 2003 12:46, Simon Striker wrote:

Hi!

Sunday, December 14, 2003, 10:42:53 PM, you wrote:

Disk space is cheap.  I always reserve about 1G for swap.  I realize this
is overkill, but then I never need to worry.
So. How can I fiks my problem?

1. Very simple, if you haven't used all the free space on your disk.  
2. Still simple if you can delete an unused partition to make some free space. 
3. Total reorg of the disk, or start over with your install, if you can't do 1 
or 2.
you can allways use an ordinary file for swap, if just happen to need it 
for one occasion or so, but under gentoo, you'l be compiling all the 
time, so its better to set up the partition...

to add a file to swap you can do folowing

dd if=/dev/zero of=your_new_swap_file bs=1M count=512
mkswap your_new_swap_file
swapon your_new_swap_file
of course, you'l need to do swapon... again after reboot...

--
  _
  |
YoYo () Siska
--
www.ksp.sk
--
[EMAIL PROTECTED] mailing list


[gentoo-user] interface alias configuration

2003-12-14 Thread Leonid Podolny
I need to configure the eth0:0 alias over the same physical interface. 
What are the needed changes for the /etc/conf.d/net script?
  Regards, L.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] OpenLDAP Authentication

2003-12-14 Thread John Ziniti
Frank R Callaghan wrote:
Ah thats interesting, I just logged in from the machines console and it works!
but connecting via ssh from here dosen't  !
 (I just recompiled openssh to make sure it had ldap support - I added ldap
to my make.conf a little while ago)
Ahh! I think SSH changed its default configuration so that it would
not use pam by default.  You have to change/add a durective (UsePAM)
in  /etc/ssh/sshd_config and then restart the daemon.
It should work after that.

JZ

--
[EMAIL PROTECTED] mailing list


Re: [gentoo-user] interface alias configuration

2003-12-14 Thread mathieu perrenoud
On Sunday 14 December 2003 22:24, Leonid Podolny wrote:
 I need to configure the eth0:0 alias over the same physical interface.
 What are the needed changes for the /etc/conf.d/net script?

/etc/conf.d/net is self-documented...

uncoment the line 
alias_eth0=...
and edit it according to your needs.

-- 
mathieu


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] [OT] Postfix configuration

2003-12-14 Thread croz
How do I unsubscribe. If you could please tell me.
- Original Message - 
From: Tom Wesley [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, December 14, 2003 3:14 PM
Subject: Re: [gentoo-user] [OT] Postfix configuration



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] [OT] Postfix configuration

2003-12-14 Thread Tom Wesley
On Sun, 2003-12-14 at 22:03, croz wrote:
 How do I unsubscribe. If you could please tell me.
 - Original Message - 
 From: Tom Wesley [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, December 14, 2003 3:14 PM
 Subject: Re: [gentoo-user] [OT] Postfix configuration
 
 
 
 --
 [EMAIL PROTECTED] mailing list

Hey I wasn't that bad...  ;-)

Check this link:
http://www.gentoo.org/main/en/lists.xml

-- 
Tom Wesley


signature.asc
Description: This is a digitally signed message part


Re: [gentoo-user] old or non-existant ebuild

2003-12-14 Thread Andrej Kacian
On Fri, 05 Dec 2003 15:37:28 -0500
brett holcomb [EMAIL PROTECTED] wrote:

 Then set 
 up an additional directory in /etc/make.conf - I can't 
 remember the variable right now.

It's PORTAGE_OVERLAY

-- 
/~\ The ASCIIAndrej Ticho Kacian andrej at kacian dot sk
\ / Ribbon Campaign  GnuPG public key ID: 7CD93FE2 (pgp.mit.edu)
 X  Against HTML Key fingerprint:
/ \ Email!   E87D 9DEF 2A23 6FFB 7AD9 542F 4253 3A46 7CD9 3FE2


pgp0.pgp
Description: PGP signature


  1   2   >