Re: make fails on device iir on freebsd 4.10

2004-08-19 Thread adam
I just took a quick glance at your file, but will this compile if you 
uncomment iir???  You certainly have a lot of things included in your 
config file.  Re-enabling some options will help you narrow down whether 
or not the problem is in fact the iir being commented out or whether 
something that depends on iir isn't commented out.  Sorry for the 
jumbled wording, I haven't had my coffee yet.

Adam
Dino Vliet wrote:
I want to compile a new kernel on my laptop running
freebsd 4.10. 

Although I commented out device iir in my kernel
configuration file, I still get an error message when
trying to make my kernel. Look at my kernel
configuration file which I attached to this message.
Can somebody help me to get this fixed?
Brgds
I'm getting this error message:
===> iir
@ -> /usr/src/sys
machine -> /usr/src/sys/i386/include
touch opt_scsi.h
touch opt_cam.h
perl @/kern/makeops.pl -h @/kern/device_if.m
perl @/kern/makeops.pl -h @/kern/bus_if.m
perl @/kern/makeops.pl -h @/pci/pci_if.m
rm -f .depend
mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE
-I- -I. -I@ -I@/../include
-I/usr/obj/usr/src/i386/usr/include 
/usr/src/sys/modules/iir/../../dev/iir/iir.c
/usr/src/sys/modules/iir/../../dev/iir/iir_ctrl.c
/usr/src/sys/modules/iir/../../dev/iir/iir_pci.c
*** Error code 1

Stop in /usr/src/sys/modules/iir.
*** Error code 1
Stop in /usr/src/sys/modules.
*** Error code 1
Stop in /usr/obj/usr/src/sys/MIJNKERNEL.
*** Error code 1
Stop in /usr/src.
*** Error code 1

		
__
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
 


--
www.erictheninja.org
A bunch of crap, but it'll be there soon
Buy my ebay stuff...you know you want to
http://cgi6.ebay.com/ws/eBayISAPI.dll?ViewSellersOtherItems&userid=biddingman12&include=0&since=-1&sort=3&rows=50
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Xorg Install

2004-08-19 Thread adam
Tyler,
Try this
http://lists.freebsd.org/pipermail/freebsd-current/2004-July/032267.html
It's the headsup on the freebsd current list on how to upgrade to x.org
Take caer,
Adam
Tyler Parrott wrote:
Thanks guys,
That was the problem.I didn't see that step listen in the
/usr/ports/UPDATING?
TP
On Wed, 18 Aug 2004 21:18:36 -0500 (CDT), Jorge Mario G.
<[EMAIL PROTECTED]> wrote:
 

hi
just add
X_WINDOW_SYSTEM=xorg
to your /etc/make.conf file
=
   

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Scheduled system backups program

2004-08-19 Thread adam
Responses in your quoted message
Joshua Lewis wrote:
I have a customer who has learned the hard way (the very hard way) that
backups of your corporate data are imperative.
Well now that I have spent the last three days trying to recover their
data I need to implement a backup plan for them.
They only have a few drives for backup (two 40G and a 160G) up so I would
like to make a full backup this week and then schedule incremental backups
from now on.
The two 40G are probably going to get striped together and the 160 is
going to be a dedicated backup.
They do not have any tape drives only hard drives and to top it all off
they only have Macs. They are using a dedicated Mac running OS 9.2 acting
as a server.
I was hoping I could upgrade that system to OS X and I was wondering if
there are any FreeBSD utilities that would work for backing up. Otherwise
I will be setting up a freebsd backup server and I would like to save the
customer the money and not have to go that route.
 

This didn't quite make full sense to me (forgive me if I misread it).  
If they have all mac machines, what kind of machines are they (specs?)?  
I've noticed with a lot of older macs, upgrading to os x is going to 
require you to get more ram otherwise your users will complain.  I'd 
suggest not considering os x if they're running anything released before 
the blue and white g3s (new g4 sales were when os x started shipping 
standard w/os 9.x and also when os 9 was no longer installed on the 
later generation g4s)..  I have a b&w w/256 megs of ram on it.  It's not 
so bad, but I'd suggest having 384-512 (specs say they only take 512, 
but they'll actually max otu and handle 1 gig quite well).

Since they obviously would want to stay with the mac platform, my 
suggestion would be to bite the bullet and install os x on all the macs 
and make the backup machine freebsd.  Assume almost any command line 
utility that exists for freebsd exists or can be compiled for mac os x 
(see fink.sourceforge.net for the easiest installation 
management...that's a broad statement so don't REALLY assume that's true 
w/o doing your own research).  If you leave os 9.2 on those macs, you'll 
end up having to purchase software like mac pc-lan or other networking 
clients.  In the end, it'll be a waste of money when they upgrade to os 
x anyway.  the toss up is buying the os 9.2 software vs. upgrading to os 
x and them buying os x versions of their software (if they don't run 
classic in parallel with os x).

I don't know much about backups, but i'd say look into rsync (someone 
else answer w/something better please).

To save a few bucks, I'd just install freebsd on their server machine.
On a side note, from what i've read (but never experienced) raid support 
for mac classic can be summed up in 1 wordpthththththe:P  Although 
thye do exist, there are few hardware solutions for mac classic raid  
and i don't know many people fond of software driven raid (esp if your 
system crashes completely). 

I am sorry for the many OS X questions I have been posting here over the
last few days but the Darwin mailing list did not respond. Does anyone
know of a good OS X mailing list I can join?
 

I don't know of any mailing lists, but I do suggest taking a look at 
www.macosx.com (forums...pretty good) and www.macdevcenter.com 
(o'reilly's site).  The best source for info about personal experiences 
would be to check http://www.xlr8yourmac.com/.  That's where I always go 
for mac hardware info on older machines.

Thank you,
Joshua Lewis
 

Take care,
adam
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


jdk 1.4 from ports

2004-09-02 Thread adam
I'm attempting to install jdk1.4 from /usr/ports/java/jdk14 and have no 
problem compiling any of the pre-reqs, but when it gets to compiling the 
actual jdk14 I get the error listed at the bottom.  Floating around 
google and some irc rooms hasn't helped much.  I cvsup'd the ports 
collection before I attempted the compilation. 

Any suggestions or anyone else ever run into this problem before???
TIA,
Adam
monkey# uname -a
FreeBSD monkey 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 
20:45:55 GMT 2004 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

-- error --
Compiling 
/usr/ports/java/jdk14/work/hotspot/src/share/vm/runtime/functionAtStart.cpp
Compiling 
/usr/ports/java/jdk14/work/hotspot/src/share/vm/utilities/accessFlags.cpp
Compiling ../generated/adfiles/ad_i486.cpp
Compiling ../generated/adfiles/ad_i486_clone.cpp
Compiling ../generated/adfiles/ad_i486_expand.cpp
Compiling ../generated/adfiles/ad_i486_format.cpp
Compiling ../generated/adfiles/ad_i486_gen.cpp
{standard input}: Assembler messages:
{standard input}:3648: Warning: end of file not at end of a line; 
newline inserted
g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See http://gcc.gnu.org/bugs.html> for instructions.
{standard input}:5374: Error: no such instruction: `jm'
gmake[3]: *** [ad_i486_gen.o] Error 1
gmake[3]: Leaving directory 
`/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/product'
gmake[2]: *** [the_vm] Error 2
gmake[2]: Leaving directory 
`/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp/bsd_i486_compiler2/product'
gmake[1]: *** [product] Error 2
gmake[1]: Leaving directory 
`/usr/ports/java/jdk14/work/control/build/bsd-i586/hotspot-i586/tmp'
gmake: *** [product] Error 2
*** Error code 2

Stop in /usr/ports/java/jdk14.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


arplookup failed: host is not on local network

2004-01-23 Thread Adam
Hello,
 
Our router has two networks assigned to it from our
provider, the NIC card on my server has IP addresses
assigned from both blocks of IP's.

Everything works great, however this message keeps
showing up in my log files:

Jan 23 13:51:46 rmd-cw0 /kernel: arplookup
12.xxx.xxx.xxx failed: host is not on local network

Is there anyway to properly route my "odd" network
configuration so freebsd doesn't complain?  Both
blocks have different 2nd and 3rd octets, and are both
blocks of 128.

Thanks,
Adam

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Kernel Panic (0xc023cad6 is in vm_map_delete)

2004-01-26 Thread Adam
Hello,

I woke up to a page this morning stating that a system
was unreachable, when looking at the logs I found that
the the system crashed.

The system is an Intel P4, 400 FSB, with 2 GB of
physical memory, 4 GB of swap, has a promise raid
controller, and runs with hyperthreading enabled on
FreeBSD v4.9.

Based on the info below I'm almost certain its memory
related, but I don't know if its physical memory or
swap...  I'm also not sure why the process that caused
the panic would be apache.  Apache 1.3.29 runs with
php 4.3.4.

Can anybody offer any insight as to the following? 
And/or suggest a possible solution for this.  It's
happened in the past as well so I'd like to try and
figure out some workaround.

---

Jan 26 07:45:14 rmd-dm2 /kernel: Fatal trap 12: page
fault while in kernel mode
Jan 26 07:45:14 rmd-dm2 /kernel: mp_lock = 0002;
cpuid = 0; lapic.id = 
Jan 26 07:45:14 rmd-dm2 /kernel: fault virtual address
 = 0xc7ca4048
Jan 26 07:45:14 rmd-dm2 /kernel: fault code   
 = supervisor read, page not present
Jan 26 07:45:14 rmd-dm2 /kernel: instruction pointer  
 = 0x8:0xc023cad6
Jan 26 07:45:14 rmd-dm2 /kernel: stack pointer
 = 0x10:0xe7d24eb8
Jan 26 07:45:14 rmd-dm2 /kernel: frame pointer
 = 0x10:0xe7d24edc
Jan 26 07:45:14 rmd-dm2 /kernel: code segment 
 = base 0x0, limit 0xf, type 0x1b
