Re: flash plugin in 6.0 / realplayer fontconfig

2005-12-23 Thread Kent Stewart
On Wednesday 21 December 2005 04:59 pm, Darren Henderson wrote:
 On Mon, 19 Dec 2005, Rob wrote:
  I can sympathize about these linux program problems.  I want to be
  able to listen to Real Audio streams, but as it is now I have to
  boot into Windows to do it.

 While not directly related to the point its possible to listen to
 realaudio streams just fine without linux compatibility or resorting
 to windows. Look into mplayer, mplayer-plugin, xine, kmplayer,
 gmplayer and perhaps even xmms.



Use the location menu item on RealPlayer and add
http://66.246.59.69:8700

You probably won't understand it but Xeoax, Oaxaca is the only realaudio 
stream that I listen to.

Kent

-- 
Kent Stewart
Richland, WA

Nunca te acostarás sin saber una cosa más
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Missing MIDI Framework (was Re: Freebsd Theme Song)

2005-12-23 Thread cpghost
On Wed, Dec 21, 2005 at 09:32:59AM -0800, Loren M. Lang wrote:
 On Sun, Dec 11, 2005 at 02:14:34AM +0100, cpghost wrote:
  On Sat, Dec 10, 2005 at 05:09:38PM +, David Gerard wrote:
   Danial Thom wrote:
   
I vote for
Look what they've done to my song, Ma - a
commentary on the destruction of the (formally)
world's best operating system.
   
   So far I'm finding 6.x a heck of a lot better than 5.x. The mousewheel
   just works, a lot more of the ports just work, sound works ... you still
have to fiddle with /boot/loader.conf to get the sound to go, which is
   completely braindead, but I'm sure it'll be up to the standard of Linux
   distros 2001.
  
  Ahemm, speaking of sound... how about a, *cough*, working MIDI sequencer?
  Any way to attach a MIDI device to 5.x or 6.x _and_ being able to record
  from it? Anything workable yet? No? Am I missing something crucial here?
 
 How about Timidity?  What would be nice, though, is for timidity to show
 up as a hardware device.

AFAIK, Timitidy is just a software MIDI player (MIDI - wav converter).
This is just one part of the the game. What I'm looking for is a way to
record from MIDI devices (keyboards etc...), and this is not supported
by Timidity.

