Re: [gentoo-user] Kernel doesn't accept any initramfs

2020-03-25 Thread andrey . vul
On Wed, Mar 25, 2020 at 8:23 AM J. Roeleveld wrote: > > On Tuesday, March 24, 2020 10:57:59 PM CET andrey@gmail.com wrote: > > On Tue, Mar 24, 2020 at 2:45 AM J. Roeleveld wrote: > > > On Tuesday, March 24, 2020 4:55:49 AM CET andrey@gmail.com wrote: > > > > I've somehow built a kernel th

[gentoo-user] Kernel doesn't accept any initramfs

2020-03-23 Thread andrey . vul
I've somehow built a kernel that won't accept any initramfs. To elaborate, it hangs in shell in dracut and panicks with a minimal initramfs as if it rejects the initramfs entirely and tries to boot an lvm volume, which of course, fails. Kernel config: http://sprunge.us/tqz3BM The minimal initramf

Re: [gentoo-user] >=sys-apps/texinfo-6.5: free(): invalid pointer

2019-04-23 Thread andrey . vul
On Sun, Apr 21, 2019 at 8:03 PM wrote: > > > On Sun, Apr 21, 2019, 05:23 Adam Carter, wrote: >> >> On Sun, Apr 21, 2019 at 12:24 PM wrote: >>> >>> Hi, folks. >>> >>> When texinfo tries to run to process the texinfo files as part of the >>> compile step, perl appears to die with free(): invalid p

Re: [gentoo-user] >=sys-apps/texinfo-6.5: free(): invalid pointer

2019-04-21 Thread andrey . vul
On Sun, Apr 21, 2019, 05:23 Adam Carter, wrote: > On Sun, Apr 21, 2019 at 12:24 PM wrote: > >> Hi, folks. >> >> When texinfo tries to run to process the texinfo files as part of the >> compile step, perl appears to die with free(): invalid pointer. >> >> build.log: http://dpaste.com/2Z0K93S >> e

[gentoo-user] >=sys-apps/texinfo-6.5: free(): invalid pointer

2019-04-20 Thread andrey . vul
Hi, folks. When texinfo tries to run to process the texinfo files as part of the compile step, perl appears to die with free(): invalid pointer. build.log: http://dpaste.com/2Z0K93S emerge --info: http://dpaste.com/1KD9J3R - AV

[gentoo-user] sense code: driver or disc at fault?

2011-03-25 Thread Andrey Vul
I keep on getting sense error 2/30/05 when trying to burn the livecd on my new dvd burner, and I've tried with various discs. Is the burner at fault? Google isn't of much help.

[gentoo-user] ramdisk for lm_sensors and gimps

2011-02-20 Thread Andrey Vul
Does the current minimal install cd have a ramdisk driver so that i can extract the stage3 tarball to it and emerge lm_sensors and gimps onto it? I want to make sure my OCed system won't cause bad compiles so I'm going to gimps aka prime95 it for 48h :) DDR1066's timings are a bit high at 200;1:2.6

[gentoo-user] login fail after resuming from suspend

2010-11-30 Thread Andrey Vul
I forgot, is it a problem with consolekit or polkit that causes the login system to hang after resuming from acpi suspend? And is there a solution, apart from saving all work before standby and doing {Magic}+{R,S,E}? -- Andrey "m05hbear" Vul andrey at moshbear dot net andrey dot vul at gmail Tod

Re: [gentoo-user] Re: X programs as root

2010-10-04 Thread Andrey Vul
sudoers(5): ... ## Run X applications through sudo Defaults env_keep += "DISPLAY HOME" ... sudo visudo; paste; done -- Andrey "m05hbear" Vul

[gentoo-user] kdm and pam issues after resume

2010-10-04 Thread Andrey Vul
Upon resuming my laptop from standby, kdm's screen locker does nothing, and /bin/login lags a lot before "Password:" comes up. Googling has led me to think that this might be a consolekit issue, as the syslog has "cannot create /var/lib/kdm-4.5: Permission denied" lines, in addition to the lag goin

Re: [gentoo-user] Re: X programs as root

