Re: Wireless networking hardware recomendations?

2003-10-27 Thread Matthew Faircliff
Hello,

I use a netgear MA3111 802.11b PCI card. It has a Prism chipset which is supported by 
FBSD.

Regards,

Matthew Faircliff


On Sun, Oct 26, 2003 at 04:00:23PM -0500, stan wrote:
Date: Sun, 26 Oct 2003 16:00:23 -0500
From: stan [EMAIL PROTECTED]
To: Free BSD Questions list [EMAIL PROTECTED]
Mail-Followup-To: Free BSD Questions list [EMAIL PROTECTED]
Subject: Wireless networking hardware recomendations?

I've got to set up a wireless network. I plan on using a FreeBSD machine as
the access point. It will be the gateway between an existing network, and a
new subnet dedicated to various 802.11/B (and later perhaps /G) enabled
devices.

I'm looking ofr recomendations for hardware on the FreeBSD end. It will be
a non laptop machine, so PCI slot hardware will fill the bill nicely.

-- 
They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
-- Benjamin Franklin
___
[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: compile automounter with LDAP support

2003-10-27 Thread Gernot Hueber
Hi Antoine,

you need to include /usr/local/include/ldap.h:
have a look am /usr/src/contrib/amd/include/am_defs.h
(HAVE_LDAP_H) and the HAVE_MAP_LDAP in several source files.
Probably you have to define both in /usr/src/usr.sbin/amd/amd/
Makefile?!
Gernot

Am 2003.10.25 10:45 schrieb(en) Antoine Jacoutot:
Hi :)

I sent the following message to the list some time ago but got no
answer.
I sending it again in case someone could help me on this.
Basically, I would like to recompile adm, shipped with the base
system, with
LDAP support (after installing the openldap port).
What I did is add the following line in
/usr/src/usr.sbin/amd/amd/Makefile :
SRCS+=  info_ldap.c
Unfortunately id does not work :(
I did the following:
$ cd /usr/src/usr.sbin/amd
$ make clean  make depend  make
I then get the following error:

 /usr/src/contrib/amd/amd/info_ldap.c:403: `LDAP_SUCCESS' undeclared
 (first use in this function)
 /usr/src/contrib/amd/amd/info_ldap.c:410: `LDAP_NO_SUCH_OBJECT'
 undeclared (first use in this function)
 /usr/src/contrib/amd/amd/info_ldap.c:423: structure has no member
named
 `ldap'
 /usr/src/contrib/amd/amd/info_ldap.c:431: syntax error before '='
token
 /usr/src/contrib/amd/amd/info_ldap.c:432: structure has no member
named
 `ldap'
 /usr/src/contrib/amd/amd/info_ldap.c:432: syntax error before entry
 /usr/src/contrib/amd/amd/info_ldap.c:438: syntax error before entry

 /usr/src/contrib/amd/amd/info_ldap.c:452: syntax error before entry

 /usr/src/contrib/amd/amd/info_ldap.c: In function `amu_ldap_mtime':
 /usr/src/contrib/amd/amd/info_ldap.c:473: structure has no member
named
 `ldap'
 *** Error code 1
 Stop in /usr/src/usr.sbin/amd/amd.
 *** Error code 1
 Stop in /usr/src/usr.sbin/amd.

I don't really know what to do, I guess ldap libraries aren't found or

something, although I do have OpenLDAP installed and working (as a
samba PDC
and Unix users authentication system).
Thanks in advance for your ideas...

Antoine

--
Antoine Jacoutot
[EMAIL PROTECTED]
http://www.lphp.org
PGP/GnuPG key: http://www.lphp.org/ressources/ajacoutot.asc
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-
[EMAIL PROTECTED]

--
Dipl.-Ing. Gernot Hueber
Institut f. Integrierte Schaltungen
Altenbergerstr. 69
4040 Linz
Tel: +43 732 2468-7120, Fax: -7126
E-mail: [EMAIL PROTECTED]
WWW: www.riic.at
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Choosing A Stripe-Size (RAID5 Array)

2003-10-27 Thread Uwe Doering
Rishi Chopra wrote:
I've had a tough time getting help for this question on the newsgroups and
freebsd.org discussion forums, so I thought I'd mail the list...
I'm setting up a 600GB Raid-5 array (4-200GB 8MB Buffer IDE disks connected
to an Adaptec 2400A controller) and would like some help picking a
stripe-size (this is the smallest unit of data written to each disk by the
raid controller.)  My usage pattern is fileserver and webserver+db, some
light desktop usage as well.  I'll be using defaults for the file system
(16K block size.)
Based on experience, can anyone suggest a good stripe-size choice?  Also, if
this controller performs best with a particular stripe-size under FreeBSD
(due to driver design, etc.) please say so; I can always tweak the newfs
command line switches to accomodate a particular stripe-size choice.
It depends on your priorities.  If you are after sheer transfer speed a 
smaller stripe size is best because a single transaction is likely to be 
spread over multiple disks which then deliver the data in parallel.

On the other hand, if your priority is not the transfer speed of a 
single transaction but rather the ability to process multiple 
transactions in parallel without too much congestion a bigger stripe 
size is preferred.  This is because in this case smaller transfers are 
likely to be limited to only one disk per transaction, at least 
statistically.  So in a four disk system you have still three disks left 
to process up to three other, independent transactions in parallel. 
This way the server is more resilient in a 
multi-client/multi-transaction environment.

My recommendation for moderately to heavily used file servers with 
multiple clients is therefore to use a bigger stripe size.  This also 
goes for web servers and DB servers as they are likely to cause multiple 
parallel disk transactions as well.  I think 256 kB is the maximum for 
this controller, so you may want to pick that value.  And there is no 
need to change the default block size of the file system in this 
scenario since this can lead to a performance degradation.  The FreeBSD 
kernel is optimized for 16kB blocks.

   Uwe
--
Uwe Doering |  EscapeBox - Managed On-Demand UNIX Servers
[EMAIL PROTECTED]  |  http://www.escapebox.net
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Process priority

2003-10-27 Thread Uwe Doering
Olaf Hoyer wrote:
On Sun, 26 Oct 2003, [EMAIL PROTECTED] wrote:

Is there some way ho to assign priority (cpu time) for each process ?
I'm using Samba server for PDF printing and in case of big printouts it
could eat whole cpu time for few seconds, so i'd like to control it
and give to this process lower priority.
nice and renice are the commands to give the process lower priority.

in particular, whilst operating, you will want to check out renice(8).
Or if you consider it appropriate to give Samba only the available idle 
time in this scenario you may also want to look at the idprio(1) command.

   Uwe
--
Uwe Doering |  EscapeBox - Managed On-Demand UNIX Servers
[EMAIL PROTECTED]  |  http://www.escapebox.net
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: compile automounter with LDAP support

2003-10-27 Thread Antoine Jacoutot
Gernot Hueber wrote:
Hi Antoine,

you need to include /usr/local/include/ldap.h:
have a look am /usr/src/contrib/amd/include/am_defs.h
(HAVE_LDAP_H) and the HAVE_MAP_LDAP in several source files.
Probably you have to define both in /usr/src/usr.sbin/amd/amd/
Makefile?!
Great, thanks a lot, I'll have a look at it :)

Regards.

Antoine

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


Re: Using FreeBSD Graphics

2003-10-27 Thread Francesco Casadei
On Sun, Oct 26, 2003 at 04:52:38PM -0600, Sean P Shehan wrote:
 I own and operate a small commercial web site hosting business. We have 
 recently begun using FreeBSD on our new servers and wanted to ask if it was 
 ok to use FreeBSD graphics in our advertising for hosting?
 
 Thank you,
 
 Sean P Shehan
 President, CEO
 Data Serve Technologies, Inc.
 www.eDataRack.com 

 
 ---
 Outgoing mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.529 / Virus Database: 324 - Release Date: 10/16/2003

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

 end of the original message

Read question 16.10 in the FAQ, located at:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/misc.html#USE-BEASTIE
-- 
You can download my public key from http://digilander.libero.it/fcasadei/
or retrieve it from a keyserver (pgpkeys.mit.edu, wwwkeys.pgp.net, ...)

Key fingerprint is: 1671 9A23 ACB4 520A E7EE  00B0 7EC3 375F 164E B17B



pgp0.pgp
Description: PGP signature


Re[2]: Bind 9.2.3rc4

2003-10-27 Thread Vladimir
Hi, Jens.

 ?
JR You have 2 lines with defined acl's in your config and allow
JR only for requests matching the one of the list entries.
JR If I were in your situation, I would remove them for testing
JR to see whether it works than or not. I don't have any experience
JR with access control within bind, so I cannot tell you if it's
JR correct. I you ipf to block request not coming from 10.62.10.0/24 or
JR 127.0.0.0/8 to this machine.

I remove all acl's and changed all allow- but dig 127.0.0.1 do not
work. I removed all allow- but it do not work. :-(

 JR $ dig 127.0.0.1
 JR ;  DiG 8.3  127.0.0.1
 ...
 JR ;; MSG SIZE  sent: 27  rcvd: 102
 Not working.
JR Try to connect to internet and see if it works fine than.
Not working. :-(

JR If it does, either your /etc/resolve.conf is wrong

search habanet.local
domain habanet.local
nameserver 192.168.1.4

Is it right?

JR or your access restriction are.

 JR As you can see here, my server responds. You should check your logfiles
 JR to see why your server denied to answer the request. Maybe you have to
 JR increase the verbosity for it.
 
 How i can do it?

JR named(8) tells you :-)

You talking about -d option or about logging?

 Maybe something wrong in my configs?
 And why mc start so long? I know that because of named, bucaese when I
 stop it mc start quikly.
JR First assumtion of me is your acl's. If they're not, we'll look
JR deeper :-)

Problem not in acl.

-- 
Regards,
 Vladimir  mailto:[EMAIL PROTECTED]

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


Re: Bind 9.2.3rc4

2003-10-27 Thread Jens Rehsack
Vladimir wrote:
Hi, Jens.
Hi Vladimir,

JR You have 2 lines with defined acl's in your config and allow
JR only for requests matching the one of the list entries.
JR If I were in your situation, I would remove them for testing
JR to see whether it works than or not. I don't have any experience
JR with access control within bind, so I cannot tell you if it's
JR correct. I you ipf to block request not coming from 10.62.10.0/24 or
JR 127.0.0.0/8 to this machine.
I remove all acl's and changed all allow- but dig 127.0.0.1 do not
work. I removed all allow- but it do not work. :-(
And restarted you server?

Ok, start the named within a script(1) with '-d'. Then it
will print whatever it does. On another terminal, start a
request, eg. 'dig'. If you cannot find sth. mysterious or
unwanted in the output, attach the log.
JR $ dig 127.0.0.1
JR ;  DiG 8.3  127.0.0.1
...
JR ;; MSG SIZE  sent: 27  rcvd: 102
Not working.
JR Try to connect to internet and see if it works fine than.
Not working. :-(
JR If it does, either your /etc/resolve.conf is wrong

search habanet.local
domain habanet.local
nameserver 192.168.1.4
Is it right?
I think so.

JR or your access restriction are.


JR As you can see here, my server responds. You should check your logfiles
JR to see why your server denied to answer the request. Maybe you have to
JR increase the verbosity for it.
How i can do it?
JR named(8) tells you :-)

You talking about -d option or about logging?
At first about the '-d' option.

Maybe something wrong in my configs?
And why mc start so long? I know that because of named, bucaese when I
stop it mc start quikly.
JR First assumtion of me is your acl's. If they're not, we'll look
JR deeper :-)
Problem not in acl.
Your the expert :-)
No - as long as it doesn't work, the config should be reduced to
minimum. Maybe the acl's aren't the problem, maybe they aren't the
only one. Maybe they are the only one which is not wrong?
Would you please be so kind and attach the config files next time
you reply?
Jens

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


