Re: About LKM and COM's devices from Russia

2005-04-23 Thread Александр Деревянко
Belkin wrote: Hello! I'm a programmer from Russia. Where can I find documentation about LKM drivers or about next thing: I need to write driver of special device attached to com-port. I don't know how can I work with com-port (using termios.h or assembler?), because I don't know what is correct

Re: "The Complete FreeBSD": errata and addenda

2005-04-23 Thread Edward Lichtner
Hi, Excellent book, by the way. Gives a different perspective from the handbook (ever noticed how two cameras give you a better account on what happens on the race track, even if they are filming the same thing ?). Also of great use when your system isn't up and running yet and you actually don't h

need help

2005-04-23 Thread angelito munez
the thing is.. im i have an existing dsl connection running on D-LINK router. now the ISP give only one real ip. what i did is from D-link to my 4.11 box i put static ip which is 172.16.16.1 to vr0.and goin out to client it will be 192.168.0.2.. do u have any idia coz i cant browse.. and how to kn

Re: need help

2005-04-23 Thread Robert Slade
On Sat, 2005-04-23 at 09:07, angelito munez wrote: > the thing is.. im i have an existing dsl connection > running on D-LINK router. now the ISP give only one > real ip. what i did is from D-link to my 4.11 box i > put static ip which is 172.16.16.1 to vr0.and goin out > to client it will be 192.1

Toshiba Portégé 4000 laptop

2005-04-23 Thread Laurent Debacker
Hello, Both FreeBSD 5.3 and 5.4-RC3 freeze during the boot of the kernel. It detects my CPU, RAM, some ACPI stuffs.. I noticed pci1: at device 0.0 (no driver attached). I don't know if it's ok. At the end, it says ohci0: [GIANT-LOCKED] then usb0: OHCI version 1.0, legacy support, then nothing. F

Re: Small error in Status Report page

2005-04-23 Thread Marc Fonvieille
On Fri, Apr 22, 2005 at 09:25:00PM +0300, B.Bonev wrote: > In 'Storage driver SMPng locking' section on 'January-April 2005 Status > Report' page, link to the Freebsd Systems is wrong. > It should be http://www.freebsdsystems.com/, not > http://www.freebsdsystmes.com/ > :) > Fixed, thanks! Marc _

Re: mplayer/mplayer-plugin question

2005-04-23 Thread Miguel Mendez
On Fri, 22 Apr 2005 18:08:07 -0400 Adam Weinberger <[EMAIL PROTECTED]> wrote: > Personally, I'd love to see /usr/X11R6 folded into /usr/local, but until > then, I think it's nothing short of retarded for apps to install into > unusual locations to prove a point. It might be interesting looking

5.4-RC2: Unexpected reboots

2005-04-23 Thread Erik Nørgaard
Hi, I have had problems recently keeping my 5.3 up, then I upgraded to 5.4-RC2. Things seemed stable, but then I just ran last: norgaard ttyp1charmSat 23 Apr 12:05 still logged in norgaard ttyp0charmSat 23 Apr 11:57 still logged in norgaard

Re: 5.4-RC2: Unexpected reboots

2005-04-23 Thread Erik Nørgaard
Erik Nørgaard wrote: Any ideas what causes this? Any ideas how I can tune syslog to grap the events? Ofcourse for the last question, I should include my syslog.conf: # Emergency: System failure stuff! *.emerg * *.warn

Unexpected reboots

2005-04-23 Thread Erik Nørgaard
Hi, I have had problems recently keeping my 5.3 up, then I upgraded to 5.4-RC2. Things seemed stable, but then I just ran last: norgaard ttyp1charmSat 23 Apr 12:05 still logged in norgaard ttyp0charmSat 23 Apr 11:57 still logged in norgaard

Re: Stuck in bootstrapping hell - how do I troubleshoot?