2010-09-24 Thread Andrey Vul
On Wed, Sep 22, 2010 at 21:18, Dale wrote: > Nikos Chantziaras wrote: >> >> On 09/22/2010 09:48 PM, Andrey Vul wrote: >>> >>> When I launch X programs via sudo, I get the following: >>> >>> $sudo gui-admin >>> No protocol specified >&

[gentoo-user] X programs as root

2010-09-22 Thread Andrey Vul
When I launch X programs via sudo, I get the following: $sudo gui-admin No protocol specified gui-admin: cannot connect to X server :0 ( Assume gui-admin is an X program ) But (gk|kde)su(do)? works. This is somewhat confusing. -- Andrey "m05hbear" Vul

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 wrote: > On Thu, Jul 29, 2010 at 08:31, Alex Schuster wrote: >> walt writes: >> >>> On 07/28/2010 01:20 PM, Andrey Vul wrote: >>> > Creating files in /tmp, /etc, /lib32, and /var return ENOENT (touch >>> &g

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 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

[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 wrote: > Also, echo > /tmp/foo => same thing > It looks like a problem with open(..., O_CREAT|O_TRUNC, 644), but i'll > retry stra

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

2010-07-29 Thread Andrey Vul
Also, echo > /tmp/foo => same thing It looks like a problem with open(..., O_CREAT|O_TRUNC, 644), but i'll retry strace'ing the open,write and see where the problem chain starts On 2010-07-29, Andrey Vul wrote: > If / was mounted ro, touch would output strerror(EROFS), no

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 wrote: > On 07/28/2010 11:54 PM, Andrey Vul wrote: >> On Wed, Jul 28, 2010 a

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 wrote: > On 07/28/2010 11:54 PM, Andrey Vul wrote: >> On Wed, Jul 28, 2010 a

[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 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 ENOE

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

2010-07-28 Thread Andrey Vul
On Wed, Jul 28, 2010 at 14:50, Nikos Chantziaras 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 cr

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

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

[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

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] [X11] radeonhd not working

2010-02-20 Thread Andrey Vul
On Sat, Feb 20, 2010 at 19:35, pk 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 jus

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 17:52, pk 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&#x

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 03:43, Adam 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 >>

[gentoo-user] [X11] radeonhd not working

2010-02-20 Thread Andrey Vul
n 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 again with default timings. Radeon DRI is compiled into the kernel. What do

[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

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

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

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&

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

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

2008-12-09 Thread Andrey Vul
osed to be for? Apparently /usr/bin/cdrecord 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 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

[gentoo-user] cannot burn cd: permissions error

2008-12-08 Thread Andrey Vul
8 14:06 /dev/hdb6 brw-rw 1 root cdrom 22, 0 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.

Re: [gentoo-user] cannot burn dvd

2008-12-04 Thread Andrey Vul
not? And should 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:

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 &

[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] Installation problems on AMD64 box

2008-11-28 Thread Andrey Vul
eems about right. I would start with a nice 2h memtest86+ > test followed with a 1h cpuburn test. I believe you mean 2d memtest86+ unless computer has DDR9-9 RAM where 100 (full) cycles could be completed in under 2 hours. Also, do cpuburn for a day or more - bad cooling could take hours t

[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 such a

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

2008-11-25 Thread Andrey Vul
>Driver "synaptics" >Option "Device" "/dev/input/mouse0" >Option "SendCoreEvents" "true" >Option "Protocol" "auto-dev" > EndSection Add the following line: Option "V

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

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: > >> > &

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 p

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

2008-11-21 Thread Andrey Vul
windows\\system32\\winecfg.exe" failed, status c005 >> c005 is Windows' way of saying SIGSEGV. PaX might be to blame. I remember that with grsec enabled, wine couldn't create stacks and said that 3/1 user/kernel split needed to be enabled even when 3/1 user/kernel split

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 o

[gentoo-user] startx fails launching KDE 4

2008-11-21 Thread Andrey Vul
::lock: Deadlock detected in thread 140598718269184 KCrash: Application 'ksmserver' crashing... Warning: connect() failed: : No such file or directory KCrash cannot reach kdeinit, launching directly. QWidget: Must construct a QApplication before a QPaintDevice -- Andrey Vul A: Because i

[gentoo-user] making an initrd

2008-11-20 Thread Andrey Vul
d jfs? -- 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] 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 NF

[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 me

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 overl

[gentoo-user] overlay conflicts

2008-11-18 Thread Andrey Vul
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/bar-1.2.3) ? -- Andrey Vul A: Because it messes up the order in which people normally read

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:/root>emerge -pv ghostscript >> >> These are the packages t

[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 w

[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

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

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

[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] 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 Novembe

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, Andr

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, A

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=ShowProduct&cmd=pd&pid=019626&cid=8 >>96.645 Which

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

2008-10-31 Thread Andrey Vul
mal process, system load is OK. > > 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 normall

Re: [gentoo-user] Burn-in test

2008-10-31 Thread Andrey Vul
tmp/ > > Err... that *should* have been... > > emerge 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

[gentoo-user] Burn-in test

2008-10-31 Thread Andrey Vul
ring, please 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] 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

Re: [gentoo-user] broken ALSA

2008-10-30 Thread Andrey Vul
M_PLUGINS, eventhough i didn't saw that > flag on emerge -pv alsa-lib, but there is no progress. I still got the > same error with the one before. > Something's weird, because my ALSA_PCM_PLUGINS works on all 3 of my gentoo boxes. Did you try emerge -DN alsa-lib ? -- Andrey Vul

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

2008-10-30 Thread Andrey Vul
alsa-lib and alsa-headers are unrelated to the kernel modules. alsa-lib 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 w

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

2008-10-30 Thread Andrey Vul
>ipc_perm 0660 >slave { >pcm "hw:0,0" >period_time 0 >period_size 1024 >buffer_size 4096 >#rate 44100 >rate 48000 > } > } > ctl.nforce-hw { &

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-posti

Re: [gentoo-user] broken ALSA

2008-10-29 Thread Andrey Vul
ty_open is > not defined inside [builtin] That error means that the plugin empty is required yet wasn't compiled due to being disabled. Set your ALSA_PCM_PLUGINS to "dmix open asym" If things still don't work, use the ALSA_PCM_PLUGINS that I supplied. Pretty much everything except

Re: [gentoo-user] broken ALSA

2008-10-29 Thread Andrey Vul
_PLUGIN token: errors of the form _snd_pcm_$foo_open where $foo is the missing pcm plugin. -- 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] broken ALSA

2008-10-29 Thread Andrey Vul
i usually only have dmix in ALSA_PCM_PLUGINS, and it's > work. Only after i read your email i put asym on it. So, right know i > have ALSA_PCM_PLUGINS="asym dmix" on make.conf. > It's okay right? I don't need to put the same flag with yours, to make > alsa work again

Re: [gentoo-user] broken ALSA

2008-10-29 Thread Andrey Vul
ull plug rate route share shm softvol asym" "asym" is the final space-delimited token in ALSA_PCM_PLUGINS. -- 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
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 eme

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 &

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: > >>elif system in ('Linux',): >># Linux based systems >>distname,distversion,d

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: > >>elif system in ('Linux',): >># Linux based systems >>distname,distversion,d

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 &

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

2008-10-29 Thread Andrey Vul
ring. By the way, should I make a bug report 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 Vul
ase,machine) else: # Generic handler if terse: platform = _platform(system,release) else: bits,linkage = architecture(sys.executable) platform = _platform(system,release,machine,processor,bits,linkage) _platform_cache[(aliased, terse)] = platform return platform Proof: run /usr/lib/python2.{4,5,6}/platform.py aliased and terse have no effect wrt output (kernel_version-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
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 such a

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: >> > >>

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 >> >> emerge -1 udev > > Which means you have to wait for the

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

2008-10-29 Thread Andrey Vul
of tree: Tue, 28 Oct 2008 00:31:02 + >> >> Why does it show the glibc-2.8 on the second line but glibc2.2.5 on the >> fifth? >> >> Thanks, >> Paul >> > > My best guess is that your kernel was compiled by a toolchain that was > running on glibc2.2.5

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

2008-10-29 Thread Andrey Vul
e kernel version string. Why glibc is in there is beyond me. However, 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] Trying to solve blockage when trying to install kde-meta-4.1.2

2008-10-29 Thread Andrey Vul
ill tell how the outcome was > > 2008/10/29 Alan McKinnon <[EMAIL PROTECTED]> >> >> On Wednesday 29 October 2008 18:41:47 Andrey Vul wrote: >> > > [blocks B ] > > > media-gfx/sane-backends-1.0.19-r2, media-libs/libgphoto2-2.4.2) >> >

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

2008-10-29 Thread Andrey Vul
ing some packages 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? A: Top-posting. Q: What is the most annoying thing in e-mail?

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

2008-10-29 Thread Andrey Vul
int i = (int)f; uint16_t z; asm("pushf; popw %0;" : "=r"(z)); printf("%d %d %d\n", i, (z & (1 << 11)), (z & 1) ); return 0; } In short, your mileage shall vary, so sayeth the standard. > -- -- 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] telnet program

