Re: [gentoo-user] gcc-4.1.1

2006-06-07 Thread Peper
any one here know any thing about these problems ?? after emerge -e world everything is working fine. -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] GCC 4.1.1 unable to compile kdelibs due to missing libstdc++

2006-06-02 Thread Peper
And still I get this. Any ideas? I have run into many strange problems with confcache, have you flushed(just remove /var/tmp/confcache) it after upgrade to 4.1.1? -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Screen Power down

2006-06-02 Thread Peper
If you are using KDE check your settings in Control Center(Peripherals - Display - Power Control Tab). Second thing is to check if you don't have any power saving oprions in your monitor's OSD menu. -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Alternative to netkit-telnetd

2006-04-24 Thread Peper
I only need a telnet client and not the whole server part. Any suggestions on alternatives to netkit-telnetd. The Client must behave just like the standard telnet-client (I have some expect-scripts using telnet). netcat - the one and only. -- Best Regards, Peper -- gentoo-user@gentoo.org

Re: [gentoo-user] how to update /etc/services file?

2006-04-16 Thread Peper
I found my /etc/services is too many ports are not included in the file! eg telnet,ftp,http for UDP, Maybe they are not using UDP... so, how to get a stronger /etc/services file? /etc/services is provided by baselayout package. -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: JPG attachments - Macintosh BinHex-encoded file

2006-01-05 Thread Peper
Is this is some new virus or is there some setup that needs to be done to be able to look at them? If it's a virus i'm pretty sure it's a windows' one. I would try to force opening it with some image viewer... -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: no ebuilds available, how to unmerge them ?

2006-01-01 Thread Peper
Thanks a lot, *emerge -C* does help! I only tried *emerge unmerge*. --unmerge (-C short option) I think that emerge unmerge and emerge -C are completly the same... -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: ebuild for dev-java/sun-j2sdk?

2005-12-26 Thread Peper
some packages like cedega, which you must even dowload by torrent :P -- Best Regards Peper -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: (Newbie)Emerge Problem

2005-12-26 Thread Peper
again. -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: ebuild for dev-java/sun-j2sdk?

2005-12-26 Thread Peper
in emerge? If you want to progress(fetch the file) you must accept displayed license. Maybe sun will be happy with that... -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: ebuild for dev-java/sun-j2sdk?

2005-12-26 Thread Peper
license and user will accept or decline it. If user accepts fetching starts... -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

[gentoo-user] [OT] Merging lvm partitions