2005-04-23 Thread Alex Zbyslaw
Chris Zumbrunn wrote: Yes, I'm just waiting until someone has to go by there anyway in the next days. No big deal, but it's not urgent enough to justify the trip just for that. In the meantime, it is annoying to know that ultimately I just have this problem because I'm doing something wrong! ..

RE: Stuck in bootstrapping hell - how do I troubleshoot?

2005-04-23 Thread bob
Turn off power management in PC bios and try again. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Alex Zbyslaw Sent: Saturday, April 23, 2005 7:16 AM To: Chris Zumbrunn Cc: [EMAIL PROTECTED] Subject: Re: Stuck in bootstrapping hell - how do I troubleshoot?

struggling with ports, packages, cvsup

2005-04-23 Thread T P
I have just installed FreeBSD 5.3 and I am trying to get the latest firefox, 1.0.3,1, and pkg_add -r firefox gives me 0.9. something and downloading the latest source and typing make install clean gives me some wierd patch-250862 failed error. I saw someone else mention using cvsup to update the f

Re: struggling with ports, packages, cvsup

2005-04-23 Thread [EMAIL PROTECTED]
On Sat, 23 Apr 2005 05:51:02 -0700 T P <[EMAIL PROTECTED]> wrote: > I have just installed FreeBSD 5.3 and I am trying to get the latest > firefox, 1.0.3,1, and pkg_add -r firefox gives me 0.9. something and > downloading the latest source and typing make install clean gives me > some wierd patch-2

Re: 5.4-RC2: Unexpected reboots

2005-04-23 Thread Mike Tancsa
On Sat, 23 Apr 2005 12:39:16 +0200, in sentex.lists.freebsd.questions you wrote: >Hi, > >I have had problems recently keeping my 5.3 up, then I upgraded to >5.4-RC2. Things seemed stable, but then I just ran last: > >I didn't realise the crashes while locked in with ssh, I thought it was > >Any

need help pls asap

2005-04-23 Thread angelito munez
hi guys.. ok.. this is actually the problem.. the isp give us a public ip.. then it was assigned to the ADSL router.. then at the router, DCHP is enabled... so this means that my freebsd box is inside a private network with ip 172.16.16.2.. router has the private ip 172.16.16.1.. the router itse

Re: struggling with ports, packages, cvsup

2005-04-23 Thread T P
I have figured out what was wrong with my /etc/hosts file and I have CVSup running now. Here is my supfile constructed following the example in the handbook: *default tag=. *default host=cvsup3.us.FreeBSD.org *default prefix=/usr *default base=/var/db *default release=cvs delete use-rel-suffix co

Re: Stuck in bootstrapping hell - how do I troubleshoot?

2005-04-23 Thread Chris Zumbrunn
On Apr 23, 2005, at 1:16 PM, Alex Zbyslaw wrote: Chris Zumbrunn wrote: Yes, I'm just waiting until someone has to go by there anyway in the next days. No big deal, but it's not urgent enough to justify the trip just for that. In the meantime, it is annoying to know that ultimately I just have th

Re: Stuck in bootstrapping hell - how do I troubleshoot?

2005-04-23 Thread Chris Zumbrunn
On Apr 23, 2005, at 1:27 PM, <[EMAIL PROTECTED]> wrote: Turn off power management in PC bios and try again. Thanks, I'll try that. /czv ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscri

Re: need help pls asap

2005-04-23 Thread Ash
angelito munez wrote: hi guys.. ok.. this is actually the problem.. the isp give us a public ip.. then it was assigned to the ADSL router.. then at the router, DCHP is enabled... so this means that my freebsd box is inside a private network with ip 172.16.16.2.. router has the private ip 172.16.

makewhatis oddness (weekly run output)

2005-04-23 Thread jimmie james
FreeBSD fortytwo.zapto.org 4.11-STABLE FreeBSD 4.11-STABLE #0: Fri Apr 15 02:32:55 EDT 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/FORTYTWO i386 >From the weekly run output, I get: Rebuilding whatis database: makewhatis: /usr/local/man/man1/cowthink.1: No such file or directory makewhatis: /u

