RE: re bittorrent

2004-11-07 Thread Joseph H. Fry
Not to mention, if there are enough clients hosting, then downloads can
often be faster.

Why?  Because partial downloads can be pulled from multiple sources.

I just downloaded the miniinst iso in under 15min at an average rate of
about 360KB/s from a pool of 10 servents (bittorrent server/clients).
The only way I could get it that fast with FTP is if I used getright or
someother ftp client that allows for splitting a download across
multiple FTP servers.

Now of course the real benefit comes just after a release when everyone
and their uncle is downloading a copy and the FTP servers are extra
busy.  When things slow down a bit it's not as big a benefit.

 Joe Fry 
([EMAIL PROTECTED])


> >> Why do you download with bittorrent as opposed to FTP?


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


SSHD Broken After Update

2004-11-07 Thread Steven Adams
Hi,

I updated my server to 5.3 from 5.2.1 yesterday.

I did encounter a few problem but managed to get by them by editing a few
make files etc..

All is working except sshd.

When I login it get this error in my logs

reverse mapping checking getaddrinfo for IP failed - possible breakin
attempt!

Does anyone know what this means? Ive looked everywhere on google.com
without any luck :(

Thanks guys

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: re bittorrent

2004-11-07 Thread Nikolas Britton
Nikolas Britton wrote:
Nikolas Britton wrote:
Quinn Ellis wrote:
Why do you download with bittorrent as opposed to FTP?

Lets do the math...
you'll note that http://torrents.freebsd.org:8080/ at this moment 
says there's been 1978 completed downloads.
Lets pick an arbitrary average size for each file downloaded: 388MB

388 * 1978 = 767.5GB
11/[EMAIL PROTECTED]:30PM: Now
11/[EMAIL PROTECTED]:00PM: Official availability of 5.3

27.5 Hours
767.5 / 27.5 = 27.9GB/h / 60 = 465MB/m / 60 = 7.75MB/s
- 

All of this data and bandwidth above has been shifted off the servers 
and onto the downloaders. This saves freebsd and its primary mirrors 
money, this is why I chose to download freebsd via bittorrent and why 
I'm going keep my bittorrent client open for others.

Also, to put this into terms of money, a fractional T3/DS3 line will 
cost around $7,000/Month.

Sorry, I fudged my terms up (MegaByte, Megabit)  7.75MB/s = 62Mb/s
That means you'd need a OC2 line (104Mb/s) and this is around $27,000/Month.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Build maildrop from port

2004-11-07 Thread Christian Hiris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 08 November 2004 06:53, Joe Kraft wrote:
> I'm trying to install maildrop from ports.  It will build and install
> fine when doing the default build, but I want to include the userdb
> support.  When I build with the WITH_USERDB=yes WITH_GDBM=yes knobs, it
> seems to build OK but then won't install.  It gives this error:
>
> /bin/sh ./mkinstalldirs /usr/local/bin
> /bin/sh ./mkinstalldirs /usr/local/bin
> install  -o root -g wheel -m 555 makedat/makedat /usr/local/bin/makedat
> install: /usr/local/bin/makedat: Too many levels of symbolic links
> *** Error code 71

This looks like the install-target creates a recursive link. The original 
Makefile.in would create two different diectories, one to install the makedat 
binary and another one where it places a link to the makedat binary.   

Excerpt from Makefile.in:
[...]
scriptdir = $(pkgdatadir)/scripts
[...]
@[EMAIL PROTECTED]:
@INSTALL_MAKEDAT_TRUE@  $(mkinstalldirs) $(DESTDIR)$(bindir)
@INSTALL_MAKEDAT_TRUE@  $(mkinstalldirs) $(DESTDIR)$(scriptdir)

@INSTALL_MAKEDAT_TRUE@  $(INSTALL_SCRIPT) makedat/makedat 
$(DESTDIR)$(scriptdir)/makedat
[...]
@INSTALL_MAKEDAT_TRUE@  $(LN_S) $(scriptdir)/makedat 
$(DESTDIR)$(bindir)/makedat

Our patch in the ports files/patch-Makefile.in modifies the variable scriptdir 
to $(bindir). As results "$(DESTDIR)$(bindir)" and "$(DESTDIR)$(scriptdir)" 
are both set to "/usr/local/bin" and the ln command fails.

- -scriptdir = $(pkgdatadir)/scripts
+scriptdir = $(bindir)

Because link and link-target are the same, I would comment out the respective 
line in Makefile.in and try again. Maybe there are some more symbolic links, 
which are targeted by this issue.  
 
Cheers,
ch

- -- 
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE 
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (FreeBSD)

iD8DBQFBjx3709WjGjvKU74RAjGFAJsHEk9bLFYEDhDGiKbz1si8dpVm7ACbBKwt
9CC8as6RX2t9w+LELMWIElM=
=o+0l
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Vinum 1TB filesystem limit questions

2004-11-07 Thread matt virus
Hi All -
with some help from people on this list, i managed to get vinum and 
raid5 all figured out!

I had 4 * 160gb raid5 array running perfectly.  When i ventured home 
this past weekend, i found another ATA controller and figured I'd change 
my raid5 array to have 8 drives.

I cleaned the drives, reformatted and labeled to have a nice clean 
start, rewrote my config file and I get this:

--
2day# newfs -U -O2 /dev/vinum/raid5
/dev/vinum/raid5: 1094291.2MB (2241108324 sectors) block size 16384, 
fragment size 2048
using 5955 cylinder groups of 183.77MB, 11761 blks, 23552 inodes.
with soft updates

newfs: can't read old UFS1 superblock: read error from block device: 
Invalid argument
---

After some reading, found out this is a pesky problem a lot of people 
are having.  Is there a solution for FBSD 5.2.1 running vinum or do I 
need to upgrade to 5.3 or some other release using geom-vinum?  Does 
anybody know (for sure) if geom-vinum works with 1TB< filesystems?

WORST case - i'll remove a drive and bump it down to under 1TB, but it 
seems like a waste.

-matt
--
Matt Virus ("veer-iss")
http://www.mattvirus.net
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How to get out of GNOME?

2004-11-07 Thread Jay O'Brien
Frank Knobbe wrote:

> On Sun, 2004-10-31 at 00:27, Jay O'Brien wrote:
> 
>>There's got to be a way to shut GNOME and XFree86 down without 
>>rebooting! At least that works. I wonder if this may be the time 
>>to go to version 5 and the newer version of X?
> 
> 
> Manually? 
> 
> To stop Gnome: /usr/X11R6/etc/rc.d/gdm.sh stop
> To start Gnome: /usr/X11R6/etc/rc.d/gdm.sh start
> 
> Permanently? Remove the gdm.sh file.
> 
> Regards,
> Frank
> 

Frank, that works perfectly. However, copying gdm.sh.sample as
gdm.sh so that "stop" will work also starts gdm on boot, and I 
don't want that. 

However, I now see what gdm.sh is doing. The command, from that 
file, is 'killall -m gdm 2' and that is much simpler than running 
top, identifying the PID and then killing the gdm binary.  

Thanks for showing me the way!

Jay O'Brien




___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Build maildrop from port

2004-11-07 Thread Joe Kraft
I'm trying to install maildrop from ports.  It will build and install
fine when doing the default build, but I want to include the userdb
support.  When I build with the WITH_USERDB=yes WITH_GDBM=yes knobs, it
seems to build OK but then won't install.  It gives this error:

/bin/sh ./mkinstalldirs /usr/local/bin
/bin/sh ./mkinstalldirs /usr/local/bin
install  -o root -g wheel -m 555 makedat/makedat /usr/local/bin/makedat
install: /usr/local/bin/makedat: Too many levels of symbolic links
*** Error code 71

Stop in /usr/ports/mail/maildrop/work/maildrop-1.6.3.
*** Error code 1

I've tried updating ports and rebuilding, I've also tried rebuilding all
dependancies. 

Can anyone point me down the right path for this one?

Appreciate the help,
Joe.


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: DSL support

2004-11-07 Thread Danny MacMillan
On Sun, Nov 07, 2004 at 02:49:34AM -0700, Ted Mittelstaedt wrote:
> 
> ...
> 
> primary one we have always recommended has been the Linksys BEFSR41.
> 
> ...
> 
>   HOWEVER - we are no longer recommending the Linksys devices.  Why -
> because over the last 3 months we have had an increasing number of
> them which have been installed for several years, just fail.  And the
> failures aren't pretty.  Usually the packet flows through the router
> start getting slower and slower, and the user gets an increasing number
> of disconnections from websites and such that they go to.  It is
> insidious, and very very difficult to tell the difference from either
> a congested ISP or virus activity, so most often the user just gets
> more and more dissatisfied with their DSL line, never realizing it's
> the cheap router that's the problem.  When things get bad enough they
> start power-cycling the router and that 'fixes' things for a few
> hours, and the customer gets the impression that this is 'normal' for
> these devices.
> 
> ...
>

Speak of the devil and he appears.  My 3 month old BEFSR41 puked a few
hours after I read your post.  In my case it seems to be related to very
high bandwidth utilization -- ~470KiB/s down and ~50KiB/s up while
grabbing 5.3-Release with bittorrent.  The upstream interface seems to
have totally cratered, passing no traffic.  It did this three times in a
row, and it didn't take hours to recur -- just about 10 minutes,
seemingly until the traffic built up to a substantial rate again.  The
first time, a reset did the trick, the next two I actually had to unplug
the router and plug it back in.

I'm a little choked because the router is virtually brand new.  It
replaced a 3 year old Hawking Technology PN9245F that worked like a
champ, aside from a couple of bad ports.

-- 
Danny
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


/etc/dhclient.conf syntax?

2004-11-07 Thread Gerard Samuel
I cant seem to get a custom version of /etc/resolv.conf to stick.
dhclient keeps overwriting it with data from my ISP's dhcp server.
This is what I have in /etc/dhclient.conf ->
interface "ed0" {
   supercede domain-name "trini0.org";
   prepend domain-name-servers 127.0.0.1;
}
And for some reason, /etc/resolv.conf *always* comes back as ->
search some_name.attbi.com
nameserver www.xxx.yyy.zzz
nameserver www.xxx.yyy.zzz
Is there anyway to make /etc/resolv.conf stick??
Thanks
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Completely remove MySQL?

2004-11-07 Thread W. D.
At 14:40 11/7/2004, Michael Stassen wrote:
>
>That's using a shotgun to kill a gnat.  

That's why I have large gaping holes in my walls.


>The IP used by phpmyadmin is set in 
>the config.inc.php file in the phpmyadmin directory.  Just edit this file to 
>change the old setting to the new value.  Problem solved.

Yes, it certainly is.  Thanks a bunch!


>
>Reinstalling mysql and php, on the other hand, will have no effect. 
>Reinstalling phpmyadmin may replace config.inc.php with default settings, 
>but you'd still have to edit it to have the correct settings, so you may as 
>well just edit the one you already have.
>
>Michael
>
>W. D. wrote:
>
>> Hi Folks,
>> 
>> How does one completely remove MySQL from FreeBSD 4.9?
>> 
>> My router died, and upon replacement I switched to
>> static IP addresses on my local network.  Unfortunately,
>> When using phpMyAdmin to access a database, it
>> tries to access the database at the old IP.
>> 
>> I can easily recreate the database--as well easily
>> reinstall PHP, MySQL, and phpMyAdmin--but how do I
>> remove everything so that the old IP address is
>> not referenced?
>> 
>> By the way, where is this IP address being stored?
>> 
>> Thanks mucho for any light you can shed!


Start Here to Find It Fast!™ -> http://www.US-Webmasters.com/best-start-page/
$8.77 Domain Names -> http://domains.us-webmasters.com/

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Trouble with X

2004-11-07 Thread Vulpes Velox
On Sun, 07 Nov 2004 19:54:27 -0900
Damien Hull <[EMAIL PROTECTED]> wrote:

> I've got X working now. Here's what I did.
> 
> 1. put my Nvidia GeForce FX card back in 
> 2. had trouble with the nv driver so I switch to the vesa driver. No
> 3D but it gives me 1024x768
> 
> I'm still having trouble with font's but I should be able to follow
> the hand book. Maybe this time it will work. 

Try the NV driver. BTW which nvidia card?

I have a fx5200 here and it runs fine.
 
> On Sun, 2004-11-07 at 20:54 -0600, Vulpes Velox wrote:
> > On Sun, 07 Nov 2004 14:10:03 -0900
> > Damien Hull <[EMAIL PROTECTED]> wrote:
> > 
> > > I'm reinstalling 4.10. I think I broke something trying to get X
> > > working. As soon as I get data in the X logs I'll check them. 
> > 
> > What exact steps did you go through. I doubt what ever you did
> > would result in the need for a reinstall.
> > 
> > 
> >  
> > > I'm going to give frambuffer a try. Don't know if this will work
> > > but I've seen it work well under Linux. 
> > 
> > Ehh, frame buffers are over rated...
> > 
> > any ways, do this as root...
> > 
> > X -configure
> > cp ~/ /etc/X11/XF86Config
> > xf86cfg -textmode
> > 
> > startx or xdm or whatever...
> >  
> > > On Sun, 2004-11-07 at 15:03 -0800, gabriel wrote:
> > > > Try looking at the XFree86 logs. Under linux it works cause
> > > > it'll soon be a copy of M$. But yes, look at the logs, they
> > > > are always useful./var/log/X*
> > > > 
> > > > 
> > > > On Sun, 07 Nov 2004 13:55:49 -0900, Damien Hull
> > > > <[EMAIL PROTECTED]> wrote:
> > > > > I installed 4.10 and got the system up and running. I've
> > > > > tried to setup X but I'm not having any luck. I even
> > > > > followed the instructions in the hand book.
> > > > > 
> > > > > Here's what I have.
> > > > > 1. Onboard video
> > > > > 2. Works ok but only at 800x600
> > > > > 3. Text is bad
> > > > > 
> > > > > Can someone tell me how to setup X in freebsd? Under Linux
> > > > > it just works.
> > > > > 
> > > > > --
> > > > > Damien Hull <[EMAIL PROTECTED]>
> > > > > 
> > > > > ___
> > > > > [EMAIL PROTECTED] mailing list
> > > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > > > > To unsubscribe, send any mail to
> > > > > "[EMAIL PROTECTED]"
> > > > > 
> > > > 
> > > > 
> > > -- 
> > > Damien Hull <[EMAIL PROTECTED]>
> > > 
> > > ___
> > > [EMAIL PROTECTED] mailing list
> > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > > To unsubscribe, send any mail to
> > > "[EMAIL PROTECTED]"
> > 
> -- 
> Damien Hull <[EMAIL PROTECTED]>
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Trouble with X

2004-11-07 Thread Damien Hull
I've got X working now. Here's what I did.

1. put my Nvidia GeForce FX card back in 
2. had trouble with the nv driver so I switch to the vesa driver. No 3D
but it gives me 1024x768

I'm still having trouble with font's but I should be able to follow the
hand book. Maybe this time it will work. 

On Sun, 2004-11-07 at 20:54 -0600, Vulpes Velox wrote:
> On Sun, 07 Nov 2004 14:10:03 -0900
> Damien Hull <[EMAIL PROTECTED]> wrote:
> 
> > I'm reinstalling 4.10. I think I broke something trying to get X
> > working. As soon as I get data in the X logs I'll check them. 
> 
> What exact steps did you go through. I doubt what ever you did would
> result in the need for a reinstall.
> 
> 
>  
> > I'm going to give frambuffer a try. Don't know if this will work but
> > I've seen it work well under Linux. 
> 
> Ehh, frame buffers are over rated...
> 
> any ways, do this as root...
> 
> X -configure
> cp ~/ /etc/X11/XF86Config
> xf86cfg -textmode
> 
> startx or xdm or whatever...
>  
> > On Sun, 2004-11-07 at 15:03 -0800, gabriel wrote:
> > > Try looking at the XFree86 logs. Under linux it works cause it'll
> > > soon be a copy of M$. But yes, look at the logs, they are always
> > > useful./var/log/X*
> > > 
> > > 
> > > On Sun, 07 Nov 2004 13:55:49 -0900, Damien Hull
> > > <[EMAIL PROTECTED]> wrote:
> > > > I installed 4.10 and got the system up and running. I've tried
> > > > to setup X but I'm not having any luck. I even followed the
> > > > instructions in the hand book.
> > > > 
> > > > Here's what I have.
> > > > 1. Onboard video
> > > > 2. Works ok but only at 800x600
> > > > 3. Text is bad
> > > > 
> > > > Can someone tell me how to setup X in freebsd? Under Linux it
> > > > just works.
> > > > 
> > > > --
> > > > Damien Hull <[EMAIL PROTECTED]>
> > > > 
> > > > ___
> > > > [EMAIL PROTECTED] mailing list
> > > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > > > To unsubscribe, send any mail to
> > > > "[EMAIL PROTECTED]"
> > > > 
> > > 
> > > 
> > -- 
> > Damien Hull <[EMAIL PROTECTED]>
> > 
> > ___
> > [EMAIL PROTECTED] mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> > "[EMAIL PROTECTED]"
> 
-- 
Damien Hull <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Can not install portupgrade?

2004-11-07 Thread kinux
i install portupgrade on my serveral freebsd box, but i found one box can not 
install it, the others work fine, i have cvsup the ports to lastest version, it 
still not work.  What's the problem?

 bdb1.c:1140: `R_NEXT' undeclared (first use in this function) 
bdb1.c:1140: `R_FIRST' undeclared (first use in this function) 
bdb1.c:1140: `R_LAST' undeclared (first use in this function) 
bdb1.c:1142: structure has no member named `seq' 
bdb1.c: In function `bdb1_each_key': 
bdb1.c:1152: `R_NEXT' undeclared (first use in this function) 
bdb1.c: In function `bdb1_each_yek': 
bdb1.c:1153: `R_PREV' undeclared (first use in this function) 
bdb1.c: In function `bdb1_each_common': 
bdb1.c:1168: `R_NEXT' undeclared (first use in this function) 
bdb1.c:1168: `R_FIRST' undeclared (first use in this function) 
bdb1.c:1168: `R_LAST' undeclared (first use in this function) 
bdb1.c:1170: structure has no member named `seq' 
bdb1.c: In function `bdb1_each_pair': 
bdb1.c:1180: `R_NEXT' undeclared (first use in this function) 
bdb1.c: In function `bdb1_each_riap': 
bdb1.c:1181: `R_PREV' undeclared (first use in this function) 
bdb1.c: In function `bdb1_to_type': 
bdb1.c:1195: `R_LAST' undeclared (first use in this function) 
bdb1.c:1195: `R_FIRST' undeclared (first use in this function) 
bdb1.c:1197: structure has no member named `seq' 
bdb1.c:1220: `R_PREV' undeclared (first use in this function) 
bdb1.c:1220: `R_NEXT' undeclared (first use in this function) 
bdb1.c: In function `bdb1_each_kv': 
bdb1.c:1261: `R_CURSOR' undeclared (first use in this function) 
bdb1.c:1263: structure has no member named `seq' 
bdb1.c:1278: `R_NEXT' undeclared (first use in this function) 
bdb1.c: In function `bdb1_values': 
bdb1.c:1331: `R_FIRST' undeclared (first use in this function) 
bdb1.c:1333: structure has no member named `seq' 
bdb1.c:1337: `R_NEXT' undeclared (first use in this function) 
bdb1.c: In function `bdb1_internal_value': 
bdb1.c:1357: `R_NEXT' undeclared (first use in this function) 
bdb1.c:1357: `R_FIRST' undeclared (first use in this function) 
bdb1.c:1357: `R_LAST' undeclared (first use in this function) 
bdb1.c:1359: structure has no member named `seq' 
bdb1.c: In function `bdb1_index': 
bdb1.c:1380: `R_NEXT' undeclared (first use in this function) 
bdb1.c: In function `bdb1_has_value': 
bdb1.c:1407: `R_NEXT' undeclared (first use in this function) 
bdb1.c: In function `bdb1_keys': 
bdb1.c:1424: `R_FIRST' undeclared (first use in this function) 
bdb1.c:1426: structure has no member named `seq' 
bdb1.c:1432: `R_NEXT' undeclared (first use in this function) 
bdb1.c: In function `bdb1_select': 
bdb1.c:1478: `R_NEXT' undeclared (first use in this function) 
bdb1.c: In function `bdb1_each_vc': 
bdb1.c:1500: `R_FIRST' undeclared (first use in this function) 
bdb1.c:1503: structure has no member named `seq' 
bdb1.c:1507: `R_NEXT' undeclared (first use in this function) 
bdb1.c:1522: warning: passing arg 2 of pointer to function from incompatible 
poi 
nter type 
bdb1.c:1522: too few arguments to function 
bdb1.c: In function `Init_bdb1': 
bdb1.c:1552: `R_IAFTER' undeclared (first use in this function) 
bdb1.c:1553: `R_IBEFORE' undeclared (first use in this function) 
bdb1.c:1555: `R_DUP' undeclared (first use in this function) 
bdb1.c:1556: `R_FIRST' undeclared (first use in this function) 
bdb1.c:1557: `R_LAST' undeclared (first use in this function) 
bdb1.c:1558: `R_NEXT' undeclared (first use in this function) 
bdb1.c:1559: `R_PREV' undeclared (first use in this function) 
bdb1.c:1561: `R_CURSOR' undeclared (first use in this function) 
bdb1.c:1564: `R_NOOVERWRITE' undeclared (first use in this function) 
*** Error code 1 

Stop in /usr/ports/databases/ruby-bdb1/work/bdb1-0.2.2/src. 
*** Error code 1 

Stop in /usr/ports/databases/ruby-bdb1/work/bdb1-0.2.2. 
*** Error code 1 

Stop in /usr/ports/databases/ruby-bdb1. 
*** Error code 1 

Stop in /usr/ports/sysutils/portupgrade.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: dhcpd (reprise)

2004-11-07 Thread Gary Kline
On Sun, Nov 07, 2004 at 08:56:58PM -0500, Lowell Gilbert wrote:
> Gary Kline <[EMAIL PROTECTED]> writes:
> 
> > I'll add the -d flag to my rc.conf; are you using the latest
> 
> No; *disable* dhcpd from rc.conf, and start it by hand with the -d flag.
> 
> > version of the dhcp-server from ISC or something other?
> 
> I'm running the ISC dhcp server, as I mentioned in my message, and
> it's fairly up-to-date, but I don't think the exact version matters
> for you (at least not at this point).
> 
> > I looked for a 'debug' flag on the man page and didn't see it.
> 
> >From "man dhcpd":
>To have dhcpd log to the standard  error  descriptor,  specify  the  -d
>flag.  This can be useful for debugging, and also at sites where a com-
>plete log of all dhcp activity must be kept but syslogd is not reliable
>or  otherwise  cannot  be  used.Normally, dhcpd will log all output
>using the syslog(3) function with the log facility set to LOG_DAEMON.
> 
> > What should I loook for in th logfile?  or will it be 
> > obvious :-)
> 
> Again, the approach I'm describing will *not* log into the logfile;
> I'm suggesting you get the debug output on a console in real time.


Okay. This is all that is output to stderr:


No subnet declaration for dc0 (216.231.43.140).
** Ignoring requests on dc0.  If this is not what
   you want, please write a subnet declaration
   in your dhcpd.conf file for the network segment
   to which interface dc0 is attached. **

Sending on   Socket/fallback/fallback-net

I've seen this before.  What does the last line mean?
Or, how do I test this?  I've just tried ssh'ing
around.  Nothing to the screen.

gary




-- 
Gary Kline  Seattle BSD Users' Group (seabug)  | [EMAIL PROTECTED]
Thought Unlimited Org's Alternate Email Site
http://www.magnesium.net/~kline
   To live is not a necessity; but to live honorably...is a necessity. -Kant

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: re bittorrent

2004-11-07 Thread Nikolas Britton
Nikolas Britton wrote:
Quinn Ellis wrote:
Why do you download with bittorrent as opposed to FTP?

Lets do the math...
you'll note that http://torrents.freebsd.org:8080/ at this moment says 
there's been 1978 completed downloads.
Lets pick an arbitrary average size for each file downloaded: 388MB

388 * 1978 = 767.5GB
11/[EMAIL PROTECTED]:30PM: Now
11/[EMAIL PROTECTED]:00PM: Official availability of 5.3

27.5 Hours
767.5 / 27.5 = 27.9GB/h / 60 = 465MB/m / 60 = 7.75MB/s
- 

All of this data and bandwidth above has been shifted off the servers 
and onto the downloaders. This saves freebsd and its primary mirrors 
money, this is why I chose to download freebsd via bittorrent and why 
I'm going keep my bittorrent client open for others.
Also, to put this into terms of money, a fractional T3/DS3 line will 
cost around $7,000/Month.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FBSD 5.3 + Nvidia drivers

2004-11-07 Thread Vulpes Velox
On Mon, 8 Nov 2004 00:56:07 -0200
Luís Vitório Cargnini <[EMAIL PROTECTED]> wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Someone knows if the driver is working on 5.3 release ?
> I must apply all the patchs like in 5.2.1, in 5.3 ??
> Or it is not more necessary ???

Not applied here and am not having any problems.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


contents of FreeBSD 5.2 CD#2

2004-11-07 Thread Amit Sawhney
Hi all
I happened to observe that FreeBSD 5.3 CD2 is about 622MB. 
I am wondering if any additional packages have been included along with the
rescue disk.
Can anyone tell me what has been included to make that big (over 5.2.1's 220
MB rescue disk)?
Thanks 
PLEASE REPLY TO THIS MAIL ADDRESS AS I AM NOT SUBSCRIBED TO THE LIST.

bye
AS
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


kernel panic in 5.3 whene compiling custom kernel.

2004-11-07 Thread esmaeel pashapouri
Hello list. Thanks for your time.
My apology if the format of my mail is not correct, I
am using a webmail program.
My hardware is an amd64 2.2 Gh proc. with 1Gb ddr mem
and 160 Gb ide hard drive and nvidia geforce FX5200XT
AGP with 128Mb ddr.
I have downloaded 5.3 RELEASE and burn it on cd and
did a clean install with out the x window on the 2nd
slice as window xp sits on the 1st slice.
Every things did install after few tries. Then I tried
to make a custom kernel to get the unwanted devices
out the way. everything up to the make part goes fine
the traditional way but some way through the make part
I get the kernel panic and the machine swithes back to
sc0 with the following error massage..

 Fatal trap 27: stack fault while in kernel mode

instruction pointer   = 0x8:0x803b6e12
stack pointer = 0x10:0x9791d420
fram pointer  = 0x10:0x0024c1b958
code segment  = base 0x0, limit 0xf, type
0x1b
  = DPL 0, pres 1, long 1, def32
0,gran 1
processor eflags  = interrupt enabled, resume,
IOPL = 0
current process   = 4151 (cc1)
trap number   = 27
Panic : stack fault
Uptime : 3m 29s

here I have to cold boot to get in again.
I got the same error massage whene I tried to install
lynx from the port collection, but secound try went
trough and installed the lynx on the system.
If anyone can point me in  any direction to solve this
problem I'll be very gratefull.

thanks again for spending your time and reading this
mail

esmaeel  
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FBSD 5.3 + Nvidia drivers

2004-11-07 Thread Emanuel Strobl
Am Montag, 8. November 2004 03:56 schrieb Luís Vitório Cargnini:
> Someone knows if the driver is working on 5.3 release ?
> I must apply all the patchs like in 5.2.1, in 5.3 ??

Just use it from ports (x11/nvidia-drivers), its working perfectly!

-Mano

> Or it is not more necessary ???


pgpAiDpUuwE4G.pgp
Description: PGP signature


Re: re bittorrent

2004-11-07 Thread Nikolas Britton
Quinn Ellis wrote:
Why do you download with bittorrent as opposed to FTP?
Lets do the math...
you'll note that http://torrents.freebsd.org:8080/ at this moment says 
there's been 1978 completed downloads.
Lets pick an arbitrary average size for each file downloaded: 388MB

388 * 1978 = 767.5GB
11/[EMAIL PROTECTED]:30PM: Now
11/[EMAIL PROTECTED]:00PM: Official availability of 5.3

27.5 Hours
767.5 / 27.5 = 27.9GB/h / 60 = 465MB/m / 60 = 7.75MB/s
-
All of this data and bandwidth above has been shifted off the servers 
and onto the downloaders. This saves freebsd and its primary mirrors 
money, this is why I chose to download freebsd via bittorrent and why 
I'm going keep my bittorrent client open for others.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FBSD 5.3 + Nvidia drivers

2004-11-07 Thread Luís Vitório Cargnini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Someone knows if the driver is working on 5.3 release ?
I must apply all the patchs like in 5.2.1, in 5.3 ??
Or it is not more necessary ???

- -- 
Thanks && Regards
Luís Vitório Cargnini
Computer Science Bachelor
OpenCores Member 
EuropeSwPatentFree 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (FreeBSD)

iD4DBQFBjuBHII4c9KZOcnoRAirAAJiIsNX6YCfELooDcLtqDODJUOXFAJ9IYJ5G
Y3UO9I3PBLOpCHlhix05rw==RqZC
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Trouble with X

2004-11-07 Thread Vulpes Velox
On Sun, 07 Nov 2004 14:10:03 -0900
Damien Hull <[EMAIL PROTECTED]> wrote:

> I'm reinstalling 4.10. I think I broke something trying to get X
> working. As soon as I get data in the X logs I'll check them. 

What exact steps did you go through. I doubt what ever you did would
result in the need for a reinstall.


 
> I'm going to give frambuffer a try. Don't know if this will work but
> I've seen it work well under Linux. 

Ehh, frame buffers are over rated...

any ways, do this as root...

X -configure
cp ~/ /etc/X11/XF86Config
xf86cfg -textmode

startx or xdm or whatever...
 
> On Sun, 2004-11-07 at 15:03 -0800, gabriel wrote:
> > Try looking at the XFree86 logs. Under linux it works cause it'll
> > soon be a copy of M$. But yes, look at the logs, they are always
> > useful./var/log/X*
> > 
> > 
> > On Sun, 07 Nov 2004 13:55:49 -0900, Damien Hull
> > <[EMAIL PROTECTED]> wrote:
> > > I installed 4.10 and got the system up and running. I've tried
> > > to setup X but I'm not having any luck. I even followed the
> > > instructions in the hand book.
> > > 
> > > Here's what I have.
> > > 1. Onboard video
> > > 2. Works ok but only at 800x600
> > > 3. Text is bad
> > > 
> > > Can someone tell me how to setup X in freebsd? Under Linux it
> > > just works.
> > > 
> > > --
> > > Damien Hull <[EMAIL PROTECTED]>
> > > 
> > > ___
> > > [EMAIL PROTECTED] mailing list
> > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > > To unsubscribe, send any mail to
> > > "[EMAIL PROTECTED]"
> > > 
> > 
> > 
> -- 
> Damien Hull <[EMAIL PROTECTED]>
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Trouble with X

2004-11-07 Thread Kevin D. Kinsey, DaleCo, S.P.
Damien Hull wrote:
I installed 4.10 and got the system up and running. I've tried to setup
X but I'm not having any luck. I even followed the instructions in the
hand book. 

Here's what I have.
1. Onboard video
2. Works ok but only at 800x600
3. Text is bad
Can someone tell me how to setup X in freebsd? Under Linux it just
works.
 

As some have mentioned, the handbook's got most of what you
need...however, tweaking sometimes improves things.
As for your specific information:
1.  "Onboard video" ... OK.  What chipset?  Check the output of dmesg(8)
and let us know ... that would likely affect the chipset/driver information
that you need in /etc/X11/XF86Config.
2.  "Works ok but only at 800x600" ...  OK.  So maybe things aren't *quite*
so bad?  You need to have proper information about your horizontal sync
and vertical refresh in the above-referenced file, and maybe even modelines,
which is a subject beyond me.  I have X running at 1200x1024 without 'em,
though...
Of course, you also need something like:
   SubSection "Display"
   Depth 24
   Modes "1280x1024"
   Modes "1600x1200"
   Modes "1024x768"
   EndSubSection
If all you have is a default XF86Config, I'm rather surprised you even
get 800x600.
3.  "Text is bad" ... Hmm.  Did you read the handbook section on fonts?
'Been a long time since I did this one ... but it's in there, and should 
give
you pretty good results.

Kevin Kinsey
DaleCo, S.P.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Completely remove MySQL?

2004-11-07 Thread Michael Stassen
Well, that depends on how you install phpmyadmin.  A standard method is 
simply to download, unzip, and untar the distribution.  If you do that on 
top of your old copy, or indeed, delete the old copy first, you will end up 
with the default config.inc.php.  That is why I said "may replace".  It is 
good that your port won't do that, but considering the context of "how do I 
remove everything so that the old IP address is not referenced?", I chose 
not to make assumptions about how he would reinstall.

Michael
Matthew Seaman wrote:
On Sun, Nov 07, 2004 at 03:40:12PM -0500, Michael Stassen wrote:

Reinstalling phpmyadmin may replace config.inc.php with default settings, 
but you'd still have to edit it to have the correct settings, so you may as 
well just edit the one you already have.

No, it won't trash an existing configuration.  Nor will it while I
remain the port maintainer.
Cheers,
Matthew
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 5.3 ports database

2004-11-07 Thread Dev Tugnait
Yes it checks for the Vulneribilaty databse to install it use the port 
secuirty/portaudit

===>  Vulnerability check disabled, database not found

* dave ([EMAIL PROTECTED]) wrote:
> Hi,
> This isn't a show stopping problem, it's a curiousity. Whenever i make a
> port under 5.3, i get the message "database not found" then the port builds,
> it doesn't matter which one i install, this error still occurs.
> Thanks.
> Dave.
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
+--==/\/\==--+   (__)  FreeBSD  
  
|   <[EMAIL PROTECTED]> |\\\'',)  The   
 
|Kernel  ESCAFLOWNE  |  \/  \ ^Power
  
| Web http://unixdaemon.org  |  .\._/_)To   
  
+--==\/\/==--+ Serve 

[ We've switched the bath sponge with a tribble. ] 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


5.3 ports database

2004-11-07 Thread dave
Hi,
This isn't a show stopping problem, it's a curiousity. Whenever i make a
port under 5.3, i get the message "database not found" then the port builds,
it doesn't matter which one i install, this error still occurs.
Thanks.
Dave.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: dhcpd (reprise)

2004-11-07 Thread Lowell Gilbert
Gary Kline <[EMAIL PROTECTED]> writes:

>   I'll add the -d flag to my rc.conf; are you using the latest

No; *disable* dhcpd from rc.conf, and start it by hand with the -d flag.

>   version of the dhcp-server from ISC or something other?

I'm running the ISC dhcp server, as I mentioned in my message, and
it's fairly up-to-date, but I don't think the exact version matters
for you (at least not at this point).

>   I looked for a 'debug' flag on the man page and didn't see it.

>From "man dhcpd":
   To have dhcpd log to the standard  error  descriptor,  specify  the  -d
   flag.  This can be useful for debugging, and also at sites where a com-
   plete log of all dhcp activity must be kept but syslogd is not reliable
   or  otherwise  cannot  be  used.Normally, dhcpd will log all output
   using the syslog(3) function with the log facility set to LOG_DAEMON.

>   What should I loook for in th logfile?  or will it be 
>   obvious :-)

Again, the approach I'm describing will *not* log into the logfile;
I'm suggesting you get the debug output on a console in real time.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 5.3-RELEASE won't build jail