2005-12-12 Thread Peper
Hello, are you aware of any app (even for windows - don't kill me :D) that could merge partitions of 'Linux LVM' type? -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

[gentoo-user] X.org process using a lot of resources

2005-12-12 Thread Peper
Hello, I have recently noticed that one of the X.org server's processes is using a lot of resources: X :0 -nolisten tcp -br -deferglyphs 16 is using 15% of cpu nearly all the time. xorg-x11 6.8.2-r6 Is this a known problem? -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: gcc hardened and vanilla + distcc

2005-12-03 Thread Peper
to distcc use not hardened version while system is set to use hardened version(with proper USE flasgs etc.)? -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

[gentoo-user] gcc hardened and vanilla + distcc

2005-12-01 Thread Peper
Hello, I want to use gcc-vanilla on my desktop(x86) and gcc-hardened on my server(x86). Can i then use distcc? And second, harder(imho) step: can i also join amd64 with gcc-vanilla to my small distcc-net? -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

[gentoo-user] Kuroo portage with cdb module

2005-11-28 Thread Peper
Hello, Is there any way to get kuroo working with portage with cdb module? -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

[gentoo-user] [OT] Best video player

2005-11-15 Thread Peper
Hello, what's the best video player in your opinion? -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: [OT] Disable memory

2005-11-14 Thread Peper
if it works in default kernel. Anyway what are those 3 parts in your example(640k 257M 8M)? -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

[gentoo-user] [OT] Disable memory

2005-11-13 Thread Peper
Hello, Is there anyway to disable specific part of memory? memtest86 freezes only when egzamining first MB of it. -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: [OT] Disable memory

2005-11-13 Thread Peper
this first MB from being used by system? I was thinking of setting ramfs in this 1st MB and then not using it, but is it possible? -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: [OT] Disable memory

2005-11-13 Thread Peper
Try to check this: http://rick.vanrein.org/linux/badram/ I'll give it a try. Thanks! -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

[gentoo-user] [OT] Bash scripting

2005-11-11 Thread Peper
Hello, I have a var $blah=' `pwd`/blah ' (extra spaces for clearer reading), how can i change it to 'output of pwd/blah' ? -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: [OT] Bash scripting

2005-11-11 Thread Peper
try blah=`pwd`'/blah' *Note the single quotes do not enclose `pwd` I know how to use `command`, but the problem is that i read blah from file. blah=`head -n x file|tail -n 1` and in the file i have lines `pwd`/blah. $ echo $blah `pwd`/blah This is the problem. -- Best Regards, Peper

[gentoo-user] Re: [OT] Bash scripting

2005-11-11 Thread Peper
And one more thing, is there any smarter way to read one line of file then head -n x file|tail -n 1 ? sed -n -e '12p' file.txt prints the 12th line of file.txt Many thanks for that. -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: [OT] Bash scripting

2005-11-11 Thread Peper
try with eval then: Many thanks! I'd tried it before, but you showed me how to use it in proper way. -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

[gentoo-user] [OT] Bash scripting 2

2005-11-11 Thread Peper
/conf.d, but how can i get /etc/conf.d/ from /etc/conf.d/net ? -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: [OT] Bash scripting 2

2005-11-11 Thread Peper
$ dirname /etc/conf.d/net /etc/conf.d That's what i need, many thanks! -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: [OT] Bash scripting 2

2005-11-11 Thread Peper
file=/etc/conf.d/net echo ${file%/*} I've gotten it working with dirname already, but this one is nice ;] Thanks for help. -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] System Locking Up

2005-11-09 Thread Peper
xorg(xfce)) worked fine. I've tested RAM with bootable cd, disk with extended smart tests and got no errors... -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] System Locking Up

2005-11-09 Thread Peper
to monitor sensors output for PS voltage. -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] System Locking Up

2005-11-09 Thread Peper
hdparm -Tt /dev/hda hdparm -Tt /dev/hda hdparm -Tt /dev/hda hdparm -Tt /dev/hda hdparm -Tt /dev/hda Works fine on my pc. -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] System Locking Up

2005-11-09 Thread Peper
New debug info: when locked up my pc responses to ping and ssh connection(I get only login respone, i cannot actually log in). Moreover ssh logs sshd: fatal: Timeout before authentication for IP. I am not sure what to think about it... -- Best Regards, Peper -- gentoo-user@gentoo.org mailing

Re: [gentoo-user] Kernel 2.6.14 Nvidia

2005-11-07 Thread Peper
running /sbin/NVmakedevices.sh as root before starting xorg? -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] local.start and sending an email

2005-11-04 Thread Peper
your local is added to both runlevels? Check rc-status boot. If it's not i would try rc-update add local boot and then rc-update del boot. -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] What happened with KDE?

2005-11-04 Thread Peper
that there is an error in certmanager-3.5.0_beta2 ebuild. Changing some things manualy to 3.5_beta1 causes the same error, but with another version: missing ...3.5.0_beta1... So it could be a version naming error: logicaly after 3.5_beta1 should be 3.5_beta2 not 3.5.0_beta2. -- Best Regards, Peper -- gentoo-user

Re: [gentoo-user] What happened with KDE?

2005-11-04 Thread Peper
certmanager(one of the kontact's dependecies) and you will see... -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] local.start and sending an email

2005-11-04 Thread Peper
rc-update del boot. Of course i meant rc-update del local boot. -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] What happened with KDE?

2005-11-04 Thread Peper
missing beta2 ebuild. I think that emerge instead of reporting that highest version of dep is missing, should report masked beta1 ebuild, because it matches the deprange(from 3.5_beta1 to 3.5.0_beta2). -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] Re: syntax colorful highlight printing tool?

2005-11-04 Thread Peper
Maybe try using the mod_php code viewer. By fefault .phps files are coloured and displayed in web browser. -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

Re: [gentoo-user] local.start and sending an email

2005-11-03 Thread Peper
try putting in the full path to the commands? the environment that local.start is in is not the same as your shell. Don't think so. It won't be a segfault then... My only idea is to add echo local.start to the script and check when it is executed. -- Best Regards, Peper -- gentoo-user

Re: [gentoo-user] What happened with KDE?

2005-11-03 Thread Peper
/fully imported to portage. -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

[gentoo-user] Re: xfce and qt-themes

2005-10-31 Thread Peper
dumb problem? :D -- Best Regards Peper -- gentoo-user@gentoo.org mailing list

[gentoo-user] xfce and qt-themes

2005-10-30 Thread Peper
Hello, How can i easly manage qt-themes on xfce? qtconfig is not so nice ;] It will be the best if qt apps would have the same theme as i use in xfce. -- Best Regards, Peper -- gentoo-user@gentoo.org mailing list

[gentoo-user] xfce and qt-themes

2005-10-29 Thread Peper
Hello, How can i easly manage qtthemes on xfce? qtconfig is not so nice ;] It will be the best if qt apps would have the same theme as i use in xfce. -- Best Regards Peper -- gentoo-user@gentoo.org mailing list

[gentoo-user] xfce and qt-themes

2005-10-29 Thread Peper
Hello, How can i easly manage qt-themes on xfce? qtconfig is not so nice ;] It will be the best if qt apps would have the same theme as i use in xfce. -- Best Regards Peper -- gentoo-user@gentoo.org mailing list

[gentoo-user] named init-script error

2005-09-16 Thread Peper
Hello, sorry for posting it again and again but i hope this post will sort out any doubts you could have before. Running named from /etc/init.d/ is not working: $ /etc/init.d/named start * Starting named ... usage: named [-4|-6] [-c conffile] [-d debuglevel] [-f|-g] [-n number_of_cpus]

Re: [gentoo-user] named init-script error

2005-09-15 Thread Peper
What do you have in /etc/conf.d/named? OPTIONS= CPU=1 What version of bind are we talking about? net-dns/bind-9.3.1-r4 -- Best Regards Piotr Jaroszynski -- gentoo-user@gentoo.org mailing list