[gentoo-user] Error booting new kernel

2008-10-31 Thread Marko Kocić
I have a quastion related to vanilla-sources kernel. After upgrading vanilla-sources from 2.6.26 to 2.6.28_rc2 I am not able to boot anymore. I tried playing with menuconfig couple of times, but couldn't find what I have to change in order to make it work again. The error message while booting

[gentoo-user] Emerge --inject equivalent

2008-07-08 Thread Marko Kocić
Does anyone knows about emerge --inject equivalent? Inject was used to tell (lie to) portage that some package is installed alhough it is not. What I was to trying to do is to avoid recompilation of the whole glibc because new flag fas been added to CROSSCOMPILE_OPTIONS. emerge -uDN world keeps

Re: [gentoo-user] Emerge --inject equivalent

2008-07-08 Thread Marko Kocić
Does that mean that I will be prompted to recompile when some flag that is used is changed or when new version becomes available? Thanks, Marko 2008/7/8 Kenneth Prugh [EMAIL PROTECTED]: On Tue, 8 Jul 2008 18:14:13 +0200 Marko Kocić [EMAIL PROTECTED] wrote: Does anyone knows about emerge

Re: [gentoo-user] Emerge --inject equivalent

2008-07-08 Thread Marko Kocić
Thanks, the problem is that USE flags are not changed, but CROSSCOMPILE_HEADER_OPTIONS New option is added there which is not used anyways. I'll try that as soon as I can. The same story applies to different packages. If new USE flag is added which I don't use anyways, I still have to

Re: [gentoo-user] Howto mask release candidates?

2008-05-16 Thread Marko Kocić
Is it possible in packages.mask to mask only release candidates/alpha/beta versions, while leaving final releases unmasked? what is the aim of this? To have a stable system? In that case you should make sure ACCEPT_KEYWORDS in make.conf does NOT have a ~ Then you may get release

Re: [gentoo-user] Howto mask release candidates?

2008-05-16 Thread Marko Kocić
In my portage there are only rc for 26. So just add =sys-kernel/vanilla-sources-2.6.26 to your packages.keywords. I ment sys-kernel/vanilla-sources-2.6.26!! Yes, but then I will not be notified by portage that new version (2.6.26 final) is available. I will have to manually track versions.

Re: [gentoo-user] Howto mask release candidates?

2008-05-16 Thread Marko Kocić
You have to put it in packages.keywords and not mask! Just add following to /etc/portage/packages.mask =sys-kernel/vanilla-sources-2.6.26_rc* =sys-kernel/vanilla-sources-2.6.27_rc* =sys-kernel/vanilla-sources-2.6.28_rc* =sys-kernel/vanilla-sources-2.6.29_rc* On my system it works.

[gentoo-user] Howto mask release candidates?

2008-05-15 Thread Marko Kocić
Is it possible in packages.mask to mask only release candidates/alpha/beta versions, while leaving final releases unmasked? Thanks, Marko -- gentoo-user@lists.gentoo.org mailing list

[gentoo-user] Problem upgrading kernel from 2.6.25.1to 2.6.26_rc1

2008-05-14 Thread Marko Kocić
Hi all, I'm using vanilla-sources-2.6.25.1 right now. I tried to configure and build 2.6.26_rc1 like I did many times before. create symlink to linux-2.6.26-rc1 folder go to linux folder make menuconfig save make make modules_install install Everythinh seems to build ok, with some

Re: [gentoo-user] Problem upgrading kernel from 2.6.25.1to 2.6.26_rc1

2008-05-14 Thread Marko Kocić
2008/5/14 Alan McKinnon [EMAIL PROTECTED]: On Wednesday 14 May 2008, Marko Kocić wrote: Is it a known issue with 2.6.26-rc1 kernel? How could I painlessly migrate configuration from old 2.6.25 kernel to 2.6.26 without need for complete reconfiguration? make menuconfig always keeped

Re: [gentoo-user] Problem upgrading kernel from 2.6.25.1to 2.6.26_rc1