The sad thing about this is that we used to have a (sort of) working MIDI
implementation in the past. :-( Dual-booting into gentoo/linux for this
is not really a problem; but ain't there any brave soul who could fix
MIDI for FreeBSD?

Regards,
-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: what am i doing wrong?!

2005-12-23 Thread Erik Norgaard

Gary Kline wrote:
	So far, I've upgraded my second FBSD platform to 5.4.  With 


# USB support
device  uhci# UHCI PCI-USB interface
device  ohci# OHCI PCI-USB interface
#device ehci# EHCI PCI-USB interface (USB 2.0)
device  usb # USB Bus (required)
[[ ... ]]

device  uscanner# Scanners

builtin.  I just tried xsane again; still no devices.  I'm
	still minus /dev/uscanner[01].  How, pray tell,  do I create 
	these?


Is your scanner supported or recognized? I recall having similar 
problems with an Epson 2480 scanner. It was not recognized as a scanner 
but using ugen0 worked. You should also check permissions on the usb 
devices, otherwise you have to scan as root.


If the scanner is supported using the ugen device then it is a question 
of patching a few files to get it recognized. For the Epson 2480, I 
submitted this bug report:


  http://www.freebsd.org/cgi/query-pr.cgi?pr=usb/86094

this may give you an idea of what it's about.

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


Re: SB16 kernel troubles

2005-12-23 Thread Ariff Abdullah
On Thu, 22 Dec 2005 21:24:50 -0800
Gary Kline [EMAIL PROTECTED] wrote:
 
   In rebuilding my 5.4 kernel I added
 
   device sound
   device snd_sb16

You forgot device snd_sbc.

 
   to get my AWE-64 to work.   Anybody know what's causng the
   linking troubles??
 



--
Ariff Abdullah
MyBSD

http://www.MyBSD.org.my (IPv6/IPv4)
http://staff.MyBSD.org.my (IPv6/IPv4)
http://tomoyo.MyBSD.org.my (IPv6/IPv4)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: what am i doing wrong?!

2005-12-23 Thread Gary Kline
On Fri, Dec 23, 2005 at 09:57:04AM +0100, Erik Norgaard wrote:
 Gary Kline wrote:
  So far, I've upgraded my second FBSD platform to 5.4.  With 
 
 # USB support
 device  uhci# UHCI PCI-USB interface
 device  ohci# OHCI PCI-USB interface
 #device ehci# EHCI PCI-USB interface (USB 2.0)
 device  usb # USB Bus (required)
  [[ ... ]]
 
 device  uscanner# Scanners
 
  builtin.  I just tried xsane again; still no devices.  I'm
  still minus /dev/uscanner[01].  How, pray tell,  do I create 
  these?
 
 Is your scanner supported or recognized? I recall having similar 
 problems with an Epson 2480 scanner. It was not recognized as a scanner 
 but using ugen0 worked. You should also check permissions on the usb 
 devices, otherwise you have to scan as root.

Do I need to have the device for USB 2.0 perhaps??
That is the only thing that is still commented.  I'll
try that later on today.  As root, yes, I am able to 
have sane test, not as a user.  The scanner I am testing
is recognized--HP ScanJet 4100C.  But it was sold AS-IS
and may well be broken.  My friend got a *second* 4100C
for $1.00 [no, not kidding]; it works on his Windows 
box.   ((I'll gladly let him scan things if he is willing.))


 
 If the scanner is supported using the ugen device then it is a question 
 of patching a few files to get it recognized. For the Epson 2480, I 
 submitted this bug report:
 
   http://www.freebsd.org/cgi/query-pr.cgi?pr=usb/86094
 
 this may give you an idea of what it's about.
 
 Cheers, Erik

I'll check your PR, thnks.  I've got some other question 
for you or the list---anyone who has successfully scanned 
books and OCR'd them into ASCII|iso_8859-1.

Which USB model scanner Just-Works? Any? None?  More to the
point, is there any scanner that works with books using 
xsane to do OCR? 

thanks for any insights,

gary





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

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


PPPoE problem for Windows 98SE

2005-12-23 Thread Felix
Dear All,

I am using Freebsd to be the NAS server and provides the PPPoE service.
Everything is working fine under windows XP, Fedora and Debian. However,
it has the connection problem for Windows 98se and Windows ME. I am
using the RASPPPoE program for windows 98 as it doesn't contains any
built in PPPoE service. The windows 98se cannot connect to the internet
and time out after a period of time.

This is the error Message I got from the /var/log/ppp.log


Nov 15 18:22:46 Home ppp[1731]: Phase: Using interface: tun10
Nov 15 18:22:46 Home ppp[1731]: Phase: deflink: Created in closed state
Nov 15 18:22:46 Home ppp[1731]: Command: default: enable pap
Nov 15 18:22:46 Home ppp[1731]: Command: default: enable proxy
Nov 15 18:22:46 Home ppp[1731]: Command: default: disable ipv6cp
Nov 15 18:22:46 Home ppp[1731]: Command: default: set mru 1472
Nov 15 18:22:46 Home ppp[1731]: Command: default: set mtu 1472
Nov 15 18:22:46 Home ppp[1731]: Command: default: set ifaddr 10.1.90.1
10.1.88.2-10.1.88.255
Nov 15 18:22:46 Home ppp[1731]: Command: default: set radius
/etc/radius.conf
Nov 15 18:22:46 Home ppp[1731]: Command: default: accept dns
Nov 15 18:22:46 Home ppp[1731]: Command: default: set timeout 3600
Nov 15 18:22:46 Home ppp[1731]: Command: default: enable lqr
Nov 15 18:22:46 Home ppp[1731]: Command: default: set lqrperiod 5
Nov 15 18:22:46 Home ppp[1731]: Command: default: disable protocomp
Nov 15 18:22:46 Home ppp[1731]: Command: default: set log Chat Command
Phase LCPNov 15 18:22:46 Home ppp[1731]: Command: default: enable pap
Nov 15 18:22:46 Home ppp[1731]: Command: default: enable proxy
Nov 15 18:22:46 Home ppp[1731]: Command: default: disable ipv6cp
Nov 15 18:22:46 Home ppp[1731]: Command: default: set mru 1472
Nov 15 18:22:46 Home ppp[1731]: Command: default: set mtu 1472
Nov 15 18:22:46 Home ppp[1731]: Command: default: set ifaddr 10.1.90.1
10.1.88.2-10.1.88.255
Nov 15 18:22:46 Home ppp[1731]: Command: default: set radius
/etc/radius.conf
Nov 15 18:22:46 Home ppp[1731]: Command: default: accept dns
Nov 15 18:22:46 Home ppp[1731]: Command: default: set timeout 3600
Nov 15 18:22:46 Home ppp[1731]: Command: default: enable lqr
Nov 15 18:22:46 Home ppp[1731]: Command: default: set lqrperiod 5
Nov 15 18:22:46 Home ppp[1731]: Command: default: disable protocomp
Nov 15 18:22:46 Home ppp[1731]: Phase: PPP Started (direct mode).
Nov 15 18:22:46 Home ppp[1731]: Phase: bundle: Establish
Nov 15 18:22:46 Home ppp[1731]: Phase: deflink: closed - opening
Nov 15 18:22:46 Home ppp[1731]: Phase: deflink: Link is a netgraph node
Nov 15 18:22:46 Home ppp[1731]: Phase: deflink: Connected!
Nov 15 18:22:46 Home ppp[1731]: Phase: deflink: opening - carrier
Nov 15 18:22:46 Home ppp[1731]: Phase: deflink: carrier - lcp
Nov 15 18:22:46 Home ppp[1731]: LCP: FSM: Using deflink as a transport
Nov 15 18:22:46 Home ppp[1731]: LCP: deflink: State change Initial --
Closed
Nov 15 18:22:46 Home ppp[1731]: LCP: deflink: State change Closed --
Stopped
Nov 15 18:22:46 Home ppp[1731]: LCP: deflink: RecvConfigReq(1) state =
Stopped
Nov 15 18:22:46 Home ppp[1731]: LCP:  MAGICNNov 15 18:22:46 Home
ppp[1731]: LCP:  CALLBACK[3] CBCP
Nov 15 18:22:46 Home ppp[1731]: LCP: deflink: SendConfigReq(1) state =
Stopped
Nov 15 18:22:46 Home ppp[1731]: LCP:  ACFCOMP[2]
Nov 15 18:22:46 Home ppp[1731]: LCP:  ACCMAP[6] 0x
Nov 15 18:22:46 Home ppp[1731]: LCP:  MRU[4] 1472
Nov 15 18:22:46 Home ppp[1731]: LCP:  MAGICNUM[6] 0x368fe4c7
Nov 15 18:22:46 Home ppp[1731]: LCP:  QUALPROTO[8] proto c025, interval
5000ms
Nov 15 18:22:46 Home ppp[1731]: LCP:  AUTHPROTO[4] 0xc023 (PAP)
Nov 15 18:22:46 Home ppp[1731]: LCP: deflink: SendConfigRej(1) state =
Stopped
Nov 15 18:22:46 Home ppp[1731]: LCP:  CALLBACK[3] CBCP
Nov 15 18:22:46 Home ppp[1731]: LCP: deflink: LayerStart
Nov 15 18:22:46 Home ppp[1731]: LCP: deflink: State change Stopped --
Req-Sent
Nov 15 18:22:46 Home ppp[1731]: LCP: deflink: RecvConfigRej(1) state =
Req-Sent
Nov 15 18:22:46 Home ppp[1731]: LCP:  QUALPROTO[8] proto c025, interval
5000ms
Nov 15 18:22:46 Home ppp[1731]: LCP: deflink: SendConfigReq(2) state =
Req-Sent
Nov 15 18:22:46 Home ppp[1731]: LCP:  ACFCOMP[2]
Nov 15 18:22:46 Home ppp[1731]: LCP:  ACCMAP[6] 0x
Nov 15 18:22:46 Home ppp[1731]: LCP:  MRU[4] 1472
Nov 15 18:22:46 Home ppp[1731]: LCP:  MAGICNUM[6] 0x368fe4c7
Nov 15 18:22:46 Home ppp[1731]: LCP:  AUTHPROTO[4] 0xc023 (PAP)
Nov 15 18:22:46 Home ppp[1731]: LCP: deflink: RecvConfigReq(2) state =
Req-Sent
Nov 15 18:22:46 Home ppp[1731]: LCP:  MAGICNUM[6] 0x00331971
Nov 15 18:22:46 Home ppp[1731]: LCP:  PROTOCOMP[2]
Nov 15 18:22:46 Home ppp[1731]: LCP:  ACFCOMP[2]
Nov 15 18:22:46 Home ppp[1731]: LCP: deflink: SendConfigAck(2) state =
Req-Sent
Nov 15 18:22:46 Home ppp[1731]: LCP:  MAGICNUM[6] 0x00331971
Nov 15 18:22:46 Home ppp[1731]: LCP:  PROTOCOMP[2]
Nov 15 18:22:46 Home ppp[1731]: LCP:  ACFCOMP[2]
Nov 15 18:22:46 Home ppp[1731]: LCP: deflink: State change Req-Sent --
Ack-Sent
Nov 15 18:22:46 Home ppp[1731]: LCP: 

Re: SB16 kernel troubles

2005-12-23 Thread Gary Kline
On Fri, Dec 23, 2005 at 05:02:23PM +0800, Ariff Abdullah wrote:
 On Thu, 22 Dec 2005 21:24:50 -0800
 Gary Kline [EMAIL PROTECTED] wrote:
  
  In rebuilding my 5.4 kernel I added
  
  device sound
  device snd_sb16
 
 You forgot device snd_sbc.
 

Yes! It builds and I just installed it.  Thanks much!

gary

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

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


Re: amd64 + RAID freezing system

2005-12-23 Thread Daniel Rench
On 12/22/05, Georg Auernhammer [EMAIL PROTECTED] wrote:
 Hello!

 i have an amd64 with Sata 80Gig Hardisk and extra RAID:
 [...]
 newfs and mounting ar0 works.
 but as sonn as i am trying to write data on the RAID, the system
 freezes.
 i had some problems writing the label to ar0s1d
 but after some reboots he managed to write the label on ar0.
 only thing is, i cant write data...

 Any suggestions?

I just dealt with a situation that sounds similar.

I have an x86 box with a Promise SATA card with 2 drives in a RAID1
that had been running fairly well for several months. Then it suddenly
froze up (no reboot, nothing written to the console). After a power
cycle the system froze during fsck. In single user mode I was able to
get it mounted readonly without fsck, and could read some files, but
before too long it would freeze again. I pulled one of the drives and
rebooted. Same behavior. Then I pulled that drive and put the other
one back. Fsck completed and it now works fine (aside from no
mirroring going on anymore of course).

Short version: though it sure seems like one of the drives had gone
bad, the Promise card didn't notice. It may say the array is READY
you shouldn't trust it.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: amd64 + RAID freezing system

2005-12-23 Thread Georg Auernhammer
  i have an amd64 with Sata 80Gig Hardisk and extra RAID:
  [...]
  newfs and mounting ar0 works.
  but as sonn as i am trying to write data on the RAID, the system
  freezes.
  i had some problems writing the label to ar0s1d
  but after some reboots he managed to write the label on ar0.
  only thing is, i cant write data...
 
  Any suggestions?
 
 Short version: though it sure seems like one of the drives had gone
 bad, the Promise card didn't notice. It may say the array is READY
 you shouldn't trust it.

But it shouldnt freeze.
Its a RAID 10, or do you think there are more than 1 disks broken?


-- 
Georg Auernhammer
AltBenutzerberater RUS, Admin Institut für Geophysik
ehemal. FTP-Admin, Mirror, WXP-Pool
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: what am i doing wrong?!

2005-12-23 Thread Andreas Rudisch
On Thu, 2005-12-22 at 19:12 -0800, Gary Kline wrote:
   So far, I've upgraded my second FBSD platform to 5.4.  With 
 
 # USB support
 device  uhci# UHCI PCI-USB interface
 device  ohci# OHCI PCI-USB interface
 #device ehci# EHCI PCI-USB interface (USB 2.0)
 device  usb # USB Bus (required)
   [[ ... ]]
 
 device  uscanner# Scanners
 
   builtin.  I just tried xsane again; still no devices.  I'm
   still minus /dev/uscanner[01].  How, pray tell,  do I create 
   these?
 
   gary

I hope you have taken a look here already:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/scanners.html
http://www.freebsd.org/cgi/man.cgi?query=uscannersektion=4manpath=FreeBSD+6.0-RELEASE
http://www.sane-project.org/sane-supported-devices.html

Merry Christmas
Andreas

-- 
GnuPG key  : 0x2A573565  |  http://cyb.websimplex.de/pubkey.asc
Fingerprint: 925D 2089 0BF9 8DE5 9166  33BB F0FD CD37 2A57 3565


signature.asc
Description: This is a digitally signed message part


re-installing applications using ports

2005-12-23 Thread Robert Stevenson
I have begun an installation using the ports
collection but later I decided to cancel it so I could
change some install options. When I start installation
again I get the message  Found saved configuration
for .  then immediately begins compiling. I could
no longer see the installation menu where I could set
the options.

The questions is, how do I re-initialize the
installation process so I could go to the installation
menu once more and set the options?




__ 
Yahoo! for Good - Make a difference this year. 
http://brand.yahoo.com/cybergivingweek2005/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: re-installing applications using ports

2005-12-23 Thread Gerard Seibert
On Friday, December 23, 2005 6:00:15 AM
Robert Stevenson [EMAIL PROTECTED]
Subject: re-installing applications  using ports
Wrote these words of wisdom:

 I have begun an installation using the ports
 collection but later I decided to cancel it so I could
 change some install options. When I start installation
 again I get the message  Found saved configuration
 for .  then immediately begins compiling. I could
 no longer see the installation menu where I could set
 the options.
 
 The questions is, how do I re-initialize the
 installation process so I could go to the installation
 menu once more and set the options?

* REPLY SEPARATOR *
On 10/11/2005 5:29:42 PM, Gerard Replied:

I would use: 'make distclean' to clean out everything that you started
doing.

Then I believe you can use this:

make config

or

make config-recursive

to reconfigure the port. The latter might be the better way for you.
-- 
Gerard Seibert
[EMAIL PROTECTED]

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


nvidia-settings size mismatch

2005-12-23 Thread bob self


I'm running FreeBSD 5.4-STABLE
All of my ports upgrade fine except nvidia-settings. I use portsnap and 
portupgrade.


cd /usr/ports
portsnap fetch
portsnap update
make fetchindex
portsdb -u


portupgrade -v nvidia-settings

I get the following error.


...

===  Cleaning for gtk-2.8.9
===  Cleaning for pango-1.10.2
===  Cleaning for xorg-clients-6.8.2_1
===  Cleaning for xorg-libraries-6.8.2
===  Cleaning for xterm-206_1
===  Cleaning for nvidia-settings-1.0_7
===  Vulnerability check disabled, database not found
===  Extracting for nvidia-settings-1.0_7
= MD5 Checksum mismatch for nvidia-settings-1.0.tar.gz.
= SHA256 Checksum mismatch for nvidia-settings-1.0.tar.gz.
===  Refetch for 1 more times files: nvidia-settings-1.0.tar.gz 
nvidia-settings-1.0.tar.gz

===  Vulnerability check disabled, database not found
= nvidia-settings-1.0.tar.gz doesn't seem to exist in 
/usr/ports/distfiles/.
= Attempting to fetch from 
http://download.nvidia.com/XFree86/nvidia-settings/.
fetch: 
http://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-1.0.tar.gz: 
size mismatch:

expected 1091361, actual 1067305
= Attempting to fetch from 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
fetch: 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/nvidia-settings-1.0.tar.gz: 
size mismatch:

expected 1091361, actual 1056908
= Couldn't fetch it - please try to retrieve this
= port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

Stop in /usr/ports/x11/nvidia-settings.
*** Error code 1

Stop in /usr/ports/x11/nvidia-settings.
** Command failed [exit code 1]: /usr/bin/script -qa 
/tmp/portupgrade15051.0 make

** Fix the problem and try again.
---  Build of x11/nvidia-settings ended at: Fri, 23 Dec 2005 07:01:33 
-0500 (consumed 00:00:13)
---  Upgrade of x11/nvidia-settings ended at: Fri, 23 Dec 2005 07:01:33 
-0500 (consumed 00:00:13)

---  Listing the results (+:done / -:ignored / *:skipped / !:failed)
   ! x11/nvidia-settings (nvidia-settings-1.0_6)   (checksum mismatch)
---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
---  Session ended at: Fri, 23 Dec 2005 07:01:33 -0500 (consumed 00:00:14)


How can I get nvidia-settings to upgrade?

thanks,
Bob

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


Re: nvidia-settings size mismatch

2005-12-23 Thread Marco Beishuizen
On stardate Fri, 23 Dec 2005, the wise bob self entered:

 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/nvidia-settings-1.0.tar.gz:
 size mismatch:
 expected 1091361, actual 1056908
 = Couldn't fetch it - please try to retrieve this
 = port manually into /usr/ports/distfiles/ and try again.
 *** Error code 1
 
 Stop in /usr/ports/x11/nvidia-settings.
 *** Error code 1
 
 Stop in /usr/ports/x11/nvidia-settings.
 ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade15051.0
 make
 ** Fix the problem and try again.
 ---  Build of x11/nvidia-settings ended at: Fri, 23 Dec 2005 07:01:33 -0500
 (consumed 00:00:13)
 ---  Upgrade of x11/nvidia-settings ended at: Fri, 23 Dec 2005 07:01:33 -0500
 (consumed 00:00:13)
 ---  Listing the results (+:done / -:ignored / *:skipped / !:failed)
! x11/nvidia-settings (nvidia-settings-1.0_6)   (checksum mismatch)
 ---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
 ---  Session ended at: Fri, 23 Dec 2005 07:01:33 -0500 (consumed 00:00:14)

This looks familiar :)
You have to manually fetch the nvidia-settings-1.0 and compile it with 
gmake install. 
See http://download.nvidia.com/freebsd/1.0-8174/README/chapter-05.html for 
problems with FreeBSD and nvidia-settings.

Marco

-- 
On two occasions I have been asked [by members of Parliament!], `Pray,
Mr.  Babbage, if you put into the machine wrong figures, will the right
answers come out?'  I am not able rightly to apprehend the kind of
confusion of ideas that could provoke such a question.
-- Charles Babbage
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Compatibility with Dell 630m

2005-12-23 Thread Yinghao LI
Hi, I want to know if FreeBSD 6.0 is compatible with Dell 630m.

Thanks very much!

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


Re: skill problems

2005-12-23 Thread Giorgos Keramidas
On 2005-12-22 23:53, Anthony Philipp [EMAIL PROTECTED] wrote:
 Hello,

 When I did this:

 $ skill ttype

 I got this back:

 skill: proc size mismatch, recompile libkvm

 Anyone know how to fix this?
 uname -a:
 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Mon Dec  5 11:19:03 CST 2005
 pkg_info | grep skill
 skill-4.1.1 SuperKILL, kill or renice processes by pid,
 name, tty or ui

 I've rebuilt world, and rebuilt the kernel with it, so I'm not sure
 what else to do. I don't remember when this problem arose.

Try rebuilding the port itself.  It seems to be out of sync with your
current kernel and/or userland.

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


Re: gvinum: adding plex and subdisks to existing volume

2005-12-23 Thread Ludo Koren
 Arno Beekman [EMAIL PROTECTED] writes:

  On 18 dec 2005, at 18:24, Ludo Koren wrote:


  Any help appreciated, I cannot find useful hints.
 


  http://www.vinumvm.org/ http://www.freebsddiary.org/vinum.php
  man 4 vinum man 8 vinum
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/vinum-
  vinum.html http://devel.reinikainen.net/docs/how-to/Vinum/

maybe I was not enough specific. There is not enough information about
gvinum in the case. All you've mentioned is about vinum and there are
some diffrences; not all commands are implemented... BTW, the addition
of disk on 5.4-STABLE is causing panic. I posted the problem to the
[EMAIL PROTECTED]

Regards,

lk

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


RE: HP Pavillion laptop can't boot FreeBSD

2005-12-23 Thread Gayn Winters
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Derrick Ryalls
 Sent: Thursday, December 22, 2005 6:35 PM
 To: Ted Mittelstaedt
 Cc: FreeBSD Questions
 Subject: Re: HP Pavillion laptop can't boot FreeBSD
 
 On 12/22/05, Ted Mittelstaedt [EMAIL PROTECTED] wrote:

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Behalf Of 
 Derrick Ryalls

   Greetings,
   
   I recently purchased an HP Pavillion laptop (dv8000) that has
   an AMD-64 CPU,
   with the intent on running FreeBSD 6.0 (i386) as a dual boot
   option.  I have
   installed BSD numerous times on various desktops, but this
  is my first
   attempt on a laptop.
   
   When I boot off the CD, before the boot menu comes up, an
  error message
   comes up: elf32_lookup_symbol: corrupt symbol table.  Then the
   normal boot
   menu comes up, at which point selecting option 1 
 (normal) or option 2
   (without ACPI) causes the BTX loader to halt after
  displaying some hex
   errors.  I even tried hitting option 6, unsettng acpi_load,
   then booting,
   but the same error comes up.
   
   I tried 6.0 AMD-64 and didn't get as far.  Before the boot menu
   could come
   up, it continually spews what appears to be the same/similar
   hex errors and
   didn't even respond to Cntrl-Alt-Delete.  Trying 5.4, I don't
   get the elf32
   error before the boot menu, but if I select option 1 it has
   trouble loading
   ACPI and then shuts down.  Selecting option 2 (with the 5.4
  cd) does not
   bring up an error, the system just shuts down.  Out of
   curiousity, I tried a
   Knoppix 4.0 CD and was able to fully boot and get a functioning
   system up
   (albeit running off the CD).
   
   My bios has painfully few options, such as boot order and
  disabling the
   onboard wireless nic, nothing else.
   
   Is there something else I should try, or do I have to wait
  for the time
   being?
   
   TIA for any suggestions.
   
   -Derrick
   On 12/21/05, Ted Mittelstaedt [EMAIL PROTECTED] wrote:
   
boot off floppies and try a ftp install.  Or, boot windows
and burn the freebsd cd in the laptop (i assume the laptop has
a cd burner) sounds like a media error.
   
Ted
  
  
  I don't have a floppy drive to use, but in any case I used 
 3 different
  FreeBSD CDs, all failed.  One of the CDs I had previously used
  to install on
  a desktop, so I doubt it is a media issue.
  
 
  Try booting a 4.11 CD, I have systems which will boot 4.11 fine
  but will not boot 5.4 or later.  If an install works on 
 that, I would
  send-pr the bug.
 
  Also, make sure to firmware/bios update the laptop.
 
  Ted
 
 
 I tried 4.11 and got the hex errors even quicker, no chance 
 to interrupt
 boot sequence.  There isn't a bios update available for it either.

Assuming you've double checked the BIOS version and tried burning the
install CDs on that CDROM drive, I'd try actually installing various
OS's.  Try FreeDOS, any version of Linux, another copy of Windows.  Try
first various bootable CDs (games, diagnostics, etc.) as they are quick
tests. If all can install, then send-pr.  If you get errors on another
OS or bootable CD, then suspect the CDROM drive.  In the meantime, you
might buy yourself a USB floppy drive (handy in any case, especially
if/when you need to update the BIOS) and see if you can boot from that.
The HP support desk will help you diagnose the CDROM drive and with
booting from a USB floppy drive.

Good luck,

-gayn

Bristol Systems Inc.
714/532-6776
www.bristolsystems.com 


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


Re: Additional dual boot issues

2005-12-23 Thread Lowell Gilbert
Andrew Falanga [EMAIL PROTECTED] writes:

 Ok, I was following my post in usenet (didn't know that messages
 posted here were propogated there, cool).  Someone responded to
 another chap who was having a similar problem as mine that the issue
 was probably that they hadn't loaded the FreeBSD bootloader on to the
 second drive.  So, I did this:
 
 # as root
 dd if=/dev/ad0 of=mbr.ad0 bs=512 count=1
 boot0cfg -B ad0
 
 In my system, the IDE drive (with windows) is ad0 and the SATA drive
 with FreeBSD is ad4.
 
 Now, when I'm presented with
 
 F1 - FreeBSD
 F5 - Drive1
 
 I press F5 and am presented with
 F1 - DOS
 F5 - Drive0
 
 This differs in that when I was presented with F5 on the first menu
 I'd press it and FreeBSD would boot.  Now, it appears to try to boot
 Windows but all that happens is I get a blank screen for a few seconds
 then the machine does a soft reboot and I'm back to the bootloader
 prompts after the BIOS does its thing.  What could be the issue now?

Hard to say; you have used too many pronouns without making clear what
they referred to.  Also, you removed the previous discussion from the
e-mail, so we can't tell what the previous problem had been, and why
you added the bootloader on the second drive (which should not be
necessary).  Luckily you copied off the existing boot sector from the
disk, so you should be able to restore it through the reverse procedure.

 P.S. What does 'ad' mean in ad0, ad1 ... adN?

http://www.freebsd.org/cgi/man.cgi?query=adapropos=0sektion=4manpath=FreeBSD+6.0-RELEASE+and+Portsformat=html

Also, remember that I'm
 not a member of this list.  Please respond to me directly when you
 respond to the list as well.

That should be normal procedure.

   Someone who responded last time
 mentioned a gmail account, or something, if that is some sort of
 work-around for folks like me with limited space for e-mail, I'd
 like to know more.

It's an e-mail account from Google.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Cflags and other compiling questions.

2005-12-23 Thread Lowell Gilbert
Kristian M / Struer.Net / Drift [EMAIL PROTECTED] writes:

 I'm kinda new to freebsd, i have been running Gentoo linux for a long time, 
 and know you can optimize your programs if you compile them your self, i have 
 already an portage collection, (witch i update with cvsup-without-gui) this 
 works perfectly, but my question is, how can i optimize the programs?
 
 From gentoo, i have Cflags and march values, example, -march can be set to 
 pentium4 if this is the kind of cpu you have, and then the programs will be 
 compiled with optimizations for this kind of cpu. I actually dont know for 
 sure if this helps (performance, stability, anything) but it would be nice 
 to know.
 
 Maybe someone can point me to some homepage or guide but it have to be simple 
 as i dont have much time to do everything the right way, by reading all the 
 welldocumentated stuff out there (although it would properly be for the best).

If you don't have much time to learn about it, then don't bother with
anything at all; the possible gains will generally be too small to
make much difference anyway.


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


Re: Rocket FM

2005-12-23 Thread Lowell Gilbert
DAve [EMAIL PROTECTED] writes:

 Has anyone tried using the Rocket FM transmitter on FreeBSD? I have an
 old system and the family wants a house radio station.
 
 Google didn't give any real info, and the ports tree shows no RocketFM
 driver.

I don't know what that particular device is.
Most consumer FM transmitters just take an audio input -- in fact,
often you can just plug a headphone output into them.  So there
wouldn't be any special drivers.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Boot error

2005-12-23 Thread Gayn Winters


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of rajoor
 Sent: Thursday, December 22, 2005 8:21 PM
 To: Giorgos Keramidas
 Cc: freebsd-questions@freebsd.org
 Subject: Re: Boot error
 
 
 Giorgos Keramidas wrote:
 
 On 2005-12-23 14:18, Ariane  Ron Joordens 
 [EMAIL PROTECTED] wrote:
   
 
 Afternoon All,
 
 My FreeBSD 6.0 computer refuses to boot. It gets to the 
 screen where it
 pauses for 10 seconds and gives you the choice of 8 boot 
 options, and
 then...nothing!
 
 Choosing the default option shows a single line 
 /boot/kernel/acpi.ko
 text= etc,... then the next line shows |, and that's it. All the
 other boot options show just the | and that's it. I have 
 waited for up
 to 30 minutes, but no change. The only way out is to reset 
 the computer.
 
 Prior to this prblem the computer worked perfectly. FreeBSD 5.4 was
 installed about 4 months ago, this was upgraded to 6.0 
 about 2 months
 ago. Everything had been recompiled and I never had any 
 problems, until
 this.
 
 I suspect that my 2 year old son has been pressing the power button
 repeatedly which may have caused this.
 
 
 
 Do you still have the FreeBSD install CD-ROM?  You can use 
 that to boot.
 
 DON'T INSTALL ANYTHING, though :)
 
 Just make sure that the CD-ROM boots fine up to the sysinstall menu.
 
 If that works, then there's definitely something wrong with 
 the kernel
 or the other boot files you have on disk, and we'll see what can be
 done.

 
 Thanks Giorgos,
 
 The install cd boots just fine. So I then looked up the 
 manual and tried 
 to boot from /boot/kernel.old.kernel but that doesn't work either.
 
 What can we do next?
 
 Ron

Next:  Boot from a CD that has diagnostics and check your hard drive. 

-gayn

Bristol Systems Inc.
714/532-6776
www.bristolsystems.com 


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


Re: 6.0 Release kernel panic - page fault

2005-12-23 Thread Lowell Gilbert
Abhi [EMAIL PROTECTED] writes:

I'm experiencing kernel panics with 6.0 Release. I did a fresh
 install of 6.0 Release after playing with some linux distros and
 Freebsd 5.4 Release. The only problem i had was due to faulty RAM. I
 replaced the RAM and had no problems. But  for somedays my system has
 started to panic randomly. All the crash dumps i got show something
 wrong in the file pcpu.h at line 165.

That just means it's dumping core.  You need to look a little
deeper for why it's doing so.

  I'm ttaching my custom kernel configuration file and one crash dump i
 got with kgdb. I hope someone can tell me why this's happening, and if
 this's freebsd problem or  hardware problem.

In this case, it's smashing its own stack while doing a bcopy()
(or some related function).  If that's not consistent, this
probably *is* a hardware problem.  If it's dependable, then maybe
not.  Try to track down commonalities in what the system is doing
when it panics.  If possible.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: re-installing applications using ports

2005-12-23 Thread Michael C. Shultz
On Friday 23 December 2005 03:48, Gerard Seibert wrote:
 On Friday, December 23, 2005 6:00:15 AM
 Robert Stevenson [EMAIL PROTECTED]
 Subject: re-installing applications  using ports

 Wrote these words of wisdom:
  I have begun an installation using the ports
  collection but later I decided to cancel it so I could
  change some install options. When I start installation
  again I get the message  Found saved configuration
  for .  then immediately begins compiling. I could
  no longer see the installation menu where I could set
  the options.
 
  The questions is, how do I re-initialize the
  installation process so I could go to the installation
  menu once more and set the options?

 * REPLY SEPARATOR *
 On 10/11/2005 5:29:42 PM, Gerard Replied:

 I would use: 'make distclean' to clean out everything that you started
 doing.

 Then I believe you can use this:

 make config

 or

 make config-recursive

 to reconfigure the port. The latter might be the better way for you.

When I want to reconfigure everything I just rm -r  /var/db/ports first :)

-Mike

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


Re: what's an equivalent for the following Perl one-liner?

2005-12-23 Thread Nikos Vassiliadis
On Thursday 22 December 2005 00:04, Mikhail Teterin wrote:
 I'd like a sed string, that will remove both the carriage returns and the
 blanks at eol in one go. Perl appears to recognize the \r character and
 DTRT:

   perl -p -e 's,[ \r]+$,,'  in  out

 What's the sed's equivalent? Thanks!

I thought only bash could do it, but I was wrong:

a=$'s/[ \r]\{1,\}$//'
sed $a

the shell will expand $'\r' to errr \r
and you can use as an one-liner
var=value sed $var

HTH, Nikos


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


GLIBC_2.3 required ...

2005-12-23 Thread Kiffin Gish
I installed the MySQL ndb management tools, but when I fire them up I
get the error that GLIBC_2.3 is missing.

# ldd /usr/local/bin/ndb_mgm
/usr/local/bin/ndb_mgm:
/usr/local/bin/ndb_mgm: /lib/libpthread.so.0: version `GLIBC_2.3.2' not
found (required by /usr/local/bin/ndb_mgm)
/usr/local/bin/ndb_mgm: /lib/libc.so.6: version `GLIBC_2.3' not found
(required by /usr/local/bin/ndb_mgm)

# strings /usr/compat/linux/lib/libc.so.6 |grep GLIBC_2
GLIBC_2.0
GLIBC_2.1
GLIBC_2.1.1
GLIBC_2.1.2
GLIBC_2.1.3
GLIBC_2.2
GLIBC_2.2.1
GLIBC_2.2.2
GLIBC_2.2.3
GLIBC_2.2.4

But no v2.3 in sight. How do I fix this? Do I have to upgrade from
somehwere else (not present in my ports)? Is this supported under
FreeBSD 5.4 or not?

Thanks alot in advance.

-- 
Kiffin Gish [EMAIL PROTECTED]

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


Re: nvidia-settings size mismatch

2005-12-23 Thread bob self

Marco Beishuizen wrote:


On stardate Fri, 23 Dec 2005, the wise bob self entered:

 


ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/nvidia-settings-1.0.tar.gz:
size mismatch:
expected 1091361, actual 1056908
= Couldn't fetch it - please try to retrieve this
= port manually into /usr/ports/distfiles/ and try again.
*** Error code 1

Stop in /usr/ports/x11/nvidia-settings.
*** Error code 1

Stop in /usr/ports/x11/nvidia-settings.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade15051.0
make
** Fix the problem and try again.
---  Build of x11/nvidia-settings ended at: Fri, 23 Dec 2005 07:01:33 -0500
(consumed 00:00:13)
---  Upgrade of x11/nvidia-settings ended at: Fri, 23 Dec 2005 07:01:33 -0500
(consumed 00:00:13)
---  Listing the results (+:done / -:ignored / *:skipped / !:failed)
  ! x11/nvidia-settings (nvidia-settings-1.0_6)   (checksum mismatch)
---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
---  Session ended at: Fri, 23 Dec 2005 07:01:33 -0500 (consumed 00:00:14)
   



This looks familiar :)
You have to manually fetch the nvidia-settings-1.0 and compile it with 
gmake install. 
See http://download.nvidia.com/freebsd/1.0-8174/README/chapter-05.html for 
problems with FreeBSD and nvidia-settings.


Marco

 


I tried this, but I get a compile error. Here's the tail of the output:

-I/usr/local/include/freetype2 -I/usr/local/include   -I doc -I src -I 
src/image_data -I src/xpm_dat
a -I src/gtk+-2.x -I src/libXNVCtrl -I src/libXNVCtrlAttributes 
src/libXNVCtrlAttributes/NvCtrlAttri

butesGlx.c -o .objs/NvCtrlAttributesGlx.o
cc -c -Wall -O -I /usr/X11R6/include -DXTHREADS -DXUSE_MTSAFE_API 
-I/usr/local/include/atk-1.0 -I/us
r/local/include/cairo -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/i
nclude/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include 
-I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include
-I/usr/local/include/freetype2 -I/usr/local/include   -I doc -I src -I 
src/image_data -I src/xpm_dat
a -I src/gtk+-2.x -I src/libXNVCtrl -I src/libXNVCtrlAttributes 
src/libXNVCtrlAttributes/NvCtrlAttri

butesXrandr.c -o .objs/NvCtrlAttributesXrandr.o
cc -c -Wall -O -I /usr/X11R6/include -DXTHREADS -DXUSE_MTSAFE_API 
-I/usr/local/include/atk-1.0 -I/us
r/local/include/cairo -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/i
nclude/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include 
-I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include
-I/usr/local/include/freetype2 -I/usr/local/include   -I doc -I src -I 
src/image_data -I src/xpm_dat
a -I src/gtk+-2.x -I src/libXNVCtrl -I src/libXNVCtrlAttributes 
g_stamp.c -o .objs/g_stamp.o
cc .objs/command-line.o .objs/config-file.o .objs/msg.o 
.objs/nvidia-settings.o .objs/parse.o .objs/
query-assign.o .objs/nvgetopt.o .objs/glxinfo.o .objs/image.o 
.objs/ctkxvideo.o .objs/ctkcursorshado
w.o .objs/ctkui.o .objs/ctkframelock.o .objs/ctkgauge.o .objs/ctkcurve.o 
.objs/ctkcolorcorrection.o
.objs/ctkscale.o .objs/ctkmultisample.o .objs/ctkconfig.o 
.objs/ctkevent.o .objs/ctkwindow.o .objs/c
tkopengl.o .objs/ctkglx.o .objs/ctkdevice.o .objs/ctkhelp.o 
.objs/ctkimagesliders.o .objs/ctkdisplay
device.o .objs/ctkdisplaydevice-crt.o .objs/ctkdisplaydevice-tv.o 
.objs/ctkdisplaydevice-dfp.o .objs
/ctkthermal.o .objs/ctkgvo.o .objs/ctkdropdownmenu.o .objs/ctkrandr.o 
.objs/ctkclocks.o .objs/ctkuti
ls.o .objs/ctkedid.o .objs/NvCtrlAttributes.o 
.objs/NvCtrlAttributesNvControl.o .objs/NvCtrlAttribut
esVidMode.o .objs/NvCtrlAttributesXv.o .objs/NvCtrlAttributesGlx.o 
.objs/NvCtrlAttributesXrandr.o .o
bjs/g_stamp.o -Wall -O -I /usr/X11R6/include -DXTHREADS 
-DXUSE_MTSAFE_API -I/usr/local/include/atk-1
.0 -I/usr/local/include/cairo -I/usr/local/include/glib-2.0 
-I/usr/local/lib/glib-2.0/include -I/usr
/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include 
-I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/
include -I/usr/local/include/freetype2 -I/usr/local/include   -I doc -I 
src -I src/image_data -I src
/xpm_data -I src/gtk+-2.x -I src/libXNVCtrl -I 
src/libXNVCtrlAttributes   -Wl,--rpath -Wl,/usr/local
/lib -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 
-lXrandr -lXi -lXinerama -latk-1.
0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor -lXfixes -lcairo 
-lpangoft2-1.0 -lfontconfig -lfreetyp
e -lz -lpango-1.0 -lm -lXrender -lX11 -lXext -lgobject-2.0 -lgmodule-2.0 
-lglib-2.0 -liconv   -L /us
r/X11R6/lib -Wl,-Bstatic -lXxf86vm -Wl,-Bdynamic -lX11 -lXext 
src/libXNVCtrl/libXNVCtrl.a -o nvidia-

settings
src/libXNVCtrl/libXNVCtrl.a: could not read symbols: File format not 
recognized

gmake: *** [nvidia-settings] Error 1


Anyone know how to get beyond this?

thanks,
Bob

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


Re: 6.0 Release kernel panic - page fault

2005-12-23 Thread Abhi
Hello,
 Thanks for your reply. Actually i experienced page faults mostly
when browsing web mostly from linux opera. So i installed firefox from
ports. It didnt cause any panic until yeserday, when it caused the
crash. And after that system panic occured while booting. Well i don't
know if a particular application is causing system panic but most
panics occured when i was using net.
Can you tell me if there are any other options for kernel
configuration file which can make the debugging mor verbose? I only
used -g option in my kernel config.

Greetings,
Abhijit

On 23 Dec 2005 09:49:58 -0500, Lowell Gilbert
[EMAIL PROTECTED] wrote:
 Abhi [EMAIL PROTECTED] writes:

 I'm experiencing kernel panics with 6.0 Release. I did a fresh
  install of 6.0 Release after playing with some linux distros and
  Freebsd 5.4 Release. The only problem i had was due to faulty RAM. I
  replaced the RAM and had no problems. But  for somedays my system has
  started to panic randomly. All the crash dumps i got show something
  wrong in the file pcpu.h at line 165.

 That just means it's dumping core.  You need to look a little
 deeper for why it's doing so.

   I'm ttaching my custom kernel configuration file and one crash dump i
  got with kgdb. I hope someone can tell me why this's happening, and if
  this's freebsd problem or  hardware problem.

 In this case, it's smashing its own stack while doing a bcopy()
 (or some related function).  If that's not consistent, this
 probably *is* a hardware problem.  If it's dependable, then maybe
 not.  Try to track down commonalities in what the system is doing
 when it panics.  If possible.



--
If Karl, instead of writing a lot about Capital, had made a lot of
Capital, it would have been much better.
-- Karl Marx's Mother
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Rocket FM

2005-12-23 Thread DAve

Lowell Gilbert wrote:

DAve [EMAIL PROTECTED] writes:



Has anyone tried using the Rocket FM transmitter on FreeBSD? I have an
old system and the family wants a house radio station.

Google didn't give any real info, and the ports tree shows no RocketFM
driver.



I don't know what that particular device is.
Most consumer FM transmitters just take an audio input -- in fact,
often you can just plug a headphone output into them.  So there
wouldn't be any special drivers.




Agreed, I believe it will work just fine. The issue is that the device 
uses a desktop app to set the transmitter freq. I might be able to 
install it on my wifes Mac, set the freq, then plug it into the 
server(FreeBSD). We will see.


Thanks,

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


Re: 6.0 Release kernel panic - page fault

2005-12-23 Thread Abhi
Hello,
Thanks for your reply. Actually i experienced page faults mostly
when browsing web mostly from linux opera. So i installed firefox from
ports. It didnt cause any panic until yeserday, when it caused the
crash. And after that system panic occured while booting. Well i don't
know if a particular application is causing system panic but most
panics occured when i was using net.
Can you tell me if there are any other options for kernel
configuration file which can make the debugging mor verbose? I only
used -g option in my kernel config.
I'm attaching another crash dump which occurred last night when i was
browsing net.

Greetings,
Abhijit


On 23 Dec 2005 09:49:58 -0500, Lowell Gilbert
[EMAIL PROTECTED] wrote:
 Abhi [EMAIL PROTECTED] writes:

 I'm experiencing kernel panics with 6.0 Release. I did a fresh
  install of 6.0 Release after playing with some linux distros and
  Freebsd 5.4 Release. The only problem i had was due to faulty RAM. I
  replaced the RAM and had no problems. But  for somedays my system has
  started to panic randomly. All the crash dumps i got show something
  wrong in the file pcpu.h at line 165.

 That just means it's dumping core.  You need to look a little
 deeper for why it's doing so.

   I'm ttaching my custom kernel configuration file and one crash dump i
  got with kgdb. I hope someone can tell me why this's happening, and if
  this's freebsd problem or  hardware problem.

 In this case, it's smashing its own stack while doing a bcopy()
 (or some related function).  If that's not consistent, this
 probably *is* a hardware problem.  If it's dependable, then maybe
 not.  Try to track down commonalities in what the system is doing
 when it panics.  If possible.



--
If Karl, instead of writing a lot about Capital, had made a lot of
Capital, it would have been much better.
-- Karl Marx's Mother


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

Re: GLIBC_2.3 required ...

2005-12-23 Thread Dan Nelson
In the last episode (Dec 23), Kiffin Gish said:
 I installed the MySQL ndb management tools, but when I fire them up I
 get the error that GLIBC_2.3 is missing.
 
 # ldd /usr/local/bin/ndb_mgm
 /usr/local/bin/ndb_mgm:
 /usr/local/bin/ndb_mgm: /lib/libpthread.so.0: version `GLIBC_2.3.2' not found 
 (required by /usr/local/bin/ndb_mgm)
 /usr/local/bin/ndb_mgm: /lib/libc.so.6: version `GLIBC_2.3' not found 
 (required by /usr/local/bin/ndb_mgm)

Upgrade your linux_base port to something with a newer glibc.  I have
linux_base-rh-9 installed, and its libc.so.6 version is GLIBC_2.3.3.

Then again, why are you running a Linux binary?  The mysql41-server and
mysql50-server ports should install a native ndb_mgm.

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


Re: Boot error

2005-12-23 Thread Giorgos Keramidas
On 2005-12-23 15:20, rajoor [EMAIL PROTECTED] wrote:
Giorgos Keramidas wrote:
On 2005-12-23 14:18, Ariane  Ron Joordens [EMAIL PROTECTED] wrote:
 My FreeBSD 6.0 computer refuses to boot. It gets to the
 screen where it pauses for 10 seconds and gives you the
 choice of 8 boot options, and then...nothing!

 Choosing the default option shows a single line
 /boot/kernel/acpi.ko text= etc,... then the next line shows
 |, and that's it. All the other boot options show just the
 | and that's it. I have waited for up to 30 minutes, but no
 change. The only way out is to reset the computer.

 Prior to this prblem the computer worked perfectly. FreeBSD
 5.4 was installed about 4 months ago, this was upgraded to
 6.0 about 2 months ago. Everything had been recompiled and I
 never had any problems, until this.

 I suspect that my 2 year old son has been pressing the power
 button repeatedly which may have caused this.

 Do you still have the FreeBSD install CD-ROM?  You can use
 that to boot.

 DON'T INSTALL ANYTHING, though :)

 Just make sure that the CD-ROM boots fine up to the sysinstall
 menu.

 If that works, then there's definitely something wrong with
 the kernel or the other boot files you have on disk, and we'll
 see what can be done.

 Thanks Giorgos,

 The install cd boots just fine. So I then looked up the manual
 and tried to boot from /boot/kernel.old.kernel but that doesn't
 work either.

 What can we do next?

You can try using the Live CD CD-ROM, to boot into the live
FreeBSD system and try to run fsck on the disk that's failing.

The live CD-ROM is disc2.iso from the release ISO images.  If you
have this CD-ROM, you can boot into sysinstall and choose:

Fixit  =  2 CDROM/DVD

You will then enter a shell that runs from the live CD-ROM, and
be able to run fsck(8) on your disks :-)


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


Re: re-installing applications using ports

2005-12-23 Thread Robert Huff

Gerard Seibert writes:

   The questions is, how do I re-initialize the
   installation process so I could go to the installation
   menu once more and set the options?
  
  I would use: 'make distclean' to clean out everything that you started
  doing.
  
  Then I believe you can use this:
  
  make config
  
  or
  
  make config-recursive
  
  to reconfigure the port. The latter might be the better way for you.

See also make rmconfig.


Robert Huff



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


Re: GLIBC_2.3 required ...

2005-12-23 Thread Kiffin Gish
On Fri, 2005-12-23 at 09:36 -0600, Dan Nelson wrote:
 In the last episode (Dec 23), Kiffin Gish said:
  I installed the MySQL ndb management tools, but when I fire them up I
  get the error that GLIBC_2.3 is missing.
  
  # ldd /usr/local/bin/ndb_mgm
  /usr/local/bin/ndb_mgm:
  /usr/local/bin/ndb_mgm: /lib/libpthread.so.0: version `GLIBC_2.3.2' not 
  found (required by /usr/local/bin/ndb_mgm)
  /usr/local/bin/ndb_mgm: /lib/libc.so.6: version `GLIBC_2.3' not found 
  (required by /usr/local/bin/ndb_mgm)
 
 Upgrade your linux_base port to something with a newer glibc.  I have
 linux_base-rh-9 installed, and its libc.so.6 version is GLIBC_2.3.3.
 
 Then again, why are you running a Linux binary?  The mysql41-server and
 mysql50-server ports should install a native ndb_mgm.

You're right. However, by default not. Therefore a rebuild is required
with the -DWITH_NDB option set. Thanks for the tip.

 
-- 
Kiffin Gish [EMAIL PROTECTED]

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


Re: flash plugin in 6.0 / realplayer fontconfig

2005-12-23 Thread Darren Henderson

On Fri, 23 Dec 2005, Kent Stewart wrote:


Use the location menu item on RealPlayer and add
http://66.246.59.69:8700

You probably won't understand it but Xeoax, Oaxaca is the only realaudio
stream that I listen to.



kmplayer and gmplayer handle it perfectly. Xine handles it but doesn't 
sound quite as good (lot of tinkering that can be done there though).


Totem plays it but its only tolerable if you really like chipmunks.

-Darren

__
Darren Henderson  [EMAIL PROTECTED]

   Help fight junk e-mail, visit http://www.cauce.org/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


How to get best results from FreeBSD-questions

2005-12-23 Thread Greg Lehey

How to get the best results from FreeBSD questions.
===

Last update $Date: 2005/08/10 02:21:44 $

This is a regular posting to the FreeBSD questions mailing list.  If
you got it in answer to a message you sent, it means that the sender
thinks that at least one of the following things was wrong with your
message:

- You left out a subject line, or the subject line was not appropriate.
- You formatted it in such a way that it was difficult to read.
- You asked more than one unrelated question in one message.
- You sent out a message with an incorrect date, time or time zone.
- You sent out the same message more than once.
- You sent an 'unsubscribe' message to FreeBSD-questions.

If you have done any of these things, there is a good chance that you
will get more than one copy of this message from different people.
Read on, and your next message will be more successful.

This document is also available on the web at
http://www.lemis.com/questions.html.

=

Contents:

I:Introduction
II:   How to unsubscribe from FreeBSD-questions
III:  Should I ask -questions or -hackers?
IV:   How to submit a question to FreeBSD-questions
V:How to answer a question to FreeBSD-questions

I: Introduction
===

This is a regular posting aimed to help both those seeking advice from
FreeBSD-questions (the newcomers), and also those who answer the
questions (the hackers).

   Note that the term hacker has nothing to do with breaking
   into other people's computers.  The correct term for the latter
   activity is cracker, but the popular press hasn't found out
   yet.  The FreeBSD hackers disapprove strongly of cracking
   security, and have nothing to do with it.

In the past, there has been some friction which stems from the
different viewpoints of the two groups.  The newcomers accused the
hackers of being arrogant, stuck-up, and unhelpful, while the hackers
accused the newcomers of being stupid, unable to read plain English,
and expecting everything to be handed to them on a silver platter.  Of
course, there's an element of truth in both these claims, but for the
most part these viewpoints come from a sense of frustration.

In this document, I'd like to do something to relieve this frustration
and help everybody get better results from FreeBSD-questions.  In the
following section, I recommend how to submit a question; after that,
we'll look at how to answer one.

II:  How to unsubscribe from FreeBSD-questions
==

When you subscribed to FreeBSD-questions, you got a welcome message
from [EMAIL PROTECTED]  In this message, amongst
other things, it told you how to unsubscribe.  Here's a typical
message:

  Welcome to the freebsd-questions@freebsd.org mailing list!

If you ever want to unsubscribe or change your options (eg, switch to
or from digest mode, change your password, etc.), visit your
subscription page at:

  http://lists.freebsd.org/mailman/options/freebsd-questions/[EMAIL PROTECTED]
  
(obviously, substitute your mail address for [EMAIL PROTECTED]).  You can
also make such adjustments via email by sending a message to:

  [EMAIL PROTECTED]
  
with the word 'help' in the subject or body (don't include the
quotes), and you will get back a message with instructions.

You must know your password to change your options (including
changing the password, itself) or to unsubscribe.
  
Normally, Mailman will remind you of your freebsd.org mailing list
passwords once every month, although you can disable this if you
prefer.  This reminder will also include instructions on how to
unsubscribe or change your account options.  There is also a button on
your options page that will email your current password to you.

  Here's the general information for the list you've
  subscribed to, in case you don't already have it:

  FREEBSD-QUESTIONS   User questions
  This is the mailing list for questions about FreeBSD.  You should not
  send how to questions to the technical lists unless you consider the
  question to be pretty technical.

Normally, unsubscribing is even simpler than the message suggests: you
don't need to specify your mail ID unless it is different from the one
which you specified when you subscribed.

If Majordomo replies and tells you (incorrectly) that you're not on
the list, this may mean one of two things:

  1.  You have changed your mail ID since you subscribed.  That's where
  keeping the original message from majordomo comes in handy.  For
  example, the sample message above shows my mail ID as
  [EMAIL PROTECTED]  Since then, I have changed it to
  [EMAIL PROTECTED]  If I were to try to remove [EMAIL PROTECTED] from
  the list, it would fail: I would have to specify the name with
  which I joined.

  2.  You're subscribed to a mailing list which is subscribed to
  

The Complete FreeBSD: errata and addenda

2005-12-23 Thread Greg Lehey
The trouble with books is that you can't update them the way you can a web page
or any other online documentation.  The result is that most leading edge
computer books are out of date almost before they are printed.  Unfortunately,
The Complete FreeBSD, published by O'Reilly, is no exception.  Inevitably, a
number of bugs and changes have surfaced.

The Complete FreeBSD has been through a total of five editions, including its
predecessor Installing and Running FreeBSD.  Two of these have been reprinted
with corrections.  I maintain a series of errata pages.  Start at
http://www.lemis.com/errata-4.html to find out how to get the errata
information.

Have you found a problem with the book, or maybe something confusing?  Please
let me know: I'm constantly updating it.

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


SPAM Trap

2005-12-23 Thread Gerard Seibert
I have been reading about SPAM Traps. Exactly what is a SPAM Trap? I 
noticed that it seems to be used in conjunction with blacklisting 
organizations.


How would one go about setting up one?

--
Gerard Seibert
[EMAIL PROTECTED]

Dilbert's Law:

Everyone is somebody's else's weirdo.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: nvidia-settings size mismatch

2005-12-23 Thread RW
On Friday 23 December 2005 13:09, bob self wrote:
 I'm running FreeBSD 5.4-STABLE

 ---  Listing the results (+:done / -:ignored / *:skipped / !:failed)
 ! x11/nvidia-settings (nvidia-settings-1.0_6)   (checksum mismatch)
 ---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
 ---  Session ended at: Fri, 23 Dec 2005 07:01:33 -0500 (consumed 00:00:14)


 How can I get nvidia-settings to upgrade?


If I were you I'd just wait. 

Some joker at nvidia has modified nvidia-settings-1.0.tar.gz without renaming 
it. Sooner or later the port will catch up. If the  old version of 
nvidia-settings still works, why worry. If you are desperate, email the port 
maintainer.

Manually installing software is a bad idea, unless you have no alternative. 
The package database wont get updated and the existing packing list may not 
match the files you install.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Palm (Zire) and /dev/ucom0 on 6.0

2005-12-23 Thread DW

Hello all,

Has something changed in release-6.0 that affects usb communication with 
a palm/zire?


Here is what I have done from 5.2.1-5.4 to get my zire to sync with Jpilot:

1. add to my kernel:
device   ucom
device   uvisor

2. Add to /etc/defaults/devfs.rules:
[devfsrules_palm=100]
add path 'ucom*' group operator mode 0666

3. Add to /etc/rc.conf
devfs_enable=YES
devfs_system_ruleset=devfsrules_palm



I do all this on my new 6.0 machine. When I hit the sync button on zire, 
I get the expected dmesg output (detecting the palm device), but there 
is no /dev/ucom0 device in /dev. Why?


Does anybody know what I need to do or can you point me to the docs that 
will explain this to me?


Thanks a bunch,
DW

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


Quick, simple backup solution

2005-12-23 Thread Joe Wood
I am looking for a quick backup solution for my freebsd machine. Currently I
backup to a DDS-4 DAT drive using the following while in /:

 

tar -zpcvf /dev/sa0 .

 

I am aware of bacula, Amanda, cpio, and dump but to me tar is the ideal
method so if anyone had a simple script to automate this process I would
greatly appreciate some help in making my own.

 

Thanks again, you guys are great!!

 

Joe

 

 

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


Re: 6.0 Release kernel panic - page fault

2005-12-23 Thread Abhi
Hello,
   Thanks for your reply. Actually i experienced page faults mostly
when browsing web mostly from linux opera. So i installed firefox from
ports. It didnt cause any panic until yeserday, when it caused the
crash. And after that system panic occured while booting. Well i don't
know if a particular application is causing system panic but most
panics occured when i was using net.
Can you tell me if there are any other options for kernel
configuration file which can make the debugging mor verbose? I only
used -g option in my kernel config.
I'm attaching another crash dump which occurred last night when i was
browsing net.

Greetings,
Abhijit

kernel dump

Unread portion of the kernel message buffer:
panic: clist reservation botch
Uptime: 1h4m51s
Dumping 510 MB (2 chunks)
  chunk 0: 1MB (159 pages) ... ok
  chunk 1: 510MB (130528 pages) 494 478 462 446 430 414 398 382 366 350 334 318
302 286 270 254 238 222 206 190 174 158 142 126 110 94 78 62 46 30 14

#0  doadump () at pcpu.h:165
165 __asm __volatile(movl %%fs:0,%0 : =r (td));

(kgdb) where
#0  doadump () at pcpu.h:165
#1  0xc04c524a in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:399
#2  0xc04c54e0 in panic (fmt=0xc06266e5 clist reservation botch)
at /usr/src/sys/kern/kern_shutdown.c:555
#3  0xc04f90be in b_to_q (
src=0xc18318ae ept: */*\r\nAccept-Language: en-us,en;q=0.5\r\nAccept-Encodi
ng: gzip,deflate\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7\r\nKeep-Alive
: 300\r\nConnection: keep-alive\r\nReferer: http://www.hi5.com/friend/di;..., am
ount=704, clistp=0xc1669838) at /usr/src/sys/kern/tty_subr.c:104
#4  0xc0539e44 in pppasyncstart (sc=0xc1a3c400)
at /usr/src/sys/net/ppp_tty.c:582
#5  0xc053539e in pppoutput (ifp=0xc1636400, m0=0xc171cb00, dst=0xc1b64310,
rtp=0xc17dbb58) at /usr/src/sys/net/if_ppp.c:961
#6  0xc054be9c in ip_output (m=0xc171cb00, opt=0xc1636400, ro=0xd5440bb0,
flags=0, imo=0x0, inp=0xc1814a8c) at /usr/src/sys/netinet/ip_output.c:776
#7  0xc0554bfa in tcp_output (tp=0xc1bddac8)
at /usr/src/sys/netinet/tcp_output.c:1080
#8  0xc055a661 in tcp_timer_rexmt (xtp=0xc1bddac8)
at /usr/src/sys/netinet/tcp_timer.c:579
#9  0xc04d12cf in softclock (dummy=0x0)
at /usr/src/sys/kern/kern_timeout.c:290
#10 0xc04b0e41 in ithread_loop (arg=0xc1581480)
at /usr/src/sys/kern/kern_intr.c:547
#11 0xc04b00c8 in fork_exit (callout=0xc04b0ce8 ithread_loop,
at /usr/src/sys/kern/kern_shutdown.c:555
#3  0xc04f90be in b_to_q (
src=0xc18318ae ept: */*\r\nAccept-Language: en-us,en;q=0.5\r\nAccept-Encodi
ng: gzip,deflate\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7\r\nKeep-Alive
: 300\r\nConnection: keep-alive\r\nReferer: http://www.hi5.com/friend/di;..., am
ount=704, clistp=0xc1669838) at /usr/src/sys/kern/tty_subr.c:104
#4  0xc0539e44 in pppasyncstart (sc=0xc1a3c400)
at /usr/src/sys/net/ppp_tty.c:582
#5  0xc053539e in pppoutput (ifp=0xc1636400, m0=0xc171cb00, dst=0xc1b64310,
rtp=0xc17dbb58) at /usr/src/sys/net/if_ppp.c:961
#6  0xc054be9c in ip_output (m=0xc171cb00, opt=0xc1636400, ro=0xd5440bb0,
flags=0, imo=0x0, inp=0xc1814a8c) at /usr/src/sys/netinet/ip_output.c:776
#7  0xc0554bfa in tcp_output (tp=0xc1bddac8)
at /usr/src/sys/netinet/tcp_output.c:1080
#8  0xc055a661 in tcp_timer_rexmt (xtp=0xc1bddac8)
at /usr/src/sys/netinet/tcp_timer.c:579
#9  0xc04d12cf in softclock (dummy=0x0)
at /usr/src/sys/kern/kern_timeout.c:290
#10 0xc04b0e41 in ithread_loop (arg=0xc1581480)
at /usr/src/sys/kern/kern_intr.c:547
#11 0xc04b00c8 in fork_exit (callout=0xc04b0ce8 ithread_loop,
arg=0xc1581480, frame=0xd5440d38) at /usr/src/sys/kern/kern_fork.c:789
#12 0xc05ebe2c in fork_trampoline () at /usr/src/sys/i386/i386/exception.s:208

(kgdb) bt full
#0  doadump () at pcpu.h:165
No locals.
#1  0xc04c524a in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:399
first_buf_printf = 1
#2  0xc04c54e0 in panic (fmt=0xc06266e5 clist reservation botch)
at /usr/src/sys/kern/kern_shutdown.c:555
td = (struct thread *) 0xc15cb480
bootopt = 260
newpanic = 0
ap = 0xc15cb480 0¨\\Á uXÁ
buf = clist reservation botch, '\0' repeats 232 times
#3  0xc04f90be in b_to_q (
src=0xc18318ae ept: */*\r\nAccept-Language: en-us,en;q=0.5\r\nAccept-Encodi
ng: gzip,deflate\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7\r\nKeep-Alive
: 300\r\nConnection: keep-alive\r\nReferer: http://www.hi5.com/friend/di;..., am
ount=704, clistp=0xc1669838) at /usr/src/sys/kern/tty_subr.c:104
prev = (struct cblock *) 0x0
cblockp = (struct cblock *) 0xc1af9380
firstbyte = 0xc0c293c0  \223ÂÀ`\224ÂÀÄÉdÀÀ)bÀz\acÀ
lastbyte = 0x3 Address 0x3 out of bounds
startmask = 0 '\0'
endmask = 0 '\0'
startbit = 0
endbit = -1067774825
  num_between = 0
numc = 108
#4  0xc0539e44 in pppasyncstart (sc=0xc1a3c400)
at /usr/src/sys/net/ppp_tty.c:582
tp = (struct tty *) 0xc1669800
m 

Re: SPAM Trap

2005-12-23 Thread RW
On Friday 23 December 2005 17:12, Gerard Seibert wrote:
 I have been reading about SPAM Traps. Exactly what is a SPAM Trap? I
 noticed that it seems to be used in conjunction with blacklisting
 organizations.

 How would one go about setting up one?

AFAIK it's just a set of email accounts that are not used by real people, so 
anything that ends up in them can be fed into some kind of spam-learning 
software such as DCC, vipal's razor etc. Try googling those terms with 
spamtrap.


I believe Brightmail makes extensive use of spamtraps too.


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


Re: Simple question

2005-12-23 Thread Teilhard Knight

On Tue, Dec 20, 2005 at 05:08:33PM -0500, David R. Litwin wrote:

What's the command to stop a service like gdm?

Killall.


Seems like a bad idea, unless the service is hung. Using the proper init
script would make more sense. To simply stop the service, /etc/init.d/gdm
stop
as root would do the trick. To change things so that it does not start on
the next boot, removing the symlink in the appropriate runlevel (the
default is 2, I believe) would do the trick.

If you're concerned with managing services on boot in general then I
highly recommend a program such as sysv-rc-conf or rcconf to manage the
symbolic links for you.


Actually, I needed to stop gdm only for installing a package. But you have
given me very valuable information. I appreciate your feedback.

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


Re: Simple question

2005-12-23 Thread Teilhard Knight

Teilhard Knight wrote:

What's the command to stop a service like gdm?


Formally it's:

invoke-rc.d gdm stop

But everybody (including myself) uses:

/etc/init.d/gdm stop

To stop it permanently use:

update-rc.d gdm remove


Thanks a lot.

Teilhard.


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


Re: Simple question

2005-12-23 Thread Teilhard Knight

Am 2005-12-20 04:04:24, schrieb Teilhard Knight:

What's the command to stop a service like gdm?


It depends.

1)  For killing it the current bootet Computer

   /etc/init.d/gdm stop