Serisl RS232 to serial TTY interface

2003-10-27 Thread ALTAF HUSSAIN
[EMAIL PROTECTED] [EMAIL PROTECTED]
I want to connect PC com port( serial RS232) to a device which having only 
serial TTY interface(15pin DB). What kind of hardware is required.

Altaf

email:[EMAIL PROTECTED]

_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

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


Time-limited login?

2003-10-27 Thread Cordula's Web
[Please Cc: me directly; I'm not on [EMAIL PROTECTED] Thanks.]

Hi,

does anyone know how to limit ssh/ftp/... logins to a
specific time-of-day (e.g. office times on weekdays)?

login(1) provides something like this (in /etc/login.conf
times.allow and times.deny) , but it doesn't apply to ssh
and other PAMified modules.

Is there a PAM module for FreeBSD which implements this
feature (or a port to such a module)? And if yes, will
all PAMified daemons in FreeBSD support/honor them?

Thanks.

-- 
Cordula's Web. http://www.cordula.ws/

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


Re: a quesions

2003-10-27 Thread Matthew Seaman
On Mon, Oct 27, 2003 at 12:12:05AM +, ops yop wrote:

Im one of the FreeBSD user and am so happy with with ur OS ,, but i
have a quesuion ,, i heard that there is an OS of FreeBSD has 56 CDs
,, i mean a FreeBSD for Server consists of 56 CDs ,,, is that right ??
 
I don't know where you heard that, but it is completely wrong.  56 CDs
worth, at 650Mb per CD comes out at about 35Gb.  You can fit a FreeBSD
system onto a less than 1Gb drive, although a 3 or 4Gb disk is about
the minimum you would want to use if you want all the system sources,
the ports tree, a reasonable number of ported applications and some
space left over to actually work with.

35Gb sounds to me roughly like what it would take to build an archive
of all of the distfiles of all of the ports in the tree, or maybe all
of the precompiled packages built out of those sources for all
contemporary versions of FreeBSD available -- ie. the amount of disk
space required to host a mirror of the ftp.freebsd.org site.  If
anyone attempted to make such a thing available on CD -- first, they'd
be crazy to try and sell it on CD Rom: DVD would be a much better idea
nowadays, and -- secondly: it would be out of date before they could
get the disks pressed, let alone sell them.  Much better to just
download the files as needed from the Internet.

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


pgp0.pgp
Description: PGP signature


PostgreSQL on FreeBSD

2003-10-27 Thread Wayne Pascoe
Hi all,

I'm trying to configure and tune postgresql on FreeBSD 4.9. We want to
allow at least 128 concurrent connections but preferably 256. 

Looking at the documentation, we should be okay if we set the following
in our kernel to achieve this:

kern.ipc.somaxconn = 512
kern.ipc.shmall = 65536
kern.ipc.shmmni = 128
kern.ipc.semmni = 8
kern.ipc.semmns = 256

Now, I have three questions...

1. Why do we have to set these in the kernel ? Why does setting them in
/etc/sysctl.conf or /etc/loader.conf not work ? 

2. Is there a recommended list of settings that we should use in our
kernel to allow 128 connections and 256 connections ? 

and lastly, 

3. What is the impact on the rest of the system likely to be by setting
aside this memory as shared memory ? Is it then no longer available to
other applications like Apache and Exim ? Are there any other
performance issues that we should be aware of ? 

Regards,

-- 
Wayne Pascoe
Be nice to your daemons.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Linux port.....

2003-10-27 Thread C. Ulrich
On Sat, 2003-10-25 at 00:43, andi payn wrote:
 4. While running a similar set of services, FreeBSD may be using less
 background processing time. Or maybe not. I definitely see significantly
 lower CPU usage (idling under X, FreeBSD shows about 2-10% CPU, linux
 about 15-35%). However, this may just be an artifact of linux's
 notoriously bad reporting, or the fact that I'm using the O(1) kernel
 and preemptible kernel patches, or maybe something stupid some GNOME
 applet is doing because I configured it wrong under linux; who knows

Check with top to see which processes are using the CPU. For me, 9 times
out of 10, it's the X server itself taking up cycles for doing nothing.
It won't do it right after a fresh boot, but some program along the way
usually triggers the siphoning of the CPU usage.

Charles Ulrich
-- 
http://bityard.net

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


Re: Can't get the faster of two modems to work with 4.8

2003-10-27 Thread C. Ulrich
On Sat, 2003-10-25 at 14:16, [EMAIL PROTECTED] wrote:
 Is this an init string thing?

It could be. What init strings are you sending? (On both modems and both
operating systems) And have you checked the manuals to see what
those strings are doing and what the recommended init string should be?
It might also be worthwhile to google for other init strings that people
with your brands of modems are using successfully.

Charles Ulrich
-- 
http://bityard.net

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


Re: Linux port.....

2003-10-27 Thread Andrew Humphries
On Mon, 2003-10-27 at 13:51, C. Ulrich wrote:

 On Sat, 2003-10-25 at 00:43, andi payn wrote:
  4. While running a similar set of services, FreeBSD may be using less
  background processing time. Or maybe not. I definitely see significantly
  lower CPU usage (idling under X, FreeBSD shows about 2-10% CPU, linux
  about 15-35%). However, this may just be an artifact of linux's
  notoriously bad reporting, or the fact that I'm using the O(1) kernel
  and preemptible kernel patches, or maybe something stupid some GNOME
  applet is doing because I configured it wrong under linux; who knows
 
 Check with top to see which processes are using the CPU. For me, 9 times
 out of 10, it's the X server itself taking up cycles for doing nothing.
 It won't do it right after a fresh boot, but some program along the way
 usually triggers the siphoning of the CPU usage.
 
 Charles Ulrich


I have found this an awful lot whilst running X under Linux. After a
fresh boot, with nothing running, it works nicely. Give it a couple open
applications, and even when nothing is running except X itself, it will
take up extra CPU time and physical memory space until freshly booted
again.

Regards,

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


Re: Crash in gui

2003-10-27 Thread C. Ulrich
On Sat, 2003-10-25 at 05:25, jason dictos wrote:
 Hi All,
 
Today my machine has locked up twice within the span of an hour, and both 
 times it locked up when I clicked on a link in Gaim. The lock is hard, and 
 there's no message in /var/log/messages that I can see, so my question is how 
 can I debug such a problem? Where even the caps lock button no longer 
 reponds?
 
 I'm using 5.1 + all security patches

It sounds like X is freezing and taking your console with it. You should
be able to log in remotely to shut down your system. Perhaps try
different versions of Gaim, X, and whatever your web browser is to see
if that makes the problem go away. You might also consider submitting a
bug report to the XFree86 project, but if you do be aware that they
probably have bug reporting procedures just like any other open source
project.

Charles Ulrich
-- 
http://bityard.net

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


Re: Log every access to a file

2003-10-27 Thread Cordula's Web
 How do you create/add a system log to monitor every access to a
 specific file (say a database file accessed through samba)? A sample
 line for syslog.conf would be greatly appreciated ?? :-)

Serve this file from an NFS-mounted partition and have nfsd
log all file accesses.

Is there a better way? Perhaps some kind of debugging option
in the VFS or UFS (1 or 2) code? Or a modified union-fs or nullfs
layer, which would intercept all filesystem calls and log them? Hmmm...

-- 
Cordula's Web. http://www.cordula.ws/

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


Problem with Intel Pro/1000 MTQuad Port Server(82546EB) on motherboard Intel se7505VB2 and FreeBSD 5.1

