Re: is fetch broken?

2000-08-01 Thread Dag-Erling Smorgrav
Please provide revision numbers or checkout dates for working / non-working versions. If at all possible, rebuild libfetch with DEBUG defined (see instructions below) and mail me the output of failed transfers. # cd /usr/src/lib/libfetch && \ make cleandir && \ make obj && \ make dep

Re: SSH in 4.1 RELEASE for NonUS users

2000-08-01 Thread Oliver Fromme
In list.freebsd-stable Mark Ibell <[EMAIL PROTECTED]> wrote: > The only real option (at least for international users) seems to be to do a > 'make world' with USA_RESIDENT=NO. Or install from one of the international servers that build the releases themselves with USA_RESIDENT=NO, including:

Re: telnet connection refused from IP outside subnet

2000-08-01 Thread plamendp
> >In that case it should log failure using the auth service...Try creating >the file /var/log/auth.log and adding a line into /etc/syslog.conf: > Actualy, I don't have 'login failers'. I just can't connect! "Connection refused", not login failer! I do not get login prompt at all! I even do not

telnet connection refused from IP outside subnet

2000-08-01 Thread plamendp
Given this example IPs: My Home PC: 193.68.31.27 /dynamic IP from ISP, dial-up/ My Server: 193.68.22.2 I can telnet /and pop3 server is ok, popper/ Now, with this: My Home PC: 212.50.35.2 /dynamic IP from another ISP, dial-up/ My Server: 193.68.22.2 I CAN NOT telnet /pop3 server connection r

Re: disk partition limits

2000-08-01 Thread Chris BeHanna
"Sergey A. Ivanov" wrote: > Hello Gregory, > Tuesday, August 01, 2000, 11:25:28 AM, you wrote: > > >> Are there any limits for size/quantity of partitions at freebsd > >> slice? > > GB> 4 slices per disk, 8 partitions per slice (by convention, partition "c" covers > GB> the whole disk so usuall

Re: make installworld fails to rm: /sys (not permited)

2000-08-01 Thread Mark Ibell
- Original Message - From: net admin <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 30, 2000 11:27 AM Subject: make installworld fails to rm: /sys (not permited) > Hi Folks; > I am trying to make installworld and I get error: > > cd /; rm -f /sys; ln -s /usr/src/sys sys

Re: make world fails

2000-08-01 Thread Chris BeHanna
Doug Barton wrote: > Signals 10 and 11 are almost always hardware. Not in my experience. Signal 11 is usually the result of attempting to dereference a NULL pointer. Signal 10 is usually the result of attempting to dereference a pointer that contains a garbage address. At leas

Re: PPPoE

2000-08-01 Thread Chris BeHanna
Ted Sikora wrote: > Recently my cable service > reduced the bandwidth. Now upstreams average 16k and downstream 400k. > There has to be something better. Several users on my node (all > BSD/Linux users) have been enjoying our own little private network with > speeds up to 900k both ways.(600k ave

Re: General update methodology question

2000-08-01 Thread Chris BeHanna
Gregory Bond wrote: > > 4) As time progresses, cvs up from my local mirror, build and > >install. BUT, prior to doing that, tag my local copy > >(e.g., "WORKS_7-26-2000"). The idea here is that if someone > >does a hasty commit, and I suffer for it, I can easily get

Re[2]: disk partition limits

2000-08-01 Thread Sergey A. Ivanov
Hello Gregory, Tuesday, August 01, 2000, 11:25:28 AM, you wrote: >> Are there any limits for size/quantity of partitions at freebsd >> slice? GB> 4 slices per disk, 8 partitions per slice (by convention, partition "c" covers GB> the whole disk so usually only 7 usable partitions). GB> AFAIK