Apache port

2004-11-23 Thread Trevor Hart
I installed Apache version 2.0.43 on my FreeBSD 4.7-RELEASE server. The
httpd file is set up with Listen 80 and Listen 8000. The problem is that it
will not accept connections on port 80, even though it is listening (checked
using netstat, and sockstat). It works fine on port 8000. I have never
configured a router, so as far as I know, theres not one running. I am
running a mail server, ftp, and a telnet server without problems in addition
to the web server. It is not a problem with my ISP, nor my router as it will
work if I forward port 80 to another computer. As far as I can tell, its
being blocked by FreeBSD, but I have no idea where or why, nor how to fix
it.


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.797 / Virus Database: 541 - Release Date: 15/11/2004
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem with INDEX

2004-11-23 Thread Axel S. Gruner
Hi.

I ran into some problems with portsdb -uU since the INDEX file has
been removed from the CVS.
Sometimes it works, sometimes not. 
In my understanding, after a cvsup of the ports tree, i have to do a
make fetchindex. Works fine. But what about a portsd -uU? Is this
one obsolet (but portupgrade needs the INDEX.db?)?

So the only INDEX file i have is INDEX if i run portsdb -uU i get en
Error 1. If i run just portversion -v after a cvsup, i get a Updating
the ports index ... Generating INDEX.tmp - please wait.. after a while
also an error 1. 

So, is this just a problem at the moment, or does it depends on the
removal of INDEX from the CVS tree? 

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


php4 ports configuration file

2004-11-23 Thread Andrew L. Gould
I currently have the php4 port installed with support for various 
programs such as postgresql.  I would like to add support for imap; so 
I did a make clean (in both php4 and php4-extensions) followed by a 
make so there is no directory for working files.  Rather than see a 
screen to allow me to select various extensions, I saw a line that 
stated that a saved configuration file had been found.

Where can I find the saved configuration file?  (No working directory 
exists after make clean.)  How can I add imap to the existing 
configuration?

Thanks,

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


system in cpu states in top

2004-11-23 Thread Mipam
Hi,

I wonder how some variables are being determined in top.
For example CPU states:

CPU states: 0.4% user, 0.0% nice,  1.5% system, 0.4% interrupt, 97.7% idle

is the percentage of system the usage that system processes use from
the cpu? What about nice? Any nice link where i can rtfm about it?
Bye,

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


ffs_mountroot: can't find rootvp, after source update to RELENG_5_3

2004-11-23 Thread Eric Penfold
Hi,
I maintain two FreeBSD servers currently running 5.2p8, and was attempting 
to update one of them to the 5.3 release.

I have cvsup-ed to RELENG_5_3, build world and kernel (GENERIC, and was also 
using GENERIC kernel with 5.2), and then installed kernel.

On reboot, it came up with the following message:
Mounting root from ufs:/dev/ar0s1a
no such device 'ar'
setrootbyname failed
ffs_mountroot: can't find rootvp
Root mount failed: 6
If I listed boot devices, at the prompt after the above message, it showed 
the ad4s1a, ad6s1a that ar0s1a maps onto, etc.

I was able to unload the kernel and revert back to 5.2, so it would appear 
to be a problem with the new kernel not recognising the raid array on the 
server.

The controller is detected as:
kernel: atapci1: SiI 3112 SATA150 controller port 0x4010
-0x401f,0x4038-0x403b,0x4040-0x4047,0x403c-0x403f,0x4048-0x404f mem 
0xfc300400-0 xfc3005ff irq 27 at device 3.0 on pci3

Unfortunately I dont have the boot message from the failed 5.3 kernel, cos 
it didnt log it anywhere, and the server is remote - so repeating it isnt 
easy. I think I remember seeing a similar message under 5.3 though.

After some research, I find that raid support for SiI0680 ATA controller is 
not working in this release. Although this is not the same controller as I 
have, the symptoms seem similar - configuration stored under 5.2 or prior 
may be corrupted.

Is it possible, likely, or even safe, that I would need to (re)run the 
atacontrol create commands to recreate the raid array under a 5.3 kernel - 
and can this be done without destorying the data/partitions already there?

Any other suggestions as to how to work around it - without having to 
(re)install the OS from scratch?

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


Re: php4 ports configuration file

2004-11-23 Thread Daniel Bye
On Tue, Nov 23, 2004 at 03:04:11AM -0600, Andrew L. Gould wrote:
 I currently have the php4 port installed with support for various 
 programs such as postgresql.  I would like to add support for imap; so 
 I did a make clean (in both php4 and php4-extensions) followed by a 
 make so there is no directory for working files.  Rather than see a 
 screen to allow me to select various extensions, I saw a line that 
 stated that a saved configuration file had been found.
 
 Where can I find the saved configuration file?  (No working directory 
 exists after make clean.)  How can I add imap to the existing 
 configuration?

Not directly an answer to your question, but it might help you...

Do you use portupgrade and friends?  If so, you can try setting the
MAKE_ARGS for php4-extensions in /usr/local/etc/pkgtools.conf, something 
like:

MAKE_ARGS = {
'lang/php4-extensions' = [
'WITH_PGSQL=yes',
'WITH_IMAP=yes',
...
],
}

(All the available extensions are mentioned in the port's Makefile -
just prepend each one you want with WITH_)

