using 5-STABLE packages with 5.4 RELEASE

2005-05-11 Thread Nekdo Nekje
Hey all.. I have a sort of question regarding FreeBSD and its port system. Please do bear with me, since I'm a newbie in the whole *nix world, especially with BSD like systems. My question is... Is it possible to use the latest Samba package with the 5.4-RELEASE? Is it absolutely necessary to upg

Re: a problem with compiling kernel

2005-05-11 Thread Idar Tollefsen
Alexander Soldatov wrote: I've got an error when I try to compile kernel with new configuration. That is: if_gif.c: In function 'gif_destroy': if_gif.c:187: warning: unused variable 'err' Error code 1 Try setting NO_WERROR= yes in make.conf. If WARNS_ERROR=yes (defaults/make.conf), it will tre

RE: [OBORONA-SPAM] Re: a problem with compiling kernel

2005-05-11 Thread Alexander Soldatov
I need to make new kernel. So I've make my own config file from GENERIC. Then standart operations: 1. config CUSTOM (this's my config file) 2. make depend 3. make As a matter of fact that problem occurred on the stage 3 when I run 'make'. I'm novice with Freebsd so it's hard to resolve this prob

Re: [OBORONA-SPAM] Re: a problem with compiling kernel

2005-05-11 Thread Kris Kennaway
On Wed, May 11, 2005 at 11:38:49AM +0400, Alexander Soldatov wrote: > I need to make new kernel. So I've make my own config file from GENERIC. > Then standart operations: > 1. config CUSTOM (this's my config file) > 2. make depend > 3. make > > As a matter of fact that problem occurred on the st

Re: using 5-STABLE packages with 5.4 RELEASE

2005-05-11 Thread Kris Kennaway
On Wed, May 11, 2005 at 09:00:04AM +0200, Nekdo Nekje wrote: > Hey all.. > > I have a sort of question regarding FreeBSD and its port system. > Please do bear with me, since I'm a newbie in the whole *nix world, > especially with BSD like systems. > > My question is... Is it possible to use the l

Re: a problem with compiling kernel

2005-05-11 Thread Kris Kennaway
On Wed, May 11, 2005 at 09:33:38AM +0200, Idar Tollefsen wrote: > Alexander Soldatov wrote: > >I've got an error when I try to compile kernel with new configuration. > >That is: > > > >if_gif.c: In function 'gif_destroy': > > > >if_gif.c:187: warning: unused variable 'err' > > > >Error code 1 > >

Re: shutdown -r -> halt!