2008-10-28 Thread Andrey Vul
On Tue, Oct 28, 2008 at 8:40 PM, kcc <[EMAIL PROTECTED]> wrote: > Hi all > > I want to install telnet client but couldn't find the emerge search > emerge search is useless. Emerge eix, run update-eix, and do eix telnet -- Andrey Vul A: Because it messes up the order i

Re: [gentoo-user] no sound

2008-10-28 Thread Andrey Vul
nt_Right.wav come from > media-sound/alsa-utils > Oh. SPDIF output (IEC958) was unmuted and all the output got routed there. Muted SPDIF and everything works 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] package.keywords syntax?

2008-10-28 Thread Andrey Vul
On Tue, Oct 28, 2008 at 1:39 PM, Ricardo Saffi Marques <[EMAIL PROTECTED]> wrote: > Andrey Vul wrote: >> That looks like it'll only work in paludis. You're going to have to >> use shell scripting and output a BFList to package.keywords . >> Try $eix -C kde-bas

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

2008-10-28 Thread Andrey Vul
kde-base --only-names | sed -r 's/$/ -~amd64/' | sudo tee -a /etc/portage/package.keywords -- 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] Circular blocks after last night's sync?

2008-10-28 Thread Andrey Vul
blocking > sys-libs/e2fsprogs-libs-1.41.2) > > [blocks B ] sys-libs/e2fsprogs-libs (is blocking sys-libs/ss-1.40.9, > sys-libs/com_err-1.40.9) > > This was during an emerge --update world. Unmerge the old e2fsprogs and emerge the new programs and libs. IIRC this is not new. I had thi