You can then use `portupgrade -f php4-extensions' to force a reinstall,
which will pick up the new settings.

Like I say, not a direct answer, but you may find it useful...

Dan

-- 
Daniel Bye

PGP Key: ftp://ftp.slightlystrange.org/pgpkey/dan.asc
PGP Key fingerprint: 3B9D 8BBB EB03 BA83 5DB4 3B88 86FC F03A 90A1 BE8F
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \


pgpdrlxQQ30X2.pgp
Description: PGP signature


Re: php4 ports configuration file

2004-11-23 Thread Peter Risdon

On Tue, Nov 23, 2004 at 03:04:11AM -0600, Andrew L. Gould wrote:
I currently have the php4 port installed with support for various 
programs such as postgresql.  I would like to add support for imap; so 
I did a make clean (in both php4 and php4-extensions) followed by a 
make so there is no directory for working files.  Rather than see a 
screen to allow me to select various extensions, I saw a line that 
stated that a saved configuration file had been found.

Where can I find the saved configuration file?  (No working directory 
exists after make clean.)  How can I add imap to the existing 
configuration?
#cd /usr/ports/lang/php4-extensions
#make configure
or
#cd /usr/ports/mail/php4-imap
#make install clean
Peter
--
the circle squared
network systems and software
http://www.circlesquared.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: system in cpu states in top

2004-11-23 Thread Jeremy Faulkner
Mipam wrote:
Hi,
I wonder how some variables are being determined in top.
For example CPU states:
CPU states: 0.4% user, 0.0% nice,  1.5% system, 0.4% interrupt, 97.7% idle
is the percentage of system the usage that system processes use from
the cpu? What about nice? Any nice link where i can rtfm about it?
Bye,
Mipam.
user - user programs
nice - user programs that are running at a nice level (man nice)
system - kernel
interrupt - handling hardware interrupts
--
Jeremy Faulkner [EMAIL PROTECTED]
Resume: http://www.gldis.ca/gldisater/resume.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: tunneling everything

2004-11-23 Thread Roger 'Rocky' Vetterberg
Andrei Iarus wrote:
Hi! I am looking for a solution to this problem: I
want to make a tcp tunneling. The ssh tunneling
doesn`t satisies me because I don`t want to tunnel a
specific service, I want to tunnel everything. For
example: I would like my host to route everything
through a tcp tunnel. I would like to see what
solutions exist on FreeBSD. Please give just some
links. Thank you in advance!
What you need is a VPN (Virtual Private Network).
I suggest you google for MPD, Poptop and IPSec.
Any of them should be able to do what you want, use the one that 
suits you best.

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


Re: SCSI Hard drive MEDIUM ERROR

2004-11-23 Thread J.D. Bronson
At 09:45 PM 11/22/2004, you wrote:
In the last episode (Nov 22), Ryan J. Cavicchioni said:
 AWRE (Auto Write Reallocation Enbld):  1
 ARRE (Auto Read Reallocation Enbld):  1
 TB (Transfer Block):  0
 RC (Read Continuous):  0
 EER (Enable Early Recovery):  0
 PER (Post Error):  0
 DTE (Disable Transfer on Error):  0
 Read Retry Count:  255
 Write Retry Count:  255

 It seems to be enabled.

What command and args produced this output?
Thanks -
 -JDB 

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


unusual behaviour of captured packets - problem with bpf?WAS:unexplained behavior of rtadvd

2004-11-23 Thread Ken Tollefson
I have found, since this was originally posted, that when the packet 
captures are done from a system outside the IPv6 router there are no 
abnormal packets seen.(with thanks to SUZUKI, Shinsuke @ KAME Project 
for assistance).  The original packet captures were done from within the 
router. It would seem from this that bpf might be behaving in an unusual 
manner.

I have read the documentation for bpf but have not found anything that 
explains the behavior noted below.  Can anyone shed light on what might 
be happening here?  Any help appreciated!

Ken Tollefson

Ken Tollefson wrote:
I hope this question is going to the right list.  Please let me know if
there is a more appropriate list it should go to.
I have installed Freebsd 4.9 and have configured it as an IPv6 router.
I captured some of the packets sent by rtadvd and found
what appeared to be corrupt frames.  The output shown below is from
ethereal but tcpdump and snort show the same patterns.
The detail from Frame 4 below is actually the same as the last 64 bytes
of Frame 5 and this pattern is repeated, with each RA that is sent by 
rtadvd being preceded by the 64-byte 'fragment' which is misinterpreted 
as a Fiber Channel frame.

I found a reference to a problem with the way mbufs are handled by
various NICs so tried three different cards using the
xl0, rl0 and fxp0 drivers and found the same behaviour in each case.
The original ipv6 software has been replaced with the latest
Kame snap available for FreeBSD4.9 with no change.
I have been unable to find a reference to this behavior in the FAQs or
lists.  Any help explaining what is going on here will be appreciated.
Ken
* 

Machine Specs:
Intel P150, 32 MB RAM, 40 GB HDD
NICs - xl0 - 3COM 3C905B, fxp0 - Intel Pro100 S, rl0 - $15 generic NIC 
with RealTek chipset rebadged as a 'Dolphin' brand card.

No. TimeSource  Destination   Protocol Info
1 0.00 fe80::210:5aff:fe77:e85c ff02::2 ICMPv6 Multicast listener done
2 2.879182 fe80::210:5aff:fe77:e85c ff02::2 ICMPv6 Multicastlistener report
3 11.038023 fe80::210:5aff:fe77:e85c ff02::2 ICMPv6 Multicastlistener 
report
4 18.888487   00.00.00  00.00.00 FC   Unknown frame
5 18.888545   fe80::210:5aff:fe77:e85c ff02::1 ICMPv6  Router advertisement
6 34.898863   00.00.00  00.00.00 FC   Unknown frame
7 34.898944   fe80::210:5aff:fe77:e85c ff02::1   ICMPv6   Router
advertisement

Frame Detail

Frame 4
  60 00 00 00 00 18 3a ff  fe 80 00 00 00 00 00 00
0010  02 10 5a ff fe 77 e8 5c  ff 02 00 00 00 00 00 00
0020  00 00 00 00 00 00 00 01  86 00 ad 56 40 00 07 08
0030  00 00 00 00 00 00 00 00  01 01 00 10 5a 77 e8 5c
Frame 5
  33 33 00 00 00 01 00 10  5a 77 e8 5c 86 dd 60 00
0010  00 00 00 18 3a ff fe 80  00 00 00 00 00 00 02 10
0020  5a ff fe 77 e8 5c ff 02  00 00 00 00 00 00 00 00
0030  00 00 00 00 00 01 86 00  ad 56 40 00 07 08 00 00
0040  00 00 00 00 00 00 01 01  00 10 5a 77 e8 5c


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

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


Re: php4 ports configuration file

2004-11-23 Thread Andrew L. Gould
On Tuesday 23 November 2004 04:49 am, Peter Risdon wrote:
  On Tue, Nov 23, 2004 at 03:04:11AM -0600, Andrew L. Gould wrote:
 I currently have the php4 port installed with support for various
 programs such as postgresql.  I would like to add support for imap;
  so I did a make clean (in both php4 and php4-extensions) followed
  by a make so there is no directory for working files.  Rather than
  see a screen to allow me to select various extensions, I saw a
  line that stated that a saved configuration file had been found.
 
 Where can I find the saved configuration file?  (No working
  directory exists after make clean.)  How can I add imap to the
  existing configuration?

 #cd /usr/ports/lang/php4-extensions
 #make configure

 or

 #cd /usr/ports/mail/php4-imap
 #make install clean


 Peter

Thanks.

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


Re: Problem with INDEX

2004-11-23 Thread Kent Stewart
On Tuesday 23 November 2004 12:45 am, Axel S. Gruner wrote:
 Hi.

 I ran into some problems with portsdb -uU since the INDEX file has
 been removed from the CVS.
 Sometimes it works, sometimes not.
 In my understanding, after a cvsup of the ports tree, i have to do a
 make fetchindex. Works fine. But what about a portsd -uU? Is this
 one obsolet (but portupgrade needs the INDEX.db?)?

 So the only INDEX file i have is INDEX if i run portsdb -uU i get
 en Error 1. If i run just portversion -v after a cvsup, i get a
 Updating the ports index ... Generating INDEX.tmp - please wait..
 after a while also an error 1.

 So, is this just a problem at the moment, or does it depends on the
 removal of INDEX from the CVS tree?

After you do a fetchindex, you need to run portsdb -u to build a new 
INDEX.db.

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]


GUI Process Manager

2004-11-23 Thread Graham Bentley
 
 Hi :)

 Is there any GUI tool like gPS http://www.gps.seul.org/
 that will work on FreeBSD+XFCE4 ?
 
 Ta!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


PXE boot with TFTP

2004-11-23 Thread Erik Norgaard
Hi,
I am trying to set up a jumpstart server using only dhcp/tftp/ftp to 
install. My tftp root is /var/tftp where I have created the boot 
directory containing:

-rwxr-xr-x  1 root  wheel   512 Nov 21 23:37 boot0
-rwxr-xr-x  1 root  wheel   512 Nov 21 23:38 boot1
-rw-r--r--  1 root  wheel  7680 Nov 21 23:38 boot2
-r--r--r--  1 root  wheel  1982 Nov 22 12:14 device.hints
drwxr-xr-x  2 root  wheel   512 Nov 22 00:05 kernel
-r-xr-xr-x  1 root  wheel249856 Nov 23 13:19 loader
-rw-r--r--  1 root  wheel   203 Nov 23 13:20 loader.rc
-rw-r--r--  1 root  wheel  33554432 Nov 23 11:56 mfsroot
drwxr-xr-x  2 root  wheel   512 Nov 23 13:26 modules
-rw-r--r--  1 root  wheel251904 Nov 23 13:19 pxeboot
With loader.rc: ==
# loader.rc: jumpstart
echo Loading Kernel...
load boot/kernel/kernel
load boot/kernel/acpi.ko
echo Booting...
echo \007\007
load -t mfs_root /boot/mfsroot
set vfs.root.mountfrom=ufs:/dev/md0c
boot
==
Things goes well till the booting client tries to load the kernel:
client output=
PXE Loader 1.00
Building the boot loader arguments
Relocating the loader and the BTX
starting the BTX loader
BTX loader 1.00  BTX version is 1.01
Console: internal video/keyboard
BIOS drive A: is disk0
BIOS drive C: is disk1
PXE version 2.1, real mode entry point @9e6e:00f6
BIOS 640kB/244672kB available memory
FreeBSD/i386 bootstrap loader, Revision 1.1
([EMAIL PROTECTED], Tue Nov 23 13:18:23 CET 2004)
pxe_open: server addr: 192.168.0.32
pxe_open: server path: /var/tftp
pxe_open: gateway ip:  192.168.0.1
\
can't load 'kernel'
Type '?' for a list of commands, 'help' for more detailed help.
OK
==
I don't know where it tries to get the kernel form, I have tried to 
specify various paths, absolute and relative in the dhcpd.conf, 
currently root-path 192.168.0.32:/var/tftp, same result. however, I 
can then load the kernel manually:

OK load boot/kernel/kernel
this fetches the kernel with tftp as it should. In fact, I can manually 
issue all the commands in loader.rc - (it then hangs on boot but this 
seems to be another story).

Sniffing the network interface, it appears that loader.rc is never 
loaded (snort -vCde -i sis0 host 192.168.0.128):

=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
11/23-14:01:19.697135 0:40:63:D4:89:72 - 0:C:6E:D:91:BB type:0x800 len:0x48
192.168.0.128:2626 - 192.168.0.32:69 UDP TTL:20 TOS:0x0 ID:504 IpLen:20 
DgmLen:58
Len: 30
../boot/loader.rc.split.octet.
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+

11/23-14:01:19.773480 0:C:6E:D:91:BB - 0:40:63:D4:89:72 type:0x800 len:0x3F
192.168.0.32:60403 - 192.168.0.128:2626 UDP TTL:64 TOS:0x0 ID:39618 
IpLen:20 DgmLen:49
Len: 21
Access violation.
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+

11/23-14:01:19.773761 0:40:63:D4:89:72 - 0:C:6E:D:91:BB type:0x800 len:0x4B
192.168.0.128:2627 - 192.168.0.32:69 UDP TTL:20 TOS:0x0 ID:505 IpLen:20 
DgmLen:61
Len: 33
../boot/loader.rc.gz.split.octet.
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+

11/23-14:01:19.780476 0:C:6E:D:91:BB - 0:40:63:D4:89:72 type:0x800 len:0x3F
192.168.0.32:60506 - 192.168.0.128:2627 UDP TTL:64 TOS:0x0 ID:39619 
IpLen:20 DgmLen:49
Len: 21
Access violation.
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+

11/23-14:01:19.780635 0:40:63:D4:89:72 - 0:C:6E:D:91:BB type:0x800 len:0x45
192.168.0.128:2627 - 192.168.0.32:69 UDP TTL:20 TOS:0x0 ID:506 IpLen:20 
DgmLen:55
Len: 27
../boot/loader.rc.gz.octet.
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+

11/23-14:01:19.791782 0:C:6E:D:91:BB - 0:40:63:D4:89:72 type:0x800 len:0x3F
192.168.0.32:50585 - 192.168.0.128:2627 UDP TTL:64 TOS:0x0 ID:39620 
IpLen:20 DgmLen:49
Len: 21
Access violation.
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+

11/23-14:01:19.791939 0:40:63:D4:89:72 - 0:C:6E:D:91:BB type:0x800 len:0x42
192.168.0.128:2627 - 192.168.0.32:69 UDP TTL:20 TOS:0x0 ID:507 IpLen:20 
DgmLen:52
Len: 24
../boot/loader.rc.octet.
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+

11/23-14:01:19.799377 0:C:6E:D:91:BB - 0:40:63:D4:89:72 type:0x800 len:0x3F
192.168.0.32:54534 - 192.168.0.128:2627 UDP TTL:64 TOS:0x0 ID:39621 
IpLen:20 DgmLen:49
Len: 21
Access violation.
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+

Clearly it tries to fetch loader.rc in various paths, but I don't know 
which path on my server it is searching - all files in /var/tftp are 
world readable.

Any help would be appreciated, thanks!
Erik
--
Ph: +34.666334818  web: www.locolomo.org
S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt
Subject ID:  A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9
Fingerprint: 

5.3-STABLE - system after few hours

2004-11-23 Thread Piotr Gnyp
Hi,
after upgrade from 5.2.1 o 5.3-STABLE my system started to reboot on regular
basis. The error message on screen (not always showing):

Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id=03
fault virtual address = 0x1c
fault code = supervisor write, page not present
instruction pointer = 0x8:0xc04ce84b
stack pointer = 0x10:0xea54f9co
frame pointer = 0x10:0xea54f9cc
code segment = base 0x0, limit 0xf type 0x1b
 = DPL 0, pres 1, def32 1 , gran 1
procesor eflags = interrupt cenabled, resume, IOPL=0
current process = 11445 (screen)
trap number = 12
panic: page fault
cpuid = 0
boot() called on cpu#0

[14:16] [EMAIL PROTECTED]:~ uname -r
5.3-STABLE

[14:16] [EMAIL PROTECTED]:~ pkg_info | grep screen
screen-4.0.2_1  A multi-screen window manager

system has been tested with memtest and cpuburn - no errors were detected.

Please advice.
-- 


pgpxLjPfttVZU.pgp
Description: PGP signature


Problem with image ...

2004-11-23 Thread Boris
Hello questions,

  I have problem with image 5.3-RELEASE-i386-disc2.iso.
  I think this image is not correct, but cheksum is OK.
  This image I cant write with Nero.

  Image 5.3-RELEASE-i386-disc1.iso - OK.
  

-- 
Best regards,
 Boris  mailto:[EMAIL PROTECTED]

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


p5-Mail-SpamAssassin-3.0.1_1 performance?

2004-11-23 Thread Andy Firman

I just learned how to upgrade my ports to get the
latest clamav installed.  I see that SA 3.0 is
available for my 4.10 stable box.

Is anyone running this on a box with 10,000+ emails
per day?  If so, how is SA 3.0 performance?
I have read it can take up lots of memory and CPU.

Comments?


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


Re: Odd Tar behavior

2004-11-23 Thread Giorgos Keramidas
On 2004-11-22 17:00, Derrick Ryalls [EMAIL PROTECTED] wrote:
 I just observed some really strange behavior with a tar file in my
 backup script.  Using a command like tar -cf /someplace/www.tar www
 (when in /usr/local) it produces a 2 Meg file.  Under webroot, there
 are several files that are 500+ meg in size, so this size value is
 suspect, though it only took a few seconds to create the archive.

 The weird part comes in when I untar www.tar.  Suddenly all files
 are there in their full sized glory, leading me to believe that I am
 only saving file pointers or something.  Also, it isn't a
 compression issue as I am not using compression, and the files
 themselves really aren't very compressable.  Whatever the case, how
 do I use tar to create reliable backups, including large files?

Hmm, check that you are not archiving symbolic links instead of the
files themselves.  If that is the case, you might want to use the -H
option of tar.

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


Re: p5-Mail-SpamAssassin-3.0.1_1 performance?

2004-11-23 Thread Martin Hepworth
Andy Firman wrote:
I just learned how to upgrade my ports to get the
latest clamav installed.  I see that SA 3.0 is
available for my 4.10 stable box.
Is anyone running this on a box with 10,000+ emails
per day?  If so, how is SA 3.0 performance?
I have read it can take up lots of memory and CPU.
Comments?
Thanks,
Andy
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
Andy
depends on size of emails an dhow many extra rules you run, and how you 
run it;

There have been reports on spamd running alot of memory on Linux, but 
not heard any reports on *BSD.

For comparison my 800mhz celeron with 512MB RAM tops out at around 
15,000 per day on FreeBSD 4.8..

--
Martin Hepworth
Senior Systems Administrator
Solid State Logic Ltd
tel: +44 (0)1865 842300
**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote confirms that this email message has been swept
for the presence of computer viruses and is believed to be clean.
**
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: SCSI Hard drive MEDIUM ERROR

2004-11-23 Thread Ryan J. Cavicchioni
This is what produced the output:
camcontrol modepage da1 -m 1 -e -P 3
I ended up using the utility on my SCSI controller to remap the bad blocks. For 
the moment it is working fine.
J.D. Bronson wrote:
At 09:45 PM 11/22/2004, you wrote:
In the last episode (Nov 22), Ryan J. Cavicchioni said:
 AWRE (Auto Write Reallocation Enbld):  1
 ARRE (Auto Read Reallocation Enbld):  1
 TB (Transfer Block):  0
 RC (Read Continuous):  0
 EER (Enable Early Recovery):  0
 PER (Post Error):  0
 DTE (Disable Transfer on Error):  0
 Read Retry Count:  255
 Write Retry Count:  255

 It seems to be enabled.

What command and args produced this output?
Thanks -
 -JDB
___
[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: SCSI Hard drive MEDIUM ERROR

2004-11-23 Thread J.D. Bronson
At 09:56 AM 11/23/2004, Ryan J. Cavicchioni wrote:
This is what produced the output:
camcontrol modepage da1 -m 1 -e -P 3
I ended up using the utility on my SCSI controller to remap the bad 
blocks. For the moment it is working fine.

J.D. Bronson wrote:
At 09:45 PM 11/22/2004, you wrote:
In the last episode (Nov 22), Ryan J. Cavicchioni said:
 AWRE (Auto Write Reallocation Enbld):  1
 ARRE (Auto Read Reallocation Enbld):  1
 TB (Transfer Block):  0
 RC (Read Continuous):  0
 EER (Enable Early Recovery):  0
 PER (Post Error):  0
 DTE (Disable Transfer on Error):  0
 Read Retry Count:  255
 Write Retry Count:  255

 It seems to be enabled.

Does this need to be done ONCE and thats it or on each reboot?
If it needs to be added at each reboot, what is the preferred way?
 -JDB 

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


Updating and installing programmes.

2004-11-23 Thread Richard Chr. Farnes
Could you please tell me which link I put into my supfile to update programmes 
and packages.
Yours sincerely.
Richard Farnes
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PXE boot with TFTP

2004-11-23 Thread Erik Norgaard
Ruben de Groot wrote:
I'm successfully doing the same thing you are trying here. How do you start
tftpd? I have it launched from inetd with option -s /var/tftp.
Thanks, I had no -s. I inserted -l -s /var/tftp, -l to get log in 
/var/log/messages

Now I get:==
pxe_open: gateway ip:  192.168.0.1
Error: Stack underflow
|
/boot/kernel/kernel text=... ...
Hit [Enter] to boot immediately, or any other key for command promt.
Booting [/boot/kernel/kernel]...
/boot/kernel/acpi.ko text=... ...
=
It appears that it tries to mount with nfs because when sniffing i see 
udp packets to port 2049. So then it hangs. I don't get to loading the 
memory file system.

If you have a working setup (loader.rc), would you share (mail off list 
if you prefer)?

Thanks.
Erik
--
Ph: +34.666334818  web: www.locolomo.org
S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt
Subject ID:  A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9
Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: annoying dhclient error messages

2004-11-23 Thread Lowell Gilbert
Christopher Illies [EMAIL PROTECTED] writes:

 I recently installed FreeBSD 5.3 on my desktop at work. DHCP was
 configured with sysinstall (/etc/rc.conf: ifconfig_fxp0=DHCP), and
 /etc/dhclient.conf is empty. In fact I do have a good network
 connection. The problem is that I get the following annoying error
 messages about every two to five minutes:
 
 Nov 13 13:43:59 Klabautermann dhclient: slp-directory-agent: 4 extra
 bytes at end of array
 Nov 13 13:43:59 Klabautermann last message repeated 2 times
 Nov 13 13:43:59 Klabautermann dhclient: parse_option_param: Bad format
 a
 Nov 13 13:46:26 Klabautermann dhclient: slp-directory-agent: 4 extra
 bytes at end of array
 Nov 13 13:46:26 Klabautermann last message repeated 2 times
 Nov 13 13:46:26 Klabautermann dhclient: parse_option_param: Bad format
 a
 
 These messages are more a nuisance than anything else, still I would
 like to get rid of them. I updated the system last week (tag=RELENG_5),
 but that did not help. Interestingly, I do not see these messages when
 running Debian GNU/Linux on the very same computer. Google did not
 reveal anything helpful.

This really does look like the server is sending out some bad
parameters.  Probably you were using a different DHCP client on Linux.

I'd suggest just changing the syslog configuration to filter those
into a new log file, and block them from the console.  Remember to
check the file once in a while.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.3 SSH Unable to authenticate

2004-11-23 Thread Lowell Gilbert
scott renna [EMAIL PROTECTED] writes:

 Had a concern regarding sshd on a freshly built and
 cvsuped 5.3 box.  Here's whats going on.  Whenever I
 try to ssh to the system from a Windows client, my
 system accepts the FreeBSD SSH key, but then cannot
 authenticate.
 
 This is the message received from SecureCRT:
 
 SecureCRT has disconnected from the server. Reason: 
 Unable to authenticate using any of the configured
 authentication methods.
 
 I checked SecureCRT's configuration and it is as it
 was when I was running 5.2.  I had no issues sshing. 
 I took at look at /etc/ssh/sshd_config and the section
 entitled Authentication, and here's what is shown on
 line 38:
 
 #Authentication:
 
 
 #LoginGraceTime 2m
 
 Is it odd for there to be nothing under
 Authentication?  I don't have a 5.2 box to take a look
 at to view its sshd_config file.

Configure SecureCRT to use keyboard-interactive authentication.  
I believe you can configure sshd to accept old-style password
authentication, but since SecureCRT supports the more secure 
approach, it would be better to use that.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Copyright Issues

2004-11-23 Thread Mick Walker
Hi all,

Sorry if this post is off topic.
Last night me and a few friends decided to go for a few quiet drinks
after playing football for a few hours. For this we choose a little pub
in the village of Yarm (Close to Middlesbrough in the north east of the
UK), the name does escapes me at this time, but I believe it had some
reference to a 'Ox' in the title.

Now, getting to the point, I was shocked when I went into the toilet
facilities in the pub, and found one of those vending machines that sell
novelty items of a sexual nature, featuring on the design something that
looked remarkably similar to the BSD Daemon.
Having my camera cell phone with me, I took a few snaps which are
located here:
http://codegurus.org/~mwalker/Image045.jpg
http://codegurus.org/~mwalker/Image046.jpg
http://codegurus.org/~mwalker/Image047.jpg
http://codegurus.org/~mwalker/Image049.jpg
http://codegurus.org/~mwalker/Image050.jpg

The company that supplies these vending machines is called Naughty Vend
(http://www.naughtyvend.com/). I have checked their site, and I find no
reference to and copyright credits to the original artist. To the best
of my knowledge, the BSD Daemon is copyrighted by Marshall Kirk
McKusick.
Is this a case of copyright theft? As obviously they are a profit making
company. Or have i got totally the wrong end of the stick.

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


Re: security.jail.sysvipc_allowed: implications ?

2004-11-23 Thread Andy Smith
On Mon, Nov 22, 2004 at 03:23:02PM -0600, [EMAIL PROTECTED] wrote:
 I'd like to know what are the implications of setting
 security.jail.sysvipc_allowed=1 while using FreeBSD jails. If I understood
 correctly, setting this to 1 allows processes inside the jail to
 communicate to the host server/other jails using SysV shared memory, but I
 don't understand the fully implications of this.

I don't either, but I believe it basically means that if a program
(inside a jail or on the host system) were to create some shared
memory that everyone was allowed access to, then even processes in
other jails could access this memory, which may be contrary to what
you would expect from a jailed environment.

Basically all of your SysV stuff would be global as opposed to
separate for each jail.

 Is there any concern using this sysctl as 1 on a system with only a jail
 without any ssh access, and nothing but courier, postfix, and apache?
 (inside jail)

If you don't care that processes in other jails and on the host
would be able to manipulate any shared memory from that jail as it
would on a normal unjailed system, then no, I think not.

As far as SysV IPC goes it makes it as if nothing is jailed.

PS I have had real problems getting SysV message queues to work
inside a jail even with this sysctl set, but I have never bothered
to chase it down as yet.


pgpVTMZ010gvs.pgp
Description: PGP signature


Re: Copyright Issues

2004-11-23 Thread Dick Davies
* Mick Walker [EMAIL PROTECTED] [1137 14:37]:
 Hi all,
 
 Sorry if this post is off topic.
 Last night me and a few friends decided to go for a few quiet drinks
 after playing football for a few hours. For this we choose a little pub
 in the village of Yarm (Close to Middlesbrough in the north east of the
 UK), the name does escapes me at this time, but I believe it had some
 reference to a 'Ox' in the title.
 
 Now, getting to the point, I was shocked when I went into the toilet
 facilities in the pub, and found one of those vending machines that sell
 novelty items of a sexual nature, featuring on the design something that
 looked remarkably similar to the BSD Daemon.
 Having my camera cell phone with me, I took a few snaps which are
 located here:
 http://codegurus.org/~mwalker/Image045.jpg
 http://codegurus.org/~mwalker/Image046.jpg
 http://codegurus.org/~mwalker/Image047.jpg
 http://codegurus.org/~mwalker/Image049.jpg
 http://codegurus.org/~mwalker/Image050.jpg

Haha, yeah they are in the gents in the Springbox bar in Cardiff too.

Aren't they official merchandise then ?


-- 
You may need to metaphorically make a deal with the devil.
By 'devil' I mean robot devil and by 'metaphorically' I mean get your coat. - 
Bender
Rasputin :: Jack of All Trades - Master of Nuns
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Copyright Issues

2004-11-23 Thread Thomas S. Crum
Sure looks like it to me.

Best,
 
Thomas S. Crum
AAA Web Solution, Inc.
 
Toll-free: (800)834-0626
Fax: (561)207-7239
Email: [EMAIL PROTECTED]
 
Address:
11924 Forest Hill Boulevard
Building 22 - Mailstop 200
Wellington, FL 33414 USA
 
Providing full-service network and Internet design and maintenance.
No task is too small or enterprise too large for us to help you!

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mick Walker
Sent: Tuesday, November 23, 2004 9:34 AM
To: [EMAIL PROTECTED]
Subject: Copyright Issues

Hi all,

Sorry if this post is off topic.
Last night me and a few friends decided to go for a few quiet drinks
after playing football for a few hours. For this we choose a little pub
in the village of Yarm (Close to Middlesbrough in the north east of the
UK), the name does escapes me at this time, but I believe it had some
reference to a 'Ox' in the title.

Now, getting to the point, I was shocked when I went into the toilet
facilities in the pub, and found one of those vending machines that sell
novelty items of a sexual nature, featuring on the design something that
looked remarkably similar to the BSD Daemon.
Having my camera cell phone with me, I took a few snaps which are
located here:
http://codegurus.org/~mwalker/Image045.jpg
http://codegurus.org/~mwalker/Image046.jpg
http://codegurus.org/~mwalker/Image047.jpg
http://codegurus.org/~mwalker/Image049.jpg
http://codegurus.org/~mwalker/Image050.jpg

The company that supplies these vending machines is called Naughty Vend
(http://www.naughtyvend.com/). I have checked their site, and I find no
reference to and copyright credits to the original artist. To the best
of my knowledge, the BSD Daemon is copyrighted by Marshall Kirk
McKusick.
Is this a case of copyright theft? As obviously they are a profit making
company. Or have i got totally the wrong end of the stick.

Mick Walker
___
[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: Copyright Issues

2004-11-23 Thread Erik Norgaard
Mick Walker wrote:
Now, getting to the point, I was shocked when I went into the toilet
facilities in the pub, and found one of those vending machines that sell
novelty items of a sexual nature, featuring on the design something that
looked remarkably similar to the BSD Daemon.  To the best
of my knowledge, the BSD Daemon is copyrighted by Marshall Kirk
McKusick.
Is this a case of copyright theft? As obviously they are a profit making
company. Or have i got totally the wrong end of the stick.
You should contact Kirk McKusick mckusick[ at ]mckusick.com about it 
since he is the copyright holder.

Regards, Erik
--
Ph: +34.666334818  web: www.locolomo.org
S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt
Subject ID:  A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9
Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.3-STABLE - system after few hours

2004-11-23 Thread Nikolas Britton
Piotr Gnyp wrote:
Hi,
after upgrade from 5.2.1 o 5.3-STABLE my system started to reboot on regular
basis. The error message on screen (not always showing):
Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id=03
fault virtual address = 0x1c
fault code = supervisor write, page not present
instruction pointer = 0x8:0xc04ce84b
stack pointer = 0x10:0xea54f9co
frame pointer = 0x10:0xea54f9cc
code segment = base 0x0, limit 0xf type 0x1b
 = DPL 0, pres 1, def32 1 , gran 1
procesor eflags = interrupt cenabled, resume, IOPL=0
current process = 11445 (screen)
trap number = 12
panic: page fault
cpuid = 0
boot() called on cpu#0
[14:16] [EMAIL PROTECTED]:~ uname -r
5.3-STABLE
[14:16] [EMAIL PROTECTED]:~ pkg_info | grep screen
screen-4.0.2_1  A multi-screen window manager
system has been tested with memtest and cpuburn - no errors were detected.
Please advice.
 

The first problem is your trying to run 5.3-STABLE. the -STABLE tag does 
NOT mean the system will be stable it mean the code base is relatively 
stable compared to -CURRENT. Until FreeBSD 5.x matures a bit more (maybe 
after 5.5-Release) normal users should NOT be tracking -STABLE. Change 
your cvsup-supfile to RELENG_5_3, cvsup to 5.3-RELEASE-p1, and rebuild 
your system.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.3-STABLE - system after few hours

2004-11-23 Thread Piotr Gnyp
On Tue, Nov 23, 2004 at 09:06:44AM -0600, Nikolas Britton wrote:
 The first problem is your trying to run 5.3-STABLE. the -STABLE tag does 
 NOT mean the system will be stable it mean the code base is relatively 
 stable compared to -CURRENT. Until FreeBSD 5.x matures a bit more (maybe 
 after 5.5-Release) normal users should NOT be tracking -STABLE. Change 
 your cvsup-supfile to RELENG_5_3, cvsup to 5.3-RELEASE-p1, and rebuild 
 your system.

I`ve just migrated from 5.3-RELEASE. Same thing happened there.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: SCSI Hard drive MEDIUM ERROR