2003-10-27 Thread Anton Savoschik
Hello!
I use Intel Pro/1000 MTQuad Port Server(82546EB) NIC on motherboard Intel
se7505VB2(two integrated NIC's 10/100 and 10/100/1000) and FreeBSD
5.1. With latest driver from Intel(em-1.7.16.tar.gz) FreeBSD
recognized only two interfaces(em0, em1) instead fourth (device em2 belong to 
integrated 10/100/1000 NIC).

Please help!

Start-up system log:

-cut-

Oct 27 11:13:10  /kernel: Hyperthreading: 2 logical CPUs
Oct 27 11:13:10  /kernel: real memory  = 2146893824 (2096576K bytes)
Oct 27 11:13:10  /kernel: avail memory = 2088169472 (2039228K bytes)
Oct 27 11:13:10  /kernel: Programming 24 pins in IOAPIC #0
Oct 27 11:13:10  /kernel: IOAPIC #0 intpin 2 - irq 0
Oct 27 11:13:10  /kernel: Programming 24 pins in IOAPIC #1
Oct 27 11:13:10  /kernel: Programming 24 pins in IOAPIC #2
Oct 27 11:13:10  /kernel: FreeBSD/SMP: Multiprocessor motherboard
Oct 27 11:13:10  /kernel: cpu0 (BSP): apic id:  0, version: 0x00050014, at 0xfee0
Oct 27 11:13:10  /kernel: cpu1 (AP):  apic id:  1, version: 0x00050014, at 0xfee0
Oct 27 11:13:10  /kernel: io0 (APIC): apic id:  2, version: 0x00178020, at 0xfec0
Oct 27 11:13:10  /kernel: io1 (APIC): apic id:  3, version: 0x00178020, at 0xfec8
Oct 27 11:13:10  /kernel: io2 (APIC): apic id:  4, version: 0x00178020, at 0xfec80400
Oct 27 11:13:10  /kernel: Preloaded elf kernel kernel at 0xc02ef000.
Oct 27 11:13:10  /kernel: Pentium Pro MTRR support enabled
Oct 27 11:13:10  /kernel: md0: Malloc disk
Oct 27 11:13:10  /kernel: Using $PIR table, 21 entries at 0xc00fde70
Oct 27 11:13:10  /kernel: npx0: math processor on motherboard
Oct 27 11:13:10  /kernel: npx0: INT 16 interface
Oct 27 11:13:10  /kernel: pcib0: Host to PCI bridge on motherboard
Oct 27 11:13:10  /kernel: IOAPIC #0 intpin 16 - irq 2
Oct 27 11:13:10  /kernel: IOAPIC #0 intpin 19 - irq 5
Oct 27 11:13:10  /kernel: IOAPIC #0 intpin 18 - irq 10
Oct 27 11:13:10  /kernel: pci0: PCI bus on pcib0
Oct 27 11:13:10  /kernel: agp0: Intel Generic host to PCI bridge mem 
0xf400-0xf7ff at device 0.0 on pci0
Oct 27 11:13:10  /kernel: pci0: unknown card (vendor=0x8086, dev=0x2551) at 0.1
Oct 27 11:13:10  /kernel: pcib1: PCI to PCI bridge (vendor=8086 device=2552) mem 
0xf800-0xfbff at device 1.0 on
pci0
Oct 27 11:13:10  /kernel: pci1: PCI bus on pcib1
Oct 27 11:13:10  /kernel: pcib2: PCI to PCI bridge (vendor=8086 device=2553) at 
device 2.0 on pci0
Oct 27 11:13:10  /kernel: pci2: PCI bus on pcib2
Oct 27 11:13:10  /kernel: pci2: unknown card (vendor=0x8086, dev=0x1461) at 28.0
Oct 27 11:13:10  /kernel: pcib3: PCI to PCI bridge (vendor=8086 device=1460) at 
device 29.0 on pci2
Oct 27 11:13:10  /kernel: pci3: PCI bus on pcib3
Oct 27 11:13:10  /kernel: pcib4: PCI to PCI bridge (vendor=1014 device=01a7) at 
device 2.0 on pci3
Oct 27 11:13:10  /kernel: IOAPIC #1 intpin 6 - irq 11
Oct 27 11:13:10  /kernel: IOAPIC #1 intpin 7 - irq 16
Oct 27 11:13:10  /kernel: pci4: PCI bus on pcib4
Oct 27 11:13:10  /kernel: em0: Intel(R) PRO/1000 Network Connection, Version - 
1.7.16 port 0x7000-0x703f mem
0xf020-0xf021 irq 11 at device 6.0 on pci4
Oct 27 11:13:10  /kernel: em0:  Speed:N/A  Duplex:N/A
Oct 27 11:13:10  /kernel: em1: Intel(R) PRO/1000 Network Connection, Version - 
1.7.16 port 0x7040-0x707f mem
0xf022-0xf023 irq 16 at device 6.1 on pci4
Oct 27 11:13:10  /kernel: em1:  Speed:N/A  Duplex:N/A
Oct 27 11:13:10  /kernel: pci2: unknown card (vendor=0x8086, dev=0x1461) at 30.0
Oct 27 11:13:10  /kernel: pcib5: PCI to PCI bridge (vendor=8086 device=1460) at 
device 31.0 on pci2
Oct 27 11:13:10  /kernel: pci5: PCI bus on pcib5
Oct 27 11:13:10  /kernel: em2: Intel(R) PRO/1000 Network Connection, Version - 
1.7.16 port 0x8000-0x803f mem
0xf030-0xf031 irq 11 at device 2.0 on pci5
Oct 27 11:13:10  /kernel: em2:  Speed:N/A  Duplex:N/A
Oct 27 11:13:10  /kernel: pci0: unknown card (vendor=0x8086, dev=0x2554) at 2.1
Oct 27 11:13:10  /kernel: pci0: UHCI USB controller at 29.0 irq 2
Oct 27 11:13:10  /kernel: pci0: UHCI USB controller at 29.1 irq 5
Oct 27 11:13:10  /kernel: pci0: UHCI USB controller at 29.2 irq 10
Oct 27 11:13:10  /kernel: pcib6: Intel 82801BA/BAM (ICH2) Hub to PCI bridge at 
device 30.0 on pci0
Oct 27 11:13:10  /kernel: pci6: PCI bus on pcib6
Oct 27 11:13:10  /kernel: pci6: ATI Mach64-GR graphics accelerator at 2.0 irq 17
Oct 27 11:13:10  /kernel: fxp0: Intel Pro 10/100B/100+ Ethernet port 0x9400-0x943f 
mem
0xf042-0xf043,0xf0401000-0xf0401fff irq 10 at device 3.0 on pci6
Oct 27 11:13:10  /kernel: fxp0: Ethernet address 00:04:23:46:aa:c5
Oct 27 11:13:10  /kernel: inphy0: i82555 10/100 media interface on miibus0
Oct 27 11:13:10  /kernel: inphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
Oct 27 11:13:10  /kernel: isab0: PCI to ISA bridge (vendor=8086 device=24c0) at 
device 31.0 on pci0
Oct 27 11:13:10  /kernel: isa0: ISA bus on isab0
Oct 27 11:13:10  /kernel: atapci0: Intel ICH4 ATA100 controller port 
0x6860-0x686f,0-0x3,0-0x7,0-0x3,0-0x7 irq 0 

Re: System Backup help.

2003-10-27 Thread Lowell Gilbert
Micheal Patterson [EMAIL PROTECTED] writes:

 I realize that a lot of folks prefer dump / restore for system backups,
 however, to dump to tape, I would recommend using tar since that's what it
 does best. As long as the system sees the tape drive, tar -c / dumps
 everything to the tape drive.

The only problem with that is that you can't do a complete restore
from that and have a working system.  I use tar for backups, but
that's because I'm perfectly happy knowing I'll have to start with a
new-system install if I ever need to recover from a disaster.  

For serious systems, where getting the whole thing back up on a new
disk is critical, dump/restore will be *much* better.  This is mostly
because of tar's limitations; it doesn't restore the filesystem
itself, it doesn't handle device files, fifos, and I don't think it
has any clue about sparse files.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to see subnet page

2003-10-27 Thread Lowell Gilbert
Wayne M Barnes [EMAIL PROTECTED] writes:

 I have a private (192...)  subnet on a separate ethernet card.
 
 From anwwhere, I want to view a web page being put out by 192.169.0.22
 of my subnet.  I can (only) view it when I am at my console, but
 I want to view it from home, for instance.
 
 What lines in /etc/rc.firewall would accomplish this?
 I was thinking I might come into my public IP address:8080, and
 have web requests to 8080 be [diverted, forwarded, shunted, passed] to
 the web server on 192.169.0.22.
 
 I can't seem to satisfy ipfw syntax for this; nor can
 I fathom the man page for ipfw.
 
 I would appreciate a sample rc.firewall, if anyone knows this
 situation.

The firewall can't do this.  You need NAT.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mplayer port

2003-10-27 Thread Andy Harrison
-BEGIN PGP SIGNED MESSAGE-

Anyone else have trouble with the gui?

It starts and plays fine for me, but when I try to click any options that bring
up a new window (prefs, skins, etc) I see the window flash onto the screen and
then vanish very quickly.  Play/Stop/etc buttons and volume control work fine.

Here is the startup sequence.

 gmplayer -skin CornerMP-aqua http://example.com
 
MPlayer 0.92-2.95.4  (C) 2000-2003 MPlayer Team
CPU: Intel  (Family: 8, Stepping: 7)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with Runtime CPU Detection - WARNING - this is not optimal!
To get best performance, recompile MPlayer with --disable-runtime-cpudetection
Reading config file /usr/local/share/mplayer/mplayer.conf: No such file or
directory
Reading config file /home/aharrison/.mplayer/config
[cfg] read config file: /home/aharrison/.mplayer/gui.conf
Reading config file /home/aharrison/.mplayer/gui.conf
vo: X11 running at 1600x1200 with depth 24 and 32 bpp (:0.0 = local display)
Reading /home/aharrison/.mplayer/codecs.conf: can't open
'/home/aharrison/.mplayer/codecs.conf': No such file or directory
Reading /usr/local/share/mplayer/codecs.conf: 50 audio  136 video codecs
Font /usr/local/share/mplayer/fonts/iso-8859-1/arial-18/font.desc loaded
successfully! (206 chars)
Using usleep() timing
Can't open input config file /home/aharrison/.mplayer/input.conf: No such file
or directory
Input config file /usr/local/share/mplayer/input.conf parsed: 52 binds
SKIN dir 1: '/home/aharrison/.mplayer/Skin'
SKIN dir 2: '/usr/local/share/mplayer/Skin'
snip - starts playing the url

I have tried without any skins, I've tried monkeying with the fonts, I've tried
numerous ways, but can't get the gui to function properly.

~~ 
Andy Harrison
Great Works Internet
System Operations
(full headers for details)

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQCVAwUBP5f8WFPEkLgodAWVAQHGJQQAjeyGqy3qhxgP1hkA6KO2Rp/S0Lnug3CK
mZbJh98yM7g4yuHfx7VmiDp/P7Mcnv/GapLtQVk2GhsdPrQlOIxR0OY0C+5MXv5M
ZeX1UlCyTJR55RdQU2hPsjXb76+0pbPXOclz9VGnCe+yBOBoRMxDUuHTTptHIWf8
TrfwUnqgPhI=
=+AsK
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
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]


Open Files

2003-10-27 Thread Woolworth,Derrick

Hello all,

I am having difficulty with one system - FreeBSD 4.8

After a couple of days, the system continually reports that there are too
many files open.  At that time I cannot ssh into the system or ftp, etc.
obviously, the kern.maxfiles is too low.

However, I have continually increased the number of max files - actually
both:

kern.maxfiles = 65535
kern.maxfilesperproc = 65535

The system is running 141 processes on average, which isn't terrible in my
opinion.  Most of these are Apache 1.3.27, MySQL 4.1.0-alpha, Courier mail
system, and a couple of applications my firm has written ourselves.

The question is really, is there a way to examine how many files are open on
a per process basis?  I know we can monitor the number of open files with
pstat -T, but this doesn't help us troubleshoot which application is
responsible for this large number of open files.

The processes that we are building are daemons that are pre-forked - none
seem to be crashing, and we've checked the open/close calls as closely as
possible.

Also, does anyone know of a bug in MySQL or mod_php4 (4.3.4.r1) or Courier
0.43.0 that would cause files to be opened and not closed?

Thanks,

D



CONFIDENTIALITY NOTICE

This message and any included attachments
are from Cerner Corporation and are intended
only for the addressee. The information
contained in this message is confidential and
may constitute inside or non-public information
under international, federal, or state
securities laws. Unauthorized forwarding,
printing, copying, distribution, or use of such
information is strictly prohibited and may be
unlawful. If you are not the addressee, please
promptly delete this message and notify the
sender of the delivery error by e-mail or you
may call Cerner's corporate offices in Kansas
City, Missouri, U.S.A at (+1) (816)221-1024.
 --
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Auto thumbnail/index.html generation program in ports?

2003-10-27 Thread Lowell Gilbert
 jason dictos wrote:
 
  Is there a program that will auto rezise large .jpg images into
  smaller ones, while making index.html pages which have links to the
  large images with the smaller thumbnail ones as links?

Brian Reichholf [EMAIL PROTECTED] top-posted in reply:

 it shouldn't be too much of a problem to do the same thing with a
 php/cgi script...
 probably simpler and quicker even.
 
 or, if you don't have php/cgi available or don't want to do it, the
 simplest option i can think of is shellscripting ;)

I whipped that together once myself...
http://be-well.ilk.org:8088/~lowell/systuff/make-picture-webpage
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Open Files

2003-10-27 Thread Konrad Heuer

