Re: Should URL's be pervasive.

2001-08-30 Thread Raymond Wiker
Leo Bicknell writes: > On Fri, Aug 31, 2001 at 10:36:44AM +1000, Greg Black wrote: > > Why not do it the Unix way? Create a new application, e.g., > > url(1), to parse the URLs and use it like so: > > Sometimes the solution is so obvious. :-) Well, part of it. I'm > thinking it's worth c

Re: Should URL's be pervasive.

2001-08-30 Thread Mike Meyer
Greg Black <[EMAIL PROTECTED]> types: > | On Fri, Aug 31, 2001 at 10:36:44AM +1000, Greg Black wrote: > | > Why not do it the Unix way? Create a new application, e.g., > | > url(1), to parse the URLs and use it like so: > | Sometimes the solution is so obvious. :-) Well, part of it. I'm > | thi

Re: SLOW ftp transfers one way

2001-08-30 Thread Mike Silbersack
On Thu, 30 Aug 2001, Hans Christensen wrote: > Here is where it gets weird. If I ftp into one of my boxes at Site A > across the WAN (in this case from a colocation facility) and put a large > file onto my server in Site A, I get speeds of about 10KB/s. This may > fluctuate from 4KB/s to 16K

Re: Should URL's be pervasive.

2001-08-30 Thread Greg Black
Leo Bicknell wrote: | On Fri, Aug 31, 2001 at 10:36:44AM +1000, Greg Black wrote: | > Why not do it the Unix way? Create a new application, e.g., | > url(1), to parse the URLs and use it like so: | | Sometimes the solution is so obvious. :-) Well, part of it. I'm | thinking it's worth creatin

Re: FreeBSD and Athlon Processors

2001-08-30 Thread Erik Greenwald
> Yeah. As long as you avoid motherboards with the VIA KT133A/KT133 > chipset and the VIA 686B Southbridge, you're probably fine (not all such > motherboards supposedly have problems, but how do you tell the > difference?). For more info, check out: I'm using both of those (iwill kk266)

Scripts to Ease Account deactivation/reactivation administration. I hacked these scripts up for an ISP I used to work at.

2001-08-30 Thread David Nagrosst
Scripts to Ease Account deactivation/reactivation. I hacked these scripts up for an ISP I used to work at. Just thought I would pass the scripts on, just in case someone else needed an easy way to deactivate and reactivate accounts, typically you would do this when users did not pay there bills.

SLOW ftp transfers one way

2001-08-30 Thread Hans Christensen
    I have recently redefined a problem which has been plaguing me for closeto a year now. I have several FBSD boxes at a site fed by a Sprint T1 (SiteA). Each of these boxes is capable of ftp'ing to each other on the samesubnet at speeds approaching the limits of the disk subsystem. In shor

Re: Should URL's be pervasive.

2001-08-30 Thread Leo Bicknell
On Fri, Aug 31, 2001 at 10:36:44AM +1000, Greg Black wrote: > Why not do it the Unix way? Create a new application, e.g., > url(1), to parse the URLs and use it like so: Sometimes the solution is so obvious. :-) Well, part of it. I'm thinking it's worth creating liburl, with parse routines, an

Re: Should URL's be pervasive.

2001-08-30 Thread Greg Black
Leo Bicknell wrote: | I ran into a pair of all too common annoyances this morning that | got me thinking. Via the magic of cut and paste I ended up with | the following two sorts of command lines: | | mutt mailto:[EMAIL PROTECTED] | traceroute http://www.ufp.org/ | | These of course come from t

Re: Should URL's be pervasive.

2001-08-30 Thread Steve Roome
On Thu, Aug 30, 2001 at 11:17:08AM -0400, Keith Stevenson wrote: > Ick. If I wanted this kind of integration I would run Windows, KDE, or GNOME > instead of my nice, stable, predictable, lightweight desktop environment. This entire email is very IMHO Why? a URI is by name a "Uniform Resource Loc

Re: Clock speedup on 4.X FreeBSD SMP and serverworks chipset

