Re: How many files can I put in one diretory?

2000-06-22 Thread Daniel O'Connor
On 23-Jun-00 Nicole Harrington. wrote: > I dunno.. whats a "binary Blob"? I chunk of binary data you can put in a DB. Like an image, or an mpeg, or a sound file.. AFAIK postgres supports BLOBS. > Also would'nt this make the DB HUGE Yep :) --- Daniel O'Connor software and network enginee

Re: How many files can I put in one diretory?

2000-06-22 Thread Nicole Harrington.
On 23-Jun-00 Daniel O'Connor wrote: > > On 23-Jun-00 Nicole Harrington. wrote: >> > Yeah.. This is why databases where invented :) >> Hey I agree... However even if the html was databased.. (working on that >> now) >> the custom graphics cannot be. (yet) > > Hmm.. can't you do binary blobs

Re: How many files can I put in one diretory?

2000-06-22 Thread Daniel O'Connor
On 23-Jun-00 Nicole Harrington. wrote: > > Yeah.. This is why databases where invented :) > Hey I agree... However even if the html was databased.. (working on that > now) > the custom graphics cannot be. (yet) Hmm.. can't you do binary blobs in a DB and change the image URL's to be cgi requ

Re: How many files can I put in one diretory?

2000-06-22 Thread Nicole Harrington.
On 22-Jun-00 Daniel O'Connor wrote: > > On 22-Jun-00 Luigi Rizzo wrote: >> that sounds insane! Because a name is a name, why dont they call >> those files xx/yy/zz/tt.html and the like, to get down to a more >> reasonable # of files per directory. >> >> Or use a single file and a cgi which

Re: How many files can I put in one diretory?

2000-06-22 Thread Nicole Harrington.
On 22-Jun-00 Luigi Rizzo wrote: >> >> Hello >> I have a user who needs to store a large amount of small html files. Like >> around 2 million... > > that sounds insane! Because a name is a name, why dont they call > those files xx/yy/zz/tt.html and the like, to get down to a more > reasonable

ssh2 daemon is ignoring "ignorenologin"

2000-06-22 Thread James Halstead
I have a system whih a user that is in a login class with the ignorenologin setting on. when I have /var/run/nologin created, the sshd refuses this user everytime, telnet works fine. I just wondered why this is. It is just kind of an annoyance for me but I almost locked myself out from a system I

Re: Passing values between shell-variables

2000-06-22 Thread Dan Nelson
In the last episode (Jun 22), gerald stoller said: > I want to take an integer value from one shell-variable and pass > a modified value to another shell-variable. First I tried setint_v > (after using local to get tbl structures for the two shell-variables) > and second I tried various form

Re: .core file reporting in daily report

2000-06-22 Thread Michael Lucas
> > Wonderful. I am about to steal the scripts to install on a bunch of Red > Hat systems. Why is it when FreeBSD has something really nice like this > to make the sysadmin's life easier, Linux ignores it? > It's called "Not Invented Here", and at times we're just as guilty as anyone. Of cou

Passing values between shell-variables

2000-06-22 Thread gerald stoller
I want to take an integer value from one shell-variable and pass a modified value to another shell-variable. First I tried setint_v (after using local to get tbl structures for the two shell-variables) and second I tried various forms of the var.c functions intval & setint .

Re: .core file reporting in daily report

2000-06-22 Thread James Howard
In message <[EMAIL PROTECTED]>, Brian Somers writes: > > I was trying to figureout how the periodic scripts were run when I > > noticed that cron had coredumped back in October and left a core file in > > /var/run/cron. I got to thinking, it would be nice if the daily scripts > > would report whe

Re: .core file reporting in daily report

2000-06-22 Thread Brian Somers
> I was trying to figureout how the periodic scripts were run when I > noticed that cron had coredumped back in October and left a core file in > /var/run/cron. I got to thinking, it would be nice if the daily scripts > would report when core files are found so they can be cleaned up. I'm about