2004-11-23 Thread Nikolas Britton
Ryan J. Cavicchioni wrote:
This is what produced the output:
camcontrol modepage da1 -m 1 -e -P 3
I ended up using the utility on my SCSI controller to remap the bad 
blocks. For the moment it is working fine.
I'd start looking for a replacement drive if I where you.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: SCSI Hard drive MEDIUM ERROR

2004-11-23 Thread Dan Nelson
In the last episode (Nov 23), J.D. Bronson said:
 At 09:45 PM 11/22/2004, you wrote:
 In the last episode (Nov 22), Ryan J. Cavicchioni said:
  AWRE (Auto Write Reallocation Enbld):  1
  ARRE (Auto Read Reallocation Enbld):  1
  TB (Transfer Block):  0
  RC (Read Continuous):  0
  EER (Enable Early Recovery):  0
  PER (Post Error):  0
  DTE (Disable Transfer on Error):  0
  Read Retry Count:  255
  Write Retry Count:  255
 
  It seems to be enabled.
 
 What command and args produced this output?

camcontrol modepage da0 -m 1 -P 3   

Add a -e to the end to edit the values. 

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


First start with Samba 3

2004-11-23 Thread v . demartino2
After installing and launching samba 3.0.7 daemons under my postgresql FBSD5.3
stable server at office, I'm having trouble in connecting to whatever windows
share in the M$ LAN.

Here you are what's going on:
1) I can ping to my windows server srvs1.myco;
2) If I issue
smbclient -L srvs1.myco -U myuserid
pasword:
it works and gives me the complete list of services and share (among them
../Data, what I need to share);
3) If I issue
smbclient  //srvs1.myco/Data -U myuserid
pasword:
at the smb prompt I can navigate into the dirs;

BUT if I issue

mount_smbfs -I srvs1.myco //[EMAIL PROTECTED]/Data /mnt/smb
password:*
mount_smbfs: unable to open connection: syserr = Connection reset by peer

This error pops up.

Could you please help me, a poor samba newbie,  straight things up?

Thanks in advance

Vittorio





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


Re: SCSI Hard drive MEDIUM ERROR

2004-11-23 Thread Nikolas Britton
Nikolas Britton wrote:
Ryan J. Cavicchioni wrote:
This is what produced the output:
camcontrol modepage da1 -m 1 -e -P 3
I ended up using the utility on my SCSI controller to remap the bad 
blocks. For the moment it is working fine.

I'd start looking for a replacement drive if I where you.
Also... The only time I've seen a modern hard drive develop bad blocks 
was because it was placed inside one of those cheap plastic mobile racks 
and was overheating, so check for that too.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem with detection of network card at boot time

2004-11-23 Thread halusiak
Hi there, I am using FreeBSD-5.3 and have the following problem:
I tried to install it on my old computer, and a I cann't let it to detect my 
network card ( 3com 3C900-COMBO ) which is
suposed to be suported by the xl(4) driver. But my computer just cann't detect 
it and I also tried to use other card, or
other pci slot, also, bios does detect it. I think that it could be caused by 
the series of ``unknown: PNP0xxx can't assign
resources (port)'' errors I am receiving on boot time, what are those, why do I 
always get them? Is that why FreeBSD cann't
detect my network card? I have a Award bios. Thanks for any help, here is the 
dmesg log:

- dmesg -

Copyright (c) 1992-2004 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: Cyrix 6x86MX (187.93-MHz 686-class CPU)
  Origin = CyrixInstead  Id = 0x600  Stepping = 0  DIR=0x0852
  Features=0x80a135FPU,DE,TSC,MSR,CX8,PGE,CMOV,MMX