2)  Only from the runlevel 2

   rm /etc/rc2.d/??gdm

3)  Permanently

   apt-get --purge remove gdm


Thank you very much.

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


Re: SPAM Trap

2005-12-23 Thread Charles Swiger

On Dec 23, 2005, at 12:12 PM, Gerard Seibert wrote:
I have been reading about SPAM Traps. Exactly what is a SPAM Trap?  
I noticed that it seems to be used in conjunction with blacklisting  
organizations.


How would one go about setting up one?


The simplest case is to set up some email addresses on a website  
which point to a machine with no valid users, and then pay attention  
to any incoming mail and blacklist that traffic, ie, add the IP  
addresses of sending machines to a deny list like the access map, or  
feed the contents of such mail into SpamAssassin or other such tools  
which perform Bayesian text recognition.


Recently I'd written a Python program to generate such pages to try  
and pollute spam databases, which also helps against critters who  
scan websites and then launch dictionary attacks against user  
accounts via SSH and so forth.  It's here:


http://www.pkix.net/~chuck/strychnine.py

...and can be seen in operation here:

http://www.pkix.net/foo.asp

[ Or any URL that doesn't refer to a valid document, for that  
matter.  :-) ]


--
-Chuck

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


Re: Simple question

2005-12-23 Thread Teilhard Knight