Re: Two natd daemons

2005-04-23 Thread Ash
Alexandr Lookoshkoff wrote: Hello freebsd-questions, I have gateway with two external links and want to some users using second link. How it can be done? Is it possible via two copyes of natd running? What you are asking involves making a routing decision based on the source IP (sometimes ca

Need help setting up an IMAP Server on a local network

2005-04-23 Thread Bill Schmitt (SW)
I would like to set up an IMAP server on a FreeBSD box for my home network. I don't have a lot of depth in this area, so could really use some help or pointers to "how to" pages. Searching the web and reading the documentation has left a couple of gaps that I would appreciate someone filling in

Re: Need help setting up an IMAP Server on a local network

2005-04-23 Thread [EMAIL PROTECTED]
On Sat, 23 Apr 2005 10:58:57 -0400 "Bill Schmitt (SW)" <[EMAIL PROTECTED]> wrote: > I would like to set up an IMAP server on a FreeBSD box for my home > network. I don't have a lot of depth in this area, so could really use > some help or pointers to "how to" pages. Searching the web and > read

Re: Toshiba Portégé 4000 laptop

2005-04-23 Thread Kevin Kinsey
Laurent Debacker wrote: Hello, Both FreeBSD 5.3 and 5.4-RC3 freeze during the boot of the kernel. It detects my CPU, RAM, some ACPI stuffs.. I noticed pci1: at device 0.0 (no driver attached). I don't know if it's ok. At the end, it says ohci0: [GIANT-LOCKED] then usb0: OHCI version 1.0, legacy su

Re: makewhatis oddness (weekly run output)

2005-04-23 Thread Dan Nelson
In the last episode (Apr 23), jimmie james said: > FreeBSD fortytwo.zapto.org 4.11-STABLE FreeBSD 4.11-STABLE #0: Fri Apr > 15 02:32:55 EDT 2005 > [EMAIL PROTECTED]:/usr/obj/usr/src/sys/FORTYTWO i386 > > >From the weekly run output, I get: > Rebuilding whatis database: > makewhatis: /usr/loca

Building firewalk 5.0 from ports

2005-04-23 Thread Steven R Howe
Hello, In attempting to build firewalk from the ports collection, I received the following error: cc -DHAVE_CONFIG_H -I. -I. -I../include -I/usr/local/include -O -pipe -Wall -c init.c init.c: In function `fw_init_net': init.c:156: `BIOCIMMEDIATE' undeclared (first use in this function) init.c:

Sanity check needed on an idea

2005-04-23 Thread Tuc
Hi, I'm planning on deploying a few servers, each of which will be doing some same things (Web, mail, etc) and some that will have other tasks (MRTG, IRRPT, etc). I'm to the point where going to upgrade software or make a config change on 10 servers gets really annoying. I was l

OT: HTTP response handling - date correction in the client?

2005-04-23 Thread Louis LeBlanc
This is OT, I know, but there's gotta be someone on this list that knows the various HTTP specs better than I do. I do know them better than your average bear, at least, but apparently not as well as I thought. I seem to remember reading in a spec, some time ago, details of date correction perfor

Re: makewhatis oddness (weekly run output)

2005-04-23 Thread jimmie james
On 4/23/05, Dan Nelson <[EMAIL PROTECTED]> wrote: > In the last episode (Apr 23), jimmie james said: > > FreeBSD fortytwo.zapto.org 4.11-STABLE FreeBSD 4.11-STABLE #0: Fri Apr > > 15 02:32:55 EDT 2005 > > [EMAIL PROTECTED]:/usr/obj/usr/src/sys/FORTYTWO i386 > > > > >From the weekly run output, I g

Re: mplayer/mplayer-plugin question

2005-04-23 Thread Adam Weinberger
Miguel Mendez wrote: On Fri, 22 Apr 2005 18:08:07 -0400 Adam Weinberger <[EMAIL PROTECTED]> wrote: Personally, I'd love to see /usr/X11R6 folded into /usr/local, but until then, I think it's nothing short of retarded for apps to install into unusual locations to prove a point. It might be inter

Re: struggling with ports, packages, cvsup

2005-04-23 Thread Lei Sun
I had same question yesterday :) you need to copy the ports-supfile from the example directory instead of the standard file. And the supfile you have should have "ports-all" in there. Yours have 'src-all', which is for the system src. On 4/23/05, T P <[EMAIL PROTECTED]> wrote: > I have figured out

