Re: writing to vinum volume causes crash

2003-02-02 Thread Greg 'groggy' Lehey
On Thursday, 30 January 2003 at 17:05:02 +, Matthew Seaman wrote: > On Thu, Jan 30, 2003 at 06:55:50AM -0800, steve heistand wrote: >> I have a machine running 4.7-release (possibly and old build) with >> 4 disks I am using vinum to make a raid5 volume out of. When I >> write large amounts of

FreeBSD 5.0 build

2003-02-02 Thread Bruno Clermont
I installed a fresh 5.0 system, grab a copy of 5.0 source, tried to build and it failed. I don't know if it's a bug, I might be wrong, but I just want to know if I'm doing it right, I tried to did it the same way as I used to do in 4.x: * grabbed a CVS snapshot of src module CVS tag RELENG_5_0

Re: Grub 0.92 fails to recognise disks on FBSD5

2003-02-02 Thread Chris Delnooz
Rumours go that on Sunday 02 February 2003 07:47, Jud spoke the following words: > Two ideas, though you may want to wait to see if others more > knowledgeable weigh in. Try the steps outlined in the manual regarding > installing from a floppy disk. If that also runs into problems, try the > "d

Re: how to update release with just security patches

2003-02-02 Thread Beech Rintoul
Start with reading this: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html cvsup-without-gui is in the ports and is very easy to use. Also take a look at the portupgrade port, It does a very good job of upgrading your ports without much hassle. Cheers, Beech ---

Re: Perl 5.8.0 next to 5.5003

2003-02-02 Thread Beech Rintoul
Go to the top level of the perl port and type: use.perl port. That will set up your system to use the new port instead. It writes to /etc/make.conf and does some symlinks. You can go back by typing use.perl system. Beech --- Bee

Re: Using CDRW for backup

2003-02-02 Thread Beech Rintoul
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 01, 2003 10:21 PM Subject: Re: Using CDRW for backup > Quoting [EMAIL PROTECTED]: > > I saw an article that explained how CDRW disks were constucted and how to > both write to,

Re: Ooops.

2003-02-02 Thread Ruben de Groot
On Sun, Feb 02, 2003 at 05:39:09PM +1030, [EMAIL PROTECTED] typed: > Are we aiming at the wrong target, here? > I used the fixit CD to examine ad0s3, where my missing files reside. > > What I found was that (eg) /bin, /etc, /dev were full of files/directories, but > /var and /usr were empty. I di

about ifconfig

