Re: Update to earlier post (corrections)

2003-10-09 Thread nw1
We recently received our RMA'd board(s) back.  These boards belong to the same family 
of
the original board we did this install on/with.  In plain English:
initial install = Tyan Tiger-MP (S-2460) -- USB mouse working
upgraded  = Tyan Tiger-MPX (S-2466) -- USB mouse still working
switched to: gigabyte GA-6bxds -- mouse stopped working.  The USB mouse was seen, but
wasn't able to get mouse to respond with movement.

dmesg | grep -I usb
uhci0: Intel 82371AB/EB (PIIX4) USB controller port 0xa000-0xa01f irq 10 at device 
7.2
on pci0
usb0: Intel 82371AB/EB (PIIX4) USB controller on uhci0
usb0: USB revision 1.0
ums0: Logitech USB Mouse, rev 1.10/6.10, addr 2, iclass 3/1
as posted on: http://69.3.136.141/freebsd/usb_mouse.txt

We tried both:
device uhci# UHCI PCI-USB interface
deviceohci# OHCI PCI-USB interface
in the kernel config file.

The USB mouse once again works now that the (S-2466) boards are back online.

Would this be a case of:
a) Murphys' Law
b) Murphy  gigabyte/chipset/controller
c) Gigabyte/chipset/controller
d) Bad Karma

Thanks for your previous input.

- Original Message - 
From: Kent Stewart [EMAIL PROTECTED]
To: nw1 [EMAIL PROTECTED]
Sent: Sunday, September 28, 2003 3:55 PM
Subject: Re: Update to earlier post (corrections)


 On Sunday 28 September 2003 10:17 am, you wrote:
  Please revist http://69.3.136.141/freebsd/usb_mouse.txt  I've made
  things a little more clearer

 I have the same settings in my XF86Config. The last time I visited the
 usb_startup, it did the moused. At this point, everything on your
 system is consistant with what I have setup on my 4-stable and
 5-current systems. That means I don't have any idea what is different
 about your system.

 FWIW, I have done exactly what you are doing and had no problems. I even
 went from an Intel P-III 866 to an AMD 2000+ XP without having to
 change anything. If it works on one and not the other, I would assume
 that something is strange with the 2nd mobo. That isn't a firm rule
 because Murphy likes to embarass us :).

 Coming from the diagnostic side of computing, I had a rule that 1
 positive wasn't a proof and that 1 failure was more important than any
 number of sucesses.

 Kent

 
  annotated below (your question)
 
  The mouse isn't working in the console or X
 
  - Original Message -
  From: Kent Stewart [EMAIL PROTECTED]
  To: nw1 [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Sent: Sunday, September 28, 2003 12:55 PM
  Subject: Re: Update to earlier post (corrections)
 
   On Sunday 28 September 2003 08:52 am, nw1 wrote:
It will work with both moused and usbd specified in /etc/rc.conf.
   
There is one thing i forgot to mention on that page:  This
install was created using another motherboard.  The hdd's were
transfered to this gigabyte motherboard.  We have also tried
doing a fresh install with the gigabyte board and enabling the
same entries as posted on
http://69.3.136.141/freebsd/usb_mouse.txt.  In doing so the mouse
works, which proves both usbd and moused can be enabled.
   
My issue is it doesn't work at all now and I really can't do a
fresh install.  Recently i tried rm /dev/ums0 and recreating it,
that still hasn't worked.
  
   What do you have setup in XF86Config for the protocol and mouse.
 
  Section InputDevice
  Identifier  Mouse0
  Driver  mouse
  Option  Protocol auto
  Option  Device /dev/sysmouse
  Option  Buttons   5
  Option  ZAxisMapping  4 5
 
   Kent
  
- Original Message -
From: Kent Stewart [EMAIL PROTECTED]
To: nw1 [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Sunday, September 28, 2003 11:33 AM
Subject: Re: Update to earlier post (corrections)
   
 On Sunday 28 September 2003 08:22 am, nw1 wrote:
  There were errors in an earlier post with a subject: FreeBSD
  4.8-P10 --Mouse doesn't move in the console or XFree86--
 
  The udated particulars are posted at:
  69.3.136.141/freebsd/usb_mouse.txt

 BTW, if you had added http://69.. we could click and browse
 your text file.



 I was always under the impression that you enabled moused or
 usbd but not both.

 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]
   
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]
  
   --
   Kent Stewart
   Richland, WA
  
   http://users.owt.com/kstewart/index.html
  
   ___
   [EMAIL PROTECTED] 

re:ppp confusion

2003-10-09 Thread nevle
Hi,
I made the changes you suggested and seemed to be connected (full modem 
lights) but couldn't log-on to any site(using Lynx),tried to ping -c 
204.216.27.18 ,and got invalid count of packets to transmit...(not sure if 
I should do that, but I'm getting desperate!).Have included latest ppp.conf 
and ppp.log(with the appropriate changes to protect the innocent).
IPV6CP?
Thanks for your patience,hope you can help
nevle 
##ppp.conf
#
# PPP  Sample Configuration File
# Originally written by Toshiharu OHNO
# Simplified 5/14/1999 by [EMAIL PROTECTED]
#
# See /usr/share/examples/ppp/ for some examples
#
# $FreeBSD: src/etc/ppp/ppp.conf,v 1.8 2001/06/21 15:42:26 brian Exp $
#

default:
 set log Phase Chat LCP IPCP CCP tun command
 # ident user-ppp VERSION (built COMPILATIONDATE)

 # Ensure that device references the correct serial port
 # for your modem. (cuaa0 = COM1, cuaa1 = COM2)
 #
 set device /dev/cuaa0
 set speed 115200
 set dial ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
   \\ AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT
 set timeout 180# 3 minute idle timer (the default)
 enable dns # request DNS info (for resolv.conf)
papchap:
 
 # edit the next three lines and replace the items in caps with
 # the values which have been assigned by your ISP.
 #
 
 set phone 654321

 set authname barney
 set authkey bambam
 
 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 

 add default HISADDR# Add a (sticky) default route



##ppp.log
Oct  9 15:14:22 nevsbsd ppp[482]: Phase: Using interface: tun0 
Oct  9 15:14:22 nevsbsd ppp[482]: Phase: deflink: Created in closed state 
Oct  9 15:14:22 nevsbsd ppp[482]: tun0: Command: default: set device 
/dev/cuaa0 
Oct  9 15:14:22 nevsbsd ppp[482]: tun0: Command: default: set speed 115200 
Oct  9 15:14:22 nevsbsd ppp[482]: tun0: Command: default: set dial ABORT BUSY 
ABORT NO\sCARRIER TIMEOUT 5 AT OK-AT-OK ATE1Q0 OK \dATDT\T 
TIMEOUT 40 CONNECT 
Oct  9 15:14:22 nevsbsd ppp[482]: tun0: Command: default: set timeout 180 
Oct  9 15:14:22 nevsbsd ppp[482]: tun0: Command: default: enable dns 
Oct  9 15:14:22 nevsbsd ppp[482]: tun0: Command: papchap: set phone 654321 
Oct  9 15:14:22 nevsbsd ppp[482]: tun0: Command: papchap: set authname barney
Oct  9 15:14:22 nevsbsd ppp[482]: tun0: Command: papchap: set authkey  
Oct  9 15:14:22 nevsbsd ppp[482]: tun0: Command: papchap: set ifaddr 
10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 
Oct  9 15:14:22 nevsbsd ppp[482]: tun0: Command: papchap: add default HISADDR 
Oct  9 15:14:22 nevsbsd ppp[483]: tun0: Phase: PPP Started (auto mode). 
Oct  9 15:14:22 nevsbsd ppp[483]: tun0: Phase: bundle: Establish 
Oct  9 15:14:22 nevsbsd ppp[483]: tun0: Phase: deflink: closed - opening 
Oct  9 15:14:22 nevsbsd ppp[483]: tun0: Phase: deflink: Connected! 
Oct  9 15:14:22 nevsbsd ppp[483]: tun0: Phase: deflink: opening - dial 
Oct  9 15:14:22 nevsbsd ppp[483]: tun0: Chat: Phone: 654321
Oct  9 15:14:22 nevsbsd ppp[483]: tun0: Chat: deflink: Dial attempt 1 of 1 
Oct  9 15:14:22 nevsbsd ppp[483]: tun0: Chat: Send: AT^M 
Oct  9 15:14:22 nevsbsd ppp[483]: tun0: Chat: Expect(5): OK 
Oct  9 15:14:22 nevsbsd ppp[483]: tun0: Chat: Received: AT^M^M 
Oct  9 15:14:22 nevsbsd ppp[483]: tun0: Chat: Received: OK^M 
Oct  9 15:14:22 nevsbsd ppp[483]: tun0: Chat: Send: ATE1Q0^M 
Oct  9 15:14:22 nevsbsd ppp[483]: tun0: Chat: Expect(5): OK 
Oct  9 15:14:22 nevsbsd ppp[483]: tun0: Chat: Received: ATE1Q0^M^M 
Oct  9 15:14:22 nevsbsd ppp[483]: tun0: Chat: Received: OK^M 
Oct  9 15:14:22 nevsbsd ppp[483]: tun0: Chat: Send: ATDT55602777^M 
Oct  9 15:14:24 nevsbsd ppp[483]: tun0: Chat: Expect(40): CONNECT 
Oct  9 15:14:48 nevsbsd ppp[483]: tun0: Chat: Received: ATDT654321^M^M 
Oct  9 15:14:48 nevsbsd ppp[483]: tun0: Chat: Received: CONNECT 115200^M 
Oct  9 15:14:48 nevsbsd ppp[483]: tun0: Phase: deflink: dial - carrier 
Oct  9 15:14:49 nevsbsd ppp[483]: tun0: Phase: deflink: /dev/cuaa0: CD 
detected 
Oct  9 15:14:49 nevsbsd ppp[483]: tun0: Phase: deflink: carrier - login 
Oct  9 15:14:49 nevsbsd ppp[483]: tun0: Phase: deflink: login - lcp 
Oct  9 15:14:49 nevsbsd ppp[483]: tun0: LCP: FSM: Using deflink as a 
transport 
Oct  9 15:14:49 nevsbsd ppp[483]: tun0: LCP: deflink: State change Initial -- 
Closed 
Oct  9 15:14:49 nevsbsd ppp[483]: tun0: LCP: deflink: State change Closed -- 
Stopped 
Oct  9 15:14:50 nevsbsd ppp[483]: tun0: LCP: deflink: LayerStart 
Oct  9 15:14:50 nevsbsd ppp[483]: tun0: LCP: deflink: SendConfigReq(1) state = 
Stopped 
Oct  9 15:14:50 nevsbsd ppp[483]: tun0: LCP:  ACFCOMP[2] 
Oct  9 15:14:50 nevsbsd ppp[483]: tun0: LCP:  PROTOCOMP[2] 
Oct  9 15:14:50 nevsbsd ppp[483]: tun0: LCP:  ACCMAP[6] 0x 
Oct  9 15:14:50 nevsbsd ppp[483]: tun0: LCP:  MRU[4] 1500 
Oct  9 15:14:50 nevsbsd ppp[483]: tun0: LCP:  MAGICNUM[6] 0x3ca64601 

freebsd+postfix+mailscanner+uvscan

2003-10-09 Thread chael
Hello,

Anybody here has some links to help me out with this setup? Any help will be greatly 
appreciated =). 

Thanks in advance.

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


problem with aue card

2003-10-09 Thread Alexey Koptsevich

Hi,

I have a problem with the network card Linksys USB100TX. The hardware
itself is known to be working, but not under FreeBSD. 

Here is dmesg:

Oct  8 21:10:39 pyosik kernel: aue0: LINKSYS Inc. LINKSYS USB Adapter, rev 1.10/1.01, 
addr 2
Oct  8 21:10:40 pyosik kernel: aue0: Ethernet address: 00:e0:98:82:f3:e6
Oct  8 21:10:40 pyosik kernel: miibus1: MII bus on aue0
Oct  8 21:10:40 pyosik kernel: bmtphy0: BCM5201 10/100baseTX PHY on miibus1
Oct  8 21:10:40 pyosik kernel: bmtphy0:  10baseT, 10baseT-FDX, 100baseTX, 
100baseTX-FDX, auto

After loading if_ep the interface appears in the output of ifconfig, but
 Oct  8 21:18:17 pyosik kernel: aue0: MII read timed out

When I then try 'dhclient aue0', I get thousands of messages
 aue0: usb error on rx: IOERROR

Any piece of advice how to make this card work would be appreciated.

Thanks,
Alex


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


floppy

2003-10-09 Thread Florin Betivoiu