real memory  = 33554432 (32 MB)
avail memory = 23388160 (22 MB)
npx0: [FAST]
npx0: math processor on motherboard
npx0: INT 16 interface
cpu0 on motherboard
isa0: ISA bus on motherboard
orm0: ISA Option ROMs at iomem 0xe8000-0xebfff,0xc-0xc7fff on isa0
pmtimer0 on isa0
ata0 at port 0x3f6,0x1f0-0x1f7 irq 14 on isa0
ata1 at port 0x376,0x170-0x177 irq 15 on isa0
atkbdc0: Keyboard controller (i8042) at port 0x64,0x60 on isa0
atkbd0: AT Keyboard irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
fdc0: NEC 765 or clone at port 0x3f0-0x3f5 irq 6 drq 2 on isa0
fdc0: [FAST]
fd0: 1440-KB 3.5 drive on fdc0 drive 0
ppc0: Parallel port at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
ppbus0: Parallel port bus on ppc0
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
unknown: PNP0303 can't assign resources (port)
unknown: PNP0501 can't assign resources (port)
unknown: PNP0501 can't assign resources (port)
unknown: PNP0400 can't assign resources (port)
unknown: PNP0700 can't assign resources (port)
Timecounter TSC frequency 187928170 Hz quality 800
Timecounters tick every 10.000 msec
ad2: 407MB WDC AC1425F/27.25C38 [827/16/63] at ata1-master PIO3
acd0: CDRW CD-W524E/1.0B at ata1-slave PIO4
Mounting root from ufs:/dev/ad2s1a

- dmesg -


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


Re: Updating and installing programmes.

2004-11-23 Thread Joshua Lokken
On Mon, 22 Nov 2004 21:25:38 -, Richard Chr. Farnes
[EMAIL PROTECTED] wrote:
 Could you please tell me which link I put into my supfile to update 
 programmes and packages.

I'm not sure which link you're referring to, but there are numerous
cvsup servers
(ie cvsup10.freebsd.org) that you can use.  You'll want to fetch the
ports-all and
src-all distributions in order to update your system and software packages.  The
link below is a great place to start learning about cvsup.

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

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


Re: 5.3-STABLE - system after few hours

2004-11-23 Thread Nikolas Britton
Piotr Gnyp wrote:
On Tue, Nov 23, 2004 at 09:06:44AM -0600, Nikolas Britton wrote:
 

The first problem is your trying to run 5.3-STABLE. the -STABLE tag does 
NOT mean the system will be stable it mean the code base is relatively 
stable compared to -CURRENT. Until FreeBSD 5.x matures a bit more (maybe 
after 5.5-Release) normal users should NOT be tracking -STABLE. Change 
your cvsup-supfile to RELENG_5_3, cvsup to 5.3-RELEASE-p1, and rebuild 
your system.
   

I`ve just migrated from 5.3-RELEASE. Same thing happened there.
 

you rebuild your ports (screen) after you updated from 5.2.1?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.3-STABLE - system after few hours

2004-11-23 Thread Piotr Gnyp
On Tue, Nov 23, 2004 at 09:38:50AM -0600, Nikolas Britton wrote:
 you rebuild your ports (screen) after you updated from 5.2.1?

Yes. In fact, i did it again a while ago. I`ll check if the error will occur
again.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PXE boot with TFTP

2004-11-23 Thread Kees Plonsz
Erik Norgaard wrote:

 Ruben de Groot wrote:
 
 I'm successfully doing the same thing you are trying here. How do you
 start tftpd? I have it launched from inetd with option -s /var/tftp.
 
 Thanks, I had no -s. I inserted -l -s /var/tftp, -l to get log in
 /var/log/messages
 
 Now I get:==
 
 pxe_open: gateway ip:  192.168.0.1
 Error: Stack underflow
 |
 /boot/kernel/kernel text=... ...
 Hit [Enter] to boot immediately, or any other key for command promt.
 Booting [/boot/kernel/kernel]...
 /boot/kernel/acpi.ko text=... ...
 =
 
 It appears that it tries to mount with nfs because when sniffing i see
 udp packets to port 2049. So then it hangs. I don't get to loading the
 memory file system.
 
 If you have a working setup (loader.rc), would you share (mail off list
 if you prefer)?
 
 Thanks.
 
 Erik

My ISP is using PXE boot and had some papers published.
Maybe this helps:

http://www.xs4all.nl/~scorpio/sane2002/

You can always ask Cor for more information.
He useally is a very helpfull person.

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


Re: PXE boot with TFTP

2004-11-23 Thread Kees Plonsz
Erik Norgaard wrote:

 Ruben de Groot wrote:
 
 I'm successfully doing the same thing you are trying here. How do you
 start tftpd? I have it launched from inetd with option -s /var/tftp.
 
 Thanks, I had no -s. I inserted -l -s /var/tftp, -l to get log in
 /var/log/messages
 
 Now I get:==
 
 pxe_open: gateway ip:  192.168.0.1
 Error: Stack underflow
 |
 /boot/kernel/kernel text=... ...
 Hit [Enter] to boot immediately, or any other key for command promt.
 Booting [/boot/kernel/kernel]...
 /boot/kernel/acpi.ko text=... ...
 =
 
 It appears that it tries to mount with nfs because when sniffing i see
 udp packets to port 2049. So then it hangs. I don't get to loading the
 memory file system.
 
 If you have a working setup (loader.rc), would you share (mail off list
 if you prefer)?
 
 Thanks.
 
 Erik

My ISP is using PXE boot and had some papers published.
Maybe this helps:

http://www.xs4all.nl/~scorpio/sane2002/

You can always ask Cor for more information.
He useally is a very helpfull person.
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: SCSI Hard drive MEDIUM ERROR

2004-11-23 Thread Dan Nelson
In the last episode (Nov 23), Nikolas Britton said:
 Ryan J. Cavicchioni wrote:
 This is what produced the output:
 
 camcontrol modepage da1 -m 1 -e -P 3
 
  I ended up using the utility on my SCSI controller to remap the bad
  blocks. For the moment it is working fine.
 
 I'd start looking for a replacement drive if I where you.

That's not strictly necessary if it's just one bad block.  SCSI drives
have a lot of spare sectors for bad-block remapping.  You can use the
camcontrol defects command to list the blocks that were marked as bad
during the manufacturing process, plus the ones the drive has marked
bad itself during normal use.

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


(Zoomed Video) ZV Port Access

2004-11-23 Thread Ben Popoola
Hi,
 
Where can I find information on how to program the (Zoomed Video) ZV Port on
a freebsd laptop.
 
Regards
 
 
Ben Popoola
Software and Systems Engineer
 
SEOS Ltd
+44(0) 1444 462428
 
Fools you are... to say you learn by your experience  
I prefer to profit by other's mistakes and avoid the price of my own.
 - Otto von Bismarck, 19th Century Prussian Chancellor.
 
 
Visit SEOS on booth 2209 at I/ITSEC 2004, 6-9 December, Orlando, FL.
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.3-STABLE - system after few hours

2004-11-23 Thread Dan Nelson
In the last episode (Nov 23), Piotr Gnyp said:
 after upgrade from 5.2.1 o 5.3-STABLE my system started to reboot on
 regular basis. The error message on screen (not always showing):
 
 Fatal trap 12: page fault while in kernel mode
 cpuid = 0; apic id=03
 fault virtual address = 0x1c
 fault code = supervisor write, page not present
 instruction pointer = 0x8:0xc04ce84b
 stack pointer = 0x10:0xea54f9co
 frame pointer = 0x10:0xea54f9cc
 code segment = base 0x0, limit 0xf type 0x1b
= DPL 0, pres 1, def32 1 , gran 1
 procesor eflags = interrupt cenabled, resume, IOPL=0
 current process = 11445 (screen)
 trap number = 12
 panic: page fault
 cpuid = 0
 boot() called on cpu#0

Enable crashdumps by setting dumpdev=/path/to/swap/slice in rc.conf,
wait for the system to crash again, then use the dump to get a stack
trace, and post that.

http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/faq/advanced.html#KERNEL-PANIC-TROUBLESHOOTING

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


Re: SCSI Hard drive MEDIUM ERROR

2004-11-23 Thread Nikolas Britton
Dan Nelson wrote:
In the last episode (Nov 23), Nikolas Britton said:
 

Ryan J. Cavicchioni wrote:
   

This is what produced the output:
camcontrol modepage da1 -m 1 -e -P 3
I ended up using the utility on my SCSI controller to remap the bad
blocks. For the moment it is working fine.
 

I'd start looking for a replacement drive if I where you.
   

That's not strictly necessary if it's just one bad block.  SCSI drives
have a lot of spare sectors for bad-block remapping.  You can use the
camcontrol defects command to list the blocks that were marked as bad
during the manufacturing process, plus the ones the drive has marked
bad itself during normal use.
 

Is this the norm SCSI drives?... With IDE drives bad sector remapping is 
transparent, the drive does all that by itself, and if you start getting 
bad sectors it's because the drive ran out of spares
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: SCSI Hard drive MEDIUM ERROR

2004-11-23 Thread Dan Nelson
In the last episode (Nov 23), Nikolas Britton said:
 Is this the norm SCSI drives?... With IDE drives bad sector remapping
 is transparent, the drive does all that by itself, and if you start
 getting bad sectors it's because the drive ran out of spares

Remapping on an uncorrectable read error is usually not a good idea,
because that means your first read to that block will return an error,
and the 2nd time the kernel tries, it will succeed (because the block
has been remapped) but return garbage.  That's a very bad thing to do
:)  So remapping is only done on a write or on a read where the data
was recovered using ECC.  I would expect ATA drives to do the same.

One nice tool to install is ports/sysutils/smartmontools, which will
monitor the error counters kept by the drive and let you know if it's
going bad.  Works on both SCSI and ATA disks.

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


Re: Copyright Issues

2004-11-23 Thread Dan Strick
On Tue, 23 Nov 2004 14:34:11 +, Mick Walker wrote:

 ...
 Now, getting to the point, I was shocked when I went into the toilet
 facilities in the pub, and found one of those vending machines that sell
 novelty items of a sexual nature, featuring on the design something that
 looked remarkably similar to the BSD Daemon.
 ...
 The company that supplies these vending machines is called Naughty Vend
 (http://www.naughtyvend.com/). I have checked their site, and I find no
 reference to and copyright credits to the original artist. To the best
 of my knowledge, the BSD Daemon is copyrighted by Marshall Kirk
 McKusick.
 Is this a case of copyright theft? As obviously they are a profit making
 company. Or have i got totally the wrong end of the stick.
 ...


(I suggest this thread be moved to the chat mailing list.)

It is not clear that copyright law applies here.  I doubt that the concept
of a cute demon is copyrightable.  In order to be a copyright violation,
it might have to be obvious that the *only* way the vending machine daemon
could have been composed was to intentionally copy a daemon image whose
copyright is held by Kirk McKusick.  (This one does look an awful lot like
some versions of the BSD daemon.)

Trademark law might be more relevant.  Even though though the vending
machine belongs to a marketplace not obviously connected to one in which
Kirk McKusick uses his daemons as a trademark, the vending machine machine
image does include a URL and I suppose one could at least argue that the
vending machine usage damages the value McKusick's trademark by
associating it with a product that protects a bunch of ... :-)

A further complication is that Naughty International Limited is a European
company and the alleged property rights violation occurred in Europe.

These issues are a bit subtle.  If you really care about them, you should
ask a lawyer who works with intellectual property rights law.

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


ipfilter tunables in make.conf?

2004-11-23 Thread Matthew George
should I be able to define IPSTATE_SIZE and IPSTATE_MAX in make.conf? 
Is there a better way to set these than editing 
sys/contrib/ipfilter/netinet/ip_state.h?

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


Re: SCSI Hard drive MEDIUM ERROR

2004-11-23 Thread Nikolas Britton
Dan Nelson wrote:
One nice tool to install is ports/sysutils/smartmontools, which will
monitor the error counters kept by the drive and let you know if it's
going bad.  Works on both SCSI and ATA disks.
 

Cool, what about drives that have a built-in temperature sensor... When 
I had windows on this box I use a little freeware utility called DTemp 
that sat in the systray, It monitored drive temperature as well as 
SMART: http://private.peterlink.ru/tochinov/

Does Gnome have an equivalent utility?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem with INDEX

2004-11-23 Thread Kris Kennaway
On Tue, Nov 23, 2004 at 09:45:31AM +0100, Axel S. Gruner wrote:
 Hi.
 
 I ran into some problems with portsdb -uU since the INDEX file has
 been removed from the CVS.
 Sometimes it works, sometimes not. 
 In my understanding, after a cvsup of the ports tree, i have to do a
 make fetchindex. Works fine. But what about a portsd -uU? Is this
 one obsolet (but portupgrade needs the INDEX.db?)?
 
 So the only INDEX file i have is INDEX if i run portsdb -uU i get en
 Error 1. If i run just portversion -v after a cvsup, i get a Updating
 the ports index ... Generating INDEX.tmp - please wait.. after a while
 also an error 1. 
 
 So, is this just a problem at the moment, or does it depends on the
 removal of INDEX from the CVS tree? 

/usr/ports/UPDATING

Kris


pgpsN1G4hrrzi.pgp
Description: PGP signature


Re: PXE boot with TFTP

2004-11-23 Thread Erik Norgaard
I updated loader.rc to this:
== loader.rc =
echo Loading Kernel...
load boot/kernel/kernel
echo Loading memory file system...
load -t mfs_root boot/mfsroot
set vfs.root.mountfrom=ufs:/dev/md0c
echo Booting...
echo \007\007
boot
==
However, this fails to launch into the final stage. When 'boot' is 
called it loads acpi.ko using tftp. After this I see a few packets like 
this:

11/23-18:45:17.738608 0:C:6E:D:91:BB - 0:40:63:D4:89:72 type:0x800 
len:0x13A
192.168.0.32:50231 - 192.168.0.128:2295 UDP TTL:64 TOS:0x0 ID:7855 
IpLen:20 Dgm
Len:300
Len: 272
_desc.bus_generic_resume.swi_sched.__stop_set_modmetadata_se
t.pci_get_resource_list.swi_add.bus_driver_added_desc.bus_child_
location_str_desc.pci_disable_busmaster_method.msleep.pcib_route
_interrupt.device_disable.pci_print_child.intr_suspend.tc_init.i
ntr_resume.free.^@
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+

and then the pxe client reboots. The same thing happens if I disable 
acpi using set hint.acpi.0.disabled=1 in the loader.rc.

vfs.root.mountfrom is not documented anywhere, should be rootdev? or 
something else?

