Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 243 matches

Go to advanced search

Advanced search
Search found 243 matches
  • Page 1 of 10
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 10
  • Next
by eXess
Sun Mar 21, 2010 6:48 pm
Forum: Portage & Programming
Topic: Baselayout 2 ? [solved]
Replies: 11
Views: 8483

ok thanks... I was afraid to do something stupid.
Thanks everyone for helping me out ;-)
  • Jump to post
by eXess
Sun Mar 21, 2010 2:20 pm
Forum: Portage & Programming
Topic: Baselayout 2 ? [solved]
Replies: 11
Views: 8483

All right. Re-added udev-postmount to runlevel default.
But I really don't get much in here :-?
I guess that should be it, as there is no other udev script in any runlevel...
# rc-update -s
apache2 | default
bootmisc | boot
checkfs | boot
checkroot | boot
clamd | default
clock | boot ...
  • Jump to post
by eXess
Sun Mar 21, 2010 1:49 pm
Forum: Portage & Programming
Topic: Baselayout 2 ? [solved]
Replies: 11
Views: 8483

udev-postmount was removed from runlevel default.
But I'm not the one who added it there !

I can clearly remember that udev was once updated in such a way that it became active on my system. I did not explicitely add it to any runlevel. I only do emerge -auDv world and I don't clearly know how to ...
  • Jump to post
by eXess
Sun Mar 21, 2010 12:48 pm
Forum: Portage & Programming
Topic: Baselayout 2 ? [solved]
Replies: 11
Views: 8483

Code: Select all

# emerge -p udev

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] sys-fs/udev-149 
  • Jump to post
by eXess
Sun Mar 21, 2010 12:17 pm
Forum: Portage & Programming
Topic: Baselayout 2 ? [solved]
Replies: 11
Views: 8483

Eeew... Am I fried ?
I mean, if I restart my bow now, will Udev throw an error ?
And if so, how come it was installed and updated when I did an emerge -auDv world ?
  • Jump to post
by eXess
Sun Mar 21, 2010 11:55 am
Forum: Portage & Programming
Topic: Baselayout 2 ? [solved]
Replies: 11
Views: 8483

Baselayout 2 ? [solved]

Hi there,

Strange thing here.
I updated UDEV, which gave me a standard warning about the fact it should be used only with kernel 2.6.27+
ok, my kernel is 2.6.31 :
# cat /proc/sys/kernel/osrelease
2.6.31-gentoo-r6
However...
# /etc/init.d/udev restart
* The udev init-script is written for ...
  • Jump to post
by eXess
Sat Mar 20, 2010 9:24 am
Forum: Installing Gentoo
Topic: GCC and CHOST problem [solved]
Replies: 7
Views: 6712

UPDATE

GCC re-emerged nicely and now I have
# gcc-config -l
[1] i686-pc-linux-gnu-4.3.4 *
# gcc-config -c
i686-pc-linux-gnu-4.3.4

I'll mark this as solved, though I don't really know what did the trick. All I can say is that re-emerging system, libtool, glibc, python and gcc helped ...
  • Jump to post
by eXess
Sat Mar 20, 2010 8:22 am
Forum: Installing Gentoo
Topic: GCC and CHOST problem [solved]
Replies: 7
Views: 6712

Except trying to compile GCC failed with the same error as when compiling busybox.
Well, in the meantime, I re-emerged things (such as libtool, etc.). I'll give it another try.

If re-emerging GCC fails again, maybe I should just boot on the LiveCD, chroot in my HD and then re-compile GCC ?
Would ...
  • Jump to post
by eXess
Sat Mar 20, 2010 8:04 am
Forum: Networking & Security
Topic: apache2 vhost config problems/questions [solved]
Replies: 9
Views: 10265

Addendum to my previous post : I don't get what you want to do.

How can Apache tell which sub/virtual host you are trying to reach if you are just typing the IP address?? Right now, typing test1.dyndns.org or test2.dyndns.org results in your web browser resolving the IP, then connecting to that IP ...
  • Jump to post