.core file reporting in daily report

2000-06-22 Thread James Howard
I was trying to figureout how the periodic scripts were run when I noticed that cron had coredumped back in October and left a core file in /var/run/cron. I got to thinking, it would be nice if the daily scripts would report when core files are found so they can be cleaned up. Jamie To Unsubsc

Re: Problem with Adaptec scsi card

2000-06-22 Thread Doug White
On Thu, 22 Jun 2000, Juan Lorenzana wrote: > We have an onboard SCSI controller which we use to talk to the local disk. We > have installed two Adaptec 2940U2W as well. One that talks directly to the RAID > and another that talks to a tape device. When we run in this configuration, we > get th

Re: buildworld summary

2000-06-22 Thread Tony Finch
>>> A few months ago someone posted a script that summarizes make >>> buildworld as it progresses. I've searched the ports and the mailing >>> lists but I can't find it any more :-( so I'd be grateful if someone >>> would tell me. Thanks. >> >> It was phk (cc'd), and yes, it seems to have evapora

Problem with Adaptec scsi card

2000-06-22 Thread Juan Lorenzana
Team, I have an urgent problem. We have built a telephony product that uses a RAID. We are running a Pentium II 450 Mhz machine running FreeBSD 2.2.8. We purchased a middleware from a Swedish company and they only support 2.2.8. Their roadmap includes a port to Solaris and the 3.0 branch of Fre

Re: How many files can I put in one diretory?

2000-06-22 Thread Adrian Chadd
On Thu, Jun 22, 2000, Don Lewis wrote: > On Jun 22, 5:11pm, "Daniel O'Connor" wrote: > } Subject: Re: How many files can I put in one diretory? > } > } On 22-Jun-00 Luigi Rizzo wrote: > } > that sounds insane! Because a name is a name, why dont they call > } > those files xx/yy/zz/tt.html and

Re: How many files can I put in one diretory?

2000-06-22 Thread Robert Watson
On Thu, 22 Jun 2000, Daniel O'Connor wrote: > On 22-Jun-00 Luigi Rizzo wrote: > > that sounds insane! Because a name is a name, why dont they call > > those files xx/yy/zz/tt.html and the like, to get down to a more > > reasonable # of files per directory. > > > > Or use a single file and a

Re: How many files can I put in one diretory?

2000-06-22 Thread Arun Sharma
On Wed, 21 Jun 2000 23:42:37 -0700 (PDT), Nicole Harrington. <[EMAIL PROTECTED]> wrote: > > Hello > I have a user who needs to store a large amount of small html files. Like > around 2 million... > > Assuming FreeBSD 4.0-Stable with Soft Updates, what is a sane number that can > be handled p

Re: buildworld summary

2000-06-22 Thread Brian Somers
> Brian Somers wrote: > > >> A few months ago someone posted a script that summarizes make > >> buildworld as it progresses. I've searched the ports and the mailing > >> lists but I can't find it any more :-( so I'd be grateful if someone > >> would tell me. Thanks. > >=20 > > It was phk (cc'd),

Re: buildworld summary

