Gentoo Archives: gentoo-user

From: Michael Schreckenbauer <grimlog@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] New gentoo installation fails when trying to install syslog-ng
Date: Wed, 14 Sep 2011 17:07:57
Message-Id: 22314638.EtRsPdbybS@pc
In Reply to: Re: [gentoo-user] New gentoo installation fails when trying to install syslog-ng by Trifu Catalin Florin
1 On Wednesday, 14. September 2011 09:48:33 Trifu Catalin Florin wrote:
2 > Hi Michael
3 >
4 > I have 1.9GB left and it works to create a new file.
5
6 Ah, got it.
7 Your kernel is too old. You need a kernel > 2.6.22 to make this work.
8
9 If you cannot upgrade your kernel right now, you can disable the sandbox
10 FEATURES="-sandbox" in /etc/make.conf
11 (I do not recommend this)
12
13 Or you can replace touch with busybox's implementation (if bb is installed)
14
15 mv /bin/touch /root (to save it for later restauration)
16 ln -s /bin/bb /bin/touch
17
18 > BTW: What means don't top-post if possible?
19
20 -> http://idallen.com/topposting.html
21
22 Best,
23 Michael
24
25
26 > ________________________________
27 > From: Michael Schreckenbauer <grimlog@×××.de>
28 > To: gentoo-user@l.g.o
29 > Sent: Wednesday, September 14, 2011 7:12 PM
30 > Subject: Re: [gentoo-user] New gentoo installation fails when trying to
31 > install syslog-ng
32 > On Wednesday, 14. September 2011 09:00:02 Trifu Catalin Florin wrote:
33 > > Hi
34 > >
35 > > the version of portage:
36 > >
37 > > Portage 2.1.10.11 (default/linux/x86/10.0/desktop, gcc-4.4.5,
38 >
39 > 2.1.10.11 is the latest. So no error here
40 >
41 > > glibc-2.12.2-r0, 2.6.19-gentoo-r5 i686)
42 > >
43 > > USE="-emacs" emerge -av1 sys-devel/autoconf - ir doesn't work; same
44 > > error
45 >
46 > Is there space left on the device?
47 > If so, does something like
48 > touch /var/tmp/portage/foo.stamp
49 > (as root) work?
50 >
51 > > Nilesh, can you please be more explicite?
52 > >
53 > > Thank you!
54 >
55 > Best,
56 > Michael
57 >
58 > BTW: please don't top-post if possible.
59 >
60 > > ________________________________
61 > > From: Michael Schreckenbauer <grimlog@×××.de>
62 > > To: gentoo-user@l.g.o
63 > > Sent: Wednesday, September 14, 2011 6:27 PM
64 > > Subject: Re: [gentoo-user] New gentoo installation fails when trying to
65 > > install syslog-ng
66 > >
67 > > Hi,
68 > >
69 > > On Wednesday, 14. September 2011 08:01:56 Trifu Catalin Florin wrote:
70 > > > Hi everyone!
71 > > >
72 > > > I have a big problem trying to install Gentoo. I have completed all
73 > > > the
74 > > > steps from the manual, as I have did it so many times, and I'm stuck
75 > > > trying to install syslog-ng. The machine is very old, it has an
76 > > > Athlon
77 > > > processor and 256MB of RAM, but it worked fine with gentoo. The
78 > > > error
79 > > > can be seen bellow:
80 > > > <snip>
81 > > > The same error I get for vixie-cron.
82 > >
83 > > this is sys-devel/autoconf failing, building some emacs related things.
84 > > Try
85 > > USE="-emacs" emerge -av1 sys-devel/autoconf
86 > >
87 > > If that works, add
88 > > "sys-devel/autoconf -emacs"
89 > > to /etc/portage/package.use
90 > >
91 > > > Some other things worth mentioning:
92 > > > - portage didn't request for an update
93 > >
94 > > What version is installed?
95 > >
96 > > > - mirrorselect -i -o faild with error: cannot download a list of
97 > > > mirrors or something similar.
98 > >
99 > > No idea.
100 > >
101 > > > I will really appreciate your help as my "server" is down for two
102 > > > days
103 > > > now. Thank you!
104 > > > Best regards!
105 > >
106 > > Regards,
107 > > Michael