Hello.
I am trying to mount a floppy. Don't know what is it that I do wrong,
 cause it doens't work... I have asked for help before, even here, but the
 problem still is not solved :( .

I am using FreeBSD 5.1-RELEASE. The same happend with 5.0-RELEASE, but with FreeBSD 
4.8-RELEASE, floppy worked ok.

This is my uname:
FreeBSD pony 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Wed Sep 24 21:40:11 EEST 2003 [EMAIL 
PROTECTED]:/usr/src/sys/i386/compile/PONY i386

This is what I can see in dmesg:
fdc0: Enhanced floppy controller (i82077, NE72065 or clone) port 0x3f7,0x3f0-0x3f5 
irq 6 drq 2 on acpi0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0

This is what mount says:
[EMAIL PROTECTED] mount -t msdosfs /dev/fd0 /mnt/
msdosfs: /dev/fd0: Input/output error

The first time I asked for help, someone suggested I should do this with 
dd. I must say that if I reboot to Linux, floppy works ok:
[EMAIL PROTECTED] dd if=/dev/fd0 of=/dev/null

And this is what hapend:
dd: /dev/fd0: Input/output error

Thanks in advance for any suggestions.



-
Want to chat instantly with your online friends? Get the FREE Yahoo!Messenger
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


procmail, forward, and postfix

2003-10-09 Thread David Bear
I have procmail, and postfix installed in my freebsd box.  Postfix
works great and by default seems to respect .forward files.  (at least
I can't recall making any changes to it)

Now, I want to run procmail from .forward and grabbed the forward file
for usr/local/examples/procmail.

I don't understand a thing it does.. but I put it in my home directory
anyway and called it .forward.

It appears the procmail is no 'firing' when message come.  Looking for
any pointers?  been through to procmail faq sites and thought there
might be a recommendation here.

contents of .forward
|IFS=' '  p=/usr/local/bin/procmail  test -f $p  exec $p -Yf-
|| exit 75 #Metropolis

'Metropolis' is the name of the account.  Any pointers? 
-- 
David Bear
phone:  480-965-8257
fax:480-965-9189
College of Public Programs/ASU
Wilson Hall 232
Tempe, AZ 85287-0803
 Beware the IP portfolio, everyone will be suspect of trespassing
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


portupgrade and USE_GCC=3.3

2003-10-09 Thread Herbert
Hei!

When I try to rebuild centericq with g++33 using portupgrade I end up in
hundreds of make processes.

# portupgrade -f centericq -M USE_GCC=3.3

After a few seconds:

% ps xa |grep make |wc -l
 398

The same happens if I do 

# make USE_GCC=3.3 install clean
# make USE_GCC=3.3 clean

make: Max recursion level (500) exceeded.: Resource temporarily
unavailable
make: Max recursion level (500) exceeded.: Resource temporarily
unavailable

Although

# make USE_GCC=3.3 ; make install clean

works.

% uname -sr
FreeBSD 5.1-RELEASE-p2

The same happens with other ports (tested with fltk and qt32).

Am I doing something wrong or is this a bug?

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


How to find out the type of CD in burner from script ?

2003-10-09 Thread aleksandr . derevianko
Hello !

I have the following problem: I'm writing backup scripts, to store SCM tree on
CD via ATAPI CD-burner.
I need to have ability from inside the script find out the type of CD in burner:
Is it CD-R or CD-RW, and is it blank or not,
and also obtain at least CD label without mounting CD.

Search in mail archive does nothing, so if anybody know how to do this, please
respond.

P.S. I'm using FreeBSD 4.8 and PLEXTOR CD-R PX-W4824A.

Best regards,
Alexander.


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


Is it possible to write on a NTFS file system ?

2003-10-09 Thread Juan Rodriguez Hervella
Hello:

I've got mounted a ntfs-windows partition, but it seems I can not
write iteither am I missing something  or is it not possible ?¿

Thanks!

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


Unusual logcheck entry

2003-10-09 Thread Charles Howse
The following appeared in /var/log/messages in my daily logcheck report:

Oct  8 20:38:47 curly rpc.statd: invalid hostname to sm_stat:
^X÷ÿ¿^X÷ÿ¿^Z÷ÿ¿^Z÷ÿ¿%8x%8x%8x%8x%8x%8x%8x%8x%8x%62716x%hn%51859x%hnM-^PM
-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM
-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM
-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM
-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM
-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM
-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM
-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM
-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM
-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM
-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM
-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM
-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM
-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^P
Oct  8 20:38:47 curly /kernel: -^PM-^PM-^P

At that time, I was sitting on the couch watching the Cubs play the
Marlins.
Any idea what this means?

Thanks,
Charles

Got a computer with idle CPU time?
Join [EMAIL PROTECTED] and help make history!
http://setiathome.ssl.berkeley.edu/


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


Re: portupgrade and USE_GCC=3.3

2003-10-09 Thread Kris Kennaway
On Thu, Oct 09, 2003 at 11:18:49AM +0200, Herbert wrote:

 Am I doing something wrong or is this a bug?

This is a FAQ - you're doing something wrong.  USE_GCC is a
makefile-internal variable.

Kris


pgp0.pgp
Description: PGP signature


Re: Is it possible to write on a NTFS file system ?

2003-10-09 Thread Kris Kennaway
On Thu, Oct 09, 2003 at 11:49:47AM +0200, Juan Rodriguez Hervella wrote:
 Hello:
 
 I've got mounted a ntfs-windows partition, but it seems I can not
 write iteither am I missing something  or is it not possible ??

It is not possible.

Kris


pgp0.pgp
Description: PGP signature


Re: Unusual logcheck entry

2003-10-09 Thread Kris Kennaway
On Thu, Oct 09, 2003 at 05:43:31AM -0500, Charles Howse wrote:
 The following appeared in /var/log/messages in my daily logcheck report:
 
 Oct  8 20:38:47 curly rpc.statd: invalid hostname to sm_stat:
 ^X???^X???^Z???^Z???%8x%8x%8x%8x%8x%8x%8x%8x%8x%62716x%hn%51859x%hnM-^PM
 -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM
 -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM
 -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM
 -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM
 -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM
 -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM
 -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM
 -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM
 -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM
 -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM
 -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM
 -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM
 -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^P
 Oct  8 20:38:47 curly /kernel: -^PM-^PM-^P
 
 At that time, I was sitting on the couch watching the Cubs play the
 Marlins.
 Any idea what this means?

This is an attempt to exploit an old Linux rpc.statd
vulnerability..see the mailing list archives for extensive discussion
a few years ago.

Kris


pgp0.pgp
Description: PGP signature


Re: I dont have the sources in /usr/src ..how do i get the sources from Net .

2003-10-09 Thread Kirk Strauser
At 2003-10-09T05:19:05Z, Dwi Suharto [EMAIL PROTECTED] writes:

 i use anonymous CVS to update src directory. And it is working ... :)

Don't do that!  It takes a lot more resources than cvsup from what I gather.
-- 
Kirk Strauser

94 outdated ports on the box,
 94 outdated ports.
 Portupgrade one, an hour 'til done,
 82 outdated ports on the box.


pgp0.pgp
Description: PGP signature


RE: Unusual logcheck entry

2003-10-09 Thread Charles Howse
 On Thu, Oct 09, 2003 at 05:43:31AM -0500, Charles Howse wrote:
  The following appeared in /var/log/messages in my daily 
 logcheck report:
  
  Oct  8 20:38:47 curly rpc.statd: invalid hostname to sm_stat:
  
 ^X???^X???^Z???^Z???%8x%8x%8x%8x%8x%8x%8x%8x%8x%62716x%hn%5185
 9x%hnM-^PM
  
 -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^
 PM-^PM-^PM
  
 -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^
 PM-^PM-^PM
  
 -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^
 PM-^PM-^PM
  
 -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^
 PM-^PM-^PM
  
 -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^
 PM-^PM-^PM
  
 -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^
 PM-^PM-^PM
  
 -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^
 PM-^PM-^PM
  
 -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^
 PM-^PM-^PM
  
 -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^
 PM-^PM-^PM
  
 -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^
 PM-^PM-^PM
  
 -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^
 PM-^PM-^PM
  
 -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^PM-^
 PM-^PM-^PM
  -^PM-^PM-^PM-^PM-^PM-^PM-^PM-^P
  Oct  8 20:38:47 curly /kernel: -^PM-^PM-^P
  
  At that time, I was sitting on the couch watching the Cubs play the
  Marlins.
  Any idea what this means?
 
 This is an attempt to exploit an old Linux rpc.statd
 vulnerability..see the mailing list archives for extensive discussion
 a few years ago.

OK, I got some good info from the archives.
I realize this is a harmless attack if running FBSD.
I also realize that I shouldn't be running rpc on an interface facing
the internet.
For various reasons, this server is outside my hardware firewall, and
I'm not interested in configuring a software firewall.
Correct me if I'm wrong, but it looks to me like rpc.statd is related
(at least) to NFS.
I've placed the line nfs_server_flags=-h 192.168.254.2 in my
/etc/rc.conf, and rebooted.
I've also edited /etc/ssh/sshd_config, and told it to listen only on
192.168.254.2, and not allow root logins.
Am I now protected from this attack? (note rpc.stat lines below)

[EMAIL PROTECTED] ~]# sockstat -4
USER COMMANDPID   FD PROTO  LOCAL ADDRESS FOREIGN
ADDRESS
charles  sshd   1944 tcp4   192.168.254.2:22
192.168.254.4:4341
root sshd   1924 tcp4   192.168.254.2:22
192.168.254.4:4341
root nmbd   1646 udp4   *:137 *:*
root nmbd   1647 udp4   *:138 *:*
root nmbd   1648 udp4   192.168.254.2:137 *:*
root nmbd   1649 udp4   192.168.254.2:138 *:*
root smbd   162   12 tcp4   *:445 *:*
root smbd   162   13 tcp4   *:139 *:*
root sendmail   1164 tcp4   127.0.0.1:25  *:*
root sshd   1133 tcp4   192.168.254.2:22  *:*
root inetd  1094 tcp4   *:21  *:*
root inetd  1095 tcp4   *:110 *:*
root rpc.stat953 udp4   *:1013*:*
root rpc.stat954 tcp4   *:1022*:*
root mountd  873 udp4   *:1023*:*
root mountd  874 tcp4   *:1023*:*
daemon   portmap 853 udp4   *:111 *:*
daemon   portmap 854 tcp4   *:111 *:*
root syslogd 815 udp4   *:514 *:*

[EMAIL PROTECTED] ~]# cat /etc/rc.conf

# -- sysinstall generated deltas -- # Mon Sep 22 08:28:22 2003
# Created: Mon Sep 22 08:28:22 2003
# Enable network daemons for user convenience.
# Please make all changes to this file, not to /etc/defaults/rc.conf.
# This file now contains just the overrides from /etc/defaults/rc.conf.
defaultrouter=192.168.254.254
hostname=curly.howse.no-ip.org
ifconfig_tx0=inet 192.168.254.2  netmask 255.255.255.0
kern_securelevel_enable=NO
moused_enable=NO
moused_type=NO
nfs_server_enable=YES
nfs_server_flags=-h 192.168.254.2
portmap_enable=YES
mountd_flags=-l
nfs_client_enable=YES
saver=daemon
sendmail_enable=NO
sshd_enable=YES
usbd_enable=NO
ntpdate_enable=YES
ntpdate_flags=time.nist.gov
xntpdate_enable=YES
syslogd_enable=YES
syslog_flags=-ss
clear_tmp_enable=YES







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


Crash under disk writes (vinum?)

2003-10-09 Thread Lewis Thompson
Hi,

I'm running 5.1-RELEASE (latest patch version) on a machine with a
couple of disks set up in a concatenated vinum-type config.

  Periodically if I do some ``heavy'' writes to the concatenated disk it
causes the system to panic and reboot.  I'm not sure it's because of
vinum, but my guess is that it is -- on the same two disks is a mirrored
volume which has no write problems.

  My questions are first) has anybody else heard of this?  Any solutions
or ideas? and secondly) how can I effectively go about debugging this?
This is a headless machine and it reboots often before I realise, so I
can't see the diagnostic messages.  With some debugging symbols in the
kernel can I provide useful stuff for somebody to look at?

  Will my vinum config be useful for helping resolve this issue?

  Thanks very much,

-lewiz.

-- 
I was so much older then, I'm younger than that now.  --Bob Dylan, 1964.

-| msn:[EMAIL PROTECTED] | jab:[EMAIL PROTECTED] | url:http://lewiz.net |-


pgp0.pgp
Description: PGP signature


Re: Patching sshd in FreeBSD 4.7

2003-10-09 Thread Lowell Gilbert
Kevin G [EMAIL PROTECTED] writes:

 *** 5,11 
 
   #define SSH_VERSION (ssh_version_get())
   #define SSH_VERSION_BASEOpenSSH_3.4p1
 ! #define SSH_VERSION_ADDENDUMFreeBSD-20030917
 
   const char *ssh_version_get(void);
   void ssh_version_set_addendum(const char *add);
 --- 5,11 
 
   #define SSH_VERSION (ssh_version_get())
   #define SSH_VERSION_BASEOpenSSH_3.4p1
 ! #define SSH_VERSION_ADDENDUMFreeBSD-20030924
 
   const char *ssh_version_get(void);
   void ssh_version_set_addendum(const char *add);
 
   
 I've never had any problems patching before, I could use
 some help.

I can't see why the patch would fail, but it looks like you should be
able to easily make the change by hand (putting the later-dated string
in the file).  Or you could ignore it -- it doesn't really affect
anything.  
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 4.8-RELEASE-p13 -and- ntpd

2003-10-09 Thread Lowell Gilbert
nw1 [EMAIL PROTECTED] writes:

 Our ntpd host syncs with the external public servers, but our local clients, using 
 ntpdate
 to sync with the ntpd host (on the same sub-net), fails.  Using ntpdate from the same
 local clients to any external public time-server works without problems.
 
 The details are posted at: http://69.3.136.141/freebsd/ntpd/ntpd_issue-1.txt

I don't see anyting wrong there.

The next step is to see whether the packets are hitting the wire, and
whether responses get back.  You'll need to sniff the link.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


XFree86 and /dev/agpgart

2003-10-09 Thread Olga Zenkova
Hi!
Can't start XFree86 ver 4.3.0 on FreeBSD 4.6. Get
error: Unable to open /dev/agpgart (Device not
configured). What can I do? 

The file /dev/agpgart exists, on trying to open by
midc (F3) get the same Cannot open agpgart. Device
not configured.

Olga

__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Handling of multiple Pythons on the same system

2003-10-09 Thread Lowell Gilbert
Kirk Strauser [EMAIL PROTECTED] writes:

 How do you manage multiple versions of Python on the same machine?
 
 I'm running Zope on one of my servers and it requires Python 2.1 (and has
 known issues with later versions).  I want to install other applications
 that require Python 2.3.  I've installed the lang/python (2.3) and
 lang/python21 ports and everything is basically OK.
 
 Except, now, that I want to use the databases/py-psycopg port with both
 versions of Python.  Whenever I build the port, I get either:
 
 py21-psycopg-1.1.7
 
 or
 
 py23-psycopg-1.1.7
 
 depending on whether /usr/local/bin/python is a link to python2.1 or
 python2.3 at the port's build time.  Those packages are mutually exclusive;
 they both write some files to the same place, and write other files to
 version-specific paths.
 
 This is quickly becoming a hassle.  Is there a good workaround for this
 situation?

You should talk to the port maintainer about it.
The only suggestion I can think of is to set up a second port PREFIX
for the ports that depend on the older Python.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Cron

2003-10-09 Thread Scott Rothgaber
Good Morning!

I'm in the process of converting all of our servers from BSD/OS. One of 
the things that I've always done is to copy all of the jobs from 
`/etc/crontab' to root's crontab so that all of the system jobs are in 
one place. FreeBSD's cron doesn't seem to like this, however. I'm seeing 
a lot of not found errors. I tried adding...

PATH=/bin:/sbin:/usr/bin:/usr/sbin ; export PATH

...to the beginning of root's crontab but this does not work. Is there a 
central location at which I can specify a path? `/etc/login.conf' would 
be my first guess but the default path already contains the required 
directories.

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


ipf - sample rulesets

2003-10-09 Thread bsd
Hi all. 

Are there any good references and/or sample ipf rulesets that I could use to 
look-and-learn from. 

I am quite familiar with ipfw, but I'm struggling with converting my 
thinking on issues like the setup and established keywords of ipfw. 

Thanks in advance for any pointers. 

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


why does motherboard sound suck?

2003-10-09 Thread Ross Lippert

I just got new hardware and I installed 5.1 on it (not tht it matters,
because what I am asking about is observed in 4.X).

Why is it that so-called the built-in soundcard that my motherboard
comes with does work with everything?

By that I mean that I can play the usual multimedia stuff without
a hitch, xmms, mpg123, mplayer, artsd all work just fine.  The card comes
up as some AC97 under pcm.