2000-06-22 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Ben Smithurs t writes: >>> A few months ago someone posted a script that summarizes make >>> buildworld as it progresses. I've searched the ports and the mailing >>> lists but I can't find it any more :-( so I'd be grateful if someone >>> would tell me. Thanks. >>=

Re: buildworld summary

2000-06-22 Thread Ben Smithurst
Brian Somers wrote: >> A few months ago someone posted a script that summarizes make >> buildworld as it progresses. I've searched the ports and the mailing >> lists but I can't find it any more :-( so I'd be grateful if someone >> would tell me. Thanks. > > It was phk (cc'd), and yes, it seems

RE: CVSUP and hardware problem

2000-06-22 Thread FENIX
I'm glad to hear that i'm not the only one with this problem, but unfortunatley i don't have any more PCI cards, and i need to have the second subnet up by the end of this week. Is it possoble that there is some kind of bug in the new source ? i will run cvsup again today (it takes me about 10 ho

Re: libnsl and libdl not found.

2000-06-22 Thread Chris D. Faulhaber
On Thu, 22 Jun 2000, Bageshri Kundu wrote: > Hi, > > I am porting some MPLS conformance tester code from Linux to Free BSD > which needs libnsl & libdl to be linked in. When I do a make, I get the > error saying that these 2 files are not found and nor do they seem to be > present in the machine

libnsl and libdl not found.

2000-06-22 Thread Bageshri Kundu
Hi, I am porting some MPLS conformance tester code from Linux to Free BSD which needs libnsl & libdl to be linked in. When I do a make, I get the error saying that these 2 files are not found and nor do they seem to be present in the machine. Doesn't FreeBSD come with these libraries? Otherwise i

Re: libnsl and libdl not found.

2000-06-22 Thread Andrew Kenneth Milton
+[ Bageshri Kundu ]- | Hi, | | I am porting some MPLS conformance tester code from Linux to Free BSD | which needs libnsl & libdl to be linked in. When I do a make, I get the | error saying that these 2 files are not found and nor do they seem to be

Re: buildworld summary

2000-06-22 Thread Matt Loschert
On Thu, 22 Jun 2000, Tony Finch wrote: > A few months ago someone posted a script that summarizes make > buildworld as it progresses. I've searched the ports and the mailing > lists but I can't find it any more :-( so I'd be grateful if someone > would tell me. Thanks. > > Tony. > -- > f.a.n.fi

Re: buildworld summary

2000-06-22 Thread Brian Somers
> A few months ago someone posted a script that summarizes make > buildworld as it progresses. I've searched the ports and the mailing > lists but I can't find it any more :-( so I'd be grateful if someone > would tell me. Thanks. It was phk (cc'd), and yes, it seems to have evaporated. > Tony.

Re: How many files can I put in one diretory?

2000-06-22 Thread Kris Kirby
On Thu, 22 Jun 2000, Don Lewis wrote: > other ways of quickly finding the desired directory entry. Even so, > you probably still would want to avoid doing an "ls" or an "echo *" ;-) Heh. I once wrote a program that made 1K files until it ran out of disk space. It took the 386DX-40 about two days

Re: How many files can I put in one diretory?

2000-06-22 Thread Adrian Filipi-Martin
On Wed, 21 Jun 2000, Nicole Harrington. wrote: > > Hello > I have a user who needs to store a large amount of small html files. Like > around 2 million... > > Assuming FreeBSD 4.0-Stable with Soft Updates, what is a sane number that can > be handled per directory? Softupdates doesn'

Re: How many files can I put in one diretory?

2000-06-22 Thread Don Lewis
On Jun 22, 5:11pm, "Daniel O'Connor" wrote: } Subject: Re: How many files can I put in one diretory? } } On 22-Jun-00 Luigi Rizzo wrote: } > that sounds insane! Because a name is a name, why dont they call } > those files xx/yy/zz/tt.html and the like, to get down to a more } > reasonable # o

Re: How many files can I put in one diretory?

2000-06-22 Thread Daniel O'Connor
On 22-Jun-00 Luigi Rizzo wrote: > that sounds insane! Because a name is a name, why dont they call > those files xx/yy/zz/tt.html and the like, to get down to a more > reasonable # of files per directory. > > Or use a single file and a cgi which extracts things from the right place. > In s

Re: How many files can I put in one diretory?

2000-06-22 Thread Luigi Rizzo
> > Hello > I have a user who needs to store a large amount of small html files. Like > around 2 million... that sounds insane! Because a name is a name, why dont they call those files xx/yy/zz/tt.html and the like, to get down to a more reasonable # of files per directory. Or use a single fi