2004-11-07 Thread pixiedave
On Sat, 6 Nov 2004 23:41:24 -0700, Chad Leigh -- Shire.Net LLC
<[EMAIL PROTECTED]> wrote:
> With a 5.3-RELEASE system made from cvsup of an RC1 system (from a Beta
> 7 from a 5.2-CURRENT from mid summer)
> 
> ok, this is on i386 (on Opteron).  My amd64 system also has the same
> problem.  It was a new Beta7 system which was cvsup-ed to RC1 then to
> 5.3-RELEASE.   It shows the exact same problem so this seems to be a
> more general 5.3-RELEASE problem.  I did not have this problem with
> Beta7 or RC1.
> 
> I can do a normal buildworld for the system itself but if I set DESTDIR
> I get the following (make world or make buildworld the same with
> DESTDIR)
> 
> myhost# make buildworld DESTDIR=/local/jails/test
> 
> --
>  >>> Rebuilding the temporary build tree
> --
> rm -rf /usr/obj/usr/src/i386
> mkdir -p /usr/obj/usr/src/i386/legacy/usr/bin
> mkdir -p /usr/obj/usr/src/i386/legacy/usr/games
> mkdir -p /usr/obj/usr/src/i386/legacy/usr/include/c++/3.3
> mkdir -p /usr/obj/usr/src/i386/legacy/usr/include/sys
> mkdir -p /usr/obj/usr/src/i386/legacy/usr/lib
> mkdir -p /usr/obj/usr/src/i386/legacy/usr/libexec
> mkdir -p /usr/obj/usr/src/i386/legacy/usr/sbin
> mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/dict
> mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/groff_font/devX100
> mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/groff_font/devX100-12
> mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/groff_font/devX75
> mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/groff_font/devX75-12
> mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/groff_font/devascii
> mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/groff_font/devcp1047
> mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/groff_font/devdvi
> mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/groff_font/devhtml
> mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/groff_font/devkoi8-r
> mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/groff_font/devlatin1
> mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/groff_font/devlbp
> mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/groff_font/devlj4
> mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/groff_font/devps
> mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/groff_font/devutf8
> mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/tmac/mdoc
> mkdir -p /usr/obj/usr/src/i386/legacy/usr/share/tmac/mm
> mkdir -p /usr/obj/usr/src/i386/lib
> mkdir -p /usr/obj/usr/src/i386/usr/bin
> mkdir -p /usr/obj/usr/src/i386/usr/include
> mkdir -p /usr/obj/usr/src/i386/usr/lib/compat/aout
> mkdir -p /usr/obj/usr/src/i386/usr/libdata/ldscripts
> mkdir -p /usr/obj/usr/src/i386/usr/libexec
> mkdir -p /usr/obj/usr/src/i386/usr/sbin
> mkdir -p /usr/obj/usr/src/i386/usr/share/misc
> mkdir -p /usr/obj/usr/src/i386/usr/share/snmp/defs
> mkdir -p /usr/obj/usr/src/i386/usr/share/snmp/mibs
> mtree -deU -f /usr/src/etc/mtree/BSD.include.dist  -p
> /usr/obj/usr/src/i386/usr/include >/dev/null
> ln -sf /usr/src/sys /usr/obj/usr/src/i386
> 
> --
>  >>> stage 1.1: legacy release compatibility shims
> --
> cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386  DESTDIR=
> INSTALL="sh /usr/src/tools/install.sh"
> PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/
> legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/sbin:/bin:/usr/
> sbin:/usr/bin  WORLDTMP=/usr/obj/usr/src/i386  MAKEFLAGS="-m
> /usr/src/tools/build/mk  DESTDIR=/local/jails/test -m
> /usr/src/share/mk" /usr/obj/usr/src/make.i386/make -f Makefile.inc1
> BOOTSTRAPPING=503001  -DNOHTML -DNOINFO -DNOLINT -DNOMAN -DNOPIC
> -DNOPROFILE  -DNOSHARED -DNO_CPU_CFLAGS -DNO_WARNS legacy
> ===> tools/build
> /usr/obj/usr/src/i386/usr/src/tools/build created for
> /usr/src/tools/build
> cd /usr/src/tools/build; /usr/obj/usr/src/make.i386/make buildincludes;
> /usr/obj/usr/src/make.i386/make installincludes
> rm -f .depend
> mkdep -f .depend -a-I/usr/obj/usr/src/i386/legacy/usr/include
> /usr/src/tools/build/dummy.c
> cc -O -pipe  -I/usr/obj/usr/src/i386/legacy/usr/include -c
> /usr/src/tools/build/dummy.c
> building static egacy library
> ranlib libegacy.a
> sh /usr/src/tools/install.sh -C -o root -g wheel -m 444   libegacy.a
> /usr/obj/usr/src/i386/legacy/usr/lib
> 
> --
>  >>> stage 1.2: bootstrap tools
> --
> cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386  DESTDIR=
> INSTALL="sh /usr/src/tools/install.sh"
> PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/
> legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/sbin:/bin:/usr/
> sbin:/usr/bin  WORLDTMP=/usr/obj/usr/src/i386  MAKEFLAGS="-m
> /usr/src/tools/build/mk  DESTDIR=/local/jails/test -m
> /usr/src/share/mk" /usr/obj/usr/src/make.i386/make -f Makefile.inc1
> BOOTS

RE: 5.3RC2 and USB keyboards install problems

2004-11-07 Thread Ara
Hello
I owe you a big hug. I was almost going to drop 5.3 because since first beta
I had this problem and no answer. I just rebooted and worked perfectly
I appreciate the tip

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dev Tugnait
Sent: November 7, 2004 8:36 PM
To: eodyna
Cc: [EMAIL PROTECTED]
Subject: Re: 5.3RC2 and usb keyboards install problems

Hey when the machine boots and you see the demon logo hit 6 and enter 'set
hint.atkbd.0.flags="0x1"' 

* eodyna ([EMAIL PROTECTED]) wrote:
> Hi there,
>  
> Work recently purchased a Dell gx280. I orignally installed 5.2.1 and had
problems with drivers. It was kindly mentioned that i should install 5.3 to
help with these problems. I was also informed about problems with usb
keyboards on boot/startup.
>  
> Ive tried to have a look on google and couldn't come up with any
solutions. I have tried to install 5.3 (from cd) however, sysinstall doesn't
respond at all, on any of the options i choose to boot from. The BIOS
doesn't have an option for keyboard for me to make changes. dmesg output
before the sysinstall screen says "atkdb0 [GIANT-LOCKED]".
>  
> I dont know how to set " set hint.atkbd.0.flags="0x1"" if i cant access
the keyboard, and the OS isn't installed for me to make any changes.
>  
> apologies for my ignorance and confusion.
>  
> if someone can point me in the right direction and or help me, id be very
grateful.
>  
> thank-you in advance.
>  
> ams
> 
> 
> 
> -
> Find local movie times and trailers on Yahoo! Movies.
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
+--==/\/\==--+   (__)  FreeBSD

|   <[EMAIL PROTECTED]> |\\\'',)  The

|Kernel  ESCAFLOWNE  |  \/  \ ^Power

| Web http://unixdaemon.org  |  .\._/_)To

+--==\/\/==--+ Serve 

[ We've switched the bath sponge with a tribble. ] 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: 5.3RC2 and usb keyboards install problems

2004-11-07 Thread Ara
How did you get it work?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of eodyna
Sent: November 7, 2004 8:33 PM
To: [EMAIL PROTECTED]
Subject: Fwd: 5.3RC2 and usb keyboards install problems

thank-you all
 
but i figured it out.
 
sorry to disturb you.
 
thanks

Note: forwarded message attached.



-
Find local movie times and trailers on Yahoo! Movies.


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 5.3RC2 and usb keyboards install problems

2004-11-07 Thread Dev Tugnait
Hey when the machine boots and you see the demon logo hit 6 and enter 'set 
hint.atkbd.0.flags="0x1"' 

* eodyna ([EMAIL PROTECTED]) wrote:
> Hi there,
>  
> Work recently purchased a Dell gx280. I orignally installed 5.2.1 and had 
> problems with drivers. It was kindly mentioned that i should install 5.3 to 
> help with these problems. I was also informed about problems with usb 
> keyboards on boot/startup.
>  
> Ive tried to have a look on google and couldn't come up with any solutions. I 
> have tried to install 5.3 (from cd) however, sysinstall doesn't respond at 
> all, on any of the options i choose to boot from. The BIOS doesn't have an 
> option for keyboard for me to make changes. dmesg output before the 
> sysinstall screen says "atkdb0 [GIANT-LOCKED]".
>  
> I dont know how to set " set hint.atkbd.0.flags="0x1"" if i cant access the 
> keyboard, and the OS isn't installed for me to make any changes.
>  
> apologies for my ignorance and confusion.
>  
> if someone can point me in the right direction and or help me, id be very 
> grateful.
>  
> thank-you in advance.
>  
> ams
> 
> 
> 
> -
> Find local movie times and trailers on Yahoo! Movies.
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
+--==/\/\==--+   (__)  FreeBSD  
  
|   <[EMAIL PROTECTED]> |\\\'',)  The   
 
|Kernel  ESCAFLOWNE  |  \/  \ ^Power
  
| Web http://unixdaemon.org  |  .\._/_)To   
  
+--==\/\/==--+ Serve 

[ We've switched the bath sponge with a tribble. ] 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Fwd: 5.3RC2 and usb keyboards install problems

2004-11-07 Thread eodyna
thank-you all
 
but i figured it out.
 
sorry to disturb you.
 
thanks

Note: forwarded message attached.



-
Find local movie times and trailers on Yahoo! Movies.
--- Begin Message ---

   Hi there,



   Work recently purchased a Dell gx280. I orignally installed 5.2.1 and
   had problems with drivers. It was kindly mentioned that i should
   install 5.3 to help with these problems. I was also informed about
   problems with usb keyboards on boot/startup.



   Ive tried to have a look on google and couldn't come up with any
   solutions. I have tried to install 5.3 (from cd) however, sysinstall
   doesn't respond at all, on any of the options i choose to boot from.
   The BIOS doesn't have an option for keyboard for me to make changes.
   dmesg output before the sysinstall screen says "atkdb0
   [GIANT-LOCKED]".



   I dont know how to set " set hint.atkbd.0.flags="0x1"" if i cant
   access the keyboard, and the OS isn't installed for me to make any
   changes.



   apologies for my ignorance and confusion.



   if someone can point me in the right direction and or help me, id be
   very grateful.



   thank-you in advance.



   ams
 _

   Find local movie times and trailers on [1]Yahoo! Movies.

References

   1. http://au.rd.yahoo.com/mail/tagline/*http://au.movies.yahoo.com
--- End Message ---
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Top question

2004-11-07 Thread Dev Tugnait
The option C displays total cpu states or usage rather than indiviual cpus on a 
smp board.

* Josh Paetzel ([EMAIL PROTECTED]) wrote:
> The top manpage does not explain what the C field in top's output is 
> for.  I assume it shows which CPU a process is running on...would be 
> nice to know for sure what it is though.
> 
>  PID USERNAME PRI NICE   SIZERES STATE  C   TIME   WCPUCPU 
> COMMAND
> 
> 
> -- 
> Thanks,
> 
> Josh Paetzel
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
+--==/\/\==--+   (__)  FreeBSD  
  
|   <[EMAIL PROTECTED]> |\\\'',)  The   
 
|Kernel  ESCAFLOWNE  |  \/  \ ^Power
  
| Web http://unixdaemon.org  |  .\._/_)To   
  
+--==\/\/==--+ Serve 