Re: need help pls asap

2005-04-23 Thread Clifton Royston
On Sat, Apr 23, 2005 at 06:12:39AM -0700, angelito munez wrote: > hi guys.. ok.. this is actually the problem.. the isp give us a > public ip.. then it was assigned to the ADSL router.. then at the > router, DCHP is enabled... so this means that my freebsd box is > inside a private network with ip

Re: mplayer/mplayer-plugin question

2005-04-23 Thread Gary Kline
On Sat, Apr 23, 2005 at 01:57:27PM -0400, Adam Weinberger wrote: > Miguel Mendez wrote: > >On Fri, 22 Apr 2005 18:08:07 -0400 > >Adam Weinberger <[EMAIL PROTECTED]> wrote: > > > > > >>Personally, I'd love to see /usr/X11R6 folded into /usr/local, but until > >>then, I think it's nothing short of r

Phantom Files, Filesystem Full

2005-04-23 Thread Ryan Winograd
I was editing a conf file in /etc and, when i tried to write the file vi told me it couldn't save because the filesystem is full! I ran df and, sure enough, the / fs has 245M of 258M used: Filesystem SizeUsed Avail Capacity Mounted on /dev/ad0s1a248M245M-17M 108%/ Th

Re: Phantom Files, Filesystem Full

2005-04-23 Thread Chuck Swiger
Ryan Winograd wrote: I was editing a conf file in /etc and, when i tried to write the file vi told me it couldn't save because the filesystem is full! I ran df and, sure enough, the / fs has 245M of 258M used: Filesystem SizeUsed Avail Capacity Mounted on /dev/ad0s1a248M245M

Re: mplayer/mplayer-plugin question

2005-04-23 Thread Jeremy Messenger
On Sat, 23 Apr 2005 04:38:52 -0500, Miguel Mendez <[EMAIL PROTECTED]> wrote: On Fri, 22 Apr 2005 18:08:07 -0400 Adam Weinberger <[EMAIL PROTECTED]> wrote: Personally, I'd love to see /usr/X11R6 folded into /usr/local, but until then, I think it's nothing short of retarded for apps to install int

Re: mplayer/mplayer-plugin question

2005-04-23 Thread Jeremy Messenger
On Sat, 23 Apr 2005 13:31:31 -0500, Gary Kline <[EMAIL PROTECTED]> wrote: On Sat, Apr 23, 2005 at 01:57:27PM -0400, Adam Weinberger wrote: Miguel Mendez wrote: >On Fri, 22 Apr 2005 18:08:07 -0400 >Adam Weinberger <[EMAIL PROTECTED]> wrote: > > >>Personally, I'd love to see /usr/X11R6 folded into

Re: mplayer/mplayer-plugin question

2005-04-23 Thread Miguel Mendez
On Sat, 23 Apr 2005 14:14:56 -0500 "Jeremy Messenger" <[EMAIL PROTECTED]> wrote: > >> Personally, I'd love to see /usr/X11R6 folded into /usr/local, but until > >> then, I think it's nothing short of retarded for apps to install into > >> unusual locations to prove a point. > > > > It might be int

Re: mplayer/mplayer-plugin question