On Mon, 27 Oct 2003, Woolworth,Derrick wrote:

 I am having difficulty with one system - FreeBSD 4.8

 After a couple of days, the system continually reports that there are too
 many files open.  At that time I cannot ssh into the system or ftp, etc.
 obviously, the kern.maxfiles is too low.

 However, I have continually increased the number of max files - actually
 both:

 kern.maxfiles = 65535
 kern.maxfilesperproc = 65535

 The system is running 141 processes on average, which isn't terrible in my
 opinion.  Most of these are Apache 1.3.27, MySQL 4.1.0-alpha, Courier mail
 system, and a couple of applications my firm has written ourselves.

 The question is really, is there a way to examine how many files are open on
 a per process basis?  I know we can monitor the number of open files with
 pstat -T, but this doesn't help us troubleshoot which application is
 responsible for this large number of open files.

 The processes that we are building are daemons that are pre-forked - none
 seem to be crashing, and we've checked the open/close calls as closely as
 possible.

 Also, does anyone know of a bug in MySQL or mod_php4 (4.3.4.r1) or Courier
 0.43.0 that would cause files to be opened and not closed?

I'd suggest lsof from /usr/ports/sysutils/lsof which listens all open
files in the system.

Regards
Konrad

Konrad Heuer ([EMAIL PROTECTED])  ___  ___
GWDG   / __/__ ___ / _ )/ __/ _ \
Am Fassberg   / _// __/ -_) -_) _  |\ \/ // /
37077 Goettingen /_/ /_/  \__/\__//___//
Germany



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


Re: Open Files

2003-10-27 Thread Julien Gabel
 I'd suggest lsof from /usr/ports/sysutils/lsof which listens all open
 files in the system.

Or fstat(1) in the base system.

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


Re: hard disk problem

2003-10-27 Thread Lowell Gilbert
Valery [EMAIL PROTECTED] writes:

 I use FreeBSD 4.4 Stable
 I faced the following problem.
 
 Here is a part from messages
 ---
 ad2s1e: hard error reading fsbn 32727951 of 16363936-16364175 (ad2s1 bn
 32727951; cn 32468 tn 3 sn 18) status=59 error=40
 ad2s1e: hard error reading fsbn 32727967 of 16363952-16364175 (ad2s1 bn
 32727967; cn 32468 tn 3 sn 34) status=59 error=40
 
 
 
 What sort of problem with my hard disk
 Is it critical?

It is time to replace the disk.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


5 button mouse and MozillaFirebird

2003-10-27 Thread John Oxley
Hi,

I have a 5 button optical mouse.

I have put the lines:
Option Buttons 7
Option ZAxisMapping 6 7

in my Identifier section of XF86Config.

I also run `xmodmap -e pointer = 1 2 3 6 7 4 5` in my .xinitrc. Running xev
i can see that the side buttons are buttons 6 and 7, while the scroll up and
down is 4 and 5.

How do I tell MozillaFirebird to map back and forward to buttons 6 and 7.  I
realise that this isn't strictly a FreeBSD question but any help would be
greatly  appreciated.

My system is FreeBSD-5.1-RELEASE-p10, running XFree86 Version 4.3.0.  My
window manager is blackbox 0.65.0.

-John

-- 
/~\ The ASCII   ASCII stupid question, get a EBCDIC ANSI.
\ / Ribbon Campaign John Oxley
 X  Against HTMLhttp://oxo.rucus.net/
/ \ Email!  oxo at rucus.ru.ac.za
Personally, I'd rather pay for my freedom than live in a bitmapped, pop-up-happy 
dungeon like NT.
-- Thomas Scoville
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sound in a MPU-401

2003-10-27 Thread Lowell Gilbert
Martin Paredes [EMAIL PROTECTED] writes:

 how can i enable a multifuncion card Basking Combo from Shark
 Multimedia wich is compatible with a MPU-401.

What happened when you tried the usual method?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


rsync help

2003-10-27 Thread M.D. DeWar
I would like to backup some website directorys on one machine to another
machine.
I have read the rsync man pages and some sites but am still confused about
how the command line should be.
I will only run it from the command line every so often.

I have tried several ways but can't figure it out. I guess I am having
issues with how the directories should be listed on the command line.

One the server that is to be backed up the directory is
/home/sites/www.domain.com/web - all files and other directories are below
the /web  and in reading it seemed I should keep the trailing slash off.

on the server that the files will be copied to the directory is
/home/domain/website/
If I understood right the trailing slash should be on this one.

./rsync -ae ssh
[EMAIL PROTECTED]:/home/sites/www.domain.com/web
/home/domain/website/

am I even close to being right ?
thanks

Mark


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


Re: mplayer port

2003-10-27 Thread Eric Pogroski
On Mon, 27 Oct 2003 08:54:57 -0500 (EST)
Andy Harrison [EMAIL PROTECTED] wrote:

 -BEGIN PGP SIGNED MESSAGE-
 
 Anyone else have trouble with the gui?
 
 It starts and plays fine for me, but when I try to click any options
 that bring up a new window (prefs, skins, etc) I see the window flash
 onto the screen and then vanish very quickly.  Play/Stop/etc buttons
 and volume control work fine.
 
 Here is the startup sequence.
 
  gmplayer -skin CornerMP-aqua http://example.com
  
 MPlayer 0.92-2.95.4  (C) 2000-2003 MPlayer Team
 CPU: Intel  (Family: 8, Stepping: 7)
 Detected cache-line size is 64 bytes
 CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
 Compiled with Runtime CPU Detection - WARNING - this is not optimal!
 To get best performance, recompile MPlayer with
 --disable-runtime-cpudetection Reading config file
 /usr/local/share/mplayer/mplayer.conf: No such file or directory
 Reading config file /home/aharrison/.mplayer/config
 [cfg] read config file: /home/aharrison/.mplayer/gui.conf
 Reading config file /home/aharrison/.mplayer/gui.conf
 vo: X11 running at 1600x1200 with depth 24 and 32 bpp (:0.0 = local
 display) Reading /home/aharrison/.mplayer/codecs.conf: can't open
 '/home/aharrison/.mplayer/codecs.conf': No such file or directory
 Reading /usr/local/share/mplayer/codecs.conf: 50 audio  136 video
 codecs Font
 /usr/local/share/mplayer/fonts/iso-8859-1/arial-18/font.desc loaded
 successfully! (206 chars) Using usleep() timing
 Can't open input config file /home/aharrison/.mplayer/input.conf: No
 such file or directory
 Input config file /usr/local/share/mplayer/input.conf parsed: 52 binds
 SKIN dir 1: '/home/aharrison/.mplayer/Skin'
 SKIN dir 2: '/usr/local/share/mplayer/Skin'
 snip - starts playing the url
 
 I have tried without any skins, I've tried monkeying with the fonts,
 I've tried numerous ways, but can't get the gui to function properly.
 
 ~~ 
 Andy Harrison
 Great Works Internet
 System Operations
 (full headers for details)

Hi Andy:

This is gonna be a bit long, but this is what I do every time for
mplayer:

1. Kernel Config: (This is for an AMD AthlonXP 2100+, make
changes/adjustments as necessary)
options CPU_FASTER_5X86_FPU
options CPU_ATHLON_SSE_HACK
options CPU_ENABLE_SSE

2. install /usr/ports/x11/nvidia
make -DWITH_FREEBSD_AGP install clean
kldload nvidia
add these lines to /boot/loader.conf:
linux_load=YES (presuming that you've installed 'linux_base')
nvidia_load=YES

3. Download rp8_linux_20_libc6_i386_cs2_rpm from www.real.com (don't
forget, GOOGLE is your friend)
copy this to /usr/ports/distfiles

4.cd /usr/ports/multimedia/mplayer
make WITHOUT_RUNTIME_CPUDETECTION=yes WITH_GUI=yes WITH_FREETYPE=yes
WITH_XVID=yes WITH_DVD=yes WITH_SVGALIB=yes WITH_MAD=yes WITH_AALIB=yes
WITH_SDL=yes WITH_VORBIS=yes WITH_REALPLAYER=yes WITH_LIVEMEDIA=yes
WITH_FAAD=yes WITH_XMMS=yes install clean

most of the options above have autodetect flags so if you have some of
the above then you can skip it

5. DO NOT RUN MPLAYER yet

6. install fonts
#cd /usr/ports/multimedia/mplayer-fonts
#make install clean
(select 8859-1)

7. configure mplayer for user:
as a user (not root)
#cd /usr/ports/multimedia/mplayer
#make install-user

8. next copy following files to ~/.mplayer
#cp /usr/local/share/mplayer/codecs.conf ~/.mplayer/
#cp /usr/local/share/mplayer/example.conf ~/.mplayer/config
#cp /usr/local/share/mplayer/input.conf ~/.mplayer

9. FINAL STEPS FOR USER CONFIG
#cd ~/.mplayer
create directory for skins
#mkdir Skin (THIS IS THE NAME OF DIR DONT MAKE ANY OTHER)

10. download mplayer skins from
http://www.mplayerhq.hu/homepage/dload.html
don't use the port, it's got some rather strange bugs in the installer

11. unpack skins to the directory you created ~/.mplayer/Skin
you should also download and install the default skin

12. make sure that these lines in ~/.mplayer/config file are
uncommented:
vo=xv
fs=yes

comment out the following line at the end of ~/.mplayer/config file:
#include = /home/gabucino/.mplayer/i_did_not_RTFM_carefully_enough...

13. Your almost done

14. run
#gmplayer
you should see your mplayer gui now.

extra stuff
15. Install mplayer-plugin for mozilla from
/usr/ports/www/mplayer-plugin (can break, ymmv)

this will allow you to play quicktime movies from mozilla
test for mozilla plugin:
http://www.apple.com/trailers/newli..._towers-teaser/

select small from watch it now panel (small loads faster) you should see
and hear trailer. There is no plugin for realplayer so *rm files will
invoke it as separate instance.

Except downloading realplayer to ../.../distfiles you do not need to
 get or install anything before installing mplayer. Test realplayer
alone to see if it works (for me it does). You will be also able to
listen WMP streaming files (mozilla should open small extra window -
empty), and watch DVD/VCD/SVCD's

one more thing:
I dont have ANY sound daemons running. The above setup works on
Asus A7V333/R with an nVIDIA GeForce4 Ti4600. I dont know if 

Re: rsync help

2003-10-27 Thread Matthew Seaman
On Mon, Oct 27, 2003 at 11:58:30AM -0500, M.D. DeWar wrote:
 I would like to backup some website directorys on one machine to another
 machine.
 I have read the rsync man pages and some sites but am still confused about
 how the command line should be.
 I will only run it from the command line every so often.
 
 I have tried several ways but can't figure it out. I guess I am having
 issues with how the directories should be listed on the command line.
 
 One the server that is to be backed up the directory is
 /home/sites/www.domain.com/web - all files and other directories are below
 the /web  and in reading it seemed I should keep the trailing slash off.
 
 on the server that the files will be copied to the directory is
 /home/domain/website/
 If I understood right the trailing slash should be on this one.
 
 ./rsync -ae ssh
 [EMAIL PROTECTED]:/home/sites/www.domain.com/web
 /home/domain/website/
 
 am I even close to being right ?

Hmmm... Having a trailing slash or not on the *target* directory
doesn't make much difference at all.  Having a trailing slash or not
on the *source* does make a difference.  Without the slash, the last
directory in the source path will be created in the target directory
and all of the contents copied relative to that.  With the slash, only
the contents of the source dir get copied across and end up directly
under the target directory.

I believe the command as you have written it will create

/home/domain/website/web

on the target server, with all of the various content under that
.../web/ directory.

Also, under FreeBSD, you don't need '-e ssh' as that's the default.

I think what you may need is:

rsync -avx \
[EMAIL PROTECTED]:/home/sites/www.domain.com/web/
/home/domain/website/

A couple of good things to do are a) use the -n 'dry-run' flag to see
what would happen given a particular command line and b) create some
dummy files and directories under /tmp, and use rsync(1) to copy them
around just on the local system:

