> 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
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
> 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
> 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@g
> 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.or
>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
> 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
merge
would handle showing license and user will accept or decline it. If user
accepts fetching starts...
--
Best Regards,
Peper
--
gentoo-user@gentoo.org mailing list
27; is to install cedega without
subscription :]
While writing this i thought about smth: cannot displaying licenses be
implemented 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
know exactly what to do when he'll try installing gentoo
again.
--
Best Regards,
Peper
--
gentoo-user@gentoo.org mailing list
worse beacause you must
register to dowload the packages. And there are also some packages like
cedega, which you must even dowload by torrent :P
--
Best Regards
Peper
--
gentoo-user@gentoo.org mailing list
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
eaned my disk off
winshit in stages.
And maybe one more thing: wouldn't it minimize logical volumes fragmentation?
--
Best Regards,
Peper
--
gentoo-user@gentoo.org mailing list
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
HTH.Rumen
So there is no way 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
rdenednossp
[10] i686-pc-linux-gnu-3.4.4-vanilla
Aren't both version compiled? In this hardened is default so it has no suffix.
Or am i getting smth wrong?
--
Best Regards,
Peper
--
gentoo-user@gentoo.org mailing list
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
Hello,
Is there any way to get kuroo working with portage with cdb module?
--
Best Regards,
Peper
--
gentoo-user@gentoo.org mailing list
Hello,
what's the best video player in your opinion?
--
Best Regards,
Peper
--
gentoo-user@gentoo.org mailing list
changed to memmap, but i'm not sure 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
> 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
questions is, how can i disable 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
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
> 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
> $ dirname /etc/conf.d/net
> /etc/conf.d
That's what i need, many thanks!
--
Best Regards,
Peper
--
gentoo-user@gentoo.org mailing list
/conf.d, but how can i get /etc/conf.d/ from /etc/conf.d/net ?
--
Best Regards,
Peper
--
gentoo-user@gentoo.org mailing list
> 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
> > 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
> 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.
-
And one more thing, is there any smarter way to read one line of file then
head -n x file|tail -n 1 ?
--
Best Regards,
Peper
--
gentoo-user@gentoo.org mailing list
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
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@
> 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
Next time i'll
try to monitor sensors output for PS voltage.
--
Best Regards,
Peper
--
gentoo-user@gentoo.org mailing list
nning
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
Have you really tried running /sbin/NVmakedevices.sh
as root before starting xorg?
--
Best Regards,
Peper
--
gentoo-user@gentoo.org mailing list
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
eports 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
> rc-update del boot.
Of course i meant rc-update del local boot.
--
Best Regards,
Peper
--
gentoo-user@gentoo.org mailing list
updating one
of them - kontact, for now, is not possilble with newest "monolithic" version
of ebuilds. Try to emerge certmanager(one of the kontact's dependecies) and
you will see...
--
Best Regards,
Peper
--
gentoo-user@gentoo.org mailing list
error:
logicaly after 3.5_beta1 should be 3.5_beta2 not 3.5.0_beta2.
--
Best Regards,
Peper
--
gentoo-user@gentoo.org mailing list
ng of the boot process is limited.
Strange for me. Maybe 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
l release yet or hasn't been well/fully
"imported" to portage.
--
Best Regards,
Peper
--
gentoo-user@gentoo.org mailing list
> 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 R
dumb problem? :D
--
Best Regards
Peper
--
gentoo-user@gentoo.org mailing list
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
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
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
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]
> 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
Hello,
How is it possible that:
$ /etc/init.d/named start
* Starting named ...
usage: named [-4|-6] [-c conffile] [-d debuglevel] [-f|-g] [-n
number_of_cpus]
[-p port] [-s] [-t chrootdir] [-u username]
[-m {usage|trace|record}]
named: extra command line arguments
is not
51 matches
Mail list logo