Log analysis program running under apache reboots server!

2000-11-13 Thread Nicole Harrington

Greetings all.. 

  I have been trying to test an apache log analizing program called Nettracker
 (.sane.com) the program seems nice except for the fact that it keeps
 rebooting/crashing the server. This would just be labeled crappy software
 except for the fact that I am running the software as user apache and have
setup process limits in login.conf and it is still able to reboot the server.
 
  This seems like a real problem and security issue as I have setup limits in
 /etc/login.conf (see below) and the program is being run via CGI as user
 apache, yet it is still capable of rebooting the system. Seems like a nice
 hack
 to me.
 
  If anyone could check over my  login.conf settings below and make sure they
 are
 correct/ truly usefull, I would really appreciate it! Also any information on
 how this program could so easily reboot the server would be nice too.
 
   Thanks!!
 
 
Nicole
 
 System is 4.1-STABLE and has 256 Megs of memory and 4X that of swap.
 
 apacheuser:\
 :manpath=/usr/share/man /usr/X11R6/man /usr/local/man:\
 :cputime=4h:\
 :datasize=64M:\
 :stacksize=4M:\
 :filesize=infinity:\
 :memoryuse=64M:\
 :priority=0:\
:datasize-cur=32M:\
:stacksize-cur=32M:\
:coredumpsize-cur=0:\
:maxmemorysize-cur=64M:\
:memorylocked=32M:\
:maxproc=128:\
:openfiles=256:\
 :tc=standard:
 
## standard - standard user defaults
##
 standard:\
 :copyright=/etc/COPYRIGHT:\
 :welcome=/etc/motd:\
 :setenv=MAIL=/var/mail/$,BLOCKSIZE=K:\
 :path=~/bin /bin /usr/bin /usr/local/bin:\
 :manpath=/usr/share/man /usr/local/man:\
 :nologin=/var/run/nologin:\
 :cputime=1h30m:\
 :datasize=8M:\
 :stacksize=2M:\
 :memorylocked=4M:\
 :memoryuse=8M:\
 :filesize=8M:\
 :coredumpsize=8M:\
 :openfiles=24:\
 :maxproc=32:\
 :priority=0:\
 :requirehome:\
 :passwordtime=90d:\
 :umask=002:\
 :ignoretime@:\
 :tc=default:
 
 default:\
 :cputime=infinity:\
 :datasize-cur=22M:\
 :stacksize-cur=8M:\
 :memorylocked-cur=10M:\
 :memoryuse-cur=30M:\
 :filesize=infinity:\
 :coredumpsize=infinity:\
 :maxproc-cur=64:\
 :openfiles-cur=64:\
 :priority=0:\
 :requirehome@:\
 :umask=022:\
 
 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: linux expo san jose tomorrow

2000-08-14 Thread Nicole Harrington.


On 15-Aug-00 Jordan K. Hubbard wrote:
>> hey, is there gonna be a freebsd or bsd booth there tomorrow
>> in san jose for that linux expo thing?   I may go if there is
>> a bsd booth...
> 
> There will be a BSDi booth at the show.  Look for the usual black
> monolith with the daemon on it.
> 
> - Jordan

 And A BSDi BOF later in the day! see www.daemonnews.org


   Nicole


> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-hackers" in the body of the message

 
 [EMAIL PROTECTED] |\ __ /|   (`\   http://www.unixgirl.com/
 [EMAIL PROTECTED] | o_o  |__  ) )  http://www.dangermouse.org/
//  \\
---(((---(((-
 
 --  Powered by Coka-Cola and FreeBSD  --
-- Strong enough for a man - But made for a Woman --
--   OWNED?  MS: Who's Been In/Virused Your Computer Today? --

 ---
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: /tmp on a ramdisk?

2000-08-11 Thread Nicole Harrington.


On 30-Jul-00 Brian Fundakowski Feldman wrote:
> The issue is that mount_mfs is simply newfs with a catch: it
> constructs the new filesystem completely in memory and lives on as
> the storage for the mounted filesystem.  If you view the processes on
> a system using MFS, you will notice that one of them is the original
> mount_mfs, having become a daemon.
> 
> Yes, things are stored twice in memory: once in the buffer cache and
> once in the MFS process.  Yes, they are also copied multiple times.
> MFS simply can't perform as well as you might expect.  The malloc disk
> device can because it simply creates a kernel-memory backing store.
> The disadvantage here is that it's wired memory and can't get swapped
> out like mount_mfs can.
> 
> --
>  Brian Fundakowski Feldman   \  FreeBSD: The Power to Serve!  /
>  [EMAIL PROTECTED]`--'
> 
> 
 Please forgive my late reply.. Just trying to catch up..

 Given all of the above statements, why does BSD/OS (at least on 4.0 and 4.1)
want to set up tmp as a Ramdisk? I don't even think there is a way around it
during the install.


  Nicole



> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-hackers" in the body of the message

 
 [EMAIL PROTECTED] |\ __ /|   (`\   http://www.unixgirl.com/
 [EMAIL PROTECTED] | o_o  |__  ) )  http://www.dangermouse.org/
//  \\
---(((---(((-
 
 --  Powered by Coka-Cola and FreeBSD  --
-- Strong enough for a man - But made for a Woman --
--   OWNED?  MS: Who's Been In/Virused Your Computer Today? --

 ---
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



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 in a DB and change the image URL's to be cgi
> requests?
> 

 I dunno.. whats a "binary Blob"?

 Also would'nt this make the DB HUGE

   Nicole



> ---
> Daniel O'Connor software and network engineer
> for Genesis Software - http://www.gsoft.com.au
> "The nice thing about standards is that there
> are so many of them to choose from."
>   -- Andrew Tanenbaum
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-hackers" in the body of the message

 
 [EMAIL PROTECTED] |\ __ /|   (`\   http://www.unixgirl.com/
 [EMAIL PROTECTED] | o_o  |__  ) )  http://www.dangermouse.org/
