Re: [gentoo-user] [SOLVED] Scripts not working... HELP!

2011-04-29 Thread Norman Rieß
Am 04/29/11 00:16, schrieb Walter Dnes: > It appears that it's only python scripts that are not executing. By > sheer chance, I wanted to use 2 scripts that involved python. My > "getcot" script invokes "getmail" which is a python script. emerge is > also a python script. Maybe it's just pyth

Re: [gentoo-user] [SOLVED] Scripts not working... HELP!

2011-04-29 Thread Mick
On Friday 29 April 2011 08:25:07 Norman Rieß wrote: > Am 04/29/11 00:16, schrieb Walter Dnes: > > It appears that it's only python scripts that are not executing. By > > > > sheer chance, I wanted to use 2 scripts that involved python. My > > "getcot" script invokes "getmail" which is a python

Re: [gentoo-user] removing gtk+ as requested by --depclean

2011-04-29 Thread Mick
On Thursday 28 April 2011 14:08:20 Norman Rieß wrote: > Am 04/28/11 14:28, schrieb Allan Gottlieb: > > (I confess to being a little over cautious after xcb.) > > > > After today's update word (just a few updates were specified/done). > > --depclean recommended > > > These are the packages th

Re: [gentoo-user] [SOLVED] Scripts not working... HELP!

2011-04-29 Thread covici
Norman Rieß wrote: > Am 04/29/11 00:16, schrieb Walter Dnes: > > It appears that it's only python scripts that are not executing. By > > sheer chance, I wanted to use 2 scripts that involved python. My > > "getcot" script invokes "getmail" which is a python script. emerge is > > also a pytho

Re: [gentoo-user] Kompozer: undefined reference to `SEC_ASN1Encode_Util'

2011-04-29 Thread Peter Humphrey
On Thursday 28 April 2011 20:28:14 Paul Hartman wrote: > I don't see kompozer in portage at all. Is it in an overlay? Now that you ask, I don't remember how I came by it, but I have an ebuild and so on in /usr/local/portage. I was also astonished to find, after I wrote, that I also have a pack

Re: [gentoo-user] Microphone problems Thinkpad X300

2011-04-29 Thread Alokat
On 04/28/11 22:50, Mark Knecht wrote: > On Thu, Apr 28, 2011 at 11:22 AM, Alokat wrote: >> Hi guys, >> >> I have some problems to get my headset to work. >> >> I have a snd_hda_intel soundcard and the output works pretty good - like >> watching videos etc pp. >> >> But Skype is not able to use my

Re: [gentoo-user] Microphone problems Thinkpad X300

2011-04-29 Thread Mark Knecht
On Fri, Apr 29, 2011 at 10:16 AM, Alokat wrote: > On 04/28/11 22:50, Mark Knecht wrote: >> On Thu, Apr 28, 2011 at 11:22 AM, Alokat wrote: >>> Hi guys, >>> >>> I have some problems to get my headset to work. >>> >>> I have a snd_hda_intel soundcard and the output works pretty good - like >>> watc

[gentoo-user] How to unmount bind-mounted /dev?

2011-04-29 Thread Alex Schuster
Hi there! I want to shrink [*] a partition that holds a 32-bit Gentoo chroot. But I cannot unmount it, the device is busy because proc and /dev is bind-mounted there. And I cannot unmount this /dev, again, the device is busy: weird ~ # umount /32/dev umount: /32/dev: device is busy. (In s

[gentoo-user] URGENT: nfs stopped working

2011-04-29 Thread Michael Sullivan
OK. I recently switched my three computers (carter, camille, and catherine) to the new gcc profile: i686-pc-linux-gnu-4.4.5 from i686-pc-linux-gnu-4.3.4. As recommended, I performed emerge -e system and then emerge -e world on all of them. Carter finished his emerge -e world a couple of days ag

Re: [gentoo-user] URGENT: nfs stopped working

2011-04-29 Thread Stroller
On 30/4/2011, at 1:46am, Michael Sullivan wrote: > ... > camille ~ # mount carter:/usr/portage /usr/portage/ > mount.nfs: an incorrect mount option was specified > ... $ zcat /proc/config.gz | grep -i nfs CONFIG_NFS_FS=y CONFIG_NFS_V3=y CONFIG_NFS_V3_ACL=y CONFIG_NFS_V4=y CONFIG_NFS_V4_1=y CONFIG

Re: [gentoo-user] URGENT: nfs stopped working

2011-04-29 Thread Michael Sullivan
On Sat, 2011-04-30 at 03:54 +0100, Stroller wrote: > On 30/4/2011, at 1:46am, Michael Sullivan wrote: > > ... > > camille ~ # mount carter:/usr/portage /usr/portage/ > > mount.nfs: an incorrect mount option was specified > > ... > > $ zcat /proc/config.gz | grep -i nfs > CONFIG_NFS_FS=y > CONFIG_N

[gentoo-user] Re: [OT router advice] a router capable of detailed logs

2011-04-29 Thread Harry Putnam
Todd Goodman writes: [...] > You won't really break anything by changing the log levels. Todd, your post was really a boost for me. And thanks for you kind offer of looking things over. [...] Mick wrote: > No worries! I'm no iptables guru, but I'm still here! ;-) [...] Mick, your post wa

Re: [gentoo-user] How to unmount bind-mounted /dev?

2011-04-29 Thread Thomas Ulrich Nockmann
On Saturday 30 April 2011 Alex Schuster wrote: [...] Hello, > weird ~ # umount /32/dev > umount: /32/dev: device is busy. > (In some cases useful info about processes that use > the device is found by lsof(8) or fuser(1)) try 'umount -l /32/de' Thomas