Teilhard Knight wrote:

What's the command to stop a service like gdm?

Teilhard.




Simple answer: RTFM
Extended answer: $ info gdm


Thanks.

Teilhard

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


Re: Simple question

2005-12-23 Thread Teilhard Knight

as root:  /etc/gdm stop


Are you sure? I haven't tried it, but seems something is missing. Thanks 
anyway.


Teilhard. 


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


Re: Simple question

2005-12-23 Thread Kövesdán Gábor

Teilhard Knight wrote:


as root:  /etc/gdm stop



Are you sure? I haven't tried it, but seems something is missing. 
Thanks anyway.


Teilhard. 


/etc/rc.d/gdm stop

See:
rc(8)
rcorder(8)
rc.conf(5)

Regards,

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


Re: flash plugin in 6.0 / realplayer fontconfig

2005-12-23 Thread Kent Stewart
On Friday 23 December 2005 07:57 am, Darren Henderson wrote:
 On Fri, 23 Dec 2005, Kent Stewart wrote:
  Use the location menu item on RealPlayer and add
  http://66.246.59.69:8700
 
  You probably won't understand it but Xeoax, Oaxaca is the only
  realaudio stream that I listen to.

 kmplayer and gmplayer handle it perfectly. Xine handles it but
 doesn't sound quite as good (lot of tinkering that can be done there
 though).

 Totem plays it but its only tolerable if you really like chipmunks.