2003-02-02 Thread Bikrant Neupane
Hi, I would like to know if this command 'ifconfig fxp0 media 100baseTX mediaopt full-duplex' remains effective even after reboots. And, how can I set full-duplex option for a particular interface while it is initializing at boot time ? Thanks, Bikrant Neupane To Unsubscribe: send mail to [EMAIL

ipfw firewall questions

2003-02-02 Thread Petre Bandac
hello I'm about to "compose" my first ipfw firewall - and, since I have worked quite a lot with iptables, I'm interesed in a few minor similarities: 1 - the firewall is called by rc.conf ? or ca I call it at boot time via whatever *.sh placed in the right place 2 - the firewall can be a execu

Re: CD-ROM [moved from hackers]

2003-02-02 Thread Alexander Pohoyda
"Abdul Hakeem" <[EMAIL PROTECTED]> writes: > Could you pls tell me how to obtain the cd-rom or download the 64bit > port of FreeBSD ? Please have a look here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors.html This is not a question for hackers@ list. Welcome to questions@.

Re: about ifconfig

2003-02-02 Thread Daxbert
> I would like to know if this command 'ifconfig fxp0 media 100baseTX mediaopt > full-duplex' remains effective even after reboots. > And, how can I set full-duplex option for a particular interface while it is > initializing at boot time ? > No, it won't survive a cold start, and I doubt it wou

Re: Perl 5.8.0 next to 5.5003

2003-02-02 Thread Mark
- Original Message - From: "Beech Rintoul" <[EMAIL PROTECTED]> To: "Mark" <[EMAIL PROTECTED]>; "FreeBSD Questions" <[EMAIL PROTECTED]> Sent: Sunday, February 02, 2003 9:38 AM Subject: Re: Perl 5.8.0 next to 5.5003 > Go to the top level of the perl port and type: use.perl port. That will >

Strange things with CVS and ports

2003-02-02 Thread Gunnar Flygt
Since a week or two the INDEX file in /usr/ports is aways back to the status of 30 December last year, after I've fetched the lates ports with cvsup. I do a make index in /usr/ports and gets it up to date, but when I cvsup again it's back to 30 December. Gives weird results when using portversio

Re: Strange things with CVS and ports

2003-02-02 Thread Kent Stewart
On Sunday 02 February 2003 02:32 am, Gunnar Flygt wrote: > Since a week or two the INDEX file in /usr/ports is aways back > to the status of 30 December last year, after I've fetched the lates > ports with cvsup. I do a make index in /usr/ports and gets it up > to date, but when I cvsup again it's

Re: ipfw firewall questions

2003-02-02 Thread Matthew Seaman
On Sun, Feb 02, 2003 at 11:50:52AM +0200, Petre Bandac wrote: > hello > > I'm about to "compose" my first ipfw firewall - and, since I have worked quite > a lot with iptables, I'm interesed in a few minor similarities: > > 1 - the firewall is called by rc.conf ? or ca I call it at boot time via

Re: Strange things with CVS and ports

2003-02-02 Thread Gunnar Flygt
On Sun, Feb 02, 2003 at 02:39:11AM -0800, Kent Stewart wrote: > On Sunday 02 February 2003 02:32 am, Gunnar Flygt wrote: > > Since a week or two the INDEX file in /usr/ports is aways back > > to the status of 30 December last year, after I've fetched the lates > > ports with cvsup. I do a make ind

Re: Why should I use `config;make depend;make...` instead of `make kernel` when building from a stock source tree? (ref. Handbook sec. 9.3)

2003-02-02 Thread Scott Mitchell
On Sat, Feb 01, 2003 at 10:49:10PM -0800, Darren Pilgrim wrote: > Lowell Gilbert wrote: > >Darren Pilgrim <[EMAIL PROTECTED]> writes: > >>There are two sets of commands you can use to build a kernel in FreeBSD: > >> > >>"Procedure 1" is the old way: config, make depend, make, make > >>install. "Pro

Re: Perl 5.8.0 next to 5.5003

2003-02-02 Thread Matthew Seaman
On Sun, Feb 02, 2003 at 11:19:20AM +0100, Mark wrote: > - Original Message - > From: "Beech Rintoul" <[EMAIL PROTECTED]> > To: "Mark" <[EMAIL PROTECTED]>; "FreeBSD Questions" > <[EMAIL PROTECTED]> > Sent: Sunday, February 02, 2003 9:38 AM > Subject: Re: Perl 5.8.0 next to 5.5003 > > > > G

Network bandwidth limiting?

2003-02-02 Thread stan
I'm trying to replace an HP-UX workstation with an Athalon based GreeBSD machine, This machien is an Amanda tape server. The FreeBSD machine is a couple of orsers of mafnitude faster than the HP-UX machin, yet I;m having problems with losing network conections during the backup sessions. The Amanda

Re: writing to vinum volume causes crash

2003-02-02 Thread steve heistand
The machine the disks were in started acting very funny stability wise even when the disks werent involved. So I replaced some hardware which helped greatly. I suspect a power supply was starting to go bad. thanks though s --- Greg 'groggy' Lehey <[EMAIL PROTECTED]> wrote: > On Thursday, 30 Jan

Re: Perl 5.8.0 next to 5.5003

2003-02-02 Thread Mark
- Original Message - From: "Matthew Seaman" <[EMAIL PROTECTED]> To: "FreeBSD Questions" <[EMAIL PROTECTED]> Sent: Sunday, February 02, 2003 12:20 PM Subject: Re: Perl 5.8.0 next to 5.5003 > On Sun, Feb 02, 2003 at 11:19:20AM +0100, Mark wrote: > > - Original Message - > > From: "

Re: Bootable CD

2003-02-02 Thread Cliff Sarginson
On Sat, Feb 01, 2003 at 04:37:19PM -0500, Grant Peel wrote: > Hi all, > > I am going blind again. > > What is the easiest way to make a bootable FreeBSD 4.7 RELEASE CD-ROM? > Download iso image from your nearest ftp site. Then: burncd -s max -f /dev/name_of_cd_burner_device name_of_iso_fil

ATI Radeon

2003-02-02 Thread Ivan S. Anisimov
Hello, How can I get my radeon 8500 running under 4.3? Thanks in advance, Ivan = Ivan S. Anisimov Processing Guta-Bank Tel. +7 (095) 79-79-5-79 Fax. +7 (095) 975-66-99 __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. ht

Re: Multiple solutions for a problem (Re: How to map bad sectors on IDE?)

2003-02-02 Thread Cliff Sarginson
On Sat, Feb 01, 2003 at 05:17:45PM -0500, Lowell Gilbert wrote: > Stephen Hovey <[EMAIL PROTECTED]> writes: > > > This has been an open question - I dont believe IDE's do much of their own > > bad block marking - > They do, probably because the chances of manafacturing a totally error free disk

Re: Apache-ssl

2003-02-02 Thread Gannater János
I have found this in my httpsd_error_log: No SSL Certificate set for server programs.com:80 How can I set the Certificate? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

when did bzip2 become part of the base?

2003-02-02 Thread How Can ThisBe
Hi, I'm working on a little script and I was just wondering when bzip2 became part of the FreeBSD base (which version of FreeBSD, not a date)? The bzip2 man page does not state this information (nor does man gzip for gzip) but tar has the -j (or -y) option which includes bzip2 support. I guess I'm

Re: Greek suppport

2003-02-02 Thread Giorgos Keramidas
On 2003-01-20 09:11, Alexandros Perdikomatis <[EMAIL PROTECTED]> wrote: > Hello, > > I would like to know to which mailing list I could find answers or > post questions about locale support on FreeBSD. This list, freebsd-questions, is good enough. FWIW, I'm also Greek and I have used el_GR locale

Re: when did bzip2 become part of the base?

2003-02-02 Thread Erik Trulsson
On Sun, Feb 02, 2003 at 12:26:02PM +, How Can ThisBe wrote: > Hi, I'm working on a little script and I was just wondering > when bzip2 became part of the FreeBSD base (which version of > FreeBSD, not a date)? The bzip2 man page does not state this > information (nor does man gzip for gzip) but

Re: Ooops.

2003-02-02 Thread Jeff Penn
On Sun, Feb 02, 2003 at 05:39:09PM +1030, [EMAIL PROTECTED] wrote: > The command I used to copy was: > dump 0af - / | restore xf - > Is it dump or restore that have been causing the problem? Shouldn't that be: dump 0af - / | restore rf - ? Jeff To Unsubscribe: send mail to [EMAIL PROTECTED]

Slightly OT, OSX, terminals & key combinations

2003-02-02 Thread Rich Fox
Hi I use a MacOS X workstation to connect to my FreeBSD box where I use Pine to compose these emails. Apparently the Terminal program in MacOS X intercepts ctrl+o combinations which are used to postpone messages in Pine. Thus, when I use the key combination ctrl+o it never reaches the remote machi

Re: Apache-ssl

2003-02-02 Thread Matthew Seaman
On Sun, Feb 02, 2003 at 01:27:48PM +0100, Gannater János wrote: > I have found this in my httpsd_error_log: > No SSL Certificate set for server programs.com:80 > How can I set the Certificate? See http://www.modssl.org/docs/2.8/ssl_reference.html#ToC10 or http://httpd.apache.org/docs-2.0/mod/mod_s

Re: Slightly OT, OSX, terminals & key combinations

2003-02-02 Thread Kevin Stevens
On Sun, 2 Feb 2003, Rich Fox wrote: > I use a MacOS X workstation to connect to my FreeBSD box where I use Pine > to compose these emails. > Apparently the Terminal program in MacOS X intercepts ctrl+o combinations > which are used to postpone messages in Pine. Thus, when I use the key > combinat

Re: Grub 0.92 fails to recognise disks on FBSD5

2003-02-02 Thread William Palfreman
On Sat, 1 Feb 2003, Chris Delnooz wrote: > Hi all, > > i'm experiencing problems with the installation of the GRUB > bootloader. I have installed the port (grub version 0.92) and created > the /boot/grub directory with the files from > /usr/local/share/grub/i381-freebsd. Next I created a menu.lst

Raid status on Dell 2650 with Dell PERC 3/Di controller

2003-02-02 Thread Gareth Hopkins
Howdie, Is there a program available that will give me the status of the raid configuration using 4.7 Stable ? --- Gareth Hopkins Server Operations UUNET South Africa (o) +27.21.658.8700 (f) +27.21.658.8552 (m) +27.82.929.6668 http://www.uunet.co.za 08600 UUNET (08600 88638) "The content

Re: Why should I use `config;make depend;make...` instead of `make kernel` when building from a stock source tree? (ref. Handbook sec. 9.3)

2003-02-02 Thread Giorgos Keramidas
Scott, pardon my replying to your post to write to Darren. I missed Darren's initial post and I wanted to chime in adding my bits to your excellent explanation. On 2003-02-02 10:31, Scott Mitchell <[EMAIL PROTECTED]> wrote: > On Sat, Feb 01, 2003 at 10:49:10PM -0800, Darren Pilgrim wrote: > > Hey

Re: FreeBSD 5.0 build

2003-02-02 Thread Giorgos Keramidas
On 2003-02-02 03:23, Bruno Clermont <[EMAIL PROTECTED]> wrote: > I installed a fresh 5.0 system, grab a copy of 5.0 source, tried to > build and it failed. > > I don't know if it's a bug, I might be wrong, but I just want to know > if I'm doing it right, I tried to did it the same way as I used to

Re: Slightly OT, OSX, terminals & key combinations

2003-02-02 Thread Rich Fox
Hi, Thanks for the response. Perhaps it is some other problem, but it is only manifest in Terminal. I have no problem with this using BetterTelnet in emulation. Any advice on how to troubleshoot it? Rich. | Rich Fox | [EMAIL PROTECTED] | 86 Nobska Road | Woods Hole, MA 02543 | MA 508 548

Re: Fetchmail slow? (was Re: Can't install fetchmail - HELP!)

2003-02-02 Thread Saint Aardvark the Carpeted
Dragoncrest disturbed my sleep to write: > Now, on to the next bit of fun. Fetchmail is being dog slow. Yet > it's being silent and won't tell me why. Fetchmail was doing the same to me. It turned out that the POP server (one I run myself) was running the identd daemon, and was tr

Re: how to update release with just security patches

2003-02-02 Thread Bill Moran
sweetleaf wrote: I just installed FreeBSD 4.7 and need some guidance ,examples, on tracking the 4.7 stable release. This is a production server so i just want to find out how to get it up2date with security patches etc... for the stable 4.7 release. The cvs commands in the faq are confusing so

Re: Slightly OT, OSX, terminals & key combinations

2003-02-02 Thread Chuck Swiger
Rich Fox wrote: [ ... ] Apparently the Terminal program in MacOS X intercepts ctrl+o combinations which are used to postpone messages in Pine. Thus, when I use the key combination ctrl+o it never reaches the remote machine (or at least it doesn't appear to, but it doesn't appear to do anything at

Xine doesn't compile

2003-02-02 Thread Are-Harald Brenne
I have the last couple of weeks had problems compiling Xine from ports. Until just recently it worked if I installed ports/multimedia/ffmpeg045 before trying to install Xine, but now that doesn't work either. I've been running -stable most of the time, and my make.conf contains only CPUTYPE=k7

Nvidia support for FreeBSD 5 ?

2003-02-02 Thread Wayne Pascoe
Hi all, The NVIDIA FreeBSD driver docs state that the driver does not work under -CURRENT. Does anyone know if there is a release in the pipeline that will support this and if so when we can expect to see it ? TIA, -- - Wayne Pascoe I have a very firm grasp on reality. I can reach out

Re: delete key produce a ~ (tilde) in terminal

2003-02-02 Thread Warren Block
cgi?fetch=1467030+0+archive/2003/freebsd-questions/20030202.freebsd-questions -Warren Block * Rapid City, South Dakota USA To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Linux Java

2003-02-02 Thread chauncey smith
I recieve the following stop error when trying to build java support. ===> Extracting for linux-sun-jdk-1.3.1.06_1 >> Checksum OK for j2sdk-1_3_1_06-linux-i586.bin. ===> linux-sun-jdk-1.3.1.06_1 depends on file: /compat/linux/lib/libc.so.6 - found ELF interpreter /compat/svr4/lib/ld-linux.so.2

Re: Slightly OT, OSX, terminals & key combinations

2003-02-02 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Rich Fox <[EMAIL PROTECTED]> typed: > Hi > > I use a MacOS X workstation to connect to my FreeBSD box where I use Pine > to compose these emails. > Apparently the Terminal program in MacOS X intercepts ctrl+o combinations > which are used to postpone messages in Pine. Thus

Re: Why should I use `config;make depend;make...` instead of `make kernel`when building from a stock source tree? (ref. Handbook sec. 9.3)

2003-02-02 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Darren Pilgrim <[EMAIL PROTECTED]> typed: > There are two sets of commands you can use to build a kernel in FreeBSD: > > "Procedure 1" is the old way: config, make depend, make, make install. > "Procedure 2" is the make kernel sequence from makeworld. > > Section 9.3 of t

Re: acd0 problem installing 5.0

2003-02-02 Thread John Murphy
John Murphy <[EMAIL PROTECTED]> wrote: >I can't seem to install FreeBSD 5.0 Release on some old but >functioning i386 hardware. The problem occurs just after >creating the emergency holographic shell on vt4, and the error >message says: Error mounting /dev/acd0 on /dist: Operation >not supported

Losless audio encoder

2003-02-02 Thread stan
Is there a good lossless audio encoder in the ports tree? -- "They that would give up essential liberty for temporary safety deserve neither liberty nor safety." -- Benjamin Franklin To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Apache-SSL

2003-02-02 Thread Gannater János
I am tring to put apache-ssl on my computer. My problem is that when I use the command: make certificate at the /usr/ports/www/apache13-ssl directory the following error comes up at the end: cp: /usr/ports/www/apache13- ssl/work/apache_1.3.27/SSLconf/conf/httpsd.pem: No such file or directory **

Re: Slightly OT, OSX, terminals & key combinations

2003-02-02 Thread Rich Fox
Hi, Thanks, I think that found the issue, however... an stty -a returns... [snip] cchars: discard = ^O; dsusp = ^Y; eof [snip] man termios says: DISCARD Special character on input and is recognized if the IEXTEN flag is set. Receipt of this character tog

Re: Tomcat's dogging me...

2003-02-02 Thread Matthew Emmerton
> Hi, > > Okay, after many hours I have tomcat installed and I can connect to it's > webserver. Unfortunately, I want to connect to to Apache and have it hand > off the requests to tomcat. > Here's the background and the most current glitches... > > FreeBSD 4.7-RELEASE > Jakarta-Tomcat 4.1.12 > Apa

Re: Tomcat's dogging me...

2003-02-02 Thread Rich Fox
Hi, Well, on further inspection, I have this which is posing as libc.so.6: test_server# ls -l /usr/compat/linux/lib/libc.so.6 lrwxr-xr-x 1 root wheel 13 Jan 31 15:48 /usr/compat/linux/lib/libc.so.6 -> libc-2.2.4.so Rich. > > The catch is libc.so.6 is on the system. The mod_jk that I got was

Re: Tomcat's dogging me...

2003-02-02 Thread Rich Fox
Hi, This is a followu p to my own posts about all of the problems that I was having with jakarta-tomcat4.1 with apache2 Basically, I didn't solve all of the problems, but out of total frustration, I deinstalled everything and installed a lower version. I know have a functioning system running:

Re: AMD 64bit support

2003-02-02 Thread Toni Schmidbauer
On Sat, Feb 01, 2003 at 07:32:40PM -, abdul hakeem wrote: > I would like to know if the upcoming AMD Opteron 64bit CPU is supported > on FreeBSD ? running freebsd shoud be no problem because opteron (AFAIK) is backwards compatible with ia32. look at http://www.freebsd.org/platforms/x86-64.h

[no subject]

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

Re: Linux Java

2003-02-02 Thread DoubleF
Hi (and sorry for the previous mis-sage), Recently, Chauncey Smith wrote: > I recieve the following stop error when trying to build java support. > ===> Extracting for linux-sun-jdk-1.3.1.06_1 > >> Checksum OK for j2sdk-1_3_1_06-linux-i586.bin. > ===> linux-sun-jdk-1.3.1.06_1 depends on file: >

Apache with fp and ssl

2003-02-02 Thread Daniel Goepp
Hopefully an easy question here... I have installed apache13-fp, and it is working fine. However, I would also like to compile in ssl support, but that only appears to be included in one of the apache-ssl ports. I would like both, but that doesn't appear to be an option. Anyone have any ideas o

Re: Apache with fp and ssl

2003-02-02 Thread Matthew Seaman
On Sun, Feb 02, 2003 at 12:52:32PM -0500, Daniel Goepp wrote: > I have installed apache13-fp, and it is working fine. However, I would also > like to compile in ssl support, but that only appears to be included in one > of the apache-ssl ports. I would like both, but that doesn't appear to be >

RE: ipfw firewall questions

2003-02-02 Thread JoeB
There are 3 classes of rules in IPFW, each class has separate packet interrogation abilities. Each proceeding class has greater packet interrogation abilities than the previous one. These are stateless, simple stateful, and advanced stateful. The advanced stateful rule class is the only class havin

running both pppoe and pptp

2003-02-02 Thread Alexander
Hello I'm having problems running both pppoe and pptp. I'm using pppoe to connect to the internet. Using pppoe makes tun0 device with dynamic IP given from the ISP. Also I'm using pptp to connect to a VPN. pptp creates tun1 interface with the proper local addresses (i.e. 192.168.1.2 -> 192.168.1.

Re: Slightly OT, OSX, terminals & key combinations

2003-02-02 Thread Chuck Swiger
Rich Fox wrote: Thanks, I think that found the issue, however... an stty -a returns... [snip] cchars: discard = ^O; dsusp = ^Y; eof [snip] [ ... ] Am I even barking in the right forest? Yes. If you've also got "lnext" set like so: lnext min quitreprint start status stops

Re: Slightly OT, OSX, terminals & key combinations

2003-02-02 Thread Kevin Stevens
On Sunday, Feb 2, 2003, at 12:07 US/Pacific, Rich Fox wrote: Hi, Thanks, I think that found the issue, however... an stty -a returns... [snip] cchars: discard = ^O; dsusp = ^Y; eof [snip] Umm, that's what mine reports, as well, both when I'm local to the Mac and when I'm ssh'ed to the Fr

Re: running both pppoe and pptp

2003-02-02 Thread Bill Moran
Alexander wrote: Hello I'm having problems running both pppoe and pptp. I'm using pppoe to connect to the internet. Using pppoe makes tun0 device with dynamic IP given from the ISP. Also I'm using pptp to connect to a VPN. pptp creates tun1 interface with the proper local addresses (i.e. 192.168

Phoenix: Native or Linux?

2003-02-02 Thread Jonathon McKitrick
Has anyone compared the native FreeBSD Phoenix with the Linux version? I'm trying to decide if it's worth building the native version on my laptop, since it will take a while. Any noticeable difference in speed, features, stability, and so on? NOTE: Please CC me, as I am not currently subscribe

Re: Apache with fp and ssl

2003-02-02 Thread Daniel Goepp
Thanks for the info, I tried this first, but there appears to be a problem if you don't compile fp in using the source. Something about the way the DSO loads. I got a message from someone else recommending a raw install, not from the port. I guess this is the option I will try next. Thanks. -D

"amnesiac" is disklabel?

2003-02-02 Thread Pete
Hello... I have three hard drives in my system. One of them (the first) is the system disk. I'm trying to get the other two ready to be a mirrored volume. No matter which of the last two drives is last, that one always is listed as "amnesiac" when I do a disklabel on it: ===

Re: ATI Radeon

2003-02-02 Thread Adam Maas
Update to the latest verion of X, make sure you have DRI support built in the kernel. You might want to upgrade your box to 4.7, I'm not sure if 4.3 supports all the Direct Rendering extensions XFree86 4.x use. Adam - Original Message - From: "Ivan S. Anisimov" <[EMAIL PROTECTED]> To: <[

Re: FreeBSD 5.0 build

2003-02-02 Thread Bruno Clermont
On Sun, Feb 2, 2003, at 07:52 America/Montreal, Giorgos Keramidas wrote: Anything interesting in your /etc/make.conf file? NO_LIBC_R perhaps? On the 5.0 host, there is no /etc/make.conf and /etc/default/make.conf and no variable like those one specified in /usr/share/examples/etc/make.conf se

filesystem disappeared following 4.2 -> 4.7 upgrade

2003-02-02 Thread Brent Kearney
Hello, I recently updated a system running freebsd 4.2 to 4.7. I realize that there is new ATA code in 4.7. This system is on a SCSI disk, but /home is on a large IDE drive. Following a 'make installkernel', I rebooted to single user mode, ran installworld, then did mergemaster. I let merge

Re: filesystem disappeared following 4.2 -> 4.7 upgrade

2003-02-02 Thread Brent Kearney
On Sun, Feb 02, 2003 at 10:50:09AM -0800, Brent Kearney wrote: > > Hello, > > I recently updated a system running freebsd 4.2 to 4.7. I realize > that there is new ATA code in 4.7. This system is on a SCSI disk, > but /home is on a large IDE drive. > > Following a 'make installkernel', I reb

Setting up a FreeBSD Gateway question

2003-02-02 Thread Kyle
Hello, I am trying to set up a Freebsd gateway. the gateway will connects to the net. i have a laptop that will connect to the gateway in order to access the net. the gateway has 2 NIC's, one external(vr0), one internal(dc0). the laptop is connected to the gateway via a cross-over cable. the

Re: FreeBSD-5.0 xl0 problem

2003-02-02 Thread Doug Reynolds
On Mon, 27 Jan 2003 03:21:45 -0500, Roman wrote: >I currently installed FreeBSD-5.0 and having problem configuring xl >card. Dmesg shows that kernel picks it up: > >xl0: <3Com 3c905B-TX Fast Etherlink XL> port 0xe400-0xe47f mem >0xe000-0xe07f irq 11 at device 9.0 on pci0 >xl0: Ethernet a

shutdown -p now on R5

2003-02-02 Thread Kjell
On r4.7 I added 'device apm0' to the kernel konfig file, and 'apm_enable="YES"' to the /etc/rc.conf file, and 'shutdown -p now' with the new kernel would work fine. On r5.0 I get an error when adding 'device apm0' while 'device apm' is accepted. Now the 'shutdown -p now' command fails to turn o

Re: Nvidia support for FreeBSD 5 ?

2003-02-02 Thread Alex Huth
Hi! > Hi all, > > The NVIDIA FreeBSD driver docs state that the driver does not work > under -CURRENT. Does anyone know if there is a release in the pipeline > that will support this and if so when we can expect to see it ? > > TIA, I´ve just setup a Notebook with a Geoforce 2 Go. Works fine for me

Re: Setting up a FreeBSD Gateway question

2003-02-02 Thread Rich Fox
Hi, This is a pretty common procedure and is documented in the freebsd handbook. Please see: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/natd.html Beware the ipfw default to allow settings. I think there are also some tutorials out on the 'net. You will likely want to alter the i

Re: Nvidia support for FreeBSD 5 ?

2003-02-02 Thread Ian Barnes
On Sunday 02 February 2003 23:34, Alex Huth wrote: > Hi! > > > Hi all, > > > > The NVIDIA FreeBSD driver docs state that the driver does not work > > under -CURRENT. Does anyone know if there is a release in the pipeline > > that will support this and if so when we can expect to see it ? > > > > TI

Re: ipfw firewall questions

2003-02-02 Thread Petre Bandac
ipf & ipfw are something like iptables & ipchains ? both tools do the same job ? On Sunday 02 February 2003 20:26 Anno Domini, JoeB wrote using one of his keyboards: > There are 3 classes of rules in IPFW, each class has separate packet > interrogation abilities. Each proceeding class has grea

Re: Greek suppport

2003-02-02 Thread Alexandros Perdikomatis
&Sgr;&tgr;&igr;&sfgr; &Kgr;&ugr;&rgr; 02 &PHgr;&egr;&bgr; 2003 14:30, &ogr;/&eegr; Giorgos Keramidas &eacgr;&ggr;&rgr;&agr;&psgr;&egr;: > On 2003-01-20 09:11, Alexandros Perdikomatis <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I would like to know to which mailing list I could find answers or > >

Spam Assassin Configuration

2003-02-02 Thread Justin P. Michel
Greetings, Thanks to all who replied regarding installing the Sendmail/Procmail/SpamAssassin combination! It appears to be working very well, and is marking spam nicely. Now, I'd like to take it to another step. Instead of delivering the messages that get marked as spam, is there a way to move

Bus error - FD or msdos HD mount

2003-02-02 Thread guillaume
hello, i'm beginning in the FreeBSD world, and i can't mount my floppy disk and my Win98 hard disk. i tape: # mount -t msdos /dev/ad0s1 /hdibm or: # mount -t msdos /dev/fd0.1440 /floppy and i get "Bus error" and a core file. my Win98 disk is bootable (only 1 partition - FAT32, 12.6 Go) and conne

Re: Spam Assassin Configuration

2003-02-02 Thread Andrew Y Ng
this is how to use procmail to put mesgs with scores >= your threshold into a folder: :0: * ^X-Spam-Status: Yes your_spam_folder I think if you want to do this system-wide, you can put this in /etc/procmailrc. /ayn On 0, "Justin P. Michel" <[EMAIL PROTECTED]> wrote: > Greetings, > > Thanks to

Re: Losless audio encoder

2003-02-02 Thread Andrew Y Ng
On 0, stan <[EMAIL PROTECTED]> wrote: > Is there a good lossless audio encoder in the ports tree? yes! ports/audio/shorten ports/audio/shntool and a plugin for xmms in ports/audio/xmms-shn /ayn -- andrew y ng <[EMAIL PROTECTED]> http://andrewng.com independent computer consultants http://ayn

Re: running both pppoe and pptp

2003-02-02 Thread Alexander
Here is my /etc/ppp/ppp.conf: default: set log Phase Chat LCP IPCP CCP tun command ident user-ppp VERSION (built COMPILATIONDATE) dsl: set device PPPoE:rl0 set MTU 1492 set MRU 1492 set dial set crtscts off set speed sync accept lqr disable ipv6 disable deflate disable pred1 disable

Re: Slightly OT, OSX, terminals & key combinations

2003-02-02 Thread Dirk-Willem van Gulik
On Sun, 2 Feb 2003, Rich Fox wrote: > Apparently the Terminal program in MacOS X intercepts ctrl+o combinations > which are used to postpone messages in Pine. Thus, when I use the key I use: ssh -e none freebsd-machien.domain.com dw. To Unsubscribe: send mail to [EMAIL PROTECTED] wi

Re: Nvidia support for FreeBSD 5 ?

2003-02-02 Thread Wayne Pascoe
Alex Huth <[EMAIL PROTECTED]> writes: > I´ve just setup a Notebook with a Geoforce 2 Go. Works fine for me! > > > So long ,,, I think you'll find that you're not using the Nvidia driver and as a result don't have access to all of the 3D functionality Unless I'm very much mistaken? When yo

Re: filesystem disappeared following 4.2 -> 4.7 upgrade

2003-02-02 Thread Brent Kearney
On Sun, Feb 02, 2003 at 10:59:16AM -0800, Brent Kearney wrote: > On Sun, Feb 02, 2003 at 10:50:09AM -0800, Brent Kearney wrote: > > > > Hello, > > > > I recently updated a system running freebsd 4.2 to 4.7. I realize > > that there is new ATA code in 4.7. This system is on a SCSI disk, > > but

Re: filesystem disappeared following 4.2 -> 4.7 upgrade

2003-02-02 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Brent Kearney <[EMAIL PROTECTED]> typed: > No /dev/ad5s1, etc., and `mount /dev/ad5s1 /home` produces only: > >mount: /dev/ad5s1: No such file or directory > > > Do I need to make device nodes for the ad5s1 partition? I'm not sure how, > if so. Yes, you need to ma

Ñåìèíàðû äëÿ áóõãàëòåðèè.

2003-02-02 Thread zamira
Ñåìèíàð «Íàëîã íà ïðèáûëü îðãàíèçàöèé» - 5 ôåâðàëÿ. - Ïðèçíàíèå äîõîäîâ äëÿ öåëåé íàëîãîîáëîæåíèÿ - Ïðèçíàíèå ðàñõîäîâ äëÿ öåëåé íàëîãîîáëîæåíèÿ -Àðáèòðàæíàÿ ïðàêòèêà ïî íàëîãó íà ïðèáûëü ïðîøëûõ - âîçìîæíîñòü èñïîëüçîâàíèå ïðèìåíèòåëüíî ê ãë. 25 ÍÊ ÐÔ - Êîììåíòàðèé ê Ìåòîäè÷åñêèì ðåêîìåíäà

Re: filesystem disappeared following 4.2 -> 4.7 upgrade

2003-02-02 Thread Brent Kearney
On Sun, Feb 02, 2003 at 01:52:30PM -0600, Mike Meyer wrote: > In <[EMAIL PROTECTED]>, Brent Kearney <[EMAIL PROTECTED]> typed: > > No /dev/ad5s1, etc., and `mount /dev/ad5s1 /home` produces only: > > > >mount: /dev/ad5s1: No such file or directory > > > > Do I need to make device nodes for th

Re: Why should I use `config;make depend;make...` instead of `make kernel` when building from a stock source tree? (ref. Handbook sec. 9.3)

2003-02-02 Thread Scott Mitchell
[CC-ing Mike in since he added useful info to the thread on -questions] On Sun, Feb 02, 2003 at 02:49:16PM +0200, Giorgos Keramidas wrote: > Scott, pardon my replying to your post to write to Darren. I missed > Darren's initial post and I wanted to chime in adding my bits to your > excellent expl

Re: dhclient scwewiness

2003-02-02 Thread Doug Reynolds
On Wed, 29 Jan 2003 00:31:44 +0200 (EET), Juhani Reissell wrote: >Ok, got a new cable modem. Pretty good so far. Now, I just need to get >the DHCP client working. Haven't gotten too lucky with that so far. > >First, I just put the line >ifconfig_xl0="DHCP" >in rc.conf. > >That did something. Reso

PPP in -direct mode does not execute any chat scripts

2003-02-02 Thread Maksim Yevmenkin
Dear Hackers, I'm working on the Bluetooth stack for FreeBSD and currently doing testing for new in-kernel RFCOMM code. RFCOMM is a way to emulate serial link over Bluetooth. In particular Bluetooth spec defines two RFCOMM based profiles LAN (Network Access profile) and DUN (DialUp Networking pro

Re: WebSSL

2003-02-02 Thread Doug Reynolds
On Fri, 31 Jan 2003 20:18:20 +0100 (CET), Gannater J nos wrote: >I would like to set up ssl for my webserver. >Altohught I want to use my non-secure webserve as well. >How can I do this? >Is it better to install Apche 2.0 then 1.3? IMHO, it is still better to use 1.3. I tried to setup 2.0 about

Re: Samba and XP?

2003-02-02 Thread Doug Reynolds
On Fri, 31 Jan 2003 16:08:44 -0500, John Wilson wrote: >I am currently seeking advice in regard to allowing an XP Home Edition >machine to have access to a FreeBSD mount. I've looked over Samba, and not >only have I seen references to XP's inability to join a 'domain >based-network', but also don

Re: Creative Audigy soundblaster support

2003-02-02 Thread Sergey V. Golitzyn
Are you mean only Audigy support, or somthing like 5.1 sound ? If you know how to play 5.1 sound on Creative Live 5.1. or somthing else sound hardware, tell me please ... I know C and C++ too. :- Sergey V. Golitzyn On Wednesday 29 January 2003 20:37, Pierrick Brossin wrote: > Hi ! > >

Re: Nvidia support for FreeBSD 5 ?

2003-02-02 Thread Aslak Evang
> I was just wondering if anyone has an idea when the NVIDIA drivers are > going to be supported in FreeBSD 5 ... The current drivers work fine, you just have to comment out five lines in the build-file in the /src subdir of the tarball. I'm running 5.0 with the Nvidia official drivers on my lap

Re: can I upgrade 4.4 to 4.7 via cvsup

2003-02-02 Thread Sergey V. Golitzyn
Yes, it too, but this programm used as a main step of upgrade, it helps modify main files like "/etc/master.passwd" "/etc/passwd" and "/etc/groups". modifyng this files can help you "installworld"? but for full funcionalization you will need to upgrade manualy (it will be faster) all /etc/files

Too many files open / file: table is full

2003-02-02 Thread aSe
Recently, one of the machines I help to admin ran into problems and had to be rebooted. The machine uptime was about 40days and one of the techs told me it became unresponsive and any command he typed into term it responded "Too many files open". Checking the logs now i see the below at the very

Re: WebSSL

2003-02-02 Thread Chris Hill
On Sun, 2 Feb 2003, Doug Reynolds wrote: > Also, I think you need to have to an official security certificate to > run SSL. they run about $300-500. unless, I am missing something > important about SSL No, you can roll your own if that's acceptable to you and your users. See http://www.apache-

Determining Ram

2003-02-02 Thread Dragoncrest
I've got a rather odd question, but I'm looking for the easiest way to determin how much ram I have on a given system without rebooting it. I'm sure that there is some kind of console command that tells me that info, but I have no idea where to begin looking to find out. Does anybody know?

  1   2   >