Re: portupgrade and make options

2007-08-20 Thread Yuri Pankov
On Tue, Aug 21, 2007 at 02:23:21AM -0400, Michael S wrote: > Good day all, > > I was wondering how to pass options from portupgrade > to make. Say I wanted use -j4 for max. number of jobs. > Where should I specify that? When building "world" > it's possible to be done from the command line: make >

Re: Trying to move /usr

2007-08-20 Thread Ian Smith
On Tue, 21 Aug 2007, Michael S wrote: > Thanks for your help Ian, > I got it fixed. Had to remove /home and recreate it > once again. Good to hear, Michael! > --- Ian Smith <[EMAIL PROTECTED]> wrote: [blah] Cheers, Ian ___ freebsd-questions@fre

portupgrade and make options

2007-08-20 Thread Michael S
Good day all, I was wondering how to pass options from portupgrade to make. Say I wanted use -j4 for max. number of jobs. Where should I specify that? When building "world" it's possible to be done from the command line: make -j4 buildworld. Also is athlon the correct CPUTYPE for AMD Sempron 3400

Re: Configuring mailman with web server different from mail server

2007-08-20 Thread Martin Hepworth
Olivier sure I do this - configure sendmail on the mailman machine as per instuctions for the list and 'smartrelay' the mail via mailserver on the web machine. On the mailserver also make sure all the aliases for the list point at the webserver. -- Martin On 8/21/07, Olivier Nicole <[EMAIL PROT

Re: Trying to move /usr

2007-08-20 Thread Ian Smith
Michael, firstly let me quote the head of your original message, just so I/we don't get too confused, especially by all the gratuitous re-quoting of subsequent 'relative irrelevancies' like your dmesg .. >I am trying to migrate my /usr to a newly installed >SCSI drive. Up until yesterday I had /,

Re: isc-dhcp3-server issues with windows 2000 client

2007-08-20 Thread Olivier Nicole
Hi, >I have a backup of the old system and am using that to trouble >shoot. I have narrowed it down to the dhcpd binary. If I put in >the newer binary built with p7 it does not work with windows >2000. If I put in the old binary it works fine. First question would be: how did y

Re: Trying to move /usr - Fixed

2007-08-20 Thread Michael S
I was able to rectify the problem by removing /home, which was a link and was pointing to /usr/home and then recreating it as a directory. Thanks everyone for their suggestions, Michael --- Vinny <[EMAIL PROTECTED]> wrote: > Michael S wrote: > > I reverted to the old /usr. > > What I had done: >

isc-dhcp3-server issues with windows 2000 client

2007-08-20 Thread Joe
Hello, I tried posting under a similar topic, but not sure if it went through. I'm new on this list, but not a total newbie. I have upgraded a system from p6 to p7. Everything seems to be working on wtih the upgraded system except for dhcp. I have a backup of the old system and am

New Zealand DST updates

2007-08-20 Thread Brent Jones
Good afternoon - New Zealand is changing when it goes on and off daylight savings time this year. I have diffs to /usr/src/share/zoneinfo/australasia for FreeBSD 6.2 which take this change into account. To whom should I send this information so that it makes it into the source tree for this and

Configuring mailman with web server different from mail server

2007-08-20 Thread Olivier Nicole
Hi, I am trying to install mailman from the ports. I have different machine for the mail server and the web server and I am trying to figure if this configuration is workable. The MTA is sendmail, where could I find configure example? Best regards, Olivier _

Re: Trying to move /usr

2007-08-20 Thread Vinny
Michael S wrote: I reverted to the old /usr. What I had done: Initially I set up the newly installed drive (da2) to have only one partition (da2s1d) which I chose to be /user (note the e). I tarred /usr to a file in /user tar -cf /user/usr.tar /tar and extracted the file tar -xf usr.tar I had th

Re: syslogd, exec and alarms

2007-08-20 Thread Eric Crist
On Aug 20, 2007, at 8:11 PMAug 20, 2007, Darren Henderson wrote: I have a syslog.conf line that has a selector pointing to action that is a perl script. The script takes action based on the content of the line passed to it. Simple stuff. Works fine. Wanting to be resource sensitive, I wou

Block to i-node to file name (was Re: uncorrectable disk error)

2007-08-20 Thread cpghost
On Tue, Aug 21, 2007 at 01:04:38AM +0200, Wojciech Puchar wrote: > ad4: FAILURE - READ_DMA48 status=51 > error=40 LBA=465628608 > g_vfs_done():ad4a[READ(offset=238401650688, length=638976)]error = 5 > > how can i find (UFS2) what file uses that block? [I took the liberty to change the subject fo

Re: Configuring OpenLDAP on FreeBSD 6.2 Release, Problems.

2007-08-20 Thread Olivier Nicole
> I am a newcomer to the FreeBSD world. I am trying to implement a > openLDAP installation. It all went ok with the SASL and SERVER > install in conjunction with BDB, yet when I try starting the service > using "/usr/local/libexec/slapd" or "/usr/local/etc/rc.d/slapd > start", the service does not

Re: Shared-mime-info won't compile

2007-08-20 Thread Nikola Lecic
On Mon, 20 Aug 2007 18:04:01 -0700 (PDT) David LeCount <[EMAIL PROTECTED]> wrote: > --- Nikola Lecic <[EMAIL PROTECTED]> wrote: [...] > > In that case this joyfully written PR can certainly > > help: > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=threads/113666 > > > > (add -lc_r in share-mime-

syslogd, exec and alarms

2007-08-20 Thread Darren Henderson
I have a syslog.conf line that has a selector pointing to action that is a perl script. The script takes action based on the content of the line passed to it. Simple stuff. Works fine. Wanting to be resource sensitive, I would like the script to terminate after so many idle seconds - its lik

Re: SAS (serial attached SCSI)

2007-08-20 Thread Olivier Nicole
Jonathan, > other than telling him "well this is the new SCSI", i am wondering > if anyone else is successfully using this technology thus far. Well you'll have to accept the fact that it is the new SCSI and you have to run with it. I bet you will have hard time finding a server with parallel SC

Re: Shared-mime-info won't compile

2007-08-20 Thread Nikola Lecic
On Mon, 20 Aug 2007 16:07:07 -0700 (PDT) David LeCount <[EMAIL PROTECTED]> wrote: > I've been having a problem for a long time trying to > compile the shared-mime-info port. Below is the error > I'm getting. I have tried recompiling libxml2 and > everything shared-mime-info depends on. > > gmake[

Re: Trying to move /usr

2007-08-20 Thread Michael S
Jerry, I am sure, because I did it multiple times. As soon as I mount the old /usr (the one on the smaller drive) I log on into my home directory no problem. Michael --- Jerry McAllister <[EMAIL PROTECTED]> wrote: > On Mon, Aug 20, 2007 at 07:47:29PM -0400, Michael S > wrote: > > > Right now t

Re: Trying to move /usr

2007-08-20 Thread Michael S
I tried changing the /home entry in the fstab to /usr/home, but the result is the same. And when I go to /home or /usr/home, issuing ls, simply gives me the prompt. Michael <--- Derek Ragona <[EMAIL PROTECTED]> wrote: > At 06:47 PM 8/20/2007, Michael S wrote: > >Right now things are set up the ol

Re: Trying to move /usr

2007-08-20 Thread Derek Ragona
At 06:47 PM 8/20/2007, Michael S wrote: Right now things are set up the old way and here's what the mount command says: /dev/da0s1a on / (ufs, local) devfs on /dev (devfs, local) /dev/da0s1e on /tmp (ufs, local, soft-updates) /dev/da0s1f on /usr (ufs, local, soft-updates) /dev/da0s1d on /var (uf

Re: Trying to move /usr

2007-08-20 Thread Jerry McAllister
On Mon, Aug 20, 2007 at 07:47:29PM -0400, Michael S wrote: > Right now things are set up the old way and here's > what the mount command says: > > /dev/da0s1a on / (ufs, local) > devfs on /dev (devfs, local) > /dev/da0s1e on /tmp (ufs, local, soft-updates) > /dev/da0s1f on /usr (ufs, local, soft-

Re: Trying to move /usr

2007-08-20 Thread Jerry McAllister
On Mon, Aug 20, 2007 at 07:28:51PM -0400, Michael S wrote: > Here's df -k output: > > Filesystem 1K-blocks UsedAvail Capacity > Mounted on > /dev/da0s1a50763085046 38197418%/ > devfs 110 100%/dev > /dev/da0s1e495726 10 45

Re: Trying to move /usr

2007-08-20 Thread Michael S
Right now things are set up the old way and here's what the mount command says: /dev/da0s1a on / (ufs, local) devfs on /dev (devfs, local) /dev/da0s1e on /tmp (ufs, local, soft-updates) /dev/da0s1f on /usr (ufs, local, soft-updates) /dev/da0s1d on /var (ufs, local, soft-updates) /dev/da1s1d on /us

Re: freebsd 7 release date :)

2007-08-20 Thread vuthecuong
Jerry McAllister wrote: On Mon, Aug 20, 2007 at 05:15:10PM +1000, Sam Lawrance wrote: On 20/08/2007, at 10:47 AM, Jerry McAllister wrote: On Sun, Aug 19, 2007 at 03:05:00PM +0200, Wojciech Puchar wrote: just for reference only: Original release planned date of 7.0 was end o

Re: Trying to move /usr

2007-08-20 Thread Derek Ragona
At 06:28 PM 8/20/2007, Michael S wrote: Here's df -k output: Filesystem 1K-blocks UsedAvail Capacity Mounted on /dev/da0s1a50763085046 38197418%/ devfs 110 100%/dev /dev/da0s1e495726 10 456058 0%/tmp /dev/da0s1f

Shared-mime-info won't compile

2007-08-20 Thread David LeCount
I've been having a problem for a long time trying to compile the shared-mime-info port. Below is the error I'm getting. I have tried recompiling libxml2 and everything shared-mime-info depends on. gmake[1]: Entering directory `/usr/ports/misc/shared-mime-info/work/shared-mime-info-0.22' cc -DHAVE_

Re: Hello!

2007-08-20 Thread Branko Vukelic
On 8/20/07, Adam J Richardson <[EMAIL PROTECTED]> wrote: > > Date: Mon, 20 Aug 2007 11:24:01 +0200 > > From: Branko Vukelic <[EMAIL PROTECTED]> > > To: Adam J Richardson <[EMAIL PROTECTED]> > > > > If you allow me, a BSD noob, to take part... ;) > > > > I'd say FreeBSD is a wolf, and DesktopBSD is

Re: Trying to move /usr

2007-08-20 Thread Michael S
Here's df -k output: Filesystem 1K-blocks UsedAvail Capacity Mounted on /dev/da0s1a50763085046 38197418%/ devfs 110 100%/dev /dev/da0s1e495726 10 456058 0%/tmp /dev/da0s1f 3733038 2869704 56469284% /use

Re: Trying to move /usr

2007-08-20 Thread Jerry McAllister
On Mon, Aug 20, 2007 at 06:52:12PM -0400, Michael S wrote: > I tried the earlier suggested dump/restore: > %cd /user > %dump -L -f - /usr | restore -r -f - > > When I log-in over ssh I get: > Could not chdir to home directory /home/michael: No > such file or directory. Well, is there a directory

uncorrectable disk error

2007-08-20 Thread Wojciech Puchar
ad4: FAILURE - READ_DMA48 status=51 error=40 LBA=465628608 g_vfs_done():ad4a[READ(offset=238401650688, length=638976)]error = 5 how can i find (UFS2) what file uses that block? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/

Re: Trying to move /usr

2007-08-20 Thread Michael S
I tried the earlier suggested dump/restore: %cd /user %dump -L -f - /usr | restore -r -f - When I log-in over ssh I get: Could not chdir to home directory /home/michael: No such file or directory. Here's my fstab: # DeviceMountpoint FStype Options DumpPass# /dev/

Re: New to Subversion - Access denied issue

2007-08-20 Thread Glen Barber
Quoting gimp_user: > > I have made all repository paths owner:group www:www Permissions for subversion have always gotten to me, too. The way I usually get around my headaches is to chmod -R 777 the subversion root directory. I have not found any fallbacks to a 777 setting, because you are usi

Re: Configuring OpenLDAP on FreeBSD 6.2 Release, Problems.

2007-08-20 Thread Jonathan and Jeannie
On Monday 20 August 2007 17:21, Lisandro Grullon wrote: > Hi All, > I am a newcomer to the FreeBSD world. I am trying to implement a openLDAP > installation. It all went ok with the SASL and SERVER install in > conjunction with BDB, yet when I try starting the service using > "/usr/local/libexec/sl

Re: Trying to move /usr

2007-08-20 Thread Derek Ragona
At 12:37 PM 8/20/2007, Michael S wrote: I reverted to the old /usr. What I had done: Initially I set up the newly installed drive (da2) to have only one partition (da2s1d) which I chose to be /user (note the e). I tarred /usr to a file in /user tar -cf /user/usr.tar /tar and extracted the file t

SAS (serial attached SCSI)

2007-08-20 Thread Jonathan Horne
anyone running any SAS with FreeBSD? i have a client who is needing a new server, and everything in their pricerange is comming with SAS now, instead of standard SCSI. the company president is an old timer, and only knows the word "SCSI" :) other than telling him "well this is the new SCSI",

Re: freebsd 7 release date :)

2007-08-20 Thread Abdullah Ibn Hamad Al-Marri
On 8/20/07, Jerry McAllister <[EMAIL PROTECTED]> wrote: > On Mon, Aug 20, 2007 at 03:18:55PM -0400, Josh Carroll wrote: > > > > I'm not suggesting we lay out a strict timeline, as I'd much prefer > > > the releases when they're ready, but simply a page saying, 'Hey, > > > FreeBSD x.y release is com

Re: Error in pkg_version.. "package is corrupt"

2007-08-20 Thread Lowell Gilbert
Johan Andersson <[EMAIL PROTECTED]> writes: > Hello.. > I was running portupgrade -a . in the middle of compile i did lose power.. > now when im running pkg_version -vL= i got this: > > pkg_version: the package info for package 'GeoIP-1.4.2' is corrupt > pkg_version: the package info for package

RE: Configuring OpenLDAP on FreeBSD 6.2 Release, Problems.

2007-08-20 Thread Lisandro Grullon
> From: [EMAIL PROTECTED]> To: freebsd-questions@freebsd.org> Subject: Re: > Configuring OpenLDAP on FreeBSD 6.2 Release, Problems.> Date: Mon, 20 Aug > 2007 22:26:26 +0200> CC: [EMAIL PROTECTED]> > On Monday 20 August 2007 17:21, > Lisandro Grullon wrote:> > Hi All,> > I am a newcomer to the

Re: Hello!

2007-08-20 Thread Adam J Richardson
Date: Mon, 20 Aug 2007 11:24:01 +0200 From: Branko Vukelic <[EMAIL PROTECTED]> To: Adam J Richardson <[EMAIL PROTECTED]> > If you allow me, a BSD noob, to take part... ;) I'd say FreeBSD is a wolf, and DesktopBSD is definitely a dog (as in domesticated wolf). By taming the wolf for desktop use

Re: freebsd 7 release date :)

2007-08-20 Thread Jerry McAllister
On Mon, Aug 20, 2007 at 03:18:55PM -0400, Josh Carroll wrote: > > I'm not suggesting we lay out a strict timeline, as I'd much prefer > > the releases when they're ready, but simply a page saying, 'Hey, > > FreeBSD x.y release is coming soon, we're currently working on 'blah.'' > > Something more

Re: freebsd 7 release date :)

2007-08-20 Thread Eric Crist
On Aug 20, 2007, at 2:18 PMAug 20, 2007, Josh Carroll wrote: I'm not suggesting we lay out a strict timeline, as I'd much prefer the releases when they're ready, but simply a page saying, 'Hey, FreeBSD x.y release is coming soon, we're currently working on 'blah.'' Something more than what's

Re: freebsd 7 release date :)

2007-08-20 Thread Josh Carroll
> I'm not suggesting we lay out a strict timeline, as I'd much prefer > the releases when they're ready, but simply a page saying, 'Hey, > FreeBSD x.y release is coming soon, we're currently working on 'blah.'' Something more than what's here then? http://www.freebsd.org/releng/ Josh __

Re: Hello!

2007-08-20 Thread Jerry McAllister
On Mon, Aug 20, 2007 at 10:36:03AM -0600, Old Ranger wrote: > [EMAIL PROTECTED] wrote: > >On 17/08/07, Adam J Richardson <[EMAIL PROTECTED]> wrote: > > > >>Branko Vukelic wrote: > >> > >>>Hi, > >>> > >>>My name is Branko (a.k.a. FoxBunny in some circles). Until recently I > >>>was a > >>>Ar

Re: Trying to move /usr

2007-08-20 Thread Jerry McAllister
On Mon, Aug 20, 2007 at 12:08:06PM -0400, Michael S wrote: > Jerry, > > *** When I untarred the file I had everything under > /user/usr. I was under /user/usr and then I did mv * > .. > > I then edited fstab and changed > /dev/da2s1d to be /usr, instead of /user > > And of course the old /usr

Re: freebsd 7 release date :)

2007-08-20 Thread Eric Crist
On Aug 20, 2007, at 2:18 PMAug 20, 2007, Josh Carroll wrote: I'm not suggesting we lay out a strict timeline, as I'd much prefer the releases when they're ready, but simply a page saying, 'Hey, FreeBSD x.y release is coming soon, we're currently working on 'blah.'' Something more than what's

Re: cheap (supported) wifi card

2007-08-20 Thread Steve Franks
Don, I notice a earlier poster mentioned > > work very well with ndisgen. I think you've been misled. That means you have to go thru several manual steps to smash the windows drivers into something freebsd can use. Ugly, in my opinion. If you want it to work 'out of the box', go back and buy

RE: FreeBSD 6.2-RELEASE-p7 box crashing

2007-08-20 Thread Lisandro Grullon
> Date: Mon, 20 Aug 2007 22:49:47 +0530> From: [EMAIL PROTECTED]> To: > FreeBSD-Questions@FreeBSD.ORG> CC: > Subject: Re: FreeBSD 6.2-RELEASE-p7 box > crashing> > ,--[ On Mon, Aug 20, 2007 at 07:33:05AM -0500, Eric Crist wrote:> > | Sorry to reply again so soon, but I failed to read through

RE: Trying to move /usr

2007-08-20 Thread Lisandro Grullon
This makes perfect sense, are you still having issues with your restore? > Date: Mon, 20 Aug 2007 13:37:56 -0400> From: [EMAIL PROTECTED]> To: [EMAIL > PROTECTED]; freebsd-questions@freebsd.org> CC: > Subject: Re: Trying to move > /usr> > I reverted to the old /usr.> What I had done:> Initially

/compat/linux/usr/bin/ld

2007-08-20 Thread Nikola Lecic
Hello, What is the recommended way for obtaining linux ld binary (/compat/linux/usr/bin/ld)? I found in the archives that devel/linux_devel port used to provide it, but it seems that there is no such port now, except emulators/linux*-gentoo*. Thank you, Nikola Lečić

Re: Veritas Backup Exec on Freebsd 6.1 (Boon Keng Lee)

2007-08-20 Thread Ian Lord
Hi, Please kindly advise us can the FreeBSD 6.1 being backup via Veritas Backup Exec 11d Server for Windows with the Linux Client agent ? Thank for the help. ~~ Hi, On our side, we didn't manage to make this happen using the regular linux agent that veritas (now Symantec) provi

Re: Trying to move /usr

2007-08-20 Thread Michael S
I reverted to the old /usr. What I had done: Initially I set up the newly installed drive (da2) to have only one partition (da2s1d) which I chose to be /user (note the e). I tarred /usr to a file in /user tar -cf /user/usr.tar /tar and extracted the file tar -xf usr.tar I had the whole structure o

Re: FreeBSD 6.2-RELEASE-p7 box crashing

2007-08-20 Thread आशीष शुक्ल Ashish Shukla
,--[ On Mon, Aug 20, 2007 at 07:33:05AM -0500, Eric Crist wrote: | Sorry to reply again so soon, but I failed to read through your | attachment before sending my previous message. I notice that your | system seems to have crashed at least a few times during the loading | of PowerDNS. Immedi

Re: Trying to move /usr

2007-08-20 Thread [EMAIL PROTECTED]
On 20/08/07, Michael S <[EMAIL PROTECTED]> wrote: > Jerry, > > *** When I untarred the file I had everything under > /user/usr. I was under /user/usr and then I did mv * > .. > > I then edited fstab and changed > /dev/da2s1d to be /usr, instead of /user > > And of course the old /usr I switched to

Re: Regular expressions

2007-08-20 Thread Reid Linnemann
Written by Reid Linnemann on 08/20/07 11:58>> Written by Christer Hermansson on 08/18/07 18:08>> Derek Ragona wrote: At 12:04 PM 8/18/2007, Christer Hermansson wrote: I also found some basic example at http://www.grymoire.com/Unix/Sh.html#uh-88 : 8<8<8<8<-

Re: Hello!

2007-08-20 Thread Old Ranger
[EMAIL PROTECTED] wrote: On 17/08/07, Adam J Richardson <[EMAIL PROTECTED]> wrote: Branko Vukelic wrote: Hi, My name is Branko (a.k.a. FoxBunny in some circles). Until recently I was a Arch Linux user, and decided to give FreeBSD a try, for a better desktop experience. Thanks to the De

Re: Regular expressions

2007-08-20 Thread Reid Linnemann
Written by Christer Hermansson on 08/18/07 18:08>> Derek Ragona wrote: At 12:04 PM 8/18/2007, Christer Hermansson wrote: I also found some basic example at http://www.grymoire.com/Unix/Sh.html#uh-88 : 8<8<8<8<8< #!/bin/sh echo "Type in a numbe

Re: Trying to move /usr

2007-08-20 Thread Michael S
Jerry, *** When I untarred the file I had everything under /user/usr. I was under /user/usr and then I did mv * .. I then edited fstab and changed /dev/da2s1d to be /usr, instead of /user And of course the old /usr I switched to /user Thanks in advance --- Jerry McAllister <[EMAIL PROTECTED]>

The problem of connection between Windows and FreeBSD when using IPSec transport.

2007-08-20 Thread Alesha
Hi, On one side there's FreeBSD 6.2, ipsec-tools-0.6.7; on the other Windows 2003 Server. If I start pinging under Windows everything works ok, C:\Documents and Settings>ping 111.111.111.2 Pinging 111.111.111.2 with 32 bytes of data: Negotiating IP Security. Reply from 111.111.111.2: bytes=32

Configuring OpenLDAP on FreeBSD 6.2 Release, Problems.

2007-08-20 Thread Lisandro Grullon
Hi All, I am a newcomer to the FreeBSD world. I am trying to implement a openLDAP installation. It all went ok with the SASL and SERVER install in conjunction with BDB, yet when I try starting the service using "/usr/local/libexec/slapd" or "/usr/local/etc/rc.d/slapd start", the service does n

Re: Trying to move /usr

2007-08-20 Thread Jerry McAllister
On Mon, Aug 20, 2007 at 11:10:12AM -0400, Michael S wrote: > Good morning everyone, > > I am trying to migrate my /usr to a newly installed > SCSI drive. Up until yesterday I had /, /var, /usr on > a 5 Gig drive and my /home was on another 60 Gig > drive, which was fine because it had no GUI and

Re: Trying to move /usr

2007-08-20 Thread Derek Ragona
At 10:10 AM 8/20/2007, Michael S wrote: Good morning everyone, I am trying to migrate my /usr to a newly installed SCSI drive. Up until yesterday I had /, /var, /usr on a 5 Gig drive and my /home was on another 60 Gig drive, which was fine because it had no GUI and functioned mostly as a server.

Re: freebsd 7 release date :)

2007-08-20 Thread Eric Crist
On Aug 20, 2007, at 9:52 AMAug 20, 2007, Jerry McAllister wrote: [snip] As I said, we know and even newbies can learn, with considerate explanitory responses, that no absolute date can realistically be named - that there is justifiably more concern about quality than making a particular 'releas

Re: freebsd 7 release date :)

2007-08-20 Thread Erik Norgaard
Dan Nelson wrote: In the last episode (Aug 19), Erik Norgaard said: No so fast now, after reading this I thought I'd give it a try, updated the source, buildworld then buildkernel. at installkernel i got a lot of error lines like this kldxref: file isn't dynamically-linked kldxref: file isn't d

Trying to move /usr

2007-08-20 Thread Michael S
Good morning everyone, I am trying to migrate my /usr to a newly installed SCSI drive. Up until yesterday I had /, /var, /usr on a 5 Gig drive and my /home was on another 60 Gig drive, which was fine because it had no GUI and functioned mostly as a server. Last night I added a third drive, with a

Re: freebsd 7 release date :)

2007-08-20 Thread Jerry McAllister
On Mon, Aug 20, 2007 at 05:15:10PM +1000, Sam Lawrance wrote: > > On 20/08/2007, at 10:47 AM, Jerry McAllister wrote: > > >On Sun, Aug 19, 2007 at 03:05:00PM +0200, Wojciech Puchar wrote: > > > >> > >>>just for reference only: > >>>Original release planned date of 7.0 was end of Jul. But now is

Re: Gnome & FreeBSD

2007-08-20 Thread Michael S
Thank you all for the suggestions. I am going to take into consideration everything everyone wrote. Michael --- "P.U.Kruppa" <[EMAIL PROTECTED]> wrote: > On Sun, 19 Aug 2007, Michael S wrote: > > > Good day all, > > > > I decided to add GUI to my GUI-less FreeBSD > machine. I > > am considerin

RE: IPFW Questions.

2007-08-20 Thread Narek Gharibyan
I have same problem related to ipfw pullup. I couldn't find any documentation or solution on it. Narek -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Grant Peel Sent: Monday, August 20, 2007 6:07 PM To: freebsd-questions@freebsd.org Subject: IPFW Question

IPFW Questions.

2007-08-20 Thread Grant Peel
Hi all, I was wondering what the concensus is on using dynamic rules in IPFW. Every once in a while, I suppose there is a DoS attaclk that causes me to see hundreds of: +ipfw: install_state: Too many dynamic rules in my security log. I am sure i read somewhere that many people are skipping th

Re: FreeBSD 6.2-RELEASE-p7 box crashing

2007-08-20 Thread Eric Crist
Sorry to reply again so soon, but I failed to read through your attachment before sending my previous message. I notice that your system seems to have crashed at least a few times during the loading of PowerDNS. Immediately before, there's a warning about the variables in /etc/rc.conf:

Re: FreeBSD 6.2-RELEASE-p7 box crashing

2007-08-20 Thread Eric Crist
On Aug 20, 2007, at 7:10 AMAug 20, 2007, आशीष शुक्ल Ashish Shukla wrote: Hi, I'm running FreeBSD 6.2-RELEASE-p7 custom compiled kernel running on Intel Pentium 4 630 (AMD64 architecture). FreeBSD 6.2-RELEASE is the most stable release I've ever seen in my 3 years of BSD life. But for the fir

ath -- Atheros IEEE 802.11 wireless network driver

2007-08-20 Thread Arend P. van der Veen
Hi, I have been having some interupt issues with this driver. If I hook to a wireless access point that is week, I get tons of interrupts and kills the performance of my laptop. However, when I us it at home with the access point in the same room as my laptop everything works great. I a co

Re: IPv4 over IPV4 on the same network segment

2007-08-20 Thread Eric Crist
On Aug 20, 2007, at 2:26 AMAug 20, 2007, Benjamin Close wrote: Hi Folks, I've got to route a network over an ipv4 tunnel between to machines which have their parent link on the same network segment. Everything works well except for people trying to access the external address of one of th

GEOM, Vinum difference

2007-08-20 Thread Rakhesh Sasidharan
Hi, I see that if I want to do disk striping/ concating/ mirroring, FreeBSD offers the GEOM utilities and the Vinum LVM (which fits into the GEOM architecture). Why do we have two different ways of doing the same tasks -- any advantages/ disadvantages to either approach? I did check the arc

IPv4 over IPV4 on the same network segment

2007-08-20 Thread Benjamin Close
Hi Folks, I've got to route a network over an ipv4 tunnel between to machines which have their parent link on the same network segment. Everything works well except for people trying to access the external address of one of the link machines: ie: Physical 120.1.1.2 (xl0)

Re: freebsd 7 release date :)

2007-08-20 Thread Sam Lawrance
On 20/08/2007, at 10:47 AM, Jerry McAllister wrote: On Sun, Aug 19, 2007 at 03:05:00PM +0200, Wojciech Puchar wrote: just for reference only: Original release planned date of 7.0 was end of Jul. But now is nearly end of Aug. So Which date you guess 7.0 will be released? :D when it wil