2008-05-14 Thread Marko Kocić
2008/5/14 Alan McKinnon [EMAIL PROTECTED]: On Wednesday 14 May 2008, Marko Kocić wrote: It might be the case. I don't currently have access to my home laptop, but there were lots of modules that are missing. Alsa and iptables failed to start after reboot and I ended up in console

Re: [gentoo-user] Problem upgrading kernel from 2.6.25.1to 2.6.26_rc1

2008-05-14 Thread Marko Kocić
2008/5/14 Alan McKinnon [EMAIL PROTECTED]: On Wednesday 14 May 2008, Marko Kocić wrote: Perhaps the output of dmesg and the relevant bits of messages from the init process will be required here Yes, I'll have to digg more to fix this. I just hoped that there is some easy/fast

[gentoo-user] Re: Net / dhcp (miss)behaviour

2008-01-22 Thread Marko Kocić
No. Whatever I do with pump I get Operation failed. On 1/20/08, Alan McKinnon [EMAIL PROTECTED] wrote: On Sunday 20 January 2008, Marko Kocić wrote: 2008-01-20 16:07 It seems like that is the problem. Ipconfig /release or disabling net conn in win before reboot doesnt help. Rebooting

[gentoo-user] Re: Net / dhcp (miss)behaviour

2008-01-20 Thread Marko Kocić
January 2008 22:09:50 Marko Kocić wrote: I wonder if my similar problem is related to what you report here: I am using dhcpcd and ifplug with my ADSL router, which acts as the dhcp server on my LAN. For some reason ifplug does not always manage to get an IP address from the router and I

Re: [gentoo-user] Net / dhcp (miss)behaviour

2008-01-19 Thread Marko Kocić
I wonder if my similar problem is related to what you report here: I am using dhcpcd and ifplug with my ADSL router, which acts as the dhcp server on my LAN. For some reason ifplug does not always manage to get an IP address from the router and I end up with an APIPA address.

[gentoo-user] Net / dhcp (miss)behaviour

2008-01-18 Thread Marko Kocić
I'm running gentoo on my dual boot windows laptop. I use dhcp to connect to the the internet through cable modem. Sometimes (in the evenings) it just fails to automatically obtain IP address from dhcp server (timeouts). I tried different settings in /etc/conf.d/net file (timeout and different

Re: [gentoo-user] Net / dhcp (miss)behaviour

2008-01-18 Thread Marko Kocić
I never used cable modem and don't know how it connects to the PC, so I might be saying something completely wrong here, Regular network cable going directly from cable modem to laptop. but can't you sniff the traffic directly from the laptop by capturing packets on the interface connected

Re: [gentoo-user] Net / dhcp (miss)behaviour

2008-01-18 Thread Marko Kocić
On Jan 18, 2008 6:50 PM, Alan McKinnon [EMAIL PROTECTED] wrote: On Friday 18 January 2008, Marko Kocić wrote: I'm running gentoo on my dual boot windows laptop. I use dhcp to connect to the the internet through cable modem. Sometimes (in the evenings) it just fails to automatically

Re: [gentoo-user] Net / dhcp (miss)behaviour