I can't see if the root filesystem is succesfully mounted or what is 
going on.

Any hints would be greatly appreciated!
I think I may have forgotten the obligatory:
Hardware: VIA EPIA CL1000 (vr net interface)
PXEbooting: FreeBSD 5.3
Thanks, Erik
--
Ph: +34.666334818  web: www.locolomo.org
S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt
Subject ID:  A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9
Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Sysinstall - why two different programs in 5.3 RELEASE?

2004-11-23 Thread Kevin D. Kinsey, DaleCo, S.P.
Jay O'Brien wrote:
Why are there two versions of sysinstall, one five times the 
size of the other, and what are the differences between them 
other than file size and time?

Jay O'Brien
Rio Linda, California, USA
 

Sorry I'm late on this ... you've got a good technical
answer already; I thought maybe I could add more
detail; there is, apparently, a more or less historical
reason, as well as the practical one.  The practical
one: it's a Good Thing(tm) to have sysinstall(8) in
/stand/ (on the root partition) where you can get at it
in the event /usr is unavailable.  Indeed, it pretty
much *has* to be under / to install the system
History wise, sysinstall started out 10 years ago
in /sbin.  Looks as if Poul-Henning-Kamp and either
Bill Paul (or Paul Traina?) did the work.  From the
oldest dusty attic:
http://www.freebsd.org/cgi/cvsweb.cgi/src/sbin/sysinstall/Attic/
Then, for 2.0, Jordan Hubbard birthed the monster
that, I guess, is still sysinstall today ... although it's
morphed so many times, it's probably not recognizable
as the same beast any longer[?] {Basically, how could I
know, as a relative newb with Neandertal C skills?}
For a long time afterwards, sysinstall lived in
/usr/src/release:
http://www.freebsd.org/cgi/cvsweb.cgi/src/release/sysinstall/Attic/
Both of these sysinstalls, near as I can tell, built their
binary(ies) into /stand/, but nowhere else.
Now, sysinstall doesn't inhabit userland, per se.
AFAIK /usr/src/release doesn't get rebuilt during
a make world cycle; furthermore, though slightly
less relevant, /stand/ isn't in $PATH --- if you try
whereis sysinstall on a 4.X box:
#whereis sysinstall
sysinstall: /usr/share/man/man8/sysinstall.8.gz
Perhaps I'm reading history wrongly, but it seems the
Project wanted to DTRT and make sure that if an
updated manpage was installed for sysinstall, the
updated binary was, also.  To have the manpage
say something the binary can't/won't do violates
the POLA, something the Project is exceptionally
loath to do in almost every situation  

