Forums

Skip to content

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

Search found 306 matches

Go to advanced search

Advanced search
Search found 306 matches
  • Page 1 of 13
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 13
  • Next
by bassvandijk
Thu May 10, 2007 7:20 am
Forum: Portage & Programming
Topic: Problem with python and sys.maxint
Replies: 7
Views: 2655

I get the same exception on my system.

Note however that launchmany-curses still downloads after the exception.

Some info on my system:

net-p2p/bittorrent-5.0.7

# emerge --info
Portage 2.1.2.2 (default-linux/x86/2007.0/server, gcc-4.1.1, glibc-2.5-r2, 2.6.20.7 i686 ...
  • Jump to post
by bassvandijk
Sat Oct 15, 2005 12:13 pm
Forum: Portage & Programming
Topic: Always "Caching service dependencies ..."
Replies: 5
Views: 1205

labba wrote:Have you ever solved this?...
Unfortunately not.
  • Jump to post
by bassvandijk
Wed Oct 12, 2005 11:59 am
Forum: Desktop Environments
Topic: nVidia driver and kernel 2.6.13 problems [SOLVED]
Replies: 5
Views: 1655

With nvidia-kernel-1.0.7676 xorg will successfully initialize the nvidia module.

H4wk, what udev kernel parameter are you refering to? I can't find it in the udev guide.
  • Jump to post
by bassvandijk
Wed Oct 12, 2005 7:04 am
Forum: Desktop Environments
Topic: nVidia driver and kernel 2.6.13 problems [SOLVED]
Replies: 5
Views: 1655

I have the exact same problem.

I'm using the stable nvidia-kernel-1.0.6629-r4. After upgrading to gentoo-sources-2.6.13-r3, xorg gave the error: "Failed to initialize the NVIDIA kernel module". Note that the nvidia module was loaded.

First I'm going to try upgrading to the masked nvidia-kernel-1.0 ...
  • Jump to post
by bassvandijk
Sun Sep 25, 2005 10:20 am
Forum: Networking & Security
Topic: Mounting NFS server only works after restarting NFS?
Replies: 2
Views: 1042

Thanks for the reply.

/etc/init.d/nfs is not running on my client. In fact I don't even emerged nfs-utils.

But I don't know why I need it because AFAIK the kernel provides nfs support. Also note that it works without the nfs-service only not the first time.
  • Jump to post
by bassvandijk
Sat Sep 24, 2005 5:34 pm
Forum: Networking & Security
Topic: Mounting NFS server only works after restarting NFS?
Replies: 2
Views: 1042

Mounting NFS server only works after restarting NFS?

Hi,

If I try to mount my NFS server I get a permission error. When I restart the NFS service on the server and then restart netmount on the client it suddenly works. What can explain this unexpected behaviour?

Thanks.

(I don't know what other information I need to inlcude with this topic so just ...
  • Jump to post
by bassvandijk
Tue Sep 06, 2005 3:33 pm
Forum: Networking & Security
Topic: [SOLVED] Mounting NFS failed because of permission problem.
Replies: 1
Views: 1731

I solved it.

I needed to add my clients to /etc/hosts.allow.

cat /etc/hosts.allow portmap: 192.168.0.0/255.255.255.0
lockd: 192.168.0.0/255.255.255.0
rquotad: 192.168.0.0/255.255.255.0
mountd: 192.168.0.0/255.255.255.0
statd: 192.168.0.0/255.255.255.0
cat /etc/hosts.deny portmap:ALL
lockd:ALL ...
  • Jump to post
by bassvandijk
Mon Sep 05, 2005 9:00 am
Forum: Networking & Security
Topic: [SOLVED] Mounting NFS failed because of permission problem.
Replies: 1
Views: 1731

[SOLVED] Mounting NFS failed because of permission problem.

When I try to mount my NFS server I get the following error:
mount /home/data
mount: tooslow:/home/data failed, reason given by server: Permission denied

Following is relevant info on my systems:

SERVER (tooslow): The server tooslow functions as my:
- firewall between the LAN and Internet ...
  • Jump to post
by bassvandijk
Tue Aug 30, 2005 12:15 pm
Forum: Networking & Security
Topic: [SOLVED] HOWTO add routes using /etc/conf.d/net
Replies: 15
Views: 3850

...You could manually delete it in a postup() function though.

Great tip! It works now with this /etc/conf.d/net: # eth0 = LAN
# eth1 = Internet

config_eth0=("192.168.0.1 netmask 255.255.255.0 broadcast 192.168.0.255")

config_eth1="dhcp"
dhcpcd_eth1="-R -h CP179741-A"

routes_eth1=( "84.29.178 ...
  • Jump to post
by bassvandijk
Tue Aug 30, 2005 11:53 am
Forum: Networking & Security
Topic: [SOLVED] HOWTO add routes using /etc/conf.d/net
Replies: 15
Views: 3850

I was thinking,
who adds all those routes? Well obviously it's dhcpcd, so lets disable that by adding -G to dhcpcd:

man dhcpcd ...
-G [gateway]
Prevents dhcpcd from installing default routes provided by DHCP server. If optional gateway ip address parameter is supplied then use it for default route ...
  • Jump to post
by bassvandijk
Tue Aug 30, 2005 10:43 am
Forum: Networking & Security
Topic: [SOLVED] HOWTO add routes using /etc/conf.d/net
Replies: 15
Views: 3850

I just figured out (by looking at the net.lo source) that I need to specify it as: routes_eth1=( "84.29.178.0/23 via 84.29.178.1" )

However, now my routing table is: Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
84.29 ...
  • Jump to post
by bassvandijk
Tue Aug 30, 2005 10:28 am
Forum: Networking & Security
Topic: [SOLVED] HOWTO add routes using /etc/conf.d/net
Replies: 15
Views: 3850

I've just tested your config and it works with baselayout-1.12.0_pre6-r3
I just emerged the masked baselayout-1.12.0_pre6-r3 (and dhcpcd-2.0.0 because baselayout gives an error when using a lower version).
/etc/init.d/net.eth1 restart
* Caching service dependencies ... [ ok ]
* Stopping eth1 ...
  • Jump to post
by bassvandijk
Mon Aug 29, 2005 3:39 pm
Forum: Portage & Programming
Topic: Always "Caching service dependencies ..."
Replies: 5
Views: 1205

It's the way the script is written.

You can apply the change in http://forums.gentoo.org/viewtopic-t-231170.html ([HOWTO] Flying with gentoo) to make modules-update (what this message represents) only happen when necessary. I applied it to my system months ago with no problems.

I'm not talking ...
  • Jump to post
by bassvandijk
Mon Aug 29, 2005 3:25 pm
Forum: Networking & Security
Topic: [SOLVED] HOWTO add routes using /etc/conf.d/net
Replies: 15
Views: 3850

Wait, what exactly are you trying to accomplish?...

I need to communicate (HTTP/FTP/Whatever) with a host that's on the same network as I am. My ISP ( @Home ) blockes all connections between hosts that are on the same @Home network (They say this is for security reasons, which I understand). If I ...
  • Jump to post
by bassvandijk
Mon Aug 29, 2005 2:59 pm
Forum: Portage & Programming
Topic: Always "Caching service dependencies ..."
Replies: 5
Views: 1205

Always "Caching service dependencies ..."

Whenever I start an init.d script I always get:

Code: Select all

* Caching service dependencies ...     [ ok ]
Why is that?
  • Jump to post
by bassvandijk
Mon Aug 29, 2005 2:51 pm
Forum: Networking & Security
Topic: [SOLVED] HOWTO add routes using /etc/conf.d/net
Replies: 15
Views: 3850

I'd try this in your /etc/conf.d/net:



routes_eth1=( "84.29.178.0 netmask 255.255.254.0 via 84.29.178.1" )


Unfortunately that didn't work.

This is my /etc/conf.d/net # eth0 = LAN
# eth1 = Internet

config_eth0=("192.168.0.1 netmask 255.255.255.0 broadcast 192.168.0.255")

config_eth1="dhcp ...
  • Jump to post
by bassvandijk
Mon Aug 29, 2005 1:36 pm
Forum: Networking & Security
Topic: [SOLVED] HOWTO add routes using /etc/conf.d/net
Replies: 15
Views: 3850

Re: HOWTO add routes using /etc/conf.d/net

...
I'm not sure what the format for /etc/conf.d/net is but you can add


route add -net 84.29.178.0 netmask 255.255.254.0 gw 84.29.178.1

to /etc/conf.d/local.star

I know, but I would like to have my network settings in one place.

...
note the 23 bit subnet (.254.0) which allows for both of ...
  • Jump to post
by bassvandijk
Mon Aug 29, 2005 10:52 am
Forum: Networking & Security
Topic: [SOLVED] HOWTO add routes using /etc/conf.d/net
Replies: 15
Views: 3850

[SOLVED] HOWTO add routes using /etc/conf.d/net

I would like to add the following routes using the /etc/conf.d/net file:
route add -net 84.29.178.0 netmask 255.255.255.0 gw 84.29.178.1
route add -net 84.29.179.0 netmask 255.255.255.0 gw 84.29.178.1
I tried the follwing:

/etc/conf.d/net
...
routes_eth1=( "84.29.178.0 netmask 255.255.255.0 gw ...
  • Jump to post
by bassvandijk
Wed Aug 24, 2005 4:43 pm
Forum: Kernel & Hardware
Topic: Server to slow for Gentoo?
Replies: 8
Views: 2771

nephros wrote:You wouldn't have ISA Network card(s) in the box?
No, I fortunately have PCI NICs. Thanks for the advice dough.
  • Jump to post
by bassvandijk
Wed Aug 24, 2005 11:59 am
Forum: Kernel & Hardware
Topic: Server to slow for Gentoo?
Replies: 8
Views: 2771

Yes DMA is enabled:

hdparm /dev/hda
/dev/hda:
multcount = 16 (on)
IO_support = 0 (default 16-bit)
unmaskirq = 0 (off)
using_dma = 1 (on)
keepsettings = 0 (off)
readonly = 0 (off)
readahead = 256 (on)
geometry = 13328/15/63, sectors = 6448619520, start = 0

I checked my internet speed this ...
  • Jump to post
by bassvandijk
Wed Aug 24, 2005 12:09 am
Forum: Kernel & Hardware
Topic: Server to slow for Gentoo?
Replies: 8
Views: 2771

Server to slow for Gentoo?

Hi guys,

I received an old computer (Pentium 166Mhz., 32MB RAM, 6GB HD) from my girlfriend and I managed to put Gentoo on it.

Right now the server runs smoothly and is happy serving a little website (also indirectly reachable through www.verguldeventuri.tk ).

The server also functions as a ...
  • Jump to post
by bassvandijk
Mon Aug 22, 2005 6:20 pm
Forum: Networking & Security
Topic: rar password cracker?
Replies: 8
Views: 4418

BUMP

Are there any RAR password crackers for Linux?
  • Jump to post
by bassvandijk
Mon Aug 08, 2005 9:35 am
Forum: Portage & Programming
Topic: ERROR: pam_cracklib have dependencies in /usr
Replies: 3
Views: 1106

BUMP

Does anybody know how to solve this?
  • Jump to post
by bassvandijk
Sun Jul 17, 2005 11:52 am
Forum: Installing Gentoo
Topic: n00b question: What CHOST?
Replies: 3
Views: 1364

Thanks nixnut, I will go for that.
  • Jump to post
by bassvandijk
Sun Jul 17, 2005 11:19 am
Forum: Installing Gentoo
Topic: n00b question: What CHOST?
Replies: 3
Views: 1364

n00b question: What CHOST?

I'm installing Gentoo Linux on a Pentium 166 Mhz. :-)

I was wondering what to choose for the CHOST and CFLAGS variable.
Do I need i586 or pentium-mmx?

make.conf ...
# CPU types supported in gcc-3.2 and higher: athlon-xp, athlon-mp,
# athlon-tbird, athlon, k6, k6-2, k6-3, i386, i486, i586 (Pentium ...
  • Jump to post

Search found 306 matches
  • Page 1 of 13
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 13
  • 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