mutt working throu NFS only in read-only

2005-03-08 Thread Eugene M. Minkovskii
Hello, I have some trouble in NFS configure. I need to read mail through NFS. So I say on the server: [EMAIL PROTECTED] cat /etc/exports: /var/mail 172.16.0.2 On client: [EMAIL PROTECTED] sudo mount_nfs 172.16.0.1:/var/mail ~user/mnt/nfs [EMAIL PROTECTED] ls -l ~user/mnt/nfs ... -rw--- 1

Re: FreeBSD 5.3 freezes under heavy hdd load

2005-03-08 Thread cyb
On Mon, 2005-03-07 at 23:59 -0800, pete wright wrote: A couple of things will be neccessary to help us help you. Custum kernel, post or link to your KERNEL_CONFIG, or better yet a dmesg. Also I'd suggest testing this first w/o SMP enabled (not sure if SMP is even that helpfull with

[no subject]

2005-03-08 Thread ticli
Troppo spam e virus: la casella è inattiva! Scusate l'inconveniente. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

www statistics ?

2005-03-08 Thread RJ45
Hello I tryed to use awstats to make statistic pages of my apache 1.3 server but it does not work fine. it is in the port collection. anyone is using any other nice tool to create statistic pages for apache web server on FreeBSD ? wwwstat works fine but it is not graphics. thanks Rick

Re: www statistics ?

2005-03-08 Thread Norberto Meijome
RJ45 wrote: Hello I tryed to use awstats to make statistic pages of my apache 1.3 server but it does not work fine. it is in the port collection. anyone is using any other nice tool to create statistic pages for apache web server on FreeBSD ? wwwstat works fine but it is not graphics. Hello,

Is this a function or a structure???(once again, a mind-boggling example from Kernighan)

2005-03-08 Thread Mark Jayson Alvarez
Hi, On chapter 6 section 2 of The C Programming Language, the topic is Structures and Function. His very first example for this topic contains the lines of code: struct point makepoint(int x, int y) { struct point temp; temp.x = x; temp.y = y; return temp; } As I can understand it,

Re: Is this a function or a structure???(once again, a mind-boggling example from Kernighan)

