Compaq Proliant 1500 / SMP - Success
The info on hw.physmem in this thread mostly did the trick for me: http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=utf-8&threadm=ee83fe30.0311120931.5a7f871e%40posting.google.com&rnum=1&prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3Dutf-8%26q%3Dinstall%2Bhangs%2Bat%2B%252Fstand%252Fsysinstall%2Brunning%2Bas%2Binit%2Bon%2Bvty0%26btnG%3DGoogle%2BSearch%26meta%3Dgroup%253Dalt.sys.pc-clone.compaq.servers Setting hw.physmem was the first part of the puzzle. However, as was one of the thread participants, I was getting a fatal trap 12 when I enabled APIC. Just so I could tell myself I'd tried everything, I changed the APIC mode from "Full Table Mapped" (I had had 4.7 installed and running properly set that way) to "Full Table". To my surprise, it worked beautifully! System: Compaq Proliant 1500 (E12) Dual P-133 SMART Array Controller firmware revision 2.26 5 4.3GB SCSI drives ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Compaq Proliant 1500 / SMP - Success
The info on hw.physmem in this thread mostly did the trick for me: http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=utf-8&threadm=ee83fe30.0311120931.5a7f871e%40posting.google.com&rnum=1&prev=/groups%3Fhl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3Dutf-8%26q%3Dinstall%2Bhangs%2Bat%2B%252Fstand%252Fsysinstall%2Brunning%2Bas%2Binit%2Bon%2Bvty0%26btnG%3DGoogle%2BSearch%26meta%3Dgroup%253Dalt.sys.pc-clone.compaq.servers Setting hw.physmem was the first part of the puzzle. However, as was one of the thread participants, I was getting a fatal trap 12 when I enabled APIC. Just so I could tell myself I'd tried everything, I changed the APIC mode from "Full Table Mapped" (I had had 4.7 installed and running properly set that way) to "Full Table". To my surprise, it worked beautifully! System: Compaq Proliant 1500 (E12) Dual P-133 SMART Array Controller firmware revision 2.26 5 4.3GB SCSI drives ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: xmms - problem - how to fix?
On Tue, 13 Jan 2004, Nathan Kinkade wrote: > On Tue, Jan 13, 2004 at 07:09:21AM +1100, Gautam Gopalakrishnan wrote: > > On Sun, Jan 11, 2004 at 02:24:30PM +0200, Alex Zivenko wrote: > > > Hi! > > > I have some problem with my xmms mm player. When I'm treing to > > > listen some mp3's it gives me aN error, that I don't know how to > > > fix. I have KDE 3.1 if you need this info ^) So here it is: > > > bash-2.05b$ xmms > > > /dev/dsp: Device busy > > > /dev/dsp: Device busy > > > /* with OSS driver */ what does 'cat /dev/sndstat' say ? if you have a number of virtual sound channels, you can use /dev/dsp0.0 for artsd (kde), /dev/dsp0.1 for xmms and the like, until the max number of channels. Regards, /\_/\ "All dogs go to heaven." [EMAIL PROTECTED](0 0)http://www.alphaque.com/ +==oOO--(_)--OOo==+ | for a in past present future; do| | for b in clients employers associates relatives neighbours pets; do | | echo "The opinions here in no way reflect the opinions of my $a $b." | | done; done | +=+ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: one more
On Tuesday 13 January 2004 08:23 pm, Kevin R. Lee wrote: > This is the last one! What does IA-64 and AMD64 stand for? > The 64-bit cpus for Intel and AMD. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Info.
On Tue, 2004-01-13 at 20:13, Kevin R. Lee wrote: > Sorry, one more question, what does DEC Alpha stand for? Digital Electric Corporation. (or did before Compaq bought them, before being bought themselves, by HP) Micheas > > ___ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- Micheas Herman email: [EMAIL PROTECTED] Free Print Shop web: http://www.FreePrintShop.org phone: (415)648-3222fax: (415)648-4466 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Information
> Hello, I was wondering what BSD stands for? Also what does AMD and > Ultra SPARC stand for? Any information would be very helpful. BSD = Berkeley Software Distribution http://www.catb.org/~esr/jargon/html/B/BSD.html AMD = Advanced Micro Devices A company that produces (among others) Intel clones. SPARC = Scalable Processor ARChitecture A processor type developed by Sun. Google is your friend... -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
one more
This is the last one! What does IA-64 and AMD64 stand for? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: learning source
> i have studied C++ and am currently going through C. > i have been programming small programs in a windows environment. > i want to start understanding source and help program for bsd and open > source. > where can i start, im totally new and i want to know how things work. > i need advice "Advanced Programming in the Unix Environment" by W. Richard Stevens (Addison-Wesley) may be very useful, if you know enough C and would like to interface to any Unix-like operating system (including FreeBSD). You may be able to google up a good "C tutorial" which uses Unix as the underlying OS. Welcome on board and happy hacking! :) -- Cordula's Web. http://www.cordula.ws/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Info.
Sorry, one more question, what does DEC Alpha stand for? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Information
Hello, I was wondering what BSD stands for? Also what does AMD and Ultra SPARC stand for? Any information would be very helpful. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
NOQUEUE: SYSERR (root): host "localhost" unknown ?
Hi, I do not know if the "Subject Name" was the right one for it...because I really do not know what is going on... I have been seeing this message... 554.5.3.0 host "localhost" unknown: Invalid Argument Jan IBM-R40e sm-mta [417] NOQUEUE:SYSERR (root)"localhost" unknown: Invalid Argument during my boot-up process...but because I did not find anything wrong when I use my system...I just let it be...Not untill I encountered having a problem in my local package initialization...I am trying to use cannaserver for my Japanese input. This is my system says about my cannaserver during boot-up process: local package initialization: cannaserver in malloc(): error allocation failed Jan... IBM-R40e kernel: pid 454 (cannaserver), uid: exited on signal 6 Abort trap I thought that this 2 are connected and I do not know what to do with it... So, what is really going on in my system? What is the problem? Can anyone give me advice, or help insolving this problem... Thanks in advance Rommel Ikeda ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
IPFW 'keep state' & 'limit'
Reading the man page on IPFW rule syntax, I get the impression that the 'limit' option uses the stateful dynamic rules table. But it's unclear whether 'keep state' and limit can be used on the same rule, or if the limit option performs the 'keep state' function in addition to the limit function. So as an example $cmd 00390 allow tcp from any to any 22 in via dc0 setup keep-state limit src-addr 3 will this work? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
atk portupgrade errors
I'm running 5.1-RELEASE. For several weeks, when doing a portupgrade, atk won't upgrade. When I run portupgrade -a, I get the following at the end of the run: [Updating the pkgdb in /var/db/pkg ... - 200 packages found (-0 +1) . done] ---> Skipping 'x11-toolkits/gtk20' (gtk-2.2.4_1) because 'devel/atk' (atk-1.4.1) failed ---> Skipping 'devel/libglade2' (libglade2-2.0.1_1) because 'x11-toolkits/gtk20' (gtk-2.2.4_1) failed ---> Skipping 'editors/AbiWord2' (AbiWord2-2.0.1) because 'devel/libglade2' (libglade2-2.0.1_1) failed ---> Skipping 'www/plugger' (plugger-4.0_3) because 'editors/AbiWord2' (AbiWord2-2.0.1) failed ---> Skipping 'textproc/gtkspell2' (gtkspell2-2.0.4) because 'x11-toolkits/gtk20' (gtk-2.2.4_1) failed ---> Skipping 'net/gaim' (gaim-0.71_4) because 'textproc/gtkspell2' (gtkspell2-2.0.4) failed ** The following packages were not installed or upgraded (*:skipped / !:failed) ! devel/atk (atk-1.4.1) (checksum mismatch) * x11-toolkits/gtk20 (gtk-2.2.4_1) * devel/libglade2 (libglade2-2.0.1_1) * editors/AbiWord2 (AbiWord2-2.0.1) * www/plugger (plugger-4.0_3) * textproc/gtkspell2 (gtkspell2-2.0.4) * net/gaim (gaim-0.71_4) Scrolling back and looking at the attempted upgrade of atk shows: >> Checksum mismatch for gnome2/atk-1.4.1.tar.bz2. ===> Refetch for 1 more times files: gnome2/atk-1.4.1.tar.bz2 >> atk-1.4.1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome2. >> Attempting to fetch from http://www.gtlib.cc.gatech.edu/pub/gnome/sources/atk/1.4/. fetch: atk-1.4.1.tar.bz2: local modification time does not match remote It goes on to try many different mirror sites, each one resulting in this modification time error. This has been the case for several weeks so I assume it's a problem with my installation and not with the port itself. Presumably if everyone was having this problem someone would have fixed it. Any ideas as to where I should start looking to fix this? It's annoying since there are about a half a dozen other ports that won't upgrade due to a dependency to atk. Thanks in advance, -N ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: -HUP 1 command
On Tue, Jan 13, 2004 at 08:53:44PM -0500, fbsd_user wrote: > After making changes to syslog.conf and newsyslog.conf > what is the command to enable the changes. > > Is it Kill -HUP 1 No. You don't need to HUP anything for newsyslog.conf, it's a cron-job. For changes to syslog.conf you need to HUP the syslogd process, ie: # kill -HUP -- Jonathan Chen <[EMAIL PROTECTED]> -- "Only the meek get pinched. The bold survive." - Ferris Bueller ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: binary execute restrictions
Charles Swiger <[EMAIL PROTECTED]> writes: > On Jan 12, 2004, at 9:52 PM, Jefferson San Juan wrote: > > How do I restrict normal users from executing their own compiled > > executable > > binary files? > > Give them a "restricted shell" which limits the commands they can run > to ones you specify. See "man zshall" for one example, although other > restricted shells exist which might come closer to what you want than > ZSH particularly: I suspect that a restricted shell isn't going to be appropriate in this case. Restricted shells are useful for avoiding shooting yourself in the foot, but they're really not intended to be secure. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
-HUP 1 command
After making changes to syslog.conf and newsyslog.conf what is the command to enable the changes. Is it Kill -HUP 1 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: New installation: Hanging when trying to dial out
On Tuesday, January 13, 2004, at 06:57 PM, fbsd_user wrote: Try this command to mount the cd drive. First load the 4.6 install cd in cd drive mount /cdrom cd /cdrom ls cd / umount /cdrom Success! look at the etc/fstab to see how cd drive is configured Device Mountpoint FStype Options DumpPass /dev/acd0c /cdrom cd9660 ro,noauto 0 0 Explain how you switch from booting winme to booting FBSD I've yet to learn how to tell the bootloader to boot from the primary drive, so I just change the order of the drives in BIOS. Verify floppy drive works in winme. And there's the answer--I believe this drive is dead. I recall it making noises some time ago, and it must've gone over the edge. Fortunately, Atlanta has some good stores--I've been wanting to pop down to the one by Tech for a while now, and this is as good an excuse as any. This brings me back to the modem question. I can type in the entries from ppp.conf and ppp.log--or I suppose I could try to learn to write to the FAT partition elsewhere on this drive, which I'm not unwilling to do (shouldn't be hard, which is what I thought about the modem.) Advice? And thanks again, John A ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: 5.2, SYSVSHM and IPFILTER
On Jan 13, 2004, at 7:59 PM, Zoltan HERPAI wrote: i'm having problems compiling a new kernel. relevant parts of the config are: options SYSVSHM options SHMMAXPGS=524288 This quantity is measured in 4K virtual memory pages; make it smaller and try again. -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
cdrecord problems
Just trying to write a cd under 5.2 but am having some issues. Relevant output below. Thoughts? 1,0,0 100) 'LG ' 'CD-ROM CRD-8400B' '1.04' Removable CD-ROM 1,1,0 101) 'CREATIVE' 'CD-RW RW1210E ' 'LCS6' Removable CD-ROM # cdrecord -v -eject dev=1,1,0 5.2-RELEASE-i386-miniinst.iso Cdrecord 2.00.3 (i386-unknown-freebsd5.2) Copyright (C) 1995-2002 J\xf6rg Schill ing TOC Type: 1 = CD-ROM scsidev: '1,1,0' scsibus: 1 target: 1 lun: 0 Using libscg version 'schily-0.7' atapi: 0 Device type: Removable CD-ROM Version: 0 Response Format: 1 Vendor_info: 'CREATIVE' Identifikation : 'CD-RW RW1210E ' Revision : 'LCS6' Device seems to be: Generic mmc CD-RW. Using generic SCSI-3/mmc CD-R driver (mmc_cdr). Driver flags : MMC SWABAUDIO BURNFREE Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R96P RAW/R96R Drive buf size : 1658880 = 1620 KB FIFO size : 4194304 = 4096 KB Track 01: data 236 MB Total size: 271 MB (26:55.60) = 121170 sectors Lout start: 272 MB (26:57/45) = 121170 sectors Current Secsize: 2048 ATIP info from disk: Indicated writing power: 4 Is not unrestricted Is not erasable Disk sub type: Medium Type A, high Beta category (A+) (3) ATIP start of lead in: -11077 (97:34/23) ATIP start of lead out: 359848 (79:59/73) Disk type:Long strategy type (Cyanine, AZO or similar) Manuf. index: 11 Manufacturer: Mitsubishi Chemical Corporation Blocks total: 359848 Blocks current: 359848 Blocks remaining: 238678 Starting to write CD/DVD at speed 12 in real TAO mode for single session. Last chance to quit, starting real write0 seconds. Operation starts. Waiting for reader process to fill input buffer ... input buffer ready. BURN-Free is OFF. Performing OPC... cdrecord: Input/output error. send opc: scsi sendcmd: retryable error CDB: 54 01 00 00 00 00 00 00 00 00 status: 0x2 (CHECK CONDITION) Sense Bytes: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0 0 00 00 00 00 00 00 00 00 00 Sense Key: 0x [], Segment 0 Sense Code: 0x00 Qual 0x00 (no additional sense information) Fru 0x0 Sense flags: Blk 0 (not valid) cmd finished after 0.000s timeout 60s cdrecord: OPC failed. Writing time:4.456s cdrecord: fifo had 64 puts and 0 gets. cdrecord: fifo was 0 times empty and 0 times full, min fill was 100%. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
5.2, SYSVSHM and IPFILTER
hi, i'm having problems compiling a new kernel. relevant parts of the config are: options SYSVSHM options SHMMAXPGS=524288 options SHMSEG=64 options SYSVSEM options SEMMNI=80 options SEMMNS=480 options SEMMNU=240 options SEMMAP=240 options SYSVMSG (this is for jailed PGSQL), options IPFILTER options IPFILTER_LOG options PFIL_HOOKS (this is to redirect to jail, etc. PFIL_HOOKS was added after some googleing). kernel compiled without problems with PGSQL tunings, without IPFILTER part. error message is: cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I../../.. -I../../../contrib/dev/acpica -I../../../contrib/ipfilter -I../../../contrib/dev/ath -I../../../contrib/dev/ath/freebsd -I../../../contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-strict-aliasing -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror ../../../kern/sysv_shm.c ../../../kern/sysv_shm.c:134: warning: integer overflow in expression *** Error code 1 anyone have a clue? -w- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
RE: New installation: Hanging when trying to dial out
Try this command to mount the cd drive. First load the 4.6 install cd in cd drive mount /cdrom cd /cdrom ls cd / umount /cdrom look at the etc/fstab to see how cd drive is configured Explain how you switch from booting winme to booting FBSD Verify floppy drive works in winme. If you have box open you may have pulled the ribbon lose from the floppy drive. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of John Adams Sent: Tuesday, January 13, 2004 6:07 PM To: [EMAIL PROTECTED] Subject: New installation: Hanging when trying to dial out I love detailed questions! On Tuesday, January 13, 2004, at 01:05 PM, fbsd_user wrote: > Why don't you start at the beginning and tell us about the PC you > installed 4.6 on? It's an eMachines etower 600is > Is this an pre Y2K box? Shouldn't be--I bought it new at Frye's in early 2001. > What operating system was on it before? The primary drive has Windows ME on it. 4.6 is on the secondary drive. > Have you ever used the floppy drive before? Yes. > Does the floppy ready light flash when you power up the PC and boot? Good question--I'll check that next time I do so. > What command are you using to try to mount the cd drive? mount /dev/cd* /mnt #No, I didn't use the *--but I tried all the /dev/cd* entries, one at a time, just as I did the /dev/fd* entries. > You know the drive works because you installed from it. Yes. > Have you checked the PC's bio's to verify that the com ports are > enabled and the floppy drive is enabled? No--I'll do that next time through, too. However, see below for why I'm pretty sure the com ports (at least) are enabled. > Is the modem powered up before you boot FBSD? Yes. > Have you used the modem before? Yes. > Can you prove it works on another system? It works on this one while running Windows ME--I tested that. > Does this command connect to your com port with the external modem? > Tip comx where x is the com port number that has modem > > If it connects enter AT for the hayes attention command. Should > reply with OK It replies "connected" and is now hung. I never got to enter AT. > Use ~ the . keyboard keys to exit tip command. The keyboard is now unresponsive, both to the ~ commands (~. and ~?) and to Alt-F3ing to another logon window. Power cycling... I did not see the floppy light--I had it disconnected while adding the secondary drive. I'll check that next time it's powered down. The floppy is enabled in BIOS. Serial port A is Auto, the floppy disk controlled is Enabled. I'm going to leave it in BIOS setup while I do some things with my daughter--back in a bit. Thanks! John A ___ [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]"
RE: Whan can I do if OS does not boot after makeworld
On Tue, 2004-01-13 at 07:55, Scott Mitchell wrote: > [EMAIL PROTECTED] wrote: > > Did you ever have any problem about makeworld process ?! > > I afraid of one day will come and I can't boot my FreeBSD > > > > Vahric > > This is why the recommended update process is (in part): > > # make buildworld > # make buildkernel > # make installkernel > > Followed by a reboot into single-user mode before doing the installworld. This is the place that I have been bitten. In 5.x (I don't know about 4.x off the top of my head) you have to type "shutdown -r now" and NOT "shutdown now" The later keeps using your old kernel which is what you are trying not to do. It was an new system in a huge mess so I just reinstalled instead of trying to fix the problems. Micheas > If the new kernel doesn't boot, you've still got the previous one in > /kernel.old, so you can just boot from that one and carry on without having > trashed any part of your system. > > If installworld somehow manages to make your system unbootable, you have a > few options: > - boot single-user and try to fix things with the tools in /stand (or > /rescue on 5.x) > - boot CD #2 and try to fix things with the tools in the live filesystem > - restore from backups (you do have backups, right?) > > Personally, I've made plenty of unbootable kernels, and a few worlds that > behaved strangely in places, but never an unusable system (fingers crossed > :-) > > Scott > > ___ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- Micheas Herman email: [EMAIL PROTECTED] Free Print Shop web: http://www.FreePrintShop.org phone: (415)648-3222fax: (415)648-4466 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: How "safe" is 5.2 to use?
On Tue, 2004-01-13 at 14:02, Lowell Gilbert wrote: > "David Meier" <[EMAIL PROTECTED]> writes: > > > I am relatively new to the world of FreeBSD. But first, congrats to the > > new release! I am somewhat insecure on how trustfully I can use the new > > release for my intended use (and I hope my questions haven't been posted a > > zillion times before). Therefore I hope the FreeBSD nuts can advise me > > whether to go for 4.9 or 5.2. > > Yes. Um, wait, maybe I'll have more-useful advice after more details. > > > The setup: > > hardware: DELL PowerEdge 1750 (Dual XEON, 2GB RAM, RAID 1). Double check your RAID controler. SMP may or may not be production ready. It was a problem at one point. under a certain condition. I don't have any SMP boxes so I haven't paid much attention. > > web server: Apache 2.0, MySQL 4.0, PHP 4.3.4, Perl 5.8 > > mail server: Postfix, Cyrus IMAPd, Cyrus SASL, Amavis-new, SpamAssassin, > > ClamAV Apache 2.0 will like FreeBSD 5.x better, AFAIK I don't think any of the other apps will care one way or the other. > > Okay, it's pretty new and powerful hardware, and the software is all > fairly widely used. Should be no big deal. > > > The servers will be used for virtual hosting as a small ISP evironment and > > housed about 30min from where I work (in case I have to reset them...). > > That's convenient. > > > I don't know how and if the instability risks may affect such a setup of > > services on the hardware described. Unfortunately, the advisories are kept > > in pretty general language, however, I know it is hard to predict how it > > will be running on a particular system. I just don't know FreeBSD well > > enough to have a 'feel' about it (although I don't rely too much on > > 'feelings' in the world of computers). Is upgrading to 5.2 comparable to, > > say, I upgrade from RedHat 9 to RedHat's newest release? > > > > What I like about the 5.x releases is the possibility of taking file > > system snapshots, for example to back up the mailboxes. > > Okay, so you actually would like features that are specific to 5.x. > That's a good enough reason to try it; from a user point of view, 5.2 > seems to be roughly comparable to 4.9 in dependability. If you can > install and configure the system, 5.2 will probably work well for > you. This implies that you can go through a fairly thorough system > test on your actual hardware before you install the system(s) in their > permanent location (or at least before you bring them into production > use). If you have any trouble that worries you at all, drop back to > 4.9 and install that. > > How's that? -- Micheas Herman email: [EMAIL PROTECTED] Free Print Shop web: http://www.FreePrintShop.org phone: (415)648-3222fax: (415)648-4466 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
New installation: Hanging when trying to dial out
I love detailed questions! On Tuesday, January 13, 2004, at 01:05 PM, fbsd_user wrote: Why don't you start at the beginning and tell us about the PC you installed 4.6 on? It's an eMachines etower 600is Is this an pre Y2K box? Shouldn't be--I bought it new at Frye's in early 2001. What operating system was on it before? The primary drive has Windows ME on it. 4.6 is on the secondary drive. Have you ever used the floppy drive before? Yes. Does the floppy ready light flash when you power up the PC and boot? Good question--I'll check that next time I do so. What command are you using to try to mount the cd drive? mount /dev/cd* /mnt #No, I didn't use the *--but I tried all the /dev/cd* entries, one at a time, just as I did the /dev/fd* entries. You know the drive works because you installed from it. Yes. Have you checked the PC's bio's to verify that the com ports are enabled and the floppy drive is enabled? No--I'll do that next time through, too. However, see below for why I'm pretty sure the com ports (at least) are enabled. Is the modem powered up before you boot FBSD? Yes. Have you used the modem before? Yes. Can you prove it works on another system? It works on this one while running Windows ME--I tested that. Does this command connect to your com port with the external modem? Tip comx where x is the com port number that has modem If it connects enter AT for the hayes attention command. Should reply with OK It replies "connected" and is now hung. I never got to enter AT. Use ~ the . keyboard keys to exit tip command. The keyboard is now unresponsive, both to the ~ commands (~. and ~?) and to Alt-F3ing to another logon window. Power cycling... I did not see the floppy light--I had it disconnected while adding the secondary drive. I'll check that next time it's powered down. The floppy is enabled in BIOS. Serial port A is Auto, the floppy disk controlled is Enabled. I'm going to leave it in BIOS setup while I do some things with my daughter--back in a bit. Thanks! John A ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Fwd: New installation: Hanging when trying to dial out
On Tuesday, January 13, 2004, at 11:06 AM, Andrew Boothman wrote: I presume you get sio lines for all of your serial ports? My original point still stands, are you sure you're using the right one for where your modem is plugged in? Yes, I'm pretty sure--I mistakenly used cuaa1 in my earliest attempts. Have you read through http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/dialout.html ? Yes, and the subsequent chapter on PPP, as well. Thanks again, John A ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Errors in upgrading ports
On Tue, Jan 13, 2004 at 01:37:25AM -0500, Michael A. Alestock wrote: > I get numerous errors while trying to, "portsdb -Uu", 'portversion -l "<", > and "portupgrade -arR". I don't get any kind of prompt to change anything. > How would I go about fixing these errors so that I can upgrade my ports to the latest > version(s)?? Here's a snippet from the PORTUPGRADE I did, but it stopped > after coming up in error > > Stop in /usr/ports/x11-servers/XFree86-4-FontServer. > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portupgrade72647.10 make > ** Fix the problem and try again. > ---> Skipping 'x11/XFree86-4' (XFree86-4.3.0,1) because > 'x11-servers/XFree86-4-FontServer' (XFree86-FontServer-4.3.0) failed > ** The following packages were not installed or upgraded (*:skipped / > !:failed) > ! dns/noip (noip-1.6) (port directory error) > ! www/mod_php5 (mod_php5-5.0.0.a3_2,1) (configure error) I may be able to speak to the above 'configure' err. Some of my hosts are not running 4.7 or 4.8, but 4.[78]-PRERELEASE. In at least one port, the pre-processor checks for the version number; if < 4.7; if > 4.8... Until I move up to 4.9, each time I upgrade, I have do hack the src a wee bit. You might grep -r the mod_php5 src and see. gary -- Gary Kline [EMAIL PROTECTED] www.thought.org Public service Unix ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
recompile kernel problem
Hi, I installed FreeBSD 4.9-PREREL and recompiled the kernel and got this problem during makeworld. Any idea? vnode_if.h:876: warning: inlining failed in call to `VOP_UNLOCK' /usr/src/sys/modules/union/../../miscfs/union/union_vnops.c:598: warning: called from here /usr/src/sys/modules/union/../../miscfs/union/union_vnops.c: In function `union_inactive': /usr/src/sys/modules/union/../../miscfs/union/union_vnops.c:1705: warning: unused variable `vpp' /usr/src/sys/modules/union/../../miscfs/union/union_vnops.c: In function `union_unlock': /usr/src/sys/modules/union/../../miscfs/union/union_vnops.c:1803: warning: unused variable `un' *** Error code 1 Stop in /usr/src/sys/modules/union. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/compile/CONF. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: binary execute restrictions
On Jan 12, 2004, at 9:52 PM, Jefferson San Juan wrote: How do I restrict normal users from executing their own compiled executable binary files? Give them a "restricted shell" which limits the commands they can run to ones you specify. See "man zshall" for one example, although other restricted shells exist which might come closer to what you want than ZSH particularly: RESTRICTED SHELL When the basename of the command used to invoke zsh starts with the letter `r' or the `-r' command line option is supplied at invocation, the shell becomes restricted. Emulation mode is determined after stripping the letter `r' from the invocation name. The following are disabled in restricted mode: o changing directories with the cd builtin o changing or unsetting the PATH, path, MODULE_PATH, module_path, SHELL, HISTFILE, HISTSIZE, GID, EGID, UID, EUID, USERNAME, LD_LIBRARY_PATH,LD_AOUT_LIBRARY_PATH, LD_PRELOAD and LD_AOUT_PRELOAD parameters o specifying command names containing / o specifying command pathnames using hash o redirecting output to files o using the exec builtin command to replace the shell with another command o using jobs -Z to overwrite the shell process' argument and envi- ronment space o using the ARGV0 parameter to override argv[0] for external com- mands o turning off restricted mode with set +r or unsetopt RESTRICTED -- -Chuck ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
compile problems
I am having trouble compiling perl (as well as others, such as GD). Here is th error message : Making List::Util (dynamic) Making MIME::Base64 (dynamic) cc -c-DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.2/BSDPAN" -DHAS_FPSETMASK -DHAS _FLOATINGPOINT_H -fno-strict-aliasing -I/usr/local/include -O -pipe-DVERSION =\"2.21\" -DXS_VERSION=\"2.21\" -DPIC -fPIC "-I../../.." Base64.c Base64.xs: In function `XS_MIME__Base64_decode_base64': Base64.xs:219: `dowarn' undeclared (first use in this function) Base64.xs:219: (Each undeclared identifier is reported only once Base64.xs:219: for each function it appears in.) *** Error code 1 Stop in /usr/ports/lang/perl5.8/work/perl-5.8.2/ext/MIME/Base64. *** Error code 1 Stop in /usr/ports/lang/perl5.8/work/perl-5.8.2. *** Error code 1 Stop in /usr/ports/lang/perl5.8. This is on a 4.7-STABLE system from 2002... ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: How "safe" is 5.2 to use?
"David Meier" <[EMAIL PROTECTED]> writes: > I am relatively new to the world of FreeBSD. But first, congrats to the > new release! I am somewhat insecure on how trustfully I can use the new > release for my intended use (and I hope my questions haven't been posted a > zillion times before). Therefore I hope the FreeBSD nuts can advise me > whether to go for 4.9 or 5.2. Yes. Um, wait, maybe I'll have more-useful advice after more details. > The setup: > hardware: DELL PowerEdge 1750 (Dual XEON, 2GB RAM, RAID 1). > web server: Apache 2.0, MySQL 4.0, PHP 4.3.4, Perl 5.8 > mail server: Postfix, Cyrus IMAPd, Cyrus SASL, Amavis-new, SpamAssassin, > ClamAV Okay, it's pretty new and powerful hardware, and the software is all fairly widely used. Should be no big deal. > The servers will be used for virtual hosting as a small ISP evironment and > housed about 30min from where I work (in case I have to reset them...). That's convenient. > I don't know how and if the instability risks may affect such a setup of > services on the hardware described. Unfortunately, the advisories are kept > in pretty general language, however, I know it is hard to predict how it > will be running on a particular system. I just don't know FreeBSD well > enough to have a 'feel' about it (although I don't rely too much on > 'feelings' in the world of computers). Is upgrading to 5.2 comparable to, > say, I upgrade from RedHat 9 to RedHat's newest release? > > What I like about the 5.x releases is the possibility of taking file > system snapshots, for example to back up the mailboxes. Okay, so you actually would like features that are specific to 5.x. That's a good enough reason to try it; from a user point of view, 5.2 seems to be roughly comparable to 4.9 in dependability. If you can install and configure the system, 5.2 will probably work well for you. This implies that you can go through a fairly thorough system test on your actual hardware before you install the system(s) in their permanent location (or at least before you bring them into production use). If you have any trouble that worries you at all, drop back to 4.9 and install that. How's that? -- Lowell Gilbert, embedded/networking software engineer, Boston area: resume/CV at http://be-well.ilk.org:8088/~lowell/resume/ username/password "public" ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: FreeBSD, SSH and "Enter Authentication Response"
On Tue, Jan 13, 2004 at 01:30:15PM -0800, Rishi Chopra wrote: > I've included copies of my /etc/ssh/ssh_config file and /etc/pam.d/ssh - > I'm running a default minimal installation of FreeBSD 5.2: > etc/ssh/ssh_config: Um... /etc/ssh/sshd_config is more to the point -- ssh_config is for the client side, ssh*d*_config is for the server side. However if you've just installed the system then chances are the sshd_config is unmodified from the default settings. Try turning off the challenge-response stuff as I suggested in my earlier e-mail. ie. make it so that sshd_config contains: ChallengeResponseAuthentication no > /etc/pam.d/ssh That looks fine. Hmmm... This does look like a peculiar interaction of your particular SSH client software and the OpenSSH server code on FreeBSD. Normally I'd suggest running the client side connection with debugging turned up high, eg: % ssh -v -v -v host.example.com but I don't know what the equivalent of that is for the client software you're using. A very good diagnostic test though is to run the server side with the debugging turned up. A good trick is to run it on an alternative port so you can run it in parallel with your regular sshd. eg: # sshd -d -d -d -p 24 You can then connect to the alternate port by: % ssh host.example.com:24 This will produce quite a lot of output, and exit after the ssh session. By comparing this output to the equivalent output from a machine where you don't have the problem you should be able to tell what the FreeBSD box is doing differently, and maybe work out how to fix it. Be aware that the full debug output from sshd should not be published as it can contain privileged information. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK pgp0.pgp Description: PGP signature
Re: FreeBSD, SSH and "Enter Authentication Response"
On Tue, Jan 13, 2004 at 01:30:15PM -0800, Rishi Chopra typed: > I've included copies of my /etc/ssh/ssh_config file and /etc/pam.d/ssh - > I'm running a default minimal installation of FreeBSD 5.2: > > etc/ssh/ssh_config: > > # Host * > # ForwardAgent no > # ForwardX11 no > # RhostsAuthentication no > # RhostsRSAAuthentication no > # RSAAuthentication yes > # PasswordAuthentication yes > # HostbasedAuthentication no As Matthew suggested, you can put the line ChallengeResponseAuthentication no in here. Then restart sshd good luck, Ruben > # BatchMode no > # CheckHostIP no > # StrictHostKeyChecking ask > # IdentityFile ~/.ssh/identity > # IdentityFile ~/.ssh/id_rsa > # IdentityFile ~/.ssh/id_dsa > # Port 22 > # Protocol 2,1 > # Cipher 3des > # Ciphers > aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc > # EscapeChar ~ > # VersionAddendum FreeBSD-20030423 > > > /etc/pam.d/ssh > > # > # $FreeBSD: src/etc/pam.d/sshd,v 1.15 2003/04/30 21:57:54 markm Exp $ > # > # PAM configuration for the "sshd" service > # > > # auth > authrequiredpam_nologin.so no_warn > authsufficient pam_opie.so no_warn > no_fake_prompts > authrequisite pam_opieaccess.so no_warn allow_local > #auth sufficient pam_krb5.so no_warn > try_first_pass > #auth sufficient pam_ssh.so no_warn > try_first_pass > authrequiredpam_unix.so no_warn > try_first_pass > > # account > #accountrequiredpam_krb5.so > account requiredpam_login_access.so > account requiredpam_unix.so > > # session > #sessionoptionalpam_ssh.so > session requiredpam_permit.so > > # password > #password sufficient pam_krb5.so no_warn > try_first_pass > passwordrequiredpam_unix.so no_warn > try_first_pass > > > Any ideas what I should change? > > -Rishi > > Ruben de Groot wrote: > > >On Tue, Jan 13, 2004 at 11:55:50AM +, Matthew Seaman typed: > > > > > >>On Mon, Jan 12, 2004 at 01:32:30PM -0800, Rishi Chopra wrote: > >> > >> > >>>I have a nitpicky question about logging into a FreeBSD machine and > >>>SSH. I'm using a minimal FreeBSD install and SSH Secure Shell client > >>>v3.2.0 - the crux of the problem is I am unable to "smoothly" login. > >>> > >>> > >>Which FreeBSD version? And are you running the OpenSSH server > >>supplied with the system or one from ports? > >> > >> > > > >Judging by name and version number, I think he's not running OpenSSH > >at all, but the other ssh implementation from ssh.org > > > > > > > >>>When I login to my machine, I'm prompted to enter an "authentication > >>>response". A window is displayed with "Enter Authentication Response" > >>>in the title bar, and two buttons at the bottom ('OK' and 'Cancel') - > >>>the text says: > >>> > >>> Enter your authentication response. > >>> Password: > >>> > >>> > >>Sounds like you've got the PAM based challenge-response authentication > >>enabled in your /etc/ssh/sshd_config (which is the default), but > >>your /etc/pam.conf (FreeBSD 4.x) or /etc/pam.d (FreeBSD 5.x) has a > >>modified configuration. > >> > >>Here are a couple of things to try -- > >> > >>Turn off Challenge-response authentication in /etc/ssh/sshd_config > >> > >>Change: > >> > >> #ChallengeResponseAuthentication yes > >> > >>to > >> > >> ChallengeResponseAuthentication no > >> > >>and then: > >> > >> # kill -HUP `cat /var/run/sshd.pid` > >> > >>to get it to reread the config. > >> > >>-- or -- > >> > >>Double check the PAM settings: they should look like this in /etc/pam.conf > >> > >> # OpenSSH with PAM support requires similar modules. The session one > >> is > >> # a bit strange, though... > >> sshdauthsufficient pam_skey.so > >> sshdauthsufficient pam_opie.so > >> no_fake_prompts > >> #sshd authrequisite pam_opieaccess.so > >> #sshd authsufficient pam_kerberosIV.so > >> try_first_pass > >> #sshd authsufficient pam_krb5.so > >> try_first_pass > >> sshdauthrequiredpam_unix.so > >> try_first_pass > >> sshdaccount requiredpam_unix.so > >> sshdpassword required pam_permit.so > >> sshdsession requiredpam_permit.so > >> > >>The /etc/pam.d case is similar, except you should have a file called > >>'sshd' in that directory, whose contents are similar, but without the > >>'sshd' entries in the first column. > >> > >>Cheers, > >> > >>Matthew > >> > >> > >>-- > >>Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks > >> Savill Way > >>PGP: http:
Re: FreeBSD, SSH and "Enter Authentication Response"
I've included copies of my /etc/ssh/ssh_config file and /etc/pam.d/ssh - I'm running a default minimal installation of FreeBSD 5.2: etc/ssh/ssh_config: # $FreeBSD: src/crypto/openssh/ssh_config,v 1.21 2003/04/23 17:10:53 des Exp $ # This is the ssh client system-wide configuration file. See # ssh_config(5) for more information. This file provides defaults for # users, and the values can be changed in per-user configuration files # or on the command line. # Configuration data is parsed as follows: # 1. command line options # 2. user-specific file # 3. system-wide file # Any configuration value is only changed the first time it is set. # Thus, host-specific definitions should be at the beginning of the # configuration file, and defaults at the end. # Site-wide defaults for various options # Host * # ForwardAgent no # ForwardX11 no # RhostsAuthentication no # RhostsRSAAuthentication no # RSAAuthentication yes # PasswordAuthentication yes # HostbasedAuthentication no # BatchMode no # CheckHostIP no # StrictHostKeyChecking ask # IdentityFile ~/.ssh/identity # IdentityFile ~/.ssh/id_rsa # IdentityFile ~/.ssh/id_dsa # Port 22 # Protocol 2,1 # Cipher 3des # Ciphers aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc # EscapeChar ~ # VersionAddendum FreeBSD-20030423 /etc/pam.d/ssh # # $FreeBSD: src/etc/pam.d/sshd,v 1.15 2003/04/30 21:57:54 markm Exp $ # # PAM configuration for the "sshd" service # # auth authrequiredpam_nologin.so no_warn authsufficient pam_opie.so no_warn no_fake_prompts authrequisite pam_opieaccess.so no_warn allow_local #auth sufficient pam_krb5.so no_warn try_first_pass #auth sufficient pam_ssh.so no_warn try_first_pass authrequiredpam_unix.so no_warn try_first_pass # account #accountrequiredpam_krb5.so account requiredpam_login_access.so account requiredpam_unix.so # session #sessionoptionalpam_ssh.so session requiredpam_permit.so # password #password sufficient pam_krb5.so no_warn try_first_pass passwordrequiredpam_unix.so no_warn try_first_pass Any ideas what I should change? -Rishi Ruben de Groot wrote: On Tue, Jan 13, 2004 at 11:55:50AM +, Matthew Seaman typed: On Mon, Jan 12, 2004 at 01:32:30PM -0800, Rishi Chopra wrote: I have a nitpicky question about logging into a FreeBSD machine and SSH. I'm using a minimal FreeBSD install and SSH Secure Shell client v3.2.0 - the crux of the problem is I am unable to "smoothly" login. Which FreeBSD version? And are you running the OpenSSH server supplied with the system or one from ports? Judging by name and version number, I think he's not running OpenSSH at all, but the other ssh implementation from ssh.org When I login to my machine, I'm prompted to enter an "authentication response". A window is displayed with "Enter Authentication Response" in the title bar, and two buttons at the bottom ('OK' and 'Cancel') - the text says: Enter your authentication response. Password: Sounds like you've got the PAM based challenge-response authentication enabled in your /etc/ssh/sshd_config (which is the default), but your /etc/pam.conf (FreeBSD 4.x) or /etc/pam.d (FreeBSD 5.x) has a modified configuration. Here are a couple of things to try -- Turn off Challenge-response authentication in /etc/ssh/sshd_config Change: #ChallengeResponseAuthentication yes to ChallengeResponseAuthentication no and then: # kill -HUP `cat /var/run/sshd.pid` to get it to reread the config. -- or -- Double check the PAM settings: they should look like this in /etc/pam.conf # OpenSSH with PAM support requires similar modules. The session one is # a bit strange, though... sshdauthsufficient pam_skey.so sshdauthsufficient pam_opie.so no_fake_prompts #sshd authrequisite pam_opieaccess.so #sshd authsufficient pam_kerberosIV.so try_first_pass #sshd authsufficient pam_krb5.so try_first_pass sshdauthrequiredpam_unix.so try_first_pass sshdaccount requiredpam_unix.so sshdpassword required pam_permit.so sshdsession requiredpam_permit.so The /etc/pam.d case is similar, except you should have a file called 'sshd' in that directory, whose contents are similar, but without the 'sshd' entries in the first column. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44
Apache2 and mod_perl2
I have just installed FreeBSD 4.9 and am having problems with Apache2 and mod_perl2. I used the ports, which was updated immediately after install, and did a 'make install clean' for both apache2 and mod_perl2, more specifically apache-2.0.48_2 and mod_perl2-1.99r12. I have not gotten fancy yet and have only included the following lines in my httpd.conf for mod_perl2: LoadModule perl_module libexec/apache2/mod_perl.so PerlModule Apache2 The problem is that when I do '/usr/local/etc/rc.d/apache2.sh start' the machine just hangs, for a long time (4-8 minutes), before apache finally comes up. I checked the logs and there aren't any negative entries. I recently had to down system to move it, upon reboot it hung for 45 minutes before I had to kill the 'apache.sh start/apachectl start/httpd -k start' processes. When I say hung I don't mean the entire system, just the startup processes of apache2. I have slightly older versions on a 4.8 box that was installed identically to what was described here and all is fine. Any ideas? Thanks, -Randy ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: newsyslog.conf in 5.x and bz2
On 13/01/04 16:03 -0500, Lowell Gilbert wrote: > Radko Keves <[EMAIL PROTECTED]> writes: > > > can i change compression type from bzip2 to gzip when syslog > > rotate files? > > Yes. > > > i can't find it nowhere. > > Really? It's right in the manual for newsyslog(8). > You just use a 'Z' flag instead of 'J'. Just to avoid confusion, it's J for bzip2 and Z for gzip ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: newsyslog.conf in 5.x and bz2
Radko Keves <[EMAIL PROTECTED]> writes: > can i change compression type from bzip2 to gzip when syslog > rotate files? Yes. > i can't find it nowhere. Really? It's right in the manual for newsyslog(8). You just use a 'Z' flag instead of 'J'. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: problems creating a bootable image using burncd
Well solved my problem... used some TDK discs and those worked fine... I could not get the Memorex CDRWs or the Durabrand CDRs to make bootable discs what so ever... Any one know if there are some CDR/CDRW discs which it is impossible to make bootable discs out of or is this just some type of weird fluke and I should quite possibly be worried about the data integrety of any thing stored on discs of the other two brands. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: problems creating a bootable image using burncd
On Tue, 13 Jan 2004 13:16:06 -0600 "Andrew L. Gould" <[EMAIL PROTECTED]> wrote: > On Tuesday 13 January 2004 01:07 pm, Vulpes Velox wrote: > > I've been trying to create a a bootable CD using freesbie. I ran into > > problems getting that to work. It failed to boot and the same thing > > happened upon reburn. > > > > I then went to download a the 4.9 install iso to see if it was a possible > > problem with the image that was created. The iso passed the check sum, but > > after burning it, it would not boot too. > > > > I've managed to verify that it is possible of booting from that drive using > > a old win98 install disc I have laying around. The install for that comes > > up fine. > > > > I've also tried it at different speeds and have gotten the same results. > > > > > > Any ideas? > > Have you mounted the CD and viewed the contents to make sure the CD was good? > > I remember having problems with a box of generic CD's once. Really wierd... Just tried it with some TDK CDRs I just remembered I had sitting around and it worked first try... the Memorex CDRWs and the Durabrand CDRs did not work what so ever :/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: problems creating a bootable image using burncd
On Tue, 13 Jan 2004 11:49:56 -0800 Chris Pressey <[EMAIL PROTECTED]> wrote: > On Tue, 13 Jan 2004 13:07:20 -0600 > Vulpes Velox <[EMAIL PROTECTED]> wrote: > > > I've been trying to create a a bootable CD using freesbie. I ran into > > problems getting that to work. It failed to boot and the same thing > > happened upon reburn. > > > > I then went to download a the 4.9 install iso to see if it was a > > possible problem with the image that was created. The iso passed the > > check sum, but after burning it, it would not boot too. > > > > I've managed to verify that it is possible of booting from that drive > > using a old win98 install disc I have laying around. The install for > > that comes up fine. > > > > I've also tried it at different speeds and have gotten the same > > results. > > > > > > Any ideas? > > What method are you using to burn the CD? If it's a method that's > worked for you in the past, it sounds like you might have some flaky > CD-R's. % burncd -v -s 4 -f /dev/acd0c data 4.9-i386-disc1.iso fixate adding type 0x08 file 4.9-i386-disc1.iso size 655680 KB 327840 blocks next writeable LBA 0 addr = 0 size = 671416320 blocks = 327840 writing from file 4.9-i386-disc1.iso size 655680 KB written this track 655680 KB (100%) total 655680 KB fixating CD, please wait.. The brand I have been using has been Memorex for CD-RW discs Just tried it with some TDK discs and it works perfectly. So I am guessing there was something flaky about the Memorex discs I have been messing with. > (Also note: there's a problem with the current FreeSBIE scripts for > creating working 4.x FreeSBIEs. They fail to copy a required file onto > the CD - and when they do, it still won't detect your hard drives > without another minor change. I've posted patches to the freesbie > mailing list that fix these problems, you might want to apply them > before trying to make another FreeSBIE.) Yeah, but if that was the case I should still be able to boot using a burned copy of 4.9R. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
RE: problems creating a bootable image using burncd
> On Tue, 13 Jan 2004 13:07:20 -0600 > Vulpes Velox <[EMAIL PROTECTED]> wrote: > > > I've been trying to create a a bootable CD using freesbie. > I ran into > > problems getting that to work. It failed to boot and the same thing > > happened upon reburn. > > > > I then went to download a the 4.9 install iso to see if it was a > > possible problem with the image that was created. The iso passed the > > check sum, but after burning it, it would not boot too. > > > > I've managed to verify that it is possible of booting from > that drive > > using a old win98 install disc I have laying around. The install for > > that comes up fine. > > > > I've also tried it at different speeds and have gotten the same > > results. > > > > > > Any ideas? > > What method are you using to burn the CD? If it's a method that's > worked for you in the past, it sounds like you might have some flaky > CD-R's. > I seem to recall a discussion some months ago regarding a change to the way boot CDs were made. This had the effect of breaking bootable CDs when using older BIOSes that only knew about the "old" way of booting from CD. Pardon my vagueness. I thought this was a 5.x issue but perhaps it was/is a 4.9 issue as well. -lee ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: problems creating a bootable image using burncd
On Tue, 13 Jan 2004 13:16:06 -0600 "Andrew L. Gould" <[EMAIL PROTECTED]> wrote: > On Tuesday 13 January 2004 01:07 pm, Vulpes Velox wrote: > > I've been trying to create a a bootable CD using freesbie. I ran into > > problems getting that to work. It failed to boot and the same thing > > happened upon reburn. > > > > I then went to download a the 4.9 install iso to see if it was a possible > > problem with the image that was created. The iso passed the check sum, but > > after burning it, it would not boot too. > > > > I've managed to verify that it is possible of booting from that drive using > > a old win98 install disc I have laying around. The install for that comes > > up fine. > > > > I've also tried it at different speeds and have gotten the same results. > > > > > > Any ideas? > > Have you mounted the CD and viewed the contents to make sure the CD was good? > > I remember having problems with a box of generic CD's once. Yeah, I can view the contents with out any problem and the brand of CD-RWs I am using is Memorex. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
newsyslog.conf in 5.x and bz2
hi can i change compression type from bzip2 to gzip when syslog rotate files? i can't find it nowhere. i know that bzip2 is better, but i need gzip. thank and bye -- "The ancient Greeks' concept of a ``personal daemon'' was similar to the modern concept of a ``guardian angel'' --- ``eudaemonia'' is the state of being helped or protected by a kindly spirit. As a rule, UNIX systems seem to be infested with both daemons and demons." [Evi Nemeth] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
diskless setup
Hello, I am still trying to figure out why I can't boot diskless. I've followed the instructions in the handbook and the clone_root script. While trying to figure out a problem, I think it may be a problem with creating the mfs partition in memory. I get: mount_mfs: /etc: bad file system size Some insight would be nice... r ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: IPv6 and multiple interfaces
At 2004-01-13T18:30:19Z, Kevin Stevens <[EMAIL PROTECTED]> writes: > If you want them to carry IPv6 traffic. To phrase it differently, you > shouldn't use the same IPv6 address on multiple interfaces, but you don't > have to run IPv6 on all interfaces. Gotcha. OK, back to being on-topic for FreeBSD: how would I assign v6 addresses to those interfaces? I'm running rtadvd on that machine and it's my understanding that sending and accepting advertisements on the same host is a no-no. Should I just give them all static assignments in /etc/rc.conf? And is there any suggested way for "inventing" the addresses for those interfaces? >> "link-local"? Is there a decent (English language) FAQ that's readable >> by technical users who aren't networking experts? > http://www.ipv6.org/ That refers to: > http://www.v6.wide.ad.jp/ ...which does not resolve. :-/ -- Kirk Strauser pgp0.pgp Description: PGP signature
Re: problems creating a bootable image using burncd
On Tue, 13 Jan 2004 13:07:20 -0600 Vulpes Velox <[EMAIL PROTECTED]> wrote: > I've been trying to create a a bootable CD using freesbie. I ran into > problems getting that to work. It failed to boot and the same thing > happened upon reburn. > > I then went to download a the 4.9 install iso to see if it was a > possible problem with the image that was created. The iso passed the > check sum, but after burning it, it would not boot too. > > I've managed to verify that it is possible of booting from that drive > using a old win98 install disc I have laying around. The install for > that comes up fine. > > I've also tried it at different speeds and have gotten the same > results. > > > Any ideas? What method are you using to burn the CD? If it's a method that's worked for you in the past, it sounds like you might have some flaky CD-R's. (Also note: there's a problem with the current FreeSBIE scripts for creating working 4.x FreeSBIEs. They fail to copy a required file onto the CD - and when they do, it still won't detect your hard drives without another minor change. I've posted patches to the freesbie mailing list that fix these problems, you might want to apply them before trying to make another FreeSBIE.) -Chris ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: [OT] Configuration file parsing
At 2004-01-13T19:26:34Z, "Ph. Schulz" <[EMAIL PROTECTED]> writes: > Somebody said that I would be fine (when using GPL-licensed stuff) as long > as I provide the sources to people who use the application. I guess > providing the source within the company is not a problem... No. Again, no. An entity does not have to make source available unless it distributes the product to another entity. You can build proprietary software using GPL components as long as you do not distribute *outside your company*. If it stays internal, you have no legal or moral obligation to make your source available. Yes, using BSD libraries avoids the problem, but the GPL isn't as restrictive as you're making it sound. -- Kirk Strauser "94 outdated ports on the box, 94 outdated ports. Portupgrade one, an hour 'til done, 82 outdated ports on the box." pgp0.pgp Description: PGP signature
fetch/ftp problem
I am having an odd problem with fetch. I cannot fetch an ftp:-type address but I can ftp to it and get the files just fine. This is problematic for ports and downloading via sysinstall. I am running the new 5.2. I am firewalled though (I did try both passsive and active ftpmode's). Any advice on how to further debug? -r ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: [OT] Configuration file parsing
Thank you all for your input, I really appreciate it. Somebody said that I would be fine (when using GPL-licensed stuff) as long as I provide the sources to people who use the application. I guess providing the source within the company is not a problem, however I thought it would be easier to use BSD-style licensed stuff. Thanks again, Phil. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: problems creating a bootable image using burncd
On Tuesday 13 January 2004 01:07 pm, Vulpes Velox wrote: > I've been trying to create a a bootable CD using freesbie. I ran into > problems getting that to work. It failed to boot and the same thing > happened upon reburn. > > I then went to download a the 4.9 install iso to see if it was a possible > problem with the image that was created. The iso passed the check sum, but > after burning it, it would not boot too. > > I've managed to verify that it is possible of booting from that drive using > a old win98 install disc I have laying around. The install for that comes > up fine. > > I've also tried it at different speeds and have gotten the same results. > > > Any ideas? Have you mounted the CD and viewed the contents to make sure the CD was good? I remember having problems with a box of generic CD's once. Andrew Gould ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
problems creating a bootable image using burncd
I've been trying to create a a bootable CD using freesbie. I ran into problems getting that to work. It failed to boot and the same thing happened upon reburn. I then went to download a the 4.9 install iso to see if it was a possible problem with the image that was created. The iso passed the check sum, but after burning it, it would not boot too. I've managed to verify that it is possible of booting from that drive using a old win98 install disc I have laying around. The install for that comes up fine. I've also tried it at different speeds and have gotten the same results. Any ideas? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Whan can I do if OS does not boot after makeworld
On Tuesday 13 January 2004 07:31 am, Vahric MUHTARYAN wrote: > Did you ever have any problem about makeworld process ?! > I afraid of one day will come and I can't boot my FreeBSD Go back and read the archive on problems updating from 5.1 to 5.2. The statfs problem would render your system unbootable if you did an installworld before you booted to an updated and installed kernel. Kent > > Vahric > > -Original Message- > From: Andrew L. Gould [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 13, 2004 3:31 PM > To: Vahric MUHTARYAN; 'Ruben de Groot' > Cc: [EMAIL PROTECTED] > Subject: Re: Whan can I do if OS does not boot after makeworld > > On Tuesday 13 January 2004 07:02 am, Vahric MUHTARYAN wrote: > > Hi , > > > > I did not make something now and I don't have a problem with makeworld. > > But > > > I red something in FreeBSD from scratch and I saw that some problem can > > occur and after makeworld process OS is not openinig > > > > Vahric > > This is not going to sound very helpful; but if you're trying to be > proactive...read the documentation thoroughly and follow the steps > carefully. Don't cut corners or make mistakes. > > Unless you can predict the error, it's hard to predict the solution. > > Best regards, > > Andrew Gould > > ___ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "[EMAIL PROTECTED]" -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: IPv6 and multiple interfaces
On Tue, 13 Jan 2004, Kirk Strauser wrote: > I'm using an IPv6 tunnel to Hurricane Electric on my FreeBSD 4.9-STABLE > firewall. That firewall has multiple Ethernet interfaces. Should each of > those interfaces be assigned a routable IPv6 address? And what *is* If you want them to carry IPv6 traffic. To phrase it differently, you shouldn't use the same IPv6 address on multiple interfaces, but you don't have to run IPv6 on all interfaces. > "link-local"? Is there a decent (English language) FAQ that's readable by > technical users who aren't networking experts? http://www.ipv6.org/ http://www.v6.wide.ad.jp/ KeS ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
RE: freebsd 5.1 and devfs
In 5.x devices are automatically built for you on first use. That is just one of the changes between 4.x and 5.x. THAT IS WHY MAKEDEVDOES NOT WORK FOR YOU. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Frederick Thomas Sent: Tuesday, January 13, 2004 12:52 PM To: [EMAIL PROTECTED] Subject: freebsd 5.1 and devfs shalom, I read the manpage on devfs and can't make heads or tails of it. I've a cs4236 onboard pnp sound card that took 2 months to finally get running and I'm gonna wait that long this time. My box is a dell optiplex gx1 and using old school rules catted dmesg.boot and found pcm0 but when I tried to run sh MAKEDEV snd0 I find that makedev is now deprecated. please assist in my using devfs to make device nodes please reply to address above. Thanks nikita - Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes ___ [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]"
RE: New installation: Hanging when trying to dial out
Why don't you start at the beginning and tell us about the PC you installed 4.6 on? Is this an pre Y2K box? What operating system was on it before? Have you ever used the floppy drive before? Does the floppy ready light flash when you power up the PC and boot? What command are you using to try to mount the cd drive? You know the drive works because you installed from it. Have you checked the PC's bio's to verify that the com ports are enabled and the floppy drive is enabled? Is the modem powered up before you boot FBSD? Have you used the modem before? Can you prove it works on another system? Does this command connect to your com port with the external modem? Tip comx where x is the com port number that has modem If it connects enter AT for the hayes attention command. Should reply with OK Use ~ the . keyboard keys to exit tip command. -Original Message- From: John Adams [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 10:45 AM To: Andrew Boothman Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: New installation: Hanging when trying to dial out On Tuesday, January 13, 2004, at 10:29 AM, Andrew Boothman wrote: > How are you trying to mount your floppy? "mount -t msdos /dev/fd0 > /mnt"? Well, I was just naively trying mount /dev/fd0 /mnt, but now I've tried it as you suggest, and again gotten "Device not configured". This is also what fdformat gives me when I try to format the disk. I'm also unable so far to mount the CD drive. > Are your serial ports probed correctly during boot? Look at > "dmesg|grep cuaa". Now, that's interesting. I get results for sio, but nothing for cuaa or tty. All the best, John A ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: freebsd 5.1 and devfs
On Tuesday 13 January 2004 18:51, Frederick Thomas wrote: > shalom, > I read the manpage on devfs and can't make heads or tails of it. I've > a cs4236 onboard pnp sound card that took 2 months to finally get running > and I'm gonna wait that long this time. My box is a dell optiplex gx1 and > using old school rules catted dmesg.boot and found pcm0 but when I > tried to run sh MAKEDEV snd0 I find that makedev is now deprecated. please > assist in my using devfs to make device nodes please reply to address > above. Thanks If the card is detected as pcm0 and devfs is running, you should have entries for the device in /dev named dsp* "cat /dev/sndstat" should also list the device. good luck, Daan ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
freebsd 5.1 and devfs
shalom, I read the manpage on devfs and can't make heads or tails of it. I've a cs4236 onboard pnp sound card that took 2 months to finally get running and I'm gonna wait that long this time. My box is a dell optiplex gx1 and using old school rules catted dmesg.boot and found pcm0 but when I tried to run sh MAKEDEV snd0 I find that makedev is now deprecated. please assist in my using devfs to make device nodes please reply to address above. Thanks nikita - Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Upgrade Woes
Ben Craig <[EMAIL PROTECTED]> writes: > I've been running 4.7R on a HP Netserver E60 for some > time now, however in trying to upgrade this to 4.9R > I've run into a problem that is unfortunately beyond > my troubleshooting abilities. > > Using the ISO disc, I've booted up 4.9 and gone > through the upgrade process successfully. However, > once the machine reboots after the CD has been > removed, the boot process hangs on the following > stage: > > agp0 > mem0-0xfff at device 0.0 on pci0 > > Can anyone give me any guideance on what might be > causing this? I've had problems on a machine with a buggy AGP implementation. Try booting your old kernel, installing the kernel source, and building a kernel without the AGP module. -- Lowell Gilbert, embedded/networking software engineer, Boston area: resume/CV at http://be-well.ilk.org:8088/~lowell/resume/ username/password "public" ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
learning source
greetings i have studied C++ and am currently going through C. i have been programming small programs in a windows environment. i want to start understanding source and help program for bsd and open source. where can i start, im totally new and i want to know how things work. i need advice thanks ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: How "safe" is 5.2 to use?
> I understand my question officially can only be answered to still use 4.9. > I just wonder if anyone has used the 5.x for similar services as I plan to > do, successfully or not. > > Dave I run a similar set-up on a 4.8 box (with latest patchlevel) that's stable. I also run another box running 5.0 again with the latest patchlevel - both are stable. (Both Intel board/cpu's) Unless you are after anything particular within the 5.x series, I'd stick with what's stable 4.x branch (not saying that 5.x isn't stable, it's just that not all the bugs may have been found/fixed yet). New features are nice, but not always 100% stable - having said that, personally I'd not had any problems with either. Admittedly haven't tried 5.1 nor 5.2 but still. Might be worth having a closer look at the difference in the two releases and seeing if 5.x will provide any extra features that you'll use. HTH Simon ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: ngctl and rc.conf
On Mon, Jan 12, 2004 at 09:45:20PM -0500, Lowell Gilbert wrote: > Tillman Hodgson <[EMAIL PROTECTED]> writes: > > > Howdy folks, > > > > What's the best way to build ng_one2many interfaces into rc.conf such > > that they're brought up (live) at the "normal" time so that: > > > > 1) configuration remains centralized in rc.conf > > 2) other pieces that depend on a network being present don't fail in > >enlightening ways? > > > > I want to avoid the "make a shell script in /usr/local/etc/rc.d" > > approach. > > Nobody else has written this shell script for you, so you can't just > configure it in rc.conf and turn it on. If you want, you can add it > to rc.network and submit the patches in a PR, so future upgrades will > include it. I'll play around with it and see what I can come up with -- at first blush it doesn't look difficult, just time-consuming to ensure that it fails gracefully under misconfiguration. -T -- "Seeing yourself as you want to be is the key to personal growth." - Unknown ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Upgrade Woes
Hi All, I've been running 4.7R on a HP Netserver E60 for some time now, however in trying to upgrade this to 4.9R I've run into a problem that is unfortunately beyond my troubleshooting abilities. Using the ISO disc, I've booted up 4.9 and gone through the upgrade process successfully. However, once the machine reboots after the CD has been removed, the boot process hangs on the following stage: agp0 mem0-0xfff at device 0.0 on pci0 Can anyone give me any guideance on what might be causing this? Regards, Ben Craig. Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now http://uk.messenger.yahoo.com/download/index.html ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Upgrade Woes
Hi All, I've been running 4.7R on a HP Netserver E60 for some time now, however in trying to upgrade this to 4.9R I've run into a problem that is unfortunately beyond my troubleshooting abilities. Using the ISO disc, I've booted up 4.9 and gone through the upgrade process successfully. However, once the machine reboots after the CD has been removed, the boot process hangs on the following stage: agp0 mem0-0xfff at device 0.0 on pci0 Can anyone give me any guideance on what might be causing this? Regards, Ben Craig. Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now http://uk.messenger.yahoo.com/download/index.html ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Unable to read msword documents using kword
Good morning, I used to be able to read msword documents with kword when I was using KDE2.x. Since upgrading to KDE3.1.4 along with koffice1.2.1, kword simply crashes when attempting to open a word document. Any one knows how to fix this problem? Many thanks. Ada ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: xmms - problem - how to fix?
On Tue, Jan 13, 2004 at 07:09:21AM +1100, Gautam Gopalakrishnan wrote: > On Sun, Jan 11, 2004 at 02:24:30PM +0200, Alex Zivenko wrote: > > Hi! > > I have some problem with my xmms mm player. When I'm treing to > > listen some mp3's it gives me aN error, that I don't know how to > > fix. I have KDE 3.1 if you need this info ^) So here it is: > > bash-2.05b$ xmms > > /dev/dsp: Device busy > > /dev/dsp: Device busy > > /* with OSS driver */ > > > > ** WARNING **: oss_open(): Failed to open audio device (/dev/dsp): > > Device busy > > > > ** WARNING **: oss_open(): Failed to open audio device (/dev/dsp): > > Device busy > > > > ** WARNING **: oss_open(): Failed to open audio device (/dev/dsp): > > Device busy /dev/dsp: Device busy > > > I have the same error sometimes when I use mpg123 or mplayer. I don't > have kde or any sound daemon like arts or esound. fstat does not help > too. I just have to wait for sometime for the device to be available > again, maybe a minute. Any ideas, welcome > > Gautam I have also been having this problem on 5.1-RELEASE. I posted about this a month or two ago and found that a couple other people were having the same problem, but nobody seemed to have a solution. My system exhibits this problem with either xmms or mp3blaster and it is seemingly random. Again, `fstat | grep dsp' reveals nothing. I am using blackbox and have no sound daemon of any sort. However, I am recently of the opinion that it may be a memory related issue. I have 256MB of RAM, but my machine is always hovering on being out of physical memory and usually dips into swap. I can consistently resolve the problem by closing, say, Mozilla Firebird to free up some memory. I then relaunch Firebird and am fine for while. Then, after a time, the problem comes back and I can either continually press the play button until it decides to play, or I can close some application. I have no idea whether this is actually some interesting issue relating to swap/memory and the sound device or just a co-incidence. In any case it seems to work. This is an awful workaround, but I don't know what else to do at the moment. Nathan -- gpg --keyserver pgp.mit.edu --recv-keys D8527E49 pgp0.pgp Description: PGP signature
Re: New installation: Hanging when trying to dial out
John Adams wrote: On Tuesday, January 13, 2004, at 10:29 AM, Andrew Boothman wrote: How are you trying to mount your floppy? "mount -t msdos /dev/fd0 /mnt"? Well, I was just naively trying mount /dev/fd0 /mnt, but now I've tried it as you suggest, and again gotten "Device not configured". This is also what fdformat gives me when I try to format the disk. I'm also unable so far to mount the CD drive. Are your serial ports probed correctly during boot? Look at "dmesg|grep cuaa". Now, that's interesting. I get results for sio, but nothing for cuaa or tty. That's because serial ports _are_ probed as sios - sorry my mistake. I presume you get sio lines for all of your serial ports? My original point still stands, are you sure you're using the right one for where your modem is plugged in? Have you read through http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/dialout.html ? Andrew ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: How "safe" is 5.2 to use?
I understand my question officially can only be answered to still use 4.9. I just wonder if anyone has used the 5.x for similar services as I plan to do, successfully or not. Dave > -Original Message- > >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of David Meier >> Sent: Tuesday, January 13, 2004 1:19 PM >> To: [EMAIL PROTECTED] >> Subject: How "safe" is 5.2 to use? >> >> Hello list, >> >> I am relatively new to the world of FreeBSD. But first, congrats to the >> new release! I am somewhat insecure on how trustfully I can use the new >> release for my intended use (and I hope my questions haven't been >> posted a >> zillion times before). Therefore I hope the FreeBSD nuts can advise me >> whether to go for 4.9 or 5.2. > > > > Chad Leigh -- Shire.Net LLC wrote: > >> >> On Jan 13, 2004, at 4:45 AM, Vahric MUHTARYAN wrote: >> >>> Hi , >>> >>> You have to use FreeBSD 4.9, because you can see in freebsd web page >>> prodcution version is 4.9. and please test it maybe you will see you >>> can not >>> install 5.2 on your hardware because when I try to install 5.1 on my >>> intel >>> platform I faced a problem then now I'm using 4.9 . Everybody will >>> say that >>> wait until more tested version and now its 4.9 >>> >> >> Which begs the question. Will FBSD 5 ever be deemed worthy for >> production use? Over the last year it was said in this list: 5.1 is >> still a testing version not recommended for production, but 5.2 will >> be better suited for production. >> >> I intend to transition a less used production server from 4.7 to 5.2 >> sometime in the next month, and we'll see how it goes.There are >> certain things I would like from 5... >> >> Chad > > > The "roadmap" now says that 5.X will branch to > -STABLE around the time of 5.3, instead of the > earlier prediction of 5.2. It seems likely that > folks will take that with a grain of salt, but > perhaps we can be appreciative of the fact that > the RELENG team wants a little extra time to > make sure things are, well, stable before they > name it as such. > > It's not unlike a lot of other projects; I've created > a website in two weeks, and I've another that's > crawled on for well over a year. Some things are > that way, and let's remember the adage "beggars > can't be choosers." I think it would be difficult to > find a large project that hasn't suffered from things > like "feature creep" For a "free" (in the best > sense of the word) OS, we've got a Good Thing going here. > > FWIW, I'm running 5.1 pretty well in a server environment > at the present, and just built 5.2 yesterday; everything > seems normal and is working well (pending successful completion > of portupgrade, sometime tomorrow, probably ;-) ) > > Kevin Kinsey > ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: freebsd-questions Digest, Vol 43, Issue 4
Guys, You can get a two slot chassis for a mini-ITX or flex-ATX board. The Travla C137 can take a 2-slot riser, though you are limited to using a 2.5" HDD. I used one of these chassis' for my primary router, with two 3Com 3C905TX NIC's installed. Although present and working, I don't use the onboard NIC; though the problems I had may have been with the cable modem, not the NIC. Caseoutlet sells them, but you can get more info on them from Travla. (http:// www.travla.com/Products/C137/c137.html) Keep in mind, the onboard NIC is there, so all you really need is one additional PCI NIC. Regards, Seth Henry On Tuesday 13 January 2004 01:37, [EMAIL PROTECTED] wrote: > Date: Tue, 13 Jan 2004 01:25:22 + > From: Chris Howells <[EMAIL PROTECTED]> > Subject: Re: Mini atx for firewall > To: [EMAIL PROTECTED] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: Text/Plain; charset="iso-8859-1" > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Wednesday 19 November 2003 14:24, Francisco Reyes wrote: > > My primary concern is the network card. Since these small machines only > > have one PCI slot I will add one card for the internal network and then > > would need the onboard card to connect to the outside world. > > I just got a 4 port Adaptec NIC very very cheaply from ebay (about £20 GBP, > which included international shipping). Works great with de(4). > > I had the same problem with lack of PCI slots, my server/router is > mini-ATX based and so only has three PCI slots, so it's working great now > with PCI IDE ,SCSI and 4 port net. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
RE: Whan can I do if OS does not boot after makeworld
[EMAIL PROTECTED] wrote: > Did you ever have any problem about makeworld process ?! > I afraid of one day will come and I can't boot my FreeBSD > > Vahric This is why the recommended update process is (in part): # make buildworld # make buildkernel # make installkernel Followed by a reboot into single-user mode before doing the installworld. If the new kernel doesn't boot, you've still got the previous one in /kernel.old, so you can just boot from that one and carry on without having trashed any part of your system. If installworld somehow manages to make your system unbootable, you have a few options: - boot single-user and try to fix things with the tools in /stand (or /rescue on 5.x) - boot CD #2 and try to fix things with the tools in the live filesystem - restore from backups (you do have backups, right?) Personally, I've made plenty of unbootable kernels, and a few worlds that behaved strangely in places, but never an unusable system (fingers crossed :-) Scott ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Whan can I do if OS does not boot after makeworld
On Tuesday 13 January 2004 09:31 am, Vahric MUHTARYAN wrote: > Did you ever have any problem about makeworld process ?! > I afraid of one day will come and I can't boot my FreeBSD > > Vahric For me, the trickiest part was understanding and executing 'mergemaster -i' after 'make world'. Once I got a feel for it, updating my system has been a breeze. Best of luck, Andrew Gould ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
IPv6 and multiple interfaces
I'm using an IPv6 tunnel to Hurricane Electric on my FreeBSD 4.9-STABLE firewall. That firewall has multiple Ethernet interfaces. Should each of those interfaces be assigned a routable IPv6 address? And what *is* "link-local"? Is there a decent (English language) FAQ that's readable by technical users who aren't networking experts? -- Kirk Strauser "94 outdated ports on the box, 94 outdated ports. Portupgrade one, an hour 'til done, 82 outdated ports on the box." pgp0.pgp Description: PGP signature
Re: How "safe" is 5.2 to use?
On Tuesday 13 January 2004 09:19 am, Chad Leigh -- Shire.Net LLC wrote: > On Jan 13, 2004, at 4:45 AM, Vahric MUHTARYAN wrote: > > Hi , > > > > You have to use FreeBSD 4.9, because you can see in freebsd web page > > prodcution version is 4.9. and please test it maybe you will see you > > can not > > install 5.2 on your hardware because when I try to install 5.1 on my > > intel > > platform I faced a problem then now I'm using 4.9 . Everybody will say > > that > > wait until more tested version and now its 4.9 > > Which begs the question. Will FBSD 5 ever be deemed worthy for > production use? Over the last year it was said in this list: 5.1 is > still a testing version not recommended for production, but 5.2 will be > better suited for production. > > I intend to transition a less used production server from 4.7 to 5.2 > sometime in the next month, and we'll see how it goes.There are > certain things I would like from 5... > > Chad > I think this is issue-driven. You can find specific info at: http://www.freebsd.org/doc/en_US.ISO8859-1/articles/5-roadmap/index.html Best regards, Andrew Gould ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: I need to resend messages from dead.letters
On Jan 13, 2004, at 04:18, Matthew Seaman wrote: On Tue, Jan 13, 2004 at 09:24:21AM +, Jez Hancock wrote: On Mon, Jan 12, 2004 at 07:23:20PM -0800, Doug Hardie wrote: There was a problem last night with my mail server and a bunch of mail went into the dead.letters mailbox rather than being sent. I have that mailbox and need a way to send all of those messages. I split them out into individual files, but there are just too many to send by hand. Is there a way to cause them all to be resent? Or to split up the dead.letter mailbox into individual numbered messages: % formail -s /bin/sh -c 'cat > msg.$FILENO' < dead.letter and you can pipe each message into sendmail as above to re-send it: % /usr/sbin/sendmail -v -t -oiee < msg.999 Nb. be careful when doing this sort of thing, or you'll spray e-mails all over the place and make yourself quite unpopular. Thanks. I had missed the -t option to sendmail. That does exactly what I needed. -- Doug ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: New installation: Hanging when trying to dial out
On Tuesday, January 13, 2004, at 10:29 AM, Andrew Boothman wrote: How are you trying to mount your floppy? "mount -t msdos /dev/fd0 /mnt"? Well, I was just naively trying mount /dev/fd0 /mnt, but now I've tried it as you suggest, and again gotten "Device not configured". This is also what fdformat gives me when I try to format the disk. I'm also unable so far to mount the CD drive. Are your serial ports probed correctly during boot? Look at "dmesg|grep cuaa". Now, that's interesting. I get results for sio, but nothing for cuaa or tty. All the best, John A ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: How "safe" is 5.2 to use?
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Meier Sent: Tuesday, January 13, 2004 1:19 PM To: [EMAIL PROTECTED] Subject: How "safe" is 5.2 to use? Hello list, I am relatively new to the world of FreeBSD. But first, congrats to the new release! I am somewhat insecure on how trustfully I can use the new release for my intended use (and I hope my questions haven't been posted a zillion times before). Therefore I hope the FreeBSD nuts can advise me whether to go for 4.9 or 5.2. Chad Leigh -- Shire.Net LLC wrote: On Jan 13, 2004, at 4:45 AM, Vahric MUHTARYAN wrote: Hi , You have to use FreeBSD 4.9, because you can see in freebsd web page prodcution version is 4.9. and please test it maybe you will see you can not install 5.2 on your hardware because when I try to install 5.1 on my intel platform I faced a problem then now I'm using 4.9 . Everybody will say that wait until more tested version and now its 4.9 Which begs the question. Will FBSD 5 ever be deemed worthy for production use? Over the last year it was said in this list: 5.1 is still a testing version not recommended for production, but 5.2 will be better suited for production. I intend to transition a less used production server from 4.7 to 5.2 sometime in the next month, and we'll see how it goes.There are certain things I would like from 5... Chad The "roadmap" now says that 5.X will branch to -STABLE around the time of 5.3, instead of the earlier prediction of 5.2. It seems likely that folks will take that with a grain of salt, but perhaps we can be appreciative of the fact that the RELENG team wants a little extra time to make sure things are, well, stable before they name it as such. It's not unlike a lot of other projects; I've created a website in two weeks, and I've another that's crawled on for well over a year. Some things are that way, and let's remember the adage "beggars can't be choosers." I think it would be difficult to find a large project that hasn't suffered from things like "feature creep" For a "free" (in the best sense of the word) OS, we've got a Good Thing going here. FWIW, I'm running 5.1 pretty well in a server environment at the present, and just built 5.2 yesterday; everything seems normal and is working well (pending successful completion of portupgrade, sometime tomorrow, probably ;-) ) Kevin Kinsey ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: How "safe" is 5.2 to use?
Chad Leigh -- Shire.Net LLC wrote: On Jan 13, 2004, at 4:45 AM, Vahric MUHTARYAN wrote: Hi , You have to use FreeBSD 4.9, because you can see in freebsd web page prodcution version is 4.9. and please test it maybe you will see you can not install 5.2 on your hardware because when I try to install 5.1 on my intel platform I faced a problem then now I'm using 4.9 . Everybody will say that wait until more tested version and now its 4.9 Which begs the question. Will FBSD 5 ever be deemed worthy for production use? That's a question that only you can answer. Will there ever be a time when The FreeBSD Project offically recommends 5.x for production use? Almost certainly yes - just not yet. Each sysadmin has to make his own decision about when he wants to upgrade. Some might have no problems with 5.x as it stands and want to upgrade immediately to make use of new functionality - other may want to wait longer. This isn't a one-size-fits-all question. Andrew ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: cant boot from large disk
FreeBSD User wrote: Howdy Questions, I am having problems with 4.8 Release booting from a large hard disk (80 - 160G) on an old (socket7) motherboard. I have the same problem with linux. Making the root partition smaller that 1000M, puting it on the first disk, etc etc doesnt help in either case. I have also tried a few different bootloaders, in all cases, the bootloader either failed to load, or failed to boot the OS. With Linux (redhat7.x) I was able to build a bootable floppy on which the location of the root partition was stored, and boot off that. I could also interrupt the boot, enter different values, and boot off of a different partition. Hardly ideal, but satisfactory. What bootloader did Redhat give you? Isn't it grub? I've used grub for ages to dual-boot Win2k and FreeBSD - it can boot FreeBSD no problem. My FreeBSD slice is at the start of my second drive so I type into grub: root (hd1,0,a) chainloader +1 boot And hey-presto FreeBSD boots no problem! There's possibly a way to get other bootloaders to boot FreeBSD, I'm not to sure. But you might want to give grub a try anyway. Good luck. Andrew ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
RE: Whan can I do if OS does not boot after makeworld
Did you ever have any problem about makeworld process ?! I afraid of one day will come and I can't boot my FreeBSD Vahric -Original Message- From: Andrew L. Gould [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 3:31 PM To: Vahric MUHTARYAN; 'Ruben de Groot' Cc: [EMAIL PROTECTED] Subject: Re: Whan can I do if OS does not boot after makeworld On Tuesday 13 January 2004 07:02 am, Vahric MUHTARYAN wrote: > Hi , > > I did not make something now and I don't have a problem with makeworld. But > I red something in FreeBSD from scratch and I saw that some problem can > occur and after makeworld process OS is not openinig > > Vahric This is not going to sound very helpful; but if you're trying to be proactive...read the documentation thoroughly and follow the steps carefully. Don't cut corners or make mistakes. Unless you can predict the error, it's hard to predict the solution. Best regards, Andrew Gould ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: New installation: Hanging when trying to dial out
John Adams wrote: On Monday, January 12, 2004, at 09:59 PM, fbsd_user wrote: It would be a whole lot more helpful if you posted your ppp.conf and the ppp.log of your last test I may have to type this in--I'm unable to mount the floppy drive, and MAKEDEV is telling me "bad unit for disk in: fd*" for each /dev/fd*. Should I consider this a second message to me saying, you have weird hardware, and give up? I'd rather not. Perhaps I have a different problem to work with first, getting the floppy mounted so I can write logs to it. Advice? How are you trying to mount your floppy? "mount -t msdos /dev/fd0 /mnt"? Explain how you know FBSD has found your modem and can connect to it. Perhaps it hasn't--the last thing in the ppp.log is: ppp[116]: tun0 : Command: /dev/tty: set device cuaa0 That's from the interactive mode entry. From the auto mode entry, the last listing is: ppp[116]: tun0: Phase: PPP Started (auto mode) This might be a silly question, but the modem is plugged into serial port 1 isn't it? Try using /dev/cuaa1? Are your serial ports probed correctly during boot? Look at "dmesg|grep cuaa". TBH, it's been a long time since I did PPP under FreeBSD. Broadband rules ;) Andrew ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: How "safe" is 5.2 to use?
On Jan 13, 2004, at 4:45 AM, Vahric MUHTARYAN wrote: Hi , You have to use FreeBSD 4.9, because you can see in freebsd web page prodcution version is 4.9. and please test it maybe you will see you can not install 5.2 on your hardware because when I try to install 5.1 on my intel platform I faced a problem then now I'm using 4.9 . Everybody will say that wait until more tested version and now its 4.9 Which begs the question. Will FBSD 5 ever be deemed worthy for production use? Over the last year it was said in this list: 5.1 is still a testing version not recommended for production, but 5.2 will be better suited for production. I intend to transition a less used production server from 4.7 to 5.2 sometime in the next month, and we'll see how it goes.There are certain things I would like from 5... Chad -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Meier Sent: Tuesday, January 13, 2004 1:19 PM To: [EMAIL PROTECTED] Subject: How "safe" is 5.2 to use? Hello list, I am relatively new to the world of FreeBSD. But first, congrats to the new release! I am somewhat insecure on how trustfully I can use the new release for my intended use (and I hope my questions haven't been posted a zillion times before). Therefore I hope the FreeBSD nuts can advise me whether to go for 4.9 or 5.2. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: ImageMagic port build fails (again).
Kent Stewart wrote: On Tuesday 13 January 2004 02:35 am, sms wrote: Hi, fyi Did a ports upgrade on a FreeBSD4.8 system 01/13/04 10:50am GMT+1. The reason for this upgrade was to test newer versions of ImageMagic, because of problems with the one currently installed (PACKAGE_LIB_VERSION_NUMBER="5,5,7,2"). It fails in the resize function (used in conjunction with Zope and the Zope product Photo. Photo uses ImageMagic) A build of ImageMagic-5.5.7-14 fails as follows: Did you update jasper? Since I have -14 installed, it looks like you have some out of date dependancies that have to be upgrade before ImageMagick can be. Kent I did in a complete (well not really true, excluded the non-English ports, like ports-chinese etc) ports collection update. My Makefile in /usr/ports/graphics/jasper has the following: PORTVERSION=1.700.5 which is the latest, isnt it? There should not be any problems on a ports upgraded FreeBSD4.8 based system (vs FreeBSD4.9) should there? On beforehand, thank you. --sms /* Stein M Sandbech Email: [EMAIL PROTECTED] ** ** Senior Systems Engineer, EDP dept Web site: www.ife.no ** ** Institute for Energy Technology Tel: +47 63 80 60 00 ** ** Box 40, N-2007 Kjeller, NORWAYFax: +47 63 81 11 68 */ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
porteasy error
I successfully created a minimal ports structure using "porteasy -a -u". However, when I try to fetch a specific port skeleton, I receive these messages: porteasy -v -u -a lynx-2.8.5d16_3 cvs server: Updating Mk Reading /usr/ports/INDEX-5 9724 ports in index Pass 0: www/lynx-current >>> cd /usr/ports >>> /usr/bin/cvs -f -z3 -R -d:pserver:[EMAIL PROTECTED]:/home/ncvs update -A -P -d -l www cvs [update aborted]: end of file from server (consult above messages if any) /usr/bin/cvs returned exit code 1 error updating the 'www' category. This is a minimal 5.1-RELEASE system. The amount of messages above the first line of output varies depending upon what directory I'm in, but always ends in the same aborted update message. Dru ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Trouble getting network card to work
Thanks - I will give this a try when I get a chance. When I got back in to work yesterday I found a couple of 10/100 cards from a different vendor (Intel) and threw them in and they worked on the first boot. Depending on how much time we have before my team needs to begin using the box, I may not be able to test with the old cards, but I'll tuck away this information for future use. Thanks for everyone's help! BTW, we're going to be using the machine as a router in our test lab and setting up ipfw rules in conjunction with dummynet 'pipes' for WAN emulation. As I've been playing around with this I've been amazed at all that can be done with it -- hats off to the FreeBSD community for building such an excellent tool. "fbsd_user" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Add this to your kernel source and recompile the kernel. > > "device puc" > > This uses an more detailed approach to probing older bio's > and motherboards PCI slots. > I found this as an solution posted in the questions archives. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Jared > Cheney > Sent: Monday, January 12, 2004 10:33 AM > To: [EMAIL PROTECTED] > Subject: Re: Trouble getting network card to work > > Thanks for the suggestion. I tried this and unfortunately, it did > not work > :( Same behavior no matter what PCI slot I put it in. I have > successfully > been able to get an old ISA NE2000 card configured and up in the > system, so > I'm at least able to talk on the network. However, I'd really like > to get > the PCI card working, so I can get 100Mbps connections. > > Anyone have any other ideas? > > Thanks > "fbsd_user" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > I just went through that on my pre Y2K PC using 4.9. Different PCI > > Nic card, but same symptoms. Had to enable verbose boot messages. > > Saw that every time I rebooted system the boot log showed an msg > > saying something about unrecognized ID. I know the card was good > so > > I just kept moving the Nic card to different PCI slot, rebooting, > > until it finally worked. > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] Behalf Of Jared > > Cheney > > Sent: Saturday, January 10, 2004 4:28 PM > > To: [EMAIL PROTECTED] > > Subject: Trouble getting network card to work > > > > Hello, > > > > I've just installed FreeBSD 4.9 and am having trouble getting my > > network > > card to work. It is very odd, because it appears as though the > > kernel > > recognizes the card just fine and is using the pcn module to bring > > it up, > > etc. > > > > It is an AMD 79c79x card (according to FreeBSD). I can view/set > > properties > > via ifconfig - and it properly shows whether or not there is link. > > I cannot > > obtain a DHCP lease, nor can I ping any other hosts on my network > > when I > > have a static IP configured. > > > > To ensure that the NIC is fine and all cables, etc. - I booted > from > > a > > bootable Linux CD (Knoppix), where I was able to use the card fine > > to ping, > > browse the Internet, etc. Linux showed it as an AMD 79c970 > [PCNET32 > > LANCE] > > card. > > > > The card is called pcn0 in FreeBSD, and it says that it is sharing > > IRQ 10. > > Running tcpdump for any length of time also shows that 0 packets > > were > > received by the filter. > > > > Anyone have any ideas as to what could be the problem? > > > > Thanks, in advance, > > Jared > > > > > > > > ___ > > [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]" > > > > > > ___ > [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]" > ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: /etc/rc.conf vs /etc/defaults/rc.conf
On Tue, 13 Jan 2004, August Simonelli wrote: > Thanks all who helped me on this! I really do appreciate it! By the way, this is covered in section 6.3 in the handbook, 'Core Configuration'. -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: XFree86 configuration
On Tuesday 13 January 2004 02:31 am, Carvalho Paulo wrote: >Hello everyone, >I just installed FreeBSD 4.9, and when I try to > cofigure X through sysinstall it gives an error > message in the end. The messege says that an error has > ocurred and asks if I want to try again. I tried > several times and then gave up. >What I want to know is if there is any way that I > can know what went wrong so that I can do it right. > The error message does not give any clue as to what > hapened. >Thanks in advance for taking time to read this > message and for a possible reply. > >Paulo de Carvalho. I stopped using the X configuration utilities in favor of 'XFree86 -configure' to let XFree86 make its best guess at my hardware. It creates a configuration file under /root/ for review and modification. There are directions at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html Best of luck, Andrew Gould ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Help: xdm is cycled when enabled
[EMAIL PROTECTED] writes: > Dear Sirs, > > I am writing to you because I have some problem with recently installed Unix > FreeBSD 5.1. > > I must say you that I am new user of FreeBSD, and therefore I need some advice. > And here is my problem: when I installed FreeBSD and added KDE environment as > the default X Window environment for my system, everything was perfect, except > the fact that I cannot enable xdm to log in X Window environment properly > (HERE IS THE CORE OF THE PROBLEM: when I enabled xdm in etc/ttys file, then > after rebooting xdm started, but when I entered login and password, xdm, again, > started, that is, this program was like cycled) > instead of logging in console. I strictly followed the instructions given in > Chapter 5 of the FreeBSD Handbook, but I couldn't do anything about it. May be > the problem is that the instructions are not enough detailed for me. > > That is why I ask you to help me. Thank you in advance. It sounds like you don't have a proper .xsession file. Start by removing whatever you already have for a .xsession file, and you'll get the system default one. If that doesn't work, look in ~/.xsession-errors. If it does work, then you need to debug your .xsession file (remember that you *don't* want it to exit while you are running an xdm session. For reference, my .xsession file is at http://be-well.ilk.org:8088/~lowell/systuff/scripts/xsession -- Lowell Gilbert, embedded/networking software engineer, Boston area: resume/CV at http://be-well.ilk.org:8088/~lowell/resume/ username/password "public" ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: mac address
On Tuesday 13 January 2004 13:54, Malik Bülent wrote: > hello > > i use freebsd5.1 and i want to reject some computers whose according to > "Mac Addresses" and i recompiled kernel with > options IPFIREWALL > > then i made ipfw.sh with touch and wrote in ; > ipfw add deny MAC 00:60:67:28:0c:1e any > ipfw add deny MAC any 00:60:67:28:0c:1e > > but I couldn't reject above machine > What shall i do ? You have to it first with a sysctl : # sysctl -w net.link.ether.ipfw=1 grtz, Daan ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Whan can I do if OS does not boot after makeworld
On Tuesday 13 January 2004 07:02 am, Vahric MUHTARYAN wrote: > Hi , > > I did not make something now and I don't have a problem with makeworld. But > I red something in FreeBSD from scratch and I saw that some problem can > occur and after makeworld process OS is not openinig > > Vahric This is not going to sound very helpful; but if you're trying to be proactive...read the documentation thoroughly and follow the steps carefully. Don't cut corners or make mistakes. Unless you can predict the error, it's hard to predict the solution. Best regards, Andrew Gould ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Problem with amd (automount daemon)
On Mon, 12 Jan 2004, Ernst de Haan wrote: > Still haven't completely figured out what the solution is, but I think I > know what's happening: > > - kscd is hanging to the drive, even though there is no audio CD in there > - amd fails at the first attempt to read /dev/cd0c and fails on succeeding > calls > > However, even if I reload amd with 'killall -HUP amd' it doesn't show > anything below /mnt/cdrom/. Perhaps there is some other file locked? It's possible. If you kill amd, can you mount the cdrom manually? Does anything show up in /var/log/messages after you try to cd to the mounted CD? -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Help: xdm is cycled when enabled
Dear Sirs, I am writing to you because I have some problem with recently installed Unix FreeBSD 5.1. I must say you that I am new user of FreeBSD, and therefore I need some advice. And here is my problem: when I installed FreeBSD and added KDE environment as the default X Window environment for my system, everything was perfect, except the fact that I cannot enable xdm to log in X Window environment properly (HERE IS THE CORE OF THE PROBLEM: when I enabled xdm in etc/ttys file, then after rebooting xdm started, but when I entered login and password, xdm, again, started, that is, this program was like cycled) instead of logging in console. I strictly followed the instructions given in Chapter 5 of the FreeBSD Handbook, but I couldn't do anything about it. May be the problem is that the instructions are not enough detailed for me. That is why I ask you to help me. Thank you in advance. Yours sincerely, Vadym Yepishov, Ukrainian fan of FreeBSD ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: agp error with Radeon 7500 disables DRI
To answer my own question, it turns out that (for my system, at least) the agp.ko module *must not be preloaded* with loader.conf. Commenting agp_load="YES" out of /boot/loader.conf fixed all three problems listed here. On Sun, 11 Jan 2004, David Fleck wrote: > 4.9-RELEASE-p1. > > At boot, the agp module appears to load OK: > > # dmesg | grep agp > Preloaded elf module "agp.ko" at 0xc03d336c. > agp0: mem 0xe000-0xe7ff at device > 0.0 on pci0 > agp0: allocating GATT for aperture of size 256M > > However, when starting X, the kernel spits out this message: > > /kernel: error: [drm:radeon_unlock] *ERROR* Process 265 using kernel > context 0 > > There is no such process when I look, of course... the relevant section > of the XFree86 log is: > > (II) RADEON(0): [drm] created "radeon" driver at busid "PCI:1:0:0" > (II) RADEON(0): [drm] added 8192 byte SAREA at 0xc22ce000 > (II) RADEON(0): [drm] mapped SAREA 0xc22ce000 to 0x28279000 > (II) RADEON(0): [drm] framebuffer handle = 0xd800 > (II) RADEON(0): [drm] added 1 reserved context for kernel > (WW) RADEON(0): [agp] AGP not available > (II) RADEON(0): [drm] removed 1 reserved context for kernel > (II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xc22ce000 at > 0x28279000 > (II) RADEON(0): Memory manager initialized to (0,0) (1024,8191) > > I'm assuming there's some relationship between (a) the kernel warning > message, (b) the 'AGP not available' message, and (c) the fact that DRI > doesn't work anymore (it did before I upgraded from 4.6.2 to 4.9). Can > anyone think of where to look to figure this out? -- David Fleck [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: cannot open Makefile Error code 2 Installing port
On Tue, 13 Jan 2004 15:15, Ben Dover wrote: > This is probably simple but i can't find the answer in the handbook. I am > installing the mod_frontpage port and I get the following error: > > devnu11# make install clean > ===> Building for mod_frontpage-1.6.2 make seems to have read the top level Makefile to get this information... > make: cannot open Makefile. > *** Error code 2 thus it seems that this is some other Makefile -- probably in a sub directory. > > Stop in /usr/ports/www/mod_frontpage. > > I CAN read the Makefile so I dont know what is wrong. I have tried > deleting the distfile hoping to start over but that didnt work. What do I > do next? > Malcolm kay ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Not found...
On Mon, Jan 12, 2004 at 01:57:32PM -0600, Víctor Gutiérrez Cruz wrote: > When I install port of PHP4 solicits to me: > > PDFlib-Lite-5.0.0-Unix-src.tar.gz > > where I can obtain it?... That's an old version. The PDFlib authors' latest version is 5.0.2, and it seems that tey've removed the old versions from their distribution sites. What you should do is update your ports tree using cvsup(8): http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html And see the example supfiles in /usr/share/samples/cvsup. Note that you always need 'tag=.' when updating ports. Now when you go to install PHP4, it will use available versions of software for its dependencies. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK pgp0.pgp Description: PGP signature
RE: Whan can I do if OS does not boot after makeworld
Hi , I did not make something now and I don't have a problem with makeworld. But I red something in FreeBSD from scratch and I saw that some problem can occur and after makeworld process OS is not openinig Vahric -Original Message- From: Ruben de Groot [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 13, 2004 2:24 PM To: Vahric MUHTARYAN Cc: [EMAIL PROTECTED] Subject: Re: Whan can I do if OS does not boot after makeworld On Tue, Jan 13, 2004 at 01:34:25PM +0200, Vahric MUHTARYAN typed: > Hi Everybody , > > I heared in list and some sites that some times after makeworld > system can't boot . I wonder What FreeBSD Admins make to solve this problem > . Does possbile to prevent this problem ?! Any way ?! What exactly have you done to "makeworld" and what do you mean by "system can't boot" (error messages) ? > > Vahric > > ___ > [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]"
mac address
hello i use freebsd5.1 and i want to reject some computers whose according to "Mac Addresses" and i recompiled kernel with options IPFIREWALL then i made ipfw.sh with touch and wrote in ; ipfw add deny MAC 00:60:67:28:0c:1e any ipfw add deny MAC any 00:60:67:28:0c:1e but I couldn't reject above machine What shall i do ? Thanks ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: binary execute restrictions
On Tue, Jan 13, 2004 at 03:52:49AM +0100, Jefferson San Juan wrote: > How do I restrict normal users from executing their own compiled executable > binary files? > I use FreeBSD 4.9. This is actually a very difficult problem: FreeBSD is designed to let people run executables, not to stop them doing that... Put all of the user home directories on a separate partition which you mount with the noexec flag. Make sure that the users have no write access to anywhere outside their home directories. This includes the various world writable temporary directories /tmp, /var/tmp, etc. However, not permitting users to write files in /tmp or /var/tmp will lead to much wailing and gnashing of teeth, because a lot of applications are going to break. Investigate setting the TMPDIR environment variable either from /etc/login.conf or else from /etc/csh.login (for tcsh(1) users) or /etc/profile (for bash(1) or sh(1) users) to ameliorate that. If you set TMPDIR=${HOME}/tmp each user can have their own private temporary area under their home directory. Note however that this only has an advisory effect: not all applications will obey $TMPDIR. You can mount the shared temporary directories noexec -- which will work exceeedingly well 99.9% of the time. Investigate mounting /tmp as a memory filesystem -- see mount_mfs(8) -- as a good way to do that. Symlink other shared temporary areas to your memory filesystem if you don't want to have more than one. Nb. One occasion doing this will definitely cause problems is when you are updating your system by 'make installworld' -- however that is a sufficiently uncommon event that you can feasibly do a temporary remount of /tmp without noexec in that case. Even so, a determined user could probably still work out ways to get an executable executed, but they'd have to put some effort into working out how. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK pgp0.pgp Description: PGP signature
Not found...
When I install port of PHP4 solicits to me: PDFlib-Lite-5.0.0-Unix-src.tar.gz where I can obtain it?... Try to lower it of the sites that it indicates to me but it does not find it http://www.pdflib.com/products/pdflib/download/ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/disfiles Atte. Víctor Gutiérrez Cruz Si vales, valeo (Antiguo saludo en Latín que significa: Si tu estas bien yo estoy bien) _ Únete al mayor servicio mundial de correo electrónico: http://www.hotmail.com ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: FreeBSD, SSH and "Enter Authentication Response"
On Tue, Jan 13, 2004 at 11:55:50AM +, Matthew Seaman typed: > On Mon, Jan 12, 2004 at 01:32:30PM -0800, Rishi Chopra wrote: > > I have a nitpicky question about logging into a FreeBSD machine and > > SSH. I'm using a minimal FreeBSD install and SSH Secure Shell client > > v3.2.0 - the crux of the problem is I am unable to "smoothly" login. > > Which FreeBSD version? And are you running the OpenSSH server > supplied with the system or one from ports? Judging by name and version number, I think he's not running OpenSSH at all, but the other ssh implementation from ssh.org > > When I login to my machine, I'm prompted to enter an "authentication > > response". A window is displayed with "Enter Authentication Response" > > in the title bar, and two buttons at the bottom ('OK' and 'Cancel') - > > the text says: > > > > Enter your authentication response. > > Password: > > Sounds like you've got the PAM based challenge-response authentication > enabled in your /etc/ssh/sshd_config (which is the default), but > your /etc/pam.conf (FreeBSD 4.x) or /etc/pam.d (FreeBSD 5.x) has a > modified configuration. > > Here are a couple of things to try -- > > Turn off Challenge-response authentication in /etc/ssh/sshd_config > > Change: > > #ChallengeResponseAuthentication yes > > to > > ChallengeResponseAuthentication no > > and then: > > # kill -HUP `cat /var/run/sshd.pid` > > to get it to reread the config. > > -- or -- > > Double check the PAM settings: they should look like this in /etc/pam.conf > > # OpenSSH with PAM support requires similar modules. The session one is > # a bit strange, though... > sshdauthsufficient pam_skey.so > sshdauthsufficient pam_opie.so no_fake_prompts > #sshd authrequisite pam_opieaccess.so > #sshd authsufficient pam_kerberosIV.so try_first_pass > #sshd authsufficient pam_krb5.so try_first_pass > sshdauthrequiredpam_unix.so try_first_pass > sshdaccount requiredpam_unix.so > sshdpassword required pam_permit.so > sshdsession requiredpam_permit.so > > The /etc/pam.d case is similar, except you should have a file called > 'sshd' in that directory, whose contents are similar, but without the > 'sshd' entries in the first column. > > Cheers, > > Matthew > > > -- > Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks > Savill Way > PGP: http://www.infracaninophile.co.uk/pgpkey Marlow > Tel: +44 1628 476614 Bucks., SL7 1TH UK ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Whan can I do if OS does not boot after makeworld
On Tue, Jan 13, 2004 at 01:34:25PM +0200, Vahric MUHTARYAN typed: > Hi Everybody , > > I heared in list and some sites that some times after makeworld > system can't boot . I wonder What FreeBSD Admins make to solve this problem > . Does possbile to prevent this problem ?! Any way ?! What exactly have you done to "makeworld" and what do you mean by "system can't boot" (error messages) ? > > Vahric > > ___ > [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]"
Re: I need to resend messages from dead.letters
On Tue, Jan 13, 2004 at 09:24:21AM +, Jez Hancock wrote: > On Mon, Jan 12, 2004 at 07:23:20PM -0800, Doug Hardie wrote: > > There was a problem last night with my mail server and a bunch of mail > > went into the dead.letters mailbox rather than being sent. I have that > > mailbox and need a way to send all of those messages. I split them out > > into individual files, but there are just too many to send by hand. Is > > there a way to cause them all to be resent? > Look at the -f option to the mail command - see the manpage for mail(1) > for more info. Hmmm.. I don't think that's quite what the OP wanted. One solution is to install the procmail port (ports: mail/procmail) which contains a stunningly useful utility called formail(1). Amongst formail's many talents is the ability to split up a mbox format mailbox into individual messages and pipe each into a program. So in order to resend all of the messages in your dead.letter you could try: % formail -s /usr/sbin/sendmail -v -t -oiee < dead.letter Or to split up the dead.letter mailbox into individual numbered messages: % formail -s /bin/sh -c 'cat > msg.$FILENO' < dead.letter and you can pipe each message into sendmail as above to re-send it: % /usr/sbin/sendmail -v -t -oiee < msg.999 Nb. be careful when doing this sort of thing, or you'll spray e-mails all over the place and make yourself quite unpopular. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK pgp0.pgp Description: PGP signature
Re: Updating DNS after DHCP
On Mon, Jan 12, 2004 at 11:09:38PM -0600, John typed: > I see that some Microsoft systems send out an update to DNS with > the system name. I configured my DNS server to accept these updates, > but now that I'm running FreeBSD on a laptop - how do I do that > from FreeBSD? I've looked at the dhclient man pages and the named > man pages and the pages that they refer to and I didn't pick up > any hints there. > > Can anyone give me a clue? (Yeah - I'm clueless...) I believe this is done by the nsupdate(8) program. Ruben > Thanks! > -- > > John Lind > [EMAIL PROTECTED] > ___ > [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]"