Re: what is IPFW2 ?

2002-10-04 Thread Artem Okounev
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello éÌØÑ, Friday, October 4, 2002, 6:13:45 AM, you wrote: éû> I seen few time "IPFW1" and "IPFW2". what is it ? Newer version of IPFW. éû> I'm running 4.5 and 4.6 and 4.6.2, but I couldn't find éû> it in LINT, so what is it ?? If you are runni

Re: ipfw ruleset

2002-10-04 Thread Nelis Lamprecht
whoops, never mind people I have just realized blocking all udp except for on port 53 does not allow other DNS servers to do queries to my host ( even though I can query them ). would help if I actually bothered to read my logs once in awhile :O) >Hi People, > >I'm trying to setup my firewall

Re: ipfw ruleset

2002-10-04 Thread Matthew Seaman
On Fri, Oct 04, 2002 at 08:58:50AM +0200, Nelis Lamprecht wrote: > Hi People, > > I'm trying to setup my firewall using ipfw on 4.6 Stable. I have read > through the man pages and also several howto's but now I need your advice. > I would like to setup a DNS server that will respond to queries

failure installing procmail from ports

2002-10-04 Thread Nigel Soon
Hello, I'm can't seem to get procmail to install from the ports. I am running 4.6-RELEASE and am trying to install procmail-3.22. I have included below the error I am getting when I do 'make install': --- . . . Initiating fcntl()/kernel-locking-support tests Proceeding with kernel-lo

Modem

2002-10-04 Thread grzybek
Hi, I have Pentagram Omen internal modem and FreeBSD-4.7-RC I'd like to know how to set up kernel configuration to use it So far I got: pci0: (vendor=0x11d4, dev=0x1805) at 6.0 irq 10 I've found that /usr/src/share/misc/pci_vendors file contains that kind of modem: 11D4Analog Devices

Re: Suggestion re packages

2002-10-04 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-10-03 12:02:34 -0700: > On Thu, Oct 03, 2002 at 01:06:17PM +0930, Ian Moore wrote: > > Hi, > > As I was browsing thru the questions mailing list just now, I > > thought of something that might improve the ease of use of our > > ports/packages system. It seems to me it w

Resin on FreeBSD?