2005-04-23 Thread Gary Kline
On Sat, Apr 23, 2005 at 02:17:51PM -0500, Jeremy Messenger wrote: > On Sat, 23 Apr 2005 13:31:31 -0500, Gary Kline <[EMAIL PROTECTED]> > wrote: > > >On Sat, Apr 23, 2005 at 01:57:27PM -0400, Adam Weinberger wrote: > >>Miguel Mendez wrote: > >>>On Fri, 22 Apr 2005 18:08:07 -0400 > >>>Adam Weinber

Mounting USB-stick

2005-04-23 Thread Fridtjof Busse
Hi I've got a problem with mounting a USB-stick on FreeBSD 5.4-RC3 (and according to google I'm not the only one, but noone seems to have had the problem I have): If I plug the stick in, I get lots of Apr 23 21:26:08 fbsd kernel: (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error Apr 23 21:26:0

Re: subbfont.ttf, missing.

2005-04-23 Thread Alejandro Pulver
On Fri, 22 Apr 2005 13:12:03 -0700 Gary Kline <[EMAIL PROTECTED]> wrote: > I can't figure out how to get mozilla or firefox to > play "the writer's almanac" (( any help??)). It plays out > of the box on my RH 8.0 box. At any rate, I'm trying to get > gmplayer set up wi

SCSI AIC7902 Boot Issue

2005-04-23 Thread ChrisC
I am attempting to install FreeBSD 5.3 onto a new server, but during the initial bootup it fails / times out from what I think is it trying to initialize the SCSI adapter. The server has an Adaptec AIC-7902 dual-channel Ultra320 SCSI controller which the i386 ahd(4) driver has liste

Re: newbie usb wireless

2005-04-23 Thread Aftab Jahan Subedar
Pablo Allietti wrote: hi all. i recently buy a usb wireless network card Cisco/Linksys. my problem is when i plug the usb appears with dmesg ugen0: Cisco-Linksys Wireless-G USB Network Adapter, rev 2.00/0.04, addr 2 perfect no!!! ??? but how do i install the card? to work? and appears with ifconfig

E-mail test

2005-04-23 Thread Chuck Teal
Just ignore this. Having issues with my e-mail setup. Chuck ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: subbfont.ttf, missing.

2005-04-23 Thread Gary Kline
On Sat, Apr 23, 2005 at 04:44:33PM -0300, Alejandro Pulver wrote: > On Fri, 22 Apr 2005 13:12:03 -0700 > Gary Kline <[EMAIL PROTECTED]> wrote: > > > I can't figure out how to get mozilla or firefox to > > play "the writer's almanac" (( any help??)). It plays out > > of the box on my

Re: Toshiba Portégé 4000 laptop

2005-04-23 Thread Laurent Debacker
With FreeSBIE 1.1 (based on FreeBSD 5.3), it says: acd0: TIMEOUT - READ_BIG retrying (2 retries left) acd0: TIMEOUT - READ_BIG timed out Then it stop/freezes. If I press the power button, it says "acpi: suspend request ignored (not ready yet)." Thanks. On 4/23/05, Laurent Debacker <[EMAIL PROTECT

Re: subbfont.ttf, missing.

2005-04-23 Thread Alejandro Pulver
On Sat, 23 Apr 2005 13:19:14 -0700 Gary Kline <[EMAIL PROTECTED]> wrote: > On Sat, Apr 23, 2005 at 04:44:33PM -0300, Alejandro Pulver wrote: > > On Fri, 22 Apr 2005 13:12:03 -0700 > > Gary Kline <[EMAIL PROTECTED]> wrote: > > > > > I can't figure out how to get mozilla or firefox to > > > pl

Re: Unassociated shell command when building kernel

2005-04-23 Thread madsen
> If there is an old one, it's in the object tree. But maybe there isn't, > keep reading for my guess. Do you know how to get at the old one? Or know where there are instructions on how to do so? > >2) If that isn't the problem, how can I find out what is? > > I'm thinking a perusal of /usr/sr

Re: subbfont.ttf, missing.

2005-04-23 Thread Gary Kline
On Sat, Apr 23, 2005 at 05:39:58PM -0300, Alejandro Pulver wrote: > On Sat, 23 Apr 2005 13:19:14 -0700 > Gary Kline <[EMAIL PROTECTED]> wrote: > > > On Sat, Apr 23, 2005 at 04:44:33PM -0300, Alejandro Pulver wrote: > > > On Fri, 22 Apr 2005 13:12:03 -0700 > > > Gary Kline <[EMAIL PROTECTED]> wrote

Some MMC memory cards do not work while e.g. CFC are just fine

2005-04-23 Thread Jukka A. Ukkonen
Hi all, I have a USB attached multi slot memory card reader which I use with FreeBSD-4.11. It has worked just fine with CFC cards for ages. A while ago I managed to get it work briefly with the MMC card used in Nokia 9300 mobile phones. Later when I

Re: mplayer/mplayer-plugin question

2005-04-23 Thread Danny Pansters
On Saturday 23 April 2005 21:29, Miguel Mendez wrote: > On Sat, 23 Apr 2005 14:14:56 -0500 > > "Jeremy Messenger" <[EMAIL PROTECTED]> wrote: > > >> Personally, I'd love to see /usr/X11R6 folded into /usr/local, but > > >> until then, I think it's nothing short of retarded for apps to install > > >>

Re: subbfont.ttf, missing.

2005-04-23 Thread Danny Pansters
On Sunday 24 April 2005 00:08, Gary Kline wrote: > On Sat, Apr 23, 2005 at 05:39:58PM -0300, Alejandro Pulver wrote: > > On Sat, 23 Apr 2005 13:19:14 -0700 > > > > Gary Kline <[EMAIL PROTECTED]> wrote: > > > On Sat, Apr 23, 2005 at 04:44:33PM -0300, Alejandro Pulver wrote: > > > > On Fri, 22 Apr 20

Re: mplayer/mplayer-plugin question

2005-04-23 Thread Mike Edenfield
Danny Pansters wrote: Of course that is if people _WANT_ to do away with the X prefix, up until now my impression was that most folks didn't mind it or even thought it was better. I never really cared very much about it apart from aestetic [sp?] reasons, but I can certainly imagine it being conf

USB hard disk

2005-04-23 Thread Carolina Mallol
I have a kangaroo usb hard disk that stopped working (skips, makes strange vibrating clicking noises and the computer does not recognize it. could you offer any help? suggestions? thanks c. ___ freebsd-questions@freebsd.org mailing list http://lists.fre

Re: USB hard disk

2005-04-23 Thread Chris
Carolina Mallol wrote: > I have a kangaroo usb hard disk that stopped working (skips, makes > strange vibrating clicking noises and the computer does not recognize it. > could you offer any help? suggestions? > > thanks > c. Yes - purchase a new one. -- Best regards, Chris People to whom you a

Re[4]: WRITE_DMA problem again

2005-04-23 Thread Cezar Fistik
Hello Kendall, Friday, April 22, 2005, 8:50:42 PM, you wrote: > Anyhow, my understanding is that the current work-around to this > problem is to turn DMA off for your ata drives. I guess this can be > done manually with the atacontrol command as I've been doing (though > as you'll see in my messa

Re: Mounting USB-stick

2005-04-23 Thread Mike Jeays
On Sat, 2005-04-23 at 15:41, Fridtjof Busse wrote: > Hi > I've got a problem with mounting a USB-stick on FreeBSD 5.4-RC3 (and > according to google I'm not the only one, but noone seems to have had > the problem I have): > If I plug the stick in, I get lots of > > Apr 23 21:26:08 fbsd kernel: (da

Re: mplayer/mplayer-plugin question

2005-04-23 Thread Danny Pansters
On Sunday 24 April 2005 01:10, Mike Edenfield wrote: > Danny Pansters wrote: > > Of course that is if people _WANT_ to do away with the X prefix, up until > > now my impression was that most folks didn't mind it or even thought it > > was better. I never really cared very much about it apart from a

Xorg autoconfig much better or kde doing it? [ Was: Re: mplayer/mplayer-plugin question ]

2005-04-23 Thread Danny Pansters
Yeah, yeah, answering to my own post, but different subject that I've been wondering about: A couple weeks ago I moved my main box over from one disk to another and installed packages I had prepared before and copied over, etc, and I started KDE and only a few days later I noticed (when trying

Re: Xorg autoconfig much better or kde doing it? [ Was: Re: mplayer/mplayer-plugin question ]

2005-04-23 Thread Danny Pansters
Should have mentioned: 5.4-RC and KDE 3.4, xorg 6.8.2 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Allowing a group to use fstab mount-points

2005-04-23 Thread RW
I have fstab entries for several devices that aren't mounted at boot, but when mounting as an ordinary user, I can only mount a device on a mount-point that I own. Is it possible to relax this so that any user in the operator group can make use of the same fstab entries? I know I could make se

Re: Stability problems with 5.3-Release

2005-04-23 Thread Christopher McGee
Justin R. Pessa wrote: On Apr 21 05 06:22PM, Chris McGee wrote: I've got 2 identical boxes (Supermicro sys-6023P-8R) running with ZCR adaptec cards with 6 73Gig seagate scsi drives, 4 Gigs of ram, and dual 2.4 Ghz Xeons. Both of these machines are running 5.3-Release-p8. The usually run for

pf and altq bandwidth problem.

2005-04-23 Thread Christopher McGee
I apologize if this is the wrong list for this, but if it is, please let me know. Basically when queue1 on my firewall starts pushing the full amount of bandwidth, things that use the dflt queue become unreachable or VERY slow. The dflt queue NEVER uses it's full amount of bandwidth, generall

Re: pf and altq bandwidth problem.

2005-04-23 Thread Christopher McGee
Christopher McGee wrote: I apologize if this is the wrong list for this, but if it is, please let me know. Basically when queue1 on my firewall starts pushing the full amount of bandwidth, things that use the dflt queue become unreachable or VERY slow. The dflt queue NEVER uses it's full amoun

Installing FreeBSD -> Fatal trap 12

2005-04-23 Thread nicholaserho
Hello, I am trying to install FreeBSD from floppies on a 486-DX-33, and with the three floppies I made I cant get to the boot menu screen (with the devil) but if I attempt to boot I get a "Fatal trap 12: page fault while in kernal mode" error. The same error happens if I try safe mode except my sys

Re: Installing FreeBSD -> Fatal trap 12

2005-04-23 Thread Kevin Kinsey
nicholaserho wrote: Hello, I am trying to install FreeBSD from floppies on a 486-DX-33, and with the three floppies I made I cant get to the boot menu screen (with the devil) but if I attempt to boot I get a "Fatal trap 12: page fault while in kernal mode" error. The same error happens if I try saf

scaning the local network with arping/sh script

2005-04-23 Thread Abu Khaled
Greetings... I don't know much about scripting but i tried to write one to scan my local network using the net/arping port. here is the script: #!/bin/sh IP=1 while [ $IP -le 20 ] do echo -e ".\c" if ( arping -c 1 -q -i rl1 10.0.0.$IP ) then echo -e "\n10.0.0.$IP Online" fi IP=$(( $IP

Re: Mounting USB-stick

2005-04-23 Thread Fridtjof Busse
* Mike Jeays <[EMAIL PROTECTED]>: > > Now I have /dev/da0, but no /dev/da0s1. > > No matter what I try with camcontrol, I don't get da0s1. > > By accident I found out that after I mount /dev/da0 (which of course > > doesn't give me any files on the stick) and umount it, I get /dev/ > > da0s1. What'