by eXess
Sat Mar 20, 2010 7:59 am
Forum: Networking & Security
Topic: apache2 vhost config problems/questions [solved]
Replies: 9
Views: 10265

Use Apache docs !
http://httpd.apache.org/docs/2.0/vhosts/ip-based.html

And don't forget to update your Listen directive so that Apache listens on all IP addresses (Listen *:80 or Listen * is generally not a good idea, security-wise)
  • Jump to post
by eXess
Fri Mar 19, 2010 2:21 pm
Forum: Networking & Security
Topic: apache2 vhost config problems/questions [solved]
Replies: 9
Views: 10265

There is a limitation in Apache 2.x that prevents the DocumentRoot of one Named Virtual Host to be inside the DocumentRoot of another Named Virtual Host. That could be the source of the problem you encounter with your "test2" website. For the "test" website, I really have no clue except the standard ...
  • Jump to post
by eXess
Fri Mar 19, 2010 2:12 pm
Forum: Installing Gentoo
Topic: Internet configuration post-install.
Replies: 8
Views: 5027

"myplace" and "localdomain" stand for local domain.
The name of this lomain depends on your need to match existing Windows domains / workgroups.
If you do, use correct names. Otherwise, "local" or anything seems fine.
It's set (by you) in /etc/conf.d/net

"mybox" stands for the name you decide ...
  • Jump to post
by eXess
Fri Mar 19, 2010 2:03 pm
Forum: Installing Gentoo
Topic: GCC and CHOST problem [solved]
Replies: 7
Views: 6712

Thanks Mike, but actually this IS (nearly) a fresh install. Apart from emerge --sync (and setting up make.conf), nothing has been done on the system... except installing, which was not easy kernel-wise, as I said before.

So, if there REALLY is no other solution (or it's really too much trouble), I ...
  • Jump to post
by eXess
Fri Mar 19, 2010 12:05 pm
Forum: Installing Gentoo
Topic: GCC and CHOST problem [solved]
Replies: 7
Views: 6712

ok some news now : emerge -e system broke when trying to emerge busybox.
I then tried to re-emerge gcc, but it doesn't work.

Can someone PLEASE help?

I hope there's a way out of this. I really did install using by-the-book instructions. I changed my CHOST flag right away, install time. Never ...
  • Jump to post
by eXess
Fri Mar 19, 2010 10:26 am
Forum: Installing Gentoo
Topic: GCC and CHOST problem [solved]
Replies: 7
Views: 6712

GCC and CHOST problem [solved]

Hi there,

I'm having a problem while installing Gentoo Linux on a VMWare Fusion (for Mac) Virtual Machine.
Actually everything ran fine so far (though finding the correct kernel config was somewhat difficult)...

Now, I'm running into a strange problem while updating system and adding apps ...
  • Jump to post
by eXess
Mon Nov 30, 2009 7:29 pm
Forum: Portage & Programming
Topic: Cannot upgrade Openldap to 2.4.19-r1 [solved]
Replies: 10
Views: 3942

Hi there.

I'll tag the post as [solved] as soon as I have finished writing this.

What worked :
# emerge -C openldap
(blah)
>>> Unmerging net-nds/openldap-2.3.43...
* GNU info directory index is up-to-date.
# emerge -av openldap

These are the packages that would be merged, in order ...
  • Jump to post
by eXess
Mon Nov 30, 2009 5:20 pm
Forum: Portage & Programming
Topic: Cannot upgrade Openldap to 2.4.19-r1 [solved]
Replies: 10
Views: 3942

ok. Added minimal as a package useflag in /etc/portage/package.use
Then tried to emerge openldap again, but without any luck.

Then tried this :
# emerge -av --newuse world

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild R ] sys-process/procps-3 ...
  • Jump to post
by eXess
Mon Nov 30, 2009 4:51 pm
Forum: Portage & Programming
Topic: Cannot upgrade Openldap to 2.4.19-r1 [solved]
Replies: 10
Views: 3942

Thanks for the hints. Here are the results...