2008-01-18 Thread Marko Kocić
Actually, as long as the interface is up, you can sniff traffic even if it does not have an IP address. Emerge wireshark (somehow...), do (as root) an ip link set eth0 up (or ifconfig eth0 up) and run wireshark. Start capturing packets, run dhcpcd from the command line (or whatever DHCP

[gentoo-user] Summer laptop overheat

2007-07-24 Thread Marko Kocić
Hi, during this summer when temperatures are high, I noticed that my laptop often (almost always) overheat when I try to emerge some larger package (gcc, glibc, kernel, ...) This started happening some time ago, but was bearable until now. Now I can't compile almost anything, my laptop just

[gentoo-user] sun-jdk dependencies questions

2007-06-09 Thread Marko Kocić
Why does sun-jdk needs gcc-3.3.6 and and libstdc++-3.3? As I understand sun-jdk-1.6.0.01 is a binary package, and java works just fine if downloaded and installed from Sun site, without portage. Since I don't have enough disk spac fro another gcc, is it possible to somehow let portage handle

Re: [gentoo-user] sun-jdk dependencies questions

2007-06-09 Thread Marko Kocić
Thanks for the clarification. The reason is as you say that dev-java/sun-jdk:1.6 is a binary package that isn't ABI compatible with libstdc++.so.6 (from gcc-4.x). And as we don't have the source we cannot fix that with revdep-rebuild. But I'm already running sun-jdk on my machine that I

Re: [gentoo-user] sun-jdk dependencies questions

2007-06-09 Thread Marko Kocić
On 6/9/07, Bo Ørsted Andresen [EMAIL PROTECTED] wrote: But I'm already running sun-jdk on my machine that I manually downloaded and installed from the sun site, although I don't have libstdc++ installed. One thing I don't understand is why do I need libstdc++ when using portage version? Do

Re: [gentoo-user] sun-jdk dependencies questions

2007-06-09 Thread Marko Kocić
Ok, thanks for the explanation. -- [EMAIL PROTECTED] mailing list

[gentoo-user] Wesnoth version

2007-05-05 Thread Marko Kocić
Is there a specific reason why gentoo doesn't provide development versions of Battle for Wesnoth (games-strategy/wesnoth)? I couldn't find anything in bug database. Development versions (1.3.2) are pretty stable, so I can't see a reason why are not included in ~x86. As for x86, 1.2.4 (latest

Re: [gentoo-user] Wesnoth version

2007-05-05 Thread Marko Kocić
On 5/5/07, Boyd Stephen Smith Jr. [EMAIL PROTECTED] wrote: Yeah, a new numbered release deserves it's own ebuild, even if it has to linger in package.mask. Make sure it's been 2-3 days after the release and then file a version bump bug. Please report if simply renaming the existing ebuild

[gentoo-user] Unable to compile postgresql-8.2.4

2007-05-02 Thread Marko Kocić
After today's sync I tried to upgrade postgresql to 8.2.4 I'm getting the following error: snip checking thread safety of required library functions... no configure: error: thread test program failed This platform is not thread-safe. Check the file 'config.log'for the exact reason. You can use

[gentoo-user] lilo device-mapper warning

2007-04-27 Thread Marko Kocić
Hi all, after one of the recent kernel upgrades, I started having the following warning whenever I run lilo: /proc/misc: No entry for device-mapper found Is device-mapper driver missing from kernel? Failure to communicate with kernel device-mapper driver. I didn't get that message before and I

[gentoo-user] emerge --sync behind a firewall

2007-04-19 Thread Marko Kocić
Hi all, I'm trying to use emerge --sync behind a company firewall. I don't have a direct internet connection, only through http and socks proxies. Is there a way to configure emerge so that it can use either one of them. Thanks, Marko -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] emerge --sync behind a firewall

2007-04-19 Thread Marko Kocić
... :/ and in the make.conf add: http_proxy=host:port O/H Marko Kocić έγραψε: Hi all, I'm trying to use emerge --sync behind a company firewall. I don't have a direct internet connection, only through http and socks proxies. Is there a way to configure emerge so that it can use either one of them. Thanks

[gentoo-user] unmerge hotplug

2006-04-11 Thread Marko Kocić
Hi all, I wanted to do some cleanup of the system to get rid of some unneeded modules. emerge -pv --depclean suggested me lately that I should remove hotplug I have hotplug added at runllevel default. I'm using vanilla-sources with udev for some time ago. Is it safe to unmerge hotplug? Has it

Re: [gentoo-user] coreutils downgrade problem

2006-02-21 Thread Marko Kocić
I just sync'd portage few minutes ago and it seems there are new version of coreutils available, which compiles ok (so far). Thanks -- gentoo-user@gentoo.org mailing list

[gentoo-user] coreutils downgrade problem

2006-02-20 Thread Marko Kocić
I have this problem couple of times. emerge says that I should downgrade coreutils: citadela ~ # emerge -pvuD system [ebuild UD] sys-apps/coreutils-5.93 [5.94] USE=nls -acl -build -static 0 kB [ebuild U ] sys-devel/make-3.80-r4 [3.80-r3] USE=nls -build -static 0 kB But when I try emerge