[ We've switched the bath sponge with a tribble. ] 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Top question

2004-11-07 Thread Giorgos Keramidas
On 2004-11-07 18:53, Josh Paetzel <[EMAIL PROTECTED]> wrote:
> The top manpage does not explain what the C field in top's output is
> for.  I assume it shows which CPU a process is running on...would be
> nice to know for sure what it is though.
>
>  PID USERNAME PRI NICE   SIZERES STATE  C   TIME   WCPUCPU COMMAND

Your guess is right.  The C column is only enabled on SMP machines, and it
displays the last cpu this process has run on.  This field is only shown by
top(1) AFAICT and not by ps(1), so we should probably do two things:

a. Update the top(1) manpage -- adding a description of what C displays

b. Add a similar column to ps(1), so that top & ps output are as similar as
possible.

I'll see if I can update both during the following days :-)

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: 5.3RC2 and usb keyboards install problems

2004-11-07 Thread Ara
I have identical problem and haven't found a solution yet. Take a look here
http://www.freebsd.org/cgi/query-pr.cgi?pr=71443
Looks like so many people have problem with USB keyboard. My ps2 is broken
and that is the only option I have

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of eodyna
Sent: November 7, 2004 8:18 PM
To: [EMAIL PROTECTED]
Subject: 5.3RC2 and usb keyboards install problems

Hi there,
 
Work recently purchased a Dell gx280. I orignally installed 5.2.1 and had
problems with drivers. It was kindly mentioned that i should install 5.3 to
help with these problems. I was also informed about problems with usb
keyboards on boot/startup.
 
Ive tried to have a look on google and couldn't come up with any solutions.
I have tried to install 5.3 (from cd) however, sysinstall doesn't respond at
all, on any of the options i choose to boot from. The BIOS doesn't have an
option for keyboard for me to make changes. dmesg output before the
sysinstall screen says "atkdb0 [GIANT-LOCKED]".
 
I dont know how to set " set hint.atkbd.0.flags="0x1"" if i cant access the
keyboard, and the OS isn't installed for me to make any changes.
 
apologies for my ignorance and confusion.
 
if someone can point me in the right direction and or help me, id be very
grateful.
 
thank-you in advance.
 
ams



-
Find local movie times and trailers on Yahoo! Movies.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


5.3RC2 and usb keyboards install problems

2004-11-07 Thread eodyna
Hi there,
 
Work recently purchased a Dell gx280. I orignally installed 5.2.1 and had 
problems with drivers. It was kindly mentioned that i should install 5.3 to 
help with these problems. I was also informed about problems with usb keyboards 
on boot/startup.
 
Ive tried to have a look on google and couldn't come up with any solutions. I 
have tried to install 5.3 (from cd) however, sysinstall doesn't respond at all, 
on any of the options i choose to boot from. The BIOS doesn't have an option 
for keyboard for me to make changes. dmesg output before the sysinstall screen 
says "atkdb0 [GIANT-LOCKED]".
 
I dont know how to set " set hint.atkbd.0.flags="0x1"" if i cant access the 
keyboard, and the OS isn't installed for me to make any changes.
 
apologies for my ignorance and confusion.
 
if someone can point me in the right direction and or help me, id be very 
grateful.
 
thank-you in advance.
 
ams



-
Find local movie times and trailers on Yahoo! Movies.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Top question

2004-11-07 Thread Josh Paetzel
The top manpage does not explain what the C field in top's output is 
for.  I assume it shows which CPU a process is running on...would be 
nice to know for sure what it is though.

 PID USERNAME PRI NICE   SIZERES STATE  C   TIME   WCPUCPU 
COMMAND


-- 
Thanks,

Josh Paetzel
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: ipfw allowing browser only

2004-11-07 Thread Ara
So you only want to allow web access (http) and nothing else? The problem
comes when the user is smart enough to get around the proxy access and use
the proxy setting on messenger to use http traffic bypassing deny rule. 
Create deny rules based on this which might help
AOL IM
login.oscar.aol.com
Default Port: 5190
64.12.161.153
64.12.161.185
64.12.200.89
205.188.179.233

ICQ
login.icq.com
Default Port: 5190
64.12.162.153
64.12.162.185
64.12.200.89
205.188.179.233

MSN Messenger
207.46.104.20 gateway.messenger.hotmail.com
64.4.13.171 http1.msgr.hotmail.com
.. .. .. ..
.. .. .. ..
64.4.13.190 http20.msgr.hotmail.com
.. .. .. ..
Yahoo
cs.yahoo.com
Default Port: 5050
216.136.175.145
216.136.224.213
216.136.224.214
216.136.225.11
216.136.225.12
216.136.225.35
216.136.225.36
216.136.225.83
216.136.225.84
216.136.226.117
216.136.226.118
216.136.131.93
216.136.175.142
216.136.175.143
216.136.175.144
216.136.233.128 (latest)

-Original Message-
From: David Banning [mailto:[EMAIL PROTECTED] 
Sent: November 7, 2004 7:15 PM
To: Ara; [EMAIL PROTECTED]
Subject: Re: ipfw allowing browser only

> Hello
> You only need tcp 80 on regular http and 443 for ssl, https
> I don't get what exactly are you trying to do? Are you publishing a web
> server to external clients behind a firewall? Any diagram text would be
nice

This is simply to block all on the network from using any port
except 80. I want to block Messenger. If it starts running on port 80
then I am told I can block it via squid/dansguardian.

Internet <> router 
server  client winbox (192.168.1.6)


> 
> Internet <> router (192.168.1.6) <> webserver(192.168.1.1)
> Is this right?

Yes.


> 
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of David Banning
> Sent: November 7, 2004 1:57 PM
> To: [EMAIL PROTECTED]
> Subject: ipfw allowing browser only
> 
> I am trying to filter out all traffic except browser traffic.
> So I tried 
> 
> 01000 allow tcp from any to 192.168.1.6 80
> 01100 allow udp from any to 192.168.1.6 80
> 01200 deny ip from any to 192.168.1.6
> 65535 allow ip from any to any
> 
> But this does not allow browser traffic.
> 
> I have my browser traffic redirected via ipnat - ipnat rules are;
> 
> rdr dc0 127.0.0.1/0 port 80 -> 192.168.1.1 port 8180 tcp
> 
> I don't know what comes first, the redirect or the firewall, so maybe
> I should be allowing traffic to 8180?
> 
> My host is 192.168.1.1 and the win browser is at 192.168.1.6
> 
> Any help here would be appreciated.
> 
> -- 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
> 
> 
> 

-- 



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: re bittorrent

2004-11-07 Thread nbco
On Monday 08 November 2004 00:28, Quinn Ellis wrote:
> nbco wrote:
> >Hey list,
> >I downloaded the 5.3-RELEASE-i386-disc1 iso via bittorrent.
> >
> >The iso (644.91MB) downloaded in about 3 hours, over a  512/256 adsl
> >connection. Which I think is pretty good.
> >
> >There don't seem to be that many people uploading it from me at the
> >moment.
> >
> >I'm impressed,
> >.nbco
>
> Why do you download with bittorrent as opposed to FTP?
> Quinn.

Hi there,
Well, I suppose one of the main reasons is to keep pressure off the ftp 
servers: 
http://lists.freebsd.org/pipermail/freebsd-questions/2004-October/060205.html
Also it's being released as a torrent on an experimental basis:
http://lists.freebsd.org/pipermail/freebsd-current/2004-November/042511.html
The community were interested in it coming out this way too:
http://lists.freebsd.org/pipermail/freebsd-questions/2004-November/063501.html

.nbco
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 5.3 tmpfs mount permissions

2004-11-07 Thread J.D. Bronson
At 06:06 PM 11/07/2004, Giorgos Keramidas wrote:
On 2004-11-07 14:52, "J.D. Bronson" <[EMAIL PROTECTED]> wrote:
> I setup /etc/rc.conf as follows:
>
> tmpmfs="YES"
> tmpsize="512m"
>
> and it works - but I want to mount tmp with some additional
> options and wondering how to edit /etc/rc.d/tmp to accommodate this?
>
> I would like to add this: noexec,nosuid,nodev,nosymfollow
> when /tmp is mounted as tmpfs.
I see no way to pass extra options to mdmfs from `/etc/rc.d/tmp'.  One
way to do this is to modify /etc/rc.d/tmp locally, but this will create
maintenance work for every mergemaster run you do in the future.
> Can anyone offer some advice - thanks :)
The following patch is against CURRENT.  Does this look like a good thing to
you?  If it does, we could ask our rc.d gurus for their approval to commit it
to the tree.
Then, all you'd have to do to pass special options to the tmpmfs mount would
be to add something like this to your `rc.conf':
tmpoptions="noexec,nosuid,nodev,nosymfollow"
- tmpmfs-options.patch begins here -
Index: etc/rc.subr
===
RCS file: /home/ncvs/src/etc/rc.subr,v
retrieving revision 1.31
diff -u -r1.31 rc.subr
--- etc/rc.subr 30 Jul 2004 17:19:35 -  1.31
+++ etc/rc.subr 7 Nov 2004 23:55:27 -
@@ -1290,11 +1290,15 @@
 #   $1 = size
 #   $2 = mount point
 #   $3 = (optional) bytes-per-inode
+#   $4 = extra options
 mount_md() {
+   if [ -n "$4" ]; then
+   opt="-o $4"
+   fi
if [ -n "$3" ]; then
bpi="-i $3"
fi
-   /sbin/mdmfs $bpi -s $1 -M md $2
+   /sbin/mdmfs $bpi $opt -s $1 -M md $2
 }
 fi
Index: etc/defaults/rc.conf
===
RCS file: /home/ncvs/src/etc/defaults/rc.conf,v
retrieving revision 1.229
diff -u -r1.229 rc.conf
--- etc/defaults/rc.conf4 Nov 2004 13:33:29 -   1.229
+++ etc/defaults/rc.conf7 Nov 2004 23:57:34 -
@@ -40,6 +40,7 @@
 removable_interfaces=""# Removable network interfaces for 
/etc/pccard_ether.
 tmpmfs="AUTO"  # Set to YES to always create an mfs /tmp, NO to 
never
 tmpsize="20m"  # Size of mfs /tmp if created
+tmpoptions=""  # extra mount options for tmpfs
 varmfs="AUTO"  # Set to YES to always create an mfs /var, NO to 
never
 varsize="32m"  # Size of mfs /var if created
 populate_var="AUTO"# Set to YES to always (re)populate /var, NO to never
Index: etc/rc.d/tmp
===
RCS file: /home/ncvs/src/etc/rc.d/tmp,v
retrieving revision 1.34
diff -u -r1.34 tmp
--- etc/rc.d/tmp7 Oct 2004 13:55:26 -   1.34
+++ etc/rc.d/tmp7 Nov 2004 23:56:31 -
@@ -56,7 +56,7 @@
echo "dropping into shell, ^D to continue anyway."
/bin/sh
else
-   mount_md ${tmpsize} /tmp
+   mount_md ${tmpsize} /tmp ${tmpoptions}
chmod 01777 /tmp
fi
fi
Index: share/man/man5/rc.conf.5
===
RCS file: /home/ncvs/src/share/man/man5/rc.conf.5,v
retrieving revision 1.235
diff -u -r1.235 rc.conf.5
--- share/man/man5/rc.conf.54 Nov 2004 13:33:29 -   1.235
+++ share/man/man5/rc.conf.58 Nov 2004 00:00:13 -
@@ -240,6 +240,12 @@
 Controls the size of a created
 .Pa /tmp
 memory file system.
+.It Va tmpoptions
+Controls the
+.Xr mount 8
+options of a created
+.Pa /tmp
+memory file system.
 .It Va varmfs
 Controls the creation of a
 .Pa /var
@@ -3109,6 +3115,7 @@
 .Xr kldxref 8 ,
 .Xr lpd 8 ,
 .Xr mdconfig 8 ,
+.Xr mount 8 ,
 .Xr mountd 8 ,
 .Xr moused 8 ,
 .Xr mrouted 8 ,
- tmpmfs-options.patch ends here -

this looks GREAT. I think for security in mind, this would be a welcome 
addition to the FreeBSD OS - no ??

ThanksI really appreciate this!

--
J.D. Bronson
Aurora Health Care // Information Services // Milwaukee, WI USA
Office: 414.978.8282 // Email: [EMAIL PROTECTED] // Pager: 414.314.8282
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: re bittorrent

2004-11-07 Thread Tim Aslat
In the immortal words of Quinn Ellis <[EMAIL PROTECTED]>...
> Why do you download with bittorrent as opposed to FTP?

Distributed sources, this way FTP servers don't get as hammered if parts
of the download are coming from multiple sources.

Cheers

Tim

-- 
Tim Aslat <[EMAIL PROTECTED]>
Spyderweb Consulting
http://www.spyderweb.com.au
Phone: +61 0401088479
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: re bittorrent

2004-11-07 Thread Dev Tugnait
Nice dude..well quinn the freebsd team is giving bitorrent a whirl!

* nbco ([EMAIL PROTECTED]) wrote:
> Hey list,
> I downloaded the 5.3-RELEASE-i386-disc1 iso via bittorrent.
> 
> The iso (644.91MB) downloaded in about 3 hours, over a  512/256 adsl 
> connection. Which I think is pretty good.  
> 
> There don't seem to be that many people uploading it from me at the 
> moment.
> 
> I'm impressed,
> .nbco
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

  
+--==/\/\==--+   (__)  FreeBSD  
  
| Email <[EMAIL PROTECTED]> |\\\'',)  The   
 
|Kernel : ESCAFLOWNE |  \/  \ ^Power
  
| Web http://unixdaemon.org  |  .\._/_)To   
  
+--==\/\/==--+ Serve   

[ We've switched the bath sponge with a tribble. ] 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ipfw allowing browser only

2004-11-07 Thread David Banning
On Sun, Nov 07, 2004 at 08:39:24PM +0100, Emil Khatib wrote:
> You must enable also DNS queries. DNS port is 53 (i think)

I looked around and I think you are right on the port number,
but it still does not run. Here is my list now;

01150 allow tcp from any to 192.168.1.6 53
01152 allow tcp from any to 192.168.1.6 80
01153 allow udp from any to 192.168.1.6 80
01154 allow udp from any to 192.168.1.6 53
01200 deny ip from any to 192.168.1.6
65535 allow ip from any to any

Now 192.168.1.6 is my client. I wonder if I should be entering this
"192.168.1.6 to any" rather than "any to 192.168.1.6" 

I have also cleared my ipnat rules to try and simplify here.

Something very basic is not working here.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: re bittorrent

2004-11-07 Thread Quinn Ellis
nbco wrote:
Hey list,
I downloaded the 5.3-RELEASE-i386-disc1 iso via bittorrent.
The iso (644.91MB) downloaded in about 3 hours, over a  512/256 adsl 
connection. Which I think is pretty good.  

There don't seem to be that many people uploading it from me at the 
moment.

I'm impressed,
.nbco
 

Why do you download with bittorrent as opposed to FTP?
Quinn.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


re bittorrent

2004-11-07 Thread nbco
Hey list,
I downloaded the 5.3-RELEASE-i386-disc1 iso via bittorrent.

The iso (644.91MB) downloaded in about 3 hours, over a  512/256 adsl 
connection. Which I think is pretty good.  

There don't seem to be that many people uploading it from me at the 
moment.

I'm impressed,
.nbco
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ipfw allowing browser only

2004-11-07 Thread David Banning
> Hello
> You only need tcp 80 on regular http and 443 for ssl, https
> I don't get what exactly are you trying to do? Are you publishing a web
> server to external clients behind a firewall? Any diagram text would be nice

This is simply to block all on the network from using any port
except 80. I want to block Messenger. If it starts running on port 80
then I am told I can block it via squid/dansguardian.

Internet <> router 
server  client winbox (192.168.1.6)


> 
> Internet <> router (192.168.1.6) <> webserver(192.168.1.1)
> Is this right?

Yes.


> 
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of David Banning
> Sent: November 7, 2004 1:57 PM
> To: [EMAIL PROTECTED]
> Subject: ipfw allowing browser only
> 
> I am trying to filter out all traffic except browser traffic.
> So I tried 
> 
> 01000 allow tcp from any to 192.168.1.6 80
> 01100 allow udp from any to 192.168.1.6 80
> 01200 deny ip from any to 192.168.1.6
> 65535 allow ip from any to any
> 
> But this does not allow browser traffic.
> 
> I have my browser traffic redirected via ipnat - ipnat rules are;
> 
> rdr dc0 127.0.0.1/0 port 80 -> 192.168.1.1 port 8180 tcp
> 
> I don't know what comes first, the redirect or the firewall, so maybe
> I should be allowing traffic to 8180?
> 
> My host is 192.168.1.1 and the win browser is at 192.168.1.6
> 
> Any help here would be appreciated.
> 
> -- 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 
> 
> 

-- 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Trouble with X

2004-11-07 Thread Dev Tugnait
Setting up X is well explained in the handbook
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html

* Damien Hull ([EMAIL PROTECTED]) wrote:
> I installed 4.10 and got the system up and running. I've tried to setup
> X but I'm not having any luck. I even followed the instructions in the
> hand book. 
> 
> Here's what I have.
> 1. Onboard video
> 2. Works ok but only at 800x600
> 3. Text is bad
> 
> Can someone tell me how to setup X in freebsd? Under Linux it just
> works.
> 
> 
> -- 
> Damien Hull <[EMAIL PROTECTED]>
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

  
+--==/\/\==--+   (__)  FreeBSD  
  
| Email <[EMAIL PROTECTED]> |\\\'',)  The   
 
|Kernel : ESCAFLOWNE |  \/  \ ^Power
  
| Web http://unixdaemon.org  |  .\._/_)To   
  
+--==\/\/==--+ Serve   

[ We've switched the bath sponge with a tribble. ] 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


shutdown -r Hangs After Upgrading to 4.10

2004-11-07 Thread Drew Tomlinson
I've been happily using 4.9-RELEASE-p4 since April 2004.  Then, 
I decided to upgrade to 4.10-RELEASE-p3 to fix the pthreads problem 
since I added an external tape drive to the QLogic SCSI card 
that was already in my system.

Anyway, after upgrading, I experienced the same shutdown hanging 
symptoms as described in this message:

http://lists.freebsd.org/pipermail/freebsd-current/2003-December/016933.html 

In reading the thread, it seems there was an infinite loop problem in 
the ahc driver code that was fixed later by Justin Gibbs.  So I tried 
upgrading to 4-STABLE to see if the problem was fixed there.  But I 
still have the same symptoms.

I also see these "odd" processes in my ps output:
root34  0.0  0.0   212   40  ??  Is   10:19PM   0:00.00 adjkerntz
root20  0.0  0.0   596   48  ??  DLs  10:08PM   0:00.02 vinum
root13  0.0  0.0 00  ??  DL   10:08PM   0:00.04 vnlru
root12  0.0  0.0 00  ??  DL   10:08PM   0:01.39 syncer
root11  0.0  0.0 00  ??  DL   10:08PM   0:00.26 bufdaemon
root10  0.0  0.0 00  ??  DL   10:08PM   0:00.00 vmdaemon
root 9  0.0  0.0 00  ??  DL   10:08PM   0:00.73 pagedaemon
root 8  0.0  0.0 00  ??  DL   10:08PM   0:00.00 
aic_recovery1
root 7  0.0  0.0 00  ??  DL   10:08PM   0:00.00 
aic_recovery1
root 6  0.0  0.0 00  ??  DL   10:08PM   0:00.00 
aic_recovery0
root 5  0.0  0.0 00  ??  DL   10:08PM   0:00.00 
aic_recovery0
root 4  0.0  0.0 00  ??  DL   10:08PM   0:00.00 usbtask
root 3  0.0  0.0 00  ??  DL   10:08PM   0:00.00 usb0
root 2  0.0  0.0 00  ??  DL   10:08PM   0:00.00 taskqueue
root 1  0.0  0.1   552  128  ??  ILs  10:08PM   0:00.01 init
root 0  0.0  0.0 00  ??  DLs  10:08PM   0:00.00 swapper
I find them "odd" because the system was powered off/on at 6:19AM after 
the machine was shutdown at about 10:08PM.  (I tried waiting overnight 
to see if it would actually finish it's shutdown.)

And finally, I have one vinum volume that has problems.  However after 
the system comes up, I can remove and re-create the volume and all of my 
data is intact.

I'm assuming that if I get the shutdown issue resolved, these other 
problems will heal themselves.  I'd appreciate any advice you might have 
on how to get my system running on 4.10.  My dmesg output follows.  
Please let me know if there's any other info I can provide.

Thanks,
Drew
-
blacklamb# uname -a
FreeBSD blacklamb.mykitchentable.net 4.10-STABLE FreeBSD 4.10-STABLE #0: 
Sun Oct 31 21:23:11 PST 2004 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/BLACKLAMB  
i386

blacklamb# dmesg
Copyright (c) 1992-2004 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
  The Regents of the University of California. All rights reserved.
FreeBSD 4.10-STABLE #0: Sun Oct 31 21:23:11 PST 2004
  [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BLACKLAMB
Timecounter "i8254"  frequency 1193182 Hz
CPU: Pentium III/Pentium III Xeon/Celeron (601.37-MHz 686-class CPU)
Origin = "GenuineIntel"  Id = 0x673  Stepping = 3
Features=0x387fbff 

real memory  = 201261056 (196544K bytes)
config> # di pcic0
Invalid command or syntax.  Type `?' for help.
config> # di ata1
Invalid command or syntax.  Type `?' for help.
config> # di ata0
Invalid command or syntax.  Type `?' for help.
config> # di aic0
Invalid command or syntax.  Type `?' for help.
config> # di adv0
Invalid command or syntax.  Type `?' for help.
config> q
avail memory = 191930368 (187432K bytes)
Programming 24 pins in IOAPIC #0
IOAPIC #0 intpin 2 -> irq 0
FreeBSD/SMP: Multiprocessor motherboard: 2 CPUs
cpu0 (BSP): apic id:  1, version: 0x00040011, at 0xfee0
cpu1 (AP):  apic id:  0, version: 0x00040011, at 0xfee0
io0 (APIC): apic id:  2, version: 0x00170011, at 0xfec0
Preloaded elf kernel "kernel" at 0xc03bb000.
Preloaded userconfig_script "/boot/kernel.conf" at 0xc03bb09c.
Preloaded elf module "ispfw.ko" at 0xc03bb0ec.
Pentium Pro MTRR support enabled
md0: Malloc disk
Using $PIR table, 11 entries at 0xc00fdf10
npx0:  on motherboard
npx0: INT 16 interface
pcib0:  on motherboard
IOAPIC #0 intpin 19 -> irq 2
IOAPIC #0 intpin 18 -> irq 5
IOAPIC #0 intpin 17 -> irq 10
IOAPIC #0 intpin 16 -> irq 11
pci0:  on pcib0
pcib1:  at device 1.0 on pci0
pci1:  on pcib1
pci1:  at 0.0
isab0:  at device 4.0 on pci0
isa0:  on isab0
atapci0:  port 0x1c90-0x1c9f at device 4.1 
on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
uhci0:  port 0x1ca0-0x1cbf irq 
2 at device 4.2 on pci0
usb0:  on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
Timecounter "PIIX"  frequency 3579545 Hz
chip1:  port 0xe800-0xe80f at 
device 4.3 on pci0
ahc0:  port 0x1000-0x10ff mem 
0xfc10-0xfc1

Re: 5.3 tmpfs mount permissions

2004-11-07 Thread Giorgos Keramidas
On 2004-11-07 14:52, "J.D. Bronson" <[EMAIL PROTECTED]> wrote:
> I setup /etc/rc.conf as follows:
>
> tmpmfs="YES"
> tmpsize="512m"
>
> and it works - but I want to mount tmp with some additional
> options and wondering how to edit /etc/rc.d/tmp to accommodate this?
>
> I would like to add this: noexec,nosuid,nodev,nosymfollow
> when /tmp is mounted as tmpfs.

I see no way to pass extra options to mdmfs from `/etc/rc.d/tmp'.  One
way to do this is to modify /etc/rc.d/tmp locally, but this will create
maintenance work for every mergemaster run you do in the future.

> Can anyone offer some advice - thanks :)

The following patch is against CURRENT.  Does this look like a good thing to
you?  If it does, we could ask our rc.d gurus for their approval to commit it
to the tree.

Then, all you'd have to do to pass special options to the tmpmfs mount would
be to add something like this to your `rc.conf':

tmpoptions="noexec,nosuid,nodev,nosymfollow"

- tmpmfs-options.patch begins here -
Index: etc/rc.subr
===
RCS file: /home/ncvs/src/etc/rc.subr,v
retrieving revision 1.31
diff -u -r1.31 rc.subr
--- etc/rc.subr 30 Jul 2004 17:19:35 -  1.31
+++ etc/rc.subr 7 Nov 2004 23:55:27 -
@@ -1290,11 +1290,15 @@
 #   $1 = size
 #   $2 = mount point
 #   $3 = (optional) bytes-per-inode
+#   $4 = extra options
 mount_md() {
+   if [ -n "$4" ]; then
+   opt="-o $4"
+   fi
if [ -n "$3" ]; then
bpi="-i $3"
fi
-   /sbin/mdmfs $bpi -s $1 -M md $2
+   /sbin/mdmfs $bpi $opt -s $1 -M md $2
 }
 
 fi
Index: etc/defaults/rc.conf
===
RCS file: /home/ncvs/src/etc/defaults/rc.conf,v
retrieving revision 1.229
diff -u -r1.229 rc.conf
--- etc/defaults/rc.conf4 Nov 2004 13:33:29 -   1.229
+++ etc/defaults/rc.conf7 Nov 2004 23:57:34 -
@@ -40,6 +40,7 @@
 removable_interfaces=""# Removable network interfaces for 
/etc/pccard_ether.
 tmpmfs="AUTO"  # Set to YES to always create an mfs /tmp, NO to never
 tmpsize="20m"  # Size of mfs /tmp if created
+tmpoptions=""  # extra mount options for tmpfs
 varmfs="AUTO"  # Set to YES to always create an mfs /var, NO to never
 varsize="32m"  # Size of mfs /var if created
 populate_var="AUTO"# Set to YES to always (re)populate /var, NO to never
Index: etc/rc.d/tmp
===
RCS file: /home/ncvs/src/etc/rc.d/tmp,v
retrieving revision 1.34
diff -u -r1.34 tmp
--- etc/rc.d/tmp7 Oct 2004 13:55:26 -   1.34
+++ etc/rc.d/tmp7 Nov 2004 23:56:31 -
@@ -56,7 +56,7 @@
echo "dropping into shell, ^D to continue anyway."
/bin/sh
else
-   mount_md ${tmpsize} /tmp
+   mount_md ${tmpsize} /tmp ${tmpoptions}
chmod 01777 /tmp
fi
fi
Index: share/man/man5/rc.conf.5
===
RCS file: /home/ncvs/src/share/man/man5/rc.conf.5,v
retrieving revision 1.235
diff -u -r1.235 rc.conf.5
--- share/man/man5/rc.conf.54 Nov 2004 13:33:29 -   1.235
+++ share/man/man5/rc.conf.58 Nov 2004 00:00:13 -
@@ -240,6 +240,12 @@
 Controls the size of a created
 .Pa /tmp
 memory file system.
+.It Va tmpoptions
+Controls the
+.Xr mount 8
+options of a created
+.Pa /tmp
+memory file system.
 .It Va varmfs
 Controls the creation of a
 .Pa /var
@@ -3109,6 +3115,7 @@
 .Xr kldxref 8 ,
 .Xr lpd 8 ,
 .Xr mdconfig 8 ,
+.Xr mount 8 ,
 .Xr mountd 8 ,
 .Xr moused 8 ,
 .Xr mrouted 8 ,
- tmpmfs-options.patch ends here -
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD release ISO purpose?

2004-11-07 Thread Giorgos Keramidas
On 2004-11-07 15:17, Jeremy Faulkner <[EMAIL PROTECTED]> wrote:
> Louis LeBlanc wrote:
> | The install instructions simply say "insert the installation CD".  I've
> | always assumed this referred to disk1.  I've never needed to use disk2 in
> | the install, so what's it for?  What's the bootonly disk for?  What's the
> | mininst disk for?  (I'm guessing it means minimum install)
> |
> | Can anyone point me to the details if they exist online?
>
> disc1 the basic install components and popular third party
>   apps (x11,etc.)

This is good for most of the new users to FreeBSD, who will probably
feel more confident with the precompiled packages their release CD-ROM
includes, at least until they get reasonably acquainted with the proper
CVSup/build "magic" to upgrade their system from the sources.

> disc2 -> more packages, a live file system

Extra packages, that don't fit in the first ISO are handy for the same group
of users mentioned above.  The live filesystem is a pretty good "rescue disk"
too, that includes a lot of tools.  The advantages of having a live disk with
a complete, working installation of the same system installed on your hard
disk are so many I can't list them all in a single post; some of them are:

oYou can easily recover most configuration errors (i.e. a simple rc.conf
 typo), by booting into the rescue disk and mounting the installed system
 under /mnt.

oEditors, disk editing tools, documentation, pretty much everything you
 need to fix a great array of possible system errors are all there.

oNo reinstallation is needed to boot into a working FreeBSD system.

> miniinst  the basic install components, no third party apps

This is what I use most of the time.  It cuts down a lot of the download time
and still allows me to install a minimal base-system.

Then I can add the rest of the tools I need from ports, or I can upgrade to a
newer version using the sources and a CVSup mirror I have locally (which I
periodically burn to a CD-ROM disk).

> boot  the basics to boot, no install components, good for
>   testing your hardware

Very handy when all you need to do is to boot into a FreeBSD system using a
well-known, working kernel.  I usually keep a bootonly CD-ROM of a CURRENT
snapshot around my test systems, just in case a "smart" installer wipes out
my boot manager stuff ;-)

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Trouble with X

2004-11-07 Thread Ara
Hello
Don't use the fully graphical for setting up x, use the shell script based
option during install or from sysinstall
Also if you raise the security level to high, by default it won't let you
run the GUI

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Damien Hull
Sent: November 7, 2004 5:56 PM
To: freebsd-questions
Subject: Trouble with X

I installed 4.10 and got the system up and running. I've tried to setup
X but I'm not having any luck. I even followed the instructions in the
hand book. 

Here's what I have.
1. Onboard video
2. Works ok but only at 800x600
3. Text is bad

Can someone tell me how to setup X in freebsd? Under Linux it just
works.


-- 
Damien Hull <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: error installing 5.3-stable - WRITE_DMA

2004-11-07 Thread Ara
Hello
Don't you think you may have bad media? I mean have you checked the md5 sum
of downloaded and burnt on low speed?


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of craig
Sent: November 7, 2004 5:26 PM
To: [EMAIL PROTECTED]
Subject: error installing 5.3-stable - WRITE_DMA

hi,

this weekend i decided to upgrade from a working installation of fbsd 4.10
to 5.3
instead of doing a binary or source upgrade, i decided instead to do a
complete reinstall.

after backing up my data and relevant config files, i booted onto the 5.3
disk1 and began the install.
all went well until it got to actually writing the data to the disk (ie.
extracting base into \ directory)
it gets to between 15% and 18% and then just hangs. 
looking on the other terminal i see the same error message just scrolling up

ad0: WRITE_DMA UDMA ICRC error  . blah

this will carry on for a *long* time until it gives up trying.


this never happended with 4.10 so i am quite puzzled. 

i googled for similar things and found some suggestions that the HDD might
be going, so i used a low-level disk checker from hitachi (drive is hitachi
80GB) but it came out blank - the disk is fine. (its also quite new - no
more than 6 months)
in the BIOS i tried various combinations of disabling UDMA and 32-bit access
and such things but with no luck.

i have an P4 2.6GHz, 1GB RAM on an ASRock PE-Pro HT motherboard with onboard
ata IDE controller.

any suggestions would be very gratefully accepted.

also, if you need more info on the machine, please let me know.

much thanks for your help

---
[EMAIL PROTECTED]
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Trouble with X

2004-11-07 Thread Damien Hull
I'm reinstalling 4.10. I think I broke something trying to get X
working. As soon as I get data in the X logs I'll check them. 

I'm going to give frambuffer a try. Don't know if this will work but
I've seen it work well under Linux. 


On Sun, 2004-11-07 at 15:03 -0800, gabriel wrote:
> Try looking at the XFree86 logs. Under linux it works cause it'll soon
> be a copy of M$. But yes, look at the logs, they are always useful.
> /var/log/X*
> 
> 
> On Sun, 07 Nov 2004 13:55:49 -0900, Damien Hull
> <[EMAIL PROTECTED]> wrote:
> > I installed 4.10 and got the system up and running. I've tried to setup
> > X but I'm not having any luck. I even followed the instructions in the
> > hand book.
> > 
> > Here's what I have.
> > 1. Onboard video
> > 2. Works ok but only at 800x600
> > 3. Text is bad
> > 
> > Can someone tell me how to setup X in freebsd? Under Linux it just
> > works.
> > 
> > --
> > Damien Hull <[EMAIL PROTECTED]>
> > 
> > ___
> > [EMAIL PROTECTED] mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> > 
> 
> 
-- 
Damien Hull <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Trouble with X

2004-11-07 Thread gabriel
Try looking at the XFree86 logs. Under linux it works cause it'll soon
be a copy of M$. But yes, look at the logs, they are always useful.
/var/log/X*


On Sun, 07 Nov 2004 13:55:49 -0900, Damien Hull
<[EMAIL PROTECTED]> wrote:
> I installed 4.10 and got the system up and running. I've tried to setup
> X but I'm not having any luck. I even followed the instructions in the
> hand book.
> 
> Here's what I have.
> 1. Onboard video
> 2. Works ok but only at 800x600
> 3. Text is bad
> 
> Can someone tell me how to setup X in freebsd? Under Linux it just
> works.
> 
> --
> Damien Hull <[EMAIL PROTECTED]>
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 


-- 
gabriel,

Member of:
FreeBSD-Announce
FreeBSD-Hardware
FreeBSD-Multimedia
FreeBSD-questions
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Trouble with X

2004-11-07 Thread Damien Hull
I installed 4.10 and got the system up and running. I've tried to setup
X but I'm not having any luck. I even followed the instructions in the
hand book. 

Here's what I have.
1. Onboard video
2. Works ok but only at 800x600
3. Text is bad

Can someone tell me how to setup X in freebsd? Under Linux it just
works.


-- 
Damien Hull <[EMAIL PROTECTED]>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


error installing 5.3-stable - WRITE_DMA

2004-11-07 Thread craig
hi,

this weekend i decided to upgrade from a working installation of fbsd 4.10
to 5.3
instead of doing a binary or source upgrade, i decided instead to do a
complete reinstall.

after backing up my data and relevant config files, i booted onto the 5.3
disk1 and began the install.
all went well until it got to actually writing the data to the disk (ie.
extracting base into \ directory)
it gets to between 15% and 18% and then just hangs. 
looking on the other terminal i see the same error message just scrolling up

ad0: WRITE_DMA UDMA ICRC error  . blah

this will carry on for a *long* time until it gives up trying.


this never happended with 4.10 so i am quite puzzled. 

i googled for similar things and found some suggestions that the HDD might
be going, so i used a low-level disk checker from hitachi (drive is hitachi
80GB) but it came out blank - the disk is fine. (its also quite new - no
more than 6 months)
in the BIOS i tried various combinations of disabling UDMA and 32-bit access
and such things but with no luck.

i have an P4 2.6GHz, 1GB RAM on an ASRock PE-Pro HT motherboard with onboard
ata IDE controller.

any suggestions would be very gratefully accepted.

also, if you need more info on the machine, please let me know.

much thanks for your help

---
[EMAIL PROTECTED]
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Naming confusion

2004-11-07 Thread Lloyd Hayes
Ouch!
>% host traveler2.hayes.org
>traveler2.hayes.org has address 64.15.175.5
>ssh(1) will throw screaming hissy-fits.

While the "hayes" has been popular with computers for almost 30 years, I 
was sort of hoping that it would not make a difference on my personal 
computer. Having an email address assigned to my personal computer is a 
new experience for me. Each computer that I have ever had was named with 
a unique name that I assigned it. Laptops became my "traveler#" series. 
But I am referring to local computer names, not Internet addresses.

How do I name this thing is a way that will not effect my Internet access?
   Using the same Internet access service or location on a regular
   basis is not an option. This is a personal computer. Not a dumb
   teminal...
   X must be able to run, along with other functions.
Speaking of X,
>X.org and XFree86 are almost identical right now. Apart from a few
   small details (eg. the precise colour of blue text.) and the levels
   of support for some of the very latest graphics hardware, you
   probably aren't going to see much difference at all between the ways
   they behave.
I can get XFree86 up and running in just a few minutes. I haven't gotten 
Xorg to start up yet, and have reached a point where I want nothing to 
do with Xorg. I believe that the problems that I have with Xorg relates 
back to this naming function, and may be incompatible with my environment.

>X.org has also been chosen as the favoured X implementation by all
   of the Linux distros
I'm surprised at that since I have had Fedora Core 2 and Debian "Sarge" 
on this same laptop in the last couple of months. If it was using X.org, 
then I was transparent and I did not realize it.

A note on Linux:
   Fedora Core 2, from Red Hat, has migrated to automatic functions
   leaving manuel adjustments behind. I found that I needed those
   manual adjustments. It appears that those manual adjustment programs
   have become part of the Red Hat Enterprise software. And I am not up
   to spending $350 for the current version of Red Hat that I would need.
   Debian "Sarge" provides software for everything. There are 14 CDs in
   this set. I liked this distrobution. But it's too easy to mess up
   your current system by installing the wrong software.
   What does FreeBSD have that these Linux distrobutions do not have?
   All of the software for FreeBSD works, until you include Xorg, and
   there are manual ways of adjusting everything. (Plus FreeBSD will
   install from an external SCSI CD ROM.)
And I have really gotten off of the subject.
What can I do to get the computer named, and what naming convention 
should I use?
In reading your email, you suggest: [EMAIL PROTECTED]

The email address listed here is [EMAIL PROTECTED]
I also have [EMAIL PROTECTED]
or any address lloyd545220-(anthing)@yahoo.com (I would have to register 
(anything), but the entire block here is mine to assign.)

This is re-directed to my real email address of [EMAIL PROTECTED]
Should I simply use my real email address?
Would Yahoo get upset about that?
Would this address be accepted by the FreeBSD system?
Lloyd Hayes
Email: [EMAIL PROTECTED]
URL: http://TalkingStaff.bravehost.com 
E-FAX Number: (208) 248-6590


Matthew Seaman wrote:
On Sun, Nov 07, 2004 at 11:58:24AM -0700, Lloyd Hayes wrote:
 

If I read your answer right, I can put any name in here like 
"traveler2.hayes.org", and as long as it's connecting to the Internet 
and it's not a server connected from the Internet, it should be OK. Right?
   

Well, if this is your machine, and you've paid Netidentity.com for the
rights to use that name from the hayes.org zone they control:
   % host traveler2.hayes.org
   traveler2.hayes.org has address 64.15.175.5
then that's probably fine.  It should work OK off the net.  If you're
using it as a client but from some other IP number, then some things
will work -- web browsing should be fine -- but others won't -- ssh(1)
will throw screaming hissy-fits.  Things like e-mail can be persuaded
to work, assuming you want an address like [EMAIL PROTECTED] or
[EMAIL PROTECTED]
Cheers,
Matthew
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD release ISO purpose?

2004-11-07 Thread Nikolas Britton
Louis LeBlanc wrote:
What's the mininst disk for?
(I'm guessing it means minimum install)
The mininst iso is a bit of a misnomer. It has everything in the base 
install, full docs, full src, etc the only thing it doesn't have is 
X11 and all the extra  3rd party packages that are on disk1 (KDE, Gnome, 
etc)

So if your only setting up a server then this is the ISO for you.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Completely remove MySQL?

2004-11-07 Thread Matthew Seaman
On Sun, Nov 07, 2004 at 03:40:12PM -0500, Michael Stassen wrote:

> Reinstalling phpmyadmin may replace config.inc.php with default settings, 
> but you'd still have to edit it to have the correct settings, so you may as 
> well just edit the one you already have.

No, it won't trash an existing configuration.  Nor will it while I
remain the port maintainer.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpr3stx0wPpS.pgp
Description: PGP signature


Re: Completely remove MySQL?

2004-11-07 Thread Matthew Seaman
On Sun, Nov 07, 2004 at 01:05:10PM -0600, W. D. wrote:

> I can easily recreate the database--as well easily
> reinstall PHP, MySQL, and phpMyAdmin--but how do I
> remove everything so that the old IP address is
> not referenced?
> 
> By the way, where is this IP address being stored?

In the phpMyAdmin config file, usually

/usr/local/www/phpMyAdmin/config.inc.php 

The FreeBSD port goes to some lengths to avoid removing or overwriting
that file if you've modified it at all.  Which is usually what people
prefer.

If you've already reinstalled everything, you can copy
config.inc.php.sample to config.inc.php to get the default
configuration file, and edit that to set up your new environment.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpTvgcqEZPBt.pgp
Description: PGP signature


Re: 5.3 diskless PC & 2 NICs: Can I separate NFS from other network trafic?

2004-11-07 Thread R. W.
On Sunday 07 November 2004 06:16, Rob wrote:
> Hello,
>
> I have a master for a cluster of diskless slaves; the master
> serves the slaves over NFS (/, /usr, /home). I have two
> internet cards in all PCs, but only using one on the slaves
> right now.
>
> Could I use the second internet card to separate the NFS trafic
> from all other network trafic? At the moment, I have this on a
> slave:
>
>rl0: flags=8843 mtu 1500
>  options=8
>  inet6 fe80::2a0:b0ff:fe0e:3a95%rl0 prefixlen 64 scopeid 0x1
>  inet 192.168.123.1 netmask 0xff00 broadcast
> 192.168.123.255 ether 00:a0:b0:0e:3a:95
>  media: Ethernet autoselect (100baseTX )
>  status: active
>rl1: flags=8802 mtu 1500
>  options=8
>  ether 00:50:fc:e9:30:49
>  media: Ethernet autoselect (100baseTX )
>  status: active
>
> The master is 192.168.123.254, which is also the router to this local
> network (so the master has one NIC connected to the Internet, the
> other to the switch of the local network).
>
> How can I utilize the dual NIC setup on the slaves in a optimal way?

I'm not sure there is much point in separating NFS from other traffic, 
since they typically travel in opposite directions. For example a file 
download will involve packets coming into a client from the router and 
back out to the  NFS server. Your NICs are full-duplex so the two types 
of traffic shouldn't get in each-others way very much.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Xorg Log-In

2004-11-07 Thread Lloyd Hayes
Thanks for the effort
It may be the version that I have. I downloaded version 5.3 a two or 
three months ago. I may have a testing version of 5.3. I'm not sure. 
I'll download a new image some other time.

Lloyd Hayes
Email: [EMAIL PROTECTED]
URL: http://TalkingStaff.bravehost.com 
E-FAX Number: (208) 248-6590


Christian Hiris wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sunday 07 November 2004 19:10, Lloyd Hayes wrote:
 

Any editing that I try to do beyond the Xorg -configure leads to 'User"
and "Password" with it not accepting my system passwords. I searched for
".xinitrc" and ".xsession" and nothing showed up. I read in the FreeBSD
handbook about creating ".xsessions". Following the exact directions
listed, I got no such file or directory after:
echo "#!/bin/sh" > -/.xsession
   

   ^^^   
This should be ~/.xsession, not -/.xsession

Ok I tried a setup on one of my machines to verify if gnome+xdm works:
Log-in as user and do: 
> echo "#!/bin/sh" > ~/.xsession
> echo "exec gnome-session" >> ~/.xsession 
> chmod +x ~/.xsession

Log in as root and do:
# ee /etc/ttys
 change ttyv8   "/usr/X11R6/bin/xdm -nodaemon"  xterm   off secure 
 to   ttyv8   "/usr/X11R6/bin/xdm -nodaemon"  xterm   on secure

Reboot the machine: 
* Xdm login-screen shows up.
* Log-in as user.
* The Gnome desktop should start up.  

Took me 1 minute and gnome was up and running. I'm using 5.3-STABLE #0: Mon 
Nov  1 06:38:37 CET / xorg-clients-6.7.0_4 / gnome-session-2.6.2.

 

This was version 5.3
Xorg is brand new, and there only seems to be a few lines of
documentation concerning it. I'm new to this whole thing, and having a
difficult time making sense of many things in the UNIX world. There is
more documentation about version 5.2.1 then 5.3. I'm in the process of
removing 5.3 and putting 5.2.1 back on here. And I think that I'll keep
XFree86 on it.
   

If things don't work show us your logs and config-files:
~/.xsession-errors
/var/log/0.log
/var/log/Xorg.0.log
xorg.conf
~/.xsession
/etc/ttys
- -- 
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE 
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (FreeBSD)

iD8DBQFBjoMn09WjGjvKU74RAq4ZAJ9yG16KB5i+d7cM2ReAJ4+tSrrgEQCfWQkx
w/0kvaNfo18aZD2Km8Ld4Tg=
=1ucY
-END PGP SIGNATURE-
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Naming confusion

2004-11-07 Thread Matthew Seaman
On Sun, Nov 07, 2004 at 12:29:23PM -0700, Lloyd Hayes wrote:

> Xorg is a problem which seems to come under the heading of New 
> Technology. I'll stick with XFree86.
> Xorg is now off of this computer.

X.org and XFree86 are almost identical right now.  Apart from a few
small details (eg. the precise colour of blue text.) and the levels of
support for some of the very latest graphics hardware, you probably
aren't going to see much difference at all between the ways they
behave.

It's not going to stay that way though: X.org are planning on
introducing a lot of new stuff much faster that XFree86 ever did --
but that's mostly because XFree86 development was glacially slow.
X.org has also been chosen as the favoured X implementation by all of
the Linux distros, FreeBSD (where it's standard in 5.x), NetBSD and
OpenBSD as well as big names like Sun, IBM and HP.  It's definitely
the way of the future.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpigS9obmhyB.pgp
Description: PGP signature


5.3 tmpfs mount permissions

2004-11-07 Thread J.D. Bronson
I setup /etc/rc.conf as follows:
tmpmfs="YES"
tmpsize="512m"
and it works - but I want to mount tmp with some additional
options and wondering how to edit /etc/rc.d/tmp to accommodate this?
I would like to add this: noexec,nosuid,nodev,nosymfollow
when /tmp is mounted as tmpfs.
Can anyone offer some advice - thanks :)


--
J.D. Bronson
Aurora Health Care // Information Services // Milwaukee, WI USA
Office: 414.978.8282 // Email: [EMAIL PROTECTED] // Pager: 414.314.8282
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD release ISO purpose?

2004-11-07 Thread Louis LeBlanc
On 11/07/04 03:17 PM, Jeremy Faulkner sat at the `puter and typed:
> Louis LeBlanc wrote:
> | Hey folks.  I've been a FreeBSD user for a good while, and with the
> | 5.3 release, I've been trying to figure out the details of each of the
> | release ISOs.  The Lehey book, the online handbook, release notes, and
> | whatnot never mentions the purpose of each.  The install instructions
> | simply say "insert the installation CD".  I've always assumed this
> referred
> | to disk1.  I've never needed to use disk2 in the install, so what's it
> | for?  What's the bootonly disk for?  What's the mininst disk for?
> | (I'm guessing it means minimum install)
> |
> | Can anyone point me to the details if they exist online?
> |
> | TIA
> | Lou
> 
> disc1 -> the basic install components and popular third party apps
> (x11,etc.)
> disc2 -> more packages, a live file system
> miniinst -> the basic install components, no third party apps
> boot -> the basics to boot, no install components, good for testing your
> hardware

Excellent.

Thank you.

Lou
-- 
Louis LeBlanc   [EMAIL PROTECTED]
Fully Funded Hobbyist, KeySlapper Extrordinaire :)
http://www.keyslapper.org ԿԬ

philosophy:
  Unintelligible answers to insoluble problems.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Completely remove MySQL?

2004-11-07 Thread Michael Stassen
That's using a shotgun to kill a gnat.  The IP used by phpmyadmin is set in 
the config.inc.php file in the phpmyadmin directory.  Just edit this file to 
change the old setting to the new value.  Problem solved.

Reinstalling mysql and php, on the other hand, will have no effect. 
Reinstalling phpmyadmin may replace config.inc.php with default settings, 
but you'd still have to edit it to have the correct settings, so you may as 
well just edit the one you already have.

Michael
W. D. wrote:
Hi Folks,
How does one completely remove MySQL from FreeBSD 4.9?
My router died, and upon replacement I switched to
static IP addresses on my local network.  Unfortunately,
When using phpMyAdmin to access a database, it
tries to access the database at the old IP.
I can easily recreate the database--as well easily
reinstall PHP, MySQL, and phpMyAdmin--but how do I
remove everything so that the old IP address is
not referenced?
By the way, where is this IP address being stored?
Thanks mucho for any light you can shed!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Naming confusion

2004-11-07 Thread Matthew Seaman
On Sun, Nov 07, 2004 at 11:58:24AM -0700, Lloyd Hayes wrote:
 
> If I read your answer right, I can put any name in here like 
> "traveler2.hayes.org", and as long as it's connecting to the Internet 
> and it's not a server connected from the Internet, it should be OK. Right?

Well, if this is your machine, and you've paid Netidentity.com for the
rights to use that name from the hayes.org zone they control:

% host traveler2.hayes.org
traveler2.hayes.org has address 64.15.175.5

then that's probably fine.  It should work OK off the net.  If you're
using it as a client but from some other IP number, then some things
will work -- web browsing should be fine -- but others won't -- ssh(1)
will throw screaming hissy-fits.  Things like e-mail can be persuaded
to work, assuming you want an address like [EMAIL PROTECTED] or
[EMAIL PROTECTED]

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpAI5HCPJ2i6.pgp
Description: PGP signature


Re: Xorg Log-In

2004-11-07 Thread Lloyd Hayes
Thanks.
I took Xorg off by formating the system and installing version 5.2.1 of 
FreeBSD. It's the 2nd time that I've had v5.3 on that laptop and both 
times were frustrating. Both times I ran into problems related to Xorg. 
There is a lack of documentation concerning Xorg. I'll stick with 
XFree86 until more information is available.

Lloyd Hayes
Email: [EMAIL PROTECTED]
URL: http://TalkingStaff.bravehost.com 
E-FAX Number: (208) 248-6590


Christian Hiris wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sunday 07 November 2004 21:18, Christian Hiris wrote:
 

Log-in as user and do:
> echo "#!/bin/sh" > ~/.xsession
> echo "exec gnome-session" >> ~/.xsession
   

  ^^
The handbook says 
echo "/usr/X11R6/bin/gnome-session" >> ~/.xsession
which is maybe better then "exec gnome-session".

- -- 
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE 
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (FreeBSD)

iD8DBQFBjoSZ09WjGjvKU74RAgu4AJ9rMojT21ykQp2vGGEkF99ND2b8aACfQuyM
nsr+j0ug3zom10JqIwXdDAI=
=0Zl+
-END PGP SIGNATURE-
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Xorg Log-In

2004-11-07 Thread Christian Hiris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 07 November 2004 21:18, Christian Hiris wrote:
> Log-in as user and do:
>  > echo "#!/bin/sh" > ~/.xsession
>  > echo "exec gnome-session" >> ~/.xsession
   ^^
The handbook says 
 echo "/usr/X11R6/bin/gnome-session" >> ~/.xsession
which is maybe better then "exec gnome-session".

- -- 
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE 
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (FreeBSD)

iD8DBQFBjoSZ09WjGjvKU74RAgu4AJ9rMojT21ykQp2vGGEkF99ND2b8aACfQuyM
nsr+j0ug3zom10JqIwXdDAI=
=0Zl+
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Xorg Log-In

2004-11-07 Thread Christian Hiris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 07 November 2004 19:10, Lloyd Hayes wrote:
> Any editing that I try to do beyond the Xorg -configure leads to 'User"
> and "Password" with it not accepting my system passwords. I searched for
> ".xinitrc" and ".xsession" and nothing showed up. I read in the FreeBSD
> handbook about creating ".xsessions". Following the exact directions
> listed, I got no such file or directory after:
> echo "#!/bin/sh" > -/.xsession
^^^   
This should be ~/.xsession, not -/.xsession

Ok I tried a setup on one of my machines to verify if gnome+xdm works:

Log-in as user and do: 
 > echo "#!/bin/sh" > ~/.xsession
 > echo "exec gnome-session" >> ~/.xsession 
 > chmod +x ~/.xsession

Log in as root and do:
 # ee /etc/ttys
  change ttyv8   "/usr/X11R6/bin/xdm -nodaemon"  xterm   off secure 
  to   ttyv8   "/usr/X11R6/bin/xdm -nodaemon"  xterm   on secure

Reboot the machine: 
 * Xdm login-screen shows up.
 * Log-in as user.
 * The Gnome desktop should start up.  

Took me 1 minute and gnome was up and running. I'm using 5.3-STABLE #0: Mon 
Nov  1 06:38:37 CET / xorg-clients-6.7.0_4 / gnome-session-2.6.2.

>
> This was version 5.3
> Xorg is brand new, and there only seems to be a few lines of
> documentation concerning it. I'm new to this whole thing, and having a
> difficult time making sense of many things in the UNIX world. There is
> more documentation about version 5.2.1 then 5.3. I'm in the process of
> removing 5.3 and putting 5.2.1 back on here. And I think that I'll keep
> XFree86 on it.

If things don't work show us your logs and config-files:

~/.xsession-errors
/var/log/0.log
/var/log/Xorg.0.log
xorg.conf
~/.xsession
/etc/ttys

- -- 
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE 
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (FreeBSD)

iD8DBQFBjoMn09WjGjvKU74RAq4ZAJ9yG16KB5i+d7cM2ReAJ4+tSrrgEQCfWQkx
w/0kvaNfo18aZD2Km8Ld4Tg=
=1ucY
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD release ISO purpose?

2004-11-07 Thread Jeremy Faulkner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Louis LeBlanc wrote:
| Hey folks.  I've been a FreeBSD user for a good while, and with the
| 5.3 release, I've been trying to figure out the details of each of the
| release ISOs.  The Lehey book, the online handbook, release notes, and
| whatnot never mentions the purpose of each.  The install instructions
| simply say "insert the installation CD".  I've always assumed this
referred
| to disk1.  I've never needed to use disk2 in the install, so what's it
| for?  What's the bootonly disk for?  What's the mininst disk for?
| (I'm guessing it means minimum install)
|
| Can anyone point me to the details if they exist online?
|
| TIA
| Lou
disc1 -> the basic install components and popular third party apps
(x11,etc.)
disc2 -> more packages, a live file system
miniinst -> the basic install components, no third party apps
boot -> the basics to boot, no install components, good for testing your
hardware
- --
Jeremy Faulkner <[EMAIL PROTECTED]>
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (FreeBSD)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBjoLofb0Lle2MIEIRAmiEAKCpWTVYjJxnAKcVyrPlvBcuslECCwCfaDif
N8kTRyBvGCpKnT6qQmhlu5Q=
=QUs5
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: dhcpd (reprise)

2004-11-07 Thread Gary Kline
On Sun, Nov 07, 2004 at 11:20:29AM -0500, Lowell Gilbert wrote:
> Gary Kline <[EMAIL PROTECTED]> writes:
> 
> > I don't know if my mail from last night (Friday, localtime)
> > got thru or not.  Part of sendmail is bolloxed too...  I
> > see my /var/log/maillog filling up, but unable to resolve
> > mail from freebsd.org.  Or anywhere.
> > 
> > Anyhow, last night thngs on my primary server broke.  I can
> > ping, I can use mozilla, wshatever, but only from 
> > ns1.thought.org.  
> > 
> > I fixed the new bind9 paths and re-exec'd those.  But for
> > unknown reasons, dhcpd fails to hand out new leases.  Does
> > anybody have any ideas howto debug this?  (I've tried some
> > people here on the Seattle list, but they're unavailable.)
> > 
> > So: nutshell, looks like my /etc/namedb/* stuff is okay.
> > --Something wrong with sendmail.--  And dhcp* quit working.
> > Any real, hardcore system admins out there who can help me??
> 
> If sendmail is still failing to resolve names, then it sounds like
> your named setup is *not* okay.  But you'd have to show us what the
> symptoms are precisely in order for us to help figure it out.
> 
> For dhcpd, the answers are either in the dhcpd logs or could be if you
> raised the verbosity.  I've been using the ISC server lately in a
> development testbed, and I use the '-d' option to get the log
> information sent directly to my terminal.  
>  "dhcpd -d -cf /usr/local/etc/dhcpd.debug.conf"

The sendmail problem that were printed to stderr went away
after I created a new 5.3 sendmail.cf; with dhcpd problems,
mail can't get to my private servers so I have it re-routed
to ns1.thought.org.

I'll add the -d flag to my rc.conf; are you using the latest
version of the dhcp-server from ISC or something other?
I looked for a 'debug' flag on the man page and didn't see it.
What should I loook for in th logfile?  or will it be 
obvious :-)

thank,

gary



-- 
Gary Kline  Seattle BSD Users' Group (seabug)  | [EMAIL PROTECTED]
Thought Unlimited Org's Alternate Email Site
http://www.magnesium.net/~kline
   To live is not a necessity; but to live honorably...is a necessity. -Kant

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


FreeBSD release ISO purpose?

2004-11-07 Thread Louis LeBlanc
Hey folks.  I've been a FreeBSD user for a good while, and with the
5.3 release, I've been trying to figure out the details of each of the
release ISOs.  The Lehey book, the online handbook, release notes, and
whatnot never mentions the purpose of each.  The install instructions
simply say "insert the installation CD".  I've always assumed this referred
to disk1.  I've never needed to use disk2 in the install, so what's it
for?  What's the bootonly disk for?  What's the mininst disk for?
(I'm guessing it means minimum install)

Can anyone point me to the details if they exist online?

TIA
Lou
-- 
Louis LeBlanc   [EMAIL PROTECTED]
Fully Funded Hobbyist, KeySlapper Extrordinaire :)
http://www.keyslapper.org ԿԬ

May's Law:
  The quality of correlation is inversly proportional to the density
  of control.  (The fewer the data points, the smoother the curves.)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ipfw allowing browser only

2004-11-07 Thread Emil Khatib
You must enable also DNS queries. DNS port is 53 (i think)


On Sun, 7 Nov 2004 13:57:05 -0500, David Banning
<[EMAIL PROTECTED]> wrote:
> I am trying to filter out all traffic except browser traffic.
> So I tried
> 
> 01000 allow tcp from any to 192.168.1.6 80
> 01100 allow udp from any to 192.168.1.6 80
> 01200 deny ip from any to 192.168.1.6
> 65535 allow ip from any to any
> 
> But this does not allow browser traffic.
> 
> I have my browser traffic redirected via ipnat - ipnat rules are;
> 
> rdr dc0 127.0.0.1/0 port 80 -> 192.168.1.1 port 8180 tcp
> 
> I don't know what comes first, the redirect or the firewall, so maybe
> I should be allowing traffic to 8180?
> 
> My host is 192.168.1.1 and the win browser is at 192.168.1.6
> 
> Any help here would be appreciated.
> 
> --
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: dhcp problems (i think)

2004-11-07 Thread Gary Kline
On Sun, Nov 07, 2004 at 01:13:04AM -0800, cape canaveral wrote:
> On Sat, 6 Nov 2004 11:46:14 -0800, Charlie Root <[EMAIL PROTECTED]> wrote:
> > On Sat, Nov 06, 2004 at 10:51:50AM -0800, cape canaveral wrote:
> > 
> > 
> > > On Sat, 6 Nov 2004 10:28:36 -0800, Gary Kline <[EMAIL PROTECTED]> wrote:
> > > > On Sat, Nov 06, 2004 at 12:46:21PM -0500, Lowell Gilbert wrote:
> > > >
[[ ... ]]

> > 
> > dc0 goes to my IDSL router; dc1 goes to the hub/switch.
> > These look okay.  Am I missing something?
> > 
> > gary
> > 
> > PS: FWIW, I was also messing with things-firewall
> > Thursday evening.  Everything-firewall is now set="NO".
> > 
> > 
> For the machine that can't connect to anything, can it
> ping/ssh/whatever to services on your LAN by IP address?  If so, can
> it ping/ssh/whatever to services on the Internet?  Need to narrow it
> down to either DNS or network config.

I can ssh *into* sage/ns1 from any of my 10/8 servers immediately.
However, on sage trying "% ssh tao" takes two minutes.  
Something times-out.  Also, on sage.thought.org, I can ping
anywhere.  On my internal servers, no; nothing reaches the 
outside world.


> 
> The problem still sounds like DNS to me.  Either bad resolver IP(s)
> provided by the DHCP server or bad tcp/ip configuraiton preventing the
> machine from getting to a working DNS server.  Check /etc/resolv.conf
> on the broken machine and verify that it contains working recursive
> DNS servers (ie, with dig).
> 

Hm, strange: dig ns1.thought.org worked yesterday.  Now, none
of my secondaries respond.  According to my logs, something
happened just before 01:00today.  My secondaries are at
telstra.net and secondary.com.  I use dnsreport.com to tell 
me if things are right.   They see what dig does... .


Same with dig and the IP's in my resolv.conf.  dig is wedged.
I've only rebooted past hour, tho. 

gary


-- 
Gary Kline  Seattle BSD Users' Group (seabug)  | [EMAIL PROTECTED]
Thought Unlimited Org's Alternate Email Site
http://www.magnesium.net/~kline
   To live is not a necessity; but to live honorably...is a necessity. -Kant

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Naming confusion

2004-11-07 Thread Lloyd Hayes

Lowell Gilbert wrote:
Lloyd Hayes <[EMAIL PROTECTED]> writes:
 

>don't worry about it.
With XFree86, it is an issue.
It appears that Xorg won't configure correctly without it. Although I
won't swear that's the problem with Xorg.
   

If you describe the actual symptoms you're seeing, someone might be
able to help.
 

>Unless you're trying to have someone outside reach your machine (as
opposed to vice versa), you might as well just use whatever name the
ISP you're currently connected to tries to give you.
U, The computer with FBSD on it has not been connected to the
Internet since last winter, when it had Win 98SE on it. I'm a truck
driver who carries two computers in the truck with me, and seem to be
collecting more older computers at home in Wyoming. In the truck, I
always have one computer turned on. I get my loads over the Internet,
get most of my news over the Internet, keep truck records, do my legal
logbook, and keep in touch with my daughters who live in Europe, and
learn about FreeBSD all with a laptop computer. The fact of the matter
is that I can not even work without a working computer.
   

I can't even tell from that paragraph whether you want the FreeBSD
machine to be Internet-connected or not.  If you don't, then just pick
any old name for the machine (preferably with a non-existent top-level
domain), stick that name into rc.conf as 'hostname', and add it to
/etc/hosts as well (for 127.0.0.1).
E.g., 
rc.conf could have 
hostname="lloyd-freebsd.private"
and hosts could have
127.0.0.1		localhost lloyd-freebsd.private

 

Since many of the processes running on FreeBSD require a 'named'
computer, I need to know how to handle this. Otherwise, as it says in
"The Complete FreeBSD" book, there will be processes which will not
run, or else they will not run correctly on my computer. The answer to
this problem does not seemed to be addressed while using 'dhclient' in
any of the printed information that I could find.
   

If you're running DHCP, then you could just have dhclient set the
system name.  I do something like this on my own laptop, but I haven't
got access to it at the moment.  Basically I just had one of the
dhclient "hooks" scripts set the machine's hostname to whatever DHCP
had just assigned.  Something like:
if [ "x${new_host_name}" = "x" ] ; then
   hostname ${new_host_name}
fi
If you want to be able to go offline without rebooting, you would need
a little more tinkering -- probably an entry in pccard.conf resetting
your hostname when you remove the modem card would do that.
 


Do I want to connect this machine to the Internet? Yes, as a client.
Have I been able to connect this machine to the Internet using FreeBSD? No
   Conditions for Internet Access: WiFi 802.11 b or g wireless at
   different locations all across the USA. No regular access location
   or service, and no land line.
   Other considerations: External (CD-Burner-DVD Roms,  Hard Drives,
   Scanners, Printers, Cameras, Video - Audio - Multimedia Devices,
   Modems, WiFi cards, Port Adapters, Touch Tablets w/mice, Keyboards,
   mice, etc.)  These devices are all external from the laptops.
One problem or another always comes up. Right now, I'm dealing with this 
naming issue.

Xorg is a problem which seems to come under the heading of New 
Technology. I'll stick with XFree86.
Xorg is now off of this computer.


Lloyd Hayes
Email: [EMAIL PROTECTED]
URL: http://TalkingStaff.bravehost.com 
E-FAX Number: (208) 248-6590

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Completely remove MySQL?

2004-11-07 Thread Ara
Hello
I am a noob but I think the proper way would be use port collection and use
make deintsall on my sql. Then after it is gone, build the new one

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of W. D.
Sent: November 7, 2004 2:05 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Completely remove MySQL?

Hi Folks,

How does one completely remove MySQL from FreeBSD 4.9?

My router died, and upon replacement I switched to
static IP addresses on my local network.  Unfortunately,
When using phpMyAdmin to access a database, it
tries to access the database at the old IP.

I can easily recreate the database--as well easily
reinstall PHP, MySQL, and phpMyAdmin--but how do I
remove everything so that the old IP address is
not referenced?

By the way, where is this IP address being stored?

Thanks mucho for any light you can shed!



Start Here to Find It Fast!T ->
http://www.US-Webmasters.com/best-start-page/
$8.77 Domain Names -> http://domains.us-webmasters.com/

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Completely remove MySQL?

2004-11-07 Thread David Jenkins
On Sun, 07 Nov 2004 13:05:10 -0600, W. D. <[EMAIL PROTECTED]> wrote:
> Hi Folks,
> 
> How does one completely remove MySQL from FreeBSD 4.9?
> 
> My router died, and upon replacement I switched to
> static IP addresses on my local network.  Unfortunately,
> When using phpMyAdmin to access a database, it
> tries to access the database at the old IP.
> 
> I can easily recreate the database--as well easily
> reinstall PHP, MySQL, and phpMyAdmin--but how do I
> remove everything so that the old IP address is
> not referenced?
> 
> By the way, where is this IP address being stored?
> 
> Thanks mucho for any light you can shed!

Hi,

Maybe I've misunderstood this, but why do you need to remove MySQL?

Are you able to access the database from the command line? Are
phpmyadmin and MySQLd all running on the same machine?

David
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: ipfw allowing browser only

2004-11-07 Thread Ara
Hello
You only need tcp 80 on regular http and 443 for ssl, https
I don't get what exactly are you trying to do? Are you publishing a web
server to external clients behind a firewall? Any diagram text would be nice

Internet <> router (192.168.1.6) <> webserver(192.168.1.1)
Is this right?



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David Banning
Sent: November 7, 2004 1:57 PM
To: [EMAIL PROTECTED]
Subject: ipfw allowing browser only

I am trying to filter out all traffic except browser traffic.
So I tried 

01000 allow tcp from any to 192.168.1.6 80
01100 allow udp from any to 192.168.1.6 80
01200 deny ip from any to 192.168.1.6
65535 allow ip from any to any

But this does not allow browser traffic.

I have my browser traffic redirected via ipnat - ipnat rules are;

rdr dc0 127.0.0.1/0 port 80 -> 192.168.1.1 port 8180 tcp

I don't know what comes first, the redirect or the firewall, so maybe
I should be allowing traffic to 8180?

My host is 192.168.1.1 and the win browser is at 192.168.1.6

Any help here would be appreciated.

-- 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ipfw allowing browser only

2004-11-07 Thread gabriel
did ya restart natd after making that change? - does it work without
the deny rule?


On Sun, 7 Nov 2004 13:57:05 -0500, David Banning
<[EMAIL PROTECTED]> wrote:
> I am trying to filter out all traffic except browser traffic.
> So I tried
> 
> 01000 allow tcp from any to 192.168.1.6 80
> 01100 allow udp from any to 192.168.1.6 80
> 01200 deny ip from any to 192.168.1.6
> 65535 allow ip from any to any
> 
> But this does not allow browser traffic.
> 
> I have my browser traffic redirected via ipnat - ipnat rules are;
> 
> rdr dc0 127.0.0.1/0 port 80 -> 192.168.1.1 port 8180 tcp
> 
> I don't know what comes first, the redirect or the firewall, so maybe
> I should be allowing traffic to 8180?
> 
> My host is 192.168.1.1 and the win browser is at 192.168.1.6
> 
> Any help here would be appreciated.
> 
> --
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 


-- 
gabriel,

Member of:
FreeBSD-Announce
FreeBSD-Hardware
FreeBSD-Multimedia
FreeBSD-questions
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: First questions: rebuilding world

2004-11-07 Thread David Jenkins
On Sun, 7 Nov 2004 11:28:50 -0500, Joseph H. Fry <[EMAIL PROTECTED]> wrote:
> > If you've used the correct TAG in your cvsup files and have
> > cvsup'd over the last day or so, then you should build 5.3-RELEASE.
> >
>
> Which tag is the "correct" tag?

In your source-tree supfile you should have a line like:

*default tag=RELENG_5_3

Hope that helps.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


5.3 problems

2004-11-07 Thread steveb99
I downloaded 5.3 and installed it a couple times last night and had
some problems. I was wondering if anyone else is having similar
problems.

First it is a while box computer, Intel PIII 800, 256MB PC133 RAM,
Intel 815 motherboard, 2 x 40GB IDE drives,  FBSD 5.2 on one drive and
installing 5.3 on the second drive.

Issues:
The installed didn't add 5.3 to the BSD boot manager it set it up to
only recognize 5.3.   

Not a real big deal but I setup the network during install, but after
install completes network is not configured.

Last is X isn't configured and now sure where to with the X.Org.
During install I do choose the X Kern Dev packages. During port
selection I made sure X package are selected and also WindowMaker the
WM I use.  X does get install but only the basic fvwm is working and
if you try to exit it won't.  To leave fvwm I have to hit
shift-alt-bksp combo to get X to exit.  Then I ran /stand/sysinstall
to configure X like I would in 5.2, but I don't see the X configure
anywhere.

Thought I might of done something wrong and reinstalled a couple time
and it was like what I described above each time. I've been look for
some doc on 5.3 to see where I going wrong, but not finding much, any
suggestions?

Steve B.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Completely remove MySQL?

2004-11-07 Thread W. D.
Hi Folks,

How does one completely remove MySQL from FreeBSD 4.9?

My router died, and upon replacement I switched to
static IP addresses on my local network.  Unfortunately,
When using phpMyAdmin to access a database, it
tries to access the database at the old IP.

I can easily recreate the database--as well easily
reinstall PHP, MySQL, and phpMyAdmin--but how do I
remove everything so that the old IP address is
not referenced?

By the way, where is this IP address being stored?

Thanks mucho for any light you can shed!



Start Here to Find It Fast!™ -> http://www.US-Webmasters.com/best-start-page/
$8.77 Domain Names -> http://domains.us-webmasters.com/

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Naming confusion

2004-11-07 Thread Lloyd Hayes
Thanks for the reply. I liked what you said, and it pretty much sums up 
what I've seen all across the UNIX world. BSD and Linux seem to be 
geared towards permanent locations and for regular repeated types of 
projects. Mobility seems to a available, but on a very limited scale. 
However, there are people out there doing just this. I would really like 
read about their experiences with problems and solutions.

As for using a Mac. I have always considered the Mac a superior machine, 
but their sales structure turns me off. They end up being too expensive. 
On my recommendation, my brother bought a Mac desktop. He like it so 
well that he bought a Mac laptop too. He's works as a Nuclear Analyst 
and a couple of years ago, he changed companies to work as head of 
department for a new company starting up. The people in the IT 
department are always dropping into his office to check his laptop. They 
check everyone's laptops which are used within the company. They are 
always wishing that the M$ operating laptops worked as well as his MAC.

I've considered putting Darwin on my computers, but from what I have 
read, there are not enough PC type drivers for it. What originally drew 
me to FreeBSD was that the Mac OS-X was based on FreeBSD.

But I have gotten side-tracked off of the subject.
If I read your answer right, I can put any name in here like 
"traveler2.hayes.org", and as long as it's connecting to the Internet 
and it's not a server connected from the Internet, it should be OK. Right?

Lloyd Hayes
Email: [EMAIL PROTECTED]
URL: http://TalkingStaff.bravehost.com 
E-FAX Number: (208) 248-6590


Matthew Seaman wrote:
On Sat, Nov 06, 2004 at 11:49:13PM -0700, Lloyd Hayes wrote:
[ Hostname changes when going on-line from different locations ] 

 

don't worry about it.
 

With XFree86, it is an issue.
It appears that Xorg won't configure correctly without it. Although I 
won't swear that's the problem with Xorg.
   

One problem you will run into, with either flavour of X Windows, is to
do with the authentication mechanism.  X is designed to be network
transparent -- so I can run an X program somewhere else on the net and
have it put its windows etc. on my local desktop.  See xauth(1) for a
program you can use to manage access in that way.  The problem is that
the records xauth(1) keeps in ~/.Xauthority are based on the machine's
hostname -- and that includes connecting to the local desktop too, as
a degenerate case of 'across the network'.  So if your hostname
changes, suddenly you may well have to quit your current X session,
log out and log in again to reestablish those credentials.
There are other programs, like sendmail(8), ipfw(8), natd(8), which
will tend to have an adverse reaction to the hostname and IP number
changing out from beneath them unless very carefully configured.
Now, usually this doesn't pose too much of a problem as typically
dhclient(8) isn't configured to modify the hostname.  The trouble
happens when the authentication system tries to *verify* the host
name.  It does that by looking up the name in the DNS, which returns
one or more IP numbers.  Then it looks up those IP numbers, and counts
the name as verified if any of them return the original hostname.
[Well, there's a bit more to it than that involving various other DNS
record types, but that's the basic idea]
You can see that there are going to be problems with this if you're
moving between different connectivity providers:
   * Either you choose your own hostname and stick with it -- except
 that the IP number you get from the ISP won't resolve back to
 that hostname.  In this case you could use a 'dynamic dns' type
 service, as provided by eg. http://www.dyndns.org/ -- not
 recommending that serive in particular, just using it as an
 example.  However this is normally used by home users and
 precise timings of updates etc. may make it unsuitable for you.
 You'll have to experiment.
 Note that the hostname doesn't actually *have* to correspond to
 any of the IP numbers configured on any of the interfaces, but
 that most software will assume that it does unless configured
 otherwise.  And it can be quite tricky to configure some
 packages to cope with that sort of setup.
   * You accept the hostname that goes with the IP number dished out
 by the ISP temporarily.  That means logging out and back in
 again when you go on-line.  

 

I've been using my backup computer as a test bed for the various 
operating systems.  M$ has never been real reliable. But my virus 
software seems to be blocking viruses almost daily which are aimed at 
one Microsoft product or another. It has become apparent to me that any 
computer that I have which is connected to the Internet needs to be 
using non-M$ products. I had hoped to make a painless transfer to one of 
the Linux or BSD products, much as I did about 11 years ago when I 
jumped from CBM and Apple computers to PCs. (13 years of usin

ipfw allowing browser only

2004-11-07 Thread David Banning
I am trying to filter out all traffic except browser traffic.
So I tried 

01000 allow tcp from any to 192.168.1.6 80
01100 allow udp from any to 192.168.1.6 80
01200 deny ip from any to 192.168.1.6
65535 allow ip from any to any

But this does not allow browser traffic.

I have my browser traffic redirected via ipnat - ipnat rules are;

rdr dc0 127.0.0.1/0 port 80 -> 192.168.1.1 port 8180 tcp

I don't know what comes first, the redirect or the firewall, so maybe
I should be allowing traffic to 8180?

My host is 192.168.1.1 and the win browser is at 192.168.1.6

Any help here would be appreciated.

-- 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvsup 5.3 release gets incomplete release

2004-11-07 Thread Gene
BINGO!!! That did it. Thanks for picking up on that ridiculous typo and 
for the link. That explains a lot.
Gene

Lowell Gilbert wrote:
listmail <[EMAIL PROTECTED]> writes:
 

Thus I have two questions:
1) What am I doing wrong?  (Or am I ?)
2) What's with the files ending in ",v"?
   

http://www.cvsup.org/faq.html#missingtag
 

The supfile used was as apperase below:
*default tags=5_3_RELEASE
   

  
That should be "tag", not "tags".
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvsup 5.3 release gets incomplete release

2004-11-07 Thread Kent Stewart
On Sunday 07 November 2004 08:29 am, Lowell Gilbert wrote:
> listmail <[EMAIL PROTECTED]> writes:
> > Thus I have two questions:
> > 1) What am I doing wrong?  (Or am I ?)
> > 2) What's with the files ending in ",v"?
>
> http://www.cvsup.org/faq.html#missingtag
>
> > The supfile used was as apperase below:
> >
> > *default tags=5_3_RELEASE
>
>
>
> That should be "tag", not "tags".

And you need a valid tag or his /usr/src will be wipped clean. I would never 
run a full release because security fixes are never added but RELENG_5_3 
would be all right.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Xorg Log-In

2004-11-07 Thread Lloyd Hayes
Any editing that I try to do beyond the Xorg -configure leads to 'User" 
and "Password" with it not accepting my system passwords. I searched for 
".xinitrc" and ".xsession" and nothing showed up. I read in the FreeBSD 
handbook about creating ".xsessions". Following the exact directions 
listed, I got no such file or directory after:
echo "#!/bin/sh" > -/.xsession

This was version 5.3
Xorg is brand new, and there only seems to be a few lines of 
documentation concerning it. I'm new to this whole thing, and having a 
difficult time making sense of many things in the UNIX world. There is 
more documentation about version 5.2.1 then 5.3. I'm in the process of 
removing 5.3 and putting 5.2.1 back on here. And I think that I'll keep 
XFree86 on it.

Lloyd Hayes
Email: [EMAIL PROTECTED]
URL: http://TalkingStaff.bravehost.com 
E-FAX Number: (208) 248-6590


Christian Hiris wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Saturday 06 November 2004 18:28, Lloyd Hayes wrote:
 

I figured that starting over with FBSD 5.2.1 was a good idea, installing
less software this time. However, on impulse, I installed v5.3 No new
problems until I got to Xorg.
I have the new docs downloaded from FreeBSD. "The FreeBSD Handbook" from
The FreeBSD Documentation Project,  and "Frequently Asked Questions"
from the same place. They give some information about Xorg.
Typing 'startx" gets me to a graphical screen similar to the setup
screen used in xorg -config. My only option was to hit
Ctrl-Alt-Back_Space to get out of it.
I then tried to use xdm -config.
I get to the point where it asks for name and password. This is
mentioned in the handbook. There is no security level set, so the system
is at it's default level. I'm logged in as root, so I type "root" and my
root password. It loops back to the same menu each time that I do this.
Any other input here just produces a wrong name. It won't accept a blank
input either.
   

Possibly you haven't entered an entry for your windowmanager in your .xinitrc 
or .xsession file. startx uses .xinitrc, xdm uses .xsession. 
'man xdm' explains which files are used by xdm and where they are located.
Look for errors listed in ~/.xsession-errors, if you use xdm. 

 

(At this point, I was looking for the author, a rope, and a tall tree.
My 2nd option was to send this email)
Is there a secret code to getting into Xorg and setting it up for Gnome?
   

An easy way to setup gnome (and other wm) is gdm:
# cp -p /usr/X11R6/etc/rc.d/gdm.sh.sample /usr/X11R6/etc/rc.d/gdm.sh
# /usr/X11R6/etc/rc.d/gdm.sh start
After next reboot gdm will be started automatically. Gdm is part of the gnome 
(meta-)package. 

Cheers,
ch
- -- 
Christian Hiris <[EMAIL PROTECTED]> | OpenPGP KeyID 0x3BCA53BE 
OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (FreeBSD)

iD4DBQFBjSdU09WjGjvKU74RAh01AJd77uoaUgq8mLd8nMF3oeU2zPZWAJ9zavvi
RCIEymWh8v0sPIr/4QIGJw==
=IQUB
-END PGP SIGNATURE-
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FTP access with ipfw

2004-11-07 Thread Martin Schweizer
Hello Emil

Am Sun, Nov 07, 2004 at 03:27:02PM +0100 Emil Khatib schrieb:
> ipfw add allow tcp from any to any 1024-65000 keep-state
> is it secure to open those ports?

... if no service is running there I see no problems.
 
> On Sun, 7 Nov 2004 15:22:16 +0100, Martin Schweizer
> <[EMAIL PROTECTED]> wrote:
> > Hello
> > 
> > I had a long time to figure out the rules for ipfw (with and without nat, no
> > different for me). Attached I send you the part of rc.firewall that is for 
> > ftp:
> > 
> > ipfw -f flush
> > ipfw add check-state
> > 
> > [snip]
> > 
> > # FTP
> > ipfw add allow tcp from any to any 20
> > ipfw add allow tcp from any to any 21
> > ipfw add allow tcp from any to any 1024-65000 keep-state
> > 
> > [snip ]
> > 
> > Am Sun, Nov 07, 2004 at 09:02:10AM -0500 Ara schrieb:
> > > This mail is probably spam.  The original message has been attached
> > > along with this report, so you can recognize or block similar unwanted
> > > mail in future.  See http://spamassassin.org/tag/ for more details.
> > >
> > > Content preview:  Hello Are you connecting directly to internet or via
> > >   nat? In that case you may have to enable passive mode on your ftp
> > >   client
> > > 
> > > Content analysis details:   (3.60 points, 3 required)
> > > IN_REP_TO  (-0.5 points) Has a In-Reply-To header
> > > FORGED_MUA_OUTLOOK (3.5 points)  Forged mail pretending to be from MS 
> > > Outlook
> > > MISSING_OUTLOOK_NAME (0.6 points)  Message looks like Outlook, but isn't
> > >
> > >
> > 
> > Content-Description: original message before SpamAssassin
> > > From: "Ara" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Date: Sun, 7 Nov 2004 09:02:10 -0500
> > > X-Mailer: Microsoft Office Outlook, Build 11.0.6353
> > > Subject: RE: FTP access with ipfw
> > 
> > 
> > >
> > >
> > > Hello
> > > Are you connecting directly to internet or via nat? In that case you may
> > > have to enable passive mode on your ftp client
> > >
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED] On Behalf Of Emil Khatib
> > > Sent: November 7, 2004 8:54 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: FTP access with ipfw
> > >
> > > Hi, I-m trying to secure my FreeBSD box using ipfw, but i can-t
> > > configure FTP client to access the internet. I-ve googled aroun
> > > everywhere but none of the solutions worked for me! I-m connected
> > > using dialup and user ppp.
> > > And another question, Would it be better if I used the firewall
> > > included with PPP?

-- 

Regards

Martin Schweizer
<[EMAIL PROTECTED]>

PC-Service M. Schweizer GmbH; Gewerbehaus Schwarz; CH-8608 Bubikon
Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch;
public key : http://www.pc-service.ch/pgp/public_key.asc; 
fingerprint: EC21 CA4D 5C78 BC2D 73B7  10F9 C1AE 1691 D30F D239;



pgpEi4qyNQrLx.pgp
Description: PGP signature


Re: Ipfw Impossibility - Perpetual Motion Achieved!

2004-11-07 Thread Dave McCammon

--- "Jason C. Wells" <[EMAIL PROTECTED]> wrote:

> Pray tell how is this report from 'ipfw show' even
> possible?
> 
> 17100   3   228 count ip from any to any
> 65535  27  1986 deny ip from any to any
> 
> If rule 17100 only counted three packets, then how
> did the very next rule 
> count 27?  I do not use 'skipto' rules.
> 
> We appear to be passing more packets out of rule
> 17100 than are going in. 
> If we can harness this energy, we can power the
> universe! :)
> 

I believe the 27 count is from boot-up before rule
17100 is loaded.




__ 
Do you Yahoo!? 
Check out the new Yahoo! Front Page. 
www.yahoo.com 
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Ipfw Impossibility - Perpetual Motion Achieved!

2004-11-07 Thread Jason C. Wells
Pray tell how is this report from 'ipfw show' even possible?
17100   3   228 count ip from any to any
65535  27  1986 deny ip from any to any
If rule 17100 only counted three packets, then how did the very next rule 
count 27?  I do not use 'skipto' rules.

We appear to be passing more packets out of rule 17100 than are going in. 
If we can harness this energy, we can power the universe! :)

Thanks,
Jason C. Wells
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD 5.3 and ed0 [SOLVED]

2004-11-07 Thread Gerard Samuel
Gerard Samuel wrote:
Gerard Samuel wrote:
Gerard Samuel wrote:
Kris Kennaway wrote:
On Sat, Nov 06, 2004 at 09:29:27PM -0500, Gerard Samuel wrote:
 

Im trying to move from FreeBSD 4.10 to 5.3.
When I used to install 3.x/4.x on this box, I would configure
the network card during the install process.
According to the manual, the device config part of the install,
was taken out, but the network card doesnt get identified by 
FreeBSD 5.3.
I tried selecting #6 during the install boot menu,
and entered ->
boot -c
in the hopes to get the device config screen, but I didn't get that.
Is it possible to get that pre FBSD 5.x device config screen,
or is there some way to configure that network card during the 
install process??
  


I believe you can set a hint variable from the loader prompt.  The
defaults are:
hint.ed.0.at="isa"
hint.ed.0.disabled="1"

While reading the manual at 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/device-hints.html 

it says ->
disabled: if set to 1 the device is disabled.
So that maybe my problem.
I'll give it a shot tomorrow, and report back... 
Ok.  setting
hint.ed.0.disabled="0"
hint.ed.0.port="0x300"
Solved my problem.
And as a side note, to make the change permanent, modify
/boot/device.hints for the ed0 driver (or I believe it can be
done via a custom kernel).
Thanks for pointing me in the right direction...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvsup 5.3 release gets incomplete release

2004-11-07 Thread Lowell Gilbert
listmail <[EMAIL PROTECTED]> writes:

> Thus I have two questions:
> 1) What am I doing wrong?  (Or am I ?)
> 2) What's with the files ending in ",v"?

http://www.cvsup.org/faq.html#missingtag

> The supfile used was as apperase below:
> 
> *default tags=5_3_RELEASE
   

That should be "tag", not "tags".
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: First questions: rebuilding world

2004-11-07 Thread Joseph H. Fry

> > Also, does doing all of this bring me to the most recent stable
> > release? (I noticed that 5.3 was released yesterday,
> presumably just
> > after I downloaded 5.2.1).
>
> If you've used the correct TAG in your cvsup files and have
> cvsup'd over the last day or so, then you should build 5.3-RELEASE.
>

Which tag is the "correct" tag?

 Joe Fry 
([EMAIL PROTECTED])



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvsup 5.3 release gets incomplete release

2004-11-07 Thread Donald J. O'Neill
On Sunday 07 November 2004 09:00 am, listmail wrote:
> Hello -
>
> Running a current 5.2.1 machine, I attempted to get release 5.3
> via cvsup. When
> it was finished, I found that  among other things, the file
> UPDATING did not exist
> in /usr/src and
>
> "make [ world | buildworld \ ... ]"
>
>  bombed out with
>
> "don't know how to make [world | buildworld | ...]"
>

# cd /usr/src
# make buildworld 

> (missing Makefile?)
>
> mergemaster bombs out as well.
> I've deleted the entire /usr/src and tried again using both
> tag=5_3_RELEASE and tag=.
> I've read and re-read the handbook, and looked at the archives
> without results.
>
> Thus I have two questions:
> 1) What am I doing wrong?  (Or am I ?)
> 2) What's with the files ending in ",v"?
>
> The supfile used was as apperase below:
>
> *default tags=5_3_RELEASE

use:
 *default tag=RELENG_5_3_0_RELEASE
 or
 *default tag=RELENG_5_3
 or, if you want stable:
 *default tag=RELENG_5

> *default host=cvsup.at.FreeBSD.org

Are you in Austria? Europe?
> *default prefix=/usr
> *default base=/usr/local/etc/cvsup

Try: 
 *default base=/usr

> *default release=cvs delete use-rel-suffix compress

If you have a broadband connection, you could use:
 *default release=cvs
 *default delete use-rel-suffix

> src-all
>
> The directory of the resulting /usr/src looks like:
>
> drwxr-xr-x2 root  wheel 512 Nov  6 22:44 Attic
> -r--r--r--1 root  wheel   16259 Oct 24 13:31 COPYRIGHT,v
> -r--r--r--1 root  wheel   37071 Oct 24 13:31 MAINTAINERS,v
> -r--r--r--1 root  wheel  279044 Nov  5 21:14 Makefile,v
> -r--r--r--1 root  wheel  367347 Nov  5 21:14 Makefile.inc1,v
> -r--r--r--1 root  wheel   26634 Oct 24 13:31 README,v
> -r--r--r--1 root  wheel  432204 Nov  4 13:12 UPDATING,v
> -r--r--r--1 root  wheel   23392 Oct 24 13:31 UPDATING.64BTT,v
> drwxr-xr-x   39 root  wheel1024 Nov  6 22:45 bin
> drwxr-xr-x   69 root  wheel1536 Nov  6 23:17 contrib
> drwxr-xr-x9 root  wheel 512 Nov  6 23:21 crypto
> drwxr-xr-x   35 root  wheel1024 Nov  6 23:22 eBones
> drwxr-xr-x   25 root  wheel2048 Nov  6 23:22 etc
> drwxr-xr-x   45 root  wheel1024 Nov  6 23:23 games
> drwxr-xr-x9 root  wheel 512 Nov  6 23:29 gnu
> drwxr-xr-x7 root  wheel2048 Nov  6 23:30 include
> -r-xr-xr-x1 root  wheel   13820 Oct 24 13:31
> installworld_newk,v -r-xr-xr-x1 root  wheel   17349 Oct 24
> 13:31 installworld_oldk,v drwxr-xr-x9 root  wheel 512 Nov
>  6 23:30 kerberos5 drwxr-xr-x   10 root  wheel 512 Nov  6
> 23:30 kerberosIV drwxr-xr-x   99 root  wheel2048 Nov  6 23:39
> lib
> drwxr-xr-x   43 root  wheel1024 Nov  6 23:39 libexec
> drwxr-xr-x   37 root  wheel1024 Nov  6 23:39 lkm
> drwxr-xr-x   20 root  wheel 512 Nov  6 23:41 release
> drwxr-xr-x4 root  wheel 512 Nov  6 23:41 rescue
> drwxr-xr-x  138 root  wheel2560 Nov  6 23:42 sbin
> drwxr-xr-x8 root  wheel 512 Nov  6 23:43 secure
> drwxr-xr-x   28 root  wheel 512 Nov  6 23:46 share
> drwxr-xr-x   72 root  wheel1536 Nov  7 00:13 sys
> drwxr-xr-x   14 root  wheel 512 Nov  7 00:13 tools
> drwxr-xr-x  280 root  wheel4608 Nov  7 00:17 usr.bin
> drwxr-xr-x  244 root  wheel4608 Nov  7 00:23 usr.sbin
>

Hello Gene,

See above suggestions.

Here is the procedure, taken from /usr/src/UPDATING. Also cvsup your 
ports and read /usr/ports/UPDATING. There are important things to 
do listed in both of them.

To rebuild everything and install it on the current system.
 ---
 # Note: sometimes if you are running current you gotta do more than
 # is listed here if you are upgrading from a really old current.

 
 
 make buildworld
 make buildkernel KERNCONF=YOUR_KERNEL_HERE
 make installkernel KERNCONF=YOUR_KERNEL_HERE
 
 
 /etc/rc.d/preseedrandom
 mergemaster -p
 make installworld
 mergemaster 
 

I hope this is a help and not a hinderance to you.

Don
-- 
Donald J. O'Neill
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: dhcpd (reprise)

2004-11-07 Thread Lowell Gilbert
Gary Kline <[EMAIL PROTECTED]> writes:

>   I don't know if my mail from last night (Friday, localtime)
>   got thru or not.  Part of sendmail is bolloxed too...  I
>   see my /var/log/maillog filling up, but unable to resolve
>   mail from freebsd.org.  Or anywhere.
> 
>   Anyhow, last night thngs on my primary server broke.  I can
>   ping, I can use mozilla, wshatever, but only from 
>   ns1.thought.org.  
> 
>   I fixed the new bind9 paths and re-exec'd those.  But for
>   unknown reasons, dhcpd fails to hand out new leases.  Does
>   anybody have any ideas howto debug this?  (I've tried some
>   people here on the Seattle list, but they're unavailable.)
> 
>   So: nutshell, looks like my /etc/namedb/* stuff is okay.
>   --Something wrong with sendmail.--  And dhcp* quit working.
>   Any real, hardcore system admins out there who can help me??

If sendmail is still failing to resolve names, then it sounds like
your named setup is *not* okay.  But you'd have to show us what the
symptoms are precisely in order for us to help figure it out.

For dhcpd, the answers are either in the dhcpd logs or could be if you
raised the verbosity.  I've been using the ISC server lately in a
development testbed, and I use the '-d' option to get the log
information sent directly to my terminal.  
 "dhcpd -d -cf /usr/local/etc/dhcpd.debug.conf"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Compiling the kernel

2004-11-07 Thread R. W.
On Saturday 06 November 2004 14:19, Valerian Galeru wrote:
> Could there appear any problems if the /usr/src/sys
> tree is not completely updated(I mean I started
> updating , but I didn`t finish) ?

If you mean: can cvsup be stopped, and started again? the answer is yes 
it can.

If you mean that you started upgrading your source, but then decided 
against rebuilding, then the answer is that it doesn't matter that your 
source is inconsistent, until you build.




___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: problem with XFree86-Libraries

2004-11-07 Thread Lowell Gilbert
please. top-post, Don't 

> Lowell Gilbert wrote:
> > You don't seem to have libXft installed.
> > That's strange; the port should require it.
> > Are you building through the FreeBSD ports system?
> > If not, you really should...

k wrote:

> Yes, i am.

Okay, then: do you have libXft installed?
(" pkg_info libXft*")
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Naming confusion

2004-11-07 Thread Lowell Gilbert
Lloyd Hayes <[EMAIL PROTECTED]> writes:

>  >don't worry about it.
> 
> With XFree86, it is an issue.
> It appears that Xorg won't configure correctly without it. Although I
> won't swear that's the problem with Xorg.

If you describe the actual symptoms you're seeing, someone might be
able to help.

>  >Unless you're trying to have someone outside reach your machine (as
> opposed to vice versa), you might as well just use whatever name the
> ISP you're currently connected to tries to give you.
> 
> U, The computer with FBSD on it has not been connected to the
> Internet since last winter, when it had Win 98SE on it. I'm a truck
> driver who carries two computers in the truck with me, and seem to be
> collecting more older computers at home in Wyoming. In the truck, I
> always have one computer turned on. I get my loads over the Internet,
> get most of my news over the Internet, keep truck records, do my legal
> logbook, and keep in touch with my daughters who live in Europe, and
> learn about FreeBSD all with a laptop computer. The fact of the matter
> is that I can not even work without a working computer.

I can't even tell from that paragraph whether you want the FreeBSD
machine to be Internet-connected or not.  If you don't, then just pick
any old name for the machine (preferably with a non-existent top-level
domain), stick that name into rc.conf as 'hostname', and add it to
/etc/hosts as well (for 127.0.0.1).

E.g., 
 rc.conf could have 
hostname="lloyd-freebsd.private"
 and hosts could have
127.0.0.1   localhost lloyd-freebsd.private

> Since many of the processes running on FreeBSD require a 'named'
> computer, I need to know how to handle this. Otherwise, as it says in
> "The Complete FreeBSD" book, there will be processes which will not
> run, or else they will not run correctly on my computer. The answer to
> this problem does not seemed to be addressed while using 'dhclient' in
> any of the printed information that I could find.

If you're running DHCP, then you could just have dhclient set the
system name.  I do something like this on my own laptop, but I haven't
got access to it at the moment.  Basically I just had one of the
dhclient "hooks" scripts set the machine's hostname to whatever DHCP
had just assigned.  Something like:

if [ "x${new_host_name}" = "x" ] ; then
hostname ${new_host_name}
fi

If you want to be able to go offline without rebooting, you would need
a little more tinkering -- probably an entry in pccard.conf resetting
your hostname when you remove the modem card would do that.

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org:8088/~lowell/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvsup 5.3 release gets incomplete release

2004-11-07 Thread Gene
DanGer wrote:
 %><
 

try using some other mirror instead of using this .at, it seems to be
broken :-)
 

I tried several mirrors - all with the same results.
Gene
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


  1   2   >