1. Added "loglevel 255" to /etc/openldap/slapd.conf, then :
# /etc/init.d/slapd start
* Starting ldap-server ... [ !! ]
# tail /var/log/messages -n 80
Nov 30 17:37:52 gandalf slapd[9599]: @(#) $OpenLDAP: slapd 2.3.43 (Sep 22 2009 09:36:21) $
Nov 30 ...
  • Jump to post
by eXess
Mon Nov 30, 2009 10:45 am
Forum: Portage & Programming
Topic: Cannot upgrade Openldap to 2.4.19-r1 [solved]
Replies: 10
Views: 3942

Really no one ?
Not even for a hint on how to investigate ?

:?
  • Jump to post
by eXess
Sun Nov 29, 2009 6:43 pm
Forum: Portage & Programming
Topic: Cannot upgrade Openldap to 2.4.19-r1 [solved]
Replies: 10
Views: 3942

Now, I tried a couple things...

1. trying to start slapd did give me an "unrecognized database type" error too, so I enabled (un-commented) the "moduleload back_hdb.so" directive in slapd.conf. Then slapd still wouldn't start, but without any comment.

2. Trying to start slurpd gave this ...
  • Jump to post
by eXess
Sun Nov 29, 2009 6:39 pm
Forum: Portage & Programming
Topic: Cannot upgrade Openldap to 2.4.19-r1 [solved]
Replies: 10
Views: 3942

Cannot upgrade Openldap to 2.4.19-r1 [solved]

Hi there,

I have to upgrade LDAP, it seems...
# emerge -auDv world
These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild U ] net-nds/openldap-2.4.19-r1 [2.3.43] USE="berkdb crypt perl samba ssl tcpd -cxx% -debug -experimental% -gnutls% -icu% -iodbc ...
  • Jump to post
by eXess
Tue Sep 29, 2009 9:25 pm
Forum: Other Things Gentoo
Topic: [solved] sys-power/nut compile problem (newhidups)
Replies: 12
Views: 7476

A local USE flag will first have to be built in the ebuild, because as of now, the variable used in make.conf is not USE but the proprietary NUT_DRIVERS, un fortunately. But I agree, being able to USE-flag-choose which driver(s) should be built would be a serious plus for the package...
  • Jump to post
by eXess
Tue Sep 29, 2009 9:47 am
Forum: Other Things Gentoo
Topic: [solved] sys-power/nut compile problem (newhidups)
Replies: 12
Views: 7476

Code: Select all

# ls -alF /lib/nut/
total 164
drwxr-xr-x 2 root root   4096 Sep 28 15:39 ./
drwxr-xr-x 9 root root   4096 Sep 18 15:21 ../
-rwxr-xr-x 1 root root  30248 Sep 28 15:38 skel*
-rwxr-xr-x 1 root root  17888 Sep 28 15:38 upsdrvctl*
-rwxr-xr-x 1 root root 100668 Sep 28 15:38 usbhid-ups*
  • Jump to post
by eXess
Tue Sep 29, 2009 6:05 am
Forum: Other Things Gentoo
Topic: [solved] sys-power/nut compile problem (newhidups)
Replies: 12
Views: 7476

Don't know (I only saw the compile error and adjusted make.conf according to indications) and now it's up and running, so I'll have the dreiver in /lib/nut of course... and I won't emerge -C just to check... ;)
  • Jump to post
by eXess
Mon Sep 28, 2009 8:20 pm
Forum: Other Things Gentoo
Topic: [solved] sys-power/nut compile problem (newhidups)
Replies: 12
Views: 7476

(...)one thing to note is that the newhidups driver has become usbhid-ups. I've forgotten what all I had to do(...)
That's the information I needed. Here's what I did:
Edit /etc/make.conf > NUT_DRIVERS="usbhid-ups" (instead of NUT_DRIVERS="newhidups")
Edit /etc/nut/ups.conf so that "driver ...
  • Jump to post

Search found 243 matches
  • Page 1 of 10
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 10
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic