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
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
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
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
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
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
>
>
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
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.
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
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
___
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
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
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
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
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
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> >
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
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
>>
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
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
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://
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
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
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
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
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
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
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
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
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
>
(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.
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
>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
___
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
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
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
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
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
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
>
> 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
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
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
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
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
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
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
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
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
[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
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
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
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
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
[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
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
>
> 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
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
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?
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
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
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
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
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
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
--- 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
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.
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
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
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
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
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
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
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
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
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
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. (
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
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
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
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
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
[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
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
[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
[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 - 100 of 139 matches
Mail list logo