2005-05-11 Thread Andrea Venturoli
Joel wrote: (B (B>>As per subject: on a quite recent machine running FreeBSD 5.4, when I (B>>issue "shutdown -r now" the machine powers off. (B>>Where do I start digging into this? (B> (B> (B> I have been wondering about this myself, so I searched for "shutdown (B> -p"+"freebsd"+"configu

RE: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: a problem with compiling kernel

2005-05-11 Thread Alexander Soldatov
That's the full output of 'make' command: cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -W missing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -st d=c99 -nostdinc -I- -I. -I../../.. -I../../../contrib/dev/acpica -I../../../co ntrib/altq -I.

disappeared options dialog when installing ports

2005-05-11 Thread Carsten Fuchs
Hi, I have a (simple) question about installing from the ports coll. The 1st time I issued `make install`in /usr/ports/www/firefox it showed a configuration menu where I could select things like xfs. I disabled this xfs option. Now if I want to install Firefox again it won't show me this configurat

Re: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: a problem withcompiling kernel

2005-05-11 Thread Idar Tollefsen
Alexander Soldatov wrote: That's the full output of 'make' command: [...] -boundary=2 -ffreestanding -Werror ../../../net/if_gif.c ..and -Werror is in effect: "-Werror Treat warnings as errors; abort compilation after any warning." As I said, try setting NO_WERROR= yes in make.conf. - IT ___

Re: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: a problem with compiling kernel

2005-05-11 Thread Kris Kennaway
On Wed, May 11, 2005 at 12:29:36PM +0400, Alexander Soldatov wrote: > That's the full output of 'make' command: > > cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes > -W > missing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions > -st > d=c99 -nostd

Re: RAID 1 with Adaptec SATA 1210SA + FreeBSD 5.4 + ata mkIII OK

2005-05-11 Thread Søren Schmidt
Gheorghe Ardelean wrote: Hi Soeren, I have to thank you for the work you put in the ata driver. Thanks! After patching the 5.4 sources with the new ata mkIII (http://people.freebsd.org/~sos/ATA) I am able to use the RAID 1 with my Adaptec SATA 1210SA. Good :) let me know if you run into problems wi

Re: disappeared options dialog when installing ports

2005-05-11 Thread Giorgos Keramidas
On 2005-05-11 10:56, Carsten Fuchs <[EMAIL PROTECTED]> wrote: > I have a (simple) question about installing from the ports coll. The > 1st time I issued `make install`in /usr/ports/www/firefox it showed a > configuration menu where I could select things like xfs. I disabled > this xfs option. Now i

Re: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: a problem withcompiling kernel

2005-05-11 Thread Kris Kennaway
On Wed, May 11, 2005 at 11:02:58AM +0200, Idar Tollefsen wrote: > Alexander Soldatov wrote: > >That's the full output of 'make' command: > [...] > >-boundary=2 -ffreestanding -Werror ../../../net/if_gif.c > ..and -Werror is in effect: > "-Werror > Treat warnings as errors; abort compilation after

Re: disappeared options dialog when installing ports

2005-05-11 Thread Kris Kennaway
On Wed, May 11, 2005 at 12:14:20PM +0300, Giorgos Keramidas wrote: > By removing /var/db/ports/firefox. Running the following as root before > you attempt to reinstall firefox should be all it takes: > > # cd /var/db/ports > # rm -fr firefox Or simpler: # make rmconfig see the por

Re: shutdown -r -> halt!

2005-05-11 Thread Joel
On Wed, 11 May 2005 10:27:19 +0200 (BAndrea Venturoli <[EMAIL PROTECTED]> wrote (B (B> Joel wrote: (B> (B> >>As per subject: on a quite recent machine running FreeBSD 5.4, when I (B> >>issue "shutdown -r now" the machine powers off. (B> >>Where do I start digging into this? (B> > (B> >

Re: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: a problem withcompiling kernel

2005-05-11 Thread Idar Tollefsen
Kris Kennaway wrote: -boundary=2 -ffreestanding -Werror ../../../net/if_gif.c ..and -Werror is in effect: "-Werror Treat warnings as errors; abort compilation after any warning." As I said, try setting NO_WERROR= yes in make.conf. That's the brainless and probably wrong approach :) More intel

Re: disappeared options dialog when installing ports

2005-05-11 Thread Giorgos Keramidas
On 2005-05-11 02:17, Kris Kennaway <[EMAIL PROTECTED]> wrote: >On Wed, May 11, 2005 at 12:14:20PM +0300, Giorgos Keramidas wrote: >> By removing /var/db/ports/firefox. Running the following as root before >> you attempt to reinstall firefox should be all it takes: >> >> # cd /var/db/ports >>

clustering solution for freebsd

2005-05-11 Thread Ananth.G (GMail)
hi all, is anyone aware of a good clustering solution for freebsd, i tried google i didnt come accross any opensource implementation . thanks, ananth.g ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questi

Fresh 5.4 Install, which CD?

2005-05-11 Thread Kevin
I'm a renewed FreeBSD newbie, my last use being v3.4. I want to install 5.4 release and I downloaded both CDs. My question is this: Which CD do I boot from? CD1 or CD2? Sounds like a stupid question, but when I installed 5.3 last week, I never used CD2, and it never asked for it. As far as I

Re: Fresh 5.4 Install, which CD?

2005-05-11 Thread Toomas Aas
Kevin wrote: I'm a renewed FreeBSD newbie, my last use being v3.4. I want to install 5.4 release and I downloaded both CDs. My question is this: Which CD do I boot from? CD1 or CD2? Short answer: CD1. Better answer: This is covered in release notes. Assuming you have an i386 machine, see: http://

Re: A beautiful dmesg! Maybe one day?

2005-05-11 Thread Fafa Hafiz Krantz
Clifton! I've never read a better e-mail. Thank you for your words, wise man. I've been inspired now. :) - Original Message - From: "Clifton Royston" <[EMAIL PROTECTED]> To: "Fafa Hafiz Krantz" <[EMAIL PROTECTED]> Subject: Re: A beautiful dmesg! Maybe one day? Date: Tue, 10 May 2005 09

RE: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: a problem withcompiling kernel

2005-05-11 Thread Alexander Soldatov
Of course not, I need INET Is the problem because of a INET support missing? How can I correct it? By the way I also tried to add NO_WERROR=yes in make.conf but it's not useful in this case for some reason - the same output appears -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: clustering solution for freebsd

2005-05-11 Thread Sergey S. Ropchan
On Wed, 2005-05-11 at 15:05 +0530, Ananth.G (GMail) wrote: > hi all, > is anyone aware of a good clustering solution for freebsd, i tried google > i didnt come accross any opensource implementation . > Hi, check this mailinglist: http://lists.freebsd.org/mailman/listinfo/freebsd-cluster > thank

Finding out which device to mount after plugging in a USB thumb drive

2005-05-11 Thread Juho Vuori
Hello, If I plug in a USB thumb drive, which becomes, say, umass0. Normally something like /dev/da0 will also be created amd slices of that device may be mounted. But is there a API for finding out what is the corresponding block device for umass devices ? The device driver writes that to syslo

Re: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: a problem withcompiling kernel

2005-05-11 Thread Alex Zbyslaw
Alexander Soldatov wrote: I need to make new kernel. So I've make my own config file from GENERIC. Then standart operations: 1. config CUSTOM (this's my config file) 2. make depend 3. make and then: Of course not, I need INET Is the problem because of a INET support missing? How can I correct it

Re: FreeBSD/i386 lockups with Xorg & Radeon cards

2005-05-11 Thread Sean Davis
On Tue, May 10, 2005 at 11:19:31PM -0400, jason henson wrote: > Sean Davis wrote: > > >Hello, first let me enumerate the hardware I've seen this happen on: > > > >1) Athlon XP 2700+ > > 1GB DDR333 > > ATI Radeon 9200 AGP8X w/ 128MB > > > >2) Athlon XP 2200+ > > 1GB DDR333 > > ATI Radeon 7000 A

Re: using 5-STABLE packages with 5.4 RELEASE

2005-05-11 Thread Alex Zbyslaw
Kris Kennaway wrote: On Wed, May 11, 2005 at 09:00:04AM +0200, Nekdo Nekje wrote: My question is... Is it possible to use the latest Samba package with the 5.4-RELEASE? Is it absolutely necessary to upgrade the RELEASE distibution to -STABLE for that to work? Is using a package from the STABLE p

Re: IPFW/Samba does not work with WinXP (but with MacOS 10.3)

2005-05-11 Thread Nicholas Henry
Yes - that's my understanding too. I'm trying to let all local traffic (i.e. on the same network) through with this: # Allow any traffic to or from my own net. ${fwdcmd} 400 pass all from me to ${net}:${mask} ${fwdcmd} 500 pass all from ${net}:${mask} to me Anyone with any other thoughts? On 5/1

Re: disappeared options dialog when installing ports

2005-05-11 Thread wizlayer
On Wednesday 11 May 2005 04:56 am, Carsten Fuchs wrote: > Hi, > I have a (simple) question about installing from the ports > coll. The 1st time I issued `make install`in > /usr/ports/www/firefox it showed a configuration menu where I > could select things like xfs. I disabled this xfs option. Now >

Re: disappeared options dialog when installing ports

2005-05-11 Thread Carsten Fuchs
(Wed, 11 May 2005 02:17:24 -0700) Kris Kennaway <[EMAIL PROTECTED]>: > > # cd /var/db/ports > > # make rmconfig > > see the ports manpage. Thanks a lot, to all of you. Carsten. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.

firewall_enable: not found

2005-05-11 Thread Nicholas Henry
FreeBSD 5.3-RELEASE (GENERIC) #0: Fri Nov 5 04:19:18 UTC 2004 I have IPFW setup and get this message at boot time and mailed to root by when this script is run (/usr/libexec/save-entropy). firewall_enable: not found Anybody have any ideas why I get this message and how I can stop it? Thank you

Re: firewall_enable: not found

2005-05-11 Thread Giorgos Keramidas
On 2005-05-11 08:15, Nicholas Henry <[EMAIL PROTECTED]> wrote: > FreeBSD 5.3-RELEASE (GENERIC) #0: Fri Nov 5 04:19:18 UTC 2004 > > I have IPFW setup and get this message at boot time and mailed to root > by when this script is run (/usr/libexec/save-entropy). > > firewall_enable: not found > > Any

Re: Finding out which device to mount after plugging in a USB thumb drive

2005-05-11 Thread Lowell Gilbert
Juho Vuori <[EMAIL PROTECTED]> writes: > Hello, > > If I plug in a USB thumb drive, which becomes, say, umass0. Normally > something like /dev/da0 will also be created amd slices of that device > may be mounted. But is there a API for finding out what is the > corresponding block device for umass

OpenLDAP 2.2.26 it is not loaded automatically

2005-05-11 Thread Andrew Lebedev
I ask to help with the sanction of a following situation. FreeBSD 5.3 + openldap 2.2.26 OpenLDAP it is not loaded automatically. Install openldap from ports. The script/usr/local/etc/rc.d/slapd.sh is. Has added lines in/etc/rc.conf slapd_enable = "YES" slapd_flags = '-h " ldapi: // %2fv

Re: Ports proxy configuration?

2005-05-11 Thread Vittorio De Martino
On Wednesday 11 May 2005 07:59, Xu Qiang wrote: > Hi, guys: > > I want to install some softwares from FreeBSD Ports collection. But without > configuration of proxy, it can't connect out to fetch the src tar balls, > and compile/install. > > I searched the handbook but didn't find any useful info a

about the kld

2005-05-11 Thread shiner chen
I will implement the web-cluster by the loadable module based on the tcp/ip stack code ,but ,the symbol definitions in the loadable module will conflict with the orignal network stack when the module is loaded. how do i resolve it? does the loadable module have independent namespace? i remmeber

Re: firewall_enable: not found

2005-05-11 Thread Nicholas Henry
As requested - thank you. /etc/defaults/rc.conf:### Basic network and firewall/security options: ### /etc/defaults/rc.conf:firewall_enable="YES" # Set to YES to enable firewall /etc/defaults/rc.conf:firewall_script="/etc/rc.firewall" # Which script to run to set up the firewall /etc/de

kernel build problem

2005-05-11 Thread Ananth.G
dear all, im having trouble compiling kernel on 5.3 , i did a `make depend` and `make`. The following is the error that i got, i might have missed a module i guess... cc -c -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpo

Compiler error when doing make buildworld

2005-05-11 Thread Juan Fco Rodriguez Hervella
cc -O -pipe -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr/obj/usr/src/i386/usr\" -I/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1obj/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1obj/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1obj/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1obj/../../../../contr

problems with pop3 daemons

2005-05-11 Thread Gal Ben-Haim
Im running a mailserver on FreeBSD 5.4, for some time now im experiencing problems with downloading large messages (above 1 mb but i don't know from which size it starts) through pop3: After about 30 secs of downloading, the download just hangs, qpopper's output to the logs is: ay 11 16:31:00 lok

Re: firewall_enable: not found

2005-05-11 Thread Nicholas Henry
ipfw.rules is a shell script - and they do appear to be working correctly. Cheers, Nicholas On 5/11/05, Alex Zbyslaw <[EMAIL PROTECTED]> wrote: > Nicholas Henry wrote: > > >/etc/rc.conf:firewall_enable ="YES" > >/etc/rc.conf:firewall_script="/etc/ipfw.rules" > >/etc/rc.conf:firewall_logging="YES

Re: Hardware RAID 5 - Need vinum?

2005-05-11 Thread Tony Shadwick
The problem I've had in the past in Windows for example: Drive D: is a RAID5 volume, 400GB, nearly full. If I add a 200GB drive to the array, the 'disk' that Drive D: resides on is now ~600GB, but Drive D: will remain 400GB. I would have to utilize a third party piece of software to resize Dri

Re: firewall_enable: not found

2005-05-11 Thread Giorgos Keramidas
On 2005-05-11 09:17, Nicholas Henry <[EMAIL PROTECTED]> wrote: > As requested - thank you. > [...] > /etc/rc.conf:firewall_enable ="YES" As I suspected it, you have a space where none should be! Delete the space before the '=' character and all should be fine.

Re: kernel build problem

2005-05-11 Thread Sergey S. Ropchan
Check config file carefully, and you will find next string: device umass # Disks/Mass storage - Requires scbus and da in your config da and scbus -disabeled, # SCSI peripherals #device scbus # SCSI bus (required for SCSI) . . . #device da # Dir

Re: kernel build problem

2005-05-11 Thread Ananth.G
i have attached my config file. regrds, ananth.g Sergey S. Ropchan wrote: Content of kernel config please ? It's look like wrong option in config. dear all, im having trouble compiling kernel on 5.3 , i did a `make depend` and `make`. The following is the error that i got, i might have missed

Re: kernel build problem

2005-05-11 Thread Paig Chong Woo
Le 11 mai 2005 à 16:28, Ananth.G a écrit : i have attached my config file. regrds, ananth.g Sergey S. Ropchan wrote: Content of kernel config please ? It's look like wrong option in config. dear all, im having trouble compiling kernel on 5.3 , i did a `make depend` and `make`. The followi

RE: kernel build problem

2005-05-11 Thread Zimmerman, Eric
>i have attached my config file. > >regrds, >ananth.g this looks like an issue (cut/pasted from kernel config file). Isa is required, no? # Bus support. Do not remove isa, even if you have no isa slots #device isa #device eisa device pci ___

Re: Hardware RAID 5 - Need vinum?

2005-05-11 Thread Subhro
On 5/11/2005 19:33, Tony Shadwick wrote: The problem I've had in the past in Windows for example: Drive D: is a RAID5 volume, 400GB, nearly full. If I add a 200GB drive to the array, the 'disk' that Drive D: resides on is now ~600GB, but Drive D: will remain 400GB. I would have to utilize a thi

Re: Hardware RAID 5 - Need vinum?

2005-05-11 Thread Tony Shadwick
On Wed, 11 May 2005, Subhro wrote: On 5/11/2005 19:33, Tony Shadwick wrote: The problem I've had in the past in Windows for example: Drive D: is a RAID5 volume, 400GB, nearly full. If I add a 200GB drive to the array, the 'disk' that Drive D: resides on is now ~600GB, but Drive D: will remain 40

Re: IPFW/Samba does not work with WinXP (but with MacOS 10.3)

2005-05-11 Thread Nicholas Henry
OK - problem solved. Not sure if this was an obvious one or not (ok probably was) - I added the freebsd machine name and ip to the WinXP hosts file and it works now. Cheers, Nicholas On 5/11/05, Nicholas Henry <[EMAIL PROTECTED]> wrote: > Yes - that's my understanding too. I'm trying to let all l

I need further HDD advice before submitting order.

2005-05-11 Thread freebsd . org
Hi again, I posted a question here last week, asking for advice on how I should ask my datacenter to divide up the HDDs in my new server. Thank you to everyone who responded. I have tried to understand all the advice given and, since then, have tried to get myself up to speed by reading the re

Re: 5 day lockup on Densitron

2005-05-11 Thread Christopher McGee
Richard J. Valenta wrote: First off - thank you for both your replies... The manufacturer (Densitron) has little info available, especially technological info. I'm going to continue to look for this, but do either of you or anyone else have ideas on where to look for this? Would it be called a 'wa

Re: firewall_enable: not found

2005-05-11 Thread Nicholas Henry
Brilliant - thanks so much. On 5/11/05, Giorgos Keramidas <[EMAIL PROTECTED]> wrote: > On 2005-05-11 09:17, Nicholas Henry <[EMAIL PROTECTED]> wrote: > > As requested - thank you. > > [...] > > /etc/rc.conf:firewall_enable ="YES" > > As I suspected it, you have a space where none should be! > Del

Re: I need further HDD advice before submitting order.

2005-05-11 Thread Jerry McAllister
> > Hi again, > > I posted a question here last week, asking for advice on how I should > ask my datacenter to divide up the HDDs in my new server. Thank you to > everyone who responded. > > I have tried to understand all the advice given and, since then, have > tried to get myself up to spe

Re: Compiler error when doing make buildworld

2005-05-11 Thread Chuck Swiger
Juan Fco Rodriguez Hervella wrote: cc -O -pipe -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr/obj/usr/src/i386/usr\" -I/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/cc1obj/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1obj/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1obj/../../../../contrib/gcc -I/usr/src/gnu/u

Re: pthread compiler issues

2005-05-11 Thread vizion
Twas said by " Kris Kennaway" and my ignorance encourages me to join the dialogue > On Tue, May 10, 2005 at 07:06:43PM -0700, [EMAIL PROTECTED] wrote: > >> > Somehow you installed xorg without it installing the dri port >> > (hardware graphics acceleration). You should go back and install it, Hi

Re: I need further HDD advice before submitting order.

2005-05-11 Thread freebsd . org
Jerry, thank you so much. Make a file system out of the 'unallocated' space now even if you don't decide on a mount point or use until later. Does it matter what I call that file system i.e. can I change it easily later on from the command line? Can I just call the free space on the 1st HDD /fre

Re: pthread compiler issues

2005-05-11 Thread vizion
I am getting problems with my ISP'S webmail interface... Please excuse mail difficulties... The following is missing Stop in /usr/ports/x11/xorg-clients/work/xc/programs. *** Error code 1 Stop in /usr/ports/x11/xorg-clients. Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade91178

Re: I need further HDD advice before submitting order.

2005-05-11 Thread freebsd . org
Wow, I just got an email from my host saying they'd gone ahead and set up my server without waiting for my instructions. I logged in using the details they sent and found that they've set it up as follows: Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/ad0s1a507630 35424

user owned groups

2005-05-11 Thread David Bear
Apoligies in advance but searches based on keyword were too voluminous. I've noticed that with some Linux distributions the default behavior of creating user accounts created the group with the same name as the user, and made that group the primary group of the user. There are other linux distribu

FireFox is beeping at me!

2005-05-11 Thread Krilly
Hi, I'm having an issue where 'FireFox 1.0.3' on 'FreeBSD 5.3-Release' is beeping at me when I start, use and close it. By use, I mean doing standard tasks inside of it, such as Google'ing and general surfing of the internet. I've tried 'xset b off', but the sound is still present? One thing

best practices for administration

2005-05-11 Thread David Bear
Since the BSD community seems to be more security conscious than other (read windows system administrators) groups, I wanted to see if anyone here would have any pointers to best practices documents when administering ANY operating system, not just FreeBSD. I am assuming that many of you must mana

Re: I need further HDD advice before submitting order.

2005-05-11 Thread Chuck Swiger
[EMAIL PROTECTED] wrote: [ ... ] I understand a little more than I did but am still unsure as to how I should divide the HDDs and would very much appreciate reactions to my current proposal. Howdy-- If it helps, please note that FreeBSD will fit just fine into 10GB or less. How you want to layou

Re: I need further HDD advice before submitting order.

2005-05-11 Thread freebsd . org
Hi Chuck, thanks for responding. ... For what it's worth, I'd rather have two 80GB drives in a RAID-1 mirror than have my stuff on two seperate drives, but using software RAID like vinum/gvinum, you can still mirror 80GB onto the 200GB drive, and have an additional 120 GB of space left over. Tha

Re: user owned groups

2005-05-11 Thread Dan Nelson
In the last episode (May 11), David Bear said: > Apoligies in advance but searches based on keyword were too > voluminous. > > I've noticed that with some Linux distributions the default behavior > of creating user accounts created the group with the same name as the > user, and made that group th

problems with pop3 daemons

2005-05-11 Thread Gal Ben-Haim
Im running a mailserver on FreeBSD 5.4, for some time now im experiencing problems with downloading large messages (above 1 mb but i don't know from which size it starts) through pop3: After about 30 secs of downloading, the download just hangs, qpopper's output to the logs is: ay 11 16:31:00 loki

Re: user owned groups

2005-05-11 Thread Chuck Swiger
David Bear wrote: I've noticed that with some Linux distributions the default behavior of creating user accounts created the group with the same name as the user, and made that group the primary group of the user. There are other linux distributions that the throw all users into a default group nam

Re: I need further HDD advice before submitting order.

2005-05-11 Thread Chuck Swiger
[EMAIL PROTECTED] wrote: Hi Chuck, thanks for responding. You're welcome. ... For what it's worth, I'd rather have two 80GB drives in a RAID-1 mirror than have my stuff on two seperate drives, but using software RAID like vinum/gvinum, you can still mirror 80GB onto the 200GB drive, and have an

Re: user owned groups

2005-05-11 Thread Lewis Thompson
On Wed, May 11, 2005 at 01:37:27PM -0400, Chuck Swiger wrote: > If all of the users have their default group be staff or some such, anyone > can change any file which is group-writable. If each user has their > default group be a unique group (with UID==GID), then users can safely use > a 002 u

Re: I need further HDD advice before submitting order.

2005-05-11 Thread Jerry McAllister
> > Jerry, thank you so much. > > > Make a file system out of the 'unallocated' space now even if you don't > > decide on a mount point or use until later. > > Does it matter what I call that file system i.e. can I change it easily > later on from the command line? Can I just call the free spa

Re: best practices for administration

2005-05-11 Thread Chuck Swiger
David Bear wrote: Since the BSD community seems to be more security conscious than other (read windows system administrators) groups, I wanted to see if anyone here would have any pointers to best practices documents when administering ANY operating system, not just FreeBSD. I am assuming that man

Re: FireFox is beeping at me!

2005-05-11 Thread Alex Zbyslaw
Krilly wrote: I'm having an issue where 'FireFox 1.0.3' on 'FreeBSD 5.3-Release' is beeping at me when I start, use and close it. By use, I mean doing standard tasks inside of it, such as Google'ing and general surfing of the internet. I've tried 'xset b off', but the sound is still present?

Re: pthread compiler issues

2005-05-11 Thread vizion
Twas said by " Kent Stewart" and my ignorance encourages me to join the dialogue > > > > You have a messed up installation. I don't have 5.3 but I am running > 5.4-stable. You are trying to update things in a hap hazard manner. > Stop what you are doing and develop a consistant environment. Humph

Re: pthread compiler issues

2005-05-11 Thread Kris Kennaway
On Wed, May 11, 2005 at 09:33:12AM -0700, [EMAIL PROTECTED] wrote: > > Twas said by " Kris Kennaway" and my ignorance encourages me to join the > dialogue > > On Tue, May 10, 2005 at 07:06:43PM -0700, [EMAIL PROTECTED] wrote: > > > >> > Somehow you installed xorg without it installing the dri port

Some strange USB issues ...

2005-05-11 Thread Fafa Hafiz Krantz
Hey! I have two problems, here on my FreeBSD 5.4-STABLE. 1) My USB keyboard: I have a wireless HP (KBR0133) keyboard, as well as an old Compaq keyboard wired to my box. The weird thing is that they tend to switch who gets to work. If the wireless doesn't work, the wired one works, a

Re: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: a problem withcompiling kernel

2005-05-11 Thread Kris Kennaway
On Wed, May 11, 2005 at 01:50:19PM +0400, Alexander Soldatov wrote: > Of course not, I need INET > Is the problem because of a INET support missing? How can I correct it? Yes, you removed it from your kernel configuration. To fix the problem of having removed it from your kernel configuration, do

Re: [OBORONA-SPAM] Re: [OBORONA-SPAM] Re: a problem withcompiling kernel

2005-05-11 Thread Kris Kennaway
On Wed, May 11, 2005 at 11:25:15AM +0200, Idar Tollefsen wrote: > Kris Kennaway wrote: > >>>-boundary=2 -ffreestanding -Werror ../../../net/if_gif.c > >> > >>..and -Werror is in effect: > >>"-Werror > >>Treat warnings as errors; abort compilation after any warning." > >> > >>As I said, try setting

Re: user owned groups

2005-05-11 Thread Chuck Swiger
Lewis Thompson wrote: On Wed, May 11, 2005 at 01:37:27PM -0400, Chuck Swiger wrote: If all of the users have their default group be staff or some such, anyone can change any file which is group-writable. If each user has their default group be a unique group (with UID==GID), then users can safel

Re: Boot loader doesn't see [root filesystem on] ATA disk after successful install

2005-05-11 Thread Brian O'Shea
--- Joel <[EMAIL PROTECTED]> wrote: > > From what little I've seen, it could be worth a try if you have the > time. Ok, I tried booting the loader on the SCSI disk, and then telling it to boot the kernel on the IDE disk. In this case it just beeped and returned me to the prompt to select a disk

Re: Hardware RAID 5 - Need vinum?

2005-05-11 Thread Greg 'groggy' Lehey
On Tuesday, 10 May 2005 at 16:05:50 -0500, Tony Shadwick wrote: > I've worked with RAID5 in FreeBSD in the past, with either vinum or a > hardware raid solution. Never had any problems either way. > > I'm now building a server for myself at home, and I'm creating a large > volume to store video.

Re: user owned groups

2005-05-11 Thread Lewis Thompson
On Wed, May 11, 2005 at 02:33:30PM -0400, Chuck Swiger wrote: > setgid on directories won't help, but maybe the behavior of the sticky bit > is what you are looking for? Is how stuff in /tmp handled OK > permission-wise for your expectations? No, I was thinking more along the lines of inheritin

OT: A beautiful dmesg! Maybe one day?

2005-05-11 Thread Robert Marella
Fafa Hafiz Krantz wrote: Clifton! I've never read a better e-mail. Thank you for your words, wise man. I've been inspired now. :) From: Clifton Royston -- [EMAIL PROTECTED] If this matters so much to you, it should be worth your effort. I must agree with Fafa. Wise words from a wise man. If e

Re: problems with pop3 daemons

2005-05-11 Thread Clifton Royston
On Wed, May 11, 2005 at 04:58:40PM +0200, Gal Ben-Haim wrote: > Im running a mailserver on FreeBSD 5.4, for some time now im > experiencing problems with downloading large messages (above 1 mb but i > don't know from which size it starts) through pop3: > After about 30 secs of downloading, the do

Re: user owned groups

2005-05-11 Thread Chuck Swiger
Lewis Thompson wrote: On Wed, May 11, 2005 at 02:33:30PM -0400, Chuck Swiger wrote: setgid on directories won't help, but maybe the behavior of the sticky bit is what you are looking for? Is how stuff in /tmp handled OK permission-wise for your expectations? No, I was thinking more along the lin

Re: I need further HDD advice before submitting order.

2005-05-11 Thread Chad Leigh -- Shire.Net LLC
On May 11, 2005, at 12:02 PM, Jerry McAllister wrote: One more thing. Do not use the socalled 'dangerously dedicated' disk setup. Just make one regular slice on each disk that uses all of the disk. Then partition those slices. You won't notice the difference in amount of available disk and yo

disklabel and boot2 on Freebsd 5.4

2005-05-11 Thread ming fu
Hi, I was trying to put an alternative boot2 on a freebsd 5.4 box. With the -s option disappeared from 5.4 disklabel, how do I put a customized boot2 to a slice on FreeBSD 5.4? Regards, Ming ___ freebsd-questions@freebsd.org mailing list http://lists.fr

Re: I need further HDD advice before submitting order.

2005-05-11 Thread Clifton Royston
On Wed, May 11, 2005 at 04:19:33PM +0100, [EMAIL PROTECTED] wrote: > Hi again, > > I posted a question here last week, asking for advice on how I should > ask my datacenter to divide up the HDDs in my new server. Thank you to > everyone who responded. > > I have tried to understand all the adv

Re: user owned groups

2005-05-11 Thread Lewis Thompson
On Wed, May 11, 2005 at 03:15:40PM -0400, Chuck Swiger wrote: > If you "mkdir private && chmod 700 private", any files created under > private will be safely[1] hidden away from anyone else but you, regardless > of their permissions or what your umask is. Ah, okay. A slightly bad example. How

Re: I need further HDD advice before submitting order.

2005-05-11 Thread freebsd . org
Chuck and Jerry, thank you so much. Chuck - I'm going to take your advice on setting up some kind of mirror, software RAID or whatever, thanks. Jerry - that breakdown of how you would allocate space was amazing - seriously, a better division and a better explanation than anything I've found in

MySQL port building solution: -O is required

2005-05-11 Thread Clifton Royston
Here is the answer to the problem I was wrestling with a couple weeks ago: /usr/ports/databases/mysql41-server and /usr/ports/databases/mysql40-server do *not* build on 4.x systems unless *some* level of optimization is turned on. 'CFLAGS=' fails on 4.x releases; 'CFLAGS=-O' works. (

Re: I need further HDD advice before submitting order.

2005-05-11 Thread freebsd . org
Thanks Clifton, much appreciated. > If / gets damaged in a > failed upgrade or just via bad luck, you're nearly assured of being > able to boot off of /altroot to repair things. It's the kind of thing > you might use only once in several years but which saves you a ton of > grief then. Sounds well

Re: user owned groups

2005-05-11 Thread Chuck Swiger
Lewis Thompson wrote: On Wed, May 11, 2005 at 03:15:40PM -0400, Chuck Swiger wrote: If you "mkdir private && chmod 700 private", any files created under private will be safely[1] hidden away from anyone else but you, regardless of their permissions or what your umask is. Ah, okay. A slightly bad

Re: user owned groups

2005-05-11 Thread Erik Nørgaard
Lewis Thompson wrote: Okay, I'm going to jump in now and ask something I have always wanted to know the answer to but always seem to forget. Can /home be configured so all files are created with permissions of 0600 (or 0700 for directories)? I use a umask of 77 but that's annoying when playing wit

Link to your website

2005-05-11 Thread chris
I am working on a website featuring linux distributions and articles. I read the legal page but I am still unclear on a few things. If I put a picture feating your Powerlogo.gif on my site and add a link to freebsd, will that be acceptable ? [1]www.forsberg.at Chris Forsber

Re: best practices for administration

2005-05-11 Thread Erik Nørgaard
David Bear wrote: Since the BSD community seems to be more security conscious than other (read windows system administrators) groups, I wanted to see if anyone here would have any pointers to best practices documents when administering ANY operating system, not just FreeBSD. I am assuming that man

Re: I need further HDD advice before submitting order.

2005-05-11 Thread Mark Bucciarelli
[EMAIL PROTECTED] wrote: Chuck - I'm going to take your advice on setting up some kind of mirror, software RAID or whatever, thanks. Just having gone through setting up software raid as my first post-install FreeBSD task, I can highly recommend gmirror. It uses the new GEOM code (like gvinum) b

Re: I need further HDD advice before submitting order.

2005-05-11 Thread freebsd . org
Mark Bucciarelli wrote: Just having gone through setting up software raid as my first post-install FreeBSD task, I can highly recommend gmirror. It uses the new GEOM code (like gvinum) but gmirror has a man page and is feature complete. As of 5.3, gvinum did not have all the commands implement

Re: Link to your website

2005-05-11 Thread Chuck Swiger
[EMAIL PROTECTED] wrote: I am working on a website featuring linux distributions and articles. I read the legal page but I am still unclear on a few things. If I put a picture feating your Powerlogo.gif on my site and add a link to freebsd, will that be acceptable ? Some of the ports (m

Re: I need further HDD advice before submitting order.

2005-05-11 Thread Chuck Swiger
[EMAIL PROTECTED] wrote: On the 200 GB drive swap 2.5 GB /mirror Same size as the actual size of the 1st disk, 65GB or whatever. /spill All the rest Does that make sense? If you do want to mirror the boot disk, you want the first partition to be bootable and resemble the first disk, w

  1   2   >