Even mplayer will play it if you get past the message about 
~/.mplayer/subfont.tttf.

If you can play it, the application works over the network. I have been 
known to record the news from Oaxaca, México and burn a CD for friends 
from there. It is a kind of poke in the ribs to get them on the 
Internet. It hasn't worked yet but I keep trying :).

If realplayer won't work with firefox, the relationship between firefox 
preferences  download actions and audio/x-pn-realaudio is screwed up. 
You should be able to point the firefox file action to anything that 
will play a realaudio file type. This is also true for mp3 file 
actions.

Before I did any of this, I added links to nphelix.so and nphelix.xpt 
in /usr/X11R6/lib/browser_linux_plugins 
and /usr/X11R6/lib/browser_plugins

I don't know which one made the difference. I tweaked until I could see 
the plugins in mozilla. I am also using the default libmap.conf for the 
version [56]-stable.

At any rate, firefox-1.5_5,1 will play *.ram files on all of my systems 
(with sound cards, speakers and either 5-stable or 6-stable) when I 
visit websites with realaudio *.ram files. The only problem is that the 
realaudio sites I listen to are folklóric sites from Columbia and 
Venezuela. This includes winamp playlists using xmms.

I haven't made mozilla work but then I don't miss the capability 
either :).

Kent

-- 
Kent Stewart
Richland, WA