rsync -avx --delete /tmp/foo/ /tmp/bar/

which will soon give you an understanding of how the trailing slash
thing works.

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


pgp0.pgp
Description: PGP signature


localhost connections denied ??!?!? help ?!?!

2003-10-27 Thread Brent Bailey
Im getting wierd errors when trying to ping my localhost or 127.0.0.1 ...
i get :

# ping localhost
ping: sendto :  Can't assign requested address

also its worth mentioning that im getting errors like the above when
sending mail to a local user on the box.

im getting:
Oct 27 09:38:11 blah sendmail[86305]: h9REcBK0086305: to=mrb,
ctladdr=bbailey (1002/0), delay=00:00:00, xdelay=00:00:00, mailer=relay,
pri=30487, relay=localhost.whatever.net. [127.0.0.1], dsn=4.0.0,
stat=Deferred: Can't assign requested address

if anyone can point in the right direction that would be great :-)
any and all help is very appreciated

-- 
Brent Bailey CCNA
Bmyster LLC
Computer Networking and Webhosting
Network Engineer, Webmaster, President
http://www.bmyster.com
[EMAIL PROTECTED]
207-247-8330



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


RE; order

2003-10-27 Thread Ogunbanjo Akeem
I want your company to supply me all this item seagate
oem orgenal .
hard disk 20GB 200pcs and toshiba satellite pro model
c4600 processor 700-750 mmx 120 RAM 20gb monitor
14.1ft DVD or toshiba satellite pro model 4600 series
petim 111 IGHE 2GB HDD 256 MB MEMORY 15.1TFT SCREER
DVD-RENT CD-WR 10/100 NETWORK CARD and canno BJC 85
55, and NOTEBOOK PORTABLE PRITERS.
I hear by solicit you to issue cheque
 to your company on my behalf.

You are awere of my unpaid pensioner allowance which
is equivalent to this above  I have transacted
business with this company where I am yet to pay this
So therefore please consider my




__
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: hard disk problem

2003-10-27 Thread DavidB
Lowell Gilbert wrote:
Valery [EMAIL PROTECTED] writes:


I use FreeBSD 4.4 Stable
I faced the following problem.
Here is a part from messages
---
ad2s1e: hard error reading fsbn 32727951 of 16363936-16364175 (ad2s1 bn
32727951; cn 32468 tn 3 sn 18) status=59 error=40
ad2s1e: hard error reading fsbn 32727967 of 16363952-16364175 (ad2s1 bn
32727967; cn 32468 tn 3 sn 34) status=59 error=40


What sort of problem with my hard disk
Is it critical?


It is time to replace the disk.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
Das ist nicht richtig/ that not right!

you probably have a couple bad blocks on the harddrive, which happens 
over time, you need to scan and repair the harddrive.  If the bad blocks 
reappear rather frequently then you know that the disk will fail in the 
near future.

The answer to this is in the mail archive in freebsd-stable please read 
the thread with the subject line ATA failure with 4.6.2  250GB drive?

If you have any further questions then repost.

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


Re: PostgreSQL on FreeBSD

2003-10-27 Thread Michael L. Squires
 I'm trying to configure and tune postgresql on FreeBSD 4.9. We want to
 allow at least 128 concurrent connections but preferably 256. 

My memory is that there was some extensive discussion of this on the
freebsd-databases mailing list, and a search of the archives at
lists.freebsd.org should turn them up.

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


Bug in ports howto question

2003-10-27 Thread Jason Dictos
How does one formally submit a ports bug report?

-Jason


This email has been scanned for all viruses by the MessageLabs Email
Security System. For more information on a proactive email security
service working around the clock, around the globe, visit
http://www.messagelabs.com

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


synchronization utility (! using ssh)

2003-10-27 Thread Gary Kline

Hi folks,

Wasn't there/isn't there a remote sync utility that you
could use without ssh.  You had, perhaps optionally, a list 
of directories (andor files) and the utility copied 
only changed files from machine A to :B?  I use ssh,
and have a pretty good firewall set up on my DNS server.
Just wondering if some of this isn't overkill... and 
trying to remember the utility.  Was it rsync  after all?

gary


-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

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


Re: Bug in ports howto question

2003-10-27 Thread mpd
On Mon, Oct 27, 2003 at 10:56:08AM -0800, Jason Dictos wrote:
 How does one formally submit a ports bug report?
 
 -Jason
 

E-mail the maintainer, or use send-pr(1)

mike

-- 
___
 
NUTS TO YOU AND YOUR BROCCOLI POKEY!!
- Little Girl from POKEY AND THE BROCCOLI
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: synchronization utility (! using ssh)

2003-10-27 Thread Matthew Seaman
On Mon, Oct 27, 2003 at 10:56:25AM -0800, Gary Kline wrote:

   Wasn't there/isn't there a remote sync utility that you
   could use without ssh.  You had, perhaps optionally, a list 
   of directories (andor files) and the utility copied 
   only changed files from machine A to :B?  I use ssh,
   and have a pretty good firewall set up on my DNS server.
   Just wondering if some of this isn't overkill... and 
   trying to remember the utility.  Was it rsync  after all?

rsync(1), rdist(1), even tar(1) all can be used with alternatives to
ssh in order to copy files to a remote machine.  The question is why
would you want to?

Basically, if you aren't using ssh(1), then you're using rsh(1) which
is an archaic protocol; a security incident waiting to happen and
something you don't admit to using in polite company.  I could mention
rexec here, but this is a family mailing list and inappropriate for
the sort of invective I would feel obliged to heap upon it.

ssh(1) is only overkill until you realise exactly what you are laying
yourself open to by not using it.  Even inside a protected network,
get into the habit of using it: it doesn't take much to accidentally
end up using an inferior, insecure alternative to external
destinations.  Plus ssh(1) has other advantages like correctly
returning the exit status of remote commands, being able to use key
based authentication, X11 display forwarding and ssh-agent forwarding.

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


pgp0.pgp
Description: PGP signature


Wireless (802.11) question

2003-10-27 Thread stan
I'm about to embark on a wireless experiemnt, having never dealt with this
technology before.

So, I've got a failry basic question. My plan was to put a wireless card in
a machine running FreeBSD, and use this machine as a gateway from an
existing network to a new subnet that would only exist in the wireless
world.

Some people are telling me that I can't do that. They are saying I need an
access point device for all the various devices to communicate to.

Am I on the wrong track here?

-- 
They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
-- Benjamin Franklin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD Toolkit

2003-10-27 Thread Bernard Jean Dale
I recently purchased a FreeBSD Toolkit package being a 6cd set of FreeBSD v5.1 but 
after adjusting my BIOS I cannot get the 1st cd to boot. I do not have this problem 
with v4.8 cds so thought I'd try  booting with the1st 4.8 cd before immediately 
switching over to the 1st 5.1 cd. unfortunately 3/4 thr'u the install everything 
stopped, apparently because the 5.1 kernel is different to that of 4.8. Can you please 
advise what I can do to get the 5.1 cd to boot. I am a very green elderly newbie.
Bernard Dale.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mplayer port

2003-10-27 Thread Andy Harrison
-BEGIN PGP SIGNED MESSAGE-

Anyone else have trouble with the gui?

It starts and plays fine for me, but when I try to click any options that bring
up a new window (prefs, skins, etc) I see the window flash onto the screen and
then vanish very quickly.  Play/Stop/etc buttons and volume control work fine.

Here is the startup sequence.

 gmplayer -skin CornerMP-aqua http://example.com
 
MPlayer 0.92-2.95.4  (C) 2000-2003 MPlayer Team
CPU: Intel  (Family: 8, Stepping: 7)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with Runtime CPU Detection - WARNING - this is not optimal!
To get best performance, recompile MPlayer with --disable-runtime-cpudetection
Reading config file /usr/local/share/mplayer/mplayer.conf: No such file or
directory
Reading config file /home/aharrison/.mplayer/config
[cfg] read config file: /home/aharrison/.mplayer/gui.conf
Reading config file /home/aharrison/.mplayer/gui.conf
vo: X11 running at 1600x1200 with depth 24 and 32 bpp (:0.0 = local display)
Reading /home/aharrison/.mplayer/codecs.conf: can't open
'/home/aharrison/.mplayer/codecs.conf': No such file or directory
Reading /usr/local/share/mplayer/codecs.conf: 50 audio  136 video codecs
Font /usr/local/share/mplayer/fonts/iso-8859-1/arial-18/font.desc loaded
successfully! (206 chars)
Using usleep() timing
Can't open input config file /home/aharrison/.mplayer/input.conf: No such file
or directory
Input config file /usr/local/share/mplayer/input.conf parsed: 52 binds
SKIN dir 1: '/home/aharrison/.mplayer/Skin'
SKIN dir 2: '/usr/local/share/mplayer/Skin'
snip - starts playing the url

I have tried without any skins, I've tried monkeying with the fonts, I've tried
numerous ways, but can't get the gui to function properly.


~~ 
Andy Harrison
Great Works Internet
System Operations
(full headers for details)

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQCVAwUBP5mCTlPEkLgodAWVAQGEAQP8CTM2niOodsKWvCfsM/RjSoYtR1xLSAhF
rNTh0wMgdxcYkTkZXgZBX3gP/bD8Vve6X30hRFPjJBjvqwM9ffAHdarwt8u9xulN
0e6SUhW3XCx5mjvhW/G6WwlewpE6lZYAEYSMqN+5W75Fv9hzWFhcdk5jC04fG3Af
n1R76tUAAoY=
=yhsS
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Wireless (802.11) question

2003-10-27 Thread Andrew Humphries
On Mon, 2003-10-27 at 20:31, stan wrote:

 I'm about to embark on a wireless experiemnt, having never dealt with this
 technology before.
 
 So, I've got a failry basic question. My plan was to put a wireless card in
 a machine running FreeBSD, and use this machine as a gateway from an
 existing network to a new subnet that would only exist in the wireless
 world.
 
 Some people are telling me that I can't do that. They are saying I need an
 access point device for all the various devices to communicate to.
 
 Am I on the wrong track here?


You can turn a FreeBSD box into a wireless access point:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.html

Hope that helps, mate.

Regards,

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


Printing from remote (hosts.lpd)

2003-10-27 Thread MPAREDES

Hi:

According to man lpd to enable I only need to add the ip address
to /etc/hosts.lpd but I have the problem that I need to add also
a line to the /etc/hosts

I am only doing some tests, but in the final implementation I am
going to need all PC to send print jobs to this server

how can I restrict the printer to only PC from 10.0.0.0/8

or make no restriction

maps

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


RE: Wireless (802.11) question

2003-10-27 Thread Sorin Chiorean
Hi,

The prices on all wireless routers / access points are dropping I think
that the easiest way is to buy one and to install it. They have WEB
interfaces and is very ease to configure it.

But if you don't want to buy a new device you can check this links :
http://www.samag.com/documents/s=7121/sam0205a/sam0205a.htm 
http://ktown.kde.org/~howells/wlan/   

And the answer is : Yes! You can use a FreeBSD acting as an  access
point. 

Sorin Chiorean
Network Specialist
Computer Partners
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of stan
Sent: Monday, October 27, 2003 3:32 PM
To: Free BSD Questions list
Subject: Wireless (802.11) question

I'm about to embark on a wireless experiemnt, having never dealt with
this
technology before.

So, I've got a failry basic question. My plan was to put a wireless card
in
a machine running FreeBSD, and use this machine as a gateway from an
existing network to a new subnet that would only exist in the wireless
world.

Some people are telling me that I can't do that. They are saying I need
an
access point device for all the various devices to communicate to.

Am I on the wrong track here?