But if I try to use some of the more esoteric ports like stella
or festival, I get no sound.  With festival I can do a trick like
filter the output through the command
 'sox -r 1600 -t sw $FILE -r 4800 -t ossdsp /dev/dsp'
because it provides hooks to do this, but I don't see why I have to
(btw the port can't build festival on 5.1 yet, but you can on 4.X,
and I am working on patching it for 5.1).

stella, the atari emulator, has the same trouble.

I have observed this on another motherboard with a so-called built-in
soundcard as well (mpg123 plays, sox plays, stella doesn't) about
2 years ago (problem solved by buying a SB16 for it).

The solution has, in the past, been to just keep using an old
soundblaster card and disabling motherboard sound in favor of the
SB card.  But I am tired of using up a PCI slot just to keep a
handful of my favorite ports running.

I've looked at the sources to festival (and a bit at stella, though
I do not understand them as well), specicially the voxware.cc file
which seems to talk directly to /dev/dsp.  It doesn't seem to do
anything fancy, just sets the same rate and copies an array of
sound bytes to a FILE*.

So I ask, where does the fault lie?  Is stella/festival soundblaster centric,
and just won't talk to AC97 cards?  Is my motherboard AC97 deficient?
And why are motherboard cards deficient?  Should I focus my energy
on my hardware (replace card)?  My OS (debug AC97 driver or find a sox-like
workaround for stella)? Or my apps (debug stella and festival)?

I'll bet there are other ports that I don't use that have this same
trouble.

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


Re: Logging users activity with termlog

2003-10-09 Thread Lowell Gilbert
Lukasz Wasikowski [EMAIL PROTECTED] writes:

 FreeBSD 4.9-RC. termlog 1.0.2-STABLE. I want to log users activity on my
 box.
 
 1. I'd like to run termlog -u UID as soon as user with UID log in. How
 should I do it?

I don't think there are any great answers there.  The easy hack is to
mess with login scripts, but that would be visible to the user (if
they checked).  For a fair amount of extra effort, you could hack it
into login(1) itself.

 2. I noticed that running screen program and then leaving it (quit, not
 detach) makes termlog to quit with:
 
 termlog: fatal: unable to poll device.: Bad file descriptor
 
 User is still logged in. The same quit reason is when user don't use
 screen and logout. What's wrong?

 3. -t switch should put timestamps in the output file but it doesn't.
 Files created with -t and without it are identical.

Those are problems specific to termlog; since I never heard of it
until now, I don't know much, but on the first I would guess that it's
not opening the real terminal line.

 Maybe there is a better way to log users activity?

Did you look at the watch(8) utility in the base system?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: fxp0, fxp1 falling into promiscuous mode ?

2003-10-09 Thread Lowell Gilbert
You're probably doing something to put the adapters into promiscuous
mode -- like running a packet sniffer.  If not, it's pretty weird...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: vtophys information.

2003-10-09 Thread Lowell Gilbert
rk47 [EMAIL PROTECTED] writes:

 Is there a simple example which uses the function vtophys.  Or a normal
 example which uses the vtophys function in a simple way.  This would be for
 driver development for FreeBSD 4.x. 

Luckily, you have the full source code for the system.  

Note, if relevant, that vtophys isn't the best way to handle a PCI
device because of portability concerns; see the architectural handbook
for details.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unable to install

2003-10-09 Thread Lowell Gilbert
Don't top-post, please.

 skisen [EMAIL PROTECTED] writes:
 
 
 I have FreeBSD 4.5 Feb 2002.
 
 I had 4GB quantum harddisk. I had Installed the above version of FreeBSD
 along with Windows2000 and Linux.
 I had no problems and all the three OS were running fine.
 
 Now I upgraded my system with 60GB seagate harddisk.
 I created 4 partitions of 20GB, 20GB,10GB,10GB.
 I installed windows2000 followed by Linux and FreeBSD.
 After Installation at each stage i Found Windows running fine, Linux
 also. Finally I found BSD installation was succesful. But migrating to
 BSD was not possible.
 
 Is there any way I can overcome this problem?
 
 
 Probably.  But we can't tell unless you tell us what the problem
 actually is.  What happens when you try to boot FreeBSD?


Sanjay [EMAIL PROTECTED] responded:

 Since BSD is residing in the 3rd partition, I typed F3 and nothing
 happens(blank), I'll have to reboot my system.

That doesn't sound like a successful install to me.  
Maybe you should try it again -- perhaps even with a more recent
release of FreeBSD (4.8 would be recommended, or 4.9 if you wait a few
more weeks).
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Hello!

2003-10-09 Thread JGrunberg

  Hello, my name is Erik and I have a great love for alternative OS's, and I 
just want to comment on FreeBSD 5.0 and how I like it so far. Ever since I got 
FreeBSD 4.4(sometime ago?!), I have had reccuring problems with some parts of 
the installation. As far as the main installation goes, that is working 
GREAT! But, with the KDE desktop and the X server, I cannot get a perfect 100% 
install of the x server. My current monitor is a Gateway 2000 Vivitron, I believe 
its a 17 inch monitor.. I inputed the correct Vertical and Horizontal 
frequencies as well as the correct video card I have, but for some reason X server 
does not provide a signature file for ATI RAGE FURY PRO 32 MB video card. What to 
do!??!? I donnot want to blow my monitor or card!! Also, I have a sound 
blaster 16 PCI card(PNP), and even 5.0 FreeBSD still reports it as UNKNOWN DEVICE.. 
What can I do to resolve these errors so that I can migrate 100% over to 
FreeBSD and abandon Winblowz by Microsoft??

A concerned FreeBSD user

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


make package with deps?

2003-10-09 Thread csalan
Hello,
Is it possible to make also the dependant packages when doing
a make package command.
Thanks all,
Cristian Salan



Webhosting de la 1.99 euro/luna!
Domenii .ro gratuit.
http://www.etp.ro/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: dial ppp problem

2003-10-09 Thread fbsd_user
Looks like you have coding error in your ppp.conf

Changeset ifaddr 0 0 127.2.2.2to

set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0

Do not use manual mode to start ppp, use this command
ppp -auto papchap


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Edwet
Sent: Thursday, October 09, 2003 1:09 AM
To: [EMAIL PROTECTED]
Subject: dial ppp problem

I'm a newbie I would like to for support to freebsd experts around
the world, about my ppp problem

I've got 2 computers:
1. Installed with freebsd 5.1 plus 1 external modem dynalink (33.6)
, IP address 192.168.0.1
2. Installed with windows XP, IP address 192.168.0.2

the network with this 2 computers doesn't have any problem since I
can ping both machines.

everytime I execute the ppp command from the freebsd the modem will
dial my ISP number however after dialling sequence and
authentication, I still can't get to the net (ping, traceroute or
whatever), I've been doing a lot of reseach in the net
(google.com/bsd ; freebsd.org ; defcon1.org ; freebsddiarries ; etc)
about my problem but probably I miss some important URLs if you guys
can enlighten me I would be grateful.

here's the log from the freebsd box

Log modem
---
Working in interactive mode
Using interface: tun0
ppp ON jester term
deflink: Entering terminal mode on /dev/cuaa0
Type `~?' for help
atdt92238000
CARRIER 31200

PROTOCOL: LAP-M

COMPRESSION: V.42BIS

CONNECT 38400


User Access Verification

login: 
Password:
Entering PPP mode.
Async interface address is unnumbered (FastEthernet0)
Your IP address is 202.74.163.135. MTU is 1500 bytes
Header compression is on.

ppp ON jester
PPp ON jester Warning: ff02:4::/32: Change route failed: errno:
Network is unreachable
PPP ON jester

This morning I've tried to dial again  i've got this error message
from ppp

PPP ON jester Oct 9 10:39:26 jester routed[229]: IP_ADD_MEMBERSHIP
ALLHOSTS: Can't assign requested address
Oct 9 10:39:26 jester routed[229]: setsopckopt(IP_ADD_MEMBERSHIP
RIP): Can't assign requested address
Oct 9 10:39:26 jester routed[229]: ignore RTM_CHANGE without mask

ppp ON jester  Oct 9 10:43:51 jester routed[229]: ignore RTM_CHANGE
without mask

ppp ON jester  Oct 9 10:43:51 jester routed[229]: interface tun0 to
202.74.164.5 turned off


ppp.log
-
Oct  8 17:11:53 jester ppp[577]: tun0: Command: /dev/ttyp0: term
Oct  8 17:11:53 jester ppp[577]: tun0: Phase: bundle: Establish
Oct  8 17:11:53 jester ppp[577]: tun0: Phase: deflink: closed -
opening
Oct  8 17:11:53 jester ppp[577]: tun0: Phase: deflink: Connected!
Oct  8 17:11:53 jester ppp[577]: tun0: Phase: deflink: opening -
carrier
Oct  8 17:11:54 jester ppp[577]: tun0: Phase: deflink: /dev/cuaa0
doesn't support CD
Oct  8 17:11:54 jester ppp[577]: tun0: Phase: deflink: carrier -
ready
Oct  8 17:12:36 jester ppp[577]: tun0: Phase: deflink: PPP packet
detected, coming up
Oct  8 17:12:36 jester ppp[577]: tun0: Phase: deflink: ready -
carrier
Oct  8 17:12:36 jester ppp[577]: tun0: Phase: deflink: carrier -
lcp
Oct  8 17:12:36 jester ppp[577]: tun0: LCP: FSM: Using deflink as
a transport
Oct  8 17:12:36 jester ppp[577]: tun0: LCP: deflink: State change
Initial -- Closed
Oct  8 17:12:36 jester ppp[577]: tun0: LCP: deflink: State change
Closed -- Stopped
Oct  8 17:12:37 jester ppp[577]: tun0: LCP: deflink: LayerStart
Oct  8 17:12:37 jester ppp[577]: tun0: LCP: deflink:
SendConfigReq(1) state = Stopped
Oct  8 17:12:37 jester ppp[577]: tun0: LCP:  ACFCOMP[2]
Oct  8 17:12:37 jester ppp[577]: tun0: LCP:  PROTOCOMP[2]
Oct  8 17:12:37 jester ppp[577]: tun0: LCP:  ACCMAP[6] 0x
Oct  8 17:12:37 jester ppp[577]: tun0: LCP:  MRU[4] 1500
Oct  8 17:12:37 jester ppp[577]: tun0: LCP:  MAGICNUM[6] 0xbf3a62ae
Oct  8 17:12:37 jester ppp[577]: tun0: LCP: deflink: State change
Stopped -- Req-Sent
Oct  8 17:12:38 jester ppp[577]: tun0: LCP: deflink:
RecvConfigAck(1) state = Req-Sent
Oct  8 17:12:38 jester ppp[577]: tun0: LCP:  ACFCOMP[2]
Oct  8 17:12:38 jester ppp[577]: tun0: LCP:  PROTOCOMP[2]
Oct  8 17:12:38 jester ppp[577]: tun0: LCP:  ACCMAP[6] 0x
Oct  8 17:12:38 jester ppp[577]: tun0: LCP:  MRU[4] 1500
Oct  8 17:12:38 jester ppp[577]: tun0: LCP:  MAGICNUM[6] 0xbf3a62ae
Oct  8 17:12:38 jester ppp[577]: tun0: LCP: deflink: State change
Req-Sent -- Ack-Rcvd
Oct  8 17:12:38 jester ppp[577]: tun0: LCP: deflink:
RecvConfigReq(118) state = Ack-Rcvd
Oct  8 17:12:38 jester ppp[577]: tun0: LCP:  ACCMAP[6] 0x000a
Oct  8 17:12:38 jester ppp[577]: tun0: LCP:  MAGICNUM[6] 0xc81b4317
Oct  8 17:12:38 jester ppp[577]: tun0: LCP:  PROTOCOMP[2]
Oct  8 17:12:38 jester ppp[577]: tun0: LCP:  ACFCOMP[2]
Oct  8 17:12:38 jester ppp[577]: tun0: LCP: deflink:
SendConfigAck(118) state = Ack-Rcvd
Oct  8 17:12:38 jester ppp[577]: tun0: LCP:  ACCMAP[6] 0x000a
Oct  8 17:12:38 jester ppp[577]: tun0: LCP:  MAGICNUM[6] 0xc81b4317
Oct  8 17:12:38 jester ppp[577]: tun0: LCP:  PROTOCOMP[2]
Oct  8 17:12:38 jester ppp[577]: tun0: LCP:  

Re: the question

2003-10-09 Thread Lowell Gilbert
reiser [EMAIL PROTECTED] writes:

 I trying to install version 5.1 on my machine, wich is MSI mother of
 2002, GeForce-4, AMD AthlonXP,
 HDD IBM Deskstar-60Gb, RAM 256 DDR, CDROM Samsung, CDRW Yamaha F1
 and after when system starts to copying files on a hard drive,-every
 time the same  trouble,
  in 70% system says: kernel panic: the buffer is allready inserted
 giving up after ..
 you can reboot your system..
 I tried install the system from CDROM, Network, floppy-the same result.
 I tried to install that on different hard drive,-but did not succeed:
 the same message appear after 70% of files have been copying on the HD.
 Will appriciate any help, thx an advance,-Dmitry

Did you try the same thing with a production release, like 4.8?
If you need 5.x for some reason, you may need to get help from the
freebsd-current mailing list.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


[FAQ pointer] Re: Cron

2003-10-09 Thread Lowell Gilbert
Scott Rothgaber [EMAIL PROTECTED] writes:

 I'm in the process of converting all of our servers from BSD/OS. One
 of the things that I've always done is to copy all of the jobs from
 `/etc/crontab' to root's crontab so that all of the system jobs are in
 one place.

A simple copy won't work; the files have different formats.

FAQ entry:
Why do I keep getting messages like ``root: not found'' after editing
 my crontab file? 
 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#ROOT-NOT-FOUND-CRON-ERRORS
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Unusual logcheck entry

2003-10-09 Thread Ceri Davies
On Thu, Oct 09, 2003 at 07:16:45AM -0500, Charles Howse wrote:
  On Thu, Oct 09, 2003 at 05:43:31AM -0500, Charles Howse wrote:
   The following appeared in /var/log/messages in my daily 
  logcheck report:
   
   Oct  8 20:38:47 curly rpc.statd: invalid hostname to sm_stat:
   
  ^X???^X???^Z???^Z???%8x%8x%8x%8x%8x%8x%8x%8x%8x%62716x%hn%5185
  9x%hnM-^PM

snip

   At that time, I was sitting on the couch watching the Cubs play the
   Marlins.
   Any idea what this means?
  
  This is an attempt to exploit an old Linux rpc.statd
  vulnerability..see the mailing list archives for extensive discussion
  a few years ago.
 
 OK, I got some good info from the archives.
 I realize this is a harmless attack if running FBSD.
 I also realize that I shouldn't be running rpc on an interface facing
 the internet.
 For various reasons, this server is outside my hardware firewall, and
 I'm not interested in configuring a software firewall.
 Correct me if I'm wrong, but it looks to me like rpc.statd is related
 (at least) to NFS.
 I've placed the line nfs_server_flags=-h 192.168.254.2 in my
 /etc/rc.conf, and rebooted.
 I've also edited /etc/ssh/sshd_config, and told it to listen only on
 192.168.254.2, and not allow root logins.
 Am I now protected from this attack? (note rpc.stat lines below)