So, the bikeshed got painted again: sysinstall
was moved to /usr/sbin, where it would be
rebuilt when the system was updated.  Prior to
that time (Jan. 2001), you had to go to
/usr/src/release/sysinstall and make all install to
update the binary under /stand/ --- leading to a
situation where you might have, say, 4.2 installed,
but have a sysinstall binary left over from 3.0 or
something, and it wasn't very useful.  Furthermore,
you can still have a similar situation in 4.X, because
the change was never MFC'd to  -STABLE, and therefore
hasn't appeared until 5.X; (Hmm, will this become a FAQ?)
Note I didn't say same problem, but same situation;
I don't personally know if any additional work on
sysinstall during the 4.X's reign as production
release would have rendered an older version
obsolete or not.  I'm tempted to say it hasn't much,
because the libh project was supposed to complete
reimplement the installer, and I think the old
monster had been more/less left to hide in his
cave and blow smoke at passers-by (complaining
about the installer *IS* a FAQ)
You can find the discussion about the change at:
http://docs.freebsd.org/mail/archive/2001/freebsd-current/20010114.freebsd-current.html
The second sysinstall thread (sysinstall.8 breaking buildworld) kind
of shows how it got hashed out amongst the committers, and has some
other factoids that I found educational.  I hope my penchant for historical
digression hasn't annoyed you, and welcome corrections to what I've
presented as facts (though we needn't be pedantic, IMHO)
Kevin Kinsey
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Copyright Issues

2004-11-23 Thread Kevin D. Kinsey, DaleCo, S.P.
Mick Walker wrote:
Now, getting to the point, I was shocked when I went into the toilet
facilities in the pub, and found one of those vending machines that sell
novelty items of a sexual nature, featuring on the design something that
looked remarkably similar to the BSD Daemon.  To the best
of my knowledge, the BSD Daemon is copyrighted by Marshall Kirk
McKusick.
Is this a case of copyright theft? As obviously they are a profit making
company. Or have i got totally the wrong end of the stick.

Gee, in the U.S. I've never seen such a machine that wasn't
painted the same color as the wall.  Maybe I go to the wrong
establishments 
Erik Norgaard wrote:
You should contact Kirk McKusick mckusick[ at ]mckusick.com about it
since he is the copyright holder.
Regards, Erik

OT Not only that, you should probably hack into it and make
sure that COPYRIGHT still appears in the / dir ... maybe the Regents
need to get involved as well.  Or do you suppose there's no software
running on that box? 8-D
/OT
On a more somber note, I concur that it seems pretty blatant.
Kevin Kinsey
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: make -j$n buildworld : use of -j investigated

2004-11-23 Thread Garance A Drosihn
At 12:51 PM +0900 11/23/04, Rob wrote:
Laurence Sanford wrote:
Rob wrote:

With these simple tests, I come to the conclusion that
make -j$n buildworld is best with n = number of CPUs.
Does that make sense?
Rob.
This is what I've been telling people and using myself for
years. However, I've been shot down on this several times,
so I just leave everyone alone and let them do their own
thing. You and I will be getting it done a little faster
though.
Not really faster, but higher values do not make a difference,
well, as long as the extra processes do not force the use of
swap. Intensified swapping because of a high -j value slows
down the build considerably.
I don't understand why this is reason for debate. My test has
obvious results on various of my PCs, and was very quickly done:
I wrote a script with a loop that built the world again and
again, doing a 'touch' to a file immediately before and after
the build. Got all my data within a day or so.
There are many things will effect what different people see for
buildworld times on their own hardware.  You also have to make
some effort to make sure you're doing *exactly* the same thing
on each test build, as your results may be skewed due to various
caching that can go on.
You're not the only one who has benchmarked this for yourself, and
my guess is that everyone who does a serious benchmark will simply
find out the right answer for *their* hardware.  I have had dual-
processor machines where buildworlds kept getting faster up to -j9,
but even -j9 was only about 2% faster than -j4, so I stuck with -j4.
In my case, I tried with -j values from 1 to 15.
On my single processor i386 systems, I generally find that -j2 is
faster than -j1.  Anything more than -j2 and performance seems to
get worse.  On my single processor sparc64 system, the disks are so
slow that there's no point doing -j at all.
So my own rule of thumb is -j of 2*number-of-CPU's (but then most
of my machines have plenty of memory), except for the Ultra-10.
Also, did you do your benchmarking before or after the recent
fixes to -j processing?  I haven't redone them after that change,
and I think it will be interesting to see what effect that has.
--
Garance Alistair Drosehn=   [EMAIL PROTECTED]
Senior Systems Programmer   or  [EMAIL PROTECTED]
Rensselaer Polytechnic Instituteor  [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


I can't remeber the name of my clock

2004-11-23 Thread stan
I remebr using a crses based clock in FreeBSD. It was a digital clock. I
can't seem to remeber it's name, and a man -k clock doesn't seem to point
me at it. It might have not been in the default path (/usr/ames or
something?).

Can some kind souls remind me of what this is?

-- 
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: I can't remeber the name of my clock

2004-11-23 Thread Dan Nelson
In the last episode (Nov 23), stan said:
 I remebr using a crses based clock in FreeBSD. It was a digital clock. I
 can't seem to remeber it's name, and a man -k clock doesn't seem to point
 me at it. It might have not been in the default path (/usr/ames or
 something?).
 
 Can some kind souls remind me of what this is?

Digital or analog?  grdc (/usr/src/games/grdc) is a digital one with
large red letters.  There's also tclock, which is an analog one, at
/usr/src/contrib/ncurses/test/tclock.c , but you need to edit the
source a bit to make it build.

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


Re: Sysinstall - why two different programs in 5.3 RELEASE?

2004-11-23 Thread Jay O'Brien
Kevin, 

Thanks for adding the historical view to the answer. Wow. All 
I wanted to do was learn enough about FreeBSD to run a web 
server and host mailing lists. Instead, I find myself immersed 
in an interesting and challenging new culture with knowledgeable 
mentors.

Unfortunately, given my engineering background (I retired in 
1985), I have to know why; I'm not satisfied with just do it 
and don't ask. As a result, this isn't going to be as simple 
as I thought!

Regards,

Jay 



Kevin D. Kinsey, DaleCo, S.P. wrote:

 Jay O'Brien wrote:
 
 
Why are there two versions of sysinstall, one five times the 
size of the other, and what are the differences between them 
other than file size and time?

Jay O'Brien
Rio Linda, California, USA
 

 
 
 Sorry I'm late on this ... you've got a good technical
 answer already; I thought maybe I could add more
 detail; there is, apparently, a more or less historical
 reason, as well as the practical one.  The practical
 one: it's a Good Thing(tm) to have sysinstall(8) in
 /stand/ (on the root partition) where you can get at it
 in the event /usr is unavailable.  Indeed, it pretty
 much *has* to be under / to install the system
 
 History wise, sysinstall started out 10 years ago
 in /sbin.  Looks as if Poul-Henning-Kamp and either
 Bill Paul (or Paul Traina?) did the work.  From the
 oldest dusty attic:
 
 http://www.freebsd.org/cgi/cvsweb.cgi/src/sbin/sysinstall/Attic/
 
 Then, for 2.0, Jordan Hubbard birthed the monster
 that, I guess, is still sysinstall today ... although it's
 morphed so many times, it's probably not recognizable
 as the same beast any longer[?] {Basically, how could I
 know, as a relative newb with Neandertal C skills?}
 For a long time afterwards, sysinstall lived in
 /usr/src/release:
 
 http://www.freebsd.org/cgi/cvsweb.cgi/src/release/sysinstall/Attic/
 
 Both of these sysinstalls, near as I can tell, built their
 binary(ies) into /stand/, but nowhere else.
 
 Now, sysinstall doesn't inhabit userland, per se.
 AFAIK /usr/src/release doesn't get rebuilt during
 a make world cycle; furthermore, though slightly
 less relevant, /stand/ isn't in $PATH --- if you try
 whereis sysinstall on a 4.X box:
 
 #whereis sysinstall
 sysinstall: /usr/share/man/man8/sysinstall.8.gz
 
 Perhaps I'm reading history wrongly, but it seems the
 Project wanted to DTRT and make sure that if an
 updated manpage was installed for sysinstall, the
 updated binary was, also.  To have the manpage
 say something the binary can't/won't do violates
 the POLA, something the Project is exceptionally
 loath to do in almost every situation  
 
 So, the bikeshed got painted again: sysinstall
 was moved to /usr/sbin, where it would be
 rebuilt when the system was updated.  Prior to
 that time (Jan. 2001), you had to go to
 /usr/src/release/sysinstall and make all install to
 update the binary under /stand/ --- leading to a
 situation where you might have, say, 4.2 installed,
 but have a sysinstall binary left over from 3.0 or
 something, and it wasn't very useful.  Furthermore,
 you can still have a similar situation in 4.X, because
 the change was never MFC'd to  -STABLE, and therefore
 hasn't appeared until 5.X; (Hmm, will this become a FAQ?)
 Note I didn't say same problem, but same situation;
 I don't personally know if any additional work on
 sysinstall during the 4.X's reign as production
 release would have rendered an older version
 obsolete or not.  I'm tempted to say it hasn't much,
 because the libh project was supposed to complete
 reimplement the installer, and I think the old
 monster had been more/less left to hide in his
 cave and blow smoke at passers-by (complaining
 about the installer *IS* a FAQ)
 
 You can find the discussion about the change at:
 
 http://docs.freebsd.org/mail/archive/2001/freebsd-current/20010114.freebsd-current.html
 
 The second sysinstall thread (sysinstall.8 breaking buildworld) kind
 of shows how it got hashed out amongst the committers, and has some
 other factoids that I found educational.  I hope my penchant for historical
 digression hasn't annoyed you, and welcome corrections to what I've
 presented as facts (though we needn't be pedantic, IMHO)
 
 Kevin Kinsey

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


ohphone 1.4.1 FreeBSD 5.3 Stable

2004-11-23 Thread Federico Galvez-Durand Besnard
Hello, anybody there has tried ohphone 1.4.1 in FreeBSD 5.3 Stable?
I have working sound (output good. Input, well the mic records sound, 
not good quality).
Ophone registers to gatekeeper, but no sound is produced while a call is 
in course.
Error messages are generated by PCM channel.c.
However, other applications uses /dev/dsp and works well. The mic 
records poor quality sound... did not dig into it yet.

Thanks
hardware: Toshiba Satellite 2805-S302
% sysctl -a | grep snd
hw.snd.targetirqrate: 32
hw.snd.report_soft_formats: 1
hw.snd.verbose: 1
hw.snd.unit: 0
hw.snd.maxautovchans: 4
hw.snd.pcm0.buffersize: 4096
hw.snd.pcm0.vchans: 4
% mixer
Mixer vol  is currently set to  71:71
Mixer pcm  is currently set to  75:75
Mixer line is currently set to  75:75
Mixer mic  is currently set to  75:75
Mixer cd   is currently set to  75:75
Mixer rec  is currently set to  75:75
Recording source: mic
error messages:
Nov 23 20:33:29  kernel: Danger! pcm0:play:3 bufsoft size increasing 
from 3584 to 3956 after CHANNEL_SETBLOCKSIZE()
Nov 23 20:33:29  kernel: Danger! pcm0:record:1 bufsoft size increasing 
from 3584 to 4048 after CHANNEL_SETBLOCKSIZE()
Nov 23 20:33:29  kernel: Danger! pcm0:play:3 bufsoft size increasing 
from 3584 to 3956 after CHANNEL_SETBLOCKSIZE()
Nov 23 20:33:29  kernel: Danger! pcm0:record:1 bufsoft size increasing 
from 3584 to 4048 after CHANNEL_SETBLOCKSIZE()
Nov 23 20:33:29  kernel: Danger! pcm0:play:3 bufsoft size increasing 
from 3584 to 3956 after CHANNEL_SETBLOCKSIZE()
Nov 23 20:33:29  kernel: Danger! pcm0:record:1 bufsoft size increasing 
from 3584 to 4048 after CHANNEL_SETBLOCKSIZE()
Nov 23 20:33:30  kernel: pcm0:play:3: play interrupt timeout,

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


How do you make install without direct internet access?

2004-11-23 Thread Ralph
Hey, I've got a proxy-out connection where these boxes
are installed.  In other words, the only way to get
out to the internet is through the http/ftp proxy.  So
in my /etc/profile I have a line

HTTP_PROXY=my.internal.proxy:80
export HTTP_PROXY

 But when I do a make install I can't fetch
anything... thoughts?

Thanks.



__ 
Do you Yahoo!? 
The all-new My Yahoo! - Get yours free! 
http://my.yahoo.com 
 

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


Re: How do you make install without direct internet access?

2004-11-23 Thread Dick Davies
* Ralph [EMAIL PROTECTED] [1132 20:32]:
 Hey, I've got a proxy-out connection where these boxes
 are installed.  In other words, the only way to get
 out to the internet is through the http/ftp proxy.  So
 in my /etc/profile I have a line
 
 HTTP_PROXY=my.internal.proxy:80

try http_proxy=http://my.internal.proxy:80



-- 
Good news, everyone! I've taught the toaster to feel love! - Prof. Farnsworth
Rasputin :: Jack of All Trades - Master of Nuns
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How do you make install without direct internet access?

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

On Tuesday 23 November 2004 21:31, Ralph wrote:
 Hey, I've got a proxy-out connection where these boxes
 are installed.  In other words, the only way to get
 out to the internet is through the http/ftp proxy.  So
 in my /etc/profile I have a line

 HTTP_PROXY=my.internal.proxy:80
 export HTTP_PROXY

  But when I do a make install I can't fetch
 anything... thoughts?


You need to set FTP_PROXY, if you want to fetch ftp via proxy. 
Refer to 'man 3 fetch' for the datails.

Cheers,
ch

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

iD8DBQFBo6SN09WjGjvKU74RAhKpAJoCsy/FrgviYgEfpHdGh54+tA9/ggCcCI03
pCgfxyDT9r7zEK6SqX0JgHI=
=YEhP
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How do you make install without direct internet access?

2004-11-23 Thread W. D.
At 14:31 11/23/2004, Ralph, wrote:
Hey, I've got a proxy-out connection where these boxes
are installed.  In other words, the only way to get
out to the internet is through the http/ftp proxy.  So
in my /etc/profile I have a line

HTTP_PROXY=my.internal.proxy:80
export HTTP_PROXY

 But when I do a make install I can't fetch
anything... thoughts?

Thanks.

Download the files somehow, burn to CD, copy to /usr/ports/distfiles/,
then run 'make install'.



http://www.US-Webmasters.com/FreeBSD/Install/

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

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


Re: I can't remeber the name of my clock

2004-11-23 Thread stan
On Tue, Nov 23, 2004 at 01:18:13PM -0600, Dan Nelson wrote:
 In the last episode (Nov 23), stan said:
  I remebr using a crses based clock in FreeBSD. It was a digital clock. I
  can't seem to remeber it's name, and a man -k clock doesn't seem to point
  me at it. It might have not been in the default path (/usr/ames or
  something?).
  
  Can some kind souls remind me of what this is?
 
 Digital or analog?  grdc (/usr/src/games/grdc) is a digital one with
 large red letters.  There's also tclock, which is an analog one, at
 /usr/src/contrib/ncurses/test/tclock.c , but you need to edit the
 source a bit to make it build.
 
grdc is it, I had confused it with dclock, which is X based.

Thanks.

-- 
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: How do you make install without direct internet access?

2004-11-23 Thread Ralph
--- Christian Hiris [EMAIL PROTECTED] wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Tuesday 23 November 2004 21:31, Ralph wrote:
  Hey, I've got a proxy-out connection where these
 boxes
  are installed.  In other words, the only way to
 get
  out to the internet is through the http/ftp proxy.
  So
  in my /etc/profile I have a line
 
  HTTP_PROXY=my.internal.proxy:80
  export HTTP_PROXY
 
   But when I do a make install I can't fetch
  anything... thoughts?
 
 
 You need to set FTP_PROXY, if you want to fetch ftp
 via proxy. 
 Refer to 'man 3 fetch' for the datails.
 
 Cheers,
 ch
 
 - -- 
 Christian Hiris [EMAIL PROTECTED] | OpenPGP KeyID
 0x3BCA53BE 
 OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and
 http://pgp.mit.edu
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.6 (FreeBSD)
 

iD8DBQFBo6SN09WjGjvKU74RAhKpAJoCsy/FrgviYgEfpHdGh54+tA9/ggCcCI03
 pCgfxyDT9r7zEK6SqX0JgHI=
 =YEhP
 -END PGP SIGNATURE-
 ___
 [EMAIL PROTECTED] mailing list

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

actually, since I was in csh, the setenv FTP_PROXY
my.internal.proxy:80 worked like a charm, except that,
for some reason, fetch refuses to work without
internet DNS resolution.  As with our environment, no
internal hosts have external DNS resolution - how do
you solve that?

Thanks.



__ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
 

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


Re: How do you make install without direct internet access?

2004-11-23 Thread Doug Poland
On Tue, Nov 23, 2004 at 01:22:07PM -0800, Ralph wrote:
  On Tuesday 23 November 2004 21:31, Ralph wrote:
   Hey, I've got a proxy-out connection where these boxes are
   installed.  In other words, the only way to get out to the
   internet is through the http/ftp proxy.  So in my /etc/profile I
   have a line
  
   HTTP_PROXY=my.internal.proxy:80
   export HTTP_PROXY
  
But when I do a make install I can't fetch
   anything... thoughts?
  
  
  You need to set FTP_PROXY, if you want to fetch ftp via proxy.
  Refer to 'man 3 fetch' for the datails.
  
 actually, since I was in csh, the setenv FTP_PROXY
 my.internal.proxy:80 worked like a charm, except that,
 for some reason, fetch refuses to work without
 internet DNS resolution.  As with our environment, no
 internal hosts have external DNS resolution - how do
 you solve that?
 
If you have ssh access out through the firewall, you can tunnel DNS (and
http/ftp) requests through a *well-connected* Unix host.  

HTH,

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


Re: How do you make install without direct internet access?

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

On Tuesday 23 November 2004 22:22, Ralph wrote:
 actually, since I was in csh, the setenv FTP_PROXY
 my.internal.proxy:80 worked like a charm, except that,
 for some reason, fetch refuses to work without
 internet DNS resolution.  As with our environment, no
 internal hosts have external DNS resolution - how do
 you solve that?

Just an idea - try to use your proxies ip-address instead of hostname.   
ie. FTP_PROXY=http://192.168.n.n:80

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

iD8DBQFBo61P09WjGjvKU74RAp5uAJ0c01Zcb+hHu1GGDP6ddenLew8B+gCcDqwZ
SROq63yCFGkhWSMQ640Y9jQ=
=Qjcd
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


iicbb - OK with 4.8, broken with 5.3

2004-11-23 Thread rotenber
Hi

iicbb - OK with 4.8, broken with 5.3

I am trying to migrate from 4.8-RELEASE to 5.3-RELEASE.
Everything appears to function properly except my TV card.

Since I have installed 5.3-RELEASE on a separate hard drive
it is easy to compare it to the 4.10-RELEASE. The hardware on
these two systems are identical except for the hard drives:
EPIC-ME6000 (VIA) mainboard
KWorld TV Tuner PCI Card KW-TV878RF-PRO

On the 4.10 system I can use 'tuneradio' to set the FM radio
frequency on the TV card. On the 5.3 system I get nothing but
static and see this error:

 tuneradio -f 10110
bktr0: arg=10110 temp=10110
bktr0: tv_freq returned: -1

I have compiled the bktr driver for 5.3 with BKTR_RADIO_DEBUG.

I notice that iicbus1 is missing in the dmesg output of 5.3,
but I have no idea if that is important. I also had to add
the option BKTR_USE_FREEBSD_SMBUS or the driver for the I2C
bus did not appear in dmesg at all.

Any sugestions would be appreciated.

JM Rotenberry
---
FreeBSD freebsd.home 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Fri Aug 27 16:37:52 
CDT 2004 [EMAIL PROTECTED]:/usr/src/sys/compile/ME6000  i386

4.10-RELEASE  dmesg output:

Copyright (c) 1992-2004 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 4.10-RELEASE #0: Fri Aug 27 16:37:52 CDT 2004
[EMAIL PROTECTED]:/usr/src/sys/compile/ME6000
Timecounter i8254  frequency 1193182 Hz
CPU: VIA C3 Samuel 2 (599.71-MHz 686-class CPU)
  Origin = CentaurHauls  Id = 0x673  Stepping = 3
  Features=0x803035FPU,DE,TSC,MSR,MTRR,PGE,MMX
...skipping some...
bktr0: BrookTree 878 mem 0xde003000-0xde003fff irq 10 at device 20.0 on pci0
iicbb0: I2C bit-banging driver on bti2c0
iicbus0: Philips I2C bus on iicbb0 master-only
iicbus1: Philips I2C bus on iicbb0 master-only
smbus0: System Management Bus on bti2c0
bktr0: Card has no configuration EEPROM. Cannot determine card make.
bktr0: Pinnacle/Miro TV, Temic NTSC tuner.
pci0: unknown card (vendor=0x109e, dev=0x0878) at 20.1 irq 10
...skipping some...

sysctl -a|grep bt848

hw.bt848.card: 2
hw.bt848.tuner: 9
hw.bt848.reverse_mute: -1
hw.bt848.format: -1
hw.bt848.slow_msp_audio: -1


4.10-RELEASE  pciconf -vl output:

[EMAIL PROTECTED]:20:0:class=0x04 card=0x chip=0x036e109e 
rev=0x11 hdr=0x00
vendor   = 'Brooktree Corporation'
device   = 'Bt878 MediaStream Controller'
class= multimedia
subclass = video
[EMAIL PROTECTED]:20:1:class=0x048000 card=0x chip=0x0878109e 
rev=0x11
hdr=0x00
vendor   = 'Brooktree Corporation'
device   = 'Bt878/Fusion878A Video Capture (Audio Section)'
class= multimedia
[EMAIL PROTECTED]:0:0: class=0x03 card=0x31221106 chip=0x31221106 rev=0x03 
hdr=0x00

vendor   = 'VIA Technologies Inc'
device   = 'VT8623 Apollo CLE266 CastleRock AGP 8X Controller'
class= display
subclass = VGA

4.10-RELEASE  kernel diffs from GENERIC:

device  pcm
device  bktr
options OVERRIDE_TUNER=4
options BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_NTSC
device  smbus   # Bus support, required for smb below.
device  iicbus  # Bus support, required for ic/iic/iicsmb below.
device  iicbb

---

FreeBSD freebsd.home 5.3-RELEASE FreeBSD 5.3-RELEASE #5: Mon Nov 22 11:31:43 
CST 2004 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/ME6000  i386

5.3-RELEASE  dmesg output:

Copyright (c) 1992-2004 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.3-RELEASE #5: Mon Nov 22 11:31:43 CST 2004
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/ME6000
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: VIA C3 Samuel 2 (599.71-MHz 686-class CPU)
  Origin = CentaurHauls  Id = 0x673  Stepping = 3
  Features=0x803035FPU,DE,TSC,MSR,MTRR,PGE,MMX
...skipping some...
bktr0: BrookTree 878 mem 0xde003000-0xde003fff irq 10 at device 20.0 on pci0
bktr0: [GIANT-LOCKED]
smbus0: System Management Bus on bktr0
iicbb0: I2C bit-banging driver on bktr0
iicbus0: Philips I2C bus on iicbb0 master-only
bktr0: Card has no configuration EEPROM. Cannot determine card make.
bktr0: Pinnacle/Miro TV.
pci0: multimedia at device 20.1 (no driver attached)
...skipping some...


sysctl -a|grep bt848

118hw.bt848.card:
118hw.bt848.tuner:
hw.bt848.card: 2
hw.bt848.tuner: 9
hw.bt848.reverse_mute: -1
hw.bt848.format: -1
hw.bt848.slow_msp_audio: -1


5.3-RELEASE  pciconf -vl output:

[EMAIL PROTECTED]:20:0:class=0x04 card=0x chip=0x036e109e 
rev=0x11 hdr=0x00
vendor   = 'Brooktree Corporation'
device   = 'Bt878 MediaStream Controller'
class= multimedia
subclass = video
[EMAIL PROTECTED]:20:1:

Solved: PXE boot with TFTP

2004-11-23 Thread Erik Norgaard
I have solved the first boot-stage following the instructions on 
m0n0wall: http://www.m0n0.ch/wall/hack/#loader

Erik
--
Ph: +34.666334818  web: www.locolomo.org
S/MIME Certificate: http://www.locolomo.org/crt/2004071206.crt
Subject ID:  A9:76:7A:ED:06:95:2B:8D:48:97:CE:F2:3F:42:C8:F2:22:DE:4C:B9
Fingerprint: 4A:E8:63:38:46:F6:9A:5D:B4:DC:29:41:3F:62:D3:0A:73:25:67:C2
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How do you make install without direct internet access?

2004-11-23 Thread Doug Poland
On Tue, Nov 23, 2004 at 01:31:23PM -0800, Ralph wrote:
On Tuesday 23 November 2004 21:31, Ralph wrote:
  But when I do a make install I can't fetch anything...
  thoughts?
   
  If you have ssh access out through the firewall, you can tunnel DNS
  (and http/ftp) requests through a *well-connected* Unix host.  
 
 So are we saying that the fetch command doesn't work
 without external DNS resolution?  That's a crock -
 that makes it unusable here... anyone have options to
 resolve this?
 
I wouldn't be so hard on the fetch command.  If you don't have external
DNS resolution then a lot of things won't work.  I was once stuck in an
office with limited http/ftp access, thus, no fetch command.  I did
have browser http access after I authenticated to Novell's BorderMangler.
I manually retrieved the tar balls I needed for each port I wanted to
install.  It was painfully, slow, and I never got all the tar balls I
needed because I wasn't good at following the dependencies.

You may want to consider doing a make fetch on a machine that has
unhindered access, then burning those tar balls to a CD-ROM.

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


Re: iicbb - OK with 4.8, broken with 5.3

2004-11-23 Thread Kevin D. Kinsey, DaleCo, S.P.
[EMAIL PROTECTED] wrote:
Hi
 

iicbb - OK with 4.8, broken with 5.3
I am trying to migrate from 4.8-RELEASE to 5.3-RELEASE.
Everything appears to function properly except my TV card.
Since I have installed 5.3-RELEASE on a separate hard drive
it is easy to compare it to the 4.10-RELEASE. The hardware on
these two systems are identical except for the hard drives:
EPIC-ME6000 (VIA) mainboard
KWorld TV Tuner PCI Card KW-TV878RF-PRO
On the 4.10 system I can use 'tuneradio' to set the FM radio
frequency on the TV card. On the 5.3 system I get nothing but
static and see this error:
tuneradio -f 10110
bktr0: arg=10110 temp=10110
bktr0: tv_freq returned: -1
I have compiled the bktr driver for 5.3 with BKTR_RADIO_DEBUG.
I notice that iicbus1 is missing in the dmesg output of 5.3,
but I have no idea if that is important. I also had to add
the option BKTR_USE_FREEBSD_SMBUS or the driver for the I2C
bus did not appear in dmesg at all.
Any sugestions would be appreciated.
JM Rotenberry
Just a suggestion or two, then.
What's known as grasping at straws  :-)
1.  Do you have a /dev/tuner device?
2.  Any difference if you
   # kldload pcf.ko
   before calling tuneradio?
Just a thought (or two).
Kevin Kinsey (who knows nothing of vid capture)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How do you make install without direct internet access?

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

On Tuesday 23 November 2004 22:35, Christian Hiris wrote:
 On Tuesday 23 November 2004 22:22, Ralph wrote:
  actually, since I was in csh, the setenv FTP_PROXY
  my.internal.proxy:80 worked like a charm, except that,
  for some reason, fetch refuses to work without
  internet DNS resolution.  As with our environment, no
  internal hosts have external DNS resolution - how do
  you solve that?

 Just an idea - try to use your proxy's ip-address instead of hostname.
 ie. FTP_PROXY=http://192.168.n.n:80

If the proxy's address is the only address fetch tries to resolve, it maybe 
could help, if you modify common.c in libfetch. Add hints.ai_flags = 
AI_NUMERICHOST; before the getaddrinfo calls (line# 244 anf 275). This 
should disable DNS resolving (assuming you set proxy-url to a numeric host as 
mentioned above).

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

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


login screen on 5.3

2004-11-23 Thread glen disley
I just installed Freebsd5.3. After a long compile process and a few 
tweeks of Xorg I was able to get a kdm screen prompt. There are only 2 
users on the system, one bing root and the other me (Glen). What I don't 
understand is why on the kdm login screen I see Charlieroot as 
administrators and Glen as a user. I'm semi familiar with Linux and my 
root login is only root no other names. No one else has access to the 
computer other then me and I set it up behind a SMC router with a built 
in firewall
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: login screen on 5.3

2004-11-23 Thread Luke Kearney

On Tue, 23 Nov 2004 16:05:20 -0700
glen disley [EMAIL PROTECTED] spake thus:

 I just installed Freebsd5.3. After a long compile process and a few 
 tweeks of Xorg I was able to get a kdm screen prompt. There are only 2 
 users on the system, one bing root and the other me (Glen). What I don't 
 understand is why on the kdm login screen I see Charlieroot as 
 administrators and Glen as a user. I'm semi familiar with Linux and my 
 root login is only root no other names. No one else has access to the 
 computer other then me and I set it up behind a SMC router with a built 
 in firewall

#cat /etc/passwd

root:*:0:0:Charlie :/root:/bin/csh
SNIP


you will find as you go along that when you add users you are asked for
the users full name. At some point someone decided that the root users
name was charlie. If you have email set up properly now you might have
noticed an email from charlie root which is your daily run report. You
could change this by editing the passwd file and giving root the name of
your choice but unless it bothers you there is little point to it. It is
unlikely that you have been attacked if this is the only symptom. 

HTH

LukeK

-- 
Luke Kearney [EMAIL PROTECTED]

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


Re: iicbb - OK with 4.8, broken with 5.3

2004-11-23 Thread Nikolas Britton
[EMAIL PROTECTED] wrote:
I too am trying to get a tv tunner working today, here's my notes so far 
(might be some links in it to help you out):

Pinnacle Systems
EMPTYV
EMPTYV-51013825-1.5
Chips:
Conexant
Fusion 878A
25878-13
Philips
TDA9885TS
http://www.semiconductors.philips.com/pip/TDA9885.html
Micronas
MSP3440G B6
http://www.micronas.com/products/documentation/multimedia/msp34x0g/index.php
bktr0: BrookTree 878 mem 0xec7fe000-0xec7fefff irq 19 at device 3.0 on 
pci2
bktr0: [GIANT-LOCKED]
bktr0: Warning - card vendor 0x11bd (model 0x0012) unknown.
bktr0: Detected a MSP3440G-B6 at 0x80
bktr0: Pinnacle/Miro TV, Philips PAL tuner, msp3400c stereo.

[EMAIL PROTECTED]:4:1: class=0x048000 card=0x001211bd chip=0x0878109e rev=0x11 
hdr=0x00
   vendor   = 'Brooktree Corporation'
   device   = 'Bt878/Fusion878A Video Capture (Audio Section)'
   class= multimedia


http://www.spinics.net/lists/vfl/msg08635.html
http://www.spinics.net/lists/vfl/msg08095.html
http://www.pinnaclesys.com/ProductPage_n.asp?Product_ID=512Langue_ID=2
http://www.freebsd.org/cgi/ports.cgi?query=Radiostype=all
http://groups.google.com/groups?hl=enlr=th=d58b6438613ad5c2rnum=7
http://groups.google.com/groups?q=Bt878/Fusion878A+Video+Capture+(Audio+Section)hl=enlr=selm=20031217214343.GB3774%40lbl.govrnum=1
# TV Card Support
device  bktr# video capture driver
device  iicbus  # I2C bus system
device  iicbb   # I2C generic bit-banging driver
device  smbus   # System Management Bus
options BROOKTREE_SYSTEM_DEFAULT=BROOKTREE_NTSC

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


Re: login screen on 5.3

2004-11-23 Thread Giorgos Keramidas
On 2004-11-23 16:05, glen disley [EMAIL PROTECTED] wrote:
 I just installed Freebsd5.3. After a long compile process and a few
 tweeks of Xorg I was able to get a kdm screen prompt. There are only 2
 users on the system, one bing root and the other me (Glen). What I
 don't understand is why on the kdm login screen I see Charlieroot as
 administrators and Glen as a user. I'm semi familiar with Linux and my
 root login is only root no other names. No one else has access to the
 computer other then me and I set it up behind a SMC router with a
 built in firewall

`Charlie ' is the text that appears in /etc/passwd as the real name of
the root' user.  Obviously, kdm tries to be ``user-friendly'', showing
the real name of the user too, and managed to confuse you.

No worries.  Ignore it or check to see if a configuration option of kdm
can change the default user-display style.

Welcome to FreeBSD, BTW :-)

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


Re: login screen on 5.3

2004-11-23 Thread Kevin D. Kinsey, DaleCo, S.P.
glen disley wrote:
I just installed Freebsd5.3. After a long compile process and a
few tweeks of Xorg I was able to get a kdm screen prompt.
There are only 2 users on the system, one bing root and the
other me (Glen). What I don't understand is why on the kdm
login screen I see Charlieroot as administrators and Glen
as a user. I'm semi familiar with Linux and my root login is
only root no other names. No one else has access to the
computer other then me and I set it up behind a SMC router
with a built in firewall

Your system, most likely, is just fine.
For some reason(s), probably historical and perhaps
hysterical, the full name for the root account is, as
you can see:
grep Charlie /etc/passwd
root:*:0:0:Charlie :/root:/bin/csh
Charlie  ... unless you gave him another name
by editing the password file. 

I've already done a historical posting today, so
if it's OK, we'll let someone else tell us why it's
that way ... or you can look yourself, or we can
just let it slide.  But, in FreeBSD, root's full name
is Charlie Root --- you'll notice it in your nightly
emails as well.
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]


4 part domain names

2004-11-23 Thread Jonathon McKitrick

AFAIK, a fully qualified domain name is like

machine.domain.xxx

but what about addresses like

us.510.mail.yahoo.com??

Is there any hierarchy to the names in this case?

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


Question about old FreeBSD versions

2004-11-23 Thread Peter Trinh
Hi FreeBSD Administrator,

I am working on some FreeBSD driver code that was written a few years back for 
FreeBSD 4.3. I already downloaded and installed 4.10 (using FTP ISO image), but 
there have been so many changes in the kernel between the 4.3 and 4.10. As a 
result, I've had a lot of problems compiling the driver. 

I wish that I could be able to download the 4.3 and start from there. Is there 
a way to get 4.3 ?

Thanks

Peter Trinh 


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


Re: 4 part domain names

2004-11-23 Thread Hexren

JM AFAIK, a fully qualified domain name is like

JM machine.domain.xxx

JM but what about addresses like

JM us.510.mail.yahoo.com??

JM Is there any hierarchy to the names in this case?

JM jm

-

I would think that viewing mail.yahoo.com as machine.domain.xxx might
be flawed if you think of mail.yahoo.com as
subdomain.domain.top-level-domain it is (or so I think) easier to
comprehend that
subdomain.subdomain.domain.top-level-domain is not that different.
Now add to that picture that every subdomain could be an alias for another
domain or point to an IP address, which incase of the IP address is
meaning a real machine.

Did I misinterpret your question ?

Hexren

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


Re: Question about old FreeBSD versions

2004-11-23 Thread Greg 'groggy' Lehey
[Format recovered--see http://www.lemis.com/email/email-format.html]

Single line paragraphs.

On Tuesday, 23 November 2004 at 15:47:23 -0800, Peter Trinh wrote:
 Hi FreeBSD Administrator,

 I am working on some FreeBSD driver code that was written a few
 years back for FreeBSD 4.3. I already downloaded and installed 4.10
 (using FTP ISO image), but there have been so many changes in the
 kernel between the 4.3 and 4.10. As a result, I've had a lot of
 problems compiling the driver.

 I wish that I could be able to download the 4.3 and start from
 there. Is there a way to get 4.3 ?

Check it out from the CVS repository.  See the web site for more
information.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers.


pgpbDkusZ2mUj.pgp
Description: PGP signature


Re: Question about old FreeBSD versions

2004-11-23 Thread Kris Kennaway
On Tue, Nov 23, 2004 at 03:47:23PM -0800, Peter Trinh wrote:
 Hi FreeBSD Administrator,
 
 I am working on some FreeBSD driver code that was written a few years back 
 for FreeBSD 4.3. I already downloaded and installed 4.10 (using FTP ISO 
 image), but there have been so many changes in the kernel between the 4.3 and 
 4.10. As a result, I've had a lot of problems compiling the driver. 
 
 I wish that I could be able to download the 4.3 and start from there. Is 
 there a way to get 4.3 ?

Please wrap your lines at 70 characters so your mail may be easily
read.

You can easily check out the source code for 4.3 from the CVS
repository, alternatively http://mirrorlist.freebsd.org/ lists lots of
sites that still carry the installation files.

Kris


pgph4BV1h4l1W.pgp
Description: PGP signature


Re: iicbb - OK with 4.8, broken with 5.3

2004-11-23 Thread rotenber
Nikolas Britton

Thank you for your input.  I have written a web page describing
some of my experiences with my TV card at

http://www.io.com/~rotenber/

It is 4.10-RELEASE only, but you may find it helpful.

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


Re: Apache port

2004-11-23 Thread Vince Hoffman

On Tue, 23 Nov 2004, Trevor Hart wrote:
I installed Apache version 2.0.43 on my FreeBSD 4.7-RELEASE server. The
httpd file is set up with Listen 80 and Listen 8000. The problem is that it
will not accept connections on port 80, even though it is listening (checked
using netstat, and sockstat). It works fine on port 8000. I have never
configured a router, so as far as I know, theres not one running. I am
running a mail server, ftp, and a telnet server without problems in addition
to the web server. It is not a problem with my ISP, nor my router as it will
work if I forward port 80 to another computer. As far as I can tell, its
being blocked by FreeBSD, but I have no idea where or why, nor how to fix
it.
Ok a few things to check (sorry if i'm going for the basics but they need 
ruling out)
1) are you running ipf/ipfw/pf and if so have you allowed port 80
2) does telnet localhost 80 then a get / give you an error message or 
just connection refused ?
3) not sure if apache uses tcp wrappers but possibly check your 
/etc/hosts.allow



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.797 / Virus Database: 541 - Release Date: 15/11/2004
___
[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: 4 part domain names

2004-11-23 Thread Jonathon McKitrick
On Wed, Nov 24, 2004 at 12:48:49AM +0100, Hexren wrote:
: Now add to that picture that every subdomain could be an alias for another
: domain or point to an IP address, which incase of the IP address is
: meaning a real machine.

So that means that the right-most portion of the subdomain would be either
the aliased domain of another machine or an IP address, right?  So does that
mean us.510.mail.yahoo.com could be us.510.some_secret_domain.xxx??  Or that
it could be a new domain within a private network?  Or either?



jm
--
My other computer is your Windows box.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Portmaster - FreeBSD Serial Console ...

2004-11-23 Thread Robert Watson

On Fri, 19 Nov 2004, Marc G. Fournier wrote:

 I've been searching, and not finding, settings to use on the port of a
 portmaster so that it will act as a proper serial console ... I swear I
 saved it the last time it went around the lists ... can someone please
 send me the settings? 

I'm using a Portmaster 25 as a serial console for several FreeBSD boxes.
You can find a little bit of information here, including pin-outs for the
particular cables I have:

http://www.watson.org/~robert/freebsd/portmaster25/

Robert N M Watson FreeBSD Core Team, TrustedBSD Projects
[EMAIL PROTECTED]  Principal Research Scientist, McAfee Research


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


Re: iicbb - OK with 4.8, broken with 5.3

2004-11-23 Thread rotenber
Kevin Kinsey

Thank you for your questions.

On 4.10-RELEASE I had to create the link
/dev/tuner - /dev/tuner0
myself.  On 5.3-RELEASE this link must have
been created during the installation since
it was there when I went to create it.

pcf.ko is not found on my 4.10-RELEASE system.
I believe that iicbus(4) is the driver for
the I2C bus for this TV card.

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


Re: FreeBSD, Intel Motherboards and Portmaster Serial Console - How?

2004-11-23 Thread Robert Watson

On Fri, 19 Nov 2004, Marc G. Fournier wrote:

 I just picked up a PM25 for our colo facility, so that I can do remote
 admin on the FreeBSD boxes ... our two Tyan servers are a piece of cake,
 as they have DB9 Serial, like I'd expect ... but the Intel motherboards
 have External RJ45 serial, internal serial header on all of there
 boards, from what I can tell ... but what I can't figure out is how to
 make use of them ... 

Not sure where the previous post was CC'd to per se, but take a look here:

http://www.watson.org/~robert/freebsd/portmaster25/

A couple of other comments:

- Some Intel motherboards include BIOS revisions that have errors
  regarding the configuration, or at least, are incomprehensible.  We had
  to futz for quite a long time to get it working for the netperf cluster.
  Unfortunately, I seem to have misplaced the instructions -- I can only
  advise trying counter-intuitive things.  I think the problem was that
  the BIOS was referring to 1/2 and meant A/B, or said A/B and meant 1/2.

- On some motherboards, the RTS/CTS seems to flip too frequently for the
  Portmaster 25, which detects this as a wiring problem.  I had to turn
  off flow control on the port, set hangup off.  Otherwise, I saw the
  serial console disconnect a few seconds whenever the test started moving
  fast.

Robert N M Watson FreeBSD Core Team, TrustedBSD Projects
[EMAIL PROTECTED]  Principal Research Scientist, McAfee Research

 
 The servers are remote, so adding a 9pin serial port onto the 'internal 
 header' is a bit difficult, so am wondering about using the 'external 
 RJ45'.  The PM25 cables end in an RJ45 jack, and we had to purchase 
 adapters to go from RJ45-9pin ... can those RJ45 adapters be used to plug 
 into the RJ45 serial directly?
 
 Also, from what I've been able to read so far, the RJ45 == Serial B, not 
 Serial A ... so, I'd need to change how FreeBSD works as far as serial 
 console is concerned, to look at Serial B, no?
 
 Help?
 
 Thanks ...
 
 
 
 Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
 Email: [EMAIL PROTECTED]   Yahoo!: yscrappy  ICQ: 7615664
 ___
 [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]


FreeBSD and NetZero

2004-11-23 Thread J W
I have NetZero as my Dial-Up ISP.  I would love to use freebsd as my
gateway, ratehr than use windows with ICS enabled.  Is there a way to
work around the proprietary software used by NetZero, or has any one
seen a way to make freebsd work with netzero?
Thank You,
IDESpinner
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


nslookup not working on client machines only

2004-11-23 Thread Nicolas
Hello,
I've set up a FreeBSD box to provide my home network a NAT access to the
Internet and a DNS caching-only server with bind 8.3.7 (among other things).
It's working perfectly but today I noticed something that I do not
understand. When trying to $ nslookup google.com on a client host,
here's what it says :
8--
[EMAIL PROTECTED] nslookup google.com
*** Can't find server name for address 192.168.0.1: Non-existent host/domain
*** Can't find server name for address ::: No response from server
*** Default servers are not available
[EMAIL PROTECTED]
--8
Now, trying the same thing directly on the DNS box :
8--
[EMAIL PROTECTED] nslookup google.com
Server: 192.168.0.1
Address:192.168.0.1#53
Non-authoritative answer:
Name:   google.com
Address: 216.239.57.99
Name:   google.com
Address: 216.239.37.99
Name:   google.com
Address: 216.239.39.99
[EMAIL PROTECTED]
--8
The resolv.conf files are the same on the 2 boxes :
8--
[EMAIL PROTECTED] cat /etc/resolv.conf
search serpe.org
nameserver 192.168.0.1
[EMAIL PROTECTED]
[EMAIL PROTECTED] cat /etc/resolv.conf
search serpe.org
nameserver 192.168.0.1
[EMAIL PROTECTED]
--8
Given this, I do not understand why it works on the DNS box and not on
the client.
Thank you very much in advance for your help!
Nicolas.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 4 part domain names

2004-11-23 Thread stheg olloydson
it was said:

On Wed, Nov 24, 2004 at 12:48:49AM +0100, Hexren wrote:
: Now add to that picture that every subdomain could be an alias for
another
: domain or point to an IP address, which incase of the IP address is
: meaning a real machine.

So that means that the right-most portion of the subdomain would be
either
the aliased domain of another machine or an IP address, right?  So
does that
mean us.510.mail.yahoo.com could be us.510.some_secret_domain.xxx?? 
Or that
it could be a new domain within a private network?  Or either?

jm


Either - although the likelihood of a private network's DNS being
publicly advertised is small. The some_secret_domain part is really
very common. Usually it is called domain forwarding or domain masking.
This is useful companies that, for whatever reason, want to redirect
traffic from one URL to another. For instance, HP bought Compaq. If you
try to go to compaq.com, you'll arrive at hp.com.
Really, the only thing matters is the .xxx part and which DNS root
servers you use. A number of alternative DNS networks outside of
ICANN's control have been in existence for some years, the most famous
and widely supported being new.net and adns.net. Of course, you need to
be authoritative for a secondary level domain if you expect systems not
using your DNS servers to get to that domain. Other than that you can
follow whatever naming scheme makes sense to you. Generally, however,
the tertiary domain level is the system's function: www, ftp, mail,
etc. if the system is public. Also, any public DNS probably shouldn't
have things like ccard-srvr.company.xxx or database.company.xxx - no
sense in handing out invitations to the barbarian hordes.

HTH,

Stheg



__ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
 

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


rc.network glitch

2004-11-23 Thread Andrew P.
Hello!
I posted this problem earlier here, but I haven't got any response yet. 
I tried to debug it myself and here's where I stand:

The problem was that ppp does not start automatically at system startup, 
although all ppp_* variables are properly set in /etc/rc.conf. I tried 
to edit /etc/rc.network a little, adding a couple of echo's and a 
redirection.

   case ${ppp_enable} in
   [Yy][Ee][Ss])
   ...
   su -m ${ppp_user} -c exec ${ppp_command} 21  
/var/log/yesppp
   echo Yes!!!  /var/log/yesppp
   echo ${ppp_command}  /var/log/yesppp
   ;;
   esac

So after I restarted the box, I have this yesppp file containing only 
two lines:
   Yes!!!
   /usr/sbin/ppp -quiet -ddial -nat mtu

I guess it should mean that everything's okay, but ppp has not been 
actually started! There's not even a record in /var/log/ppp.log. I tried 
to type by hand:
   su -m root -c /usr/sbin/ppp -quiet -ddial -nat mtu
and it starts okay. There's no error in dmesg, no kld's are loaded at 
startup, network is configured all right. Could anyone hint at how to 
debug such problems?

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


ruby fails to build

2004-11-23 Thread jason
Here is  a snip from the make install command.
cc -shared -Wl,-soname,libruby18.so.18  array.o  bignum.o  class.o  
compar.o  dir.o  dln.o  enum.o  error.o  eval.o  file.o  gc.o  hash.o  
inits.o  io.o  marshal.o  math.o  numeric.o  object.o  pack.o  parse.o  
process.o  prec.o  random.o  range.o  re.o  regex.o  ruby.o  signal.o  
sprintf.o  st.o  string.o  struct.o  time.o  util.o  variable.o  
version.o   dmyext.o -lcrypt -lm   -o libruby18.so.18
/usr/ports/lang/ruby18/work/ruby-1.8.2/lib/mkmf.rb:964: [BUG] 
Segmentation fault
ruby 1.8.2 (2004-07-29) [i386-freebsd5]

Abort trap (core dumped)
*** Error code 134
1 error
*** Error code 2
Stop in /usr/ports/lang/ruby18.
Here is a snip from the file mentioned.
 $CPPFLAGS = with_config(cppflags, arg_config(CPPFLAGS, 
config[CPPFLAGS])).dup
 $LDFLAGS = (with_config(ldflags) || ).dup
 $INCFLAGS = -I$(topdir)  ==line 964
 $DLDFLAGS = with_config(dldflags, arg_config(DLDFLAGS, 
config[DLDFLAGS])).dup
 $LIBEXT = config['LIBEXT'].dup

Does anyone have a clue on this?  I have cvsuped the ports just a few 
minutes ago.  I wanted to install portupgrade, but I can't because of 
ruby.  Also I read some stuff on csup, is there a website or other 
source of info on the progress of this progect.

$ uname -a
FreeBSD BARTON 5.3-STABLE FreeBSD 5.3-STABLE #2: Sun Nov 21 23:50:50 EST 
2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/NINAMORI  i386
$

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


Re[2]: 4 part domain names

2004-11-23 Thread Hexren
JM On Wed, Nov 24, 2004 at 12:48:49AM +0100, Hexren wrote:
JM : Now add to that picture that every subdomain could be an alias for another
JM : domain or point to an IP address, which incase of the IP address is
JM : meaning a real machine.

JM So that means that the right-most portion of the subdomain would be either
JM the aliased domain of another machine or an IP address, right?  So does that
JM mean us.510.mail.yahoo.com could be us.510.some_secret_domain.xxx??  Or that
JM it could be a new domain within a private network?  Or either?


-

Every unique combination of subdomain.domain.tld could point to an
arbitray other URL or IP.
For example
us.510.mail.example.com = example.com
de.510.mail.example.com = europe.mail.example.com
us.487.mail.example.com = 10.0.0.1
us.512.mail.example.com = 192.168.0.1
mail.yahoo.com  = nowhere (teher is no entry in the dns for
that URL)

The point I am trying to make ist that dns only defines a structure
for data.
The fact that the data stored in that structure tends to be orderly in
some sort is the result of that order making administering and using
the stored data easier (techs are lazy people after all). But
something like zdfdfjkb.12462323df.example.com would be valid even
though it would contradict the point of using dns to take the burden
of remembering complex data (IPs) from people.

Hexren

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


Re: make -j$n buildworld : use of -j investigated

2004-11-23 Thread Rob
Garance A Drosihn wrote:
Also, did you do your benchmarking before or after the recent
fixes to -j processing?  I haven't redone them after that change,
and I think it will be interesting to see what effect that has.
These tests were done on 5.3-Stable as of Nov. 22nd.
I believe these -j changes were applied to 6-Current. Or am I wrong?
Rob.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: tunneling everything

2004-11-23 Thread Olivier Nicole
 Hi! I am looking for a solution to this problem: I
 want to make a tcp tunneling. The ssh tunneling
 doesn`t satisies me because I don`t want to tunnel a
 specific service, I want to tunnel everything. For
 example: I would like my host to route everything
 through a tcp tunnel. I would like to see what
 solutions exist on FreeBSD. Please give just some
 links. Thank you in advance!

vtun is a solution for Ethernet over IP tunneling.

No encryption, no authentication. It is really like extending your LAN
cable acros Internet.

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


Re[2]: tunneling everything

2004-11-23 Thread Hexren


ON vtun is a solution for Ethernet over IP tunneling.

ON No encryption, no authentication. It is really like extending your LAN
ON cable acros Internet.

ON Olivier

-

well you could then do VPN with your new virtual LAN and then at
least have a good laugh when imagining the face of someone who cracked
your VPN and then analyzed what you had done for multiple days because
he suspected some kind if complex honeypot 'cause of the absurdity of
what you had done...

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


Re: FAT32/NTFS, external hard drive issue

2004-11-23 Thread Zeng Nan
On Mon, Nov 22, 2004 at 05:51:36PM -0800, scott renna wrote:
 
 The mount command I'm using is mount /dev/da0s1
 /mnt/external and it results in:
 
 mount: /dev/da0s1 on /mnt/external: incorrect super
 block
 

Try mount_msdosfs for fat32 and mount_ntfs for ntfs

-- 
Zeng Nan   
Simple is Beautiful.

PGP Key:  http://hobbit.homeunix.org


pgpWTMbuGCv0k.pgp
Description: PGP signature


sound mysteriously not working

2004-11-23 Thread Kevin Smith
I had followed the handbook to configure sound (sound blaser Live!)  on 
my new 5.3 installation.  It was working yesterday but it doesn't work 
now.  Just to verify, I booted windows on the same system and the sound 
card/speakers are not working.

Here is my dmesg output and sndstat:
 dmesg|fgrep pcm0
pcm0: Creative EMU10K1 port 0xc800-0xc81f irq 18 at device 2.0 on pci2
pcm0: TriTech TR28602 AC97 Codec
/home/kevin cat /dev/sndstat
FreeBSD Audio Driver (newpcm)
Installed devices:
pcm0: Creative EMU10K1 at io 0xc800 irq 18 kld snd_emu10k1 (4p/2r/0v 
channels duplex default)

Any suggestions on what to try next ?
-Kevin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


  1   2   >