-- 
They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
-- Benjamin Franklin
___
[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: hard disk problem

2003-10-27 Thread Lowell Gilbert
DavidB [EMAIL PROTECTED] writes:

 you probably have a couple bad blocks on the harddrive, which happens
 over time, you need to scan and repair the harddrive.  If the bad
 blocks reappear rather frequently then you know that the disk will
 fail in the near future.

Correct.  Assuming the hard disk was built in the 1980s.  If it's more
recent, then it almost certainly does internal bad-block remapping on
its own.  That means that if bad blocks are becoming visible to the
operating system, the disk has hundreds or thousands of bad sectors,
and is on its way to the grave.  

This would be more serious if the errors were occurring on writes
rather than reads, but there has already been data lost, and some of
the data on the disk is known to be corrupted.

If the original poster has a hard disk that predates the 486 chip,
then I apologize for having given a possibly incorrect answer.  
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PostgreSQL on FreeBSD

2003-10-27 Thread Lowell Gilbert
I haven't used that software since it was called postgres, 
but I'll wade in anyway...

Wayne Pascoe [EMAIL PROTECTED] writes:

 Hi all,
 
 I'm trying to configure and tune postgresql on FreeBSD 4.9. We want to
 allow at least 128 concurrent connections but preferably 256. 
 
 Looking at the documentation, we should be okay if we set the following
 in our kernel to achieve this:
 
 kern.ipc.somaxconn = 512
 kern.ipc.shmall = 65536
 kern.ipc.shmmni = 128
 kern.ipc.semmni = 8
 kern.ipc.semmns = 256
 
 Now, I have three questions...
 
 1. Why do we have to set these in the kernel ?

You don't.

Why does setting them in
 /etc/sysctl.conf or /etc/loader.conf not work ? 

You're doing something wrong.  That's all I can say when the
description of the failure is just not work.

 2. Is there a recommended list of settings that we should use in our
 kernel to allow 128 connections and 256 connections ? 

A single recommendation, no.  It's been discussed.  You started with
tuning(7), I assume.

 and lastly, 
 
 3. What is the impact on the rest of the system likely to be by setting
 aside this memory as shared memory ? Is it then no longer available to
 other applications like Apache and Exim ? Are there any other
 performance issues that we should be aware of ? 

Yes, the memory is pulled out of the general pool, and no, I don't
think there will be any other noticeable effects at those settings.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 0: unknown option MAXUSERS config

2003-10-27 Thread Ben Palumbo
Thanks for the suggestions, now I get a new and different error:
 
palumbo# cd /usr/src
palumbo# make buildkernel KERNCONF=SECONDKERNEL
make: don't know how to make buildkernel. Stop

also I noticed that 
/usr/src/sys/i386/conf/LINT 
is not there. Just wondering if I should re-download some of the /usr/src tree

 

Thanks,

Ben


DavidB [EMAIL PROTECTED] wrote:Please run method two from the Handbook (which is the 
preferred way in 
my book) and let us know if the results are the same.

Procedure 2. Building a Kernel the ``New'' Way

1. Change to the /usr/src directory.

# cd /usr/src

2. Compile the kernel.

# make buildkernel KERNCONF=MYKERNEL

3. Install the new kernel.

# make installkernel KERNCONF=MYKERNEL

Thanks,
David


Ben Palumbo wrote:
 Hello, 
 
 I am trying to complie a new kernel for IPsec and having problems with config(8)
 palumbo# /usr/sbin/config SECONDKERNEL
 SECONDKERNEL:0: unknown option MAXUSERS
 
 
 machine i386
 cpu I586_CPU
 ident SECONDKERNEL
 maxusers 15
 
 Looking at past mailing list/newgroups others have suggested setting maxusers to 0, 
 and this still does not work. 
 Any suggestions?
 Thanks,
 Ben Palumbo
 
 
 uname -a 
 FreeBSD mydonmain.net 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Sun Jan 19 20:02:57 EST 
 2003 [EMAIL PROTECTED]:/usr/src/sys/compile/FIRSTKERNEL i386
 
 
 
 -
 Do you Yahoo!?
 Exclusive Video Premiere - Britney Spears
 ___
 [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]


-
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Wireless (802.11) question

2003-10-27 Thread stan
On Mon, Oct 27, 2003 at 08:42:54PM +, Andrew Humphries wrote:
 On Mon, 2003-10-27 at 20:31, stan wrote:
 
  I'm about to embark on a wireless experiemnt, having never dealt with this
  technology before.
  
  So, I've got a failry basic question. My plan was to put a wireless card in
  a machine running FreeBSD, and use this machine as a gateway from an
  existing network to a new subnet that would only exist in the wireless
  world.
  
  Some people are telling me that I can't do that. They are saying I need an
  access point device for all the various devices to communicate to.
  
  Am I on the wrong track here?
 
 
 You can turn a FreeBSD box into a wireless access point:
 
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.html
 
 Hope that helps, mate.
 
It helps _a lot_.

Thak you!
-- 
They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
-- Benjamin Franklin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Bug in ports howto question

2003-10-27 Thread kosmos
What is the procedure to submit a new port when you don't have access to
a dedicated and highly-visible Freebsd machine on the internet?

If you try to send a PR from a regular-person connection (e.g. DSL or 
modem - with no verifiable hostname) sendmail , probably to protect itself 
from spam, rejects the submission.

I wonder how many people just give up trying.

So, what address or mailing list should a new port be sent to if you 
can't use send-pr? Should this be documented in the porter's handbook?


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


Re: Gateway 980 server freeze?

2003-10-27 Thread rjent
Greetings,

More information:

It seems that the problem is with SMP enabled. If I use just a snigle
processor all is well. The problem can be reproduce merely by enabling SMP
in the kernel. I have tested and I can not reproduce in 5.1 . So currently
the solutions are to use FreeBSD 5.1 or Move either the RAID controller or
the NIC from the pci-x slot to a standard pci slot.

 Greetings,

 Additional information:

 If I enable the 82544GC onboard nic and place the PCI-X Intel 82544Ei
 card a pci standard slot (not pci-x) then the box hangs on boot at the
 megaraid controller after sees raid5 stripe.

 If I disable the 82544GC onboard nic and place the PCI-X Intel 82544Ei
 card a pci standard slot (not pci-x) then the box functions great.


 Greetings,

 I am having trouble with a new Gateway 980 server. I am running fresh
 cvsup RELENG_4, kernel is stock except for maxusers set to 512, ipfw
 enabled, and smp enabled. System information is as follows:

 Motherboard information is located at:

 http://support.gateway.com/s/Servers/COMPO/MOTHERBD/4000791/4000791mv.shtml

 The raid card is a LSI U320 LVD 2-Channel SCSI Array Controller. Box
 configure with raid5 +hotswap

 Symptoms:

 Box doing internal operations all well. Upon placing load on device
 through NIC box freezes. Reproducible via a scp of tar files from any
 server on same switch. After box freezes you can eject a drive from
 the raid5 array and no alarms no trigger hot swap, no nothing.

 Additional information:

 Have replaced all components with RAID as well as disabled motherboard
 nic and added IntelĀ® 82544 Gigabit Ethernet Controller card.

 Have upgraded to latest motherboard bios.

 Solutions that seem to cause the problem to go away:

 If you plug server box with stock nic into a 10mb port no freeze
 occurs.

 Replace nic with a standard pci (I used 3com905b) and not use a pci-x
 type nic all well and no freeze.

 I believe that it is an issue with the pci-x on motherboard.

 Any known issues or ideas on how to resolve?

 Many thanks.
 --
 RJEnt
 Providing Solutions w/FreeBSD


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


 --
 RJEnt
 Providing Solutions w/FreeBSD


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


--
RJEnt
Providing Solutions w/FreeBSD


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


Re: Bug in ports howto question

2003-10-27 Thread Simon Barner
 What is the procedure to submit a new port when you don't have access to
 a dedicated and highly-visible Freebsd machine on the internet?

You have to configure sendmail (or any other MTA of your choice) to use
a proper mail server (e.g your ISP's) as a smarthost/mailrelay. Perhaps
at least a reference to the according sendmail documentation should be
added to the send-pr man page.

Apart from that effort is being put into bringing a web based submission
form back online (the former one has been disabled since the GNATS
system was heavily spammed).

 I wonder how many people just give up trying.

Good question. Every single volunteer giving up is a pity.

 So, what address or mailing list should a new port be sent to if you 
 can't use send-pr? Should this be documented in the porter's handbook?

IMHO the best solution is to fix your mailing system. If you can't help
it you could try and post your patch to [EMAIL PROTECTED], but I wonder
whether that list will reject your mail, too. Aside from that the
preferred way of submitting a bug report/patch is send-pr.

Simon


signature.asc
Description: Digital signature


No MD5 checksum file for kde

2003-10-27 Thread R.T.G. TAN
I've been cvsupping my portstree several 
times now over the last past weeks but still
don't get the MD5 checksum file, for kde.

What's up with this?

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


Re: hard disk problem

2003-10-27 Thread DavidB
Hmmm,

Hey, Lowell could you please read the thread I reference and give your 
opinion of the issue about the WD diagnostic tool.

So I was studying what you were talking about bad block remapping, 
dynamic bad block remapping, or western digital's term Auto Defect 
Retirement

I had expected that I disk would when failing to write to a bad area on 
disk and fails to mark it bad and redirect it to somewhere else on the 
disk. But reads I would not have expected the hardware to do anything 
other than give a failure. It seems there is some mechanism to do this 
automatically within the hardware with reads also.  But it seems very 
vague on how and when this is tripped. Most of my reading including one 
thing from someone who works for Maxtor is that the bad block is marked 
bad at the failed read (or succesive failed reads, says the Maxtor guy) 
however doesn't get remapped until the next write, and from my reading, 
seems to be, not until the next write to that particular sector.  So the 
bad block being read would be there until you did something to cause the 
hardware to remap it.  It doesn't seem it is done so it is totally 
hidden from view or seeing issues with bad blocks.

The system seems to be setup in order to catch problems and remap them 
at the earliest time so that the data is not totally unreachable[lost] 
the hardware will try using multiple reads with ECC to read out the 
effected data [from what I have read] and writes it somewhere else.

So again I say that the disk PROBABLY is NOT in for a soon demise.
Running the disk diagnostic tools from the disk manufacturer will remap 
the bad block immeadiately as well as other things, rather than waiting 
until you happen to write to that sector again.

This is my summation of the matter, based on reading various and sundry 
things concerning this with none giving an absolute or concrete 
answer[particularly concerning what happens with data already written to 
disk].

Sincerly,
David
Lowell Gilbert wrote:
DavidB [EMAIL PROTECTED] writes:


you probably have a couple bad blocks on the harddrive, which happens
over time, you need to scan and repair the harddrive.  If the bad
blocks reappear rather frequently then you know that the disk will
fail in the near future.


Correct.  Assuming the hard disk was built in the 1980s.  If it's more
recent, then it almost certainly does internal bad-block remapping on
its own.  That means that if bad blocks are becoming visible to the
operating system, the disk has hundreds or thousands of bad sectors,
and is on its way to the grave.  

This would be more serious if the errors were occurring on writes
rather than reads, but there has already been data lost, and some of
the data on the disk is known to be corrupted.
If the original poster has a hard disk that predates the 486 chip,
then I apologize for having given a possibly incorrect answer.  
___
[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: No MD5 checksum file for kde

2003-10-27 Thread Simon Barner
 I've been cvsupping my portstree several 
 times now over the last past weeks but still
 don't get the MD5 checksum file, for kde.
 
 What's up with this?

Are you speaking of this port?

/usr/ports/x11/kde3

It's a so-called meta-port that consists of dependendies only, i.e.
other ports that do the acutually work (= the port does not build
anything on its own = no md5 sums required).

cd /usr/ports/x11/kde3  make install clean

should be fine and install KDE3 onto your system.

Simon


signature.asc
Description: Digital signature


Re: No MD5 checksum file for kde

2003-10-27 Thread Erik Trulsson
On Mon, Oct 27, 2003 at 07:21:39PM +0100, R.T.G. TAN wrote:
 I've been cvsupping my portstree several 
 times now over the last past weeks but still
 don't get the MD5 checksum file, for kde.
 
 What's up with this?

If you are referring to the x11/kde3 port then the answer is that there
is no MD5 checksum for this port, since it has no distfiles to checksum.
It is just a metaport to make it convient to build and install all the 
separate ports that make up KDE without having to install them one at a
time by hand.



-- 
Insert your favourite quote here.
Erik Trulsson
[EMAIL PROTECTED]

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


Question

2003-10-27 Thread Leo P. Gaten
Greetings:

Are there any wordprocessing/spreadsheet packages available that run on 
BSD?

Leo Gaten
Sequim, WA
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


/usr/obj/usr/src/i386/usr/bin/ld: cannot open crt1.o: No such file or directory

2003-10-27 Thread zulkarnain
hello..

i am zul from malaysia...beginner in freebsd..

i am installing freebsd 5.0, and then cvsup the box to
upgrade to 5.1..

during to buildworld, (# nohup make buildworld 
/tmp/buildworld), i kept facing the same problem with
the subject above..although i try to change some line
in Makefile (following some advise from google) and
try to make fresh installation again, the problem is
still there...

this is from the log (tail -F /tmp/buildworld):-
 eimdal/include 
-I/usr/src/kerberos5/lib/libroken/../../include
-I/usr/src/kerberos5/lib/libroken/../../../crypto/heimdal/lib/roken
-I/usr/obj/usr/src/kerberos5/lib/libroken
-I/usr/src/kerberos5/lib/libroken/../../include
-DHAVE_CONFIG_H -DINET6
make-roken.c  -o make-roken
/usr/obj/usr/src/i386/usr/bin/ld: cannot open crt1.o:
No such file or
directory
*** Error code 1


Stop in /usr/src/kerberos5/lib/libroken.
*** Error code 1

Stop in /usr/src/kerberos5/lib.
*** Error code 1

Stop in /usr/src/kerberos5.
*** Error code 1

Stop in /usr/src/kerberos5.
*** Error code 1

Stop in /usr/src.
*** Error code 1

actually, i am facing the same problem with some
people and i see the problem in the internet, but no
reply for the problem...here the link:

http://lists.freebsd.org/pipermail/freebsd-questions/2003-September/017790.html

thank you for all help...:)



__
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: synchronization utility (! using ssh)

2003-10-27 Thread Gary Kline
On Mon, Oct 27, 2003 at 08:07:22PM +, Matthew Seaman wrote:
 On Mon, Oct 27, 2003 at 10:56:25AM -0800, Gary Kline wrote:
 
  Wasn't there/isn't there a remote sync utility that you
  could use without ssh.  You had, perhaps optionally, a list 
  of directories (andor files) and the utility copied 
  only changed files from machine A to :B?  I use ssh,
  and have a pretty good firewall set up on my DNS server.
  Just wondering if some of this isn't overkill... and 
  trying to remember the utility.  Was it rsync  after all?
 
 rsync(1), rdist(1), even tar(1) all can be used with alternatives to
 ssh in order to copy files to a remote machine.  The question is why
 would you want to?
 
 Basically, if you aren't using ssh(1), then you're using rsh(1) which
 is an archaic protocol; a security incident waiting to happen and
 something you don't admit to using in polite company.  I could mention
 rexec here, but this is a family mailing list and inappropriate for
 the sort of invective I would feel obliged to heap upon it.
 
 ssh(1) is only overkill until you realise exactly what you are laying
 yourself open to by not using it.  Even inside a protected network,
 get into the habit of using it: it doesn't take much to accidentally
 end up using an inferior, insecure alternative to external
 destinations.  Plus ssh(1) has other advantages like correctly
 returning the exit status of remote commands, being able to use key
 based authentication, X11 display forwarding and ssh-agent forwarding.
 

It was rdist, thanks, Matthew; the name is somehow less 
than adaquate, I think.  At any rate, years ago I had rdist
neatly set up with an [easily] modifyable distfile and 
backed up one system to another.  This, along with a nightly
tape backup, meant that it would take a great deal of 
bad-luck to lose myimportant files.

I do have my internal systems rigged with ssh.  It would be 
nice if rdist has a -f switch or could otherwise take imput
from a file.  I need to man -t rdist and find a quiet corner... .

gary





-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

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


Re: Question

2003-10-27 Thread Chris Readle
Doesn't Sun call their version Star Office?

Also, OpenOffice.org (OOo, for short) is excellent (in my not so hunble
opinion) and it also offers a decent level (say, 90+%) of M$ Office
compatibility.  No fininacial interest, etc, just a pleased as punch OOo
user.

chris

P.S. Open Office is something else entirely, and there are copyright
issues involved with calling OOo just Open Office.


--- Kevin D. Kinsey, DaleCo, S.P. [EMAIL PROTECTED] wrote:
 Leo P. Gaten wrote:
 
  Greetings:
 
  Are there any wordprocessing/spreadsheet packages available that run 
  on BSD?
 
  Leo Gaten
  Sequim, WA
 
 Of course!  AbiWord, oleo, sc, and of course Open Office come
 to mind.  And that's just the free stuff ... how 'bout Sun's Open
 Office ... and textmaker.de just released TextMaker, which
 looks real good.  Supposedly the spreadsheet is their next
 target
 
 Check out http://freshports.org ... lots of ideas there.
 
 HTH,
 
 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]


__
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Bug in ports howto question

2003-10-27 Thread kosmos
Randy,

Thanks for the info.

I decided to stop using my MS mail client, and replaced sendmail 
on my unix box with ssmtp, which is a lot simpler. I think there are
3 configuration options to it. I use pop3 so I am also using fetchmail 
now. 

I used gtk-send-pr at the last place I worked, and although it is nice,
I don't know if it addresses the issue of mail access to freebsd's gnats 
server from a private host. The access problems are a relatively new 
development since the last time I submitted a port.

Although the port I submitted got forwarded by someone who picked it 
up in bugbusters mailing list, it also got mangled in the forwarding process.
Since it now has a tracking number, I don't know if I should resubmit it
or just wait.



On Mon, Oct 27, 2003 at 06:47:53PM -0500, Randy Pratt wrote:
 On Mon, 27 Oct 2003 13:45:10 -0800 you wrote:
  What is the procedure to submit a new port when you don't have access to
  a dedicated and highly-visible Freebsd machine on the internet?
 
 The stock answer is to tackle configuring sendmail so you can use the 
 send-pr included with the system.
 
 Recently I noticed a port that might be a lot easier for those who
 use pop3 and don't have a need for sendmail.  You can try having a look
 at /usr/ports/sysutils/gtk-send-pr to see if it might meet your needs.
 I've not used the port but it only has a few dependencies.
 
 Hope this helps you,
 
 Randy
 
 -- 
 

-- 
Allan Bowhill
[EMAIL PROTECTED]

I have great faith in fools -- self confidence my friends call it.
-- Edgar Allan Poe
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5 button mouse and MozillaFirebird

2003-10-27 Thread John Oxley
OK, figured it out:
   
Step by step for anyone who wants to know how. 
   
edit XF86Config put in 
Option Buttons 7   
Option ZAxisMapping 6 7
   
in ~/.imwheelrc put:   
.*   
None, Up, Alt_L|Left   
None, Down, Alt_L|Right
   
   
and last of all in .xinitrc, put:  
imwheel -p -b 67
xmodmap -e pointer = 1 2 3 6 7 4 5   


On Mon 2003-10-27 (17:02), John Oxley wrote:
 Hi,
 
 I have a 5 button optical mouse.
 
 I have put the lines:
 Option Buttons 7
 Option ZAxisMapping 6 7
 
 in my Identifier section of XF86Config.
 
 I also run `xmodmap -e pointer = 1 2 3 6 7 4 5` in my .xinitrc. Running xev
 i can see that the side buttons are buttons 6 and 7, while the scroll up and
 down is 4 and 5.
 
 How do I tell MozillaFirebird to map back and forward to buttons 6 and 7.  I
 realise that this isn't strictly a FreeBSD question but any help would be
 greatly  appreciated.
 
 My system is FreeBSD-5.1-RELEASE-p10, running XFree86 Version 4.3.0.  My
 window manager is blackbox 0.65.0.
 
 -John
 
 -- 
 /~\ The ASCII   ASCII stupid question, get a EBCDIC ANSI.
 \ / Ribbon Campaign John Oxley
  X  Against HTMLhttp://oxo.rucus.net/
 / \ Email!  oxo at rucus.ru.ac.za
 Personally, I'd rather pay for my freedom than live in a bitmapped, pop-up-happy 
 dungeon like NT.
   -- Thomas Scoville
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
/~\ The ASCII   ASCII stupid question, get a EBCDIC ANSI.
\ / Ribbon Campaign John Oxley
 X  Against HTMLhttp://oxo.rucus.net/
/ \ Email!  oxo at rucus.ru.ac.za
Personally, I'd rather pay for my freedom than live in a bitmapped, pop-up-happy 
dungeon like NT.
-- Thomas Scoville
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


sound driver

2003-10-27 Thread asolomon15
Hello all, I have a asus P4C-800-E motherboard and I don't know if my
soundcard is supported or not.  When I use dmesg this is the mesage that
i get
pci0: serial bus, SMBus at device 31.3 (no driver attached)
pci0: multimedia, audio at device 31.5 (no driver attached)

Has anyone come across this on this particular motherboard?

Thanks if you can help 

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


Re: Question

2003-10-27 Thread Kevin D. Kinsey, DaleCo, S.P.
Chris Readle wrote:

Doesn't Sun call their version Star Office?
 

Doh!  Long day, please 'scuse 

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


Re: Bug in ports howto question

2003-10-27 Thread Simon Barner
  Or just have sendmail config files for the most common cases, e.g. isps
  mail server as smart host (with and without asmtp), etc.
 
 That would be good idea too. But when you make world and run mergemaster,
 is always the risk of the sendmail configurations getting wiped out. But
 I guess it depends on which option you like better. Personally, as a sendmail
 challenged person, I like the idea of using a smaller, simpler program.

I planned to work out a solution or at least an improvement for that anyway.
I'll dig into it as soon as time permits.

Simon


signature.asc
Description: Digital signature


Re: sound driver

2003-10-27 Thread Simon Barner
asolomon15 schrieb am Mon, Oct 27, 2003 at 08:08:29PM -0500:
 Hello all, I have a asus P4C-800-E motherboard and I don't know if my
 soundcard is supported or not.  When I use dmesg this is the mesage that
 i get
 pci0: serial bus, SMBus at device 31.3 (no driver attached)
 pci0: multimedia, audio at device 31.5 (no driver attached)

Loading the pcm module might be worth a try.

kldload snd_pcm.ko

If that gives you promising messages on your console, you can load that
module at boot up (/boot/loader.conf) or compile #device pcm into your
kernel (check the handbook for more details).

Simon


signature.asc
Description: Digital signature


Re: hard disk problem

2003-10-27 Thread Lowell Gilbert
DavidB [EMAIL PROTECTED] writes:

 Hey, Lowell could you please read the thread I reference and give your
 opinion of the issue about the WD diagnostic tool.

Most manufacturers have their own versions of such tools.  
If you can use them, they are indeed quite likely to give you more
information than you can get any other way.

 So I was studying what you were talking about bad block remapping,
 dynamic bad block remapping, or western digital's term Auto Defect
 Retirement
 
 I had expected that I disk would when failing to write to a bad area
 on disk and fails to mark it bad and redirect it to somewhere else on
 the disk. But reads I would not have expected the hardware to do
 anything other than give a failure. It seems there is some mechanism
 to do this automatically within the hardware with reads also.  But it
 seems very vague on how and when this is tripped. Most of my reading
 including one thing from someone who works for Maxtor is that the bad
 block is marked bad at the failed read (or succesive failed reads,
 says the Maxtor guy) however doesn't get remapped until the next
 write, and from my reading, seems to be, not until the next write to
 that particular sector.  So the bad block being read would be there
 until you did something to cause the hardware to remap it.  It doesn't
 seem it is done so it is totally hidden from view or seeing issues
 with bad blocks.

This seems to differ a little between manufacturers, but I think most
of them have a few more complexities than that description.  One of
the more impressive tricks is to re-try failed reads, starting from a
different sector on the cylinder (and thus, a different timing, which
improves your odds of a good read if you're having problems with the
platter-to-head separation).

More expensive drive firmware will certainly recover the problem
sectors automatically -- I suspect, but do not know for certain, that
some drives will first try re-writing the data back to the same
sector, in case field strength just needs reinforcing.

 The system seems to be setup in order to catch problems and remap them
 at the earliest time so that the data is not totally unreachable[lost]
 the hardware will try using multiple reads with ECC to read out the
 effected data [from what I have read] and writes it somewhere else.

Of course, you won't hear about it at that time.

 So again I say that the disk PROBABLY is NOT in for a soon demise.
 Running the disk diagnostic tools from the disk manufacturer will
 remap the bad block immeadiately as well as other things, rather than
 waiting until you happen to write to that sector again.

Yes, I did pull the trigger a bit fast on this; it's possible that
the two errors reported by the original poster were the only ones
observed.  In that case, they could be a fluke for any number of
reasons, right down to sunspots.  I probably should have recommended
being *prepared* to replace the drive.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


JDK 'make install' - puzzling error message

2003-10-27 Thread Richard Shea
Hi - I've just gone to ...

http://java.sun.com/webapps/download/Display?BundleId=7479

... to download the JDK and put it into ports/distfiles. However when I
do 'make install' from /usr/ports/java/linux-sun-jdk13 I get ...

===  linux-sun-jdk-1.3.1.07_1 You must manually fetch the Java 2
Development Kit 1.3.1.07 archive (j2sdk-1_3_1_07-linux-i586.bin) from
http://java.sun.com/webapps/download/Display?BundleId=7479, download the
Linux GNUZIP Tar shell script into /usr/ports/distfiles and then run make
again.

... well I've got two problems arising from that. 

First following that link mentioned in the error message now gives you
j2sdk-1_3_1_08-linux-i586.bin not the 07 version - so does anyone know
how I can get the 07 version ?. 

The other thing is that I'm afraid I have no idea what 'the Linux GNUZIP
Tar shell script' might be or where I should get it from - is that
another name for what I've downloaded ?

Any help would appreciated.

thanks

richard shea.

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


Re: JDK 'make install' - puzzling error message

2003-10-27 Thread Kent Stewart
On Monday 27 October 2003 05:52 pm, Richard Shea wrote:
 Hi - I've just gone to ...

 http://java.sun.com/webapps/download/Display?BundleId=7479

 ... to download the JDK and put it into ports/distfiles. However when I
 do 'make install' from /usr/ports/java/linux-sun-jdk13 I get ...

 ===  linux-sun-jdk-1.3.1.07_1 You must manually fetch the Java 2
 Development Kit 1.3.1.07 archive (j2sdk-1_3_1_07-linux-i586.bin) from
 http://java.sun.com/webapps/download/Display?BundleId=7479, download the
 Linux GNUZIP Tar shell script into /usr/ports/distfiles and then run make
 again.

 ... well I've got two problems arising from that.

 First following that link mentioned in the error message now gives you
 j2sdk-1_3_1_08-linux-i586.bin not the 07 version - so does anyone know
 how I can get the 07 version ?.

 The other thing is that I'm afraid I have no idea what 'the Linux GNUZIP
 Tar shell script' might be or where I should get it from - is that
 another name for what I've downloaded ?


Your port system seems to be out of date. The current version is 09 and the 
*.bin file is the file you are to download into ../distfiles.

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]