Jan 26 07:45:14 rmd-dm2 /kernel: = DPL 0, pres 1,
def32 1, gran 1
Jan 26 07:45:14 rmd-dm2 /kernel: processor eflags 
 = interrupt enabled, resume, IOPL = 0
Jan 26 07:45:14 rmd-dm2 /kernel: current process  
 = 345 (httpd)
Jan 26 07:45:14 rmd-dm2 /kernel: interrupt mask   
 = none <- SMP: XXX
Jan 26 07:45:14 rmd-dm2 /kernel: trap number  
 = 12
Jan 26 07:45:14 rmd-dm2 /kernel: panic: page fault
Jan 26 07:45:14 rmd-dm2 /kernel: mp_lock = 0002;
cpuid = 0; lapic.id = 
Jan 26 07:45:14 rmd-dm2 /kernel: boot() called on
cpu#0
Jan 26 07:45:14 rmd-dm2 /kernel:
Jan 26 07:45:14 rmd-dm2 /kernel: syncing disks... 37 5
3 3
Jan 26 07:45:14 rmd-dm2 /kernel: done
Jan 26 07:45:14 rmd-dm2 /kernel: Uptime: 49d6h1m2s
Jan 26 07:45:14 rmd-dm2 /kernel: Automatic reboot in
15 seconds - press a key on the console to abort
Jan 26 07:45:14 rmd-dm2 /kernel: Rebooting...

---

su-2.05b# nm -n /kernel | grep c023ca
c023ca00 t vm_map_entry_delete
c023ca58 T vm_map_delete

---