//  \\
---(((---(((-
 
 --  Powered by Coka-Cola and FreeBSD  --
-- Strong enough for a man - But made for a Woman --
--   OWNED?  MS: Who's Been In/Virused Your Computer Today? --

 ---
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



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 extracts things from the right place.
>>  In such a context, i assume that the best place to do the name lookup
>>  is in the app, not in the kernel.
> 
> 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)


> FYI 4 in a directory really makes directory listings slow.. 2 million
> would suck :)
> 

 Well.. Yea. But assuming you are using Apache and requesting the page and
graphics via a fully formed URL it should be pretty high.. I would assume.


   Nicole


> ---
> Daniel O'Connor software and network engineer
> for Genesis Software - http://www.gsoft.com.au
> "The nice thing about standards is that there
> are so many of them to choose from."
>   -- Andrew Tanenbaum
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-hackers" in the body of the message

 
 [EMAIL PROTECTED] |\ __ /|   (`\   http://www.unixgirl.com/
 [EMAIL PROTECTED] | o_o  |__  ) )  http://www.dangermouse.org/
//  \\
---(((---(((-
 
 --  Powered by Coka-Cola and FreeBSD  --
-- Strong enough for a man - But made for a Woman --
--   OWNED?  MS: Who's Been In/Virused Your Computer Today? --

 ---
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



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 # of files per directory.
> 

 Well.. Yea that's the idea.. But what is a reasonable number? 10K 100K etc.

   Nicole


> Or use a single file and a cgi which extracts things from the right place.
> In such a context, i assume that the best place to do the name lookup
> is in the app, not in the kernel.
> 
>   cheers
>   luigi
> 
>>  Assuming FreeBSD 4.0-Stable with Soft Updates, what is a sane number that
>>  can
>> be handled per directory?
>> 
>> 
>>   Thanks!!
>> 
>>Nicole
>> 
>> 
>> 
>>  
>>  [EMAIL PROTECTED] |\ __ /|   (`\   http://www.unixgirl.com/
>>  [EMAIL PROTECTED] | o_o  |__  ) )  http://www.dangermouse.org/
>> //  \\
>> ---(((---(((-
>>  
>>  --  Powered by Coka-Cola and FreeBSD  --
>> -- Strong enough for a man - But made for a Woman --
>> --   OWNED?  MS: Who's Been In/Virused Your Computer Today? --
>> 
>>  
>>  ---
>>  
>> 
>> 
>> To Unsubscribe: send mail to [EMAIL PROTECTED]
>> with "unsubscribe freebsd-hackers" in the body of the message
>> 

 
 [EMAIL PROTECTED] |\ __ /|   (`\   http://www.unixgirl.com/
 [EMAIL PROTECTED] | o_o  |__  ) )  http://www.dangermouse.org/
//  \\
---(((---(((-
 
 --  Powered by Coka-Cola and FreeBSD  --
-- Strong enough for a man - But made for a Woman --
--   OWNED?  MS: Who's Been In/Virused Your Computer Today? --

 ---
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



How many files can I put in one diretory?

2000-06-21 Thread Nicole Harrington.


 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?


  Thanks!!

   Nicole



 
 [EMAIL PROTECTED] |\ __ /|   (`\   http://www.unixgirl.com/
 [EMAIL PROTECTED] | o_o  |__  ) )  http://www.dangermouse.org/
//  \\
---(((---(((-
 
 --  Powered by Coka-Cola and FreeBSD  --
-- Strong enough for a man - But made for a Woman --
--   OWNED?  MS: Who's Been In/Virused Your Computer Today? --

 ---
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



BAFUG DNS

2000-06-14 Thread Nicole Harrington.


 Is anybody on right now that has access to cdrom.com DNS servers?


  Thanks


   Nicole
   [EMAIL PROTECTED]


 
 [EMAIL PROTECTED] |\ __ /|   (`\   http://www.unixgirl.com/
 [EMAIL PROTECTED] | o_o  |__  ) )  http://www.dangermouse.org/
//  \\
---(((---(((-
 
 --  Powered by Coka-Cola and FreeBSD  --
-- Strong enough for a man - But made for a Woman --
--   OWNED?  MS: Who's Been In/Virused Your Computer Today? --

 ---
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: Comments on Athlon [motherboards] sought.. BAD ASUS Story

2000-06-09 Thread Nicole Harrington.



 Sad to say.. I have another bad experience with the NEW asus K7A MB. It will
not allow a Mylex AccellRaid 150 to break out of the bootup sequence to
be configured. :(

 Ad that to the new BIOS that won't allow keyboardless reboots :(

 These came in a RED box.

  Nicole



On 09-Jun-00 Wilko Bulte wrote:
> On Thu, Jun 08, 2000 at 08:54:28PM +0200, Wilko Bulte wrote:
>> I'm considering buying an Athlon based machine. Before shelling out the
>> $ (well, fl ) I'd like to know what experiences have with Athlon and
>> FreeBSD. And obviously which mom boards to prefer or keep away from.
> 
> Anybody using the Abit KA7? If yes, do you like it?
> 
> I appreciate the KA7 PCI/ISA combo slot instead of the useless AMR thingy
> Asys
> has on their praised K7V (mind you, I like Asus as such, excellent
> experiences with them over the years).
> 
> W/
> -- 
> Wilko Bulte   FreeBSD, the power to serve http://www.freebsd.org
>   http://www.nlfug.nl
> 
> 





 
 [EMAIL PROTECTED] |\ __ /|   (`\   http://www.unixgirl.com/
 [EMAIL PROTECTED] | o_o  |__  ) )  http://www.dangermouse.org/
//  \\
---(((---(((-
 
 --  Powered by Coka-Cola and FreeBSD  --
-- Strong enough for a man - But made for a Woman --
--   OWNED?  MS: Who's Been In/Virused Your Computer Today? --

 ---
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: Comments on Athlon [motherboards] sought..

2000-06-08 Thread Nicole Harrington.


On 08-Jun-00 Soren Schmidt wrote:
> It seems Nicole Harrington. wrote:
>> 
>> On 08-Jun-00 Wilko Bulte wrote:
>> > I'm considering buying an Athlon based machine. Before shelling out the
>> > $ (well, fl ) I'd like to know what experiences have with Athlon and
>> > FreeBSD. And obviously which mom boards to prefer or keep away from.
>> > 
>> > Thks
>> > Wilko
>> 
>>  I have good experiences so far with the Athlon stuff. However (sad to say)
>> avoid the Asus MB if you need to reboot without a keyboard attached.
> 
> What ? I have no probs whatsoever with my K7M doing that...
> 


 Hmmm.. We got these new ones in a red box.. The bios doesn't have a "ignore no
Key/mouse" :(  It is one of there newer boards.

>>  So far I like the FIC and Aopen boards.
> 
> Dont _ever_ buy FIC, there are no ends of trouble with them
> 

 So far I have had good luck with them... strangly enough.


> -Søren

 
 [EMAIL PROTECTED] |\ __ /|   (`\   http://www.unixgirl.com/
 [EMAIL PROTECTED] | o_o  |__  ) )  http://www.dangermouse.org/
//  \\
---(((---(((-
 
 --  Powered by Coka-Cola and FreeBSD  --
-- Strong enough for a man - But made for a Woman --
--   OWNED?  MS: Who's Been In/Virused Your Computer Today? --

 ---
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



RE: Comments on Athlon [motherboards] sought..

2000-06-08 Thread Nicole Harrington.


On 08-Jun-00 Wilko Bulte wrote:
> I'm considering buying an Athlon based machine. Before shelling out the
> $ (well, fl ) I'd like to know what experiences have with Athlon and
> FreeBSD. And obviously which mom boards to prefer or keep away from.
> 
> Thks
> Wilko

 I have good experiences so far with the Athlon stuff. However (sad to say)
avoid the Asus MB if you need to reboot without a keyboard attached.

 So far I like the FIC and Aopen boards.

   Nicole


> 
> -- 
> Wilko Bulte   FreeBSD, the power to serve http://www.freebsd.org
>   http://www.nlfug.nl
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-hackers" in the body of the message

 
 [EMAIL PROTECTED] |\ __ /|   (`\   http://www.unixgirl.com/
 [EMAIL PROTECTED] | o_o  |__  ) )  http://www.dangermouse.org/
//  \\
---(((---(((-
 
 --  Powered by Coka-Cola and FreeBSD  --
-- Strong enough for a man - But made for a Woman --
--   OWNED?  MS: Who's Been In/Virused Your Computer Today? --

 ---
 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



www. Freebsd.org Down??

2000-05-05 Thread Nicole Harrington.


 www.freebsd.org down?  
 Figured this would be the best place to port...


 4  bordercore2-serial0-0-0-0.SanFrancisco.cw.net (166.48.15.249)  8.031 ms 
7.956 ms  7.825 ms
 5  core9.SanFrancisco.cw.net (204.70.9.81)  8.411 ms  8.470 ms  8.537 ms
 6  204.70.10.105 (204.70.10.105)  10.610 ms  9.874 ms  11.647 ms
 7  E0-CRL-SFO-03-E0X0.US.CRL.NET (165.113.55.3)  10.869 ms  11.539 ms  12.569
ms
 8  T1-CDROM-00-EX.US.CRL.NET (165.113.118.2)  14.160 ms  13.820 ms  15.228 ms
 9  * * *
10  * * *
11  * * *


   Nicole



 
 [EMAIL PROTECTED] |\ __ /|   (`\   http://www.unixgirl.com/
 [EMAIL PROTECTED] | o_o  |__  ) )  http://www.dangermouse.org/
//  \\
---(((---(((-
  --  Powered by Coka-Cola and FreeBSD  --
-- Stong enough for a man - But made for a Woman --
   -- Microsoft: What bug would you like today?  --
 ---


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: ILOVEYOU

2000-05-04 Thread Nicole Harrington.


On 04-May-00 Jeremiah Gowdy wrote:
>>   "or some gay trojan written"
>>
>>EXCUSE ME?
> 
> Infinite apologies if I offended you.  Were I live, the word gay is used
> quite often to describe things that are foolish or weak.  I didn't mean to
> offend the homosexual community, simply to express my distaste with the
> trojans.  :)
> 

 Thanks! I am sure I am not the only one who perhaps raised an eyebrow. 
 I however did not mean to send it to the list... But since I did I want to
appologise to the list. 

 It must truly be a nice place were you live!  Can we make that a virus :)


   Nicole



> 
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-hackers" in the body of the message

 
 [EMAIL PROTECTED] |\ __ /|   (`\   http://www.unixgirl.com/
 [EMAIL PROTECTED] | o_o  |__  ) )  http://www.dangermouse.org/
//  \\
---(((---(((-
 
 --  Powered by Coka-Cola and FreeBSD  --
-- Stong enough for a man - But made for a Woman --
   -- Microsoft: What bug would you like today?  --

 ---
 -- As a computing professional, I believe it would be unethical for me to 
advise, recommend, or support the use (save possibly for personal 
amusement) of any product that is or depends on any Microsoft product.

--   OWNED?  MS: Who's Been In Your Computer Today?


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: ILOVEYOU

2000-05-04 Thread Nicole Harrington.


On 04-May-00 Marc Nicholas wrote:
> 
> 
> On Thu, 4 May 2000, Nicole Harrington. wrote:
> 
>>   "or some gay trojan written"
>> 
>>EXCUSE ME?
> 
> Hehe...'gay' means 'silly' to some of us (especially Canadians). Nothing
> to do with being happy or homosexual.
> 
> 
> -marc
> 

 Arg.. Sorry about this. It was not mean for the whole list. 

 Sorry for seeming so sensitive. It just seemed out of place.


   Nicole



> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-hackers" in the body of the message

 
 [EMAIL PROTECTED] |\ __ /|   (`\   http://www.unixgirl.com/
 [EMAIL PROTECTED] | o_o  |__  ) )  http://www.dangermouse.org/
//  \\
---(((---(((-
 --  Powered by Coka-Cola and FreeBSD  --
-- Stong enough for a man - But made for a Woman --
   -- Microsoft: What bug would you like today?  --
 ---


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: ILOVEYOU

2000-05-04 Thread Nicole Harrington.



  "or some gay trojan written"

   EXCUSE ME?


   Nicole


On 04-May-00 Jeremiah Gowdy wrote:
>> Umm...
>>
>> This was just sent to the list.  I guess Window's users may want to watch
>> out...
> 
> 
> HAHAHHAHAH.  I just opened it with my VBScripting disabled, and read the
> code.  It's pretty damn funny.  Maybe if I get a chance I'll write a
> disinfecter.  Doesn't look like it destroys your hard drive, just loads
> itself into the registry, "infects" mIRC's ini file, and mails itself out to
> everyone else.  I can see how this would be annoying, and you'd have to
> remove the damn thing by hand, but doesn't seem like it would kill anything.
> It's pretty weak these days.  People in the past would have to learn
> assembly language and how to append to an EXE or COM file, load into memory,
> bind interrupts to reinfect, etc.  Now it's just some kid with a scripting
> language, or some gay trojan written in Visual Basic 6, that calls deltree
> or something.  Sad.  Truely sad.
> 
> 
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-hackers" in the body of the message

 
 [EMAIL PROTECTED] |\ __ /|   (`\   http://www.unixgirl.com/
 [EMAIL PROTECTED] | o_o  |__  ) )  http://www.dangermouse.org/
//  \\
---(((---(((-
 
 --  Powered by Coka-Cola and FreeBSD  --
-- Stong enough for a man - But made for a Woman --
   -- Microsoft: What bug would you like today?  --

 ---
 -- As a computing professional, I believe it would be unethical for me to 
advise, recommend, or support the use (save possibly for personal 
amusement) of any product that is or depends on any Microsoft product.

--   OWNED?  MS: Who's Been In Your Computer Today?


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: ILOVEYOU

2000-05-04 Thread Nicole Harrington.


On 04-May-00 Alexander Langer wrote:
> Thus spake Matthew Dillon ([EMAIL PROTECTED]):
> 
>> The 'virus' is the warning message itself, silly!
> 
> Nope, ILOVEYOU is a real virus.
> 
> It's quite funny. Here in Germany even the radio reported about it, it
> seems to have crashed MANY companies and governmental institutions.
> 
> Alex


 Happiness is a UNIX based Mail Client :)


  Nicole
   Sent via XFmail (becouse I still want my GUI)

> 
> -- 
> I need a new ~/.sig.
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-hackers" in the body of the message

 
 [EMAIL PROTECTED] |\ __ /|   (`\   http://www.unixgirl.com/
 [EMAIL PROTECTED] | o_o  |__  ) )  http://www.dangermouse.org/
//  \\
---(((---(((-
  --  Powered by Coka-Cola and FreeBSD  --
-- Stong enough for a man - But made for a Woman --
   -- Microsoft: What bug would you like today?  --
---



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: 4.0-STABLE?

2000-04-05 Thread Nicole Harrington.


On 05-Apr-00 Jordan K. Hubbard wrote:
>>  Yup.. however if you use..
>>  " pkg_add ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/cvsupit.tgz "
>> 
>>  It does not use it... It just asks questions.. Problem is (with 4.0 now
>> being in the stable branch, that it now asks the wrong questions..
> 
> Mea culpa - I meant to fix this and got distracted away from it.
> Thanks for the reminder.
> 
> The cvsupit package is now updated to deal with the current branch
> state of affairs, the cvsup 16.1 upgrade AND it's linked-to properly
> so that simply:
> 
>   pkg_add -r cvsupit
> 
> Should now work just fine.
> 
> - Jordan


 And there was happiness in the land again... and they all rejoiced ...
YAY!!


   Nicole

 
 [EMAIL PROTECTED] |\ __ /|   (`\   http://www.unixgirl.com/
 [EMAIL PROTECTED] | o_o  |__  ) )  http://www.dangermouse.org/
//  \\
---(((---(((-
 
 --  Powered by Coka-Cola and FreeBSD  --
-- Stong enough for a man - But made for a Woman --
   -- Microsoft: What bug would you like today?  --

 ---
 -- As a computing professional, I believe it would be unethical for me to 
advise, recommend, or support the use (save possibly for personal 
amusement) of any product that is or depends on any Microsoft product.

--   OWNED?  MS: Who's Been In Your Computer Today?


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: 4.0-STABLE?

2000-04-04 Thread Nicole Harrington.


On 05-Apr-00 Daniel C. Sobral wrote:
> "Nicole Harrington." wrote:
>> 
>>  Heh... I tried to CVSUP to 4.0-STABLE and mistakenly chose 4.0-current in
>>  the
>> pkg_setup... I wound up with a very nice 5.0-CURRENT machine... Chose 3.X
>> and
>> that is also what you get... You have to set /etc/cvsup manually to RELENG_4
>> at
>> the moment.
> 
> Don't you have /usr/share/examples/cvsup/4.x-stable-supfile?
> 

 Yup.. however if you use..
 " pkg_add ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/cvsupit.tgz "

 It does not use it... It just asks questions.. Problem is (with 4.0 now
being in the stable branch, that it now asks the wrong questions..

   Nicole



> -- 
> Daniel C. Sobral  (8-DCS)
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> 
>   The size of the pizza is inversely proportional to the intensity of the
> hunger.

 
 [EMAIL PROTECTED] |\ __ /|   (`\   http://www.unixgirl.com/
 [EMAIL PROTECTED] | o_o  |__  ) )  http://www.dangermouse.org/
//  \\
---(((---(((-
 
 --  Powered by Coka-Cola and FreeBSD  --
-- Stong enough for a man - But made for a Woman --
   -- Microsoft: What bug would you like today?  --

 ---
 -- As a computing professional, I believe it would be unethical for me to 
advise, recommend, or support the use (save possibly for personal 
amusement) of any product that is or depends on any Microsoft product.

--   OWNED?  MS: Who's Been In Your Computer Today?


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



RE: 4.0-STABLE?

2000-04-04 Thread Nicole Harrington.


On 04-Apr-00 Ted Sikora wrote:
> I wanted to upgrade several production servers to 4.0 and follow the
> stable branch. Has 4.0-STABLE been established yet or is stable still
> RELENG_3? I planned on installing 4.0-RELEASE and then using CVSup with
> RELENG_4. 
> 
> --
> Ted Sikora
> Jtl Development Group 
> [EMAIL PROTECTED]
> 

 Heh... I tried to CVSUP to 4.0-STABLE and mistakenly chose 4.0-current in the
pkg_setup... I wound up with a very nice 5.0-CURRENT machine... Chose 3.X and
that is also what you get... You have to set /etc/cvsup manually to RELENG_4 at
the moment.

  Nicole


> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-hackers" in the body of the message

 
 [EMAIL PROTECTED] |\ __ /|   (`\   http://www.unixgirl.com/
 [EMAIL PROTECTED] | o_o  |__  ) )  http://www.dangermouse.org/
//  \\
---(((---(((-
 
 --  Powered by Coka-Cola and FreeBSD  --
-- Stong enough for a man - But made for a Woman --
   -- Microsoft: What bug would you like today?  --

 ---
 -- As a computing professional, I believe it would be unethical for me to 
advise, recommend, or support the use (save possibly for personal 
amusement) of any product that is or depends on any Microsoft product.

--   OWNED?  MS: Who's Been In Your Computer Today?


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: Recommended addition to FAQ (Troubleshooting)

2000-02-18 Thread Nicole Harrington.


On 18-Feb-00 Darryl Okahata wrote:
> "Jordan K. Hubbard" <[EMAIL PROTECTED]> wrote:
> 
>> I've used all kinds of software memory checkers, from "CheckIt" to
>> highly proprietary packages that cost even more money, and the only
>> thing they managed to convince me of is that swapping in known-good
>> memory is the best and fastest way out of these situations.  Unless
> 
>  I'll second this.  I've had memory problems in the past, and every
> memory checker I used said that the memory was good.  Only by swapping
> out the bad memory (I don't have access to an hardware memory checker)
> was I able to fix my problems.
> 
> --
>   Darryl Okahata
>   [EMAIL PROTECTED]
> 

 Every "good" software based memory tester I have ever used took so long to
tell me anything I could have gone to the store, bought more memory, and
swapped it before it was done.

 I don't think adding it to the ports tree would be bad for those who are
desperate, but deffinatly list it as a "basic" memory tester.

   Nicole



> DISCLAIMER: this message is the author's personal opinion and does not
> constitute the support, opinion, or policy of Agilent Technologies, or
> of the little green men that have been following him all day.
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-hackers" in the body of the message

 
 [EMAIL PROTECTED] |\ __ /|   (`\   http://www.unixgirl.com/
 [EMAIL PROTECTED] | o_o  |__  ) )  http://www.dangermouse.org/
//  \\
---(((---(((-
 
 --  Powered by Coka-Cola and FreeBSD  --
-- Stong enough for a man - But made for a Woman --
   -- Microsoft: What bug would you like today?  --

 ---
 -- As a computing professional, I believe it would be unethical for me to 
advise, recommend, or support the use (save possibly for personal 
amusement) of any product that is or depends on any Microsoft product.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message