patching a device driver

2003-10-27 Thread carmoda
Hi,

I have found some instructions on how to patch a device driver [so as to get
an onboard network card to get picked up]. I was wondering if anyone had any
instructions on how to go about adding the patch, i have never done it
before...

[EMAIL PROTECTED]

http://lists.freebsd.org/pipermail/freebsd-bugs/2003-June/001240.html










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


Re: Installing FreeBSD 5.1 on i386 (ASUS motherboard).

2003-10-27 Thread Krishna Ramanathan
Thanks a lot, Harald, it worked !
I chose option 2 in the BSD install menu, and I'm fine
now.. tho' I've been too chicken to go thru' the
partitioning process, without a thorough read, I'll
get around to doing that today/tomorrow, I'm sure.

Best regards,
Kumar 

--- Harald Schmalzbauer [EMAIL PROTECTED] wrote:
 On Sunday 26 October 2003 10:45, Krishna Ramanathan
 wrote:
  Hello,
  I have a machine with the following configuration
 :
 
  1. AMD Athlon XP 1.8GHz.
  2. 512 Mb DDR RAM.
  3. Samsung CD/RW Drive
  4. 2 HDDs - IBM(80G) + Samsung(40G).
  5. ASUS A7N8X-X motherboard.
  6. NVidia GEForce MX-440(64Megs dedicated DDR)
 Display
  card.
  7. DLing DFE538-TX 10/100 Mbps, ethernet card on
 PCI.
 
  I burned 2 CDs from the ISOs I have downloaded,
 from
  the ftp://ftp.freebsd.org site.
  I have downloaded version 5.1 of the FreeBSD
 release.
 
  During install, I get the following error :
  Mounting root from ufs:/dev/md0, after which the
  system hangs, no Keyboard access, nothing. I have
 to
  do a power down and start up again. All devices
 are
  detected fine, HDDs, CD/RW, Display adapters, KBD,
  etc.
 
 Try disabling ACPI. I had the same problem some time
 ago and disabling ACPI 
 helped. Since this wasn't my machine the issue got
 forgotten.
 
 Best regards,
 
 -Harry
 
 
  Am I doing something wrong ? Or is the 5.1 release
  unsupported for my motherboard ? Do I need
 to(groan)
  download another release ? Is 4.9/4.8 a stable
 release
  ? Or is there something else I'm missing out on ?
 
  Please advise.
  thanks in advance,
  Kumar
 
  __
  Do you Yahoo!?
  Exclusive Video Premiere - Britney Spears
  http://launch.yahoo.com/promos/britneyspears/
  ___
  [EMAIL PROTECTED] mailing list
 

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

 ATTACHMENT part 2 application/pgp-signature 



__
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Installing FreeBSD 5.1 on i386 (ASUS motherboard).

2003-10-27 Thread Harald Schmalzbauer
On Tuesday 28 October 2003 06:56, Krishna Ramanathan wrote:
 Thanks a lot, Harald, it worked !
 I chose option 2 in the BSD install menu, and I'm fine
 now.. tho' I've been too chicken to go thru' the
 partitioning process, without a thorough read, I'll
 get around to doing that today/tomorrow, I'm sure.

Could you please try booting with disabled parallel port in the BIOS and with 
ACPI?
It seems there is a IRQ-routing problem as someone on the list and I have this 
problem on VIA C3 boards and with disabled parport ACPI works fine.

Best regards,

-Harry


 Best regards,
 Kumar
*SNIP*
 
   ? Or is there something else I'm missing out on ?
  
   Please advise.
   thanks in advance,
   Kumar
  
   __
   Do you Yahoo!?
   Exclusive Video Premiere - Britney Spears
   http://launch.yahoo.com/promos/britneyspears/
   ___
   [EMAIL PROTECTED] mailing list

 http://lists.freebsd.org/mailman/listinfo/freebsd-questions

   To unsubscribe, send any mail to
   [EMAIL PROTECTED]
 
  ATTACHMENT part 2 application/pgp-signature

 __
 Do you Yahoo!?
 Exclusive Video Premiere - Britney Spears
 http://launch.yahoo.com/promos/britneyspears/


pgp0.pgp
Description: signature