2005-03-08 Thread Erik Trulsson
On Tue, Mar 08, 2005 at 02:26:47AM -0800, Mark Jayson Alvarez wrote: Hi, On chapter 6 section 2 of The C Programming Language, the topic is Structures and Function. His very first example for this topic contains the lines of code: struct point makepoint(int x, int y) { struct

Re: vt220 and wrong pgup, pgdn, home and end keys

2005-03-08 Thread Giorgos Keramidas
On 2005-03-07 19:31, Jeremy C. Reed [EMAIL PROTECTED] wrote: Please cc me on replies. My /etc/ttys uses vt220 for one of my consoles. (Because I am logging into a host that doesn't know cons25.) That's not a good idea. Your console is not a vt220 terminal, so some keys will act in funny

pf question

2005-03-08 Thread J.D. Bronson
First my ifconfig -A: # ifconfig -A bge0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500 address: media: Ethernet autoselect (100baseTX full-duplex) status: active inet 192.168.82.1 netmask 0xff00 broadcast 192.168.82.255 inet

connection problems with apache and mod_ssl

2005-03-08 Thread MINAROVIC, Peter
Hello Eric, I have found your problem with error message SSL handshake interrupted by system [Hint: Stop button pressed in browser?!] (System error follows) on Intranet. Did you received any solution? We have also this problem and no solution. Thank you very much. Regards, Peter Peter

Re: Just installed FreeBSD

2005-03-08 Thread RW
On Monday 07 March 2005 16:01, Ean Kingston wrote: run 'pkg_add -r kde' from the command line edit /etc/ttys (with ee or whatever editor you like. Look for the line that looks like this: ttyv8 /usr/X11R6/bin/xdm -nodaemon xterm off secure and change the word 'off' to 'on'. Then save

Re: pf question

2005-03-08 Thread Giorgos Keramidas
On 2005-03-08 06:49, J.D. Bronson [EMAIL PROTECTED] wrote: First my ifconfig -A: # ifconfig -A bge0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500 address: media: Ethernet autoselect (100baseTX full-duplex) status: active inet

qlogic 2340 and dell cx200

2005-03-08 Thread Omer Faruk Sen
Hi, I have been trying to use a SAN system using Dell CX200 fiber SAN Storage with Qlogic 2340 (PCI-X 133) HBA. But I had lots of error messages and unstable OS behaviour. I have tried different scenarios on that system. This qlogic 2340 card has a qlogic 2312 chipset which is recognized by

Re: www statistics ?

2005-03-08 Thread Per olof Ljungmark
RJ45 wrote: Hello I tryed to use awstats to make statistic pages of my apache 1.3 server but it does not work fine. it is in the port collection. anyone is using any other nice tool to create statistic pages for apache web server on FreeBSD ? wwwstat works fine but it is not graphics.

Re: Recompiling the Kernel for better ATA support

2005-03-08 Thread Alejandro Pulver
On Mon, 7 Mar 2005 15:00:24 -0800 Benjamin Keating [EMAIL PROTECTED] wrote: I'm having a problem with my drives and found a promising solution (http://lists.freebsd.org/pipermail/freebsd-hackers/2004-October/0088 21.html) It looks like i need to modify /usr/src/sys/dev/ata/ata-lowlevel.c with

Re: www statistics ?

2005-03-08 Thread Troy
On Tue, 2005-03-08 at 03:10 -0700, RJ45 wrote: Hello I tryed to use awstats to make statistic pages of my apache 1.3 server but it does not work fine. it is in the port collection. anyone is using any other nice tool to create statistic pages for apache web server on FreeBSD ? wwwstat works

Re: quick q

2005-03-08 Thread Lowell Gilbert
D3xt3r G3niu5 none [EMAIL PROTECTED] writes: Hi guys, sorry to bother you but this was my last resort since the forum could not help me. I added device sound, and device snd_emu10k1 to my kernel, i compiled and at restart i hear the music but then it cuts off at the end. By any

Re: Disk Error ... back up method

2005-03-08 Thread Lowell Gilbert
Yance Kowara [EMAIL PROTECTED] writes: Hi all, I am a FreeBSD newbie... would like to know more about backing up the whole FreeBSD system to a new hard disk. What is the most convenient method of backing up to a new harddisk? any pointers appreciated The question isn't completely

Re: IP aliases and forcing outbound IP

2005-03-08 Thread Xian
On Monday 07 March 2005 19:52, patrick wrote: Should I assume by the lack of replies that this just isn't possible under FreeBSD? Seems like it should be doable. Any help would be greatly appreciated, Patrick On Thu, 3 Mar 2005 13:04:37 -0800, patrick [EMAIL PROTECTED] wrote: I have a

FreeBSD book in Romanian...

2005-03-08 Thread Daniel
Hi, check this out... http://www.polirom.ro/titluri.cgi?action=titluriclass=detailsid=1791colectia= it's a very good book about FreeBSD written in 2005 Daniel ___ freebsd-questions@freebsd.org mailing list

[no subject]

2005-03-08 Thread dogpile
I have a problem with a sound card :( Sound card : ESS Maestro 2E Commputer : HP Omnibook XE2 FreeBSD 5.3 dmesg | grep pcm0 : pcm0: ESS Technology Maestro-2E port 0xf800-0xf8ff irq 5 at device 14.0 on pci0 pcm0: agg_rdcodec() RW_DONE timed out. pcm0: agg_rdcodec() PROGLESS timed out. pcm0:

Re: mutt working throu NFS only in read-only

2005-03-08 Thread Doug Poland
On Tue, Mar 08, 2005 at 11:37:19AM +0300, Eugene M. Minkovskii wrote: Hello, I have some trouble in NFS configure. I need to read mail through NFS. So I say on the server: ...snip... System: FreeBSD 5.3-RELEASE-p5 (i386) [using ncurses 5.2] On FreeBSD 5.x you need to run rpc lockd and

Re: ndis problem

2005-03-08 Thread Volodymyr Kostyrko
Pablo Allietti wrote: hi all me again. i have a problem with ndis in freebsd 5.3 i do sony# cd /usr/src/sys/modules/if_ndis/ sony# make clean rm -f /usr/src/sys/modules/if_ndis/export_syms if_ndis.ko if_ndis.kld if_ndis.o if_ndis_pci.o if_ndis_pccard.o @ machine symb.tmp tmp.o opt_bdg.h bus_if.h

Re: Thunderbird crash

2005-03-08 Thread Alex Zbyslaw
Thanks for the suggestion. However the only other report of Thunderbird problems I could find was someone running latest Xorg on 5.something. So many bus errors and seg faults from an established set of libraries like XFree seems unlikely to me. Why thunderbird and not mozilla or gimp or any

beastie.4th language ?

2005-03-08 Thread michelbh
Hi, My question might seem basic. Nevertheless I didn't find the answer on the net. Excuse me in case I did look seriously enough, which might afterall, be the case. The files under the /boot directory on FreeBSD : beastie.4th and the included ones screen.4th and frames.4th are obviously

JAVA Server

2005-03-08 Thread Grant Peel
Hello all, I have a number of simple FreeBSD Hosting boxes running FBSD 4.x and have had a request to add a Java Server to one of them. I am not experienced with JAVA at all. My Boxes run simple Apache 1.3.36, EXim, ProFTP vmpop3d, and are tuned and running well. I am looking for advise on

Re: beastie.4th language ?

2005-03-08 Thread Morten Liebach
On 2005-03-09 00:00:44 +0900, [EMAIL PROTECTED] wrote: The files under the /boot directory on FreeBSD : beastie.4th and the included ones screen.4th and frames.4th are obviously written in a certain scripting language. What is this language ? Can I get a turorial for this scripting language

Re: ttydX and xterm size (LINES and COLUMNS understanding)

2005-03-08 Thread Dan Nelson
In the last episode (Mar 08), Emanuel Strobl said: Am Dienstag, 8. Mrz 2005 08:29 schrieb Dan Nelson: In the last episode (Mar 08), Emanuel Strobl said: When I open a xterm on the local machine, say with 100x37, vi and man recognizes the size and display the content correctly. If I use

Re: beastie.4th language ?

2005-03-08 Thread Jerry McAllister
Hi, My question might seem basic. Nevertheless I didn't find the answer on the net. Excuse me in case I did look seriously enough, which might afterall, be the case. The files under the /boot directory on FreeBSD : beastie.4th and the included ones screen.4th and frames.4th are obviously

Re: Strange Xorg problems - SOLVED

2005-03-08 Thread Richard Danter
Richard Danter wrote: Hi All, I have a strange problem with starting Xorg after a boot on my Compaq Presario 1800T laptop. First time I try to startx the screen is corrupted, the mouse moves very slowly (if at all) and sometimes the only way out is to kill the window manager by SSH'ing in from

FP extensions

2005-03-08 Thread Darryl Hoar
Greetings, I have already installed frontpage extensions version 5 on my apache webserver. It works fine for the website I had on the server. Recently I had to add another website to the server. It too needs frontpage extensions. The fp_install script does more than just setup another website

Re: Help with GIANT-LOCKED in REL5.3

2005-03-08 Thread Kris Kennaway
On Tue, Mar 08, 2005 at 12:51:15AM -0500, Chiang Seng Chang wrote: Kris Kennaway wrote: On Mon, Mar 07, 2005 at 08:50:06PM -0500, Chiang Seng Chang wrote: Hi, Anyone knows if GIANT-LOCKED is something new in 5.3 ? It's just a status message, under earlier versions (4.x) the ENTIRE

Re: JAVA Server

2005-03-08 Thread MikeM
On 3/8/2005 at 10:06 AM Grant Peel wrote: |Hello all, | |I have a number of simple FreeBSD Hosting boxes running FBSD 4.x and have |had a request to add a Java Server to one of them. | |I am not experienced with JAVA at all. | |My Boxes run simple Apache 1.3.36, EXim, ProFTP vmpop3d, and are

non writable disks

2005-03-08 Thread koen de wijs
Hello, I did something really stupid when I was root. I changed something in device.hints. Now I can't change anything on my system. It starts up but doesn't start the deamons (apache, ftp, ssh). When I start FreeBSD, it looks like I'm in some kind of safe mode. I can't write to the harddisks.

Re: reload rc.conf without rebooting

2005-03-08 Thread Luyt
On Saturday 05 March 2005 22:34, Ben Munat wrote: Sigh... I just want my delete key to work... I put this in my .cshrc: stty erase ^H bindkey ^? delete-char bindkey \e[3~ delete-char bindkey \e[1~ beginning-of-line

Re: JAVA Server

2005-03-08 Thread Corey Brune
On Tue, 08 Mar 2005 11:59:00 -0500, MikeM [EMAIL PROTECTED] wrote: On 3/8/2005 at 10:06 AM Grant Peel wrote: |Hello all, | |I have a number of simple FreeBSD Hosting boxes running FBSD 4.x and have |had a request to add a Java Server to one of them. | |I am not experienced with JAVA at

Re: ndis problem

2005-03-08 Thread Pablo Allietti
On Tue, Mar 08, 2005 at 04:40:07PM +0200, Volodymyr Kostyrko wrote: Pablo Allietti wrote: hi all me again. no , my problems are with the compilation with NDIS and USB. i have a problem with ndis in freebsd 5.3 i do sony# cd /usr/src/sys/modules/if_ndis/ sony# make clean rm -f

FreeBSD Hardware Recomendations - NIC/HD

2005-03-08 Thread Nick Pavlica
All, I'm looking at adding some hardware to my FreeBSD 5.3+ Backup servers and would like your recommendations for the following items: - Gigabit Ethernet cards: I'm going to use them as dedicated cards in the primary and backup servers so that I can quickly rsync between them. I would like

Re: Dual boot FreeBSD 4.10 and FreeBSD 5.3

2005-03-08 Thread Jerry McAllister
I'm about to make the switch from 4.10 to 5.3. However, I don't want to do it in one go, but rather first install 5.3 on a separate physical disk and get all applications installed and configured correctly. Once I've completed the process, the scenario is a RAID-1 setup (gmirror is the

Re: FreeBSD Hardware Recomendations - NIC/HD

2005-03-08 Thread sn1tch
I like Intel's network adapters alot, I've never had a single issue out of the gigabit adapter I use (Intel Pro/1000 MT PWLA8490MT) As far as SATA drives if its size you are going for then WD has a fairly decent SATA drive for a good price, but in my book the best SATA drive is the Raptor by

Re: ndis problem

2005-03-08 Thread Pietro Cerutti
On Thu, 3 Mar 2005 14:19:54 -0300, Pablo Allietti [EMAIL PROTECTED] wrote: hi all me again. Hi Pablo, sony# make load /sbin/kldload -v /usr/src/sys/modules/if_ndis/if_ndis.ko kldload: can't load /usr/src/sys/modules/if_ndis/if_ndis.ko: No such file or directory *** Error code 1 Stop in

firefox and flash on freebsd

2005-03-08 Thread Antoine Solomon
hello all, I have a problem with the flash plugin for firefox and mozilla. everytime I goto a website that has flash on it, firefox simply crashs. Anyone else have this problem? Anyone have a solution? -- Antoine W. Solomon Jr. ___

Size of FreeBSD

2005-03-08 Thread Mark Goodell
Could you please tell me how big FreeBSD is, in terms of both (1) the bare minimum needed to run applications and (2) the typical installation. How many 1.44MB diskettes, for example. The point of my interest has to do with an old concern about how the OS's (Microsoft's especially) have become

Re: qlogic 2340 and dell cx200

2005-03-08 Thread Matthew Jacob
Hi, I have been trying to use a SAN system using Dell CX200 fiber SAN Storage with Qlogic 2340 (PCI-X 133) HBA. But I had lots of error messages and unstable OS behaviour. I have tried different scenarios on that system. This qlogic 2340 card has a qlogic 2312 chipset which is recognized by my

Re: Size of FreeBSD

2005-03-08 Thread Kris Kennaway
On Tue, Mar 08, 2005 at 11:04:11AM -0800, Mark Goodell wrote: Could you please tell me how big FreeBSD is, in terms of both (1) the bare minimum needed to run applications and (2) the typical installation. How many 1.44MB diskettes, for example. Isn't this information available on the

Re: ndis problem

2005-03-08 Thread Pablo Allietti
On Tue, Mar 08, 2005 at 06:54:46PM +, Pietro Cerutti wrote: On Thu, 3 Mar 2005 14:19:54 -0300, Pablo Allietti [EMAIL PROTECTED] wrote: hi all me again. Hi Pablo, sony# make load /sbin/kldload -v /usr/src/sys/modules/if_ndis/if_ndis.ko kldload: can't load

Re: Moving a slice

2005-03-08 Thread james . cook
On Sun, Mar 06, 2005 at 07:48:07PM -0300, Alejandro Pulver wrote: On 6 Mar 2005 16:47:34 -0500 [EMAIL PROTECTED] wrote: I moved a FreeBSD slice from the end of my hard disk to somewhere close to the beginning a month or so ago, using nothing but dd, and it worked. Please note that the

Re: Issue to install Gnomemeeting

2005-03-08 Thread Lowell Gilbert
Bachelier Vincent [EMAIL PROTECTED] writes: I have a problem to install gnomemeeting openh323 is what's actually failing for you. It builds for me, with ports and system updated yesterday... ___ freebsd-questions@freebsd.org mailing list

Re: FreeBSD book in Romanian...

2005-03-08 Thread Ion-Mihai Tetcu
On Tue, 8 Mar 2005 16:17:11 +0200 Daniel [EMAIL PROTECTED] wrote: Hi, check this out... http://www.polirom.ro/titluri.cgi?action=titluriclass=detailsid=1791colectia= it's a very good book about FreeBSD written in 2005 I haven't read the book, but since it's the only one in Romanian I'll

Re: firefox and flash on freebsd

2005-03-08 Thread Eric Schuele
Antoine Solomon wrote: hello all, I have a problem with the flash plugin for firefox and mozilla. everytime I goto a website that has flash on it, firefox simply crashs. Anyone else have this problem? Anyone have a solution? Antoine, This has been discussed a handful of times (by myself for

Issues with the SuperMicro P8SGA (915G chipset) Mobo?

2005-03-08 Thread Mike Loiterman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anone using a SuperMicro P8SGA Mobo with the 915G chipset with 5.3? I'll be using it with a P4 2.8 LGA 775 520. I just purchased these and would like to know of any compatibility problems. Thanks. - -- Mike

Re: Size of FreeBSD

2005-03-08 Thread Philip M. Gollucci
Kris Kennaway wrote: On Tue, Mar 08, 2005 at 11:04:11AM -0800, Mark Goodell wrote: Could you please tell me how big FreeBSD is, in terms of both (1) the bare minimum needed to run applications and (2) the typical installation. How many 1.44MB diskettes, for example. Isn't this

Make buildworld and reboot

2005-03-08 Thread Bnonn
Hi everyone. I recently let a make buildworld run overnight following updating source, and came back in the morning to find that the process had completed successfully, but that my keyboard had gone completely dead. I don't know why this happened, but it might have something to do with having a

Re: Size of FreeBSD

2005-03-08 Thread John Pettitt
Mark Goodell wrote: Could you please tell me how big FreeBSD is, in terms of both (1) the bare minimum needed to run applications and (2) the typical installation. How many 1.44MB diskettes, for example. The point of my interest has to do with an old concern about how the OS's (Microsoft's

Re: Size of FreeBSD

2005-03-08 Thread Jerry McAllister
Kris Kennaway wrote: On Tue, Mar 08, 2005 at 11:04:11AM -0800, Mark Goodell wrote: Could you please tell me how big FreeBSD is, in terms of both (1) the bare minimum needed to run applications and (2) the typical installation. How many 1.44MB diskettes, for example. Isn't this

Re: Size of FreeBSD

2005-03-08 Thread Ean Kingston
On Tue, Mar 08, 2005 at 11:04:11AM -0800, Mark Goodell wrote: Could you please tell me how big FreeBSD is, in terms of both (1) the bare minimum needed to run applications and (2) the typical installation. How many 1.44MB diskettes, for example. Isn't this information available on the

Re: beastie.4th language ?

2005-03-08 Thread McCy Ron
Starting Forth by Leo Brodie is a good book on Forth. http://www.forth.org/ will offer other tutorialsl. Jerry McAllister wrote: Hi, My question might seem basic. Nevertheless I didn't find the answer on the net. Excuse me in case I did look seriously enough, which might afterall, be the case.

FreeBSD for the organization

2005-03-08 Thread Fafa Diliha Romanova
to my fellow peers; hello. i'm the board member of this organization. so far i'm using mysql databases for our forum and webmail. what i need to know, and i barely know mysql at all, is how it is best to create and maintain effective member databases on a freebsd system. any suggestions are

Re: Make buildworld and reboot

2005-03-08 Thread Kent Stewart
On Tuesday 08 March 2005 12:31 pm, Bnonn wrote: Hi everyone. I recently let a make buildworld run overnight following updating source, and came back in the morning to find that the process had completed successfully, but that my keyboard had gone completely dead. I don't know why this

Re: Disk Geometry

2005-03-08 Thread Kevin Kinsey
Dan Simmonds wrote: I have a relatively new installation of FreeBSD 5.3 which I have been running as a file server. Recently we had a power outage and when I booted up the machine again, instead of a normal boot sequence I was given an automount prompt. I understand that I have to mount a disk

Re: Issue to install Gnomemeeting

2005-03-08 Thread Bachelier Vincent
It work now ! thx Le Tue, Mar 08, 2005 at 02:32:52PM -0500, Lowell Gilbert a écrit: To: Bachelier Vincent [EMAIL PROTECTED] Cc: freebsd-questions@freebsd.org Subject: Re: Issue to install Gnomemeeting From: Lowell Gilbert [EMAIL PROTECTED] Date: 08 Mar 2005 14:32:52 -0500 User-Agent:

Re: Size of FreeBSD

2005-03-08 Thread David Kelly
On Tue, Mar 08, 2005 at 03:42:29PM -0500, Jerry McAllister wrote: Back in the days of ~4.5 I was able to install a stripped down version in about 76MB. I think the last time I tried sometime around 5.0 to do this it was up to about 90MB That's a really stripped down installation

Re: Disk Geometry

2005-03-08 Thread Philip M. Gollucci
Kevin Kinsey wrote: Dan Simmonds wrote: I have a relatively new installation of FreeBSD 5.3 which I have been running as a file server. Recently we had a power outage and when I booted up the machine again, instead of a normal boot sequence I was given an automount prompt. I understand that I

Re: Disk Geometry

2005-03-08 Thread Dan Simmonds
Thanks Kevin, This is quite helpful, only I have a fairly unusual disk structure, since the disk was originally a dual boot system with windows XP which I eventually converted into a full ufs drive. So all the BSD partitions are located on what was originally the second half of the disk. Is

Problems with Cron not deleting log files

2005-03-08 Thread Richard Mcintyre
All, I am having a problem. Back in December I installed FreeBSD5.3 onto a server and have just recently found some new time to 'play' with the settings etc. I think I know what happened but I'm not sure how to fix it. I currently have a 'large number' of auth.log.x and cron.xx files

128bit WEP

2005-03-08 Thread Kevin Downey
Does FreeBSD support 128bit WEP? I have a Atheros based card and would like to connect to an ap that is using 128bit WEP. When I try to connect using the 128bit wep key ifconfig says I am using a 104bit key and I get alot of could not associate for reason 25 in dmesg. Speaking of which I have not

Re: 128bit WEP

2005-03-08 Thread Thomas Foster
The actual key length is 104 bits for 128 bit WEP encryption. Double check the manpage for wi and post your ifconfig line.. Also.. what card are you using.. what does the kernel say about the firmware version? Hope this helps.. T - Original Message - From: Kevin Downey [EMAIL PROTECTED]

Issues with the SuperMicro P8SGA (915G chipset) Mobo?

2005-03-08 Thread Mike Loiterman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anone using a SuperMicro P8SGA Mobo with the 915G chipset with 5.3? I'll be using it with a P4 2.8 LGA 775 520. I just purchased these and would like to know of any compatibility problems. Thanks.

Adding a 2nd disk without messing with the 1st

2005-03-08 Thread Chris
I have a 5.3 system that has an 80 gig drive. I wish to add another to it. What's the best (easiest) way to expand this with little to no effect on the current drive. -- Best regards, Chris Freud's 23rd law: ideas endure and prosper in inverse proportion to their soundness and validity.

Re: Adding a 2nd disk without messing with the 1st

2005-03-08 Thread John Pettitt
Chris wrote: I have a 5.3 system that has an 80 gig drive. I wish to add another to it. What's the best (easiest) way to expand this with little to no effect on the current drive. shutdown machine, plug in disk, switch machine on. (if it's a USB disk you can skip the on off part) Seriously

Re: Adding a 2nd disk without messing with the 1st

2005-03-08 Thread Michael C. Shultz
On Tuesday 08 March 2005 04:19 pm, Chris wrote: I have a 5.3 system that has an 80 gig drive. I wish to add another to it. What's the best (easiest) way to expand this with little to no effect on the current drive. Assuming the partion/id of the second drive is ad1s1d then mount /dev/ad1s1d

Re: Problems with Cron not deleting log files

2005-03-08 Thread Jonathan Chen
On Tue, Mar 08, 2005 at 05:22:08PM -0500, Richard Mcintyre wrote: All, I am having a problem. Back in December I installed FreeBSD5.3 onto a server and have just recently found some new time to 'play' with the settings etc. I think I know what happened but I'm not sure how to fix it.

Re: Problems with Cron not deleting log files

2005-03-08 Thread Richard Mcintyre
Jonathan Chen wrote: On Tue, Mar 08, 2005 at 05:22:08PM -0500, Richard Mcintyre wrote: All, I am having a problem. Back in December I installed FreeBSD5.3 onto a server and have just recently found some new time to 'play' with the settings etc. I think I know what happened but I'm not sure

Re: Problems with Cron not deleting log files

2005-03-08 Thread Jerry McAllister
Jonathan Chen wrote: On Tue, Mar 08, 2005 at 05:22:08PM -0500, Richard Mcintyre wrote: All, I am having a problem. Back in December I installed FreeBSD5.3 onto a server and have just recently found some new time to 'play' with the settings etc. I think I know what happened

keyboard problem on laptop.

2005-03-08 Thread Dennis Crowley
Hi yall. I've installed FreeBSD on my old Dell Insperion 7500, which I would like to use as a router (low power) and network analysis tool. The problem is that the keyboard driver does not seem to be recognizing the shift key. Does this sound wierd (i.e. my hardware) or reasonable (i.e. wierd

recomendations for multiport serial cards?

2005-03-08 Thread stan
I need to implement several FreeBSD amchiens that can support multiple input data streams from RS-232 data sources. What multiport comm cards do people recomentd? -- U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong Terror - New York Times 9/3/1967

Re: connection problems with apache and mod_ssl

2005-03-08 Thread Corey Brune
On Tue, 8 Mar 2005 13:59:17 +0100, MINAROVIC, Peter [EMAIL PROTECTED] wrote: Hello Eric, I have found your problem with error message SSL handshake interrupted by system [Hint: Stop button pressed in browser?!] (System error follows) on Intranet. Did you received any solution? We have

Re: 128bit WEP

2005-03-08 Thread Kevin Downey
ifconfig line is: ifconfig ath0 inet 192.168.2.111 mode 11g channel 6 ssid kubo wepmode on wepkey 0x28529850294957320938294585 what I am getting in dmesg is: auth0: association failed (reason 25) for 00:0D:3A:74:00:61 00:0D:3A:74:00:61 is the BSSID of the AP wicontrol -i ath0 -L lists the AP

Re: non writable disks

2005-03-08 Thread Luciano Musacchio
I *think* kldxref /boot/modules should solve your problem. Let me know if it works :) good luck El Martes 08 Marzo 2005 14:15, koen de wijs escribió: Hello, I did something really stupid when I was root. I changed something in device.hints. Now I can't change anything on my system. It starts

Re: 128bit WEP

2005-03-08 Thread Eric Schuele
Kevin Downey wrote: ifconfig line is: ifconfig ath0 inet 192.168.2.111 mode 11g channel 6 ssid kubo wepmode on wepkey 0x28529850294957320938294585 what I am getting in dmesg is: auth0: association failed (reason 25) for 00:0D:3A:74:00:61 00:0D:3A:74:00:61 is the BSSID of the AP wicontrol -i ath0

Re: beastie.4th language ?

2005-03-08 Thread Mike Jeays
On Tue, 2005-03-08 at 16:13, McCy Ron wrote: Starting Forth by Leo Brodie is a good book on Forth. http://www.forth.org/ will offer other tutorialsl. Jerry McAllister wrote: Hi, My question might seem basic. Nevertheless I didn't find the answer on the net. Excuse me in case I did

Re: keyboard problem on laptop.

2005-03-08 Thread Jason Henson
On 03/08/05 20:03:07, Dennis Crowley wrote: Hi yall. I've installed FreeBSD on my old Dell Insperion 7500, which I would like to use as a router (low power) and network analysis tool. The problem is that the keyboard driver does not seem to be recognizing the shift key. Does this sound wierd

cvsup Premature EOF error

2005-03-08 Thread Bnonn
Hello again everyone. Another problem; nothing really that's an issue, but something I'm curious if anyone knows the cause of. When running csvup to cvsup.nz.freebsd.org, I get the following error the first time I run cvsup (full command I'm using is cvsup -L 2 /root/scarlet.cvs):

Re: 128bit WEP

2005-03-08 Thread Jason Henson
On 03/08/05 21:20:09, Eric Schuele wrote: Kevin Downey wrote: ifconfig line is: ifconfig ath0 inet 192.168.2.111 mode 11g channel 6 ssid kubo wepmode on wepkey 0x28529850294957320938294585 what I am getting in dmesg is: auth0: association failed (reason 25) for 00:0D:3A:74:00:61

Re: FreeBSD Hardware Recomendations - NIC/HD

2005-03-08 Thread Jason Henson
On 03/08/05 13:38:34, sn1tch wrote: I like Intel's network adapters alot, I've never had a single issue out of the gigabit adapter I use (Intel Pro/1000 MT PWLA8490MT) I hear 3coms are good. Try this page http://www.freebsd.org/releases/5.3R/hardware.html As far as SATA drives if its size you are

Re: 128bit WEP

2005-03-08 Thread Eric Schuele
Jason Henson wrote: On 03/08/05 21:20:09, Eric Schuele wrote: Kevin Downey wrote: ifconfig line is: ifconfig ath0 inet 192.168.2.111 mode 11g channel 6 ssid kubo wepmode on wepkey 0x28529850294957320938294585 what I am getting in dmesg is: auth0: association failed (reason 25) for

Re: /boot like linux!

2005-03-08 Thread Loren M. Lang
On Thu, Mar 03, 2005 at 06:08:24PM -0500, Jesse Guardiani wrote: Hello, I'm a FreeBSD 5.3 user as well as a Gentoo Linux user. In Gentoo linux, you only have to create 3 partitions: /boot swap / In FreeBSD, you seem to have to create many more: / swap /usr /var /tmp This is

Re: 128bit WEP

2005-03-08 Thread Kevin Downey
On Tue, 08 Mar 2005 21:42:02 -0600, Eric Schuele [EMAIL PROTECTED] wrote: Jason Henson wrote: On 03/08/05 21:20:09, Eric Schuele wrote: Kevin Downey wrote: ifconfig line is: ifconfig ath0 inet 192.168.2.111 mode 11g channel 6 ssid kubo wepmode on wepkey 0x28529850294957320938294585

[no subject]

2005-03-08 Thread Andreas Lindström
Hi. It seems i have the same kmem_malloc problem as some others has had in their SMP computers that is running FreeBSD 5.3, however, it is also different... my problem doesnt occur after an extended period of running the server, it occurs randomly at bootup. Another difference is that it is not a

Re: Adding a 2nd disk without messing with the 1st

2005-03-08 Thread Chris Hill
On Tue, 8 Mar 2005, Chris wrote: I have a 5.3 system that has an 80 gig drive. I wish to add another to it. What's the best (easiest) way to expand this with little to no effect on the current drive. You want this second disk for extra storage, right? Not for dual-boot or something? Assuming

./sshd start then nothing

2005-03-08 Thread Tsu-Fan Cheng
Hi, I am trying to enable sshd on my freebsd5.4 prerelease (I didn't realize this when I cvsup the stable source). Anyway. I read something in the mailing list which said that I should go to /etc/rc.d, then execute ./sshd start from there, this will make ssh-keygen to generate host key and

Re: ./sshd start then nothing

2005-03-08 Thread james . cook
On Tue, Mar 08, 2005 at 11:19:45PM -0500, Tsu-Fan Cheng wrote: Hi, I am trying to enable sshd on my freebsd5.4 prerelease (I didn't realize this when I cvsup the stable source). Anyway. I read something in the mailing list which said that I should go to /etc/rc.d, then execute ./sshd start

Re: ./sshd start then nothing

2005-03-08 Thread Tsu-Fan Cheng
ha! you are right!! thansk On 8 Mar 2005 23:38:40 -0500, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: On Tue, Mar 08, 2005 at 11:19:45PM -0500, Tsu-Fan Cheng wrote: Hi, I am trying to enable sshd on my freebsd5.4 prerelease (I didn't realize this when I cvsup the stable source).

Help with pine mail reader ... two quickies

2005-03-08 Thread Joe Schmoe
Hi, Two config options I cannot seem to find in pine, and wonder if they exist ... if you know what they are: 1. Is there a way to tell pine to QUIT asking me if I want to save space by deleting previous months sent-mail folders ? No, I don't. Ever. How can I get it to quit asking me ? 2. Is

Re: /boot like linux!

2005-03-08 Thread Loren M. Lang
On Thu, Mar 03, 2005 at 07:45:19PM -0500, Bob Johnson wrote: Jesse Guardiani wrote: On Thursday 03 March 2005 5:41 pm, [someone] wrote: snip It's *best* to make more partitions (esp for /var) so that if something goes out of control logging, or you just neglect your logs, it doesn't

RE: recomendations for multiport serial cards?

2005-03-08 Thread Ted Mittelstaedt
You probably don't want to do this. Instead, get some of these devices: http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItemcategory=11175item=575 078rd=1 or if your a Cisco guy, a couple 2514s would do it. Configure these boxes to automatically rlogin to the FreeBSD boxes then instead of a

Re: ./sshd start then nothing

2005-03-08 Thread Christopher Nehren
On 2005-03-09, Tsu-Fan Cheng scribbled these curious markings: I am trying to enable sshd on my freebsd5.4 prerelease (I didn't realize this when I cvsup the stable source). Anyway. I read something in the mailing list which said that I should go to /etc/rc.d, then execute ./sshd start from

Re: FreeBSD for the organization

2005-03-08 Thread Ryan J. Cavicchioni
I do not know what to say. Your question is really vague, can you be more specific? I learned by reading the documentation at http://www.mysql.com Fafa Diliha Romanova wrote: to my fellow peers; hello. i'm the board member of this organization. so far i'm using mysql databases for our forum and

cvsup'ing from 4.10 to 5.3.

2005-03-08 Thread Ryan J. Cavicchioni
I was curious as to if it is possible to cvsup from 4.10 to 5.3 (kernel and userland tools). Has anyone done this? Does it work well? Should I avoid doing this on a production box? Thank you. - Ryan ___ freebsd-questions@freebsd.org mailing list

Re:

2005-03-08 Thread Charles Swiger
On Mar 8, 2005, at 11:02 PM, Andreas Lindström wrote: It seems i have the same kmem_malloc problem as some others has had in their SMP computers that is running FreeBSD 5.3, however, it is also different... my problem doesnt occur after an extended period of running the server, it occurs randomly

  1   2   >