You were anyway; this never affected FreeBSD.

However, I'd also add portmap_flags=-h 192.168.254.2 to your rc.conf
if I were you.  I'd also reconsider the decision not to run a firewall.

Ceri
-- 


pgp0.pgp
Description: PGP signature


Re: make package with deps?

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

 Is it possible to make also the dependant packages when doing
 a make package command.

make package-recursive

(as Kris Kennaway has already posted here several times this week)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: ipf - sample rulesets

2003-10-09 Thread fbsd_user
I stopped using IPFW because my keep-state rules would not work on
cable internet connection. I have found that IPFILTER is much easier
to use. Here is my rules file for you to use as sample.

#
# Outside Interface to Public internet  (Outbound Section)
# Interrogate packets originating from behind the firewall, private
net.
# destine for the public internet.
#

# Allow out access to my ISP's Domain name server.
@100 pass out quick on rl0 proto tcp from any to 24.50.201.66 port =
53 flags S keep state
@101 pass out quick on rl0 proto udp from any to 24.50.201.66 port =
53 keep state
@102 pass out quick on rl0 proto tcp from any to 24.50.201.67 port =
53 flags S keep state
@103 pass out quick on rl0 proto udp from any to 24.50.201.67 port =
53 keep state
@104 pass out quick on rl0 proto tcp from any to 24.50.201.69 port =
53 flags S keep state
@105 pass out quick on rl0 proto udp from any to 24.50.201.69 port =
53 keep state

# Allow out access to my ISP's DHCP server.
@106 pass out quick on rl0 proto udp from any to 24.50.201.66 port =
67 keep state

# Allow out non-secure standard www function
@110 pass out quick on rl0 proto tcp from any to any port = 80 flags
S keep state

# Allow out secure www function https over TLS SSL
@115 pass out quick on rl0 proto tcp from any to any port = 443
flags S keep state

# Allow out send  get email function
@130 pass out quick on rl0 proto tcp from any to any port = 110
flags S keep state
@131 pass out quick on rl0 proto tcp from any to any port = 25 flags
S keep state

# Allow out Time
@140 pass out quick on rl0 proto tcp from any to any port = 37 keep
state

# Allow out nntp news
[EMAIL PROTECTED] pass out quick on rl0 proto tcp from any to any port = 119
@150 pass out quick on rl0 proto tcp from any to any port = 119
flags S keep state

# Allow out passive FTP for LAN PC FTP to public Internet
@160 pass out quick on rl0 proto tcp from any to any port = 21 flags
S keep state
@161 pass out quick on rl0 proto tcp from any to any port  1023
flags S keep state

# Allow out ping to public Internet
@170 pass out quick on rl0 proto icmp from any to any icmp-type 8
keep state

# Allow out whois for LAN PC to public Internet
@172 pass out quick on rl0 proto tcp from any to any port = 43 flags
S keep state

# Allow out traceroute to public Internet
#pass out quick on rl0 proto udp from any to any port 33434  
33690 keep state

# Deny Everything else trying to get out.
@199 block out log quick on rl0 all


#
# Outside Interface to Public internet  (Inbound Section)
# Interrogate packets originating from public internet
# destine for my private net.
#

# Allow traffic in from ISP's DHCP server.
@300 pass in quick on rl0 proto udp from 24.50.201.66 to any port =
68 keep state
.201.66 to any port = 68 keep state

# Deny all Adelphia broadcast junk stuff so it does not show in log
@310 block in quick on rl0 proto udp from any to 255.255.255.255
@311 block in quick on rl0 proto tcp/udp from 0.0.0.0 to any
@312 block in quick on rl0 proto igmp from any to any

# Allow in non-secure standard www function
@320 pass in quick on rl0 proto tcp from 63.70.155.0/24 to any port
= 80 flags S keep state

# Allow in Telnet
@330 pass in quick on rl0 proto tcp from 63.70.155.0/24 to any port
= 23 flags S keep state

# Allow in ping from public Internet
@340 pass in quick on rl0 proto icmp from 63.70.155.0/24 to any
icmp-type 8 keep state

# Deny ping so it does not show in log
@350 block in quick on rl0 proto icmp all

# Deny ident so it does not show in log
@351 block in quick on rl0 proto tcp from any to any port = 113

# Block and log all remaining traffic coming into the firewall
@399 block in log quick on rl0 all


#
# Block and log all remaining traffic coming into the firewall
# - Block TCP with a RST (to make it appear as if the service
# isn't listening)
# - Block UDP with an ICMP Port Unreachable (to make it appear
# as if the service isn't listening)
# - Block all remaining traffic the good 'ol fashioned way
#
#block return-rst in log quick on rl0 proto tcp from any to any
#block return-icmp-as-dest(port-unr) in log quick on rl0 proto udp
from any to any
#block in log quick on rl0 all

#
# Inside Interface
#

#
# Allow out all TCP, UDP, and ICMP traffic  keep state
#
@500 pass out quick on xl0 proto tcp from any to any
@501 pass out quick on xl0 proto udp 

Ckermit, Minicom, and even Windows Dial Up won't work..

2003-10-09 Thread Peter Elsner
Hi again,

As some of you may recall, I have been having trouble connecting with Kermit
installed from ports (/usr/ports/comms/kermit).
I dial from my FreeBSD 4.8-STABLE box to a SCO Unix 5.0.5 box.
The connection is made, but I never get a login prompt.
So I decided to try Minicom (also from the ports)...

I get the same results, connection is made, but I get no
login prompts.
Then I tried a dial up program from Windows,
Pro Com is what I think it was called...
Same result... It's connecting, but I get no login prompt

I even tried several of my customers who are running SCO
and all of them are producing the same result.
Now, this just started happening with a move to a new server,
about 2 weeks ago.
Before then, I was able to dial into all of my customers sites
without any problems...
Can anyone shed some light onto why this is happening only
after I moved to a server with newer hardware?   The hardware is
identical to the old box, just newer...   I made sure of that...
Peter

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


Wine on FreeBSD 4.x

2003-10-09 Thread Ronnie Clark
Hello all, 

I seem to have gotten myself into a pi$$ing match here
at work. Everyone here runs RH 8 or 9. I am running
FreeBSD 4.x STABLE. They can all download and run
Crossover Office, which is frintend for Wine and
allows them to run M$ Office on their systems, meaning
they can dump their Windows workstations and use
Linux. 

I said that I could do the same on FreeBSD. Crossover
office does not run on FreeBSD. (shame on them) So I
loaded Wine from ports. I can now run notepad,
progman, and wcmd (command prompt). But when I try and
load Office 2000, I get the followin error:

wine /cdrom/SETUPOUT.EXE
Could not stat /mnt/fd0 (No such file or directory),
ignoring drive A:
fixme:msi:MsiQueryProductStateA
{00160409-78E1-11D2-B60F-006097C998E7}
fixme:process:CreateProcessA
(C:\WINDOWS\SYSTEM\msiexec.exe,...):
NORMAL_PRIORITY_CLASS ignored
Could not stat /mnt/fd0 (No such file or directory),
ignoring drive A:
fixme:msi:MsiEnableLogA 0516 E:\\Outlook 2000
Setup (0004)_MsiExec.txt 0
fixme:msi:MsiSetInternalUI 0005 0x0
fixme:msi:MsiInstallProductW LD:\\data1Out.msi L 
Call not implemented

Is there someone out there who is running Wine on
FreeBSD that could help? 

Thanks,
Ron Clark


__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Ckermit, Minicom, and even Windows Dial Up won't work..

2003-10-09 Thread fbsd_user
Your new SCO Unix server has a problem. Concentrate your efforts on
that box.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Peter
Elsner
Sent: Thursday, October 09, 2003 9:40 AM
To: [EMAIL PROTECTED]
Subject: Ckermit, Minicom, and even Windows Dial Up won't work..

Hi again,

As some of you may recall, I have been having trouble connecting
with Kermit
installed from ports (/usr/ports/comms/kermit).

I dial from my FreeBSD 4.8-STABLE box to a SCO Unix 5.0.5 box.
The connection is made, but I never get a login prompt.

So I decided to try Minicom (also from the ports)...

I get the same results, connection is made, but I get no
login prompts.

Then I tried a dial up program from Windows,
Pro Com is what I think it was called...

Same result... It's connecting, but I get no login prompt

I even tried several of my customers who are running SCO
and all of them are producing the same result.

Now, this just started happening with a move to a new server,
about 2 weeks ago.

Before then, I was able to dial into all of my customers sites
without any problems...

Can anyone shed some light onto why this is happening only
after I moved to a server with newer hardware?   The hardware is
identical to the old box, just newer...   I made sure of that...

Peter

