[gentoo-user] Re: dir is rwx but can't create file

2010-07-29 Thread Andrey Vul
While /tmp's mode is 1777, it doesnt make a difference since the same error occurs with /etc, /lib32, and /var. On 2010-07-29, Andrey Vul andrey@gmail.com wrote: Also, echo /tmp/foo = same thing It looks like a problem with open(..., O_CREAT|O_TRUNC, 644), but i'll retry strace'ing

Re: [gentoo-user] Re: dir is rwx but can't create file

2010-07-29 Thread Andrey Vul
On Thu, Jul 29, 2010 at 08:31, Alex Schuster wo...@wonkology.org wrote: walt writes: On 07/28/2010 01:20 PM, Andrey Vul wrote: Creating files in /tmp, /etc, /lib32, and /var return ENOENT (touch /tmp/foo =  strerror(ENOENT)). However, this is done as root and the dirs are marked 755

Re: [gentoo-user] Re: dir is rwx but can't create file

2010-07-29 Thread Andrey Vul
On Fri, Jul 30, 2010 at 01:34, Andrey Vul andrey@gmail.com wrote: On Thu, Jul 29, 2010 at 08:31, Alex Schuster wo...@wonkology.org wrote: walt writes: On 07/28/2010 01:20 PM, Andrey Vul wrote: Creating files in /tmp, /etc, /lib32, and /var return ENOENT (touch /tmp/foo =  strerror

[gentoo-user] dir is rwx but can't create file

2010-07-28 Thread Andrey Vul
of the init scripts. -- Andrey Vul begin-base64 600 sig bXNuLCBob21lOiBhbmRyZXkudnVsQGdtYWlsLmNvbQ0KdSBvZiB0OiBhbmRyZXkudnVsQHV0b3Jv bnRvLmNhDQpzbXMsIHZvaWNlbWFpbDogNDE2MzAzOTkyMw0K ` end

Re: [gentoo-user] Re: how to remove HAL

2010-07-28 Thread Andrey Vul
On Wed, Jul 28, 2010 at 14:50, Nikos Chantziaras rea...@arcor.de wrote: On 07/28/2010 08:23 PM, Neil Bothwick wrote: On Wed, 28 Jul 2010 19:31:21 +0300, Nikos Chantziaras wrote: And why do you want to remove it in the first place?  It's not gonna eat your cat. Although it may kill your

[gentoo-user] Re: dir is rwx but can't create file

2010-07-28 Thread Andrey Vul
If / was mounted ro, touch would output strerror(EROFS), not strerror(ENOENT) On 2010-07-28, Bill Longman bill.long...@gmail.com wrote: On 07/28/2010 01:52 PM, Alan McKinnon wrote: On Wednesday 28 July 2010 22:20:17 Andrey Vul wrote: Creating files in /tmp, /etc, /lib32, and /var return ENOENT

Re: [gentoo-user] how to remove HAL

2010-07-28 Thread Andrey Vul
Ugh. Now i'll actually have to config policykit.conf. For some reason, match group=wheel return yes fails so much. Somehow the mount-ro defaults to no every time On 2010-07-28, Nikos Chantziaras rea...@arcor.de wrote: On 07/28/2010 11:54 PM, Andrey Vul wrote: On Wed, Jul 28, 2010 at 14:50

Re: [gentoo-user] how to remove HAL

2010-07-28 Thread Andrey Vul
Ugh. Now i'll actually have to config policykit.conf. For some reason, match group=wheel return yes fails so much. Somehow the mount-ro defaults to no every time On 2010-07-28, Nikos Chantziaras rea...@arcor.de wrote: On 07/28/2010 11:54 PM, Andrey Vul wrote: On Wed, Jul 28, 2010 at 14:50

[gentoo-user] xkb definitions

2010-07-16 Thread Andrey Vul
Are there guides on making custom xkb layout(s)? I want to use a custom phonetic Russian layout without requiring a UTF-8 keyboard tr/iconv equivalent (echo qwerty | kbtr -f qwerty -t yazherty) -- Andrey Vul begin-base64 600 sig

[gentoo-user] [X11] radeonhd not working

2010-02-20 Thread Andrey Vul
(eax=0x34f, err=0). Trying again with default timings. Radeon DRI is compiled into the kernel. What do I do now? (It's been quite a long while since I've installed X. My knowledge has all but vanished.) -- Andrey Vul msn, home: andrey dot vul at gmail dot com u of t: andrey dot vul at utoronto dot

Re: [gentoo-user] [X11] radeonhd not working

2010-02-20 Thread Andrey Vul
On Sat, Feb 20, 2010 at 03:43, Adam a...@jaftan.com.au wrote: I get the following error lines in the console: FATAL: Module radeon not found. (EE) RADEONHD(0): RHDDRIVersionCheck: drmOpen(radeon, pci::05:05.0) failed. [ 1256.744546] uvesafb: mode switch failed (eax=0x34f, err=0). Trying

Re: [gentoo-user] [X11] radeonhd not working

2010-02-20 Thread Andrey Vul
I've set Radeon DRI from module to built-in and now this is the result: (EE) RADEONHD(0): [dri] CP_INIT failed (EE) RADEONHD(0): RHDDRIFinishScreenInit: RHDDRIKernelInit Failed. I'm using 2.6.31.12 with -rt and -tuxonice patchsets.

Re: [gentoo-user] [X11] radeonhd not working

2010-02-20 Thread Andrey Vul
On Sat, Feb 20, 2010 at 17:52, pk pete...@coolmail.se wrote: Andrey Vul wrote: I've set Radeon DRI from module to built-in and now this is the result: (EE) RADEONHD(0): [dri] CP_INIT failed (EE) RADEONHD(0): RHDDRIFinishScreenInit: RHDDRIKernelInit Failed. I'm using 2.6.31.12 with -rt

Re: [gentoo-user] [X11] radeonhd not working

2010-02-20 Thread Andrey Vul
Firmware installed, I still get this: (EE) RADEONHD(0): [dri] CP_INIT failed (EE) RADEONHD(0): RHDDRIFinishScreenInit: RHDDRIKernelInit Failed.

Re: [gentoo-user] [X11] radeonhd not working

2010-02-20 Thread Andrey Vul
On Sat, Feb 20, 2010 at 19:35, pk pete...@coolmail.se wrote: Andrey Vul wrote: The real question here is why isn't radeon-ucode a dependency of xf86-video-radeonhd ? Well, the radeon-ucode is only for r6xx/7xx chips so pulling it in for r5xx would be pointless... I just noticed that you

Re: [gentoo-user] [X11] radeonhd not working

2010-02-20 Thread Andrey Vul
And from my experiences, fglrx is far less tolerant of fancy kernel patches than the nvidia blobs.

Re: [gentoo-user] Migrating RAID: Degraded RAID5 from RAID1?

2009-11-27 Thread andrey larin
let suppose sda and sdb is raid 1 md1 and new sdc remove sdb from raid mdadm /dev/md1 -f /dev/sdb mdadm /dev/md1 -r /dev/sdb then create degraded raid 5 don't forget md1 is still running mdadm --create /dev/md2 --level 5 -n 3 /dev/sdb /dev/sdc missing then copy all data from md1 to md2 fix

Re: [gentoo-user] Free memory issue

2009-08-16 Thread Andrey Falko
On Sun, Aug 16, 2009 at 11:56 AM, Philip Webb purs...@ca.inter.net wrote: 090816 Raul Gonzales wrote: I have a 2G of physical RAM but even without any major activity output of free,vmstat and top reports only ~64M free. free -m total used free shared

Re: [gentoo-user] netkit-rsh ./configure problem

2009-08-15 Thread Andrey Falko
On Sat, Aug 15, 2009 at 11:23 AM, Albert Hopkins mar...@letterboxes.orgwrote: I should also mention that I also can't, for example, press CTRL-C at the shell prompt to exit a program (such as emerge). So somehow (some) signals are not being sent/received. -a It looks like you

Re: [gentoo-user] netkit-rsh ./configure problem

2009-08-15 Thread Andrey Falko
On Sat, Aug 15, 2009 at 1:23 PM, Albert Hopkins mar...@letterboxes.orgwrote: On Sat, 2009-08-15 at 15:50 -0400, Albert Hopkins wrote: On Sat, 2009-08-15 at 21:38 +0200, pk wrote: Albert Hopkins wrote: I can't get netkit-rsh (not that I want it but it's an (indirect) runtime

[gentoo-user] static ip

2009-08-09 Thread Andrey Vul
I somehow killed the dhcp in my openwrt router and failsafe mode requires a static IP address. Stopping net.eth0 and then running '#ifconfig eth0 up; ifconfig eth0 192.168.1.2' resulted with a 'No route to host' error when telnetting to 192.168.1.1 . -- Andrey Vul andrey dot vul at gmail dot

Re: [gentoo-user] serio / atkbd / PS/2 Strangeness with Serial port adapter

2009-08-05 Thread andrey larin
long time ago i was have history with some scanner that didn't work standalone in ps/2 keyboard port ther is must be a keyboard so it to work so the scanner was reflashed for working in usual serial com port 2009/8/5 Matt Causey matt.cau...@gmail.com Hello! Apologies if this really is't the

Re: [gentoo-user] Downgrading from ~x86 to x86

2009-04-20 Thread Andrey Falko
On Mon, Apr 20, 2009 at 5:58 PM, daid kahl daid...@gmail.com wrote: Hello! I was running the unstable branch of portage primarily for about two years (mostly from user error when I first started), and I finally committed to downgrading to the stable branch last night.  I did backups first,

Re: [gentoo-user] simple A/V recording software to grab Internet seminar?

2009-03-12 Thread Andrey Falko
On Thu, Mar 12, 2009 at 5:51 PM, Mark Knecht markkne...@gmail.com wrote: Hi, I administer my dad's Gentoo machine from a distance. He's going to take some sort of seminar over the net and asked me if there was a way for him to record it - both audio and video. I don't know how the seminar

Re: [gentoo-user] Introduction to Gentoo

2009-03-10 Thread Andrey Falko
On Tue, Mar 10, 2009 at 8:19 PM, Dale rdalek1...@gmail.com wrote: I went to the link and it said the video was no longer available.  Does it work for anyone else? Dale :-)  :-) Works for me.

Re: [gentoo-user] accessing a bash

2009-02-05 Thread Andrey Falko
On Thu, Feb 5, 2009 at 8:04 AM, Jon Hardcastle jd_hardcas...@yahoo.comwrote: Hey guys.. random Linux question. If i have a bash process running on my machine that i am not 'attatched' to is there anyway to access it and see what it is doing short of just killing it? Thanks. See if it has

[gentoo-user] INT_(MIN,MAX) is missing from limits.h

2009-01-27 Thread Andrey Vul
and...@andrey-laptop ~ $ echo '#include limits.h' | gcc -E -o - -x c - |grep INT and...@andrey-laptop ~ $ echo '#include limits.h' | gcc -D_POSIX -D _USE_GNU -E -o - -x c - |grep INT and...@andrey-laptop ~ $ echo '#include limits.h' | gcc -D_POSIX -D _USE_GNU --std=c99 -E -o - -x c - |grep INT

Re: [gentoo-user] Share hard drive for multiple users

2009-01-20 Thread Andrey Falko
On Tue, Jan 20, 2009 at 9:16 AM, Hung Dang hungp...@gmail.com wrote: Hi all, I need to mount a new hard drive formatted in ext3 to /mnt/C such that multiple users can use it. However, all users can only read the data from the share drive Any suggestion? Below is my fstab configuration:

Re: [gentoo-user] Perl woes MRO-Compat requires perl-5.10.0 [?!?!]

2008-12-11 Thread Andrey Falko
It is about catalystframework, which is in the perl-experimental overlay (a misnomer if ever there was one, experimental). It is about perl 5.10.0, which is long overdue for making it into the tree (never mind just into an overlay). You want to upgrade to perl 5.10.0 on an

Re: [gentoo-user] cannot burn cd: permissions error

2008-12-09 Thread Andrey Vul
On Tue, Dec 9, 2008 at 03:47, Joerg Schilling [EMAIL PROTECTED] wrote: Andrey Vul [EMAIL PROTECTED] wrote: I get the following error: [EMAIL PROTECTED] ~ $ cdrecord dev=ATA:1,0,0 vmware/Windows\ XP\ Professional/shared/vLite.iso [snip] cdrecord: No such file or directory. Cannot open '/dev

Re: [gentoo-user] cannot burn cd: permissions error

2008-12-09 Thread Andrey Vul
is suid bin:bin. I am facepalming myself right now. -- Andrey Vul A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail?

Re: [gentoo-user] cannot burn cd: permissions error

2008-12-09 Thread Andrey Vul
On Tue, Dec 9, 2008 at 17:39, Joerg Schilling [EMAIL PROTECTED] wrote: Andrey Vul [EMAIL PROTECTED] wrote: On Tue, Dec 9, 2008 at 14:18, Joerg Schilling [EMAIL PROTECTED] wrote: So you installed it suid to an unprivileged user. Should I do 'chown root:cdrom' for /dev/hd* or 'chown

Re: [gentoo-user] cannot burn cd: permissions error

2008-12-09 Thread Andrey Vul
On Tue, Dec 9, 2008 at 19:46, Allan Gottlieb [EMAIL PROTECTED] wrote: At Tue, 09 Dec 2008 18:44:21 -0500 Andrey Vul [EMAIL PROTECTED] wrote: On Tue, Dec 9, 2008 at 17:39, Joerg Schilling [EMAIL PROTECTED] wrote: Andrey Vul [EMAIL PROTECTED] wrote: On Tue, Dec 9, 2008 at 14:18, Joerg

Re: [gentoo-user] How can I capture this video?

2008-12-08 Thread Andrey Falko
On Mon, Dec 8, 2008 at 1:04 PM, Mick [EMAIL PROTECTED] wrote: Hi All, Is there a way to capture a flash video like the one shown in this link? http://www.cbsnews.com/stories/2008/12/05/60minutes/main4650223.shtml or this? http://www.cbsnews.com/video/watch/?id=4653109n Unlike e.g.

[gentoo-user] cannot burn cd: permissions error

2008-12-08 Thread Andrey Vul
Dec 8 14:06 /dev/hdc [EMAIL PROTECTED] ~ $ groups tty disk lp mem wheel audio cdrom video games usb andrey How do I solve this (it's not a hardware issue)? -- Andrey Vul A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting

[gentoo-user] cannot burn dvd

2008-12-04 Thread Andrey Vul
. -- Andrey Vul A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail?

Re: [gentoo-user] cannot burn dvd

2008-12-04 Thread Andrey Vul
On Thu, Dec 4, 2008 at 03:43, Joerg Schilling [EMAIL PROTECTED] wrote: Andrey Vul [EMAIL PROTECTED] wrote: cdrecord (2.01.01a53) hangs when trying to write to a SATA dvd drive using libsg. When I set SATA mode in BIOS to Compatability, the burning works but somehow the 8x speed is reduced

Re: [gentoo-user] cannot burn dvd

2008-12-04 Thread Andrey Vul
this be also asked on lkml because this looks like a controller/driver/ahci issue? I don't want to contribute to the information overload between the [PATCH X/Y] foo and other messages. On 2008-12-04, Andrey Vul [EMAIL PROTECTED] wrote: On Thu, Dec 4, 2008 at 03:43, Joerg Schilling [EMAIL PROTECTED

Re: [gentoo-user] synaptic touchpad stopped scrolling!

2008-11-25 Thread Andrey Vul
Protocol auto-dev EndSection Add the following line: Option VertEdgeScroll 1 -- Andrey Vul A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? Rodney

[gentoo-user] reverse dependencies

2008-11-25 Thread Andrey Vul
How do I get the reverse dependencies of an ebuild? I need to know which packages *explicity* depend on gentoo-headers as I have custom headers which conflict with 2.6.27 mainline. -- Andrey Vul A: Because it messes up the order in which people normally read text. Q: Why is top-posting

[gentoo-user] startx fails launching KDE 4

2008-11-21 Thread Andrey Vul
: Linux andrey-laptop 2.6.27-gentoo-r2 #10 SMP PREEMPT Tue Nov 18 20:23:37 EST 2008 x86_64 Build Date: 15 November 2008 11:28:01AM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from

Re: [gentoo-user] startx fails launching KDE 4

2008-11-21 Thread Andrey Vul
On Fri, Nov 21, 2008 at 11:39, Hilco Wijbenga [EMAIL PROTECTED] wrote: I remember having similar trouble when I upgraded to KDE4. Have you tried removing/renaming your .kde directory? (That's assuming you're upgrading from KDE3.) I don't have a ~/.kde directory nor a ~/.kde symlink. I only

Re: [gentoo-user] Re: {OT} wine won't work

2008-11-21 Thread Andrey Vul
create stacks and said that 3/1 user/kernel split needed to be enabled even when 3/1 user/kernel split was enabled. -- Andrey Vul A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e

Re: [gentoo-user] Re: startx fails launching KDE 4

2008-11-21 Thread Andrey Vul
On 2008-11-21, Harry Putnam [EMAIL PROTECTED] wrote: Andrey Vul [EMAIL PROTECTED] writes: Result of startx xlog; cat xlog : hostname: Host name lookup failure I'm not sure how much this may help you problem. But have you made changes to your /etc/hosts file recently. You might post

Re: [gentoo-user] Re: startx fails launching KDE 4

2008-11-21 Thread Andrey Vul
On 2008-11-21, Harry Putnam [EMAIL PROTECTED] wrote: Andrey Vul [EMAIL PROTECTED] writes: On 2008-11-21, Harry Putnam [EMAIL PROTECTED] wrote: Andrey Vul [EMAIL PROTECTED] writes: Result of startx xlog; cat xlog : hostname: Host name lookup failure I'm not sure how

Re: [gentoo-user] Re: startx fails launching KDE 4

2008-11-21 Thread Andrey Vul
On 2008-11-21, Harry Putnam [EMAIL PROTECTED] wrote: Harry Putnam [EMAIL PROTECTED] writes: Andrey Vul [EMAIL PROTECTED] writes: Host lookup has nothing to do with this. Last time I checked, kde doesn't do anything with dnsdomainname. Also, I don't even have /etc/{init.d,conf.d

[gentoo-user] forcing file removal, fails with ESTALE

2008-11-20 Thread Andrey Vul
I'm trying to remove a file, yet it fails with ESTALE (Stale NFS file handle). I'm thinking that this is due to a corrupt inode but fsck fails to fix it. Is /lib/rc/console/unicode suppoed to be NFS or do I need to do a long hard fsck of /? -- Andrey Vul A: Because it messes up the order

Re: [gentoo-user] Random segfaults with kernel 2.6.27

2008-11-20 Thread Andrey Falko
On 11/20/08, Nikos Chantziaras [EMAIL PROTECTED] wrote: I upgraded to kernel 2.6.27 (gentoo-sources-2.6.27-r3) yesterday. Today I experienced random segfaults during an emerge (twice during emerging mozilla-thunderbird; one time as (assembler) segfaulted, on the second try python segfaulted

Re: [gentoo-user] forcing file removal, fails with ESTALE

2008-11-20 Thread Andrey Vul
On Thu, Nov 20, 2008 at 19:15, Iain Buchanan [EMAIL PROTECTED] wrote: Qian Qiao wrote: On Thu, Nov 20, 2008 at 18:13, Andrey Vul[EMAIL PROTECTED] wrote: I'm trying to remove a file, yet it fails with ESTALE (Stale NFS file handle). I'm thinking that this is due to a corrupt inode but fsck

Re: [gentoo-user] Safety/wiseness of moving stray files from /etc/env.d

2008-11-20 Thread Andrey Falko
On 11/20/08, Jorge Peixoto de Morais Neto [EMAIL PROTECTED] wrote: Is it safe/wise to move 20java and 05gcc-i686-pc-linux-gnu to a backup directory? How about binutils/config-i386-pc-linux-gnu? How about the blas, cblas and lapack directories (I have long ago unmerged the corresponding

Re: [gentoo-user] Re: Random segfaults with kernel 2.6.27

2008-11-20 Thread Andrey Falko
On 11/20/08, Nikos Chantziaras [EMAIL PROTECTED] wrote: As it happens, upgrading to kernel 2.6.27 was not the only change; I switched from xf86-video-radeonhd to the proprietary ATI Catalyst drivers. Didn't think that this has anything to do with it though. I have a hunch that this is the

Re: [gentoo-user] Re: Random segfaults with kernel 2.6.27

2008-11-20 Thread Andrey Falko
On Thu, Nov 20, 2008 at 9:03 PM, Iain Buchanan [EMAIL PROTECTED]wrote: Nikos Chantziaras wrote:I have opened a bug for it, but it got closed immediately because I have no evidence to support it. lol :P http://bugs.gentoo.org/show_bug.cgi?id=247860 AFAIR Jer is only a wrangler (ok, only

Re: [gentoo-user] overlay conflicts

2008-11-18 Thread Andrey Vul
On Tue, Nov 18, 2008 at 23:03, Iain Buchanan [EMAIL PROTECTED] wrote: Andrey Vul wrote: Given package ~foo/bar-1.2.3 from overlay A and package **foo/bar-1.2.3 from overlay B, emerge uses the masking in overlay B (**). How do I set it to use overlay A when emerging =foo/bar-1.2.3 (i.e. ~foo

Re: [gentoo-user] How to install ghhhostscript ?

2008-11-16 Thread Andrey Vul
On Mon, Nov 17, 2008 at 00:21, Rich Healey [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: Hi, I want to reinstall ghostscript. I did for checking reasons: solfire:/rootemerge -pv ghostscript These are the packages that would be merged,

[gentoo-user] kernel configuration help: no video

2008-11-14 Thread Andrey Vul
Tried to enable framebuffer and I have no framebuffer. The generic kernel on the 2008.0 livecd works. My video card is NVIDIA 9600M GS. What am I missing? Note: nvidiafb cannot be used because it will conflict with the proprietary drivers. I've had it happen with radeonfb and fglrx. Kernel version

[gentoo-user] Re: kernel configuration help: no video

2008-11-14 Thread Andrey Vul
On Fri, Nov 14, 2008 at 11:48, Andrey Vul [EMAIL PROTECTED] wrote: Tried to enable framebuffer and I have no framebuffer. The generic kernel on the 2008.0 livecd works. My video card is NVIDIA 9600M GS. What am I missing? Note: nvidiafb cannot be used because it will conflict

Re: [gentoo-user] rerouting buttons in X

2008-11-12 Thread Andrey Falko
On Tue, Nov 11, 2008 at 10:03 AM, Andrey Vul [EMAIL PROTECTED] wrote: My laptop (ASUS M50VM-B2) has no dedicated Home, End, PageUp, and PageDown buttons. Is there a way to force it if numlock is disabled then map the keys from numpad 7,1,9,3 to Home,End,PageUp,PageDown? Basically, how do I

Re: [gentoo-user] Re: How to fix a hefty (emerge) blocking problem

2008-11-12 Thread Andrey Falko
On Wed, Nov 12, 2008 at 11:05 AM, Harry Putnam [EMAIL PROTECTED] wrote: Volker Armin Hemmann [EMAIL PROTECTED] writes: [...] Many thanks for the other useful info I've snipped [blocks b ] x11-drivers/xf86-video-nsc (x11-drivers/xf86-video-nsc is blocking x11-base/xorg-server-1.5.2)

Re: [gentoo-user] sshd won't restart on remote system

2008-11-12 Thread Andrey Falko
On Wed, Nov 12, 2008 at 3:27 PM, Grant [EMAIL PROTECTED] wrote: If it doesn't start I'm locked out of the remote system. You may be interested in : /etc/init.d/sshd reload I get: # /etc/init.d/sshd reload * Reloading sshd ... No /usr/sbin/sshd found running; none killed. [ ok ]

Re: [gentoo-user] sshd won't restart on remote system

2008-11-12 Thread Andrey Falko
On Wed, Nov 12, 2008 at 3:36 PM, Andrey Falko [EMAIL PROTECTED] wrote: On Wed, Nov 12, 2008 at 3:27 PM, Grant [EMAIL PROTECTED] wrote: If it doesn't start I'm locked out of the remote system. You may be interested in : /etc/init.d/sshd reload I get: # /etc/init.d/sshd reload

Re: [gentoo-user] rerouting buttons in X

2008-11-12 Thread Andrey Vul
Andrey Vul A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? On Wed, Nov 12, 2008 at 16:24, Andrey Falko [EMAIL PROTECTED] wrote: On Tue, Nov 11, 2008 at 10:03 AM, Andrey

[gentoo-user] rerouting buttons in X

2008-11-11 Thread Andrey Vul
normally. -- Andrey Vul A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail?

Re: [gentoo-user] vmware fails: Virtual Machine Monitor does not start

2008-11-11 Thread Andrey Falko
On Tue, Nov 11, 2008 at 2:53 PM, Kevin O'Gorman [EMAIL PROTECTED] wrote: On Tue, Nov 11, 2008 at 12:43 AM, Neil Bothwick [EMAIL PROTECTED] wrote: On Mon, 10 Nov 2008 19:24:15 -0800, Kevin O'Gorman wrote: I've re-emerge vmware-modules, re-run ...vmware-config.pl, and prayed. I still

Re: [gentoo-user] Pb emerge cups

2008-11-11 Thread Andrey Vul
On Tue, Nov 11, 2008 at 23:42, Dale [EMAIL PROTECTED] wrote: Qian Qiao wrote: On Wed, Nov 12, 2008 at 03:48, denis cohen [EMAIL PROTECTED] wrote: Tried that but keep getting the error. Did you do a emerge --sync then? I had the same issue a few days ago, but I had a up-to-date portage

Re: [gentoo-user] problems with kernel upgrade - Intel i810 won't start

2008-11-07 Thread Andrey Falko
On Fri, Nov 7, 2008 at 6:21 PM, Mark Knecht [EMAIL PROTECTED] wrote: Hi, It's been a long, long, long time since I've updated any kernels but my wife's machine finally came up for review so I got started. I've built and booted 2.6.25-gentoo-r8 but unfortunately I'm having some trouble with

Re: [gentoo-user] problems with kernel upgrade - Intel i810 won't start

2008-11-07 Thread Andrey Falko
On Fri, Nov 7, 2008 at 7:51 PM, Mark Knecht [EMAIL PROTECTED] wrote: On Fri, Nov 7, 2008 at 6:51 PM, Mark Knecht [EMAIL PROTECTED] wrote: On Fri, Nov 7, 2008 at 6:30 PM, Andrey Falko [EMAIL PROTECTED] wrote: On Fri, Nov 7, 2008 at 6:21 PM, Mark Knecht [EMAIL PROTECTED] wrote: Hi

Re: [gentoo-user] Burn-in test

2008-11-02 Thread Andrey Vul
On Sun, Nov 2, 2008 at 6:25 PM, Joshua Murphy [EMAIL PROTECTED] wrote: On Sat, Nov 1, 2008 at 5:44 PM, Andrey Vul [EMAIL PROTECTED] wrote: On Sat, Nov 1, 2008 at 5:00 PM, Volker Armin Hemmann [EMAIL PROTECTED] wrote: On Samstag 01 November 2008, Andrey Vul wrote: On Sat, Nov 1, 2008 at 1:55

Re: [gentoo-user] Input in Vmware console is delay

2008-11-01 Thread Andrey Falko
On Fri, Oct 31, 2008 at 11:45 PM, Astomi Chen [EMAIL PROTECTED] wrote: After install the open-vm-tool, can't solve the input delay problem. -How can I check the vm-tool is working or not? Don't forget to do /etc/init.d/vmware-tools start I haven't install X11 server and xorg, so when

Re: [gentoo-user] Burn-in test

2008-11-01 Thread Andrey Vul
On Sat, Nov 1, 2008 at 12:45 PM, Volker Armin Hemmann [EMAIL PROTECTED] wrote: On Samstag 01 November 2008, Andrey Vul wrote: I just bought a new laptop: http://canadacomputers.com/index.php?do=ShowProductcmd=pdpid=019626cid=8 96.645 Which packages should I emerge (and run) as a burn-in test

Re: [gentoo-user] Burn-in test

2008-11-01 Thread Andrey Vul
On Sat, Nov 1, 2008 at 1:55 PM, Volker Armin Hemmann [EMAIL PROTECTED] wrote: On Samstag 01 November 2008, Andrey Vul wrote: On Sat, Nov 1, 2008 at 12:45 PM, Volker Armin Hemmann [EMAIL PROTECTED] wrote: On Samstag 01 November 2008, Andrey Vul wrote: I just bought a new laptop: http

Re: [gentoo-user] Burn-in test

2008-11-01 Thread Andrey Vul
On Sat, Nov 1, 2008 at 5:00 PM, Volker Armin Hemmann [EMAIL PROTECTED] wrote: On Samstag 01 November 2008, Andrey Vul wrote: On Sat, Nov 1, 2008 at 1:55 PM, Volker Armin Hemmann [EMAIL PROTECTED] wrote: On Samstag 01 November 2008, Andrey Vul wrote: On Sat, Nov 1, 2008 at 12:45 PM, Volker

[gentoo-user] Burn-in test

2008-10-31 Thread Andrey Vul
outline the steps required. Thanks! -- Andrey Vul A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail?

Re: [gentoo-user] Burn-in test

2008-10-31 Thread Andrey Vul
gimps /opt/gimps/mprime -t -w/tmp/ -- Poison [BLX] Joshua M. Murphy How good is Crysis for the purposes of burn-in? -- Andrey Vul A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing

Re: [gentoo-user] Input in Vmware console is delay

2008-10-31 Thread Andrey Vul
. When try to use Windows Putty to connect gentoo box, no delay, erverything seems nice. All I can tell you is that something's fishy with regards to your vga driver. -- Andrey Vul A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing

Re: [gentoo-user] Input in Vmware console is delay

2008-10-31 Thread Andrey Falko
On Fri, Oct 31, 2008 at 10:16 PM, Astomi Chen [EMAIL PROTECTED] wrote: Not yet, I will give a try. If this is a Gentoo VM emerge open-vm-tools...my Gentoo VMs work very well with it :). You might need to do echo app-emulation/open-vm-tools /etc/portage/package.keywords first. Also within the

Re: [gentoo-user] broken ALSA

2008-10-30 Thread Andrey Vul
On Thu, Oct 30, 2008 at 2:53 AM, M. Sitorus [EMAIL PROTECTED] wrote: Ok, thanks. I'll try that later. I'm not on my gentoo box right now There's always SSH... -- Andrey Vul A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top

Re: [gentoo-user] Sound issue - can't use /dev/dsp

2008-10-30 Thread Andrey Vul
#rate 44100 rate 48000 } } ctl.nforce-hw { type hw card 0 } I have tried without this asound.conf and see the same issue. Try using alsaconf as root. -- Andrey Vul A: Because it messes up the order in which people normally read text. Q: Why is top

Re: [gentoo-user] alsa in-kernel vs. alsa-lib

2008-10-30 Thread Andrey Vul
and alsa-headers are userspace. If you ditch alsa-lib and go full kernel: Will you have sound? Maybe. Will alsa-using apps be able to use it? Absolutely not. They need alsa-lib. -- Andrey Vul A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad

Re: [gentoo-user] How to prevent documentation in /usr/share/doc from being bzip2'ed ?

2008-10-30 Thread Andrey Falko
On Thu, Oct 30, 2008 at 5:40 PM, [EMAIL PROTECTED] wrote: On Fri, Oct 31, 2008 at 08:20:40AM +0930, Iain Buchanan wrote: less /usr/share/doc/libxcb/manual/blah.doc.bz2 cat /usr/share/doc/libxcb/manual/blah.doc.bz2 | bzip2 -d cp /usr/share/doc/libxcb/manual/blah.doc.bz2 ~/; bzip2 -d

Re: [gentoo-user] broken ALSA

2008-10-30 Thread Andrey Vul
On Thu, Oct 30, 2008 at 8:36 PM, M. Sitorus [EMAIL PROTECTED] wrote: unfortunately, my Gentoo box is not connected to Internet ( i'm writing this from my office :D ) Andrey, I've try your advice my alsa still not working. First I try to put asym after dmix on ALSA_PCM_PLUGINS, but it still

Re: [gentoo-user] broken ALSA

2008-10-30 Thread Andrey Vul
On Fri, Oct 31, 2008 at 12:43 AM, M. Sitorus [EMAIL PROTECTED] wrote: no, I did emerge -v. But the asym and empty USE Flag is used on emerge Try -DNv . Sometimes portage is blind to new USE flags / features unless -N or --newuse is used. -- Andrey Vul A: Because it messes up the order

Re: [gentoo-user] package.keywords syntax?

2008-10-29 Thread Andrey Vul
. -- -- Andrey Vul A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail?

Re: [gentoo-user] Trying to solve blockage when trying to install kde-meta-4.1.2

2008-10-29 Thread Andrey Vul
or unmerging some packages, being confronted by such a decision and unsure of what i should do, i decided to seek your advice. Make backups, then do what you usually do. -- Andrey Vul A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing

Re: [gentoo-user] Trying to solve blockage when trying to install kde-meta-4.1.2

2008-10-29 Thread Andrey Vul
McKinnon [EMAIL PROTECTED] On Wednesday 29 October 2008 18:41:47 Andrey Vul wrote: [blocks B ] sys-fs/udev-114 (sys-fs/udev-114 is blocking media-gfx/sane-backends-1.0.19-r2, media-libs/libgphoto2-2.4.2) My usual solution for problems of this kind is to mercilessly unmerge any

Re: [gentoo-user] A question about emerge --info

2008-10-29 Thread Andrey Vul
, I'm still using 2.6.26, so it might be a 2.6.27 issue. -- Andrey Vul A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail?

Re: [gentoo-user] A question about emerge --info

2008-10-29 Thread Andrey Falko
On Wed, Oct 29, 2008 at 3:53 PM, Paul Hartman [EMAIL PROTECTED][EMAIL PROTECTED] wrote: I've always been curious about something in emerge --info's output: $ emerge --info Portage 2.2_rc12 (default/linux/amd64/2008.0/desktop, gcc-4.3.2, glibc-2.8_p20080602-r0, 2.6.27-gentoo-r1 x86_64)

Re: [gentoo-user] A question about emerge --info

2008-10-29 Thread Andrey Vul
On Wed, Oct 29, 2008 at 7:09 PM, Andrey Falko [EMAIL PROTECTED] wrote: On Wed, Oct 29, 2008 at 3:53 PM, Paul Hartman [EMAIL PROTECTED] wrote: I've always been curious about something in emerge --info's output: $ emerge --info Portage 2.2_rc12 (default/linux/amd64/2008.0/desktop, gcc-4.3.2

Re: [gentoo-user] A question about emerge --info

2008-10-29 Thread Andrey Falko
On Wed, Oct 29, 2008 at 4:13 PM, Andrey Vul [EMAIL PROTECTED] wrote: On Wed, Oct 29, 2008 at 7:09 PM, Andrey Falko [EMAIL PROTECTED] wrote: On Wed, Oct 29, 2008 at 3:53 PM, Paul Hartman [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I've always been curious about something in emerge

Re: [gentoo-user] Trying to solve blockage when trying to install kde-meta-4.1.2

2008-10-29 Thread Andrey Vul
On Wed, Oct 29, 2008 at 4:46 PM, Neil Bothwick [EMAIL PROTECTED] wrote: On Wed, 29 Oct 2008 13:14:34 -0400, Andrey Vul wrote: emerge -av1 udev I prefer emerge -1pv udev look at output emerge -1 udev Which means you have to wait for the dependency resolver to run twice. Which is why it's

Re: [gentoo-user] A question about emerge --info

2008-10-29 Thread Andrey Vul
On Wed, Oct 29, 2008 at 7:23 PM, Andrey Falko [EMAIL PROTECTED] wrote: On Wed, Oct 29, 2008 at 4:13 PM, Andrey Vul [EMAIL PROTECTED] wrote: On Wed, Oct 29, 2008 at 7:09 PM, Andrey Falko [EMAIL PROTECTED] wrote: On Wed, Oct 29, 2008 at 3:53 PM, Paul Hartman [EMAIL PROTECTED] wrote

Re: [gentoo-user] A question about emerge --info

2008-10-29 Thread Andrey Vul
Update: it has something to do with platform.platform() Now to search for platform by grepping all the .py files in /usr/lib. Hopefully this will take less time than emerge --regen. -- Andrey Vul A: Because it messes up the order in which people normally read text. Q: Why is top-posting

Re: [gentoo-user] A question about emerge --info

2008-10-29 Thread Andrey Vul
-with-libc_version) -- Andrey Vul A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail?

Re: [gentoo-user] A question about emerge --info

2008-10-29 Thread Andrey Vul
with a patch to remove this issue? Making it selectable via FEATURES requires more digging around in portage. -- Andrey Vul A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail?

Re: [gentoo-user] A question about emerge --info

2008-10-29 Thread Andrey Falko
On Wed, Oct 29, 2008 at 5:03 PM, Andrey Vul [EMAIL PROTECTED] wrote: Good digging around :). So this is a python bug then? Or does portage need to be update for some change that went into python? Actually, is this really even a bug...its just a minor cosmetic problem really. One's

Re: [gentoo-user] A question about emerge --info

2008-10-29 Thread Andrey Vul
On Wed, Oct 29, 2008 at 8:15 PM, Andrey Falko [EMAIL PROTECTED] wrote: On Wed, Oct 29, 2008 at 5:03 PM, Andrey Vul [EMAIL PROTECTED] wrote: Good digging around :). So this is a python bug then? Or does portage need to be update for some change that went into python? Actually

Re: [gentoo-user] A question about emerge --info

2008-10-29 Thread Andrey Vul
On Wed, Oct 29, 2008 at 8:47 PM, Joshua Murphy [EMAIL PROTECTED] wrote: On Wed, Oct 29, 2008 at 7:51 PM, Andrey Vul [EMAIL PROTECTED] wrote: snip elif system in ('Linux',): # Linux based systems distname,distversion,distid = dist('') if distname and not terse

Re: [gentoo-user] A question about emerge --info

2008-10-29 Thread Andrey Vul
On Wed, Oct 29, 2008 at 8:47 PM, Joshua Murphy [EMAIL PROTECTED] wrote: On Wed, Oct 29, 2008 at 7:51 PM, Andrey Vul [EMAIL PROTECTED] wrote: snip elif system in ('Linux',): # Linux based systems distname,distversion,distid = dist('') if distname and not terse

Re: [gentoo-user] A question about emerge --info

2008-10-29 Thread Andrey Vul
On Wed, Oct 29, 2008 at 8:15 PM, Andrey Falko [EMAIL PROTECTED] wrote: On Wed, Oct 29, 2008 at 5:03 PM, Andrey Vul [EMAIL PROTECTED] wrote: Good digging around :). So this is a python bug then? Or does portage need to be update for some change that went into python? Actually

Re: [gentoo-user] Trying to solve blockage when trying to install kde-meta-4.1.2

2008-10-29 Thread Andrey Vul
On Wed, Oct 29, 2008 at 9:44 PM, Joshua Murphy [EMAIL PROTECTED] wrote: On Wed, Oct 29, 2008 at 7:26 PM, Andrey Vul [EMAIL PROTECTED] wrote: I don't like package managers which require interactivity. emerge -uvDp world | less is easier to parse then emerge -upDa world. Why? Because I don't

Re: [gentoo-user] broken ALSA

2008-10-29 Thread Andrey Vul
On Wed, Oct 29, 2008 at 11:05 PM, M. Sitorus [EMAIL PROTECTED] wrote: Hi Andrey, what do you mean by: Apparently asym needs to be the final token in ALSA_PCM_PLUGINS. I don't know why, but doing that made alsa work again (i.e. the ebuild recognized ALSA_PCM_PLUGINS contains asym). ? I have

<    1   2   3   4   5   >