Nunca te acostarás sin saber una cosa más
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Quick, simple backup solution

2005-12-23 Thread Joe Wood
I am looking for a quick backup solution for my freebsd machine. Currently I
backup to a DDS-4 DAT drive using the following while in /:

 

tar -cf /dev/sa0 -I /root/includes -X /root/excludes .

 

I am aware of bacula, Amanda, cpio, and dump but to me tar is the ideal
method so if anyone had a simple script to automate this process I would
greatly appreciate some help in making my own.

 

Thanks again, you guys are great!!

 

Joe

 

 

 

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


Cannot start X

2005-12-23 Thread Teilhard Knight

Hi:

I just installed FreeBSD 6.0 on a P4 HT, and I cannot start X. Actually I 
want to start KDE; the .xinitrc is in place, but I couldn't start it before 
I wrote it, either. As I cannot copy and paste, I do not give you my 
xorg.conf file, but I need the i810 driver for a Realtek A'67 integrated 
sound device whose chip apparently is Intel.


Upon startx, I get in the end:

(==) Using config file /etc/X11/xorg.conf
[drm] failed to load kernel module i915
(EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI.
start: not found.

I have checked the xorg.conf file and it has no mention of module i915. I 
have tried with the config files made by xorgcfg -textmode, but none of 
the options for the driver i810 works. The check: Xorg -config 
xorg.conf.new, after making Xorg -configure and changing the resolution 
to 1280x1024, works all right, though.


I would appreciate if you could give me a hint of what to do. I'll be happy 
to provide any additional information.


Teilhard. 


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


Re: Cannot start X

2005-12-23 Thread Eric Kjeldergaard
On Saturday 24 December 2005 03:58, Teilhard Knight wrote:
 Hi:

 I just installed FreeBSD 6.0 on a P4 HT, and I cannot start X. Actually I
 want to start KDE; the .xinitrc is in place, but I couldn't start it before
 I wrote it, either. As I cannot copy and paste, I do not give you my
 xorg.conf file, but I need the i810 driver for a Realtek A'67 integrated
 sound device whose chip apparently is Intel.

 Upon startx, I get in the end:

 (==) Using config file /etc/X11/xorg.conf
 [drm] failed to load kernel module i915
 (EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI.
 start: not found.

This last line indicates that you are trying to run a program called start.  
Likely this is in your .xinitrc.  Is it possible that you have something 
othere than the following in your .xinitrc:

exec startkde

 I have checked the xorg.conf file and it has no mention of module i915. I
 have tried with the config files made by xorgcfg -textmode, but none of
 the options for the driver i810 works. The check: Xorg -config
 xorg.conf.new, after making Xorg -configure and changing the resolution
 to 1280x1024, works all right, though.

 I would appreciate if you could give me a hint of what to do. I'll be happy
 to provide any additional information.

Hope that helps.


pgpM337mRvaI2.pgp
Description: PGP signature


Re: Cannot start X

2005-12-23 Thread Kevin Kinsey

Teilhard Knight wrote:


Hi:

I just installed FreeBSD 6.0 on a P4 HT, and I cannot start X. Actually I
want to start KDE; the .xinitrc is in place, but I couldn't start it 
before
I wrote it, either. As I cannot copy and paste, I do not give you my 
xorg.conf
file, but I need the i810 driver for a Realtek A'67 integrated sound 
device

whose chip apparently is Intel.



Hrm, isn't i810 the integrated video?


Upon startx, I get in the end:

(==) Using config file /etc/X11/xorg.conf
[drm] failed to load kernel module i915
(EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI.
start: not found.



This looks suspiciously like a misconfiguration.  Is the word
start by itself in your .xinitrc, by chance?


I have checked the xorg.conf file and it has no mention of
module i915. I have tried with the config files made by xorgcfg 
-textmode,

but none of the options for the driver i810 works. The check:
Xorg -config xorg.conf.new, after making Xorg -configure and
changing the resolution to 1280x1024, works all right, though.

I would appreciate if you could give me a hint of what to do.
I'll be happy to provide any additional information.

Teilhard.
___



I'd be kind of interested myself; had a similar issue with
an older box (810 chipset) the other day, which I worked around
by switching to the VESA driver in xorg.conf 

HTH,

Kevin Kinsey


There are no great men, only great challenges that
ordinary men are forced by circumstances to meet.
-- Admiral William Halsey


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


Re: default password of toor

2005-12-23 Thread Jerry McAllister
 
 what is the default password of toor cause i have forgotton my roots 
 password so any one could help me in recovering ?

There is no default password for the toor account.
It is just an account with another name that has root's UID (0).
You can create one for yourself with any name you want and just
give it a UID of 0.

But, if you have forgotten your root password, you will have to
do a single user boot (boot -s), fsck and remount / and then
set a password for root (or toor or your personal root account).

NOTE:  you will have to give toor a real shell if you want to use it for 
   a login.   You will need to have a root login or be in single user 
   mode for doing that.   Use vipw(8) to do that.

jerry

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

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


Re: Cannot start X

2005-12-23 Thread Teilhard Knight

On Saturday 24 December 2005 03:58, Teilhard Knight wrote:

Hi:

I just installed FreeBSD 6.0 on a P4 HT, and I cannot start X. Actually I
want to start KDE; the .xinitrc is in place, but I couldn't start it
before
I wrote it, either. As I cannot copy and paste, I do not give you my
xorg.conf file, but I need the i810 driver for a Realtek A'67 integrated
sound device whose chip apparently is Intel.

Upon startx, I get in the end:

(==) Using config file /etc/X11/xorg.conf
[drm] failed to load kernel module i915
(EE) I810(0): [dri] DRIScreenInit failed. Disabling DRI.
start: not found.


This last line indicates that you are trying to run a program called start.
Likely this is in your .xinitrc.  Is it possible that you have something
othere than the following in your .xinitrc:

exec startkde


I have checked the xorg.conf file and it has no mention of module i915. I
have tried with the config files made by xorgcfg -textmode, but none of
the options for the driver i810 works. The check: Xorg -config
xorg.conf.new, after making Xorg -configure and changing the resolution
to 1280x1024, works all right, though.

I would appreciate if you could give me a hint of what to do. I'll be
happy
to provide any additional information.


Hope that helps.

It helped all right. I am in now, thanks a lot.

Teilhard. 


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


Re: Quick, simple backup solution

2005-12-23 Thread Lowell Gilbert
Joe Wood [EMAIL PROTECTED] writes:

 I am looking for a quick backup solution for my freebsd machine. Currently I
 backup to a DDS-4 DAT drive using the following while in /:
 
  
 
 tar -cf /dev/sa0 -I /root/includes -X /root/excludes .
 
  
 
 I am aware of bacula, Amanda, cpio, and dump but to me tar is the ideal
 method so if anyone had a simple script to automate this process I would
 greatly appreciate some help in making my own.

Since we have no idea *why* you consider tar ideal, we can't really
tell what would help your particular needs.

On my page of FreeBSD tricks (http://be-well.ilk.org/~lowell/systuff/), 
I have a brief essay on what to consider when designing a backup
strategy (http://be-well.ilk.org/~lowell/systuff/backup-strategy.txt), 
as well as some script I use for backups via both tar and dump 
(http://be-well.ilk.org/~lowell/systuff/scripts/systemTarBackup and 
http://be-well.ilk.org/~lowell/systuff/scripts/systemDumpBackup).

Make what you can out of these hints.

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


Re: Palm (Zire) and /dev/ucom0 on 6.0

2005-12-23 Thread Jonathan Chen
On Fri, Dec 23, 2005 at 12:15:11PM -0500, DW wrote:

[...]
 I do all this on my new 6.0 machine. When I hit the sync button on zire, 
 I get the expected dmesg output (detecting the palm device), but there 
 is no /dev/ucom0 device in /dev. Why?

Aside from adding uvisor, you don't have to change any other
configuration files for 6.0; the USB tty support files have changed
from /dev/ucom* in 5.0 to /dev/cuaU* in 6+.

Cheers.
-- 
Jonathan Chen [EMAIL PROTECTED]
--
  Opportunities are seldom labeled
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: amd64 + RAID freezing system

2005-12-23 Thread Daniel Rench
On 12/23/05, Georg Auernhammer [EMAIL PROTECTED]
 But it shouldnt freeze.
 Its a RAID 10, or do you think there are more than 1 disks broken?

I know it shouldn't freeze, but in my case I had a bad drive and as
far as the Promise controller was concerned, the drive was good.
Through trial and error I figured out which drive it was (not too hard
in my case since there were only 2 drives) and replaced it.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: SPAM Trap

2005-12-23 Thread Louis LeBlanc
On 12/23/05 12:12 PM, Gerard Seibert sat at the `puter and typed:
 I have been reading about SPAM Traps. Exactly what is a SPAM Trap? I 
 noticed that it seems to be used in conjunction with blacklisting 
 organizations.
 
 How would one go about setting up one?

Ahh, spam.  A subject near and dear to my heart.  Well, ok, not really,
but certainly one I've spent a lot of time trying to minimize.

I use a honeypot setup to pipe obvious spam through the spamassassin
bayes learner.  Of course, I have broad access to aliases, and I can
have mail delivered to any folder I like using the
[EMAIL PROTECTED] extension.  So, I alias some bogus address,
like [EMAIL PROTECTED] to my folder (like [EMAIL PROTECTED]),
then have procmail intercept it and pipe it directly through
spamassassin to be learned and reported as spam.  Then procmail
ditches it to /dev/null.  I never see the trap, and only those
harvesting addresses on newsgroups are going to send to the address.

Mind you, I am very careful about posting with these.  I have a
specific sig file that describes in detail what will happen to any
message sent to the address.  Since I use mutt to do this, all return
paths lead to the honeypot.  These addresses are only seeded in
postings to newsgroups, but that is more than effective enough.  Pick
any newsgroup, but for best results, focus on those you would never
want your children to frequent.  Make sure your posting does NOT have
any real address at all.  Mutt is best, since you can use the
'set from=[EMAIL PROTECTED]' config, which will ensure all return
path headers use it, and you can explicitly set the From and Reply-To
headers.  That way, the only address harvested is the one you want
harvested.

In my procmail rc file, I catch anything going to the trap folder, log
a '.' to a ~/.honeypot_hits file so I can tell how many hits have
resulted (1163 in the last 3 months, with the last one coming at 8:10
this morning - might be worth reseeding soon).  It's also boosted my
SA bayes accuracy to near perfection - I don't get so much spam at my
real address, but what I do get is sorted perfectly over the last 2
years - meaning not one single false positive or false negative in at
least 6 months.

The only real magic, once you've got the aliases down is the procmail
recipe:

##
:0
* FOLDER ?? ^^trap^^
{
  VERBOSE=off
  # let's count this message:
  LOGFILE=$HOME/.honeypot_hits
  LOG=.
  LOGFILE=$HOME/.procmail_log
  # uncomment the next line if you log verbose messages
  # VERBOSE=on

  # Report spam.
  # The lock prevents windfalls from knocking the system over
  :0c:honeypot.lock
  | nice -n 20 /usr/local/bin/spamassassin -r

  # Now, teach the bayes db what spam is
  :0:salearn.lock
  | nice -n 20 /usr/local/bin/sa-learn --spam --no-rebuild

  # Now, file it appropriately
  :0
  /dev/null
}
##

You may, of course, have to find another way to do this of you don't
have aliasing capabilities, or if you don't have the plussed folder
extension available.  In the latter case, you can scan the routing
headers to see what address the message is for - not quite as easy,
but it can be done.

I also have procmail separate spam based on whether it goes over the
autolearn threshold.  If it's autolearned, it goes into the
spam_autolearn folder, and I never bother to look at it.  It is
already automagically trained into the bayes db.  Anything tagged as
spam, but not over that threshold, is put into the spam folder, and
requires a verification.  I simply use mutt or squirrelmail to mark it
as read - if it really is spam, or move it back to the right folder.

Every night, mail in the spam folder that is marked as read is piped
through the learner to teach bayes to count it as spam, and then
backed up into a spam archive folder - named based on the month (like
spam-01-05) - and saved there for 12 months.  After 12 months, this
folder will be removed altogether.  I figure that's long enough to be
sure nobody has sent me anything important.  I do check these from
time to time though, when I'm bored.  So far, 100.00% perfection.

I started using the honeypot way back when I was using Cyrus imapd (3
years ago?), and my false negatives went from about 30/day (out of
around 200 spams) to about 1 every week or so within a month.

About a year ago, I wrote the perl script that manages, archives, and
deletes old spam.  Since then, spam tends to take a *lot* less of my
own time.  So I count all the up front effort as time very well spent.
Currently, I'm only getting around 400 spams/month (not counting
honeypot hits) which is back up from under 100, back when I turned off
one of my domains that had been getting around 2000/month.  That
script has been untouched since February and working well.

I've posted the script on the list I think, but if you're interested,
I'll send it to you offlist (unless I get enough people requesting it
to the list).

HTH

Lou
-- 
Louis LeBlanc 

ipnat and ping problem.

2005-12-23 Thread Maślanka Wojciech
This is my network:
Internet---[rl0, 192.168.0.50_10.0.0.1
,rl1]--[10.0.0.2]
On 10.0.0.2 machine I cant ping any host in internet. I can ping only
10.0.0.1 and 192.168.0.50. :(
Whats wrong??



[/usr/src]#uname -a
FreeBSD freebsd.mila10.6 6.0-RELEASE FreeBSD 6.0-RELEASE


[/usr/src]#ipfstat -io
pass out quick all
pass in quick all


[/usr/src]#ipnat -l
List of active MAP/Redirect filters:
map rl0 10.0.0.0/24 - 192.168.0.50/32 proxy port ftp ftp/tcp
map rl0 10.0.0.0/24 - 192.168.0.50/32 portmap tcp/udp auto
map rl0 10.0.0.0/24 - 192.168.0.50/32

List of active sessions:
MAP 10.0.0.2  3610  - - 192.168.0.508666  [66.249.85.83 80]
MAP 10.0.0.2   3609  - - 192.168.0.508665  [66.249.85.83 80]
MAP 10.0.0.2  3608  - - 192.168.0.508664  [66.249.85.19 80]
MAP 10.0.0.2   3607  - - 192.168.0.508663  [194.204.152.34 53]
MAP 10.0.0.2  3606  - - 192.168.0.508662  [66.249.85.83 80]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: skill problems

2005-12-23 Thread Anthony Philipp
On Fri, Dec 23, 2005 at 04:21:17PM +0200, 
Giorgos Keramidas [EMAIL PROTECTED] wrote:

 On 2005-12-22 23:53, Anthony Philipp [EMAIL PROTECTED] wrote:
  Hello,
 
  When I did this:
 
  $ skill ttype
 
  I got this back:
 
  skill: proc size mismatch, recompile libkvm
 
  Anyone know how to fix this?
  uname -a:
  6.0-RELEASE FreeBSD 6.0-RELEASE #0: Mon Dec  5 11:19:03 CST 2005
  pkg_info | grep skill
  skill-4.1.1 SuperKILL, kill or renice processes by pid,
  name, tty or ui
 
  I've rebuilt world, and rebuilt the kernel with it, so I'm not sure
  what else to do. I don't remember when this problem arose.
 
 Try rebuilding the port itself.  It seems to be out of sync with your
 current kernel and/or userland.

Alright thanks, that seemed to work.

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


Http Trace.

2005-12-23 Thread Payne

Hey guys,

I am running 4.10 and I am wondering if this effect me.

http://www.kb.cert.org/vuls/id/867593 Payne'
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: FreeBSD router two DSL connections

2005-12-23 Thread Danial Thom
Ted the incompetent, wrong on all counts once
again:


--- Ted Mittelstaedt [EMAIL PROTECTED]
wrote:

 
 
 -Original Message-
 From: Danial Thom
 [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, December 21, 2005 9:56 AM
 To: Loren M. Lang; Ted Mittelstaedt
 Cc: Yance Kowara;
 freebsd-questions@freebsd.org
 Subject: Re: FreeBSD router two DSL
 connections
 
 
 All upstream ISPs are
 connected to everyone on the internet, so it
 doesn't matter which you send your packets to
 (the entire point of a connectionless
 network.
 They both can forward your traffic to wherever
 its going.
 
 They aren't going to forward your traffic
 unless
 it's sourced by an IP number they assign.  To
 do otherwise means they would permit you to
 spoof IP
 numbers.  And while it's possible some very
 small
 ISP's run by idiots that don't know any better
 might
 still permit this, their feeds certainly will
 not.

Yes they will. Routers route based on dest
address only. Are you somehow suggesting that an
ISP can't be dual homed and use only one link if
one goes down, since some of the addresses sent
up the remaining pipe wouldn't have source
addresses assigned by that upstream provider? You
are beyond clueless, Ted. Why do you keep opening
your mouth?

 
 For efficiencies sake, you may argue
 that sending to the ISP that sent you the
 traffic
 will be a better path, but if one of your
 pipes
 is saturated and the other running at 20% 
 
 letsseenow, these are full duplex 'pipes', can
 we have some direction this saturation is
 taking
 place in?  I mean, since you are at least
 trying to
 make a senseless explanation sound right, you
 might
 as well try a bit harder.

Its not senseless, you just don't understand how
the internet works, apparently. I do this for a
living, and you just yap.

If you were able to send back the data on the
pipe it arrived on then you would have uneven
use of the pipes. So one could be saturation
the the other highly unused. Balancing the
outgoing data would reduce the latency that
occurs when a pipe is saturated. Its hard to
explain calculus to some who can't add or
subtract ted, so you should figure out how
routing works before you try something this
complicated.

 
 then
 its likely more efficient to keep your pipes
 filled and send to either isp. You can
 achieve
 this with per-packet load-balancing with
 ciscos,
 
 per packet load balancing is for parallel links
 between 2 endpoints.  Not three, as in you,
 your first ISP, and your second ISP.

Wrong again, Ted. Usually thats how it is used to
gain extra throughput, but thats not the only
thing that it can be used for. Since the internet
is connectionless (back to school for you Ted),
per packet balancing can utilize 2 outgoing pipes
to different ISPs as well. Obviously since
failover on dual-homed network works, you can
send your packets to any ISP you want. Routers
route based on destination address, as anyone who
knows how routers work knows. You can even use
per packet load balancing on 2 lines to the same
ISP when the other end doesn't support it; using
2 pipes in one direction and only one in the
other. You can be innovative when you actually
understand how things work, Ted.

 
 Surprising you would drag up a Ciscoism as
 your such a big fan of BSD-based routers.
 
 or bit-balancing with a product like ETs for
 FreeBSD. Unless your 2 isps are connected
 substantially differently (say if one is in
 Europe and one in the US),  you'll do better
 keeping your pipes balanced, as YOU are the
 bottleneck, not the upstream, assuming you
 have
 quality upstream providers.
 
 
 Sometimes you run into someone who is so
 ignorant
 of the subject of which he is trying to speak,
  - routing in this case - that you can't even
 argue with the person.  Kind of like trying to
 explain the concept of the fossil record to a
 creationist.  This is one of these times.

Yes Ted. People run into you, the ultimate
ignoramous. I have 3000 ISP customers. This is
not just theory; its being done. You are wrong
about every single thing you said in this thread.


DT




__ 
Yahoo! for Good - Make a difference this year. 
http://brand.yahoo.com/cybergivingweek2005/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: FreeBSD router two DSL connections

2005-12-23 Thread Danial Thom


--- Ted Mittelstaedt [EMAIL PROTECTED]
wrote:

 
 
 -Original Message-
 From: Loren M. Lang
 [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, December 21, 2005 9:47 AM
 To: Ted Mittelstaedt
 Cc: Yance Kowara;
 freebsd-questions@freebsd.org
 Subject: Re: FreeBSD router two DSL
 connections
 
 
 On Sun, Dec 11, 2005 at 11:28:17PM -0800, Ted
 Mittelstaedt wrote:
 
  If both DSL lines go to the same ISP it is
 easy, run
  PPP on them and setup multilink PPP.  The
 ISP has to
  do so also.
 
  If they are going to different ISP's then
 you cannot
  do it with any operating system or device
 save BGP - the idea is
  completely -stupid- to put it simply.  If
 you think different,
  then explain why and I'll shoot every
 networking scenario
  you present so full of holes you will think
 it's swiss cheese.
  And if you think your going to run BGP I'll
 shoot that full
  of holes also.
 
 I strongly disagree.  There are many reasons
 for this.  Two of which are
 increased throughoutput and redundancy.
 
 If you have read this thread you will have
 already seen that you cannot
 get increased throughput this way.
 
 As I asked before, explain how a DSL line to
 SpiritOne running at
 1MBit/sec
 and a Comcast cable connection running at
 1MBit/sec will allow you to
 download the FreeBSD release iso file at
 2MBit/sec.  This will be
 interesting.
 
 If you can't do it, which I will tell you that
 you can't, you have not
 increased throughput.
 
 And as for redundancy, I already explained that
 while this setup
 increases redundancy, the redundancy must be
 manually done -
 monitored by a human, and switched over when
 needed - or it will
 not react to the most common redundancy
 problems.
 
  The primary problem is that you
 need to make sure outgoing data for a
 connection is using the same line
 as the incoming connection.
 
 No, not at all.  The primary problem is that
 the incoming data that is
 in response to the outgoing connection will
 come in on the same
 line that the outgoing connection used.
 
 If the majority to all connections are
 outgoing and both lines use NAT and have
 unique IP addresses, it's
 simpler to setup.
 If you have incoming connections as well,
 either only
 one of the two lines will be used or you'll
 need BGP
 
 Explain how to run BGP with a DSL line to
 Spirit One and a cable
 line to Comcast.
 
 or some kind of
 static route setup by the two ISPs.
 
 Rubbish.  Explain how this would work.  It
 won't.
 
 
 I have done this with a Linux router and using
 Comcast Cable and
 SpiritOne DSL.  We had all incoming
 connections use DSL and outgoing
 connections use either line.
 
 You used the dual-NAT package that was detailed
 earlier which is the
 only one that can do that - is specific to
 Linux - and as I explained
 before,
 also will not permit you to take a 1MB DSL line
 from one provider and
 a 1MB cable line from the cable company and
 download a freebsd iso at
 2MB.  Thus it is not load-balancing because it
 does not actually use both
 lines for a connection.

Ted, you have to think outside the box. Life is
more than one connection. While you can't
increase the throughput of a single connection,
you can increase the throughput of your network,
which is usually the point. Throughput in this
context is capacity. Throughput is not only
what you can get on a download; its the sum
total of all of your activites.

You can upload at 2Mb/s on one connection if
you balance your outbound traffic, but not
download, because while you can control where
outgoing packets are sent,  you can't control
over which pipe incoming traffic arrives.

Believe me, ted. It works. Its not theory. Its
being done. For example a hosting ISP saturates
its pipes outgoing and has very little traffic
incoming. They can load balance in the outgoing
only direction and have all of their incoming
traffic on a single pipe and double the capacity
of their network. Since they never exceed the
incoming bandwidth of a single pipe there is no
need to balance it.

DT





__ 
Yahoo! for Good - Make a difference this year. 
http://brand.yahoo.com/cybergivingweek2005/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Boot error

2005-12-23 Thread rajoor

Gayn Winters wrote:

 


-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of rajoor

Sent: Thursday, December 22, 2005 8:21 PM
To: Giorgos Keramidas
Cc: freebsd-questions@freebsd.org
Subject: Re: Boot error


Giorgos Keramidas wrote:

   

On 2005-12-23 14:18, Ariane  Ron Joordens 
 


[EMAIL PROTECTED] wrote:
   




 


Afternoon All,

My FreeBSD 6.0 computer refuses to boot. It gets to the 
   


screen where it
   

pauses for 10 seconds and gives you the choice of 8 boot 
   


options, and
   


then...nothing!

Choosing the default option shows a single line 
   


/boot/kernel/acpi.ko
   


text= etc,... then the next line shows |, and that's it. All the
other boot options show just the | and that's it. I have 
   


waited for up
   

to 30 minutes, but no change. The only way out is to reset 
   


the computer.
   


Prior to this prblem the computer worked perfectly. FreeBSD 5.4 was
installed about 4 months ago, this was upgraded to 6.0 
   


about 2 months
   

ago. Everything had been recompiled and I never had any 
   


problems, until
   


this.

I suspect that my 2 year old son has been pressing the power button
repeatedly which may have caused this.
  

   

Do you still have the FreeBSD install CD-ROM?  You can use 
 


that to boot.
   


DON'T INSTALL ANYTHING, though :)

Just make sure that the CD-ROM boots fine up to the sysinstall menu.

If that works, then there's definitely something wrong with 
 


the kernel
   


or the other boot files you have on disk, and we'll see what can be
done.
 



 


Thanks Giorgos,

The install cd boots just fine. So I then looked up the 
manual and tried 
to boot from /boot/kernel.old.kernel but that doesn't work either.


What can we do next?

Ron
   



Next:  Boot from a CD that has diagnostics and check your hard drive. 


-gayn

Bristol Systems Inc.
714/532-6776
www.bristolsystems.com 



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


 


Gayn  Giorgos,

I figured it out late last night. I used the install cd to enter fixit 
mode. Mounting the hard drive failed with operation not permitted 
message. fsck failed to complaining about no fstab. After googling I 
finally found the fsck_ffs -y /dev/ad0s1a command which worked for me. 
After that I could mount the hard disk. I made no changes and rebooted 
the system and everything was back to normal.


Thanks for your input.

Ron




--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.371 / Virus Database: 267.14.6/213 - Release Date: 23/12/2005

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


Best Scanner recs, please?

2005-12-23 Thread Gary Kline
Before everyone cuts out for the weekend {or year-end},
are there any models of scanner besides the Epson that
work with FBSD?  (Or Linux?)

Tips, advice, warnings:: all welcome!

gary


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

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


Re: Http Trace.

2005-12-23 Thread Martin P. Hansen
On Fri, 23 Dec 2005, Payne wrote:
 I am running 4.10 and I am wondering if this effect me.
 
 http://www.kb.cert.org/vuls/id/867593 Payne'

Quoted http://www.kb.cert.org/vuls/id/867593:
Attackers may abuse HTTP TRACE functionality to gain access to
information in HTTP headers such as cookies and authentication data.
In the presence of other cross-domain vulnerabilities in web browsers,
sensitive header information could be read from any domains that
support the HTTP TRACE method.

Most likely it wont, but it is hard to judge from your information.
I imagine you are running FreeBSD 4.10 but this is an httpserver
issue so you might want to note which httpserver you are using.

As I understand it: They wont compromise a server using this. It
is a client side issue. If you have customers using badly written
httpclients however, they might be impersonated using this cross-site
scripting combined with HTTP TRACE. So to protect these customers
you might want to disable HTTP TRACE.

You can test wether you server supports TRACE by:
mph% telnet www.apache.org 80
TRACE / HTTP/1.1
Host: www.apache.org
(blank)

Replace www.apache.org with your own server name. If first line in
the response is 400 it doesn't.

For FreeBSD advisories subscribe to the security-advisories mailing
list. And follow the advisories for you software (e.g. apache).

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


Re: Best Scanner recs, please?

2005-12-23 Thread Martin P. Hansen
On Fri, 23 Dec 2005, Gary Kline wrote:
   Before everyone cuts out for the weekend {or year-end},
   are there any models of scanner besides the Epson that
   work with FBSD?  (Or Linux?)

I use a Canon LiDE 30 recognized as
uscanner0: Canon CanoScan, rev 1.10/1.00, addr 3
in FreeBSD 6.0-STABLE (should also appear in 5.x) together with
sane-backends-1.0.15 and xsane-0.96.

Sometimes the sensorpanel get stucked, but it might be because it
is old. And it seems it can't cope with the resolutions below 64
dpi. Otherwise it works fine.

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


Re: Reboots under 6.0 while exercising md device

2005-12-23 Thread Kris Kennaway

Brooks Davis wrote:


On Thu, Dec 22, 2005 at 04:11:02PM -0800, James Long wrote:


On Wed, Dec 21, 2005 at 08:35:19PM -0800, Brooks Davis wrote:


On Wed, Dec 21, 2005 at 07:50:49PM -0800, James Long wrote:


[snip]


What do I need to fix to be able to use a RAM-backed filesystem?


From mdconfig(8):

-t type
Select the type of the memory disk.

malloc   Storage for this type of memory disk is allocated with
 malloc(9).  This limits the size to the malloc bucket
 limit in the kernel.  If the -o reserve option is not
 set, creating and filling a large malloc-backed memory
 disk is a very easy way to panic a system.



It allocates kernel address space which is quite scarce on 32-bit
platforms.  I'm not sure if it allocated physical memory.  Given the
panicking behavior, I suspect that is deferred.


Yes, that's why -o reserve is recommended to allocate it all up-front.


I believe this is mostly accurate.  If you're actually out of memory,
there's a good chance you're going to be swapping anyway so this might
or might not actually cost you anything.  If you have frequent, randomly
distributed access to the file system it's likely to be expensive.  On
the other hand, if there are hot spots, the swapping may be beneficial
because it will allow other processes to proceed more efficiently.


Also in the case when you are not swapping, swap-backed md is actually 
faster than malloc backed.


Really you need to make sure that whatever you use your system for, you 
have enough RAM that you never need to swap.  Otherwise you're throwing 
away most of your system's performance for no good reason.


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


Re: Http Trace.

2005-12-23 Thread stheg olloydson
Hey guys,

I am running 4.10 and I am wondering if this effect me.

http://www.kb.cert.org/vuls/id/867593 Payne'



Impossible to say, seeing that the issue has nothing to do with
which OS one runs. Try the mailing lists of the software
reported two years ago as being vulnerable.

stheg




__ 
Yahoo! for Good - Make a difference this year. 
http://brand.yahoo.com/cybergivingweek2005/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ipnat and ping problem.

2005-12-23 Thread chip
On 12/23/05, Maślanka Wojciech [EMAIL PROTECTED] wrote:

 This is my network:
 Internet---[rl0, 192.168.0.50_10.0.0.1
 ,rl1]--[10.0.0.2]
 On 10.0.0.2 machine I cant ping any host in internet. I can ping only
 10.0.0.1 and 192.168.0.50. :(
 Whats wrong??



 [/usr/src]#uname -a
 FreeBSD freebsd.mila10.6 6.0-RELEASE FreeBSD 6.0-RELEASE


 [/usr/src]#ipfstat -io
 pass out quick all
 pass in quick all


 [/usr/src]#ipnat -l
 List of active MAP/Redirect filters:
 map rl0 10.0.0.0/24 - 192.168.0.50/32 proxy port ftp ftp/tcp
 map rl0 10.0.0.0/24 - 192.168.0.50/32 portmap tcp/udp auto
 map rl0 10.0.0.0/24 - 192.168.0.50/32

 List of active sessions:
 MAP 10.0.0.2  3610  - - 192.168.0.508666  [66.249.85.83 80]
 MAP 10.0.0.2   3609  - - 192.168.0.508665  [66.249.85.83 80]
 MAP 10.0.0.2  3608  - - 192.168.0.508664  [66.249.85.19 80]
 MAP 10.0.0.2   3607  - - 192.168.0.508663  [194.204.152.34 53]
 MAP 10.0.0.2  3606  - - 192.168.0.508662  [66.249.85.83 80]


I believe this is due to the fact that ICMP is the ICMP protocol and not UDP
or TCP.  There's really no port so it's first
come first serve in the NAT tables.  Clear your translations and then try
from a different host, betting it works.


--
Just my $.02, your mileage may vary,  batteries not included, etc
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Boot error

2005-12-23 Thread Giorgos Keramidas
On 2005-12-24 11:31, rajoor [EMAIL PROTECTED] wrote:
 Gayn  Giorgos,

 I figured it out late last night. I used the install cd to
 enter fixit mode. Mounting the hard drive failed with
 operation not permitted message. fsck failed to complaining
 about no fstab. After googling I finally found the fsck_ffs -y
 /dev/ad0s1a command which worked for me.  After that I could
 mount the hard disk. I made no changes and rebooted the system
 and everything was back to normal.

 Thanks for your input.

Fantastic!  You're welcome, of course.

Thank you too, for following up with all the details of getting
the system back.  Anyone with similar problems who happens to see
this thread will be grateful :)

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


Re: HP Scanner:: zilch

2005-12-23 Thread Warren Block

On Thu, 22 Dec 2005, Gary Kline wrote:


My Epson requires this line in epson.conf:

usb /dev/uscanner0

The hp.conf file kind of implies something similar, but I can't tell
whether it would want the line above or this:

/dev/uscanner0
  option connect-device


Hm, this is strange. I have two hp files in sane.d, both sseem
oriented toward Linux.  There is an entry for the 4100c in
hp.conf, but it wants to create /dev/scanner.


That line tells sane which device to use.  In FreeBSD, that's 
/dev/uscanner0.



[EMAIL PROTECTED]:/usr/local/etc/sane.d# ll hp*
-r--r--r--  1 root  wheel  497 Dec 22 16:40 hp.conf
-r--r--r--  1 root  wheel  238 Oct  9 23:09 hp5400.conf


From hp.conf::


[EMAIL PROTECTED]:/usr/local/etc/sane.d# more hp.conf
scsi HP
# Uncomment the following if you have Error during device I/O on SCSI
#   option dumb-read
#
# The usual place for a SCSI-scanner on Linux
/dev/scanner
#
# USB-scanners supported by the hp-backend
# HP ScanJet 4100C
usb 0x03f0 0x0101
.
.
.

Would it make sense to create an hp4100.conf with your epson line
usb /dev/uscanner0 as a first line?


It looks like all HP scanners other than the HP5400 are defined in 
hp.conf, so use that one.



I am missing /dev/uscanner0.  How is this /dev created?


When the kernel detects the USB scanner, it should create 
/dev/uscanner0.  Back in 5.4 or so, my Thinkpad would not detect the 
scanner unless I hot-plugged the USB cable (leaving the scanner 
connected and just powering it on did not work).  On a desktop system, 
just turning on the scanner with the USB cable works.


All of this may have changed with 6.0, to which you should upgrade 
unless you have a very compelling reason to stick with the obsolete 5.3.



q2 16:27 tao [5015] kldstat
Id Refs AddressSize Name
1   11 0xc040 5e7530   kernel
2   14 0xc09e8000 537f0acpi.ko
31 0xc1aaf000 2000 blank_saver.ko
41 0xc1ad1000 17000linux.ko
51 0xc2352000 3000 uscanner.ko

Does this output look right?  This may be right the scanner
wasn't seen.  I figured that by kldloading uscanner.ko,
/dev/uscanner0 would be auto-created.  I need some other
magic.


I have the USB modules in my kernel, so I don't see it in kldstat.

-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: what am i doing wrong?!

2005-12-23 Thread Warren Block

On Fri, 23 Dec 2005, Gary Kline wrote:


Do I need to have the device for USB 2.0 perhaps??


Only in the unlikely event that it's a USB 2 scanner.  But I thought you 
were kldloading the uscanner module, and here you have it built in the 
kernel.  Don't do both--although the system shouldn't permit that.



That is the only thing that is still commented.  I'll
try that later on today.  As root, yes, I am able to
have sane test, not as a user.  The scanner I am testing
is recognized--HP ScanJet 4100C.


What do you mean by this, exactly?  You see a message on the root 
console?


But it was sold AS-IS and may well be broken.  My friend got a 
*second* 4100C for $1.00 [no, not kidding]; it works on his Windows 
box.  ((I'll gladly let him scan things if he is willing.))


Have him test the first scanner on his system.

-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Nvidia fx 5500 Dual Monitor support

2005-12-23 Thread Reeves, Brandon
I just got a dual head nvidia 5500 and am trying to get dual monitors setup
where the monitors are basically independant of each other.  I seem to be
doing something majorly wrong here but cant quite figure it out. Any insight
on this type of config would be greatly appreciated.
 
Thanks
 


***FMOL Health System encrypts email containing Patient Health Information.  
You will receive a notice with instructions on how to open any encrypted email 
you receive.  To learn more, go to this web site: 
http://userawareness.zixcorp.com/sites/index.php?b=158type=1
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD LOGO

2005-12-23 Thread Jerry McAllister
 
 F3D0F66622AA8
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 Hi!
 
 It's for you. From Ukraine with love.
 
 (i've re-draw your logo)

Where is it?


 
 Thanx,
 Andrew.
 
 F3D0F66622AA8
 Content-Type: text/plain; charset=us-ascii
 MIME-Version: 1.0
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 F3D0F66622AA8--
 
 
 

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


Cannot start firefox 1.5 while firefox-zh_CN installed.

2005-12-23 Thread Ma Jie
When I installed firefox-zh_CN for firefox 1.5, the firefox cannot be
started. It always display a message window which show the following lines:
===
window id=main-window
^menuitem id=menu_HelpPopup_reportertoolmenu
^menu id=helpMenu
^
===
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Best Scanner recs, please?

2005-12-23 Thread Gary Kline
On Sat, Dec 24, 2005 at 02:10:59AM +0100, Martin P. Hansen wrote:
 On Fri, 23 Dec 2005, Gary Kline wrote:
  Before everyone cuts out for the weekend {or year-end},
  are there any models of scanner besides the Epson that
  work with FBSD?  (Or Linux?)
 
 I use a Canon LiDE 30 recognized as
 uscanner0: Canon CanoScan, rev 1.10/1.00, addr 3
 in FreeBSD 6.0-STABLE (should also appear in 5.x) together with
 sane-backends-1.0.15 and xsane-0.96.


Thanks; this model is on my list.   Do you have USB 2.0
defined (uncommented) in your KERNEL config file (and thus
built into your kernel)??  I'm trying to figure out howto
create /dev/uscanner0.

 
 Sometimes the sensorpanel get stucked, but it might be because it
 is old. And it seems it can't cope with the resolutions below 64
 dpi. Otherwise it works fine.
 

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

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

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