(gdb) l *0xc023cad6
0xc023cad6 is in vm_map_delete
(../../vm/vm_map.c:2102).
2097 * Save the free space hint
2098 */
2099
2100if (entry == &map->header) {
2101map->first_free =
&map->header;
2102} else if (map->first_free->start >=
start) {
2103map->first_free = entry->prev;
2104}
2105
2106/*

---

Thanks!



__
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Possible? - Postfix + SASL + Rewrite Headers?

2004-01-29 Thread Adam
Hello all,

Just a quick, but hopefully simple question that I
can't find the answer to after about an hour of
googling...  Is it possible to rewrite the headers of
an outbound messages through my postfix server if the
user was authenticated w/ sasl?

Just something along the lines of, X-Blah: [IP] User
<[EMAIL PROTECTED]> OK, mainly just to catch any
users sending spam, etc.

I'm stumped.

Adam

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Use /var for storing webpages.. Why???

2004-12-14 Thread Adam
On Tuesday, 14 December 2004 at 21:50:45 -0600, Adam wrote:
>> In Greg Lehey's book "The Complete FreeBSD" 4th edition, he says,
>> "Do not have a separate /var file system unless you have a good idea
>> how big it should be.  A good example might be a web server, where
>> (contrary to FreeBSD's recommendations) it's a good idea to put the
>> webpages on the /var file system." p.70
>>
>> Why is it a good idea to put webpages in the /var file system and
>> not the /usr file system?
>
>Because they're not part of the system.  Despite the name, /usr is
>mainly for the operating system.  /var is for content that frequently
>varies.
>
>Greg
>--
>When replying to this message, please copy the original recipients.
>If you don't, I may ignore the reply or reply to the original recipients.
>For more information, see http://www.lemis.com/questions.html
>See complete headers for address and phone numbers.

Okay, I understand not using /usr, but why not use /home?  Does storing
webpages in /var give you a performance increase?  Or is it convention that
you would store webpages in /var?  I'm setting up a webserver at my house
where I'll serve several websites for my friends, should I have them store
webpages in /var/username or keep them in /home/username?

BTW, awesome book.  I love reading about the old RLL and MFM hard drives I
used to config when I was a kid.  Brings back a lot of memories.

Thanks
Adam

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Why reccomend Bash shell?

2004-12-15 Thread Adam
In Greg Lehey's book "The Complete FreeBSD" he reccomends changing the default 
shell for users to bash shell. -p. 94

What are the Pro's/Con's of using bash as opposed to the other shells?

Thanks,
Adam
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Config Script for Webserver

2004-12-16 Thread Adam
Does anyone have a config script for setting up a web server?  I need to get my 
own server up and running ASAP.

Thanks
Adam
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Use /var for storing webpages.. Why???

2004-12-14 Thread Adam
In Greg Lehey's book "The Complete FreeBSD" 4th edition, he says, "Do not have 
a separate /var file system unless you have a good idea how big it should be.  
A good example might be a web server, where (contrary to FreeBSD's 
recommendations) it's a good idea to put the webpages on the /var file system." 
p.70

Why is it a good idea to put webpages in the /var file system and not the /usr 
file system?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Config Script for Webserver

2004-12-16 Thread Adam
I've been reading and playing with my server for a week, plus reading the
Handbook and "The Complete FreeBSD."  But I really need to get the server up
tonight and I really don't want to worry that I missed anything that will
compromise security.

Adam
- Original Message - 
From: "Joshua Lokken" <[EMAIL PROTECTED]>
To: "Adam" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, December 16, 2004 11:53 AM
Subject: Re: Config Script for Webserver


> On Thu, 16 Dec 2004 11:45:05 -0600, Adam <[EMAIL PROTECTED]> wrote:
> > Does anyone have a config script for setting up a web server?
> > I need to get my own server up and running ASAP.
>
> Well, probably yes.  However, you would benefit much more from
> reading the available docs at http://httpd.apache.org/ and getting
> an understanding for what you're doing when you put up a webserver.
>
> You should be able to find many, many how-tos by using your
> friend, Google.
>
> http://www.google.com/bsd
>
> -- 
> Joshua Lokken
> Open Source Advocate
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"[EMAIL PROTECTED]"

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Change Bash-3.00 Prompt

2004-12-19 Thread Adam
I installed bash shell and now my prompt says "bash-3.00#"

How do I change the text before the #?  I'd like it to say bash# instead of
bash-3.00#.

Thanks

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Change "Bash-3.00#" Prompt???

2004-12-19 Thread Adam
I installed bash shell and now my prompt says "bash-3.00#"

How do I change the text before the #?  I'd like it to say bash# instead of 
bash-3.00#.

Thanks
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Environment Varialbes per User

2004-12-21 Thread Adam
Can environment variables be set/customized per user?  For instance I want root 
to have MAIL=/var/mail/root2 and user Mike to have MAIL=/var/mail/mike6.

Is this possible to customize per user?

Thanks
Adam


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


cvs-supfile?

2004-12-21 Thread Adam
My cvs-supifle look like

*default host=cvsup1.us.freebsd.org
*default base=/usr/local/etc/cvsup
*default prefix=/usr
*default tag=RELENG_5_3
*default release=cvs delete use-rel-suffix compress

I just want core security updates to FreeBSD and no new ports.  Will this
just update the FreeBSD operating systems?

Thanks

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvs-supfile?

2004-12-21 Thread Adam
> On Tue, Dec 21, 2004 at 11:11:35PM -0600, Adam wrote:
> > My cvs-supifle look like
> >
> > *default host=cvsup1.us.freebsd.org
> > *default base=/usr/local/etc/cvsup
> > *default prefix=/usr
> > *default tag=RELENG_5_3
> > *default release=cvs delete use-rel-suffix compress
> >
> > I just want core security updates to FreeBSD and no new ports.  Will
this
> > just update the FreeBSD operating systems?
>
> Yes, as long as you don't have ports selected, like if you had ports-all
> in the same file with that tag, you'd end up deleting your ports tree,
> because the ports collection doesn't use the same tag. BTW, if you update
> ports with cvsup, it will just update the Makefiles and patches, not the
> actual ports installed as packages on your system. You might have known
> that, but thought it would be worth mentioning.
>
> - jt


I didn't know, how would I change it so it would also update with patches
and makefiles?

*default host=cvsup1.us.freebsd.org
*default base=/usr/local/etc/cvsup
*default prefix=/usr
*default tag=RELENG_5_3
*default release=cvs delete use-rel-suffix compress

Thanks

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Fw: What do these PHP ports mean?

2004-12-21 Thread Adam
I'm porting PHP, I looked at the 5 different PHP 5.0.3 version descriptions
on http://www.freebsd.org/ports/www.html  they all have the same long
description and different "Requires"

What are the differences in these?
php5-5.0.3_1
php5-cgi-5.0.3_1
 php5-mnogosearch-5.0.3_1
 php5-session-5.0.3_1
 php5-tidy-5.0.3_1

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Webserver MOP Help (Method of Procedure)

2004-12-22 Thread Adam
I'm brand new to FreeBSD and I'm learning it in preparation for getting a 
dedicated server.  I'm making a MOP so I can quickly setup a server and not 
waste the $99/month I'm paying by experimenting

I'd publish the MOP so other newbies could easily set up their own webserver.

I was wondering if anyone would want to help check my MOP and give 
recommendations.  I'd make it in MS Office XP since that's the only OS on my 
only computer.

Please email me if you're interested.

The MOP will setup a webserver with:

MySQL 4.1
PHP 5.0.3
Perl 5.8.6
PostgreSQL 7.4.6
phpmyadmin 2.5.0
sendmail
ssh
pop3
http://www.gplhost.com/

and cvsup updates and portupdate notifications.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


SSH into FBSD after Minimal Install?

2004-12-22 Thread Adam
I'm re-installing FreeBSD on a machine that currently has FreeBSD on it.  I'm 
doing all this remotely over SSH.

If I install with "Minimal" distribution set with "sysinstall" will I be able 
to enable SSH and add a user before the system goes down?

I don't want to loose conectivity, I can't to go to the server's location right 
now.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


POP3 & IMAP

2004-12-28 Thread Adam
Which IMAP and POP3 ports are stable and good?  Any reccomendations?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


pkg_add Not Working

2004-12-29 Thread Adam
I'm trying to add packages over my network connection.  I can anonymously FTP 
into ftp.freebsd.org so I know my FTP connection is working.  In the manual for 
pkg_add it said that I may have a problem with FTP firewall but I have none set 
up.  It also said to enter something in my environment variable for passive ftp 
firewall but I don't know where it is..

Does anyone have an idea what is wrong?

# pkg_add -r mysql-server-4.1.7
Error: FTP Unable to get 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/mysql-server-4.1.7.tbz:
 File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 
'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/mysql-server-4.1.7.tbz'
 by URL
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Privoxy at boot.

2005-01-04 Thread Adam
I installed Privoxy and it seems to run nicely but I have installed it
many times before (not because it didn't install, but because the
machine was insane.) but anyway, I for some reason have never been
able to find out how to make it start up at boot. I tried /etc/rc.conf
but no luck. I tried Google and still no luck.

-- 
Love Joy, Peace, Patience, Kindness, Goodness,  Faithfullnes,
Gentleness, Self-Control.
^^ You need all of these.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Adaptec AAC raid support

2005-03-20 Thread Adam
On Sun, 20 Mar 2005 08:41:33 -0500, Charles Swiger <[EMAIL PROTECTED]> wrote:
On Mar 20, 2005, at 2:24 AM, Ted Mittelstaedt wrote:
[ ... ]
In that case Dell is a customer of Adaptec, not the other way around,
so any NDA that Dell might require for Adaptec to sign would not
have restricted Adaptec's use of it's own programming documentation.
And you know this, because...?
You've read that NDA and you know just what it says and what it covers?  
  Prove it!

You've failed to address the point.  Do you claim that Adaptec is in a
position to ignore an NDA they have with a company like Intel or Dell?
The point is they obviously don't have an NDA with Intel since the
programming docs for the i860 are open already.  (at least the don't
have an NDA that covers this aspect of their relationship, which is all
we care about)
Have you read the NDA between Adaptec and Intel?
If not, how do you know just what it does or does not cover?
Once again, you're making claims of fact about a document that you've  
probably never seen.
I think you are making wild assertions and have not even a shred of  
evidence to justify them.
Speaking of wild assertions with no evidence, why exactly do you keep
making up rediculous excuses for a company that hates you?  Why do you
think that adaptec is special and had to sign NDAs with intel and dell(?!)
to make the same products with the same chips that other vendors clearly
didn't have to sign NDAs to make?  If you understood the subject at hand,
you would realize how rediculous your fairy tales are.  There is
absolutely no reason that adaptec cannot release documentation for their
hardware.  Nobody even needs to know how the intel chip works, just how
to speak to the adaptec firmware.  Adaptec doesn't want you to buy their
hardware, and your reaction is to try to justify that stupidity for them,
since they can't do it?  If you like being shit on that's up to you, but
don't tell us that we should like it too, or try to justify why adaptec
thinks its customers are toilets.
Adam
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Adaptec AAC raid support

2005-03-20 Thread Adam
On Sun, 20 Mar 2005 11:17:10 -0500, Charles Swiger <[EMAIL PROTECTED]> wrote:
I don't think Adaptec is special.  It's normal for companies to enter  
into a NDA agreement with their partners, and I'd bet a dollar to a  
donut that LSI, Promise, 3ware, and other vendors of RAID hardware also  
have NDA agreements which would prevent those companies from making  
every single internal document available to the public.
Then you have no idea what you are talking about.  Ask them, there is
nothing special about their products that requires an NDA between them
and their "partners".  The aren't saying they can't release the docs  
because
of NDAs, so why are you making up such a rediculous excuse for them?

You've given them an ultimatum, and they've said no.  I've dealt with a  
few people who have told me "do it my way, or else".  I've chosen the  
"or else" part without any regret whatsoever: I make my own decisions,  
nobody else, and the people who have tried to control my decisions have  
gotten exactly nothing from me as a result.  Nor will they, ever.
No, they haven't said anything.  Do you have even a basic grasp of what is
going on?  Adaptec was asked for info, they said "we will stall for a long
time and maybe give you something that might be close to what you want
someday".  So Theo is asking for Adaptec's customers to tell them that this
matters.  If Adaptec chooses to say no, then that's fine.  They can lose
all the business they want.  In the mean time, everyone who wasted their
money on adaptec hardware is free to tell adaptec that they are losing
customers.  I'm sorry if you feel that corporations should be shielded
from critisism from their customers, but that's not how the world works.
Do you claim to speak for Adaptec?  Your words are dangerously  
ill-chosen if you do not work for Adaptec, because you are misleading  
people about the company and about their products.
Quit being such a corporate apologist.  They refuse to give out the info
required to use their hardware.  That prevents people from using it.  So
they obviously don't want people to buy their hardware.  Either that or
they don't realize its costing them money to be stupid like this, which
is the entire point of this, demonstrating to them that this will cost
them money.
You remind me of someone I knew once that went off the deep end into  
paranoid delusions.  I once tried to explain to that person that, no,  
nobody was spying on me, or on him either.  I think someone spying on me  
would be bored, quite frankly.
You remind me of an asskisser that thinks apologizing for, and making
excuses for others will get you favour in some way.  I doubt adaptec
will give you anything for making retarded excuses for them that don't
even make sense, so you can stop.  If adaptec has a reason why they won't
let people use their hardware, they can tell their customers what that
reason is, they don't need you making up excuses.
Children learn to accept "no" in the process of growing up.  They learn  
to deal with the world not giving them anything and everything the child  
might demand, the moment it is demanded.
And adults learn that businesses like money, and showing businesses how
they will lose money by making certain decisions can effect those  
decisions.
Maybe you should take some more time to understand what is actually  
happening
instead of making snide remarks about what you wrongly percieve is  
happening.

Adam
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Adaptec AAC raid support

2005-03-20 Thread Adam
On Sun, 20 Mar 2005 15:27:13 -0500, Charles Swiger <[EMAIL PROTECTED]> wrote:
Pretend for a second that your first claim is actually correct, that  
Adaptec does not want to sell hardware.  Just what do you think you are  
accomplishing by trying to convince people not to buy Adaptec hardware,  
then?  According to your words, that's exactly what Adaptec wants.
Your reading comprehension skills are sorely lacking.  Nobody is trying
to convince people not to buy adaptec hardware.  Adaptec has convinced
people themselves.  Those people are just informing Adaptec of that fact.
Why are you so desperate to try to stop other people's efforts to obtain
information?  Nobody is asking you to do anything.  You are free to use
whatever you want.  Just stop spreading lies and misinformation about
other people's efforts that you clearly don't understand.
Adam
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: centericq in an xterm

2003-06-11 Thread Adam
On Wed, 2003-06-11 at 14:10, Marco Beishuizen wrote:
> I installed CenterICQ under FreeBSD 4.8-RELEASE. My problem is that I
> can't use my keyboard when CenterICQ runs in an Xterm, pressing keys
> doesn't have any effect in CenterICQ.
> 
> Does anyone recognize this problem? What should I do to make it work?

iirc, it matters how you start cicq. I think the solution was to launch
it from your window manager using 'aterm -e centericq' .. Of course you
can customize the aterm window, but I think this was the trick to get
the F keys to work.

Hope this helps.
-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: centericq in an xterm

2003-06-11 Thread Adam
On Wed, 2003-06-11 at 15:16, Marco Beishuizen wrote:
> I tried Eterm and that seems to work, so I'm using that now. But it's
> strange that it doesn't work with Xterm.

Oh, I didn't even realize you were using xterm. For some reason I read
'aterm'. Anyhow, xterm is crap (too outdated). aterm is a superior
replacement. I've had much better luck with aterm than Eterm, even.

Glad it works for you though.
-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: disk geometry problem

2003-06-12 Thread Adam
On Thu, 2003-06-12 at 15:47, prodigy wrote:
> I got a problem with installation of freebsd v.4.8
> I cannot get past the boot manager's F? prompt after installation. Where and How can 
> I find out exact disc geometry.

You can get it in 2 ways:

a) From the system BIOS
b) From the FreeBSD install CD, when setting up your partitions (it
reports the disk geometry at the top of the screen)

Hope this helps,
-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: recommendations

2003-06-13 Thread Adam
On Fri, 2003-06-13 at 13:47, SweeTLeaF wrote:
> any good email clients that can use a socks proxy or http proxy? looking for 
> something rich with features as i am comming from outlook.

You're probably looking for Ximian Evolution .. It's an Outlook clone,
and also riddled with bugs .. But seems to be a popular choice among
many ..

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: please help!

2003-06-22 Thread Adam
On Sun, 2003-06-22 at 07:47, zak h wrote:
> please help me im trying to install freebsd 5.1 ftp install but when it hits 
> 53% the system beeps and a fatal error has accoured realloc is 0! and i have 
> to reboot please help thank you!

Sounds like your system is out of RAM+swap 

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: acroread update: /compat/linux/usr/bin/strip:No such file ordirectory

2003-06-25 Thread Adam
On Wed, 2003-06-25 at 19:07, Rob Lahaye wrote:
> Hi,
> 
> I'm running FreeBSD 4.8 with up-to-date software from ports.
> 
> Yesterday I upgraded (with portsupgrade) acroread (5.06 to 5.07)
> and in the process, I got this message:
> 
> [...]
> ===>   Generating temporary packing list
> /usr/bin/sed -i '' -E 's:Linux):FreeBSD|Linux):g' /usr/local/Acrobat5/bin/acroread
> /compat/linux/usr/bin/strip:No such file or directory
> *** Error code 1 (ignored)
> [...]
> 
> All gets installed anyway; but any idea how come this message is generated?
> Is something missing in linux-base 7,1-5 ?
> 
> 
> I checked:
> $ file /usr/local/Acrobat5/Reader/intellinux/bin/acroread
> /usr/local/Acrobat5/Reader/intellinux/bin/acroread: ELF 32-bit LSB executable, Intel 
> 80386,
> version 1 (GNU/Linux), for GNU/Linux 2.0.0, dynamically linked (uses shared libs), 
> not stripped

I get the exact same error on my 4.8 box, and already reported it to
-ports. No solution yet, though. If you are subscribed to -ports, please
reply to my post 'acroread upgrade fails', so they know it's not just me
with the problem.

Thanks,
-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ftp daemon

2003-06-25 Thread Adam
On Wed, 2003-06-25 at 20:10, David Bear wrote:
> i find myself needing to run an ftp daemon.  
> 
> is the stock ftpd with freebsd safe, or are there any recommended
> alternatives?

PureFTPd, if you don't care about all the warez-kiddie extensions. It's
in ports.

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 'TOP' stats ?

2003-06-26 Thread Adam
On Thu, 2003-06-26 at 13:17, joe mcguckin wrote:
> CPU states:  1.6% user,  0.0% nice,  0.4% system,  0.0% interrupt, 98.1%idle
> Mem: 60M Active, 502M Inact, 103M Wired, 21M Cache, 110M Buf, 299M Free
> 
> 
> What are the CPU stats actually measuring? How is idle computed?
> 
> What's the difference between Inact and Free memory stats?

Check the FAQ on the FreeBSD website. It's all explained there.

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: sympatico and freebsd

2003-06-26 Thread Adam
On Thu, 2003-06-26 at 19:13, dark matrix wrote:
> is there a way to get my sympatico modem working on my freebsd system?

http://www.freebsdforums.com/forums/showthread.php?s=40fec50a14f955439caeb7847a51902f&threadid=9265

I'd avoid using the LQR setting though. It seems be broken.

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Help! I killed my rc.conf and cant boot correctly!

2003-06-27 Thread Adam
On Fri, 2003-06-27 at 23:57, Keith Spencer wrote:
> Want to hear a tale of stupidity and woe.
> I screwed up fbsd 4.7 system rc.conf and can only seem
> to boot into a basic session. Cant edit or save to
> /etc files.
> What to do and you guessed it...noboot disk was made
> although I have another 4.7 fbsd machine nearby.
> Tell me it's not fatal guys!

I don't see why you wouldn't be able to boot into single-user mode, edit
the rc.conf, then reboot. What exactly is the problem editing the files
in /etc from SU mode?

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Deleting Symlink

2003-06-29 Thread Adam
On Sun, 2003-06-29 at 12:15, Bryan Cassidy wrote:
> Hello everyone. I'm using FreeBSD 5.1 and I am trying to delete a symlink from one 
> file to another
> 
> (/usr/local/www/data to data-dist and /usr/local/www/cgi-bin to cgi-bin-dist)
> 
> I was told when I use portupgrade it will delete my files If I don't delete the 
> symlinks so could
> someone help me out here

I've never heard of it DELETING files, but I have heard of it changing
permissions, and occasionally failing (eg, if there files/folders with
spaces in the name).

Anyhow, removing a symlink is just like removing a file (with rm). You
can restore the symlink later, if necessary, using 'ln -s'

man 1 rm
man 1 ln

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: WIN2000 & FreeBSD

2003-06-29 Thread Adam
On Sun, 2003-06-29 at 16:12, Jerry McAllister wrote:
> Here there seems to be some confusion on the use of the word partition.
> FreeBSD uses the term "slice" to mean the major division of the disk
> that Microsloth uses the term "partition" for.   You need only two of
> these slices (MS partitions) - one for Windows and one for FreeBSD
> although you can have as many as 4.   Those slices are identified in
> FreeBSD land as s1..s4 (ad0s1..ad0s4 for IDE disk one for example) and
> as a letter drive in the MS netherworld (typically drive c, d, etc)
> These major divisions called slices are created by fdisk.
> 
> Then, you further divide the FreeBSD slice in to partitions using disklabel
> which are named a..h.FreeBSD calls these sub divisions 'partitions'.
> You create filesystems on these FreeBSD partitions and mount them.  
> There are conventions and expectations for some of these.  Usually 'a' is
> used for the root (/) file system, 'b' is used for swap, 'c' us unused
> and set up to refer to the whole slice by a few things, 'd' seems to be 
> unused, but I don't know the reason.  The remainder (e-h) have any use
> although often 'e' is used for /tmp 'f' is often used for /usr or /var
> or sometimes /home depending on how you choose to spread out and manage
> your disk space.  
> 
> Often second and and subsequent extra disks are assigned to one whole
> use and in that case it is common to use either 'a' or 'e' or 'f' to
> be its name.  Some times a chunk of each extra disk is used to add to
> swap space and typically the name 'b' is used for each of those regardless
> of which other letter names are used for the rest of the disk.
> 
> So, for example, if you have a machine with 3 IDE disks, split the first
> to be boot disks for MSwin and FreeBSD, dedicate the second to MSwin and
> use the third to add to swap and work space, you might have disks addressed
> as follows:   (Size choices are up to you, but remember, you always want more)
> 
>  ad0s2a  mounted as /(eg root)
>  ad0s2b  swap
>  ad0s2c  a comment describing the whole ad0s2 slice
>  ad0s2e  mounted as /tmp
>  ad0s2f  mounted as /usr
>  ad0s2g  mounted as /var
>  ad0s2h  mounted as /home
> 
>  ad2s1b  swap
>  ad2s1f  mounted as /work
>  
>  ad1s1   cal also be msdos mounted as something if you like.
> 
> Note:  You will need to install the boot loader on each disk that will have
> bootable systems on it.In this example, that is only ad0.   And you will 
> need to put a Master Boot Record on the first boot disk (from the BIOS point
> of view) - ad0 in this example.  If you choose to make all of the first
> disk (ad0) be dedicated to MSwin and the second disk (ad1) dedicated to
> FreeBSD, for example, you would need to write a boot loader on both ad0 
> and ad1 and the FreeBSD MBR on the first disk (ad0) even though you don't
> put any other FreeBSD stuff on that disk.  That is because the BIOS starts
> with that first disk to figure out how to boot and then the MBR takes over
> from there.   And, at least up to WinXP the Microsloth MBRs could not boot
> a UNIX OS - but FreeBSD could do either.   I have heard tell that now the
> MBR that comes with XP can do both, but haven't tried it.
> 
> Although the descriptions of fdisk and disklabel in the man pages can
> at first be rather confusing, after a while they begin to make sense and
> are relatively easy to use.
> 
> But, you can also use the sysinstall, either from an install CD or
> by invoking /stand/sysinstall and it will also do all your calculations
> for you in a minimal GUI interface.   Sysinstall will also make it write
> the boot loader and MBR if you want.
> 
> MS doesn't have anything exactly the same as those sub-partition divisions 
> of the slice (tho it does have something else vaguely similar called an 
> extended partition that is not compatible).
> 
> So, this was a bigger comment than I had planned, but we seem to go over
> and over this same confusion so often.

Thanks Jerry! This is one of the most informative posts I have seen in a
long time. All newbies should read this post very closely!

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Bulletin Board System

2003-06-30 Thread Adam
On Mon, 2003-06-30 at 09:53, Justin P. Michel wrote:
> I am looking at installing a Bulletin Board System on a website.  So far, I
> have looked at phpBB and InvisionBoard, but I was wondering if anyone is
> using a BBS, and if there are any reccomendations for a secure, simple
> package to get running quickly.

I'm a huge fan of FUDforum. Check it out here: http://fud.prohost.org/


-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: IDE for C

2003-07-01 Thread Adam
On Tue, 2003-07-01 at 15:43, Martin Vana wrote:
> I'm quite new to Freebsd and I'm searching for IDE similar /or better :-]/ to DJGPP 
> i used under WIN. I'm running 5.1 and Fluxbox over X. Any suggestions?
> Thanx 
> Martin
> 
> PS: I hope I haven't started some flame war :*-]

Try Anjuta. Stick with the stable branch for now, though. anjuta-devel
is still far too flaky for normal use. Can't even build new projects atm
...

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Starting 2nd X server with startx?

2003-07-02 Thread Adam
On Wed, 2003-07-02 at 12:23, stan wrote:
> I can't seem to figure out the proper syntax to start a 2nd X server using
> startx.
> 
> Could some kind soule enlighten me?
> 

$ display=:1 startx

That should work.

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Starting 2nd X server with startx?

2003-07-02 Thread Adam
On Wed, 2003-07-02 at 14:19, Joshua Oreman wrote:
> > $ display=:1 startx
> 
> a) It's DISPLAY, not display -- all caps is important.

Respectfully, you are mistaken. My example works; you're does not.


> The way I do this is:
> $ startx -- :1

This works too.


-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Opinions on ftp-server

2003-07-03 Thread Adam
On Thu, 2003-07-03 at 18:17, Per olof Ljungmark wrote:
> Not being entirely satisfied with the stock ftpd (i'm running 
> 4.6/4.7-REL) I'm interested in hearing some opinions on alternatives.
> 
> Access is for clients editing webpages, no anonymous. Number of users is 
> low so authorization through passwd is fine.
> 
> Stability and security is what I'm after.

Sounds like you want PureFTPd .. It's as secure as FTP can possibly be
(without using extras like SSL/TSL), and is extremely stable. In fact,
its the only popular FTPd that has NEVER had a root exploit. And, it
supports privilege seperation.

Note that the next major version is supposed to support SSL/TLS, but
this might not be released for a while.

What you want is a FTPd that supports the basics, without all the extra
'warez' features. It's those extra features that lead to security
problems and instability.

Anyhow, I would highly recommend you read through this page to make an
educated decision yourself:
http://www.linuxmafia.com/pub/linux/security/ftp-daemons

-- 
Adam <[EMAIL PROTECTED]>


signature.asc
Description: This is a digitally signed message part


Re: Opinions on ftp-server

2003-07-04 Thread Adam
On Thu, 2003-07-03 at 22:59, Monte Milanuk wrote:
> So what makes pureftpd so much better tahn vsftpd?
> 
> Seems to work well for RedHat, SuSE, and OpenBSD, to name a few.
> 
> http://vsftpd.beasts.org/

Never got around to trying vsftpd. Looks like a nice server, though.
Definitely working checking out.

Thanks for the tip,
-- 
Adam <[EMAIL PROTECTED]>


signature.asc
Description: This is a digitally signed message part


Re: Opinions on ftp-server

2003-07-04 Thread Adam
On Thu, 2003-07-03 at 22:59, Monte Milanuk wrote:
> So what makes pureftpd so much better tahn vsftpd?
> 
> Seems to work well for RedHat, SuSE, and OpenBSD, to name a few.
> 
> http://vsftpd.beasts.org/

I should ask you, what specific advantages does vsftpd have over
Pure-FTPd? I have been using Pure-FTPd for over a year and am very
pleased; should I switch?

-- 
Adam <[EMAIL PROTECTED]>


signature.asc
Description: This is a digitally signed message part


Re: GUI/CLI FTP client

2003-07-06 Thread Adam
On Sun, 2003-07-06 at 03:07, Edy Lie wrote:
> Is there any GUI/CLI Ftp client in FreeBSD which is comparable to
> Windows Flash FXP ?
> At least be able to set the indent and the range of passive ports.

For GUI, try gFTP and Ftpcube (although the FreeBSD Ftpcube port is
BADLY outdated).

For CLI, try lftp, ncftp, and yafc.

My preference is lftp, and I know for sure it does what you requested.

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


More hardware problems (advice needed)

2003-07-06 Thread Adam
My main FreeBSD (4.8) box has died on me again, and I'm 99% certain it's
due to hardware failure. However, I'm having a very hard time
determining what hardware is going bad, due to the nature of the crash.

Let me describe the scenario.

I was working on the machine, not doing anything out of the ordinary.
All of a sudden, my mouse stopped responding. I thought maybe moused had
crashed, so I did 'ps -aux |fgrep moused'. This caused ps to segfault,
which caused me to nearly soil myself. So, I decided to quickly kill all
my apps and exit X so I could reboot. When I closed X, I noticed a lot
of errors on my console about dc0 (my Linksys NIC interface, external)
having underruns, and that ad2 was timed out. I also noticed that my LAN
connection to my other box was dead. I tried to reboot, and all went
well until it got to the 'Rebooting...', at which point it hung. I
waited for 10+ minutes, thinking it might eventually reboot, but it was
stuck, so I turned it off. 

When I powered back up, I got tons of errors that the kernel couldn't be
loaded, and I couldn't even get into single-user mode. So, I made a
fixit floppy and fired up the fixit shell, and start poking around to
see what happened. I was able to mount ad3 and ad2 just fine, but
mounting ad0 caused fixit to panic and the machine reboot. 

So, this is where I am now. For those of you that remember, I had
another crash & burn experience on that machine a couple months ago,
where the machine just suddenly froze completely and my ad0 was trashed
when I boot back up. That time, I didn't have backups. This time, I do.
But, before I work on that computer again, I think I need to replace
some hardware.

I've heard pretty good arguments for both the ad0 drive (Western Digital
120gb, 2mb cache), and for the motherboard/cpu (Asus A7V266-E, Athlon
1600+). I used memtest86 to test the RAM, which came up clean. 

I doubt if its a power problem, since I've got a very nice case (Antec
1080, 400+ watts). Also, I've got another machine in my apartment that
hasn't experienced any weird problems like this. 

The CPU might be overheating, but its hard to tell. Roughly 5 minutes
after the crash, I checked the CPU temperature from the BIOS, which
registered 63C for the CPU. I have no idea how hot the CPU was at the
time of the crash, but it definitely had to have cooled off a bit in
those 5 minutes.

I don't have enough $$ to replace all the hardware, so I'd like some
expert advice as to what is the most likely culprit. I don't know if
I'll be able to convince any of Asus, AMD, or Western Digital to give me
an RMA number, but I can try (also would like some advice on this to
maximize my chances).

Thanks,
Adam

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: More hardware problems (advice needed)

2003-07-06 Thread Adam
On Sun, 2003-07-06 at 14:10, Bill Moran wrote:
> Sounds like a HDD going ... I had a similar sceneria a few months ago
> and it was the HDD.
> You could get a FreeSBIE CD, boot it and run cpuburn to test the CPU.

Good idea about FreeSBIE. I'll take a look at that in more detail
tomorrow. Thanks.

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ports error.

2003-07-06 Thread Adam
On Sun, 2003-07-06 at 15:26, Dead Line wrote:
> Hello everyone,
> 
>Im running FreeBSD 4.8R, fresh installation
> 
>Apache-fp Is up and running fine,
>I wanted to Add apache-asp from the ports collection, when i do the 
> command
>make
>it runs, then it stop and says

This is the wrong mailing list for this question. Try ports@ instead.

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: monitor's frequency

2003-07-09 Thread Adam
On Wed, 2003-07-09 at 04:02, przodownik wrote:
> I would like to have more monitor's  frequency.How this doing (under FreeBSD 4.7)?

If you are using X, this is easily set in the XF86Config file (check the
manpage).

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: bzflag 1.7g2 for FreeBSD?

2003-07-10 Thread Adam
On Thu, 2003-07-10 at 17:40, grwufwuf wrote:
> Deepest apologies if I missed the answer to this in a previous post, but I found 
> nothing in the website's archives.
> 
> bzflag 1.7g2 is out (an OpenGL tank game).  I tried compiling from source but 
> without much luck (gl lib errors; I can tweak some things, but not experienced 
> enough to tackle graphics libs yet).  Does ports (FreeBSD 4.8) have this version 
> updated?  
> 
> Its hardly a crucial application (debatable, especially around 2 in the morning :), 
> but thought I'd ask in case there's a port of the new release somewhere for 
> freeBSD-stable.  Thanks!

It was updated 8 days ago. Check here:
http://www.freshports.org/games/bzflag/

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Can no longer install ports

2003-07-11 Thread Adam
On Tue, 2003-07-08 at 05:41, Jim Hatfield wrote:
> When I do a make install in any ports dir, I now get this:
> 
> >speyburn# cd /usr/ports/graphics/tiff
> >speyburn# make
> >speyburn# make install
> >===>  Installing for tiff-3.5.7_1
> >===>   tiff-3.5.7_1 depends on shared library: jpeg.9 - found
> >===>   Generating temporary packing list
> >===>  Checking if graphics/tiff already installed
> >*** Error code 1
> >
> >Stop in /usr/ports/graphics/tiff.
> 
> make deinstall generates the same error.

There was a guy in #freebsd on FreeNode (IRC) yesterday describing the
exact same problem, but it was crashing when installing python. After
talking with him a while, we decided that either:
a) his ruby was broken and needed to be reinstalled
b) his portupgrade was broken and needed to be reinstalled
c) his pkgdb was broken (he tried running 'pkgdb -F' and it crashed)

Anyhow, I would suggest looking into reinstalling your ruby and
portupgrade. Hopefully that helps.

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: i want to switch from windows to freebsd, please help me.

2003-07-12 Thread Adam
On Sat, 2003-07-12 at 20:34, bob philituoy wrote:
> i have used nothing but window OS's in my 16 year lifespan and am tired of it. right 
> now i have a old sony vaio pcv-90 with win95 and a computer i built (1.8ghz P4 with 
> windows xp pro soon to be dual booted with linux suse 8.1 pro) and wanted to find a 
> version of unix i could try. i bought suse but am having alot of trouble installing 
> it and have not been able to run it. one of my friends has freebsd 4.4 and says that 
> he likes it more than anything else out there so he has gotten me interested in it 
> now. What do you version do you recomend for me to get since i am a major noob and 
> do you recomend any reading materials? I've been to http://store.yahoo.com/bsdmall/ 
> and looked around, do you recomend them any?
> Any help will be very appreciated.

First of all, you need to wrap your emails to 72-80 character rows so
people can read them. 

Second of all, I've found the best place to learn about FreeBSD is on
this mailing list, and on the FreeNode IRC channels dedicated to FreeBSD
(#freebsd, #freebsd-gnome, #kde-freebsd, #freebsdhelp). 

For searchable archives, try http://www.freebsdsearch.com,
http://www.freebsdforums.com/forums, and of course the FreeBSD handbook
on http://freebsd.org 

The handbook and FAQ is really the place to start. If you don't know
what part of the handbook to look, just ask here or on IRC and some kind
soul will help you out.

FreeBSD really is the best OS in the world, and also the best community.
You will love it.

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: printer

2003-07-13 Thread Adam
On Sun, 2003-07-13 at 12:27, ZaiD Dashti wrote:
> i have installed the printer/cups and printer/apsfilter
> 
> but i don't know how to use it ?, and how i can print under the X windows 
> (KDE) ?
> (Note: my printer on the another computer in my LAN network)

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/printing.html
http://www.linuxprinting.org/

The two URL's will tell you everything you need to know. If you're going
to use FreeBSD and be happy with it, you really need to learn how to
read for yourself. 

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Apache help

2003-07-22 Thread Adam
On Mon, 2003-07-21 at 16:33, Dzevad Fazlic wrote:
> I just installed freeBSD 4.8 with apache 1.3.27
> Everthing works perfect but when   i shutdown system or when i startup system 
> i am receiving this apache error
> (/usr/local/etc/rc.d/apache.sh:120: Syntax error :Unterminated quoted string )
> Can somebudy help please
> But if i start apache with this command   on shell  > apachectl start <
> It will work fine

Just a thought, did you ever edit that script with a Win32 text editor?
Those kind of weird errors are frequently caused by Win32 terminating
characters. Might be worth checking out, just to rule it out.

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: windowmaker problem

2003-07-23 Thread Adam
On Wed, 2003-07-23 at 08:29, marlon corleone wrote:
> bash-2.05b$ pkg_info | grep -i windowmaker
> wmtop-0.84  Windowmaker dock app to display
> top 3 CPU consuming process
> bash-2.05b$ windowmaker
> bash: windowmaker: command not found
> 
> 
> why wont windowmaker run? i did install the packaged,
> as you can see. i hope anyone got a tip.

Ah-hem, you do *not* have windowmaker installed. You have wmtop
installed. Read!

cd /usr/ports/x11-wm/windowmaker; make install clean

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ppp connection problem

2003-07-23 Thread Adam
On Wed, 2003-07-23 at 09:10, Brian Henning wrote:
> I am connecting to my isp with the following ppp.conf using the command
> >ppp -auto isp
> when i run the command i usually connect on the second try.
> for some reason the connection drops after the first try, but my 
> true problem is i can ping internal ips and not ips outside the network.
> I think my problem is with my default route is not setup properly.

Removing the 'set ifaddr' line fixed some weird problems for me.
However, I use ppp for PPPoE. It might be worth a try, though. I know
several people that have removed that line successfully.

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: windowmaker problem

2003-07-23 Thread Adam
On Wed, 2003-07-23 at 08:29, marlon corleone wrote:
> bash-2.05b$ pkg_info | grep -i windowmaker
> wmtop-0.84  Windowmaker dock app to display
> top 3 CPU consuming process
> bash-2.05b$ windowmaker
> bash: windowmaker: command not found
> 
> 
> why wont windowmaker run? i did install the packaged,
> as you can see. i hope anyone got a tip.

Ah-hem, you do *not* have windowmaker installed. You have wmtop
installed. Read!

cd /usr/ports/x11-wm/windowmaker; make install clean

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cdrom eject - by software?

2003-07-26 Thread Adam
On Sat, 2003-07-26 at 10:31, Lorin Lund wrote:
> Is there any program that will cause the CD to eject?

Here's how I do it. There's no need for special ports like sysutils/eject.

-$ cat ~/bin/ejectcd.sh 
/usr/local/bin/sudo /sbin/umount -v /cdrom
/usr/sbin/cdcontrol -v -f /dev/acd0 Eject

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Drivers for canon

2003-07-27 Thread Adam
On Sun, 2003-07-27 at 18:09, Serge Terryn wrote:
> My friend has a canon S520 printer. Any idea which driver to use under 
> apsfilter ?

http://www.linuxprinting.org

Although the website seems to be down at the moment, it has all the
answers you seek. Try back in a little while.

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: books

2003-07-27 Thread Adam
On Sun, 2003-07-27 at 22:25, Karl Agee wrote:
> Ok, so, if you could buy only ONE of the currently available FreeBSD books, 
> which one would it be???

The handbook.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html

Best part is, it's free. And it's up-to-date. And it's official.

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: new search tool for FreeBSD community

2003-07-28 Thread Adam
On Mon, 2003-07-28 at 07:58, Vlad Shabanov wrote:
> Rambler (www.rambler.ru) developed new search tool working
> with FreeBSD project mail archives. You can try it at 
>  http://freebsd.rambler.ru/
> 
> Index contains messages from all mail archives including cvs commits,
> bug reports, etc. We plan to update database daily.
> 
> Any comments, suggestions, bug-reports welcome.

I just tried it out and it seems to work just fine. I'll be bookmarking
this one. Thanks.

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Java Installation

2003-07-28 Thread Adam
On Mon, 2003-07-28 at 07:27, David Lynch wrote:
> Dear Sir,

There are many females that use this list regularly.


> I am an extremely novice FreeBSD (and Unix) user, and I am trying to install
> Java 1.1.8 on my Unix box.  I have downloaded the correct archive file and
> unpacked it using TAR, but when I come to run the next step of the
> instructions supplied, 'make', I get the error 'no target to make'.  Do you
> have any more instructions that I could please follow?

As root:
/usr/ports/java/jdk13
make install clean

>From there, follow the instructions on how to fetch the necessary files.

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Digicam, umass

2003-07-29 Thread Adam
On Tue, 2003-07-29 at 07:44, Kai Haberzettl wrote:
> trying to get my HP Photosmart120 to work with 4.8-STABLE. It does umass so 
> I just want to mount it. 
> 
> When I plug in the camera, I get this: 
> 
> umass0: Hewlett-Packard hp photosmart 120, rev 1.10/1.00, addr 2
> umass0: Get Max Lun not supported (IOERROR) 
> 
> and there seems to be do device configured that I can mount. 
> 
> usbdevs -v gives me: 
> 
> arthur# usbdevs -v
> Controller /dev/usb0:
> addr 1: self powered, config 1, OHCI root hub(0x), NEC(0x), rev 1.00
> port 1 addr 2: self powered, config 1, hp photosmart 120(0x4002), 
> Hewlett-Packard(0x03f0), rev 1.00
> port 2 powered 
> 
> umass support is in the Kernel and I did 'camcontrol rescan 0' 
> 
> Any ideas where to look next?

I have a HP FotoSmart 315, and I also had weird errors when trying to
get it to work in FreeBSD. I ended up spending $30 to get a SanDisk card
reader, and haven't had any problems since. Perhaps an option to
consider ..

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Help with FreeBSD Bridged Firewall

2003-07-29 Thread Adam
On Tue, 2003-07-29 at 18:26, William Knechtel wrote:
> Hello!
> 
> Help!! I'm running a PC with dual NICs and FreeBSD 4.8 as a bridged
> firewall.

This email is MUCH better suited for freebsd-net@ than here. 

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Dual booting FreeBSD and Windows XP

2003-07-30 Thread Adam
On Wed, 2003-07-30 at 12:41, Aviv wrote:
> I have a computer with Windows XP installed on it.
> I want to dual boot it with FreeBSD.
> My question is: does FreeBSD's boot loader support loading XP?
> Because I've heard XP doesn't like it's MBR being overwritten. Is this
> true?

Save yourself hassle and just use GAG. It's easy and it works.

http://gag.sourceforge.net/

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: What is OUT OF THE BOX

2003-08-01 Thread Adam
On Fri, 2003-08-01 at 03:24, W. D. wrote:
> You will then 
> have had an "out of the box" experience, or "OBE".

Why must we insist on confusing non-English patrons? 

OBE means 'out of body experience', and is completely different from the
current topic.

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: What is OUT OF THE BOX

2003-08-01 Thread Adam
On Fri, 2003-08-01 at 03:10, Peter Rosa wrote:
> sorry for the stupid question, which should not be here,
> but sometimes you use phrase "OUT-OF-THE-BOX".
> It can be also found on FBSD web-pages. I'm not from
> english-speaking country and I really do not know what
> does it mean.
> Can you explain, please ?

'Out of the box' means that something is in its default state, without
being customized. It is supposed to give the impression of how a product
appears right when you take it out of the box, before you integrate it
into your life and customize it. 

Hope this makes sense. ;p

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How to remove ^M character

2003-08-01 Thread Adam
On Fri, 2003-08-01 at 04:31, Anil Garg wrote:
> I ftp'd a file from windows to freebsdnot its every line has ^M at its
> end.
> Is there some command in vi (or some way) by whcih ^M can be removed.

In general, you can use a tool such as converters/unix2dos

However, in regards to FTP, you simply need to transfer text files in
ASCII mode, so that the ^M's are automatically removed.

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Semi OT: Linux lawsuit and FBSD

2003-08-01 Thread Adam
On Fri, 2003-08-01 at 14:50, Stephen Hovey wrote:
> The time is S ripe for a big noise to make a big impact to get people
> to see the light on FBSD's superiority etc...
> 
> Ive seen some article - but nothing like what I should..
> 
> I wonder how, those of us you really know its worth, can properly toot it
> !

This message belongs on freebsd-advocacy@ , not here,

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Java on FreeBSD?

2003-02-28 Thread Adam
On Fri, 2003-02-28 at 12:21, Sam Post wrote:
> Hello,
> 
> I've been trying to get Matlab to work on FreeBSD for a few days now, but I'm not 
> sure if the error is in the FreeBSD implementation of Java or in Matlab itself. 
> Matlab is technically not supposed to run on FreeBSD but I've been to websites where 
> people claim they have it running via Linux compatibility libraries (linuxcompat)
> 
> I guess I really have two questions: 1) does Java work on FreeBSD (and how), 2) does 
> Matlab work on FreeBSD (and how?)
> 
> Any information you have would be worth it's weight in gold (fortunately for my 
> pocketbook, information is pretty light!) so thanks in advance!
> 
> I've attached some error reports, maybe they'll be useful...
> 
> Sam Post
Matlab will work on FreeBSD (using Linux binary support), but you have
to muck around with the startup scripts to make it believe FreeBSD is a
supported platform. 

As for Java, you obviously have discovered that the native JDK in
FreeBSD 4.x doesn't work very well. My suggestion would be to install
the Linux JDK, and create some fancy symlinks if Matlab doesn't allow
for specifying where the java executable is located.

Hope this helps.

-- 
Adam <[EMAIL PROTECTED]>


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


Problem using Fluxbox as Gnome2 Window Manager

2003-03-02 Thread Adam
I set my WINDOW_MANAGER variable to the full path for fluxbox, and
launch startx .. Gnome loads up, then loads fluxbox, but then gets stuck
for about 90 seconds while on the 'Window Manager' part of the loading
dialog.

After 90 seconds or so, the loading dialog finishes and the rest of
Gnome2 is loaded, and everything seems to work fine. My question is, why
is it getting stuck for 90 seconds like that? What do I need to do to
avoid that delay? When I use the default Gnome WM, it only takes a few
seconds to Gnome to load completely. Similarly, when I launch Fluxbox
directly, it loads almost instantaneously ..

Just for a test, I also loaded the ultra-minimalistic PWM window manager
in Gnome, and that also exhibited the same problem.

Any ideas what to do here? I am using FreeBSD 4.7, with all installed
ports running latest available versions.

Thanks,
-- 
Adam <[EMAIL PROTECTED]>


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


How to use TightVNC Viewer in fullscreen on Fluxbox

2003-03-03 Thread Adam
I would like to use TightVNC Viewer in fullscreen mode on Fluxbox on one
of my workspaces to monitor my Windows computer. However, once I start
up TightVNC viewer in fullscreen, I cannot figure out how to change to a
different workspace, since all commands are being sent to the Windows
machine instead of my X11 desktop. So, essentially, once I've started
the viewer in fullscreen, I am locked into that workspace until I
somehow kill the vncviewer process.

Does anyone have any idea how to change workspace from within a
fullscreen TightVNC session? I'd really love to figure out how to do
this.

Thanks,
-- 
Adam <[EMAIL PROTECTED]>


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


Re: Screen Shots

2003-03-06 Thread Adam
On Thu, 2003-03-06 at 22:06, Gerard Samuel wrote:
> For the life of me, I cannot remember the command line program to take 
> screen shots.
> Its been a while.
> If someone could remind me with a man page would be great.

I don't remember either, but ksnapshot works well .. I use it all the
time .. 

-- 
Adam <[EMAIL PROTECTED]>


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


Matrox G450 AGP speed wrong in glxinfo

2003-03-12 Thread Adam
glxinfo reports the following on my FreeBSD box:
OpenGL renderer string: Mesa DRI G400 20020221 AGP 1x x86/MMX/3DNow!/SSE

I've got a Matrox G450, which is supposed to support up to AGP 4x:
http://www.matrox.com/mga/products/mill_g450/home.cfm

My motherboard is an Asus A7V266-E, which is also supposed to support up
to AGP 4x:
http://usa.asus.com/mb/socketa/a7v266-e/overview.htm

So why does glxinfo think I'm running at AGP 1x? Could this be an
explanation for my relatively poor video performance? How can I fix
this?

-- 
Adam <[EMAIL PROTECTED]>


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


Re: Matrox G450 AGP speed wrong in glxinfo

2003-03-12 Thread Adam
On Thu, 2003-03-13 at 00:38, Glenn Johnson wrote:
> Enter the following in the "Device" section of your XF86Config file and 
> restart X:
> 
> Option  "AGPMode" "4"
> 
> Check glxinfo again and you should see it running at 4x.

Ah, you are most wise .. That worked perfectly .. I wonder why that
option isn't in the XF86Config man page .. It really should be ..

-- 
Adam <[EMAIL PROTECTED]>


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


Re: gFTP says: Cannot set socket to non-blocking

2003-03-15 Thread Adam
On Sat, 2003-03-15 at 06:20, Andrew Robinson wrote:
> I'm trying to set up gFTP on Release 5.0.  I can ssh to the target machines 
> from the command line, but when I try to connect from FreeBSD, I get an 
> error: 
> 
> Cannot set socket to non-blocking: Resource temporarily unavailable
> 
> It doesn't happen with gFTP on other platforms.  Does anyone have any 
> experience with this?
This recently happened to me on my FreeBSD 4.7 box. I don't know what
causes it, or how to fix it. But at very least, now you know you're not
the only one having the problem.

-- 
Adam <[EMAIL PROTECTED]>


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


Re: Stuck with pkg_info

2003-03-17 Thread Adam
On Mon, 2003-03-17 at 23:19, Brian McCann wrote:
> It's been a bad week.  Here's today's problem.  I just tried running
> pkg_info after updating my ports collection and I get the error
> "pkg_info: read_plist: bad command '@ckmment
> MD5:e612f324240eea2f88d666ee1325ea7c' ".  I tried removing the pkgdb.db
> file in /var/db/pkg and rebuilding it using pkgdb -u, but that didn't
> fix it.  Anyone have any other suggestions?

Does 'pkgdb -F' give any extra information? 

-- 
Adam <[EMAIL PROTECTED]>


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


Re: Which program for UML-modelling?

2003-03-19 Thread Adam
On Wed, 2003-03-19 at 05:08, INV/Stefan K. wrote:
> I am searching for a program which runs on FreeBSD
> for UML-modelling.
Visual Paradigm runs on FreeBSD using Linux binary support. TCM is
another option, but not as nice as VP.
-- 
Adam <[EMAIL PROTECTED]>


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


Re: Help! sshd failing after upgrade

2003-03-21 Thread Adam
On Fri, 2003-03-21 at 04:22, Andreas Widerøe Andersen wrote:
> Dear list readers,
> Two days ago I cvsup'ed the latest src, compiled a new kernel and issued a 
> build/installworld. My system was running 4.7 STABLE and is now 4.8 RC. I 
> have one problem that I can't fingure out.
> 
> After upgrading my sshd stopped working with the following message under 
> boottime (also if I try to manyally start it from /usr/local/etc/rc.d/):
> 
> # ./sshd.sh start
> /usr/libexec/ld-elf.so.1: /usr/local/sbin/sshd: Undefined symbol 
> "OpenSSL_add_all_algorithms"
> 
> I can't ssh to my box anymore.. and this is a big problem since this is a 
> surveillance, backup, mail and www server. I have looked in /etc/ssh, but 
> not found any reference to this undefined symbol.

I don't have a solution for you on this one. However, if you find a
solution (and possibly even the cause), please post it back to the list,
or email me personally. I am planning on upgrading to 4.8 soon as well,
and I don't want any 'surprises' like you have encountered.

-- 
Adam <[EMAIL PROTECTED]>


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


Re: Generating passwords

2003-03-23 Thread Adam
On Sun, 2003-03-23 at 23:38, Tony wrote:
> Is there a program that will give unique passwords to be as login passwords.
> I seems to always stumble over deciding what it do.

> Idealy the program would do somethin like running the backgound generating
> passwords or random numbers and when asked generate a login 
> password...

-$ cat /usr/ports/security/apg/pkg-descr 
An automated password generator, using several strong algorithms
for random and/or pronounceable password generation, and a built-in
pseudo-random number generator.

WWW:http://www.adel.nursat.kz/apg/
Author: Adel I. Mirzazhanov <[EMAIL PROTECTED]>


This is a pretty popular and highly regarded password generator .. Give
it a shot .. 

Once it's installed, type 'man 8 apgd' .. This seems to be what you're after .. 

-- 
Adam <[EMAIL PROTECTED]>


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


Re: Generating passwords

2003-03-23 Thread Adam
On Mon, 2003-03-24 at 00:04, Jan-Espen Pettersen wrote:
> This C program will generate random passwords.
> ...
> int main()
> {
>  int min_lenght = 8;
>  int max_lenght = 30;
>  int a;
>  long int b;
>  char *c = 
> "-abcdefghijklmnopqrstuvwxyz-ABCDEFGHIJKLMNOPQRSTUVWXYZ---_/*+1234567890!#---1234567890-";
>  char *d; 
>  long int e;
>  srandomdev();
>  e = random();
>  e = min_lenght + (e % ((max_lenght - min_lenght) + 1));
>  printf("lenght=%d\n", e);
>  e++;
>  d = (char *) malloc(e);
>  e--;
>  d[e] = 0;
>  a = 0;
>  while (a < e)
>  {
>   b = random();
>   b = b % strlen(c);
>   d[a] = c[b];
>   a++;
>  };
>  printf("password=\"%s\"\n", d);
> };

I have a few issues with this code .. 
a) You never free() your malloc'ed memory

b) You shouldn't call strlen(c) every time you iterate through the
while() loop (since 'c' isn't changing). Set this length in a variable
before the while loop, then make use of that variable. This could even
be a #define, since the string is hard-coded.

c) I'm not sure this is completely portable: d[e] = 0;
Just in case, I'd suggest: d[e] = '\0';

d) Combine these two lines:
b = random();
b = b % strlen(c);
--> b = random() % len; // using 'len' variable as I mentioned before. 

e) You never return from main(). Some compilers will be very unhappy
about this. Better to be explicit.

f) You don't check the return value of malloc(). This should be a
no-brainer. *Always* check the return value of malloc/calloc, no matter
how little memory you are requesting.

-- 
Adam <[EMAIL PROTECTED]>


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


Re: gcc bug?

2003-03-23 Thread Adam
On Mon, 2003-03-24 at 01:28, milo wrote:
> hi, i can't compile the source code --
> ...
> any ideas what's wrong?

What version of gcc are you using? 
If you don't know, type: gcc -v

-- 
Adam <[EMAIL PROTECTED]>


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


IPF misbehaves on prolonged TCP flood

2003-03-24 Thread Adam
I am running FreeBSD v4.7 on a Athlon 1600+ w/ 512mb RAM. I have
experienced on several occasions where a prolonged TCP flood causes me
to lose the ability to do DNS resolutions. 

My internet connection itself is still working, as my existing
connections are still active. The only thing I've noticed not working is
DNS resolutions. The problem will persist indefinitely unless I rehash
IPF.

This problem has happened twice when backing up my Windows "C:\Program
Files" directory via FTP to my FreeBSD box. It also happened recently
when some lamer was DDoS'ing my box for ~30 hours or so.

Each time, rehashing IPF fixes the problem instantly. So, IPF has to be
related. Is anyone familiar with such a problem? Any idea what might be
causing it, or how to correct it by adding/removing/modifying a setting
somewhere?

Thanks,
-- 
Adam <[EMAIL PROTECTED]>


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


Re: Freebsd - restarting itself?!

2003-03-24 Thread Adam
On Mon, 2003-03-24 at 14:20, Steve Warwick wrote:
> Hi All, 
> 
> Is it possible for FreeBSD to shut itself down and restart for no reason?
> 
> My machine was restarted last night and my hosting company claims they did
> not touch the server or have any problems. This has been going of for a few
> months now -- intermittent restarts that no one claims responsibility for.
> 
> This is a new machine with the latest OS (4.7) so I can't blame a faulty
> power supply or something like -- I have more fans than Britney in the
> server, for HD and CPU so I don't think it's a temp problem.

Have you checked your logs? Are there any indications of something going
terribly wrong?

Maybe someone has remotely exploited your box and is rebooting it just
to be a bastard?

New machines are not always perfect. In fact, I consider them untested.
I've installed plenty of machines at work that didn't work right out of
the box. So, hardware problems cannot be ruled out just by saying the
machine is new.

-- 
Adam <[EMAIL PROTECTED]>


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


Re: IPF misbehaves on prolonged TCP flood

2003-03-24 Thread Adam
On Mon, 2003-03-24 at 14:33, Adam wrote:
> I am running FreeBSD v4.7 on a Athlon 1600+ w/ 512mb RAM. I have
> experienced on several occasions where a prolonged TCP flood causes me
> to lose the ability to do DNS resolutions. 

Just to clarify: The problem persists for hours even after the flood has
stopped. 

The *only* way (short of rebooting) that I've found to fix the problem
is to rehash IPF: ipf -Fa -FS -vf /etc/ipf.rules -E

-- 
Adam <[EMAIL PROTECTED]>


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


Re: gcc bug?

2003-03-24 Thread Adam
On Mon, 2003-03-24 at 22:41, milo wrote:
> $ gcc -v
> Using builtin specs.
> gcc version 2.95.3 20010315 (release) [FreeBSD]
You're a bit outdated:

-$ gcc -v
Using builtin specs.
gcc version 2.95.4 20020320 [FreeBSD]

-- 
Adam <[EMAIL PROTECTED]>


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


Re: FreeBSD and Oracle

2003-03-28 Thread Adam
On Fri, 2003-03-28 at 04:25, Michael Hostbaek wrote:
> I have a linux box runnning Oracle, I'd like to switch it to FreeBSD.
> Has anyone successfully run oracle on FreeBSD in a prodution
> environment? 
> 
> I am using Oracle 8i - it should be possible to run it under FreeBSD
> with linux emulation, right ?

It can be an amazing pain getting Oracle to work on FreeBSD .. The only
way I've ever heard of anyone getting it to work is to install it on a
Linux box, then copy all the files over to FreeBSD, then use Linux
emulation to run it .. Even this is a bit too dodgy for me .. 

IMO, better to stick with DB2 or PGSQL on FreeBSD.

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: About ADSL and Internet Sharing

2003-03-28 Thread Adam
On Fri, 2003-03-28 at 19:44, Alfonso Romero wrote:
> I followed all the indications in the handbook to share an ADSL modem with several 
> PCs through a FreeBSD box, but can´t access www with the other PCs. I can ping 
> www.yahoo.com from any PC, but that´s all I can do. What could be the problem?

More than likely your NAT is misconfigured. 

Here's how I have mine set up (ipnat):
map tun0 192.168.56.0/24 -> 0/32 portmap tcp/udp 63000:65535
map tun0 192.168.56.0/24 -> 0/32

Basically what this says is:
- All internal traffic will be routed between 63000-65535
- All outgoing connections from internal machines will be temporarily
translated. Meaning, if 192.168.56.5:3456 (internal client) connects to
192.168.56.2:63001 (gateway), when the data comes back from the remote
server to 63001, NAT remembers that this is actually intended for
192.168.56.5:3456, and routes accordingly ..

I hope this makes sense to you ..

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: XMMS playing things too slow

2003-03-28 Thread Adam
On Fri, 2003-03-28 at 20:02, Kevin Downey wrote:
> I am not sure if this is an XMMS problem or a FreeBSD problem, but XMMS will start 
> playing mp3s fine, but after 1 or 2 it plays the next mp3 really slowly. If I stop 
> and play again it works fine. Is anyone else experiencing this?
> 
> /var/log/messages doesn't show anything
> but XMMS gives this error:
> ** WARNING **: SNDCTL_DSP_SPEED ioctl failed: Cannot allocate memory

What kind of sound card? Is audio device loaded at runtime or built into
kernel?

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


[no subject]

2003-03-28 Thread adam
hi,

I have a problem when installing freeBSD 5.0. I can
not find my vedio card. my card is: ATI rage 128. but
I can not find it when config my Xserver.

thanks so much for you reply.

win

__
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: starting MySQL-server at boot time

2003-03-31 Thread Adam
On Mon, 2003-03-31 at 17:29, Konrad Scorciapino wrote:
> After installing mysql-server:
> * This port has installed the following startup scripts which may cause
> * these network services to be started at boot time.
> * /usr/local/etc/rc.d/mysql-server.sh
> 
> But how can I make the system run this script or anything else at boot time?

Any executable script accepting a 'start' command-line argument found in
/usr/local/etc/rc.d will be executed when the system starts up. I
suggest you consult the Handbook for more information.

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: worker filemanager and some

2003-04-01 Thread Adam
On Tue, 2003-04-01 at 10:57, alvins wrote:
> was wondering if someone could help me out with worker filemanager. cant
> seem to associate text files with gvim or mp3 files with mpg123. went to
> the authors site and found some docs but cant really make anything out
> of it. downloaded the manual but it looks like some of the pages are not
> there? 
> 
> anyways, tried to associate some text files with 'own command' but
> after that, all the other (unknown) files are 'text' files. so what am i
> doing wrong? 
> 
> so, if anyone here is using worker, could you help me out? 

1) Click the C in the upper-left corner (configuration)
2) Click on Filetypes
3) Select 'MP3 File' and click Edit Type
4) Select 'DoubleClick-Action'
5) Select 'own command' and hit Configure
6) Change the "program" line to look however you want
7) Save everything

You'd do something similar for text files ..

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: worker filemanager and some

2003-04-01 Thread Adam
On Tue, 2003-04-01 at 10:57, alvins wrote:
> anyways, tried to associate some text files with 'own command' but
> after that, all the other (unknown) files are 'text' files. so what am i
> doing wrong? 

Hrm, it seems Text files aren't even in the default list of filetypes.
But, you can add it.

1) Click on the C in the upper-left corner
2) Click on Filetypes
3) Click on New type
4) Enter a descriptive name for the filetype in the Name: field (eg,
Text file)
5) Select 'DoubleClick-Action'
6) Click 'Add command'
7) Select 'own command' and hit Okay
8) Enable 'Run in background'
9) In the program: field, enter the command you'd like to run when the
Text file is double-clicked. eg, nedit {f}
10) Hit Okay
11) In the Pattern: field, enter: *.txt
12) Enable "Use Pattern"
13) Enable "Ignore case" (if you want the action to also work on .TXT,
etc)
14) Save everything

Lots of steps, but it does make Worker extremely configurable. It's by
far my favourite file manager for X.

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Cannot load crack.c

2003-04-01 Thread Adam
On Tue, 2003-04-01 at 12:34, Elliott Liggett wrote:
> Hi folks, I just downloaded an exploit off insecure.org, and it has 
> totally fried my system.
> 
> It seems as though I was supposed to type in an ip address other than my 
> own with the command.
> 
> My friend told me that FreeBSD was based off RedHat, so I tried a few of 
> those programs, and its really messed up now.
> 
> My ip address is 192.168.1.206, and my root password is crash3burn.
> 
> Can you help me?

Sounds like an April Fools joke to me ;p

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Loopback filesystem support?

2003-04-03 Thread Adam
On Thu, 2003-04-03 at 00:52, Rus Foster wrote:
> Hi All,
>  Does FreeBSD have any support for loopback filesystems. i.e. I mean being
> able to mount a file as a filesystem ala Linux. Googling didn't chuck back
> much and the nearest I found was mount_null. Is it possible?

***
-$ man mount_null

MOUNT_NULL(8)   FreeBSD System Manager's Manual 
MOUNT_NULL(8)

NAME
 mount_null - mount a loopback filesystem sub-tree; demonstrate the
use of a null file system layer


BUGS
 THIS FILESYSTEM TYPE IS NOT YET FULLY SUPPORTED (READ: IT DOESN'T
WORK) AND USING IT MAY, IN FACT, DESTROY DATA ON YOUR SYSTEM.  USE AT
YOUR OWN RISK.  BEWARE OF DOG.  SLIPPERY WHEN WET.

 This code also needs an owner in order to be less dangerous -
serious hackers can apply by sending mail to <[EMAIL PROTECTED]> and
announcing their intent to take it over.



***


mount_null is all that exists for a loopback filesystem in FreeBSD
(afaik), and it does have many sharp edges (I actually once lost ~30gb
b/c of it). I'd avoid it at all costs. Try using symlinks instead, if
possible. 

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Loopback filesystem support?

2003-04-03 Thread Adam
On Thu, 2003-04-03 at 08:57, Jeff Walters wrote:
> See also:
> 
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/disks-virtual.html
> 
> vnconfig goes away in favor of mdconfig in FreeBSD 5.0.

Ah, I guess there is another solution other than mount_null .. My
mistake ..

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


How to list installed ports that have no dependant ports

2003-04-03 Thread Adam
(/usr/ports) - ([EMAIL PROTECTED]) - (01:31:37)
-$ pkg_info |wc -l
 488

As you can see, I need to clean up my system quite a bit. I've got a ton
of things installed, most of which were installed as dependencies for
ports that have since been uninstalled.

So, what I'd like to do is list all the ports installed on my box that
have nothing dependant on them. In this way, I could start removing
things that I don't need anymore. 

Is there any clever way to do this? I've toyed around with a few ideas,
but haven't been able to come up with anything that works nicely.

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Protecting against fork bombs

2003-04-05 Thread Adam
In light of the recent problems with cyclic Xft dependencies, it has
become painfully obvious how quickly a fork bomb can bring my computer
to a complete halt. 

Does FreeBSD provide any solutions for protecting against fork bombs?
When I tried installing Mozilla yesterday morning, the explosion of
'make' processes brought my box to it's knees in minutes. 

I'd really like a way of protecting myself from something like this
happening again.

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Protecting against fork bombs

2003-04-05 Thread Adam
On Sat, 2003-04-05 at 13:22, Dirk-Willem van Gulik wrote:

>   ulimit -u 100
> 
> does not do that for you adequately enough (or setting the same in
> /etc/login.conf (field maxproc)) ??

I suppose ulimit would do the trick .. Are there any standard guidelines
for how many processes to allow? This box is 1.5GHz Athlon, 512mb RAM,
1024mb swap ..

-- 
Adam <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


  1   2   3   4   5   6   7   8   9   10   >