___
[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: vtophys information.

2003-10-09 Thread rk47
Lowell Gilbert wrote:

 rk47 [EMAIL PROTECTED] writes:
 
 Is there a simple example which uses the function vtophys.  Or a normal
 example which uses the vtophys function in a simple way.  This would be
 for driver development for FreeBSD 4.x.
 
 Luckily, you have the full source code for the system.

I think I'll wait till I have a more specific question?  :)

 
 Note, if relevant, that vtophys isn't the best way to handle a PCI
 device because of portability concerns; see the architectural handbook
 for details.
Are you referring to the part in 15.2.3 that says,

This section is obsolete, and present only for historical reasons. The
proper methods for dealing with these issues is to use the bus_space_dma*()
functions instead. This paragraph can be removed when this section is
updated to reflect that usage. However, at the moment, the API is in a bit
of flux, so once that settles down, it would be good to update this section
to reflect that.

,or am I lost? Because I'm struggling  to find info on bus_space_dma*, and
also struggling to find source code using bus_space_dma* on base 4.x.

Thanx

 ___
 [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: make package with deps?

2003-10-09 Thread Alexander Haderer
At 09:35 09.10.2003 -0400, Lowell Gilbert wrote:
[EMAIL PROTECTED] writes:

 Is it possible to make also the dependant packages when doing
 a make package command.
make package-recursive

(as Kris Kennaway has already posted here several times this week)

I think this is because 4.8R (and older?) neither have this 
package-recursive target nor it is mentioned in the docs (4.8R 
handbook/faq/porters handbook).

Should I write a PR to add this topic into the faq?

Alexander

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


Re: [FAQ pointer] Re: Cron

2003-10-09 Thread Scott Rothgaber
Lowell Gilbert wrote:

A simple copy won't work; the files have different formats.
Understood. The format of the tab is fine. When the command runs, 
however, there is a path problem because the job will generate errors 
like chkgrp: not found.

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


RE: Ckermit, Minicom, and even Windows Dial Up won't work..

2003-10-09 Thread Peter Elsner
I disagree...

There are 12 SCO Unix servers at 12 of my customers sites, and they haven't 
been
modified in years...   All 12 of them can't be having the same problem

The only change was made to my FreeBSD server, when I updated hardware...

Peter

At 09:57 AM 10/9/2003 -0400, you wrote:

Your new SCO Unix server has a problem. Concentrate your efforts on
that box.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Peter
Elsner
Sent: Thursday, October 09, 2003 9:40 AM
To: [EMAIL PROTECTED]
Subject: Ckermit, Minicom, and even Windows Dial Up won't work..
Hi again,

As some of you may recall, I have been having trouble connecting
with Kermit
installed from ports (/usr/ports/comms/kermit).
I dial from my FreeBSD 4.8-STABLE box to a SCO Unix 5.0.5 box.
The connection is made, but I never get a login prompt.
So I decided to try Minicom (also from the ports)...

I get the same results, connection is made, but I get no
login prompts.
Then I tried a dial up program from Windows,
Pro Com is what I think it was called...
Same result... It's connecting, but I get no login prompt

I even tried several of my customers who are running SCO
and all of them are producing the same result.
Now, this just started happening with a move to a new server,
about 2 weeks ago.
Before then, I was able to dial into all of my customers sites
without any problems...
Can anyone shed some light onto why this is happening only
after I moved to a server with newer hardware?   The hardware is
identical to the old box, just newer...   I made sure of that...
Peter

___
[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]


---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.524 / Virus Database: 321 - Release Date: 10/6/2003

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


RE: Unusual logcheck entry

2003-10-09 Thread Charles Howse
  Am I now protected from this attack? (note rpc.stat lines below)
 
 You were anyway; this never affected FreeBSD.

Sorry, I mis-spoke.  What I should have said is, Am I now protected
from rpc attacks?

 However, I'd also add portmap_flags=-h 192.168.254.2 to your rc.conf

Done.  :-)

 if I were you.  I'd also reconsider the decision not to run a 
 firewall.

I may move that machine inside the hardware firewall.
The reason it's outside concerns the ftp server and PASV. 


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


Re: Hello!

2003-10-09 Thread Jud
On Wed, 8 Oct 2003 21:40:27 EDT, [EMAIL PROTECTED] wrote:
[snip]
Sorry, I can't tell you a solution for your video card problem - you might 
try the text mode configuration and see if one of the generic or generic 
ATI cards matches closely enough.

Also, I have a sound
blaster 16 PCI card(PNP), and even 5.0 FreeBSD still reports it as 
UNKNOWN DEVICE..
Add device pcm (no quotes) to your kernel, recompile, and reboot.

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


Re: floppy

2003-10-09 Thread Jamie


   You've mixed up your input and output files when you run dd. This is
what it should be:

dd if=/dev/null of=/dev/fd0


  You had them swapped, so you were reading the floppy and writing to
/dev/null.


   - Jamie




On Thu, 9 Oct 2003, [iso-8859-1] Florin Betivoiu wrote:


 Hello.
 I am trying to mount a floppy. Don't know what is it that I do wrong,
  cause it doens't work... I have asked for help before, even here, but the
  problem still is not solved :( .

 I am using FreeBSD 5.1-RELEASE. The same happend with 5.0-RELEASE, but with FreeBSD 
 4.8-RELEASE, floppy worked ok.

 This is my uname:
 FreeBSD pony 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Wed Sep 24 21:40:11 EEST 2003 
 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/PONY i386

 This is what I can see in dmesg:
 fdc0: Enhanced floppy controller (i82077, NE72065 or clone) port 0x3f7,0x3f0-0x3f5 
 irq 6 drq 2 on acpi0
 fdc0: FIFO enabled, 8 bytes threshold
 fd0: 1440-KB 3.5 drive on fdc0 drive 0

 This is what mount says:
 [EMAIL PROTECTED] mount -t msdosfs /dev/fd0 /mnt/
 msdosfs: /dev/fd0: Input/output error

 The first time I asked for help, someone suggested I should do this with
 dd. I must say that if I reboot to Linux, floppy works ok:
 [EMAIL PROTECTED] dd if=/dev/fd0 of=/dev/null

 And this is what hapend:
 dd: /dev/fd0: Input/output error

 Thanks in advance for any suggestions.



 -
 Want to chat instantly with your online friends? Get the FREE Yahoo!Messenger
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


A friend is someone who lets you have total freedom to be yourself.

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


Re: procmail, forward, and postfix

2003-10-09 Thread Timothy Luoma
On Wed, 08 Oct 2003 22:16:42 -0700, David Bear [EMAIL PROTECTED] wrote:

I don't understand a thing it does.. but I put it in my home directory
anyway and called it .forward.
It appears the procmail is no 'firing' when message come.  Looking for
any pointers?  been through to procmail faq sites and thought there
might be a recommendation here.
Do you have a ~/.procmailrc file?  If so, what is it?


contents of .forward
|IFS=' '  p=/usr/local/bin/procmail  test -f $p  exec $p -Yf-
|| exit 75 #Metropolis
'Metropolis' is the name of the account.  Any pointers?
Is procmail installed at /usr/local/bin/procmail?  (Sorry had to ask)

If so, then you need a .procmailrc file.

It can be as simple as this:

# Edit as appropriate
PATH=/usr/local/bin:/sbin:/bin
SHELL=/bin/sh
# DIRECTORY where you want to store mail
# MAKE SURE IT EXISTS
MAILDIR=$HOME/mail
LOGFILE=$HOME/.procmail.log
VERBOSE=yes # Change to 'no' once you have it working
LOGABSTRACT=all
:0c:
Backups
# EOF

All that will do is make a backup COPY (hence the :0c:) of all your 
incoming mail.  It's an easy way to test to make sure procmail is 
working... that, and see if there is anything in the log file.

TjL

ps - nothing really FBSD-specific here, so you might want to checkout the 
super-handy procmail list: http://www.procmail.org/era/lists.html

--
FBSD 4.9 on a Dell Inspiron 7500 laptop
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


openoffice

2003-10-09 Thread Aaron Sloan
Hello gang,

I'm trying to build openoffice or openoffice-devel from ports.
CVS, portupgrade etc...completed.  says there is a checksum mismatch with the OO 
source and stop
4.8 stable.  It has been broken for about a week and a half.
Am I correct in saying the 2 ports are broken because of the checksum problem?  I'm 
not really interested in using NO_CHECKSUM=YES
I also removed /usr/ports/editors/openoffice and openoffice-devel  and ran CVS again 
with the same results.
Was my troubleshooting ok?

Tanks peeps!

Aaron Sloan
MIS
Northwest Iowa Alcoholism and Drug Treatment Unit, Inc.
Spencer, Ia.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


'lo again - downloading 5.0 i-386

2003-10-09 Thread wfblabbett
hello all at FreeBSD,

 i'm currently downloading
release 5.0, disc1.iso (i-386)
despite what i was told about
it not having javascript compatiblity
as i'm not that bothered about javascript (and i don't know for sure
that it doesn't support it).

 Anyway, i hope i can get it to work.
I chose the i-386 dist because i thought
that's the one i need but i'm not entirely
sure... what does i-386 mmean
exactly??
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: floppy

2003-10-09 Thread Jamie
On Thu, 9 Oct 2003, [iso-8859-1] Florin Betivoiu wrote:


 Hello.
 I am trying to mount a floppy. Don't know what is it that I do wrong,
  cause it doens't work... I have asked for help before, even here, but the
  problem still is not solved :( .

 I am using FreeBSD 5.1-RELEASE. The same happend with 5.0-RELEASE, but with FreeBSD 
 4.8-RELEASE, floppy worked ok.

 This is my uname:
 FreeBSD pony 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Wed Sep 24 21:40:11 EEST 2003 
 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/PONY i386

 This is what I can see in dmesg:
 fdc0: Enhanced floppy controller (i82077, NE72065 or clone) port 0x3f7,0x3f0-0x3f5 
 irq 6 drq 2 on acpi0
 fdc0: FIFO enabled, 8 bytes threshold
 fd0: 1440-KB 3.5 drive on fdc0 drive 0

 This is what mount says:
 [EMAIL PROTECTED] mount -t msdosfs /dev/fd0 /mnt/
 msdosfs: /dev/fd0: Input/output error

 The first time I asked for help, someone suggested I should do this with
 dd. I must say that if I reboot to Linux, floppy works ok:
 [EMAIL PROTECTED] dd if=/dev/fd0 of=/dev/null

 And this is what hapend:
 dd: /dev/fd0: Input/output error


  Sorry Florin, I think I made a mistake in my original reply. You might
want to try this instead:

  dd if=/dev/zero of=/dev/fd0 bs=1024

  Then you need to create a filesystem on the disk:

  mkfs -t ext2 /dev/fd0

  Then you can try mounting it:

  mount -t ext2 /dev/fd0 /mnt/floppy



- Jamie




 Thanks in advance for any suggestions.



 -
 Want to chat instantly with your online friends? Get the FREE Yahoo!Messenger
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


A friend is someone who lets you have total freedom to be yourself.

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


Re: [FAQ pointer] Re: Cron

2003-10-09 Thread Kevin D. Kinsey, DaleCo, S.P.
Scott Rothgaber wrote:

Lowell Gilbert wrote:

A simple copy won't work; the files have different formats.


Understood. The format of the tab is fine. When the command runs, 
however, there is a path problem because the job will generate errors 
like chkgrp: not found. 
Cron has a very limited environment, as you've discovered.

Give it the full path to the executable (/usr/bin/checkgrp), it'll be 
happier.

HTH,

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


fetchmail strangeness

2003-10-09 Thread Malcolm Kay
I'm using fetchmail to retrieve email from my isp, and getting the 
following message in /var/log/maillog repeated at about the fetchmail 
polling rate:

Oct  9 00:00:01 beta sm-mta[5995]: h98EU11h005995: Syntax error in mailbox address 
[EMAIL PROTECTED] (non-printable character)
Oct  9 00:00:01 beta sm-mta[5995]: h98EU11h005995: from=[EMAIL PROTECTED], size=0, 
class=0, nrcpts=0, proto=SMTP, daemon=MTA, relay=localhost.home [127.0.0.1]

I haven't been able to find the source of the reference:
[EMAIL PROTECTED]

% cat .fetchmailrc  -
# Configuration created Mon Feb 17 00:14:20 2003 by fetchmailconf
set postmaster malcolm
set bouncemail
set no spambounce
set properties 
poll mail.internode.on.net with proto POP3
   user 'malcolm.kay' there with password 'xxx'

Can anyone please explain what is happening, or bettter still,
how to fix it.

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


Re: floppy

2003-10-09 Thread Kevin D. Kinsey, DaleCo, S.P.
Jamie wrote:

On Thu, 9 Oct 2003, [iso-8859-1] Florin Betivoiu wrote:

 

Hello.
I am trying to mount a floppy. Don't know what is it that I do wrong,
cause it doens't work... I have asked for help before, even here, but the
problem still is not solved :( .
I am using FreeBSD 5.1-RELEASE. The same happend with 5.0-RELEASE, but with FreeBSD 4.8-RELEASE, floppy worked ok.

This is my uname:
FreeBSD pony 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Wed Sep 24 21:40:11 EEST 2003 [EMAIL 
PROTECTED]:/usr/src/sys/i386/compile/PONY i386
This is what I can see in dmesg:
fdc0: Enhanced floppy controller (i82077, NE72065 or clone) port 0x3f7,0x3f0-0x3f5 
irq 6 drq 2 on acpi0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
This is what mount says:
[EMAIL PROTECTED] mount -t msdosfs /dev/fd0 /mnt/
msdosfs: /dev/fd0: Input/output error
The command is mount_msdosfs.

$mount_msdosfs /dev/fd0 /mnt

HTH,

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


ipfw using

2003-10-09 Thread traore

Pls 
Let me know how use ipfw with adress MAC bloking syntaxe.


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


Re: 'lo again - downloading 5.0 i-386

2003-10-09 Thread Jud
On Thu, 9 Oct 2003 15:48:09 +0100, wfblabbett [EMAIL PROTECTED] 
wrote:

hello all at FreeBSD,

 i'm currently downloading
release 5.0, disc1.iso (i-386)
despite what i was told about
it not having javascript compatiblity
as i'm not that bothered about javascript (and i don't know for sure
that it doesn't support it).
That's Java, which is entirely different than javascript.  You can install 
Java as a port in 5.x, but not as a package.  In FreeBSD 4.x, you can 
install Java from either a port or a package.  If you don't know the 
difference between ports and packages, don't worry about it.

 Anyway, i hope i can get it to work.
I chose the i-386 dist because i thought
that's the one i need but i'm not entirely
sure... what does i-386 mmean
exactly??
i386 means PC CPU architecture, as distinct from PowerPC (Mac), Sparc 
(Sun), Alpha (DEC), or others.  (IOW, Intel x86 or compatible, such as AMD 
or Cyrix.)

It's recommended for various good reasons that folks new to the OS start 
with 4.x rather than 5.x.

There is excellent documentation available at the FreeBSD web site 
(particularly the online Handbook) and elsewhere, which is very helpful to 
read prior to installation.

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


Re: Ckermit, Minicom, and even Windows Dial Up won't work..

2003-10-09 Thread Ruben de Groot
On Thu, Oct 09, 2003 at 09:10:02AM -0500, Peter Elsner typed:
 I disagree...
 
 There are 12 SCO Unix servers at 12 of my customers sites, and they haven't 
 been
 modified in years...   All 12 of them can't be having the same problem
 
 The only change was made to my FreeBSD server, when I updated hardware...
 
You did say you got the same result (no login prompt) from a windows box.
Please clarify: is this windows running on the same new hardware 
(dualbooting) ?

Have you ruled out cabling, modems etc. ?

Ruben

 Peter
 
 
 At 09:57 AM 10/9/2003 -0400, you wrote:
 
 Your new SCO Unix server has a problem. Concentrate your efforts on
 that box.
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Peter
 Elsner
 Sent: Thursday, October 09, 2003 9:40 AM
 To: [EMAIL PROTECTED]
 Subject: Ckermit, Minicom, and even Windows Dial Up won't work..
 
 Hi again,
 
 As some of you may recall, I have been having trouble connecting
 with Kermit
 installed from ports (/usr/ports/comms/kermit).
 
 I dial from my FreeBSD 4.8-STABLE box to a SCO Unix 5.0.5 box.
 The connection is made, but I never get a login prompt.
 
 So I decided to try Minicom (also from the ports)...
 
 I get the same results, connection is made, but I get no
 login prompts.
 
 Then I tried a dial up program from Windows,
 Pro Com is what I think it was called...
 
 Same result... It's connecting, but I get no login prompt
 
 I even tried several of my customers who are running SCO
 and all of them are producing the same result.
 
 Now, this just started happening with a move to a new server,
 about 2 weeks ago.
 
 Before then, I was able to dial into all of my customers sites
 without any problems...
 
 Can anyone shed some light onto why this is happening only
 after I moved to a server with newer hardware?   The hardware is
 identical to the old box, just newer...   I made sure of that...
 
 Peter
 
 ___
 [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]
 
 
 
 ---
 Incoming mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.524 / Virus Database: 321 - Release Date: 10/6/2003

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

 ___
 [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]


from dmitry

2003-10-09 Thread Sigizmund
Hi! No, I did not tried this on 4.x, I have did that on 5.0 and 5.1: both of them the 
same 
message: kernel panic, vm_page already inserted, buffers remaining, giving up on 386 
buffers 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ipfw using

2003-10-09 Thread Michael L. Hostbaek
[EMAIL PROTECTED] (traore) writes:
 
 Pls 
 Let me know how use ipfw with adress MAC bloking syntaxe.
 

from 'man ipfw' :
{ MAC | mac } dst-mac src-mac

Match packets with a given dst-mac and src-mac addresses,
specified as the any keyword (matching any MAC address), or six
groups of hex digits separated by colons, and optionally followed
by a mask indicating how many bits are significant, as in

   MAC 10:20:30:40:50:60/33 any

Note that the order of MAC addresses (destination first,
source second) is the same as on the wire, but the opposite of the
one used for IP addresses.

/mich


-- 
Best Regards,
Michael L. Hostbaek 
[EMAIL PROTECTED] - http://www.FreeBSD.org

*/ PGP-key available upon request /*


pgp0.pgp
Description: PGP signature


RE: problem with aue card

2003-10-09 Thread Andrew White
Works fine for me on 5.1, although the LED's don't function

Make sure aue and mii are compiled in the kernel.

.Andrew

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alexey
Koptsevich
Sent: 09 October 2003 08:23
To: [EMAIL PROTECTED]
Subject: problem with aue card


Hi,

I have a problem with the network card Linksys USB100TX. The hardware
itself is known to be working, but not under FreeBSD. 

Here is dmesg:

Oct  8 21:10:39 pyosik kernel: aue0: LINKSYS Inc. LINKSYS USB Adapter,
rev 1.10/1.01, addr 2
Oct  8 21:10:40 pyosik kernel: aue0: Ethernet address: 00:e0:98:82:f3:e6
Oct  8 21:10:40 pyosik kernel: miibus1: MII bus on aue0
Oct  8 21:10:40 pyosik kernel: bmtphy0: BCM5201 10/100baseTX PHY on
miibus1
Oct  8 21:10:40 pyosik kernel: bmtphy0:  10baseT, 10baseT-FDX,
100baseTX, 100baseTX-FDX, auto

After loading if_ep the interface appears in the output of ifconfig, but
 Oct  8 21:18:17 pyosik kernel: aue0: MII read timed out

When I then try 'dhclient aue0', I get thousands of messages
 aue0: usb error on rx: IOERROR

Any piece of advice how to make this card work would be appreciated.

Thanks,
Alex


___
[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]


Screen size

2003-10-09 Thread Talbot


Greetings
I recently installed FreeBSD 4.5 with desk top KDE using a CD that came with the book, 
FreeBSD Unleashed, by Michael Urban and Brian Tiemann.  Everything seemed to go fine 
until I execute startx.  The desktop environment on my screen seems to be at least 
four times as big as it should be, displaying only the top left portion of the 
desktop. 

The strange part of this problem is that the install program displays all of the 
display option screens in the correct size and font.

Any advice to get me going will be appreciated.

C. W. Talbot
[EMAIL PROTECTED]


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


screen font size

2003-10-09 Thread C. W. Talbot


Greetings
I recently installed FreeBSD 4.5 with desk top KDE using a CD that came with 
the book, FreeBSD Unleashed, by Michael Urban and Brian Tiemann.  Everything 
seemed to go fine until I execute startx.  The desktop environment on my 
screen seems to be at least four times as big as it should be, displaying 
only the top left portion of the desktop.

The strange part of this problem is that the install program displays all of 
the display option screens in the correct size and font.

Any advice to get me going will be appreciated.

C. W. Talbot
[EMAIL PROTECTED]
_
Instant message in style with MSN Messenger 6.0. Download it now FREE!  
http://msnmessenger-download.com

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


Re: fetchmail strangeness

2003-10-09 Thread Louis LeBlanc
On 10/10/03 12:23 AM, Malcolm Kay sat at the `puter and typed:
 I'm using fetchmail to retrieve email from my isp, and getting the 
 following message in /var/log/maillog repeated at about the fetchmail 
 polling rate:
 
 Oct  9 00:00:01 beta sm-mta[5995]: h98EU11h005995: Syntax error in mailbox address 
 [EMAIL PROTECTED] (non-printable character)
 Oct  9 00:00:01 beta sm-mta[5995]: h98EU11h005995: from=[EMAIL PROTECTED], size=0, 
 class=0, nrcpts=0, proto=SMTP, daemon=MTA, relay=localhost.home [127.0.0.1]
 
 I haven't been able to find the source of the reference:
 [EMAIL PROTECTED]

I'll bet it has to do with the return address of a spam message that
was sent you.  I've seen fetchmail refuse to fetch a number of
messages because the return address would not resolve, but it seems
you've got one with an unprintable character in the address.

When this happens, I usually break down and connect with Netscape to
delete the message.  I've never gotten around to figuring out how to
tell fetchmail to just shut up and flush the message, whether it
fetches it or not.

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

Solutions are obvious if one only has the optical power to observe them
over the horizon.
-- K.A. Arsdall
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ipfw using

2003-10-09 Thread Lowell Gilbert
Michael L. Hostbaek [EMAIL PROTECTED] writes:

 [EMAIL PROTECTED] (traore) writes:

 from 'man ipfw' :
 { MAC | mac } dst-mac src-mac

But note that this is only available in ipfw2, which is not the
default in FreeBSD 4.x.  The same manual page describes how to compile
it into your kernel.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ipf - sample rulesets

2003-10-09 Thread Fernando Gleiser
On Thu, 9 Oct 2003 [EMAIL PROTECTED] wrote:

 Hi all.

 Are there any good references and/or sample ipf rulesets that I could use to
 look-and-learn from.

Search google for the IPF HOWTO and the FAQ.



Fer

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


Re: fetchmail strangeness

2003-10-09 Thread Malcolm Kay
On Fri, 10 Oct 2003 01:01, Louis LeBlanc wrote:
 On 10/10/03 12:23 AM, Malcolm Kay sat at the `puter and typed:
  I'm using fetchmail to retrieve email from my isp, and getting the
  following message in /var/log/maillog repeated at about the fetchmail
  polling rate:
 
  Oct  9 00:00:01 beta sm-mta[5995]: h98EU11h005995: Syntax error in
  mailbox address [EMAIL PROTECTED] (non-printable character) Oct  9
  00:00:01 beta sm-mta[5995]: h98EU11h005995:
  from=[EMAIL PROTECTED], size=0, class=0, nrcpts=0, proto=SMTP,
  daemon=MTA, relay=localhost.home [127.0.0.1]
 
  I haven't been able to find the source of the reference:
  [EMAIL PROTECTED]

 I'll bet it has to do with the return address of a spam message that
 was sent you.  I've seen fetchmail refuse to fetch a number of
 messages because the return address would not resolve, but it seems
 you've got one with an unprintable character in the address.

 When this happens, I usually break down and connect with Netscape to
 delete the message.  I've never gotten around to figuring out how to
 tell fetchmail to just shut up and flush the message, whether it
 fetches it or not.

The explanation sounds reasonable -- I'll try to pull it down 
some other way.
Thanks!

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


Re: problem with aue card

2003-10-09 Thread Scott Mitchell
On Thu, Oct 09, 2003 at 03:23:15AM -0400, Alexey Koptsevich wrote:
 
 Hi,
 
 I have a problem with the network card Linksys USB100TX. The hardware
 itself is known to be working, but not under FreeBSD. 
 
 Here is dmesg:
 
 Oct  8 21:10:39 pyosik kernel: aue0: LINKSYS Inc. LINKSYS USB Adapter, rev 
 1.10/1.01, addr 2
 Oct  8 21:10:40 pyosik kernel: aue0: Ethernet address: 00:e0:98:82:f3:e6
 Oct  8 21:10:40 pyosik kernel: miibus1: MII bus on aue0
 Oct  8 21:10:40 pyosik kernel: bmtphy0: BCM5201 10/100baseTX PHY on miibus1
 Oct  8 21:10:40 pyosik kernel: bmtphy0:  10baseT, 10baseT-FDX, 100baseTX, 
 100baseTX-FDX, auto
 
 After loading if_ep the interface appears in the output of ifconfig, but
  Oct  8 21:18:17 pyosik kernel: aue0: MII read timed out
 
 When I then try 'dhclient aue0', I get thousands of messages
  aue0: usb error on rx: IOERROR
 
 Any piece of advice how to make this card work would be appreciated.

Are you on a 100Mbps network?  Our driver seems to have issues with this
device on such networks, although it seems to work fine on 10Mbps
connections.

Scott

-- 
===
Scott Mitchell   | PGP Key ID | Eagles may soar, but weasels
Cambridge, England   | 0x54B171B9 |  don't get sucked into jet engines
scott at fishballoon.org | 0xAA775B8B |  -- Anon
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mp3 - wav

2003-10-09 Thread geek

I have a problem, i have a bunch of .mp3's files and i want to pass them to .wav to 
put it on my cdplayer, anyone knows, how i can put them in .wav ?!

PS: with burncd i can rip .wav files?!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Mounting FTP sites to directory?

2003-10-09 Thread Dragoncrest
Went googling on this and haven't come up with anything yet.  So since
I've already done all my outside research first (as suggested by several
members.  hehe) so I'm coming to you as a last resort to gather some
information on my question.

What I'm wanting to do is to mount an FTP site to a folder on my file
system.  That way when I go to, oh say /mysite on my file system, it
would automatically log me into ftp.mysite.org/Pub/ for example and
display the remote site as though it were on my local system.  I could
then open, copy, move, edit, etc any files I wanted to as though they
were local.  Any way I can do this?

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


Re: mp3 - wav

2003-10-09 Thread Axel S. Gruner
On Thu, 9 Oct 2003 17:46:46 +0100
geek [EMAIL PROTECTED] wrote something special:

 
 I have a problem, i have a bunch of .mp3's files and i want to pass
 them to .wav to put it on my cdplayer, anyone knows, how i can put
 them in .wav ?!

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

-- 
asg

Die Antwort auf alle Fragen ist 42.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to find out the type of CD in burner from script ?

2003-10-09 Thread Shantanoo Mahajan
+-- [EMAIL PROTECTED] [freebsd] [09-10-03 19:05 IST]:
| Hello !
| 
| I have the following problem: I'm writing backup scripts, to store SCM tree on
| CD via ATAPI CD-burner.
| I need to have ability from inside the script find out the type of CD in burner:
| Is it CD-R or CD-RW, and is it blank or not,
| and also obtain at least CD label without mounting CD.
| 
| Search in mail archive does nothing, so if anybody know how to do this, please
| respond.
| 
| P.S. I'm using FreeBSD 4.8 and PLEXTOR CD-R PX-W4824A.
| 
| Best regards,
| Alexander.

If you are using cdrecord, you may be interested in

# cdrecord -scanbus

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


Re: Screen size

2003-10-09 Thread doug
Yea - I keep submitting a request to the XFree86 folk. I have never had
success with the graphifical program. Use one of the text based programs.
There are xf86cfg and xf86config, as I recall.

Basicall you need the Horizontal and Vertical rates and you need to make
sure the screen size and depth can be handled by your video card and
monitor. Either of the text based programs will lead you through the
appropriate questions.

http://www.xfre86.org and the newbies mailing list can help. 

On Thu, 9 Oct 2003, Talbot wrote:

 
 
 Greetings
 I recently installed FreeBSD 4.5 with desk top KDE using a CD that came with the 
 book, FreeBSD Unleashed, by Michael Urban and Brian Tiemann.  Everything seemed to 
 go fine until I execute startx.  The desktop environment on my screen seems to be 
 at least four times as big as it should be, displaying only the top left portion of 
 the desktop. 
 
 The strange part of this problem is that the install program displays all of the 
 display option screens in the correct size and font.
 
 Any advice to get me going will be appreciated.
 
 C. W. Talbot
 [EMAIL PROTECTED]
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

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


Re: mp3 - wav

2003-10-09 Thread Peder Blom
On Thu, 9 Oct 2003 17:46:46 +0100
geek [EMAIL PROTECTED] wrote:

 I have a problem, i have a bunch of .mp3's files and i want to pass
 them to .wav to put it on my cdplayer, anyone knows, how i can put
 them in .wav ?!

If you look through ports/audio you should be able to find several
programs capable of that. I use lame for converting wav-mp3.

 
 PS: with burncd i can rip .wav files?!

I don't think so. cdparanoia works great for me.

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


Re: openoffice

2003-10-09 Thread Scott I. Remick
On Thu, 9 Oct 2003 09:38:24 -0500, Aaron Sloan wrote:

 I'm trying to build openoffice or openoffice-devel from ports.
 CVS, portupgrade etc...completed.  says there is a checksum mismatch with the OO 
 source and stop
 4.8 stable.  It has been broken for about a week and a half.

First off, I'd recommend openoffice-devel as it currently conatins OO 1.1
release which is mighty-fine and compiles just great on my FreeBSD
5.1-RELEASE system.

Download the file manually from
http://www.ibiblio.org/pub/packages/openoffice/stable/1.1.0/ and drop it
into /usr/ports/distfiles/openoffice1.1/

There were questions about this posted to the list last week.

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


Test - ignore

2003-10-09 Thread Charles Howse



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


Re: ipf - sample rulesets

2003-10-09 Thread Jez Hancock
On Thu, Oct 09, 2003 at 02:58:59PM +0200, [EMAIL PROTECTED] wrote:
 Hi all. 
 
 Are there any good references and/or sample ipf rulesets that I could use 
 to look-and-learn from. 
Mine is here:

http://munk.nu/ipf/mboxen/ipf.rules

-- 
Jez Hancock
 - System Administrator / PHP Developer

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


Re: Screen size

2003-10-09 Thread Scott I. Remick
On Thu, 9 Oct 2003 10:23:08 -0500, Talbot wrote:

 I recently installed FreeBSD 4.5 with desk top KDE using a CD that
 came with the book, FreeBSD Unleashed, by Michael Urban and Brian 
 Tiemann.  Everything seemed to go fine until I execute startx.  
 The desktop environment on my screen seems to be at least four 
 times as big as it should be, displaying only the top left portion 
 of the desktop. 
 
 The strange part of this problem is that the install program displays 
 all of the display option screens in the correct size and font.
 
 Any advice to get me going will be appreciated.

I dunno if it will help, but I do all my X configs by-hand. I've never had
good luck with the GUI configuration tools or the text-mode utilities. I
just dive in and edit the file by-hand and it works every time.

You can scroll down to the relevant portion of this speed-through I did up
a while back (which is probably due for a new version when I get time):

http://www.vtbsd.net/ipw-web/portal/cms/modules.php?name=Contentpa=showpag
epid=5

Good luck!

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


Latest stable fixes are unstable

2003-10-09 Thread Jeffrey Wheat
After applying the last set of patches via a cvs
run of RELENG_4, I have servers crashing and rebooting
that had run for months on end prior to the fixes.

This is happening on 4.8-STABLE (now called 4.9-RC)
and on 5.0-STABLE servers. I am really concerned about
about this as are my higher ups. I have been running
FreeBSD on my servers for the past 8 years and I am
very familiar with how to build kernels, update source
trees, etc. Reverting back to the sources prior to
the recent kernel changes, makes things stable again.

Can anyone shed light on this or speak up if you are
having the same problems?

Thanks in advance,
Jeff

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


Re: openoffice

2003-10-09 Thread Uwe Laverenz
Aaron Sloan wrote:

Am I correct in saying the 2 ports are broken because of the checksum problem?  I'm 
not really interested in using NO_CHECKSUM=YES
I also removed /usr/ports/editors/openoffice and openoffice-devel  and ran CVS again 
with the same results.
Was my troubleshooting ok?
You get this message when downloaded files/archives are corrupt. I had 
the same problem with Openoffice, so I installed rsync from the ports 
and repaired the corrupt file with:

rsync -cv 
rsync://ftp.heanet.ie/mirrors/openoffice.org/stable/1.0.3/OOo_1.0.3_source.tar.bz2 
/usr/ports/distfiles/openoffice1.0/OOo_1.0.3_source.tar.bz2

(put in one single line or use backslashes)

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


Re: XFree86 and /dev/agpgart

2003-10-09 Thread Kris Kennaway
On Thu, Oct 09, 2003 at 05:53:36AM -0700, Olga Zenkova wrote:
 Hi!
 Can't start XFree86 ver 4.3.0 on FreeBSD 4.6. Get
 error: Unable to open /dev/agpgart (Device not
 configured). What can I do? 
 
 The file /dev/agpgart exists, on trying to open by
 midc (F3) get the same Cannot open agpgart. Device
 not configured.

Add agp support to your kernel.

Kris


pgp0.pgp
Description: PGP signature


Re: problems with pam_ldap - ssh and file attributes

2003-10-09 Thread Uwe Laverenz
Dan Nelson wrote:

/bin/ls is linked statically, which means it only knows about compat,
files, nis, and dns; you can build a dynamic one, or step up and write
Ahh, thank you for this explanation. :-)

There are other strange things with -CURRENT and LDAP-setup: I have 
jdk13 running on the machine (Hotspot enabled) and any User from the 
LDAP-directory could start java only once, all further attempts fail. 
For local users there is no such problem.

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


Re: Latest stable fixes are unstable

2003-10-09 Thread Mike Tancsa
Hi,
First off, there is no 5.0 STABLE. If you cvsup'd to 5.x this is 
the source of your problems as that is the development branch.

To better understand what problems you are having, you need to give 
information like a crash dump.

Compile a debug kernel for the machine that is crashing
See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html
enable the saving of your core dump on your swap partition. e.g. if you 
have it on a 3ware card add
dumpdev=/dev/twed0b # Device name to crashdump to (or NO).
dumpdir=/var/crash# Directory where crash dumps are to be stored
to /etc/rc.conf
and reboot or type /sbin/dumpon /dev/twed0b

or if you have an ide drive and the swap is on ad0s1b, then
/sbin/dumpon /dev/ad0s1b
when your machine crashes / panics,

type
gdb -k kernel.debug /var/crash/vmcore.0
and type bt

send the results to the stable list, which if you track stable you should 
be following.

---Mike

At 03:36 PM 09/10/2003, Jeffrey Wheat wrote:
After applying the last set of patches via a cvs
run of RELENG_4, I have servers crashing and rebooting
that had run for months on end prior to the fixes.
This is happening on 4.8-STABLE (now called 4.9-RC)
and on 5.0-STABLE servers. I am really concerned about
about this as are my higher ups. I have been running
FreeBSD on my servers for the past 8 years and I am
very familiar with how to build kernels, update source
trees, etc. Reverting back to the sources prior to
the recent kernel changes, makes things stable again.
Can anyone shed light on this or speak up if you are
having the same problems?
Thanks in advance,
Jeff
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.522 / Virus Database: 320 - Release Date: 9/29/2003
___
[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: Latest stable fixes are unstable

2003-10-09 Thread Kris Kennaway
On Thu, Oct 09, 2003 at 03:36:55PM -0400, Jeffrey Wheat wrote:
 After applying the last set of patches via a cvs
 run of RELENG_4, I have servers crashing and rebooting
 that had run for months on end prior to the fixes.
 
 This is happening on 4.8-STABLE (now called 4.9-RC)
 and on 5.0-STABLE servers. I am really concerned about
 about this as are my higher ups. I have been running
 FreeBSD on my servers for the past 8 years and I am
 very familiar with how to build kernels, update source
 trees, etc. Reverting back to the sources prior to
 the recent kernel changes, makes things stable again.
 
 Can anyone shed light on this or speak up if you are
 having the same problems?

Please, don't tell us a single detail about the problems so we can
keep neglecting to fix them.  Thanks.

:-)

Kris


pgp0.pgp
Description: PGP signature


RE: Latest stable fixes are unstable

2003-10-09 Thread Jeffrey Wheat
Kris,

Apologies for being so vague... All that happens
on the 4.8(4.9RC) servers is they suddenly reboot without
leaving anything in the log files at all, so it is very
difficult to provide more details on the crash. On the
5.0 servers, I get page faults. I am going to enable
crash dumps on these servers now.

Jeff

 -Original Message-
 From: Kris Kennaway [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, October 09, 2003 4:09 PM
 To: Jeffrey Wheat
 Cc: [EMAIL PROTECTED]
 Subject: Re: Latest stable fixes are unstable
 
 
 On Thu, Oct 09, 2003 at 03:36:55PM -0400, Jeffrey Wheat wrote:
  After applying the last set of patches via a cvs
  run of RELENG_4, I have servers crashing and rebooting
  that had run for months on end prior to the fixes.
  
  This is happening on 4.8-STABLE (now called 4.9-RC)
  and on 5.0-STABLE servers. I am really concerned about
  about this as are my higher ups. I have been running
  FreeBSD on my servers for the past 8 years and I am
  very familiar with how to build kernels, update source
  trees, etc. Reverting back to the sources prior to
  the recent kernel changes, makes things stable again.
  
  Can anyone shed light on this or speak up if you are
  having the same problems?
 
 Please, don't tell us a single detail about the problems so 
 we can keep neglecting to fix them.  Thanks.
 
 :-)
 
 Kris
 
 ---
 Incoming mail is certified Virus Free.
 Checked by AVG anti-virus system (http://www.grisoft.com).
 Version: 6.0.522 / Virus Database: 320 - Release Date: 9/29/2003
  
   
 

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


Re: difficulties replacing bad libssl.so.3 with newly build libssl.so.3

2003-10-09 Thread Toni Schmidbauer
On Wed, Oct 08, 2003 at 04:31:21PM -0700, John Fox wrote:
 One of my aims was to replace libssl.so.3 with a fixed version, so (after
 making a backup copy of the current /usr/lib/libssl.so.3) I placed
 /usr/obj/usr/local/world_src/secure/lib/libssl/libssl.so.3 into /usr/lib
 and then attempted an https connection to the server. (Apache's mod_ssl
 was dynamically linked against libssl.so.3).  I found that my connection
 did not really work properly, creating errors such as these in the httpd
 error log:
 
   [Wed Oct  8 16:01:04 2003] [error] [client W.X.Y.Z] Invalid method in request 
 \x80C\x01\x03
   [Wed Oct  8 16:02:48 2003] [error] [client W.X.Y.Z] Invalid method in request 
 \x16\x03
   [Wed Oct  8 16:02:48 2003] [error] [client W.X.Y.Z] Invalid method in request 
 \x16\x03

just to be sure, have you restartet your apache (apachectl stop +
startssl?)

hth,
toni
-- 
Kann man etwas nicht verstehen, dann urteile man | toni at stderror dot at 
lieber gar nicht, als dass man verurteile.   | Toni Schmidbauer
-- Rudolf Steiner| 


pgp0.pgp
Description: PGP signature


Re: difficulties replacing bad libssl.so.3 with newly build libssl.so.3

2003-10-09 Thread Mike Tancsa
At 03:19 PM 09/10/2003, Toni Schmidbauer wrote:
On Wed, Oct 08, 2003 at 04:31:21PM -0700, John Fox wrote:
 One of my aims was to replace libssl.so.3 with a fixed version, so (after
 making a backup copy of the current /usr/lib/libssl.so.3) I placed
 /usr/obj/usr/local/world_src/secure/lib/libssl/libssl.so.3 into /usr/lib
 and then attempted an https connection to the server. (Apache's mod_ssl
 was dynamically linked against libssl.so.3).  I found that my connection
 did not really work properly, creating errors such as these in the httpd
 error log:

   [Wed Oct  8 16:01:04 2003] [error] [client W.X.Y.Z] Invalid method in 
request \x80C\x01\x03
   [Wed Oct  8 16:02:48 2003] [error] [client W.X.Y.Z] Invalid method in 
request \x16\x03
   [Wed Oct  8 16:02:48 2003] [error] [client W.X.Y.Z] Invalid method in 
request \x16\x03

just to be sure, have you restartet your apache (apachectl stop +
startssl?)
Did you rebuild apache_modssl ? There are some statically linked bits 
normally that need rebuilding.

---Mike


hth,
toni
--
Kann man etwas nicht verstehen, dann urteile man | toni at stderror dot at
lieber gar nicht, als dass man verurteile.   | Toni Schmidbauer
-- Rudolf Steiner|
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: freebsd+postfix+mailscanner+uvscan

2003-10-09 Thread Toni Schmidbauer
On Thu, Oct 09, 2003 at 03:16:10PM +0800, [EMAIL PROTECTED] wrote:
 Anybody here has some links to help me out with this setup? Any help will be greatly 
 appreciated =). 

nothing freebsd specific but i used this documents:

http://lawmonkey.org/anti-spam.html
http://www.ijs.si/software/amavisd/
http://au2.spamassassin.org/index.html
http://au2.spamassassin.org/doc.html

to build a spam + virus scanning gateway.

hth
toni
-- 
Kann man etwas nicht verstehen, dann urteile man | toni at stderror dot at 
lieber gar nicht, als dass man verurteile.   | Toni Schmidbauer
-- Rudolf Steiner| 


pgp0.pgp
Description: PGP signature


Errors with smbstatus, Samba 3.0.0b3

2003-10-09 Thread Rick Duvall
I don't get this error in Linux, but I do when I run it on FreeBSD.  I look
in /usr/local/lib/charset, and there are no .so files that it is refering
to.  What do I need to do to add them, or at least resolve this issue?

[EMAIL PROTECTED]:~$ smbstatus -b
Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
/usr/local/lib/charset/US-ASCII.so
Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
/usr/local/lib/charset/CP850.so
Conversion from UCS-2LE to CP850 not supported
Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
/usr/local/lib/charset/US-ASCII.so
Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
/usr/local/lib/charset/CP850.so
Conversion from UTF8 to CP850 not supported
Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
/usr/local/lib/charset/US-ASCII.so
Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
/usr/local/lib/charset/US-ASCII.so
Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
/usr/local/lib/charset/US-ASCII.so
Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
/usr/local/lib/charset/US-ASCII.so
Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
/usr/local/lib/charset/US-ASCII.so
Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
/usr/local/lib/charset/CP850.so
Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
/usr/local/lib/charset/US-ASCII.so
Conversion from ASCII to CP850 not supported
Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
/usr/local/lib/charset/US-ASCII.so
Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
/usr/local/lib/charset/CP850.so
Conversion from CP850 to UCS-2LE not supported
Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
/usr/local/lib/charset/CP850.so
Conversion from CP850 to UTF8 not supported
Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
/usr/local/lib/charset/US-ASCII.so
Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
/usr/local/lib/charset/CP850.so
Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
/usr/local/lib/charset/US-ASCII.so
Conversion from CP850 to ASCII not supported
Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
/usr/local/lib/charset/CP850.so
Conversion from CP850 to UTF8 not supported
Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
/usr/local/lib/charset/US-ASCII.so
Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
/usr/local/lib/charset/CP850.so
Conversion from UTF8 to CP850 not supported

Samba version 3.0.0beta3
PID Username  Group Machine
---
73487   nwarming  users ws09 (192.168.2.247)
73489   wbennett  users ws07 (192.168.2.245)
73286   bwickland users ws01 (192.168.2.253)
73135   dzeller   users ws03 (192.168.2.251)


Sincerely,

Rick Duvall
Online Highways
System Administrator
(541) 997-8401 x 111

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


Re: XFree86 and /dev/agpgart

2003-10-09 Thread Tijl Coosemans
On Thu, 9 Oct 2003 13:03:42 -0700, Kris Kennaway wrote:

 On Thu, Oct 09, 2003 at 05:53:36AM -0700, Olga Zenkova wrote:
  Hi!
  Can't start XFree86 ver 4.3.0 on FreeBSD 4.6. Get
  error: Unable to open /dev/agpgart (Device not
  configured). What can I do? 
  
  The file /dev/agpgart exists, on trying to open by
  midc (F3) get the same Cannot open agpgart. Device
  not configured.
 
 Add agp support to your kernel.

Another way would be to add this line to /boot/loader.conf

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


Re: Errors with smbstatus, Samba 3.0.0b3

2003-10-09 Thread Rick Duvall
Also, it's on FreeBSD 4.8. Just in case anybody needed to know.

Sincerely,

Rick Duvall
- Original Message - 
From: Rick Duvall [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, October 09, 2003 1:45 PM
Subject: Errors with smbstatus, Samba 3.0.0b3


 I don't get this error in Linux, but I do when I run it on FreeBSD.  I
look
 in /usr/local/lib/charset, and there are no .so files that it is refering
 to.  What do I need to do to add them, or at least resolve this issue?

 [EMAIL PROTECTED]:~$ smbstatus -b
 Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
 /usr/local/lib/charset/US-ASCII.so
 Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
 /usr/local/lib/charset/CP850.so
 Conversion from UCS-2LE to CP850 not supported
 Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
 /usr/local/lib/charset/US-ASCII.so
 Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
 /usr/local/lib/charset/CP850.so
 Conversion from UTF8 to CP850 not supported
 Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
 /usr/local/lib/charset/US-ASCII.so
 Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
 /usr/local/lib/charset/US-ASCII.so
 Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
 /usr/local/lib/charset/US-ASCII.so
 Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
 /usr/local/lib/charset/US-ASCII.so
 Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
 /usr/local/lib/charset/US-ASCII.so
 Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
 /usr/local/lib/charset/CP850.so
 Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
 /usr/local/lib/charset/US-ASCII.so
 Conversion from ASCII to CP850 not supported
 Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
 /usr/local/lib/charset/US-ASCII.so
 Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
 /usr/local/lib/charset/CP850.so
 Conversion from CP850 to UCS-2LE not supported
 Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
 /usr/local/lib/charset/CP850.so
 Conversion from CP850 to UTF8 not supported
 Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
 /usr/local/lib/charset/US-ASCII.so
 Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
 /usr/local/lib/charset/CP850.so
 Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
 /usr/local/lib/charset/US-ASCII.so
 Conversion from CP850 to ASCII not supported
 Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
 /usr/local/lib/charset/CP850.so
 Conversion from CP850 to UTF8 not supported
 Error loading module '/usr/local/lib/charset/US-ASCII.so': Cannot open
 /usr/local/lib/charset/US-ASCII.so
 Error loading module '/usr/local/lib/charset/CP850.so': Cannot open
 /usr/local/lib/charset/CP850.so
 Conversion from UTF8 to CP850 not supported

 Samba version 3.0.0beta3
 PID Username  Group Machine
 ---
 73487   nwarming  users ws09 (192.168.2.247)
 73489   wbennett  users ws07 (192.168.2.245)
 73286   bwickland users ws01 (192.168.2.253)
 73135   dzeller   users ws03 (192.168.2.251)


 Sincerely,

 Rick Duvall
 Online Highways
 System Administrator
 (541) 997-8401 x 111

 ___
 [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: Screen size

2003-10-09 Thread Minnesota Slinky
Try holding CTL-ALT and pressing the + key (on the number pad, not the
one next to the backspace)

Eric F Crist
AdTech Integrated Systems, Inc
(952) 403-9000 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Talbot
Sent: Thursday, October 09, 2003 10:23 AM
To: [EMAIL PROTECTED]
Subject: Screen size




Greetings
I recently installed FreeBSD 4.5 with desk top KDE using a CD that came
with the book, FreeBSD Unleashed, by Michael Urban and Brian Tiemann.
Everything seemed to go fine until I execute startx.  The desktop
environment on my screen seems to be at least four times as big as it
should be, displaying only the top left portion of the desktop. 

The strange part of this problem is that the install program displays
all of the display option screens in the correct size and font.

Any advice to get me going will be appreciated.

C. W. Talbot
[EMAIL PROTECTED]


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


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


Membership disabled?

2003-10-09 Thread Charles Howse
Hi,
I received the following from [EMAIL PROTECTED]
earlier today:

--
Your membership in the mailing list freebsd-questions has been
disabled due to excessive bounces The last bounce received from you
was dated 09-Oct-2003.  You will not get any more messages from this
list until you re-enable your membership.  You will receive 3 more
reminders like this before your membership in the list is deleted.

[snip]
--

I did everything in the instructions to re-enable my membership, it all
failed.
I finally un-subscribed, and re-subscribed, and now I am receiving the
list again.

I was wondering what caused this msg to be sent to me?
I get my mail from my ISP's pop server, I haven't received any
notifications of my emails to the list bouncing.
If mail from the list to me bounces off my ISP's SMTP server, it's not
my fault.

What's up with this?



Thanks,
Charles

Got a computer with idle CPU time?
Join [EMAIL PROTECTED] and help make history!
http://setiathome.ssl.berkeley.edu/


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


Re: Jail FS questions.

2003-10-09 Thread Kenny Freeman
I'm not sure about union fs, never had a real use for it yet I have a 
similair setup as you. I have about 4 jails running so far (~8 more to go). 
I've written a fairly large bash scipt to build the jails + configure them 
automagically too. I've got a 120GB drive in that system, so for me I don't 
really have a problem with space. What I use nullfs for is sharing data 
between jails, for example:

/secure/files/mail - mail spools

would be shared using: (/etc/crontab entries)

none /secure/files/mail /secure/internal/smtp/postfix/server/var/spool/mail 
rw,noexec,nosuid,nodev 0 0
none /secure/files/mail /secure/internal/imap/courier/server/var/spool/mail 
rw,noexec,nosuid,nodev 0 0

haven't really got these up and running yet (ie. I don't really know if 
postfix + courier both work inside a jail). ATM I'm stuck on my file server 
jail, which may never work. I do have djbdns cache+server running. Anyway, 
nullfs is great for remounting parts of the file system. I would not use 
that to remount parts of the file system that have executables on them in rw 
mode, only ro. You could mount the base / fs using nullfs onto the jail / 
filesystem but this would be tricky because you would have to deal with 
things like syslogd base + syslogd(s) jail both writing to /var/log/. You 
could mount each directory using nullfs (/bin /sbin, etc) onto the jails and 
I think this would work. I would note the warnings in the man pages about 
this stuff being experimental tho. You could save space by using the same 
executables and libs while having seperate /var/ /etc/ etc dirs in the jail 
but it would be a bit of work to figure out what dirs to mount_nullfs and 
what dirs to have as real dirs. Oh, btw, I know about as much about fs's as 
you do too, so your milage may vary...

-Kenny


On August 3, 2003 04:09 pm, Lewis Thompson wrote:
 Hi,

   I currently have a bunch of jails running on my FreeBSD box.  I've
 done this by making installworld a number of times, each time with a
 different DESTDIR (say /jail1, /jail2, /jail3).  Clearly this is using a
 significant amount of space on the machine.

   I've been reading about unionfs and nullfs (well, more skim reading
 really; I'm not FS guru, which is why I'm asking here) and one of these
 sounds like it could be the idea solution.  At first glance I'd say that
 unionfs would be the way to go.

   My question about unionfs:  if I use this as a base dir for all of my
 jails and decide to ``upgrade'' the base system will it actually work?
 I mean, when I start installing stuff through the ports does it ever
 modify the base system in any way?  If it does, then surely a base
 system upgrade will appear to leave the old ports-created files (because
 the upper layer changes override the lower unionfs fs).

   Secondly, I don't really understand nullfs.  Would this be a
 ``better'' solution than using unionfs?  Maybe it isn't even a solution,
 but if it is, a pointer to some useful articles would be great (aside
 man mount_nullfs; I've read that but don't fully understand).

   Thanks very much!

 -lewiz.


pgp0.pgp
Description: signature


Re: ipfw using

2003-10-09 Thread traore
When i compile my kernel with ipfw2 and add the follow rule:

ipfw add 200 deny mac 12:2d:00:25:23:14 any

the folow message appers:
ipfw: getsocketopt(IP_FW_ADD): Invalid argument



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


Re: Jail FS questions.

2003-10-09 Thread Kenny Freeman
err

none /secure/files/mail /secure/internal/smtp/postfix/server/var/spool/mail 
nullfs rw,noexec,nosuid,nodev 0 0

same for the other entry - forgot the fs type...

-Kenny

On October 9, 2003 05:00 pm, Kenny Freeman wrote:
 I'm not sure about union fs, never had a real use for it yet I have a
 similair setup as you. I have about 4 jails running so far (~8 more to go).
 I've written a fairly large bash scipt to build the jails + configure them
 automagically too. I've got a 120GB drive in that system, so for me I don't
 really have a problem with space. What I use nullfs for is sharing data
 between jails, for example:

 /secure/files/mail - mail spools

 would be shared using: (/etc/crontab entries)

 none /secure/files/mail /secure/internal/smtp/postfix/server/var/spool/mail
 rw,noexec,nosuid,nodev 0 0
 none /secure/files/mail /secure/internal/imap/courier/server/var/spool/mail
 rw,noexec,nosuid,nodev 0 0

 haven't really got these up and running yet (ie. I don't really know if
 postfix + courier both work inside a jail). ATM I'm stuck on my file server
 jail, which may never work. I do have djbdns cache+server running. Anyway,
 nullfs is great for remounting parts of the file system. I would not use
 that to remount parts of the file system that have executables on them in
 rw mode, only ro. You could mount the base / fs using nullfs onto the jail
 / filesystem but this would be tricky because you would have to deal with
 things like syslogd base + syslogd(s) jail both writing to /var/log/. You
 could mount each directory using nullfs (/bin /sbin, etc) onto the jails
 and I think this would work. I would note the warnings in the man pages
 about this stuff being experimental tho. You could save space by using the
 same executables and libs while having seperate /var/ /etc/ etc dirs in the
 jail but it would be a bit of work to figure out what dirs to mount_nullfs
 and what dirs to have as real dirs. Oh, btw, I know about as much about
 fs's as you do too, so your milage may vary...

 -Kenny

 On August 3, 2003 04:09 pm, Lewis Thompson wrote:
  Hi,
 
I currently have a bunch of jails running on my FreeBSD box.  I've
  done this by making installworld a number of times, each time with a
  different DESTDIR (say /jail1, /jail2, /jail3).  Clearly this is using a
  significant amount of space on the machine.
 
I've been reading about unionfs and nullfs (well, more skim reading
  really; I'm not FS guru, which is why I'm asking here) and one of these
  sounds like it could be the idea solution.  At first glance I'd say that
  unionfs would be the way to go.
 
My question about unionfs:  if I use this as a base dir for all of my
  jails and decide to ``upgrade'' the base system will it actually work?
  I mean, when I start installing stuff through the ports does it ever
  modify the base system in any way?  If it does, then surely a base
  system upgrade will appear to leave the old ports-created files (because
  the upper layer changes override the lower unionfs fs).
 
Secondly, I don't really understand nullfs.  Would this be a
  ``better'' solution than using unionfs?  Maybe it isn't even a solution,
  but if it is, a pointer to some useful articles would be great (aside
  man mount_nullfs; I've read that but don't fully understand).
 
Thanks very much!
 
  -lewiz.


pgp0.pgp
Description: signature


2nd copy of named is dying

2003-10-09 Thread Rich Morin
I run two copies of named(8), out of /etc/rc.network:

  ${named_program:-named} ${named_flags} /etc/namedb/named.conf
  ${named_program:-named} ${named_flags} /etc/namedb/lan/named.conf
This seems to work fine, except that the second instance of named
occasionally (like, once a month) disappears.  Any suggestions as
to how to track down the reason for this?
-r

P.S.  I'm running a fairly vanilla install of FreeBSD 4.7
--
email: [EMAIL PROTECTED]; phone: +1 650-873-7841
http://www.cfcl.com- Canta Forda Computer Laboratory
http://www.cfcl.com/Meta   - The FreeBSD Browser, Meta Project, etc.
http://www.ptf.com/dossier - Prime Time Freeware's DOSSIER series
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 4.9 RC2/swap file

2003-10-09 Thread Lee Harr

While attempting to perform a standard install, when commiting to write to 
the Hard drive I get unable to create swap file-press enter or space to 
continue but of course I tried to continue , completed the install but 
initial boot 4.9 halted  with bad super block  magic number wrong

I have only discovered this error in 4.9
is this a known bug?


So, you have installed before (4.8 for instance) with no problems?

If you press alt-F2 during the install, you may get more information
which will be helpful...
I recommend trying to get more information about the problem and
posting it to the -stable mailiing list (where they are working on
ironing out any remaining problems before the 4.9 -release)
PS please wrap your lines at 80 characters. It is easier to read.

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

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


can't send mail to freebsd lists

2003-10-09 Thread nunotex
Hello to all,

I'm trying send messages to freebsd lists via my ISP SMTP server but I get this error 
bellow.

Can anyone help me solving this?

Thanks very much,

Nuno Teixeira

Hi. This is the qmail-send program at sapo.pt.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

[EMAIL PROTECTED]:
216.136.204.125 does not like recipient.
Remote host said: 450 Client host rejected: cannot find your hostname, [194.65.79.222]
Giving up on 216.136.204.125.
I'm not going to try again; this message has been in the queue too long.

--- Below this line is a copy of the message.

Return-Path: [EMAIL PROTECTED]
Received: (qmail 9528 invoked by uid 64011); 6 Oct 2003 18:40:05 -
Received: from unknown (HELO sapo.pt) (194.65.79.79)
  by 194.65.79.222 with SMTP; 6 Oct 2003 18:40:05 -
Received: (qmail 29805 invoked by uid 0); 6 Oct 2003 18:40:06 -
Received: from unknown (HELO nunotex.tex.bogus) ([EMAIL PROTECTED]@[213.13.232.242])
  (envelope-sender [EMAIL PROTECTED])
  by sapo.pt (qmail-ldap-1.03) with SMTP
  for [EMAIL PROTECTED]; 6 Oct 2003 18:40:06 -
Received: by nunotex.tex.bogus (Postfix, from userid 1001)
id 7C82B40A7; Mon,  6 Oct 2003 19:39:49 +0100 (WEST)
Date: Mon, 6 Oct 2003 19:39:49 +0100
From: Nuno Teixeira [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: diablo-jre and libintl.so.4 problem
Message-ID: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Operating-System: FreeBSD 5.1-RELEASE-p8
User-Agent: Mutt/1.5.4i


Hello to all,

I'm using FreeBSD 5.1-p8 and I'm trying to install diablo-jre plugin in
mozilla and firebird.

I deinstall all packages that I have with `pkg_delete -a` and install
everything again from ports with portupgrade.

When I run mozilla or firebird I get the error:

LoadPlugin: failed to initialize shared library
/usr/local/diablo-jre1.3.1/plugin/i386/ns600/libjavaplugin_oji.so 
[Shared object libintl.so.4 not found]

If I reinstall everything the same error happens.

Does anyone know how to correct this problem?

I used to have the same problem with graphics/gview, but is was solved
when I reinstall everything.

Thanks very much,

Nuno Teixeira


-- 

/*
PGP fingerprint:
C6D1 06ED EB54 A99C 6B14  6732 0A5D 810D 727D F6C6
*/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Latest stable fixes are unstable

2003-10-09 Thread Garance A Drosihn
At 4:14 PM -0400 10/9/03, Jeffrey Wheat wrote:
Apologies for being so vague... All that happens
on the 4.8(4.9RC) servers is they suddenly reboot without
leaving anything in the log files at all, so it is very
difficult to provide more details on the crash.
In the case of the 4.9 systems, are you VERY up-to-date?
There were a few changes recently made which did cause
problems for some users, but it should be true that all
of those are now fixed.  You'd pretty much want to be
running *today's* sources to get all those.  I think it
should be telling you that the system name is 4.9-RC2 if
it has (what we think are) all the fixes.  (I might be
wrong on that, I haven't actually rebuilt my 4.x machine
yet this week).
On the 5.0 servers, I get page faults. I am going to
enable crash dumps on these servers now.
I'm having some odd problems with 5.x-current right now, but
I haven't been able to figure out what it is yet.  In my case,
it *might* still be a hardware problem, though it seems odd
that I have zero trouble with 4.9 on the same hardware (and
my problems with 5.x didn't start until this September).
For me, the problem with the 5.x is that the machine completely
locks up, which makes it a real hassle.
It is also true that a week (or two?) ago there were changes to
5.x which caused problems for many people.  Again, make sure
you're up-to-the-minute with what you're running.
--
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]


Re: can't send mail to freebsd lists

2003-10-09 Thread Gary
Hi Nunotex,

On Thu, 9 Oct 2003 18:34:41 -0400 GMT (10/9/2003, 5:34 PM +0500 GMT my
time), [EMAIL PROTECTED] wrote:

n I'm trying send messages to freebsd lists via my ISP SMTP server but I
n get this error bellow.

n Can anyone help me solving this?

n Nuno Teixeira

n Hi. This is the qmail-send program at sapo.pt. I'm afraid I wasn't able
n to deliver your message to the following addresses. This is a permanent
n error; I've given up. Sorry it didn't work out.

n [EMAIL PROTECTED]: 216.136.204.125 does not like recipient.
n Remote host said:

n 450 Client host rejected: cannot find your hostname,
n [194.65.79.222]

This is the key... you are apparently getting a soft reject because your
IP address, or the IP address of your ISP, which is 194.65.79.222 does not
resolve to anything... there is no reverse delegation, or any delegation.
Many mail servers will reject incoming IP addresses that do not resolve to
anything as a line of defense against spam.  I do.

--
Gary

It is easier to get forgiveness than permission.

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


snort + trunk + cat6500 + vacls

2003-10-09 Thread John
i'm testing out alternatives for using span ports or inline taps and came
across a doc on using vlan acls to capture data and send them to a port for
sniffing. From what i under stand the sniffer port needs to be a trunk port.
What i don't really understand is how freebsd is going to work with the trunk.
Do i need a vlan interface for every vlan in the trunk, or do i only need one
vlan interface to match the native vlan of the trunk?
Also what should i be sniffing? the vlan interface(s) or the real interface?

btw i'm no switch engineer so go easy on me :)

oh, and one more thing.
debug.bpf_bufsize: 4096 - shold this be increased or will snort overide this 
number?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Jail FS questions.

2003-10-09 Thread Lewis Thompson
On Thu, Oct 09, 2003 at 05:00:02PM -0400, Kenny Freeman wrote:
Content-Description: signed data
 I've got a 120GB drive in that system, so for me I don't really have a
 problem with space.

Yeah, same here, but the way I figure it is it's surely better to
conserve the disk space if at all possible ;)

 jails, for example:
 
 /secure/files/mail - mail spools
 
 would be shared using: (/etc/crontab entries)
 
 none /secure/files/mail
 /secure/internal/smtp/postfix/server/var/spool/mail
 rw,noexec,nosuid,nodev 0 0 none /secure/files/mail
 /secure/internal/imap/courier/server/var/spool/mail
 rw,noexec,nosuid,nodev 0 0
 
 haven't really got these up and running yet (ie. I don't really know
 if postfix + courier both work inside a jail).

I can confirm they both do ;)  I assume you mean Courier-IMAP and not
the Courier MTA.  It sucks.  Postfix or Exim are much better ;)

 Anyway, nullfs is great for remounting
 parts of the file system.

Yeah, right now I'm using NFS mounts, which is a bit ugly, to say the
least.  Since I had troubles with union I steered clear of nullfs, since
the same ``slippery dog'' warning exists ;)

  Thanks very much for sharing your ideas, eventually somebody will
write a jail HOWTO that covers all of the different methods of achieving
these things... I hope ;)

-lewiz.

-- 
I was so much older then, I'm younger than that now.  --Bob Dylan, 1964.

-| msn:[EMAIL PROTECTED] | jab:[EMAIL PROTECTED] | url:http://lewiz.net |-


pgp0.pgp
Description: PGP signature


  1   2   >