Re: [gentoo-user] no sound

2008-10-28 Thread Andrey Vul
On Tue, Oct 28, 2008 at 11:42 AM, Nickolay Hodyunya <[EMAIL PROTECTED]> wrote: > On Tue, Oct 28, 2008 at 03:07:14AM -0400, Andrey Vul wrote: >> I open mplayer, mpg321, vlc, or flash (youtube) and I have no sound. >> ALSA is working. >> Hardware is working. >>

Re: [gentoo-user] no sound

2008-10-28 Thread Andrey Vul
On Tue, Oct 28, 2008 at 3:29 AM, David Sveningsson <[EMAIL PROTECTED]> wrote: > Andrey Vul skrev: >> I open mplayer, mpg321, vlc, or flash (youtube) and I have no sound. >> ALSA is working. >> Hardware is working. >> Already did alsaconf + alsamixer. >> >

[gentoo-user] no sound

2008-10-28 Thread Andrey Vul
I open mplayer, mpg321, vlc, or flash (youtube) and I have no sound. ALSA is working. Hardware is working. Already did alsaconf + alsamixer. Any suggestions? -- 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] broken ALSA

2008-10-28 Thread Andrey Vul
n't know why, but doing that made alsa work again (i.e. the ebuild recognized ALSA_PCM_PLUGINS contains "asym"). -- 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?

[gentoo-user] GMP problem

2008-10-27 Thread Andrey Vul
I'm trying to run Mathematica 6.0.3 but I get a "symbol __gmp_clz_tab not found" error. Any ideas? BTW, Mathematica is GCC3-based (due to usage of libstdc++.so.5). -- Andrey Vul A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a ba

  1   2   >