[gentoo-user] creating ssh account without directory browsing

2010-08-22 Thread Tamer Higazi
Hi people! For a project I need to create ssh accounts (based on shared keys) who would be loged in a specific directory. They should only be able to login in the desired directory, but not be able for outside browsing. for example: /work/ but not / or any other scope. How would you guys

Re: [gentoo-user] creating ssh account without directory browsing

2010-08-22 Thread Alex Schuster
Tamer Higazi writes: For a project I need to create ssh accounts (based on shared keys) who would be loged in a specific directory. They should only be able to login in the desired directory, but not be able for outside browsing. If you need this only for things like scp, net-misc/scponly

[gentoo-user] Re: autodepclean script (was how to remove HAL)

2010-08-22 Thread Francesco Talamona
On Sunday 22 August 2010, Walter Dnes wrote: On Sat, Aug 21, 2010 at 12:07:40PM +0200, Francesco Talamona wrote I'm unclear about the aim of your script, what does different from emerge -a --depclean followed by revdep-rebuild -- -a? The autodepclean script automatically generates a

[gentoo-user] chrony logrotate script EOF error

2010-08-22 Thread Mick
Hi All, The chrony installed logrotate script keeps erroring out: logrotate_script: line 5: warning: here-document at line 2 delimited by end- of-file (wanted `EOF') Unrecognized command

Re: [gentoo-user] chrony logrotate script EOF error

2010-08-22 Thread Alex Schuster
Mick writes: The chrony installed logrotate script keeps erroring out: logrotate_script: line 5: warning: here-document at line 2 delimited by end- of-file (wanted `EOF') Unrecognized command

Re: [gentoo-user] Disable fcron logging

2010-08-22 Thread Alex Schuster
Stroller writes: On 21 Aug 2010, at 14:25, Alex Schuster wrote: ... I want to monitor the power status of my hard drives, so I wrote a little script that gives me this output: sda: standby sdb: standby sdc: active/idle 32°C sdd: active/idle 37°C This script is called

[gentoo-user] OT: External sound card

2010-08-22 Thread Florian Philipp
Hi list! I'm looking for an external sound card with USB, Firewire or ExpressCard connector. It must not be professional equipment - just something with a working SPDIF output (optical preferred). If the card can be hot-plugged and unplugged without ALSA choking on it - even better. Any

Re: [gentoo-user] creating ssh account without directory browsing

2010-08-22 Thread Giampiero Gabbiani
In data domenica 22 agosto 2010 10:36:36, Tamer Higazi ha scritto: : Hi people! For a project I need to create ssh accounts (based on shared keys) who would be loged in a specific directory. They should only be able to login in the desired directory, but not be able for outside browsing.

[gentoo-user] glibc 2.12.1-r1 seems to not be working correctly

2010-08-22 Thread covici
Hi. I am running the unstable gentoo 32-bit and today I emerged -- amoung other packages in a system update -- glibc-2.12.1-r1, however after doing this at least one package had an undefined reference to S_ISCHR. I tried to downgrade glibc, but apparently this is not supported and I am a bit

[gentoo-user] emerge strategy gamew 0ad fail

2010-08-22 Thread sam new
hi all, 0ad game is a strategy game like empire Age ,is an alpha version,so it is not contained in portage tree*. *I find some ebuild in overlay ,also find in http://bugs.gentoo.org/show_bug.cgi?id=278541 but they all do not work ,I try to build it use source ,also failed. any one who play

[gentoo-user] Re: emerge strategy gamew 0ad fail

2010-08-22 Thread sam new
On 22 August 2010 21:00, sam new maoben1...@gmail.com wrote: hi all, 0ad game is a strategy game like empire Age ,is an alpha version,so it is not contained in portage tree*. *I find some ebuild in overlay ,also find in http://bugs.gentoo.org/show_bug.cgi?id=278541 but they all do not

Re: [gentoo-user] glibc 2.12.1-r1 seems to not be working correctly

2010-08-22 Thread Alex Schuster
cov...@ccs.covici.com writes: Hi. I am running the unstable gentoo 32-bit and today I emerged -- amoung other packages in a system update -- glibc-2.12.1-r1, however after doing this at least one package had an undefined reference to S_ISCHR. I tried to downgrade glibc, but apparently this

Re: [gentoo-user] open-iscsi-2.0.871.3 compile fail on 2.6.32-openvz-budarin.1 kernel

2010-08-22 Thread Alex Schuster
Xi Shen writes: i got this error while trying to emerge the open-iscis-2.0.871.3: be2iscsi.o transport.o iscsid.o iscsi_sysfs.o: In function `iscsi_sysfs_get_blockdev_from_lun': iscsi_sysfs.c:(.text+0xe71): undefined reference to `S_ISLNK' iscsi_sysfs.c:(.text+0xed3): undefined reference

Re: [gentoo-user] glibc 2.12.1-r1 seems to not be working correctly

2010-08-22 Thread Arttu V.
On 8/22/10, cov...@ccs.covici.com cov...@ccs.covici.com wrote: Hi. I am running the unstable gentoo 32-bit and today I emerged -- amoung other packages in a system update -- glibc-2.12.1-r1, however after doing this at least one package had an undefined reference to S_ISCHR. I tried to

Re: [gentoo-user] glibc 2.12.1-r1 seems to not be working correctly

2010-08-22 Thread covici
Arttu V. arttu...@gmail.com wrote: On 8/22/10, cov...@ccs.covici.com cov...@ccs.covici.com wrote: Hi. I am running the unstable gentoo 32-bit and today I emerged -- amoung other packages in a system update -- glibc-2.12.1-r1, however after doing this at least one package had an undefined

[gentoo-user] SOLVED: Re: nss_updatedb pam_ccreds

2010-08-22 Thread Giampiero Gabbiani
In data giovedì 29 luglio 2010 18:50:13, Giampiero Gabbiani ha scritto: : Hi all, I configured nss pam in order to make LDAP authentication. In order to have a proper authentication and attributes retrieving I added also ccreds and nss_updatedb modifying /etc/pam.d/system-auth for the first

Re: [gentoo-user] creating ssh account without directory browsing

2010-08-22 Thread Mick
On Sunday 22 August 2010 13:31:20 Giampiero Gabbiani wrote: In data domenica 22 agosto 2010 10:36:36, Tamer Higazi ha scritto: : Hi people! For a project I need to create ssh accounts (based on shared keys) who would be loged in a specific directory. They should only be able to login

Re: [gentoo-user] chrony logrotate script EOF error

2010-08-22 Thread Mick
On Sunday 22 August 2010 11:25:05 Alex Schuster wrote: Mick writes: The chrony installed logrotate script keeps erroring out: logrotate_script: line 5: warning: here-document at line 2 delimited by end- of-file (wanted `EOF')

Re: [gentoo-user] glibc 2.12.1-r1 seems to not be working correctly

2010-08-22 Thread Alan McKinnon
Apparently, though unproven, at 15:29 on Sunday 22 August 2010, Arttu V. did opine thusly: On 8/22/10, cov...@ccs.covici.com cov...@ccs.covici.com wrote: Hi. I am running the unstable gentoo 32-bit and today I emerged -- amoung other packages in a system update -- glibc-2.12.1-r1, however

Re: [gentoo-user] chrony logrotate script EOF error

2010-08-22 Thread Alan McKinnon
Apparently, though unproven, at 12:11 on Sunday 22 August 2010, Mick did opine thusly: Hi All, The chrony installed logrotate script keeps erroring out: logrotate_script: line 5: warning: here-document at line 2 delimited by end-

Re: [gentoo-user] creating ssh account without directory browsing

2010-08-22 Thread Alan McKinnon
Apparently, though unproven, at 10:36 on Sunday 22 August 2010, Tamer Higazi did opine thusly: Hi people! For a project I need to create ssh accounts (based on shared keys) who would be loged in a specific directory. They should only be able to login in the desired directory, but not be

Re: [gentoo-user] chrony logrotate script EOF error

2010-08-22 Thread Mick
On Sunday 22 August 2010 17:25:02 Alan McKinnon wrote: Apparently, though unproven, at 12:11 on Sunday 22 August 2010, Mick did opine thusly: Hi All, The chrony installed logrotate script keeps erroring out: logrotate_script:

Re: [gentoo-user] chrony logrotate script EOF error

2010-08-22 Thread Alan McKinnon
Apparently, though unproven, at 18:44 on Sunday 22 August 2010, Mick did opine thusly: No, it's saying it wants EOF on a line all by itself with no leading whitespace. That thing that looks like a backtick is an open quote. Hmm ... so what should the corrected logrotate script look like

Re: [gentoo-user] chrony logrotate script EOF error

2010-08-22 Thread Mick
On Sunday 22 August 2010 17:50:02 Alan McKinnon wrote: Apparently, though unproven, at 18:44 on Sunday 22 August 2010, Mick did opine thusly: No, it's saying it wants EOF on a line all by itself with no leading whitespace. That thing that looks like a backtick is an open quote. Hmm

[gentoo-user] Re: Some corruption after gnome 2.30

2010-08-22 Thread Mathieu Bonnet
Adam Carter adamcarter3 at gmail.com writes: Any more suggestions? I suppose this is the same problem as http://forums.gentoo.org/viewtopic-t-837535.html, in which case the easiest workaround is to downgrade ati-drivers from 10.7 to 10.5 for now. It is not a Gnome/GTK problem (or at least not

[gentoo-user] system lag with gentoo-sources-2.6.35-r2

2010-08-22 Thread Alan Warren
Hello, I am having some system performance issues with this kernel release. I have a SMP machine (dual xeon nehalem 8 core / 16 threads) with 24gb non-ecc memory. On occasion (seems random so far) my system feels like a Pentium II trying to cope with Vista. For example, I was in the middle of

[gentoo-user] php 5.3.3 will not emerge

2010-08-22 Thread covici
Hi. I am having problems emerging php-5.3.3-r1 -- I am not sure if its related to the glibc problems, however its strange -- the heart of the matter is that /usr/include/mysql/my_global.h is looking for my_compiler.h which does not exist -- google search reveals nothing -- so any ideas would be

Re: [gentoo-user] glibc 2.12.1-r1 seems to not be working correctly

2010-08-22 Thread covici
Alan McKinnon alan.mckin...@gmail.com wrote: Apparently, though unproven, at 15:29 on Sunday 22 August 2010, Arttu V. did opine thusly: On 8/22/10, cov...@ccs.covici.com cov...@ccs.covici.com wrote: Hi. I am running the unstable gentoo 32-bit and today I emerged -- amoung other

Re: [gentoo-user] system lag with gentoo-sources-2.6.35-r2

2010-08-22 Thread Robert Bridge
On Sun, Aug 22, 2010 at 8:01 PM, Alan Warren bluemoonsh...@gmail.com wrote: Is there a proper venu for debugging such matters, or should I just wait for this kernel to go prime-time? Can you reliably reproduce the problem? If so, and you have a kernel that works git-bisect should allow you to

Re: [gentoo-user] glibc 2.12.1-r1 seems to not be working correctly

2010-08-22 Thread Alan McKinnon
Apparently, though unproven, at 20:57 on Sunday 22 August 2010, cov...@ccs.covici.com did opine thusly: There is a way to downgrade for the brave. quickpkg glibc move the 2.11.? version ebuild you want to your local overlay. Edit it and find the check that disallows downgrades.

Re: [gentoo-user] Re: gnome 2.6 won't install

2010-08-22 Thread Albert Hopkins
On Fri, 2010-07-02 at 04:39 +0200, Nicolas Sebrecht wrote: On Thu, Jul 01, 2010 at 09:34:25PM -0400, Albert Hopkins wrote: The OP was over 3 months ago. I think a lack of response speaks volumes compared to responding so late. It was a thread that was DOA. Why did you decide to dig it

Re: [gentoo-user] system lag with gentoo-sources-2.6.35-r2

2010-08-22 Thread Alan Warren
Thanks, I'm not very savvy when it comes to working with the kernel beyond using the normal stable cut gentoo provides. I'll research git-bisect and see if I can't figure this out though. I think you are correct though. It does seem to only happen while the system is under heavy I/O. I've never

Re: [gentoo-user] glibc 2.12.1-r1 seems to not be working correctly

2010-08-22 Thread covici
Alan McKinnon alan.mckin...@gmail.com wrote: Apparently, though unproven, at 20:57 on Sunday 22 August 2010, cov...@ccs.covici.com did opine thusly: There is a way to downgrade for the brave. quickpkg glibc move the 2.11.? version ebuild you want to your local overlay.

Re: [gentoo-user] Disable fcron logging

2010-08-22 Thread Stroller
On 22 Aug 2010, at 20:00, Stroller wrote: On 22 Aug 2010, at 11:26, Alex Schuster wrote: Stroller writes: #!/bin/bash while true do for drive in a b c d do /usr/sbin/smartctl /dev/sd$drive --whatever /var/log/hdstate done sleep 60 done I use hdparm and hddtemp: for hd in sda sdb

Re: [gentoo-user] glibc 2.12.1-r1 seems to not be working correctly

2010-08-22 Thread Alan McKinnon
Apparently, though unproven, at 21:44 on Sunday 22 August 2010, cov...@ccs.covici.com did opine thusly: Alan McKinnon alan.mckin...@gmail.com wrote: Apparently, though unproven, at 20:57 on Sunday 22 August 2010, cov...@ccs.covici.com did opine thusly: There is a way to downgrade for

[gentoo-user] Re: creating ssh account without directory browsing

2010-08-22 Thread Kalkin Sam
Hi, Young padawan Tamer Higazi th9...@googlemail.com spoke: Hi people! For a project I need to create ssh accounts (based on shared keys) who would be loged in a specific directory. They should only be able to login in the desired directory, but not be able for outside browsing. I think you

Re: [gentoo-user] system lag with gentoo-sources-2.6.35-r2

2010-08-22 Thread Robert Bridge
On Sun, Aug 22, 2010 at 8:35 PM, Alan Warren bluemoonsh...@gmail.com wrote: I think you are correct though. It does seem to only happen while the system is under heavy I/O. I've never experienced anything like this in previous versions of the linux kernel, and resorting back to

Re: [gentoo-user] Disable fcron logging

2010-08-22 Thread Alex Schuster
Stroller writes: The script with which you reply is missing the sleep 60 loop. No, it's only the script that outputs the drive's state. It's called by ~/.kde4/Autostart/hdstate: #!/bin/bash while : do /usr/local/sbin/hdstate ~/log/hdstate.log sleep 10 done Running a script

[gentoo-user] sudo -l strange behavour when used via LDAP

2010-08-22 Thread Giampiero Gabbiani
Hi all, I configured sudo in order to use LDAP and set the corrisponding defaults on the DIT set to ignore_local_sudoers. After populating the DIT with the rules, sudo works perfectly but I have a problem with the list options of sudo (-l). It seems like sudo -l for NORMAL users (i.e. not root)

Re: [gentoo-user] glibc 2.12.1-r1 seems to not be working correctly

2010-08-22 Thread Volker Armin Hemmann
On Sunday 22 August 2010, cov...@ccs.covici.com wrote: Alan McKinnon alan.mckin...@gmail.com wrote: Apparently, though unproven, at 20:57 on Sunday 22 August 2010, cov...@ccs.covici.com did opine thusly: There is a way to downgrade for the brave. quickpkg glibc

[gentoo-user] KDE's RSSNow Browser Selection

2010-08-22 Thread sean
In a recent upgrade, I forget which one, the KDE Plasmoid RSSNow now only opens a link in Konqueror despite my setting of Firefox as the default browser. Is anyone else seeing this, and might now a setting or fix to correct this RSSNow setting? Thanks

Re: [gentoo-user] Disable fcron logging

2010-08-22 Thread Mick
On Sunday 22 August 2010 22:39:47 Alex Schuster wrote: Stroller writes: The script with which you reply is missing the sleep 60 loop. No, it's only the script that outputs the drive's state. It's called by ~/.kde4/Autostart/hdstate: #!/bin/bash while : do

Re: [gentoo-user] php 5.3.3 will not emerge

2010-08-22 Thread Arttu V.
cov...@ccs.covici.com wrote: Hi. I am having problems emerging php-5.3.3-r1 -- I am not sure if its related to the glibc problems, however its strange -- the heart of the matter is that /usr/include/mysql/my_global.h is looking for my_compiler.h which does not exist -- google search reveals

Re: [gentoo-user] php 5.3.3 will not emerge

2010-08-22 Thread covici
Arttu V. arttu...@gmail.com wrote: cov...@ccs.covici.com wrote: Hi. I am having problems emerging php-5.3.3-r1 -- I am not sure if its related to the glibc problems, however its strange -- the heart of the matter is that /usr/include/mysql/my_global.h is looking for my_compiler.h which