2002-10-04 Thread Andreas Wideroe Andersen
Hi, Got a few questions regarding Resin, a servlet and jsp engine (http://www.caucho.com/resin/index.xtp): - Anyone got it running on FreeBSD? - If so, how does it work/scale compared to Ie. Red Hat Linux? I'm installing a system for a customer that requires Apache, MySQL, PHP and Resin and I'

non-rewinding, non-compressing tape device

2002-10-04 Thread Per olof Ljungmark
Is there a non-rewinding, non-compressing tape device on FreeBSD? Also, is there a place where the stuff in /dev is documented? Sorry if the above are stupid questions but I have tried to RTFM here... To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the bo

Re: non-rewinding, non-compressing tape device

2002-10-04 Thread Matthew Seaman
On Fri, Oct 04, 2002 at 02:10:00PM +0200, Per olof Ljungmark wrote: > Is there a non-rewinding, non-compressing tape device on FreeBSD? From the sa(4) man page: FILES /dev/[n][e]sa[0-9] general form: /dev/sa0Rewind on close /dev/nsa0 No rewind on close

Re: Trouble mounting the root filesystem

2002-10-04 Thread Ruben de Groot
On Thu, Oct 03, 2002 at 11:02:24PM -0700, Nick Tonkin typed: > > > Hello, > > Seems my new FreeBSD system can't mount from my RAID controller. > > Just installed FreeBSD 4.6.2 on a shiny new box with a Promise Fasttrack > 100 onboard ATA RAID controller. > > The OS seems to recognize th

Re: non-rewinding, non-compressing tape device

2002-10-04 Thread Per olof Ljungmark
At 14:12 10/4/2002 +0100, Matthew Seaman wrote: >On Fri, Oct 04, 2002 at 02:10:00PM +0200, Per olof Ljungmark wrote: > > Is there a non-rewinding, non-compressing tape device on FreeBSD? > > From the sa(4) man page: > >FILES > /dev/[n][e]sa[0-9] general form: > /dev/sa0Rewin

Public Relations

2002-10-04 Thread Harrison Grundy
I'd like to know who to talk to about Public Relations activities. The list of staff currently lists this position as open. If there currently isn't anyone avalible to do that, I'd also be interested in helping in any way I can. Harrison Grundy __

Re: Public Relations

2002-10-04 Thread Ceri Davies
On Fri, Oct 04, 2002 at 01:42:25PM +, Harrison Grundy wrote: > I'd like to know who to talk to about Public Relations activities. The > list of staff currently lists this position as open. If there currently > isn't anyone avalible to do that, I'd also be interested in helping in any > way

USB printing or failure therof

2002-10-04 Thread Cliff Sarginson
I have just upgraded my system to the latest stable release and my Epson printer connected and configured as a USB printer has gone peculiar on me. It will not print, forcing a page throw gives me a blank piece of paper, and the job disappears from the printer queue. Also the environment variable

Block Zeroing Tool

2002-10-04 Thread Jacob S. Barrett
Is there a tool for FreeBSD that zeros the unallocated blocks on a filesystem? The company I work for has an image on demand system for our lab machines. This system relies on ghost which only supports file by file imaging on certain file systems. I want to take disk images of certain FreeB

Re: killing an application through code

2002-10-04 Thread Oliver Fromme
Mike Hogsett <[EMAIL PROTECTED]> wrote: > > > Can anyone tell me how i can kill an application > > process through a piece of C code? > > man killall He was asking for C code. Well, in C, the easiest way is probably to go through the procfs(5) filesystem to find the PID and then use the k

Re: killing an application through code

2002-10-04 Thread Cliff Sarginson
On Fri, Oct 04, 2002 at 04:31:49PM +0200, Oliver Fromme wrote: > Mike Hogsett <[EMAIL PROTECTED]> wrote: > > > > > Can anyone tell me how i can kill an application > > > process through a piece of C code? > > > > man killall > > He was asking for C code. Well, in C, the easiest way > is p

Re: killing an application through code

2002-10-04 Thread Oliver Fromme
Cliff Sarginson <[EMAIL PROTECTED]> wrote: > On Fri, Oct 04, 2002 at 04:31:49PM +0200, Oliver Fromme wrote: > > He was asking for C code. Well, in C, the easiest way > > is probably to go through the procfs(5) filesystem to > > find the PID and then use the kill(2) system call. This > > isn

Re: Trouble mounting the root filesystem

2002-10-04 Thread Nick Tonkin
On Fri, 4 Oct 2002, Ruben de Groot wrote: > On Thu, Oct 03, 2002 at 11:02:24PM -0700, Nick Tonkin typed: > > > > Just installed FreeBSD 4.6.2 on a shiny new box with a Promise Fasttrack > > 100 onboard ATA RAID controller. [ snip ] > > Oct 3 23:00:17 init: /etc/spwd.db: No such file or direct

Software

2002-10-04 Thread Bloomquist, Brigitte (US)
Can you please let me know how to return software? I just received the current release and no longer wish to be on the auto delivery system. Please inform me how to do so. Thank you!!! Brigitte (The software is being shipped to Jeffrey Stormshak, we are in the same household). To Unsubscrib

Re: Public Relations

2002-10-04 Thread Giorgos Keramidas
On 2002-10-04 13:42, Harrison Grundy <[EMAIL PROTECTED]> wrote: > I'd like to know who to talk to about Public Relations activities. > The list of staff currently lists this position as open. If there > currently isn't anyone avalible to do that, I'd also be interested > in helping in any way I ca

$B!y$?$^$2$?%K%e!<%9!y(J

2002-10-04 Thread watanabe@bb.knet.ne.jp
EBEKEBEKEBEKEBEKEBEKEBEKEBEKEB @@ @@@@@@@@@@@™@‚½‚Ü‚°‚½ƒjƒ…[ƒX@™ @@@@— ƒrƒfƒI”Ì”„E“ÁŽêƒ_ƒbƒ`ƒƒCƒtE‚r‚lƒNƒ‰ƒu @@‚`‚u’j—D•åWE‰‡•ŒðÛE‚Žû“üŠmŽÀuo’£ƒzƒXƒgv•åW @@@@@@@@¦¦¦@‚»‚Ì‘¼— î•ñ–žÚ@¦¦¦ @EBEKEBEK

Re: buried in spams, recommendation?

2002-10-04 Thread Kirk Strauser
At 2002-10-03T22:29:28Z, "Roger 'Rocky' Vetterberg" <[EMAIL PROTECTED]> writes: > I think there is an article on onlamp about procmail and spamfiltering, > you might want to check it out. I wrote a HOWTO at: http://subwiki.honeypot.net/cgi-bin/view/Freebsd/FilterSpam -- Kirk Strauser In G

Parsing route dump received by using sysctl

2002-10-04 Thread yatin chalke
Hi, I am currently trying to get a route dump in freebsd4.4 using sysctl with NET_RT_DUMP. I am running into problems while parsing the returned rt_msghdr structures. The sockaddr structures returned after the rt_msghdr are messed up and it is not giving correct gateway or netmask. For ex: whe

Re: Trouble mounting the root filesystem

2002-10-04 Thread Ruben de Groot
On Fri, Oct 04, 2002 at 08:06:18AM -0700, Nick Tonkin typed: > > On Fri, 4 Oct 2002, Ruben de Groot wrote: > > > On Thu, Oct 03, 2002 at 11:02:24PM -0700, Nick Tonkin typed: > > > > > > Just installed FreeBSD 4.6.2 on a shiny new box with a Promise Fasttrack > > > 100 onboard ATA RAID controlle

Re: Software

2002-10-04 Thread Kris Kennaway
On Fri, Oct 04, 2002 at 10:26:08AM -0500, Bloomquist, Brigitte (US) wrote: > Can you please let me know how to return software? I just received the current >release and no longer wish to be on the auto delivery system. > > Please inform me how to do so. > > Thank you!!! > > Brigitte > > (The

linux_base vs linux_base-6?

2002-10-04 Thread Fernan Aguero
I have recently finished a clean installation of FreeBSD-4.6.2. Since I run linux binaries I chose to install the linux-compatibility packages from the install media. This currently is linux_base-6, if I read it right. Now many ports have their dependencies listed as linux_base-7.1 or something s

Dial-in PPP connections

2002-10-04 Thread Katinka Mills
Hi all, I have RTFM'd and googled all day (and I am not joking) but I can not get my freebsd BOX to accept and incomming ppp connection. I can use Hyperterminal to dial in and get login access with a user name and password, but Dial Up Networking refuses to connect. It will negotiate a speed, th

which MDA should I use?

2002-10-04 Thread Nigel Soon
Hi, I am trying to decide on an MDA to use and I thought I had settled on procmail but I was told procmail-3.22(current in ports) pre-dates FreeBSD 4.6 by over a year. Does this mean there is something else I should use or is procmail still my best bet? Thanks, Nigel To Unsubscribe: send mail

floppy disk

2002-10-04 Thread xxavi
Hello, I'm new on the list and I'm trying to configurate and mount my floppydisk, can anyone tell me how I could find any document that would help me. bye To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: floppy disk

2002-10-04 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-10-04 16:49:05 +0200: > > Hello, I'm new on the list and I'm trying to configurate and mount my > floppydisk, can anyone tell me how I could find any document that > would help me. see /etc/disktab. i use this script to create floppies: roman@freepuppy ~ 1021

Re: which MDA should I use?

2002-10-04 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-10-04 10:23:30 -0600: > Hi, > > I am trying to decide on an MDA to use and I thought I had settled on > procmail but I was told procmail-3.22(current in ports) pre-dates > FreeBSD 4.6 by over a year. Does this mean there is something else I > should use or is procmail s

Re: ipfw stateful help - strange behaviour

2002-10-04 Thread Greg Panula
This post is more for -questions, since -security is now just a discussion forum. Try this ruleset: 00100 check-state 00500 allow tcp from any to 66.8.x.y 80 keep-state 01000 deny tcp from any to 66.8.x.y 80 65535 allow ip from any to any With the above ruleset, rule 500 will create an entry

identical 3Com NICs causing problems

2002-10-04 Thread jr
i have two 3c589d-tp 3com NICs. i have edited /etc/pccard.conf a number of times to look like this at each successive try: card "3Com Corporation" "/3c589/" config 0x1 "ep0" ? config 0x1 "ep1" ? card "3Com Corporation" "/3c589/" config auto "ep0" ? config auto "ep0" ? card "3Com Corporation" "/

Re: Good Job, Thanks

2002-10-04 Thread Toomas Aas
> Last night I used the nfs mounted /usr/src & /usr/obj capability to build > 4.7-RC on my dual 1Ghz PIII and installed it on my wimpy AMD-K6 300 this > morning. It worked flawlessly. The alternative was to wait something > like 3 weeks for the K6/300 (w/ only 64M RAM) to finish buildworld / > b

Re: Good Job, Thanks

2002-10-04 Thread Mike Hogsett
> > Last night I used the nfs mounted /usr/src & /usr/obj capability to build > > 4.7-RC on my dual 1Ghz PIII and installed it on my wimpy AMD-K6 300 this > > morning. It worked flawlessly. The alternative was to wait something > > like 3 weeks for the K6/300 (w/ only 64M RAM) to finish buildwo

Wireless troubles... Supported hardware???

2002-10-04 Thread Chris Strzelczyk
Hello, I have looked for this in the FAQ, Handbook and mailing list but was not able to find anything significant. I have bought a smc wireless card (SMC2632W). This is listed as being fully supported in the hardware database but a dmesg -a gives me this: Oct 4 12:18:36 stenchmaster

Dummynet & ports

2002-10-04 Thread greg
I have dummynet working fine for controlling bandwidth. My question is can i control bandwidth on certain ports ie, ftp? Instead of slowing the entire box down? -g To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

floppy disk

2002-10-04 Thread xxavi
Hi, but when I put: mount /dev/fd0 /drives/fd it says me that: grep: /etc/vfstab: No such file or directory grep: /etc/vfstab: No such file or directory mount: /dev/fd0: Device not configured why does he say me that and how can I solucioned it? On 04-Oct-2002 Roman Neuhauser wrote: ># [EMAIL

named : unable to write tsig info: 'example.org'

2002-10-04 Thread Dan Langille
I'm attempting to restrict zone transfers on some of my domains. I've set up the keys and allow-transfer statements. But when I do an "ndc reload", I get errors such as this in /var/log/messages: named[89]: write_tsig_info: mkstemp(tsigs.RTdOEg) for TSIG info failed named[89]: unable to wri

Re: floppy disk

2002-10-04 Thread Roman Neuhauser
don't top-post. # [EMAIL PROTECTED] / 2002-10-04 17:25:44 +0200: > On 04-Oct-2002 Roman Neuhauser wrote: > ># [EMAIL PROTECTED] / 2002-10-04 16:49:05 +0200: > >> > >> Hello, I'm new on the list and I'm trying to configurate and mount my > >> floppydisk, can anyone tell me how I could find a

floppy disk

2002-10-04 Thread xxavi
Hi, 1. uname -a # uname -a FreeBSD x.org 4.6.2-RELEASE-p2 FreeBSD 4.6.2-RELEASE-p2 #8: Sun Sep 15 05:39:35 GMT 2002 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYKERNEL i386 2. which mount # which mount /sbin/mount 3. file `which mount` ? i don't understand ? 4. try the mount with /de

Re: Wireless troubles... Supported hardware???

2002-10-04 Thread Kevin Oberman
> Date: Fri, 04 Oct 2002 13:22:21 -0400 > From: Chris Strzelczyk <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > > Hello, > > I have looked for this in the FAQ, Handbook and mailing list but was > not able to find anything significant. > > I have bought a smc wireless card (SMC2632W)

Re: floppy disk

2002-10-04 Thread John Bleichert
On Fri, 4 Oct 2002, Roman Neuhauser wrote: > Date: Fri, 4 Oct 2002 19:46:40 +0200 > From: Roman Neuhauser <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: floppy disk > > don't top-post. > > # [EMAIL PROTECTED] / 2002-10-04 17:25:44 +0200: > > On 04-Oct-200

Re: floppy disk

2002-10-04 Thread Roman Neuhauser
** ** * DO NOT TOP-POST! * ** **

Re: floppy disk

2002-10-04 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-10-04 14:11:06 -0400: > On Fri, 4 Oct 2002, Roman Neuhauser wrote: > > # [EMAIL PROTECTED] / 2002-10-04 17:25:44 +0200: > > > On 04-Oct-2002 Roman Neuhauser wrote: > > > > fdformat -f 1440 fd0.1440 \ > > > > && disklabel -r -w fd0.1440 fd1440 \ > > > > && n

Re: Dummynet & ports

2002-10-04 Thread Fernando Gleiser
On Fri, 4 Oct 2002, greg wrote: > I have dummynet working fine for controlling bandwidth. > > My question is can i control bandwidth on certain ports ie, ftp? Yes you can. with http you say 'ipfw add pipe 1 tcp from any 80 to ' and the configure the pipe. With FTP it is a bit more complicated, b

floppy disk

2002-10-04 Thread xxavi
On 04-Oct-2002 Roman Neuhauser wrote: > > > ** > ** > * DO NOT TOP-POST! * > ** > ***

floppy disk

2002-10-04 Thread xxavi
On 04-Oct-2002 John Bleichert wrote: > On Fri, 4 Oct 2002, Roman Neuhauser wrote: > >> Date: Fri, 4 Oct 2002 19:46:40 +0200 >> From: Roman Neuhauser <[EMAIL PROTECTED]> >> To: [EMAIL PROTECTED] >> Cc: [EMAIL PROTECTED] >> Subject: Re: floppy disk >> >> don't top-post. >> >> # [EMAIL PROTEC

Re: floppy disk

2002-10-04 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-10-04 18:50:21 +0200: > ># [EMAIL PROTECTED] / 2002-10-04 17:57:05 +0200: > >> On 04-Oct-2002 Roman Neuhauser wrote: > >> ># [EMAIL PROTECTED] / 2002-10-04 17:25:44 +0200: > >> >> On 04-Oct-2002 Roman Neuhauser wrote: > >> >> ># [EMAIL PROTECTED] / 2002-10-04 16:49:05 +0

Re: linux_base vs linux_base-6?

2002-10-04 Thread Alex Kiesel
On Fri, 2002-10-04 at 18:20, Fernan Aguero wrote: > Now many ports have their dependencies listed as > linux_base-7.1 or something similar. This means that my > linux-compatibility tree got updated when I installed some > of this ports? or should I do this > manually by going to /usr/ports/emulato

Re: floppy disk

2002-10-04 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-10-04 19:03:48 +0200: > On 04-Oct-2002 John Bleichert wrote: > > Also, are you sure you've compiled support for floppy disks into > > your kernel? Also the support for the filesystem on them? > > Hi, what do you mean when you say filesystem? filesystem is a schema,

Re: burncd error

2002-10-04 Thread Oliver Fromme
Marco Beishuizen <[EMAIL PROTECTED]> wrote: > I am trying to burn cd's with burncd. The first thing I tried was to blank > an already burned cd with: > > burncd -f /dev/acd1c -s 4 blank fixate Don't fixate a blank CD-RW. Fixation is only required after recording something on a CD-R or CD-RW

Re: floppy disk

2002-10-04 Thread Charles Pelletier
jeez, now, come on, if someone can't understand something then don't make 'em feel like an idiot. it took me at least a year to get used to dealing with 'filesystems' et al. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: burncd error

2002-10-04 Thread Cliff Sarginson
On Fri, Oct 04, 2002 at 09:15:00PM +0200, Marco Beishuizen wrote: > > Hi, > > I am trying to burn cd's with burncd. The first thing I tried was to blank > an already burned cd with: > > burncd -f /dev/acd1c -s 4 blank fixate > > It seems that blanking is going ok, but when it tries to fixate

Byterunner multiserial saga

2002-10-04 Thread Michael Green
I've got a Byterunner tc800 set to 0x100 and irq 4 to correspond with an Arnet 8 port for use under SCO OpenServer for terminals (the motherboard com ports are disabled). I'm having difficulty getting it to run under FBSD 4.6.0 (large numbers of dropped characters). I have confirmed that the

GANHE DINHEIRO COM SEU COMPUTADOR!!! GARANTIDO!!!

2002-10-04 Thread Anderson A. Pereira
CARO AMIGO (A) É interessante perceber que um ínfimo centavo que, para nós, individualmente, não vale nada, se fosse enviado a você por milhões de pessoas do mundo inteiro, em instantes lhe tornaria um milionário. É basicamente nisso que se fundamenta este sistema que você deve

Re: burncd error

2002-10-04 Thread Marco Beishuizen
On Fri, 4 Oct 2002, the wise Oliver Fromme spoke, and said: > Marco Beishuizen <[EMAIL PROTECTED]> wrote: > > I am trying to burn cd's with burncd. The first thing I tried was to blank > > an already burned cd with: > > > > burncd -f /dev/acd1c -s 4 blank fixate > > Don't fixate a blank CD-RW

tmda & tdma (was Re: buried in spams, recommendation?)

2002-10-04 Thread parv
in message <[EMAIL PROTECTED]>, wrote Giorgos Keramidas thusly... > > On 2002-10-03 14:20, Philip Hallstrom <[EMAIL PROTECTED]> wrote: > > ... > > mwm uses tdma (or tmda - can't remember which way it's spelled :) > > [ports]mail/tmda :) > "tdma" sounds more like a hallucinogenic drug, than a spam

Re: burncd error

2002-10-04 Thread Oliver Fromme
Marco Beishuizen <[EMAIL PROTECTED]> wrote: > That did the trick. I wrote a file to the cd and fixate worked correctly. > At least I think it did, because when I want to mount the cd to look at > it, mount gives me an "invalid argument" error. > > So my new problem is how to access a cd-rw w

Re: burncd error

2002-10-04 Thread Marco Beishuizen
On Fri, 4 Oct 2002, the wise Oliver Fromme spoke, and said: > Marco Beishuizen <[EMAIL PROTECTED]> wrote: > > That did the trick. I wrote a file to the cd and fixate worked correctly. > > At least I think it did, because when I want to mount the cd to look at > > it, mount gives me an "invalid

Re: buried in spams, recommendation?

2002-10-04 Thread pbdlists
I've had very good results with SpamProbe: http://sourceforge.net/projects/spamprobe This is one of the (better, if you ask me) tools which popped up as a reaction to Paul Graham's splendid article: http://www.paulgraham.com/spam.html Cheers, Kurt On Thu, Oct 03, 2002 at 04:5

ftp access from my machine

2002-10-04 Thread cmellum
Hi: I recently installed FreeBSD from an ftp site. Everything went reasonably well except for one important thing: I can't access any ftp site from my machine. I also can't use pkg_add. Both ftp and pkg_add report "connection refused" for any site I try to connect to. What makes it mor

Re: burncd error

2002-10-04 Thread Kevin Oberman
> Date: Fri, 4 Oct 2002 22:49:45 +0200 (CEST) > From: Marco Beishuizen <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > > On Fri, 4 Oct 2002, the wise Oliver Fromme spoke, and said: > > > Marco Beishuizen <[EMAIL PROTECTED]> wrote: > > > That did the trick. I wrote a file to the cd and fixate

VIRUS in ISO images!!!

2002-10-04 Thread Olivier Boniteau
I've taken a virus (bloodhound.mbr) in the following mirror: ftp://ftp.fr.freebsd.org/pub/FreeBSD/ISO-IMAGES-i386/4.6.2/4.6.2-disc1.iso For removing the virus under DOS: (on the first disk) fdisk /cmbr 1 I recognize that I didn't check the MD5... but I was sure that the iso were clean..

Re: burncd error

2002-10-04 Thread Kevin Oberman
Sigh! Some days you just can't win. (Or type.) I just read my own post and realized that I messed up the second burncd command. the commands are: mkisofs -allow-lower-case -allow-multidot -d -L -r -o ~/newcd.iso path burncd -f /dev/acd0c blank burncd -s 4 -f /dev/acd0c data ~/newcd.iso fixate

Re: burncd error

2002-10-04 Thread Brian T. Schellenberger
On Friday 04 October 2002 04:49 pm, Marco Beishuizen wrote: | On Fri, 4 Oct 2002, the wise Oliver Fromme spoke, and said: | > Marco Beishuizen <[EMAIL PROTECTED]> wrote: | > > That did the trick. I wrote a file to the cd and fixate worked | > > correctly. At least I think it did, because when I

Re: burncd error

2002-10-04 Thread Marco Beishuizen
On Fri, 4 Oct 2002, the wise Kevin Oberman spoke, and said: > Sigh! Some days you just can't win. (Or type.) > > I just read my own post and realized that I messed up the second > burncd command. the commands are: > mkisofs -allow-lower-case -allow-multidot -d -L -r -o ~/newcd.iso path > burncd -

Newbie question help w/boot problem

2002-10-04 Thread mac
I got an old IBM to play with freeBSD I made a Install CD and was installing it the other day and during the install the machine basically crashed for what ever reason I rebooted the machine and the screen says this. Booting [kernel]... can't load 'kernel' can't load 'kernel.old' Type "?" for

Re: burncd error

2002-10-04 Thread Kevin Oberman
> Date: Sat, 5 Oct 2002 00:29:48 +0200 (CEST) > From: Marco Beishuizen <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > > Thanks! It worked great. I have one remark though: the option > "-allow-lower-case" wasn't recognised by mkisofs. Looking at the manpage > it should be "-allow-lowercase". :-

Re: burncd error

2002-10-04 Thread Marco Beishuizen
On Fri, 4 Oct 2002, the wise Kevin Oberman spoke, and said: > > Date: Sat, 5 Oct 2002 00:29:48 +0200 (CEST) > > From: Marco Beishuizen <[EMAIL PROTECTED]> > > Sender: [EMAIL PROTECTED] > > > > Thanks! It worked great. I have one remark though: the option > > "-allow-lower-case" wasn't recognised

burncd error

2002-10-04 Thread Marco Beishuizen
Hi, I am trying to burn cd's with burncd. The first thing I tried was to blank an already burned cd with: burncd -f /dev/acd1c -s 4 blank fixate It seems that blanking is going ok, but when it tries to fixate I get the following error: burncd: ioctl(CDRIOCFIXATE): Input/output error When I t

Re: Block Zeroing Tool

2002-10-04 Thread Dan Nelson
In the last episode (Oct 04), Jacob S. Barrett said: > Is there a tool for FreeBSD that zeros the unallocated blocks on a > filesystem? > > The company I work for has an image on demand system for our lab > machines. This system relies on ghost which only supports file by > file imaging on certa

Re: what is IPFW2 ?

2002-10-04 Thread Matthew Seaman
On Fri, Oct 04, 2002 at 09:13:45AM +0600, ??? wrote: > I seen few time "IPFW1" and "IPFW2". what is it ? > I'm running 4.5 and 4.6 and 4.6.2, but I couldn't find it in LINT, so what > is it ?? IPFW2 is the next version of the IPFW software. IPFW2 is the standard version of IPFW in 5-CU

X server

2002-10-04 Thread iulian
Hi, there! I have a big problem, for me! I have a Siemens, Celeron 566 MHz, video card on board, chipset i810e. I have read handbook, faq about configuring X server, I did those things exeactly, but after startx it stops, I mean when the system reads the XF86config, it stops. What can I do? Iulian

Re: X server

2002-10-04 Thread Jason Oakley
Try installing gnome2 from the ports collection to make sure you have everything installed. Since Gnome2 is a pretty good Window Manager, it should help you out. At 11:18 AM 4/10/2002 +0200, iulian wrote: >Hi, there! >I have a big problem, for me! >I have a Siemens, Celeron 566 MHz, video card o

Re: X server

2002-10-04 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-10-04 11:18:45 +0200: > Hi, there! > I have a big problem, for me! > I have a Siemens, Celeron 566 MHz, video card on board, chipset i810e. > I have read handbook, faq about configuring X server, I did those things > exeactly, but after startx it stops, I mean when the s

Re: X server

2002-10-04 Thread John Bleichert
On Fri, 4 Oct 2002, iulian wrote: > Date: Fri, 04 Oct 2002 11:18:45 +0200 > From: iulian <[EMAIL PROTECTED]> > To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > Subject: X server > > Hi, there! > I have a big problem, for me! > I have a Siemens, Celeron 566 MHz, video card on board, chipset i810e. >

who is responsible for CVSup collections ?

2002-10-04 Thread Илья Шипицин
Dear Sirs, just an idea! do I really need alpha stuff on i386 and vice versa ? maybe it's possible to organize few more collections, like src-sys-common src-sys-i386 src-sys-alpha ? Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ) Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ) To Unsubscribe: send mail to [EMAIL PROTECTED] w

Re: /var/spool/uucppublic

2002-10-04 Thread Toomas Aas
Hi! > But he shouldn't get the idea that he doesn't need the "uucp" user and > group, like I did (after reading that you shouldn't have users you don't > need). OS upgrade goes awry. There IS a make.conf thing "NOUUCP=true", > but I haven't tried it yet, so can't say how well it works. I have

passwordless scp and cronjobs

2002-10-04 Thread Gerard Samuel
A few months ago, I had a cron job scp a file to another box within my lan. It worked great and things were good. I dont remember why I turned it off, but Im trying to set it back up. Both boxes are running FBSD 4.6.2-Release. On the sending box -> 1. ssh-keygen -t rsa //Accept the defaults and

Re: booting question

2002-10-04 Thread Ruben de Groot
On Fri, Oct 04, 2002 at 08:27:17AM +0600, ??? typed: > Dear Sirs, > > how to force booting from da0s1e, not from da0s1a ?? Read LINT: # # The root device and filesystem type can be compiled in; # this provides a fallback option if the root device cannot # be correctly guessed by t

Re: passwordless scp and cronjobs

2002-10-04 Thread Kevin Oberman
> Date: Fri, 04 Oct 2002 13:31:56 -0400 > From: Gerard Samuel <[EMAIL PROTECTED]> > Sender: [EMAIL PROTECTED] > > A few months ago, I had a cron job scp a file to another box within my > lan. It worked great and things were good. > I dont remember why I turned it off, but Im trying to set it bac

Re: passwordless scp and cronjobs

2002-10-04 Thread Gerard Samuel
I started the whole process again and added the SSH2 option to the command line which now looks like this -> scp -o 'Protocol=2' -v ~/temp/file.zip sys_dev@hivemind: Towards the bottom you'll see its trying authentication methods, using the public key as the first option. I would tend to believ

Re: Dummynet & ports

2002-10-04 Thread Fernando Gleiser
On Fri, 4 Oct 2002, greg wrote: > So if i did something like use wu-ftpd and use the "passive ports" > directive in > /etc/ftpaccess then i would be able to control the passive ports used > and then pipe them with dummynet? Yes. And no :). By doing that you can limit the bandwidth used by people

Re: passwordless scp and cronjobs

2002-10-04 Thread Kevin Oberman
> Date: Fri, 04 Oct 2002 15:48:56 -0400 > From: Gerard Samuel <[EMAIL PROTECTED]> > > I started the whole process again and added the SSH2 option to the > command line which now looks like this -> > scp -o 'Protocol=2' -v ~/temp/file.zip sys_dev@hivemind: Good. This is now at least running V2 p

Re: grub boot loader or freebsd boot loader

2002-10-04 Thread pbdlists
Grub is very powerful. (I would like to see it as the default boot loader on FreeBSD.) But it is not so easy to configure, a bit a steep learning curve. However, if you dig in, you'll be greatly rewarded with flexibility. I suggest you give it a shot. Cheers, Kurt On Thu, Oct 03, 2002 at 04:58:

Thingie #1 - non-package updates

2002-10-04 Thread Kevin Stevens
I generally use port-upgrade to update installed packages, and upgrade -STABLE releases manually. However, this leaves a gap when software that is installed as part of the base system, like bind, has upgrade releases that occur more frequently than the -STABLE releases. What's the common resolut

Re: passwordless scp and cronjobs

2002-10-04 Thread Gerard Samuel
And deeper into the rabbit hole I go. Here is a snip from server debug -> - debug1: userauth-request for user sys_dev service ssh-connection method none debug1: attempt 0 failures 0 debug1: Starting up PAM with username "sys_dev" debug1: PAM setting rhost to "gladiato

Re: Thingie #1 - non-package updates

2002-10-04 Thread Dan Nelson
In the last episode (Oct 04), Kevin Stevens said: > I generally use port-upgrade to update installed packages, and > -upgrade STABLE releases manually. However, this leaves a gap when > software that is installed as part of the base system, like bind, has > upgrade releases that occur more freque

Thingie #2 - system upgrade methods.

2002-10-04 Thread Kevin Stevens
When there is a point release of -STABLE, there seem to be several methods for doing a binary upgrade, but none seem to fit my preference, and I wanted to post and see if I'm missing something. What I've been doing is downloading the boot floppies for the release, booting from it/them, and select

Re: VIRUS in ISO images?

2002-10-04 Thread Hanspeter Roth
On Oct 04 at 23:13, Olivier Boniteau spoke: > I've taken a virus (bloodhound.mbr) in the following > mirror: Where is the virus claimed to be located? I had an installation with the FreeBSD boot selector. And one scanner (maybe norton 2 or 4) claimed there were a virus in the MBR. When I boo

Missing ports

2002-10-04 Thread Socketd
Hi all I have FreeBSD 4.6.2 and have just updated my ports (ports-all), but I am missing some ports and even some port-dirs like /usr/ports/gnome. Why? Br Socketd To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Missing ports

2002-10-04 Thread Kris Kennaway
On Fri, Oct 04, 2002 at 07:55:28PM +, Socketd wrote: > Hi all > > I have FreeBSD 4.6.2 and have just updated my ports (ports-all), but I am > missing some ports and even some port-dirs like /usr/ports/gnome. > > Why? /usr/ports/gnome does not exist; gnome is a virtual category whose member

Ensoniq Audio PCI gameport usable on FreeBSD?

2002-10-04 Thread Corey Holcomb-Hockin
I was wondering if I could get a gamepad working on freebsd using this port. I was interested in using it with emulators and game development. Corey Hoclomb-Hockin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

XDMCP -- FreeBSD / Solaris -- will this work?????

2002-10-04 Thread Weston M. Price
Hello, I have question regarding the nature of XDMCP. What I would like to do is sit down at my FreeBSD workstation and have the option of logging into my Solaris machine or my FreeBSD machine via XDMCP. I use KDE 3.0.3 as my desktop manager and I can login to my FreeBSD machine via the

SSH not working after upgrade (4.6.0 to 4.6.2)

2002-10-04 Thread Ryan Christensen
My initial system was a minimal install of 4.6.0 (which I had added to by installing a few ports unrelated to either openssl or openssh.) I just upgraded to 4.6.2 via FTP.. everything is working like a charm with the exception of SSH. When I try to connect from another host my connection is refus

Re: SSH not working after upgrade (4.6.0 to 4.6.2)

2002-10-04 Thread Gerard Samuel
I can only comment on the Password/Response scenario. I entered -> ChallengeResponseAuthentication no in /etc/ssh/ssh_config, on all my boxes and it was all good. Ryan Christensen wrote: >My initial system was a minimal install of 4.6.0 (which I had added to >by installing a few ports unrelated

How to get best results from FreeBSD-questions

2002-10-04 Thread Greg Lehey
How to get the best results from FreeBSD questions. === Last update 3 September 1999 This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at least one

"The Complete FreeBSD", second edition: errata and addenda

2002-10-04 Thread Greg Lehey
Errata and addenda for the Complete FreeBSD, second edition Last revision: 21 June 1999 The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge c

  1   2   >