2001-08-30 Thread Tor . Egge
> --- sys/i386/isa/clock.cThu Aug 30 17:01:31 2001 > +++ sys/i386/isa/clock.c.newThu Aug 30 17:01:29 2001 > @@ -1203,7 +1203,7 @@ > high = inb(TIMER_CNTR0); > count = timer0_max_count - ((high << 8) | low); > if (count < i8254_lastcount || > - (!i8254

Re: Should URL's be pervasive.

2001-08-30 Thread .
Laurence Berland writes: > Optimally, you could write a urlsh or something, and leave everyone else > alone. The shell could do substitutions on URLs just like they do on > wildcards etc, and the applications would not need to be rewritten, plus > you wouldn't add bloat to those of us who don't w

Re: Should URL's be pervasive.

2001-08-30 Thread .
Ceri writes: > On Thu, Aug 30, 2001 at 05:27:00PM +0200, Raymond Wiker said: > > Ceri writes: > > > On Thu, Aug 30, 2001 at 11:10:18AM -0400, Leo Bicknell said: > > > > > > > > I ran into a pair of all too common annoyances this morning that > > > > got me thinking. Via the magic of cut and

Re: memory + apache

2001-08-30 Thread Dan
I will give it a try. touch /var/account/acct accton how long does it take for anything to get written to that file? As far as fork storms, I did noticed 1. I had the junior admin write a script to restart apache if LA got to high doing a truss on the pid i did noticed mad processes and his

Re: Undefined symbol "_ZTVN10__cxxabiv117__class_type_infoE"

2001-08-30 Thread David O'Brien
PLEASE properly configure your editor to 80 column lines. I see you use Mutt -- I know this can be done. On Thu, Aug 23, 2001 at 09:33:39PM -0400, Benjamin Gross wrote: > I'm trying to run a prg written in c++ (gcc v3.0) that was successfully > compiled and linked on a FreeBSD 4.4 system. I re

Re: TCSH bug...

2001-08-30 Thread David O'Brien
On Tue, Aug 28, 2001 at 08:36:28PM -0700, Kris Kennaway wrote: > Export a copy of the current tcsh code from contrib/tcsh, apply the > patch, and vendor import the entire thing with an appropriate tag (tag > style varies by contributed package, but I usually use something like > PKGNAME_x_y_2001_0

Re: Should URL's be pervasive.

2001-08-30 Thread Karsten W. Rohrbach
Leo Bicknell([EMAIL PROTECTED])@2001.08.30 11:10:18 +: > > I ran into a pair of all too common annoyances this morning that > got me thinking. Via the magic of cut and paste I ended up with > the following two sorts of command lines: > > mutt mailto:[EMAIL PROTECTED] > traceroute http://www

Re: memory + apache

2001-08-30 Thread Karsten W. Rohrbach
Dan([EMAIL PROTECTED])@2001.08.30 09:06:44 +: > > Yeah that is what I am thinking to. My guess is some large array allocated > in the php code maybe or a sql query taking to long to finish eating up > all the ram. That is kind of interesting to know. I would think the configure php with --en

Re: memory + apache

2001-08-30 Thread mark tinguely
> Yeah that is what I am thinking to. My guess is some large array allocated > in the php code maybe or a sql query taking to long to finish eating up > all the ram. That is kind of interesting to know. you said that the CPU usage spikes also at the time of the memory depletion? I wonder if y

Re: memory + apache

2001-08-30 Thread Dan
Yeah that is what I am thinking to. My guess is some large array allocated in the php code maybe or a sql query taking to long to finish eating up all the ram. That is kind of interesting to know. I would think the backstore would maybe be moved back to the paging system after the memory is free

Re: Should URL's be pervasive.

2001-08-30 Thread Laurence Berland
Optimally, you could write a urlsh or something, and leave everyone else alone. The shell could do substitutions on URLs just like they do on wildcards etc, and the applications would not need to be rewritten, plus you wouldn't add bloat to those of us who don't want this in the system... Lauren

Re: Should URL's be pervasive.

2001-08-30 Thread Ceri
On Thu, Aug 30, 2001 at 05:27:00PM +0200, Raymond Wiker said: > Ceri writes: > > On Thu, Aug 30, 2001 at 11:10:18AM -0400, Leo Bicknell said: > > > > > > I ran into a pair of all too common annoyances this morning that > > > got me thinking. Via the magic of cut and paste I ended up with >

Re: Should URL's be pervasive.

2001-08-30 Thread Raymond Wiker
Ceri writes: > On Thu, Aug 30, 2001 at 11:10:18AM -0400, Leo Bicknell said: > > > > I ran into a pair of all too common annoyances this morning that > > got me thinking. Via the magic of cut and paste I ended up with > > the following two sorts of command lines: > > > > mutt mailto:[EMAI

Re: Should URL's be pervasive.

2001-08-30 Thread Keith Stevenson
On Thu, Aug 30, 2001 at 11:10:18AM -0400, Leo Bicknell wrote: > > I ran into a pair of all too common annoyances this morning that > got me thinking. Via the magic of cut and paste I ended up with > the following two sorts of command lines: > > mutt mailto:[EMAIL PROTECTED] > traceroute http://

Re: Should URL's be pervasive.

2001-08-30 Thread Ceri
On Thu, Aug 30, 2001 at 11:10:18AM -0400, Leo Bicknell said: > > I ran into a pair of all too common annoyances this morning that > got me thinking. Via the magic of cut and paste I ended up with > the following two sorts of command lines: > > mutt mailto:[EMAIL PROTECTED] > traceroute http://w

Should URL's be pervasive.

2001-08-30 Thread Leo Bicknell
I ran into a pair of all too common annoyances this morning that got me thinking. Via the magic of cut and paste I ended up with the following two sorts of command lines: mutt mailto:[EMAIL PROTECTED] traceroute http://www.ufp.org/ These of course come from the 'copy link location' available i

Re: Clock speedup on 4.X FreeBSD SMP and serverworks chipset

2001-08-30 Thread Martin Blapp
Hi, Together with Thomas Moestel, I have found that the following patch seems to solve the gettimeofday() problem and stops the time drift: --- sys/i386/isa/clock.cThu Aug 30 17:01:31 2001 +++ sys/i386/isa/clock.c.newThu Aug 30 17:01:29 2001 @@ -1203,7 +1203,7 @@ high = inb(

Re: Clock speedup on 4.X FreeBSD SMP and serverworks chipset

2001-08-30 Thread Bruce Evans
On Thu, 30 Aug 2001, Martin Blapp wrote: > Searching the freebsd mailinglists I have seen that you also suffering > under this problem on 4.X. STABLE: I now remember your old mail about this. I (implicitly) suggested a fix, but apparently no one tried it: > On Thu, 21 Jun 2001, Martin Blapp wr

Re: memory + apache

2001-08-30 Thread mark tinguely
Once a page gets backed into swap backstore, it will remain until the application exits. The page may be brought back to physical memory and be used from physical memory. It was decided back in the early days that it was not worth the effort to remove the page from backstore until the program exit

[Fwd: Help me regarding IP forwarding]

2001-08-30 Thread Sridhar M
hi while i am working on FreeBSD5.0, my system has configured with two ethernet cards which was i need. and my system ethernet cards configuration are fxp0 : ip : 10.1.6.160/24 fxp1: ip 10.1.6.161/24 default gateway : ip : 10.1.6.1 gateway and routed was enabled . i am able to ping locally

Re: Clock speedup on 4.X FreeBSD SMP and serverworks chipset

2001-08-30 Thread Bsdguru
In a message dated 8/30/01 7:44:23 AM Eastern Daylight Time, [EMAIL PROTECTED] writes: > Searching the freebsd mailinglists I have seen that you also suffering > under this problem on 4.X. STABLE: > > I have isolated the problem to be due reading the time with microtime() > > Execute this

Re: OpenSSH + Kerberos 5 + PAM

2001-08-30 Thread Jacques A. Vidrine
On Wed, Aug 29, 2001 at 11:37:18PM -0500, Jim Bryant wrote: > I'm not that current on krb5, but I do have to ask if the CERT issues > have been resolved? My info on this is a little old, but I recall > CERT advisories last year on serious vulnerabilities in krb5 at the > time, it would be nice to

Clock speedup on 4.X FreeBSD SMP and serverworks chipset

2001-08-30 Thread Martin Blapp
Hi, Searching the freebsd mailinglists I have seen that you also suffering under this problem on 4.X. STABLE: I have isolated the problem to be due reading the time with microtime() Execute this programm: #include #include #include int main(void) { for(;;) { struct