Possible bug in /usr/bin/script? (was A Sleeping FreeBSD Box (again).)

2006-11-10 Thread nicky



nicky wrote:

Hello,

This morning i had another 'sleeping' 6-stable box. I don't really 
understand why it sleeps. I've checked acpi, but i doubt that is it. 
Since at the time when it goes to sleep, it does some heavy 
processing. I don't think it would choose to go to sleep then. The 
most funny thing is, when you go to the console. You press Enter, just 
Enter, you don't login, just punch the Enter button and the box 
continues where it stopped. I typed in 'top' as soon as i could, which 
showed the table below.


The script commands capture the output of some shells scripts.

last pid: 59391;  load averages: 13.19,  4.43,  
2.70 up 14+17:21:56  08:43:04

93 processes:  15 running, 78 sleeping
CPU states:  5.7% user,  0.0% nice, 44.3% system,  0.0% interrupt, 
50.0% idle
Mem: 433M Active, 1577M Inact, 194M Wired, 158M Cache, 112M Buf, 644M 
Free

Swap: 8192M Total, 320K Used, 8192M Free

 PID USERNAME  THR PRI NICE   SIZERES STATE  C   TIME   WCPU COMMAND
58989 root1 1270  1340K   764K RUN0 504:42 38561.75% 
script
58986 root1 1270  1340K   764K RUN0 504:41 38547.86% 
script

58988 root1 1310  1340K   764K RUN0   1:07 438.67% script
58990 root1 1310  1340K   764K RUN2   0:43 337.69% script
58987 root1 1260  1340K   764K RUN2   0:50 249.75% script


Is it safe for me to assume that something is hogging my cpu, not 
allowing any other processes to get some cpu time? As a result the box 
does not respond to anything, like pinging?


Or does top has a weird way of showing the cpu times when it has been 
sleeping?


While i still find it rather weird, that pressing Enter seems to solve 
it.


I hope someone can send some advice or hints my way.

Regards,
Nick







While trying to find out what is eating my CPU and probably making my 
box sleep. I've found something weird with /usr/bin/script.


Assume the following small sh script called sleep.sh.

#!/bin/sh

while [ 1 ]; do

   sleep 3
   echo slept

done

I'm executing the following: script outputfile ./sleep.sh

Executed from a terminal window, all is as i would have expected. No CPU 
hogging and doing like it should.

However if i execute it from cron, my CPU is used to the full 100%.

Is this a bug and should i report it?

Regards,
Nick


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


Re: periodic, short freezes

2006-11-10 Thread Zbigniew Szalbot

Dear Kris and others,

On Thu, 9 Nov 2006, Kris Kennaway wrote:


OK, you'll need to do some more diagnosis along the lines of my previous email 
then.


Here's my typical load:

last pid: 96934;  load averages:  0.03,  0.06,  0.05   up 29+20:47:07 
10:16:09

68 processes:  1 running, 67 sleeping
CPU states:  0.4% user,  0.0% nice,  0.4% system,  0.0% interrupt, 99.2% 
idle

Mem: 140M Active, 35M Inact, 103M Wired, 12M Cache, 41M Buf, 15M Free
Swap: 512M Total, 127M Used, 385M Free, 24% Inuse

Swap use is around 22%. This box mostly functions as mail server and there 
are times when it gets a lot of emails to send. The load goes higher then. 
The highest I recall (with no freeze mind you) was about 7.something. But 
typically it does not go above 1.5.


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


Re: Dell PERC 2/SC Support?

2006-11-10 Thread Rowdy

Charles E. Boston wrote:

Hi there,

Can any one tell if the Dell PERC 2  PERC 3 RAID configurations are still 
supported in the FreeBSD 6.1 release? I'm in need of a Linux server OS and i have 
the PERC 2/SC RAID setup in my PowerEdge 2300. I have tried quite a few distros and 
none have worked thus far. Thanks.

Regards, 


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





Greetings,

I have a PowerEdge 2400 with a PERC2/Si in it.  I do not know how close
that is to the SC, however mine is running FreeBSD 6.1 and recognises
the card thus:

Oct 14 18:04:23 khaki kernel: amr0: LSILogic MegaRAID 1.53 mem 
0xf400-0xf43f irq 24 at device 10.1 on pci2
Oct 14 18:04:23 khaki kernel: amr0: Series 466 Firmware 3.01, BIOS 
1.36, 16MB RAM


And then quite happily detects the RAIDs:

Oct 14 18:04:23 khaki kernel: amrd0: LSILogic MegaRAID logical drive 
on amr0
Oct 14 18:04:23 khaki kernel: amrd0: 8568MB (17547264 sectors) RAID 1 
(optimal)
Oct 14 18:04:23 khaki kernel: amrd1: LSILogic MegaRAID logical drive 
on amr0
Oct 14 18:04:23 khaki kernel: amrd1: 104034MB (213061632 sectors) RAID 5 
(optimal)


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


Re: periodic, short freezes

2006-11-10 Thread Zbigniew Szalbot

Hello,

On Thu, 9 Nov 2006, Jonathan Horne wrote:


any update on your freezing?  i have the same problem from time to time, and
ive considered changing to the other scheduler, but i never have.  did you do
it yet, and is there any difference?


I checked some logs and see this:

E 20061110 032156 1148 Error connecting to 192.168.11.51.
E 20061110 032221 1148 Error connecting to 192.168.11.51.
E 20061110 032246 1148 Error connecting to 192.168.11.51.

which means FBSD was unavilable for at least 1 minute between 3:21 and
3:22 at night.

Needles to say, I was not using tty at that time though at 3 we start
sending quite a few emails (about 11K however they are fed in small
batches over 2 hour period so the load is not too big).

Is there any log in FBSD that I could turn on to get any feedback?

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


Re: Problem setting up PPTP server

2006-11-10 Thread Sebastiaan van Erk

Hi,

I solved the problem, and I'll post the resolution for reference 
purposes. There were two configuration issues:


1) To enable MPPE encryption the encryption option on the bundle should 
be DISABLED, since MPPE lives in the compression layer and not the 
encryption layer; thus by commenting the set bundle enable encryption 
and set bundle enable crypt-reqd lines, this problem was solved.


2) Since the client (a linux ppp client) had the option 
require-mppe-128 enabled, the server got a config request for 128 bit 
MPPE stateless, but then rejected it. The reason for this was the set 
ccp enable mppc line, which should have read set ccp yes mppc since 
otherwise the accept flag is disabled.


Finally, I have not found a way to force MPPE encryption on the *server* 
side. There seems to be no equivalent to require-mppe-128 or set 
bundle enable comp-reqd or something like that in mpd. Does anybody 
know a way to require MPPE in mpd?


Regards,
Sebastiaan

Sebastiaan van Erk wrote:

Hi,

I'm trying to set up mpd (3.18) on a FreeBSD server to allow windows and
linux clients to connect. Currently I've only been trying to make the
linux connection succeed (Ubuntu with ppp-2.4.4), but I get the
following output from linux pppd:

CHAP authentication succeeded
sent [CCP ConfReq id=0x1 mppe +H -M +S -L -D -C]
rcvd [IPCP ConfReq id=0x1 addr 10.0.0.1 compress VJ 0f 00]
sent [IPCP TermAck id=0x1]
rcvd [CCP ConfReq id=0x1 mppe +H -M +S -L -D -C]
sent [CCP ConfAck id=0x1 mppe +H -M +S -L -D -C]
rcvd [CCP ConfRej id=0x1 mppe +H -M +S -L -D -C]
MPPE required but peer refused
sent [LCP TermReq id=0x2 MPPE required but peer refused]
rcvd [LCP TermAck id=0x4]
Connection terminated.

I don't understand why the linux client sends a TermAck on IPCP without
getting a TermReq first, but apart from that mpd seems to be failing to
negotiate MPPE even though I configured both the linux client and mpd to
allow ONLY mppe-128, i.e., in my mpd.conf I have the following:

   # Microsoft Point to Point Encryption
   set bundle enable compression
   set ccp enable mppc
   set ccp enable mpp-e128
   set ccp yes mpp-stateless
   set ccp no mpp-e40

The linux client is requesting exactly that: MPPE 128 bit stateless as
can been seen from the mpd log:

[pptp0] CCP: rec'd Configure Request #1 link 0 (Req-Sent)
  MPPC
0x0140: MPPE, 128 bit, stateless

Am I doing something obviously wrong? Does anybody know how to fix this
problem? Any advice is welcome!

Thanks in advance,
Sebastiaan

P.S.: I have attached the mpd.conf, mpd.links, mpd.log and ppp.log files
for completeness.




startup:
  
default:

  load client0

client0:
  new -i ng0 pptp0 pptp
  set ipcp ranges 10.0.0.1/32 10.0.0.128/32
  load pptp_common

pptp_common:
  set iface disable on-demand
  set iface enable proxy-arp
  set iface idle 0
  set iface enable tcpmssfix
  set link yes acfcomp protocomp
  set link disable pap
  set link enable chap
  set link no chap-md5
  set link mtu 1460
  set link keep-alive 10 60
  set ipcp dns 192.168.1.10 192.168.1.1
  set ipcp nbns 10.0.0.1

  # Microsoft Point to Point Encryption
  set bundle enable compression
  set ccp enable mppc
  set ccp enable mpp-e128
  set ccp yes mpp-stateless
  set ccp no mpp-e40

  # Require encryption or drop connection
  set bundle enable encryption
  set bundle enable crypt-reqd


  



pptp:
set link type pptp
set pptp self 192.168.1.10
set pptp enable incoming
set pptp disable originate


  



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


(no subject)

2006-11-10 Thread Dawood Muslim
Sir,

Does FreeBSD 6.1 fully support Intel Desktop Board D945GNT with
Hyperthreading technology enabled?

 

Dawood Muslim

 

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


Re: periodic, short freezes

2006-11-10 Thread Karol Kwiatkowski
On 09/11/2006 09:12, Zbigniew Szalbot wrote:
 Hello,
 
 I am running FBSD 6-1 stable with custom kernel. Occasionally I
 experience short freezes - that is the machine stops to respond for a
 few seconds and then happily starts to work again.
 
 My general question is what log should I inspect or what debugging to
 turn on to have some more info on what really happens? It does seem to
 happen under bigger load (something like over 1) but I am not really
 sure if that is the cause. Yesterday it ran for three hours with an
 average load of over 2 and there was no freeze.
 
 Many thanks in advance for guiding me in troubleshooting the issue.

Just a shot in the dark, but I haven't seen it mentioned yet:

have you used any variables affecting kernel compilation, especially
CPUTYPE, CFLAGS, COPTFLAGS? I remember seeing some strange effects
when I messed with them too much (we've all been there, haven't we? ;)

Karol

-- 
Karol Kwiatkowski  freebsd at orchid dot homeunix dot org
OpenPGP: http://www.orchid.homeunix.org/carlos/gpg/0x06E09309.asc



signature.asc
Description: OpenPGP digital signature


Re: periodic, short freezes

2006-11-10 Thread Zbigniew Szalbot

Hello,

On Fri, 10 Nov 2006, Karol Kwiatkowski wrote:


Just a shot in the dark, but I haven't seen it mentioned yet:

have you used any variables affecting kernel compilation, especially
CPUTYPE, CFLAGS, COPTFLAGS? I remember seeing some strange effects
when I messed with them too much (we've all been there, haven't we? ;)


Thank you for this hint. I have checked the conf file. I do not have any 
of the options you mention. The only reference to CPU that I have is:


cpu I686_CPU

But that's probably too obvious, isn't it?

BTW - I put your domain on a whitelist as your email to me was rejected by 
my MTA (sorry about that). Thank you again for your help!


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


Re: periodic, short freezes

2006-11-10 Thread Andy Greenwood

On 11/10/06, Zbigniew Szalbot [EMAIL PROTECTED] wrote:

Hello,

On Fri, 10 Nov 2006, Karol Kwiatkowski wrote:

 Just a shot in the dark, but I haven't seen it mentioned yet:

 have you used any variables affecting kernel compilation, especially
 CPUTYPE, CFLAGS, COPTFLAGS? I remember seeing some strange effects
 when I messed with them too much (we've all been there, haven't we? ;)

Thank you for this hint. I have checked the conf file. I do not have any
of the options you mention. The only reference to CPU that I have is:

cpu I686_CPU


the CPUTYPE, CFLAGS and COPTFLAGS are make.conf variables, not kernel
config options.


But that's probably too obvious, isn't it?

BTW - I put your domain on a whitelist as your email to me was rejected by
my MTA (sorry about that). Thank you again for your help!

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




--
I'm nerdy in the extreme and whiter than sour cream
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: periodic, short freezes

2006-11-10 Thread Zbigniew Szalbot

Hello Andy,

On Fri, 10 Nov 2006, Andy Greenwood wrote:


the CPUTYPE, CFLAGS and COPTFLAGS are make.conf variables, not kernel
config options.


Well, thank you. Shame but I wasn't even remotely aware of it! And for 
this reason these are all commented out.


Thanks again!

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


Re: periodic, short freezes

2006-11-10 Thread Karol Kwiatkowski
On 10/11/2006 14:29, Zbigniew Szalbot wrote:
 Hello,
 
 On Fri, 10 Nov 2006, Karol Kwiatkowski wrote:
 
 Just a shot in the dark, but I haven't seen it mentioned yet:

 have you used any variables affecting kernel compilation, especially
 CPUTYPE, CFLAGS, COPTFLAGS? I remember seeing some strange effects
 when I messed with them too much (we've all been there, haven't we? ;)
 
 Thank you for this hint. I have checked the conf file. I do not have any
 of the options you mention. The only reference to CPU that I have is:
 
 cpu I686_CPU
 
 But that's probably too obvious, isn't it?

That's the kernel configuration. I686_CPU should be(?) fine on most
i386 processors but you may check that.

However I was asking about variables affecting the compilation process
itself. Most of the time they're set in /etc/make.conf (If you're not
sure make that file available via HTTP or post it's content to the list).


 BTW - I put your domain on a whitelist as your email to me was rejected
 by my MTA (sorry about that). Thank you again for your help!

No problem, I'm used to that. It's a part of 'fun' when running a mail
server on dynamic IP...

HTH,

Karol

-- 
Karol Kwiatkowski  freebsd at orchid dot homeunix dot org
OpenPGP: http://www.orchid.homeunix.org/carlos/gpg/0x06E09309.asc



signature.asc
Description: OpenPGP digital signature


Re: irssi portupgrade broken

2006-11-10 Thread Tsampros Leonidas
On Thu, Nov 09, 2006 at 10:37:07AM -0500, Michael P. Soulier wrote:
 So, I tried to do a portupgrade on irssi. 
 
 I did a make config first, and turned on proxy support, socks proxy support,
 and themes. 
 
 I then did a portupgrade -R irc/irssi
 
 It ended badly.
 
 ===  Installing for irssi-themes-20060917
 ===   irssi-themes-20060917 depends on executable: irssi - not found
 ===Verifying reinstall for irssi in /usr/ports/irc/irssi
 ===  Installing for irssi-0.8.10_3
 ===   irssi-0.8.10_3 depends on executable: irssi-themes - not found
 ===Verifying reinstall for irssi-themes in
 /usr/ports/x11-themes/irssi-themes
 ===  Installing for irssi-themes-20060917
 ===   irssi-themes-20060917 depends on executable: irssi - not found
 ===Verifying reinstall for irssi in /usr/ports/irc/irssi
 ===  Installing for irssi-0.8.10_3
 ===   irssi-0.8.10_3 depends on executable: irssi-themes - not found
 ===Verifying reinstall for irssi-themes in
 /usr/ports/x11-themes/irssi-themes
 ===  Installing for irssi-themes-20060917
 ===   irssi-themes-20060917 depends on executable: irssi - not found
 ===Verifying reinstall for irssi in /usr/ports/irc/irssi
 make: Max recursion level (500) exceeded.: Resource temporarily unavailable
 *** Error code 2
 
 Stop in /usr/ports/irc/irssi.
 *** Error code 1
 
 Stop in /usr/ports/x11-themes/irssi-themes.
 *** Error code 1
 
 Stop in /usr/ports/x11-themes/irssi-themes.
 *** Error code 1
 
 Stop in /usr/ports/irc/irssi.
 *** Error code 1
 
 screens full of this, as portupgrade apparently recursed enough to overflow
 the stack. 
 
 Any suggestions?

Do a make config in irc/irssi, disable the themes and then make
install the port. After that try installing x11-themes/irssi-themes
independently.

 Mike
 -- 
 Michael P. Soulier [EMAIL PROTECTED]
 Any intelligent fool can make things bigger and more complex... It
 takes a touch of genius - and a lot of courage to move in the opposite
 direction. --Albert Einstein


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


gnome login problem

2006-11-10 Thread eoghan

Hi
Ive just run a portupgrade trying to get some troublesome ports up to  
date. I noticed after it finished some things werent working anymore  
like gedit, open office...
I copied the output of my portupgrade report but had to reboot and  
lost it!

Now when i try login i get this message:
Your session only lasted less than 10 seconds. If you have not logged  
out yourself, this could mean that there is some installation problem
or that you may be out of diskspace. Try loggin in with one of the  
failsafe sessions to see if you can fix this problem.

Im using gnome 2.16.1 and FreeBSD-6.1
I know i do not have many details but maybe someone can help?
Thanks
Eoghan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: NO_OPENSSL= true?

2006-11-10 Thread Lowell Gilbert
Eric [EMAIL PROTECTED] writes:

 No bites on this yesterday. can anyone shed some light on it?

Most of us assume that one would only use non-standard security
configurations if one *really* knew exactly what one was doing...

 is this something i should or shouldnt have in my make.conf?

 I use openssh-portable-4.4.p1 on my machines and cannot recall when
 NO_OPENSSL= true was added to make.conf.

 is this something I should keep in my make.conf? what are the
 implications if i keep it vs removing it?

Are you getting SSL from a port?  If not, you should remove it to get
updates to the base system version.  [SSH uses SSL, but doesn't
include its own version; it uses the base or ports version, as
directed by some port makefile logic that I haven't looked through
very carefully.]

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


Re: fxp(4) and Intel 82801GB NIC

2006-11-10 Thread Lowell Gilbert
Sergey Solyanik [EMAIL PROTECTED] writes:

 Hello!

 I have a problem with my -STABLE, fxp(4) doesn't detect available media
  in the Intel 82801GB onboard NIC. It shows that:

 [EMAIL PROTECTED] ifconfig fxp1
 fxp1: flags=9943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,LINK0,MULTICAST
 mtu 1500
 options=8VLAN_MTU
 inet 192.168.250.1 netmask 0xff00 broadcast 192.168.250.255
 ether 00:14:85:1a:fc:d3
 media: Ethernet manual

 [EMAIL PROTECTED] ifconfig -m fxp1
 fxp1: flags=9943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,LINK0,MULTICAST
 mtu 1500
 options=8VLAN_MTU
 capabilities=8VLAN_MTU
 inet 192.168.250.1 netmask 0xff00 broadcast 192.168.250.255
 ether 00:14:85:1a:fc:d3
 media: Ethernet manual
 supported media:
 media manual

 The NIC working (100M/Full) when plugged in switch (Cisco 2950), but
 doesn't when connected with another one with crossover cable, or to the
 wireless AP (D-Link DWL-2100AP) which do autodetection of speed MDI-X/MDI.
 The link continually flapping up and down.
 Running Windows XP I can manually select 100M/Full media to link up. But
 I can't do that with FreeBSD.

 Here is the part of pciconf -lv output:
 [...]
 [EMAIL PROTECTED]:8:0:  class=0x02 card=0xe0141631 chip=0x27dc8086 
 rev=0x01
 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801GB I/O Controller Hub LAN'
 class= network
 subclass = ethernet

 Please help me to fix it. I will test patches.

I don't follow what you're trying here.  You should have both sides
set to autodetect, or neither side set for it.  [That's not always
necessary, but it's a good idea.]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: TFTP Problems

2006-11-10 Thread Lowell Gilbert
Chris [EMAIL PROTECTED] writes:

 I'm still trying to figure out why the standard tftp won't accept ack
 connections from 0.0.0.0.  It will recv ack's from a normal IP address
 just fine.

 It can't be the firewall because I can set it to pass all and
 restart with the same results.

 The tftp daemon is started from inetd.  The server process is somewhat
 different for a inetd daemon as it recieves on socket 0 instead after
 it starts.  It creates a socket for further communication after it
 retries the initial UDP packet sent.  It sucessfully sends the first
 packet on this socket but it doesn't recv ack's for the packet though
 tcpdump see's them come in.  The recv timesout and then it resends the
 first packet.

 The only thing I can think of is that inetd must initialize it's
 sockets in some special way to recieve from 0.0.0.0.

0.0.0.0 is bogus; it's considered a Martian address.  IP hosts are
normally *expected* to ignore them.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: NO_OPENSSL= true?

2006-11-10 Thread Eric

Lowell Gilbert wrote:

Eric [EMAIL PROTECTED] writes:


No bites on this yesterday. can anyone shed some light on it?


Most of us assume that one would only use non-standard security
configurations if one *really* knew exactly what one was doing...


is this something i should or shouldnt have in my make.conf?

I use openssh-portable-4.4.p1 on my machines and cannot recall when
NO_OPENSSL= true was added to make.conf.

is this something I should keep in my make.conf? what are the
implications if i keep it vs removing it?


Are you getting SSL from a port?  If not, you should remove it to get
updates to the base system version.  [SSH uses SSL, but doesn't
include its own version; it uses the base or ports version, as
directed by some port makefile logic that I haven't looked through
very carefully.]



thanks for the reply. i have cleaned up the entry for it. again, i dont 
recall how it ever got there. I use openssh-portable, but everything 
else is from the base system. maybe it was an artifact from the 5.x days 
when I did run openssl from the ports tree.


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


pkg_cutleaves listing needed ports as leaf nodes.....

2006-11-10 Thread Eric Schuele

Hello,

When I use `pkg_cutleaves -l` to list leaf nodes.  It is listing things 
I know are required by other apps.  These aren't build dependencies.


For example, it lists g-wrap, and libpcap.  If I remove g-wrap, my 
gnucash2 immediately refuses to run.  And I know libpcap was an option 
I selected for NTop.  There are others as well.  I have noticed that a 
`make  pretty-print-run-depends-list` is empty for gnucash2.  Is that 
significant?


Why would these not be +REQUIRED_BY something?  `pkgdb -F` doesn't 
mention anything at all.


If something has no +REQUIRED_BY file... how can I go about determining 
why its on my machine or which port installed it?  Obviously top level 
items I installed aside.


Thanks.

[Running 6.2-PRERELEASE]

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


Re: Questions on first-time installation

2006-11-10 Thread Jerry McAllister
On Wed, Nov 08, 2006 at 11:12:43AM -0500, Bob Schwartz wrote:

 Sorry for top posting, but I think, given the conditions you specify,
 probably the best thing for you to do is buy another drive - and replace one
 of the others to experiment with FreeBSD for a while.
 
 Kindly see my post of this am and tell me, please, if you still think this
 is necessary. I do have another scsi drive that I can daisychain off of the
 adaptec legacy card, but as it is, I don't think the system is showing me
 all the drives for install anyway, even as it is picking them up 'earlier
 in the hardware inventory process.
 
 And the scsi drive is a redundent backup drive already...as I use the
 freestanding 73 gig drive for backups nowso I have already removed its
 partition and it sits waiting for the install. Once I understand what I am
 really seeing as drive install options...my other post will, I hope, make
 that clear enough for someone here to tell meand assuming I am seeing
 what I think, it looks as if I can just go ahead?

Well, if you don't need the drive for something else, then use it
for FreeBSD.

I don't know why you are not seeing the menu for selecting drives.
The only thing that sounds slightly different about what you have
said about getting in to sysinstall and the way I have been doing it
is I select the 'standard install' instead of basic or minimal.

 ...I have successfully used Partition Magic on NTFS partitions to make
 room
 for a FreeBSD slice. 
 
 Provided that I don't understand why you suggest I use a different drive if
 the scsi drive I have works, I do have Partition Magic and, indeed, used it
 to remove the partition on this disk already.

I only say that because I thought at first that you didn't want to
overwrite stuff on it.   But, if that is no problem, go ahead.

jerry

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


Re: Questions on first-time installation

2006-11-10 Thread Jerry McAllister
On Wed, Nov 08, 2006 at 08:42:04AM +, Jan Grant wrote:

 On Tue, 7 Nov 2006, Bob Schwartz wrote:
 
  ... at least as it is desribed in the DELL
  docs and bios...
 
 Be really careful. The windows boot loader should be able to boot a 
 freebsd install for you. 

I have never had a Windows MBR work to boot FreeBSD.   On the other
hand I have never had a FreeBSD MBR fail to boot any MS-Win system.

So, I wonder at your comment here.

   Dell usually ship their machines with a small 
 partition at the front of the drive (at least, they did last time I 
 received one). That partition is at an odd offset and didn't agree with 
 the FBSD partition editor: I found this out the hard way. Things may 
 have changed since then; I usually nuke the dell partition anyway.

I have never had to correct any partition/slice alignment when using
the standard FreeBSD install.  I ignore that Diagnostic slice that
Dell puts on - just leave it there as slice 1, leave MS there as
slice 2 and put FreeBSD on slice 3 - or sometimes I put a FAT32 on
as slice 3 to use for communication if the MS is NTFS, and then put
FreeBSD on slice 4.   There has never been any problem with any
alignment or offset.   I shrink the MS-Win slice(primary partition)
down with Partition Magic and use that to define the 1 (or 2) extra
primary partition(s) (2 if I add that fst32) and then use the 
standard FreeBSD fdisk/bsdlabel/newfs either directly or through
sysinstall to define the slices, mark the FreeBSD slice bootable,
divide the FreeBSD slice in to partitions and build filesystems on
the FreeBSD partitions.  If I make the fat32 slice, I leave that 
alone because nothing else needs to be done to read/write it in
MS-DOS mode.

jerry

 
 jan
 
 PS. I should say that my bad experience with the partition editor is a 
 few years old; I've not tried again recently with new Dell kit.

I have been doing this the way I describe since 1998 with no problem.
/jrm

 
 -- 
 jan grant, ISYS, University of Bristol. http://www.bris.ac.uk/
 Tel +44 (0)117 3317661   http://ioctl.org/jan/
 Axioms speak louder than words.
 ___
 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]


mysq/php/blowfish (was vtiger/mysql/encryption)

2006-11-10 Thread Michael S
I figured that must have something to do with the way
MySQL stores and php encrypts/decrypts data.
I used mysqldump and saw that the passwords in MySQL
are stored as Blowfish hashes, and I suspect that php
uses a different algorithm when it tries to
authenticate against the mysql database. As a result I
can never log in, since passwords don't match.
Is there a way to force php to use Blowfish?
In php.ini there is session.hash_function variable,
but the only two possible options are MD5 and SHA-1.
And I am not even sure that this is the problem.

Any clues?
Thanks in advance,
Michael

--- Michael S [EMAIL PROTECTED] wrote:

 Good day all.
 
 I am trying to get the vtiger CRM going on two
 machines with varying success.
 
 I installed all the software packages required by
 vtiger: php5, mysql50-server and client, and the
 latest apache version 2, all with exactly the same
 compile options.  I also made all the necessary
 adjustments to mysql, php and apache configuration
 files. I grabbed the compressed archive from
 vtiger.com and extracted it under my Apache document
 root. The web-based setup went smoothly, on both
 machines. However after the setup was done and it
 was
 time to test the CRM, I was able to go past the
 login
 screen (claiming I typed the wrong password) on one
 of
 the machines, but not on the other one. I tried the
 setup procedure various times on the second machine,
 but no luck.
 
 The only two differences between the two machines
 (software wise of course) is that the machine I was
 able to get vtiger to work is a 5.5-RELEASE, while
 the
 other one is a 6.1-p10. The second difference is
 that
 the 5.5 machine uses md5 for passwords, and 6.1
 blowfish.
 
 I know that this question doesn't pertain
 particularly
 to FreeBSD, but maybe people who installed the usual
 php/apache/mysql under FreeBSD (which isn't
 uncommon)
 have experienced something similar.
 
 Thanks in advance.
 Michael 
 ___
 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: Questions on first-time installation

2006-11-10 Thread Jerry McAllister
On Wed, Nov 08, 2006 at 10:30:33AM -0500, Bob Schwartz wrote:

  Be really careful. The windows boot loader should be able to boot a
 freebsd install for you.,
 
 Thank you.
 
 Either one works for me as long as I get full choice. If the windows loader
 simply picks up bsd and offers it in addition to the two windows installs
 that I need, no problem. Ditto if the bsd boot manager hands me off to the
 windows boot manager and gives me both choices.
 
 My concern...and I was going to write the group and ask...is that bsd's
 manager only returns one of the windows systems.
 
 What do you think, please?

Well, I am losing track a little, but one thing may be relevant
and that is that you must install an MBR on each of the disks that 
will have a bootable slice - not just the one with the bootable 
FreeBSD slice.   

This in installed by FreeBSD fdisk with the -B flag and the drive
as a parameter.  If you don't have an MBR on the drive, it will
ignore any bootable slices on that drive.

jerry

 
  Dell usually ship their machines with a small partition at the front of
 the drive (at least, they did last time I received one). That partition is
 at an odd offset and didn't agree with the FBSD partition editor: I found
 this out the hard way. Things may have changed since then; I usually nuke
 the dell partition anyway.
 
 They still do...and while I could nuke it, now that I have windows installs
 that I don't want to disturb, I am afraid to.
 
 If I leave them there, what, in your experience, happens?
 
 Thanks, jan
 
 PS  off to have my bangers and mashg
 
 Bob Schwartz
 *
 This communication, including any attachments or enclosures, may contain
 information that is (1) legally privileged, (2) confidential, (3)
 proprietary and confidential. If you are not the intended recipient of this
 message, you may not disclose, print, copy or disseminate this information.
 If you have received this in error, please reply and notify the sender only
 and immediately delete this information beyond recovery if it has been
 received into a computer system and also destroy by shredding if it has been
 printed on paper. Unauthorized interception of this e-mail is a violation of
 federal criminal law.
 ** 
 
 ___
 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: fxp(4) and Intel 82801GB NIC

2006-11-10 Thread Sergey Solyanik

Lowell Gilbert wrote:


I have a problem with my -STABLE, fxp(4) doesn't detect available media
 in the Intel 82801GB onboard NIC. It shows that:

[EMAIL PROTECTED] ifconfig fxp1
fxp1: flags=9943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,LINK0,MULTICAST
mtu 1500
options=8VLAN_MTU
inet 192.168.250.1 netmask 0xff00 broadcast 192.168.250.255
ether 00:14:85:1a:fc:d3
media: Ethernet manual

[EMAIL PROTECTED] ifconfig -m fxp1
fxp1: flags=9943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,LINK0,MULTICAST
mtu 1500
options=8VLAN_MTU
capabilities=8VLAN_MTU
inet 192.168.250.1 netmask 0xff00 broadcast 192.168.250.255
ether 00:14:85:1a:fc:d3
media: Ethernet manual
supported media:
media manual



Please help me to fix it. I will test patches.


I don't follow what you're trying here.  You should have both sides
set to autodetect, or neither side set for it.  [That's not always
necessary, but it's a good idea.]


Sorry for my English.
The problem not in autodetection stuff.

The problem is in fxp(4) dirver, that doesn't detect/show all available 
media types on the NIC. It shows only media manual.


Other well supported Intel 82559-based PCI Card shows like that:

[EMAIL PROTECTED] ifconfig fxp0
fxp0: flags=9943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,LINK0,MULTICAST 
mtu 1500

options=8VLAN_MTU
ether 00:03:47:e3:7d:c8
media: Ethernet autoselect (100baseTX full-duplex)
status: active
[EMAIL PROTECTED] ifconfig -m fxp0
fxp0: flags=9943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,LINK0,MULTICAST 
mtu 1500

options=8VLAN_MTU
capabilities=8VLAN_MTU
ether 00:03:47:e3:7d:c8
media: Ethernet autoselect (100baseTX full-duplex)
status: active
supported media:
media autoselect
media 100baseTX mediaopt full-duplex
media 100baseTX
media 10baseT/UTP mediaopt full-duplex
media 10baseT/UTP
media none
media 100baseTX mediaopt hw-loopback


The autodetection problem solved easily with correct cable and setting 
switch to 'auto speed/auto duplex'.


However, it is not possible to select other than 'auto' mode on 
ICH7-based fxp1 interface, scince only 'manual' available.


That's my request for help - add support to fxp(4) for ICH7-based NIC 
for the full range of media types.


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


State of gvinum RAID-5

2006-11-10 Thread Felix 'buebo' Kakrow
Hello List,
I tried gvinum RAID-5 with a 5-Stable around the time when 5.1 or 5.2
was released (afair) and back then it basically sucked big time. Raid
worked as long as nothing failed, but reconstructing a drive was
somewhere between very painful and not possible.

Now I will have to upgrade hardware soon, which means I could switch
from NetBSD (and Raidframe) to FreeBSD (with gvinum) again. I would
like to because NetBSD seems to have some kind of memory leak in
connection with Samba and large or many files, but I'd rather have a
somewhat unstable Samba than an unstable Raid, so what's the state of
affairs?

Cheers
Felix

P.S.: I've tried google but have not come up with anything useful
short of reading the actual code, which is way over my level.
-- 
A discordian shall always use the official discordian document 
numbering system.
-- The Second Discordian Commandment


signature.asc
Description: PGP signature


TV capture card

2006-11-10 Thread Tsu-Fan Cheng

Hi
 thank you guys. I just ordered a TV card from Avermedia, it should be
using brooktree chip. i chose AverMedia over Happahauge simply because it's
less expensive. :-) (i actually live in long island, Happahauge is just
right here...). I expect i will have some twicking to do to make it work,
but what the heck!!

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


Re: TV capture card

2006-11-10 Thread Bachilo Dmitry
В сообщении от Пятница 10 ноября 2006 22:18 Tsu-Fan Cheng написал(a):
 Hi
   thank you guys. I just ordered a TV card from Avermedia, it should be
 using brooktree chip. i chose AverMedia over Happahauge simply because it's
 less expensive. :-) (i actually live in long island, Happahauge is just
 right here...). I expect i will have some twicking to do to make it work,
 but what the heck!!

 TFC
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
Good luck, dude, mine refused to work. I would like to hear your experience 
later.
-- 

С уважением, Бачило Дмитрий
Best Regards, Bachilo Dmitry
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 6.1 hangs at mountroot during bootup

2006-11-10 Thread drseuk

Hi,

This has just occurred to one of our servers that installed and has been 
working fine for months. The only thing that changed between it booting 
and not booting was that we unplugged the keyboard and mouse prior to the 
last successful boot and now get the mountroot message (even though the 
keyboard and mouse are now plugged back in).


Does 6.1 assume that it should become a serial console controlled server 
automatically if no KB/ mouse is attached and then alter some 
configuration setting? (I'm guessing).


Regards,

James

--

[EMAIL PROTECTED]
SDF-EU Public Access UNIX System - http://sdf-eu.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


libpangocairo

2006-11-10 Thread Wayne M Barnes
Dear FreeBSD,

For the packages mozilla and inkscape, I cannot locate or install
libpangocairo.so

Where can I find it?
 inkscape
/libexec/ld-elf.so.1: Shared object libpangocairo-1.0.so.0 not found, 
required by inkscape

This system is FreeBSD 5.5, fresh cvsup of all sources and ports.

-- 
Wayne M Barnes
[EMAIL PROTECTED]fax: (314) 754-9556
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: libpangocairo

2006-11-10 Thread Tsu-Fan Cheng

hi,
  mine is in /usr/local/lib/, did you install x11-toolkit/pango?

TFC

On 11/10/06, Wayne M Barnes [EMAIL PROTECTED] wrote:


Dear FreeBSD,

For the packages mozilla and inkscape, I cannot locate or install
libpangocairo.so

Where can I find it?
 inkscape
/libexec/ld-elf.so.1: Shared object libpangocairo-1.0.so.0 not found,
required by inkscape

This system is FreeBSD 5.5, fresh cvsup of all sources and ports.

--
Wayne M Barnes
[EMAIL PROTECTED]fax: (314) 754-9556
___
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]


How to get best results from FreeBSD-questions

2006-11-10 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

2006-11-10 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.

Note also that the book has now been released for free download in PDF
form.  Instead of downloading the changed pages, you may prefer to
download the entire book.  See http://www.lemis.com/grog/Documentation/CFBSD/ 
for more information.

Have you found a problem with the book, or maybe something confusing?
Please let me know: I'm no longer constantly updating it, but I may be
able to help

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


6.x hangs on AMD64 again

2006-11-10 Thread Chris
I've posted several questions (under two other ids though the name  
Chris)

since March trying to put up a Tyan quad dual s4882. I've run it on 6.0
STABLE as of about March, 6.1 RELEASE in several flavors from May
through September and finally 6.2 PRERELEASE as of mid-October. I
found issues early on with transition states on the bge interface, found
a memory chip that was marginal and have tested and tested throughout
this period. Every time we place the system back in production, we see a
hang without any indications of what the problem would be, after 4-7  
days

of running.

I've tried to think of where the problems could be and it would seem  
that

6.x AMD64 exhibits this type of issue for many individuals who put a
server under heavy load. I've seen many unresolved posts here and
elsewhere that describe strikingly similar scenarios. When in full  
production,

it's running 5 websites out of a prefork non-ssl Apache 2.2.3, light
ports-installed mysql 4.19 access via perl cgi (not mod_perl) and heavy
access to perl generated and flat html archives pages (for discussion  
just

counted 300K page views for a day on one of the sites). This computer
does not breath hard at all with peak hours showing top staying at 80+%
idle. I've not opened up any service to where it can fill the 8Gb RAM in
spawning too many processes. Process count peaks at about 180 because
it services the request backlog so quickly. Active memory is usually  
about

250 MB and inactive varies. The configuration is very simple and it runs
nothing else other than rsyncd and sshd. The hang seems to have nothing
to do with peak access times, in fact, it will suddenly hang at our  
slowest

time of the day. I ran for over a month without a hang when leaving the
machine relegated to low traffic websites.

We've spent a lot to get clean dedicated power and installed a  
monitoring

hardware device to let us see what's going on, no help. Temperature of
the computer room is nicely down given that it's winter here and the
facility is kept fairly cold. No AC but the computer room remains about
70 degrees F.

I'm aware of the warning about 6.2 PR in production but the symptoms
have not deviated amongst any 6.x version and 6.2 PR was the only way
to pick up the extensive changes to the bge driver without hacking. I  
need

opinions on how to debug and possibly even who I should go to and pay
to take a closer look at this scenario. Here are questions and ideas  
I've

thought of, is there any validity in these or have you other ideas?

1. I've wondered if AMD64 SMP was a bad idea. Should I be using i386
for stability? It one thing I've not tried.
2. Should acpi be off as a precaution just to rule it out. It's not  
blacklisted.
I'd turned it off for a long time when testing but the results were  
muddy.

3. Should I reduce the system to 4GB ram to attempt to skirt the issue.
Is 6.x less reliable over 4GB?
4. Where can I find the meanings of all vmstat -z variables, I'm dumping
them to another server every two minutes giving the percentage change
on each sample, but am unsure if I can correlate this to much of
anything meaningful without good definitions. Just started this but will
need information.
5. Does mysql use linux threads and could that be the mistake that's
taking us out?

Even wild goose chases will be welcome at this point ;-).

Thanks,
Chris Pratt

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


Re: Instant Messenger software

2006-11-10 Thread Greg Groth

Robert Fitzpatrick wrote:

Can anyone here recommend an IM client/server software that runs on
FreeBSD? I'm looking at DBabble, but I see no port (which would be
nice). We like BSD servers and are getting a lot of requests for this
type of private service. But if BSD is not recommended, please tell.

Thanks in advance!



It might help to list any special requirements you might have.  For 
instance, our specs required that we logged all messages on a mysql 
database backend.  Also, the suggestion to visit this list:


http://mail.jabber.org/mailman/listinfo/jadmin

is a good one.  Very helpful, knowledgeable people there.

As far as BSD, AFAIK, there are 3 servers to choose from in the ports. 
jabber 1.4, jabberd2  ejabberd.  When I went to install jabber 1.4, it 
was marked as ignore at the time because of a security issue which has 
since been fixed, so I didn't really get to do much with it.  Jabberd2 
required a plug-in named bandersnatch to get the mysql logging to work. 
 Unfortunately the plug-in does not work with the current perl release, 
so if you want to get it up and running w/ jabberd2, you have to install 
older perl modules from backpan.  Bandersnatch does work with ejabberd, 
however there's an issue that's been documented on the bandersnatch 
forum that it will suddenly quit working after a while for no reason. 
It doesn't appear that any further maintenance is being done on 
bandersnatch as some of these issues have been posted on the forum for 6 
months or so with no response.  There are other plug-ins to log messages 
for ejabberd in either xml or mnesia, but I haven't gotten around to 
trying them out yet. I'm not sure if bandersnatch currently works with 
jabber 1.4 or not.


As far as wildfire, the same issue exists.  There is a plug-in for 
message logging to sql called I-Ball, but from reading the forums, it 
isn't working with the current release.  The open-source version does 
log to xml.  Because of the plug-in issue, I've never tried wildfire.


As far as ease of configuration, IMHO I found jabber 1.4  jabberd2 
easier to set up that ejabberd.  If I recall correctly, jabber 1.4  
jabberd2 use xml config files that are easy to read (IMHO).  ejabberd's 
config files were a little more difficut for me because I am unfamiliar 
with the syntax, and found the error reporting (when I made a mistake or 
two) to be somewhat cryptic.  Overall I think the biggest issue I had 
with any of these was modifying the DNS record by adding an SRV record 
so that users could log in using [EMAIL PROTECTED] instead of 
[EMAIL PROTECTED]


You also might want to check out jabber.org.  They have a list comparing 
the various servers that are available, and give a nice chart that gives 
a feature score which is described as rough percentage of expected 
server features that each implementation claims to support.


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


mpd 4.0b5 does not want to work

2006-11-10 Thread a
I have compiled and installed mpd 4.0b5
on my PC with FreeBSD 6.1-RELEASE.

Then I created the next files:

# mpd.conf

default:
new ukrtelecom dsl
set auth authname [EMAIL PROTECTED]
set iface route default
open iface


# mpd.links

dsl:
set link type pppoe
set pppoe iface rl0
set pppoe enable originate


# mpd.secret

[EMAIL PROTECTED]   password


in /usr/local/etc/mpd4.
This files I use successfully with MPD 4.0b2.

Then I typed
mpd4 and get the following:

# mpd4
Multi-link PPP for FreeBSD, by Archie L. Cobbs.
Based on iij-ppp, by Toshiharu OHNO.
mpd: pid 1006, version 4.0b5 ([EMAIL PROTECTED] 22:32  1-Nov-2006)
Label 'startup' not found
[ukrtelecom] ppp node is mpd1006-ukrtelecom
tcpmss node is mpd1006-mss
[ukrtelecom] using interface ng0
[ukrtelecom] IFACE: Open event

MPD does not respond any command (keys are echoed on console).

It loads many kernel modules:

$ kldstat 
Id Refs AddressSize Name
 1   12 0xc040 38b600   kernel
 21 0xc078c000 58554acpi.ko
 31 0xc4609000 4000 ng_socket.ko
 48 0xc460d000 a000 netgraph.ko
 51 0xc461f000 3000 ng_iface.ko
 61 0xc4622000 6000 ng_ppp.ko
 71 0xc4632000 4000 ng_bpf.ko
 81 0xc4636000 2000 ng_tcpmss.ko
 91 0xc4639000 4000 ng_vjc.ko
101 0xc4641000 3000 ng_ether.ko
111 0xc4644000 5000 ng_pppoe.ko

But no link is up:

$ ifconfig 
rl0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
options=8VLAN_MTU
inet6 fe80::202:44ff:fe92:1875%rl0 prefixlen 64 scopeid 0x1 
inet 192.168.1.2 netmask 0xff00 broadcast 192.168.1.255
ether 00:02:44:92:18:75
media: Ethernet autoselect (100baseTX full-duplex)
status: active
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
inet6 ::1 prefixlen 128 
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 
inet 127.0.0.1 netmask 0xff00 
ng0: flags=8890POINTOPOINT,NOARP,SIMPLEX,MULTICAST mtu 1500

MPD respondes only to ^C and reads:

^Cmpd: caught fatal signal int
[ukrtelecom] IPCP: Down event
[ukrtelecom] IPV6CP: Down event
[ukrtelecom] IFACE: Close event
[ukrtelecom] bundle: CLOSE event in state CLOSED
[ukrtelecom] IPCP: Down event
[ukrtelecom] IPV6CP: Down event
[ukrtelecom] IFACE: Close event
mpd: process 1006 terminated
#

What is a problem?

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


Re: TV capture card

2006-11-10 Thread Boris Samorodov
On Fri, 10 Nov 2006 11:18:54 -0500 Tsu-Fan Cheng wrote:

  thank you guys. I just ordered a TV card from Avermedia, it should be
 using brooktree chip. i chose AverMedia over Happahauge simply because it's

Are you sure that the chip will be a brooktree one? Modern Avermedia
use philips chips. And I'm not sure that there are drivers for the
latter so far.

 less expensive. :-) (i actually live in long island, Happahauge is just
 right here...). I expect i will have some twicking to do to make it work,
 but what the heck!!


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone  Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: TV capture card

2006-11-10 Thread Tsu-Fan Cheng

ahh.. really?? bktr (4) said it's based on brooktree, here:

The *bktr* driver supports video capture cards based on the Brooktree
Bt848/849/878/879 chips, as well as Pinnacle PCTV cards, including:

*·*  AOpen VA1000
*·*  AVerMedia AVerTV Studio
*·*  AVerMedia TF/FM-98

but you can be right, the vendor's website didn't tell me what chip it
uses right now.
(cross my fingers...)

TFC



On 11/10/06, Boris Samorodov [EMAIL PROTECTED] wrote:


On Fri, 10 Nov 2006 11:18:54 -0500 Tsu-Fan Cheng wrote:

  thank you guys. I just ordered a TV card from Avermedia, it should be
 using brooktree chip. i chose AverMedia over Happahauge simply because
it's

Are you sure that the chip will be a brooktree one? Modern Avermedia
use philips chips. And I'm not sure that there are drivers for the
latter so far.

 less expensive. :-) (i actually live in long island, Happahauge is just
 right here...). I expect i will have some twicking to do to make it
work,
 but what the heck!!


WBR
--
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone  Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve


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


Re: How to create an e-mail

2006-11-10 Thread Alex de Kruijff
On Fri, Nov 10, 2006 at 07:57:09AM +0200, Luke Lamla wrote:
 Can you please assist me I am using FreeBSD for my e-mail and internet. I
 want to create e-mail using super user (root) for my employees. What should
 I do or which steps should I follow to do that. I will appreciate your
 support immediately.

FreeBSD uses the mailer 'sendmail' by default. You can check the
FreeBSD handbook and 'man sendmail' for information about this. You can
send mail from the command line by using echo 'msg' | mail -s subject
[EMAIL PROTECTED] [EMAIL PROTECTED]' or use a mailer like
Mutt.

-- 
Alex

Please copy the original recipients, otherwise I may not read your reply.

Howtos based on my personal use, including information about 
setting up a firewall and creating traffic graphs with MRTG
http://alex.kruijff.org/FreeBSD/

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


Re: TV capture card

2006-11-10 Thread Mike Jeays
On Fri, 2006-11-10 at 22:28 +0600, Bachilo Dmitry wrote:
 В сообщении от Пятница 10 ноября 2006 22:18 Tsu-Fan Cheng написал(a):
  Hi
thank you guys. I just ordered a TV card from Avermedia, it should be
  using brooktree chip. i chose AverMedia over Happahauge simply because it's
  less expensive. :-) (i actually live in long island, Happahauge is just
  right here...). I expect i will have some twicking to do to make it work,
  but what the heck!!
 
  TFC
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]
 Good luck, dude, mine refused to work. I would like to hear your experience 
 later.

If you get it to work, please post the results.  I have never been able
to get my Hauppauge WinTV card to work, although it is fine with Ubuntu
and Suse, using xawtv, kdetv and others.

With FreeBSD 6.1 and xawtv, I get a stream of messages 'bktr
alarmed' (not exact wording), and no picture or sound.

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


Re: TV capture card

2006-11-10 Thread Josh Tolbert
On Fri, Nov 10, 2006 at 02:22:14PM -0500, Mike Jeays wrote:
 On Fri, 2006-11-10 at 22:28 +0600, Bachilo Dmitry wrote:
  ?? ??  ?? 10  2006 22:18 
  Tsu-Fan Cheng ??(a):
   Hi
 thank you guys. I just ordered a TV card from Avermedia, it should be
   using brooktree chip. i chose AverMedia over Happahauge simply because 
   it's
   less expensive. :-) (i actually live in long island, Happahauge is just
   right here...). I expect i will have some twicking to do to make it work,
   but what the heck!!
  
   TFC
   ___
   freebsd-questions@freebsd.org mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to
   [EMAIL PROTECTED]
  Good luck, dude, mine refused to work. I would like to hear your experience 
  later.
 
 If you get it to work, please post the results.  I have never been able
 to get my Hauppauge WinTV card to work, although it is fine with Ubuntu
 and Suse, using xawtv, kdetv and others.
 
 With FreeBSD 6.1 and xawtv, I get a stream of messages 'bktr
 alarmed' (not exact wording), and no picture or sound.

For what it's worth, I picked up two cheap ($7 and $11, respectively) bktr
cards on eBay and they work fine. One's an old S3-branded BT878 card and the
other had a fairly common brand, but I can't think of it right now. They work
great with xawtv and the bktr driver. Sure, they don't have any hardware
encode/decode features, but they do work.

I've got a PVR250, an older one, that's also properly detected, but I've never
tried to do anything with it.

Thanks,
Josh
-- 
Josh Tolbert
[EMAIL PROTECTED]  ||  http://www.puresimplicity.net/~hemi/

Security is mostly a superstition. It does not exist in nature, nor
do the children of men as a whole experience it. Avoiding danger
is no safer in the long run than outright exposure. Life is either
a daring adventure, or nothing.
-- Helen Keller
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Is the vulnerability database up to date?

2006-11-10 Thread Erik Norgaard

Hi:

I updated my ports tree a few days ago, and again today (right now). The 
firefox port was updated. I then updated the vulnerability database - or 
so I thought with portaudit. But building firefox complain about 
remaining vulnerabilities.


So - what's the point? I mean updating the port to a newer port with the 
same or newer known vulnerabilities?


Or is the vulnerability database not updated yet?

Thanks, Erik
--
Ph: +34.666334818  web: http://www.locolomo.org
X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt
Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


core dumps

2006-11-10 Thread Jim Pazarena

is there any way to have NO core dumps? ..aside from never causing one :)

I mean, can you compile something into the kernel to prevent core dumps?
I've never found it necessary to examine one in many years, and cannot
foresee ever having to do it.

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


Re: Cacti -vs- mrtg

2006-11-10 Thread Don Munyak

Also check out CactiEZ . its a distribution package of sorts that will
load a complete system on a spare box. Basically a quick and dirty for
those not wanting to take all the steps of installing an OS first and
then the packages and plug-ins.

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


Issue with filehandles being released under 6.1-RELEASE?

2006-11-10 Thread Garrett Cooper
Just wondering if anyone else was experiencing the same issues that I 
am.. it's related to Samba-3.0.22c and sockets / filehandles.


For some odd reason every couple days (~2 days) I have to restart the 
smbd daemon because it eats up 6000+ filehandles, just for sockets I 
assume (based on netstat output). At the point where it reaches 8000 
some filehandles open, the system refuses to fork, forcing me to login 
as root on the console directly instead of via SSH.


My machine is a local / preferred master (smbd fights with XP Home 
clients because they want to be master browsers), with limited access to 
a few XP clients (4 clients at any given point in time), plus an XBox 
using smbclient with XBox Media Center.


Helpful info:
[EMAIL PROTECTED] /home/gcooper]# uname -a
FreeBSD hoover.localdomain 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #9: 
Mon Oct 16 02:14:29 PDT 2006 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/HOOVER  i386



/usr/local/etc/smb.conf:
[global]
  workgroup = WORKGROUP
  encrypt passwords = yes
  log file = /var/log/samba/log.%m
  log level = 3 passdb:4 auth:4
#   log level = 5
  socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
  local master =  yes
  preferred master = yes
  dns proxy = no
  guest ok = no

[shared]
  path = /shared
  writeable = yes
  public = yes
  hosts deny = shiina pinocchio
  guest ok = no
  create mask = 0775

The only changes that I've made to smb.conf between now and when I last 
accessed samba is that I've removed an unneeded share and removed guest 
advertisement for my shares (need password / username anyhow to login, 
so I figured I might as well..).


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


Re: Is the vulnerability database up to date?

2006-11-10 Thread Josh Carroll

So - what's the point? I mean updating the port to a newer port with the
same or newer known vulnerabilities?


# portaudit
0 problem(s) in your installed packages found.
# pkg_info| grep firefox
firefox-2.0_2,1 Web browser based on the browser portion of Mozilla

Seems ok to me. Which version of firefox is in your ports tree, and
have you run portaudit -F lately?

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


Re: core dumps

2006-11-10 Thread Giorgos Keramidas
On 2006-11-10 12:40, Jim Pazarena [EMAIL PROTECTED] wrote:
 is there any way to have NO core dumps? ..aside from never causing one :)
 
 I mean, can you compile something into the kernel to prevent core dumps?
 I've never found it necessary to examine one in many years, and cannot
 foresee ever having to do it.

You don't have to compile anything into the kernel.  There is a sysctl
you can tweak, to enable and/or disable core dumps by processes:

# sysctl kern.coredump=0

To make the setting permanent, set it in your `/etc/sysctl.conf' file
too, without the 'sysctl' command:

kern.coredump=0

- Giorgos

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


Re: Sendmail Smarthost Auth

2006-11-10 Thread Giorgos Keramidas
On 2006-11-09 09:13, Tom Grove [EMAIL PROTECTED] wrote:
 I just got a new Internet connection through Verizon and need
 to be able to use a smarthost to send mail.  All servers that I
 can use required SMTP auth and I need to figure out a way to
 have Sendmail authenticate with the smarthost.  Is this
 possible and could someone lead me in the right direction?

You can start with:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-auth.html

If this isn't enough, or you still have questions about the way
to set up SMTP Authentication with Sendmail on FreeBSD, let me
know.  I'll try to answer your questions *and* update the section
with whatever is not as clear as we would like it to be.

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


Re: How to create an e-mail

2006-11-10 Thread Marwan Sultan



On Fri, Nov 10, 2006 at 07:57:09AM +0200, Luke Lamla wrote:
 Can you please assist me I am using FreeBSD for my e-mail and internet. 
I
 want to create e-mail using super user (root) for my employees. What 
should

 I do or which steps should I follow to do that. I will appreciate your
 support immediately.



Well, FreeBSD comes with sendmail. you really dunt have to do much, you can 
start

with FreeBSD and sendmail as its,
if you want to create real unix users then just use it as its, all what you 
need to do

is #adduser and add your users! :) simple as this!

For clients access, either they access using pop3 service or webinterface,
Install qpopper from ports for pop3 access,
as for the webmail i recommend www.openwebmail.org

 Ofcourse there is much deep things to look at _if you want_ but not a must
 as postfix, qmail, also, you need very litl changes to /etc/mail 
configuration files.


Best of luck
Marwan Sultan.

_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


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


RE: (no subject)

2006-11-10 Thread Marwan Sultan

I'm using FreeBSD 6.1 on Intel D945 it works great, nothing to worry,
I had one small bug that you could solve easy, from this link
http://lists.freebsd.org/pipermail/freebsd-i386/2006-January/003620.html

Best Of luck
Marwan Sultan


Sir,

Does FreeBSD 6.1 fully support Intel Desktop Board D945GNT with
Hyperthreading technology enabled?



Dawood Muslim


_
FREE pop-up blocking with the new MSN Toolbar - get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/


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


Re: Nvidia has drivers for FreeBSD (but my xorg is already working)

2006-11-10 Thread Rod Person
On Wed, 2006-11-08 at 11:07 +0100, Tore Lund wrote:
 Another reason to use it is monitor calibration.  

To add to that, I have a wide screen monitor that runs at 1680x1040 but
the xorg driver will not run at that resolution.

-- 
Rod

it takes an unusual mind to see the obvious.
- Alfred Whitehead


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


Re: Laptop Wireless

2006-11-10 Thread Damian Wiest
On Sun, Nov 05, 2006 at 07:57:03AM -0800, Rem P Roberti wrote:
 Would someone point me in the right direction here.  I have an old 
 Compaq Presario 1692 that my sister-in-law gave to me after she 
 upgraded.  I installed FreeBSD 6.1 and everything is working fine.  
 However, the laptop also came with a Belkin Wireless G (F5D7011) 
 notebook card, and I would like to learn how to install the appropriate 
 drivers for the card to work.  I am new to FreeBSD, and have glanced at 
 the Handbook section dealing with wireless.  It's a little daunting at 
 this time, and I haven't yet been able to make sense out of it with 
 respect to this laptop and wireless card.  Any help in making the 
 process understandable would be much appreciated.
 
 Rem

Can you post the dmesg?

Assuming that particular device has a working driver, you can probably 
use ifconfig for most of the wireless settings.

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


Re: Nvidia has drivers for FreeBSD (but my xorg is already working)

2006-11-10 Thread Damian Wiest
On Wed, Nov 08, 2006 at 12:56:39PM +0300, Andrew Pantyukhin wrote:
 On 11/8/06, Mark Jayson Alvarez [EMAIL PROTECTED] wrote:
 Hi,
 
 I have a Palit GeForce 6500 PCI-E 256Mb/64bit and I'm running x windows.
 What do I need that NVidia FreeBSD driver for?
 
 3d

It's also useful for getting all of your other video-out (svideo, 
composite, 2nd head, etc.) features working.  Beware though.  NVidia 
refuses to release documentation for their cards and forces you to run 
binary blobs to get all of the card's features to work.  Also, they 
don't offer said blobs for all platforms, so you may get burned.  I've
had the misfortune of wasting my money on one of their cards only to
find that their binary driver is only available for x86.  Until NVidia 
decides to provide proper documentation for their cards, I'd avoid them 
and go with an ATI product.

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


Re: TV capture card

2006-11-10 Thread Damian Wiest
On Thu, Nov 09, 2006 at 02:46:51PM -0500, Tsu-Fan Cheng wrote:
 Hi,
  can anyone suggest a TV capture card that works well under
 freebsd/6.1/amd64? I read something on the handbook, but would like to have
 some input from the real experience...thanks!! a bunch!!
 
 TFC

Aren't ATI's All-in-Wonder cards supposed to be supported well under 
FreeBSD and XOrg?

http://gatos.sourceforge.net/
http://gatos.sourceforge.net/supported_cards.php

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


Network Setup Question

2006-11-10 Thread Doug Hardie
I have a bit of an unusual network setup situation.  I have a machine  
that is only used to store backups.  It gets moved around to  
different locations occasionally so it has to be able to live on a  
192.168.1.x or a 10.0.1.x network without reconfiguration.  I also  
need a fixed last address byte so I can connect to it remotely.  I  
initially set it up with DHCP and then used an alias for the .250  
address on both networks.  That worked, but caused problems for the  
local network in one location.  The particular user couldn't  
understand why sometimes his computer got different IP addresses.  So  
I tried to establish the 192.168.1.250 as the primary address and  
added an alias of 10.0.1.250.  That works  in both environments  
except that there is no default route.  Is there a way to negotiate  
just a default route via DHCP and not an IP address? or is there a  
way to set the default route based on which IP address is in use?   
Thanks.

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


Re: Huawei UMTS Wireless Modem

2006-11-10 Thread Joao Barros

On 11/10/06, David Schulz [EMAIL PROTECTED] wrote:

it is supposed to be a Huawei EC325 Data Modem, just as on this
website
http://www.huawei.com/mobileweb/en/products/view.do?id=147

On Nov 9, 2006, at 8:22 PM, Joao Barros wrote:

 On 11/9/06, David Schulz [EMAIL PROTECTED] wrote:
 Hello all,

 i have a Huawei UMTS wireless Modem, which plugs into a USB Slot, and
 on Windows (after installation of a Driver), looks just like a modem.
 You dial a number, username and password, and have a speedy
 connection to the Internet. Is there a way to get such a  thing to
 work under FreeBSD? After plugging it in, dmesg just reports ugen0:
 Huawei Mobile, rev 1.01 . addr 3 . It doesn't just respond to normal
 modem commands, when i simply do a cu -l /dev/ugen0 i get a Write
 Operation not supported by Device.


 What model is it? I have the Huawei E220 HSDPA USB Modem and it
 doesn't work.
 I posted a message on usb@ yesterday evening since this is a
 multi-function usb device and I don't know if that's supported.

 !DSPAM:1084,45531c206578638813114!


Check for a /dev/cuaU0

I hacked ubsa(4) to detect my dongle and that was the device I connected to.
Now on to ppp.conf dial scripts...

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


Re: Laptop Wireless

2006-11-10 Thread doug



On Fri, 10 Nov 2006, Damian Wiest wrote:


On Sun, Nov 05, 2006 at 07:57:03AM -0800, Rem P Roberti wrote:

Would someone point me in the right direction here.  I have an old
Compaq Presario 1692 that my sister-in-law gave to me after she
upgraded.  I installed FreeBSD 6.1 and everything is working fine.
However, the laptop also came with a Belkin Wireless G (F5D7011)
notebook card, and I would like to learn how to install the appropriate
drivers for the card to work.  I am new to FreeBSD, and have glanced at
the Handbook section dealing with wireless.  It's a little daunting at
this time, and I haven't yet been able to make sense out of it with
respect to this laptop and wireless card.  Any help in making the
process understandable would be much appreciated.

Rem


Can you post the dmesg?

Assuming that particular device has a working driver, you can probably
use ifconfig for most of the wireless settings.

-Damian


http://www.freebsd.org/releases/6.1R/hardware-i386.html#WLAN

This indicates the ed driver works for this card.


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


Re: [Mac-users] Mounting dante

2006-11-10 Thread Garrett Cooper

Amir Stone wrote:

Hi,

Is there any way to mount our dante account onto OSX with cmd-K? I  
find Fugu bothersome.


Thanks,
Amir
1. CC doesn't export any of the NFS directories outside of the dante 
cluster (or homer cluster, etc).
2. smb shares are mountable on-campus (keyword), so feel free to mount 
them on-campus. Only know that other than authentication, the 
information transported across the network is plaintext. Doesn't matter 
in most cases given that network cards don't usually operate in 
promiscuous mode and nodes along a network path don't masquerade as 
routers or capture traffic, but you don't want to transport information 
across smb if it's 'mission critical' or 'confidential', persay..


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


Re: Laptop Wireless

2006-11-10 Thread Damian Wiest
On Fri, Nov 10, 2006 at 08:56:46PM -0500, [EMAIL PROTECTED] wrote:
 
 
 On Fri, 10 Nov 2006, Damian Wiest wrote:
 
 On Sun, Nov 05, 2006 at 07:57:03AM -0800, Rem P Roberti wrote:
 Would someone point me in the right direction here.  I have an old
 Compaq Presario 1692 that my sister-in-law gave to me after she
 upgraded.  I installed FreeBSD 6.1 and everything is working fine.
 However, the laptop also came with a Belkin Wireless G (F5D7011)
 notebook card, and I would like to learn how to install the appropriate
 drivers for the card to work.  I am new to FreeBSD, and have glanced at
 the Handbook section dealing with wireless.  It's a little daunting at
 this time, and I haven't yet been able to make sense out of it with
 respect to this laptop and wireless card.  Any help in making the
 process understandable would be much appreciated.
 
 Rem
 
 Can you post the dmesg?
 
 Assuming that particular device has a working driver, you can probably
 use ifconfig for most of the wireless settings.
 
 -Damian
 
 http://www.freebsd.org/releases/6.1R/hardware-i386.html#WLAN
 
 This indicates the ed driver works for this card.

I don't think so :)  There are _no_ Belkin cards listed in the WLAN
section of that page.

In any case, isn't ed for ethernet nics?

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


Asking for Ports

2006-11-10 Thread Ferry Limanto
Dear All,

 

Hi, I'm ferry from ISP in Indonesia. I want run my squid and there is
error saying that file libm.so.2 is not found. I suspect that the
library is from ports compat4x, and I try to install that ports from
freebsd ftp server, buat always failed, or can I do another else? I
really need this file to run my squid on my freebsd 6. Can u help me sir
??

 

 

B Regard,

 

  Ferry

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


freebsd-questions : open posting? (was Re: [Mac-users] Mounting dante)

2006-11-10 Thread Garrett Cooper

Garrett Cooper wrote:

Amir Stone wrote:

Hi,

Is there any way to mount our dante account onto OSX with cmd-K? I  
find Fugu bothersome.


Thanks,
Amir
1. CC doesn't export any of the NFS directories outside of the dante 
cluster (or homer cluster, etc).
2. smb shares are mountable on-campus (keyword), so feel free to mount 
them on-campus. Only know that other than authentication, the 
information transported across the network is plaintext. Doesn't 
matter in most cases given that network cards don't usually operate in 
promiscuous mode and nodes along a network path don't masquerade as 
routers or capture traffic, but you don't want to transport 
information across smb if it's 'mission critical' or 'confidential', 
persay..


   Just some thoughts..
-Garrett
Oops... wrong list . Interesting though, because this email address 
isn't subscribed to this list.. hmmm...

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


Re: Network Setup Question

2006-11-10 Thread Jonathan Horne
On Friday 10 November 2006 19:17, Doug Hardie wrote:
 I have a bit of an unusual network setup situation.  I have a machine
 that is only used to store backups.  It gets moved around to
 different locations occasionally so it has to be able to live on a
 192.168.1.x or a 10.0.1.x network without reconfiguration.  I also
 need a fixed last address byte so I can connect to it remotely.  I
 initially set it up with DHCP and then used an alias for the .250
 address on both networks.  That worked, but caused problems for the
 local network in one location.  The particular user couldn't
 understand why sometimes his computer got different IP addresses.  So
 I tried to establish the 192.168.1.250 as the primary address and
 added an alias of 10.0.1.250.  That works  in both environments
 except that there is no default route.  Is there a way to negotiate
 just a default route via DHCP and not an IP address? or is there a
 way to set the default route based on which IP address is in use?
 Thanks.
 ___

dhclient.conf can get pretty granular as to exactly what you want from your 
DHCP server.  myself, i use it to get everything, but to ignore the domain 
search mine tries to provide.

man dhclient.conf and you will see tons of options (and some really good 
examples too).

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


Re: Network Setup Question

2006-11-10 Thread Doug Hardie


On Nov 10, 2006, at 19:34, Jonathan Horne wrote:


On Friday 10 November 2006 19:17, Doug Hardie wrote:

I have a bit of an unusual network setup situation.  I have a machine
that is only used to store backups.  It gets moved around to
different locations occasionally so it has to be able to live on a
192.168.1.x or a 10.0.1.x network without reconfiguration.  I also
need a fixed last address byte so I can connect to it remotely.  I
initially set it up with DHCP and then used an alias for the .250
address on both networks.  That worked, but caused problems for the
local network in one location.  The particular user couldn't
understand why sometimes his computer got different IP addresses.  So
I tried to establish the 192.168.1.250 as the primary address and
added an alias of 10.0.1.250.  That works  in both environments
except that there is no default route.  Is there a way to negotiate
just a default route via DHCP and not an IP address? or is there a
way to set the default route based on which IP address is in use?
Thanks.
___


dhclient.conf can get pretty granular as to exactly what you want  
from your
DHCP server.  myself, i use it to get everything, but to ignore the  
domain

search mine tries to provide.

man dhclient.conf and you will see tons of options (and some really  
good

examples too).


There are lots of options all right, but I couldn't find anything  
that would cause it not to negotiate the IP address.  All of the  
other options are configurable.

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


Re: Network Setup Question

2006-11-10 Thread Lane
On Friday 10 November 2006 21:56, Doug Hardie wrote:
 On Nov 10, 2006, at 19:34, Jonathan Horne wrote:
  On Friday 10 November 2006 19:17, Doug Hardie wrote:
  I have a bit of an unusual network setup situation.  I have a machine
  that is only used to store backups.  It gets moved around to
  different locations occasionally so it has to be able to live on a
  192.168.1.x or a 10.0.1.x network without reconfiguration.  I also
  need a fixed last address byte so I can connect to it remotely.  I
  initially set it up with DHCP and then used an alias for the .250
  address on both networks.  That worked, but caused problems for the
  local network in one location.  The particular user couldn't
  understand why sometimes his computer got different IP addresses.  So
  I tried to establish the 192.168.1.250 as the primary address and
  added an alias of 10.0.1.250.  That works  in both environments
  except that there is no default route.  Is there a way to negotiate
  just a default route via DHCP and not an IP address? or is there a
  way to set the default route based on which IP address is in use?
  Thanks.
  ___
 
  dhclient.conf can get pretty granular as to exactly what you want
  from your
  DHCP server.  myself, i use it to get everything, but to ignore the
  domain
  search mine tries to provide.
 
  man dhclient.conf and you will see tons of options (and some really
  good
  examples too).

 There are lots of options all right, but I couldn't find anything
 that would cause it not to negotiate the IP address.  All of the
 other options are configurable.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
Doug,

I'm no expert, but it seems to me that your requirements are a little too 
optimistic.

If I understand correctly, you want this machine to be able to connect to 
multiple heterogenous networks, and always get the same last byte for its ip.

The only way to do that reliably, in my mind, is to have each dhcp server on 
each network assign a static address based upon the MAC address of your 
computer.

If you do not have access to the DHCP server configuration on a particular 
network then you must manually configure the nic.

Assuming that you know the universe of networks that you will connect to ... 
say 3 or 300 possible networks ... then you could write a script 
in /usr/local/etc/rc.d to test various network configs ... but you might be 
better off just manually configuring the nic and moving on, as you cannot 
guarantee that the terminal byte of the ip will be available on any given 
network.  IP just doesn't work that way.

I'd be interested in any solution you may scare up, as I am faced with a 
similar situation.  My solution is to just use static assignment, with an 
identifiable NETBIOS name in Samba.

Good Luck

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


Re: Network Setup Question

2006-11-10 Thread Jonathan Horne
On Friday 10 November 2006 21:56, Doug Hardie wrote:
 On Nov 10, 2006, at 19:34, Jonathan Horne wrote:
  On Friday 10 November 2006 19:17, Doug Hardie wrote:
  I have a bit of an unusual network setup situation.  I have a machine
  that is only used to store backups.  It gets moved around to
  different locations occasionally so it has to be able to live on a
  192.168.1.x or a 10.0.1.x network without reconfiguration.  I also
  need a fixed last address byte so I can connect to it remotely.  I
  initially set it up with DHCP and then used an alias for the .250
  address on both networks.  That worked, but caused problems for the
  local network in one location.  The particular user couldn't
  understand why sometimes his computer got different IP addresses.  So
  I tried to establish the 192.168.1.250 as the primary address and
  added an alias of 10.0.1.250.  That works  in both environments
  except that there is no default route.  Is there a way to negotiate
  just a default route via DHCP and not an IP address? or is there a
  way to set the default route based on which IP address is in use?
  Thanks.
  ___
 
  dhclient.conf can get pretty granular as to exactly what you want
  from your
  DHCP server.  myself, i use it to get everything, but to ignore the
  domain
  search mine tries to provide.
 
  man dhclient.conf and you will see tons of options (and some really
  good
  examples too).

 There are lots of options all right, but I couldn't find anything
 that would cause it not to negotiate the IP address.  All of the
 other options are configurable.
 ___

i was thinking more along the lines, that you would pre-set your 2 ip 
addresses, and let the dhclient file request only default gateway.

or... might it not be simpler, to configure a static DHCP lease for the box at 
each site, thus guaranteeing that it always has the .250?  in the end, thats 
probably the best mileage way to go.

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


Re: Network Setup Question

2006-11-10 Thread Doug Hardie


On Nov 10, 2006, at 20:26, Lane wrote:


On Friday 10 November 2006 21:56, Doug Hardie wrote:

On Nov 10, 2006, at 19:34, Jonathan Horne wrote:

On Friday 10 November 2006 19:17, Doug Hardie wrote:
I have a bit of an unusual network setup situation.  I have a  
machine

that is only used to store backups.  It gets moved around to
different locations occasionally so it has to be able to live on a
192.168.1.x or a 10.0.1.x network without reconfiguration.  I also
need a fixed last address byte so I can connect to it remotely.  I
initially set it up with DHCP and then used an alias for the .250
address on both networks.  That worked, but caused problems for the
local network in one location.  The particular user couldn't
understand why sometimes his computer got different IP  
addresses.  So

I tried to establish the 192.168.1.250 as the primary address and
added an alias of 10.0.1.250.  That works  in both environments
except that there is no default route.  Is there a way to negotiate
just a default route via DHCP and not an IP address? or is there a
way to set the default route based on which IP address is in use?
Thanks.
___


dhclient.conf can get pretty granular as to exactly what you want
from your
DHCP server.  myself, i use it to get everything, but to ignore the
domain
search mine tries to provide.

man dhclient.conf and you will see tons of options (and some really
good
examples too).


There are lots of options all right, but I couldn't find anything
that would cause it not to negotiate the IP address.  All of the
other options are configurable.
___


I'm no expert, but it seems to me that your requirements are a  
little too

optimistic.

If I understand correctly, you want this machine to be able to  
connect to
multiple heterogenous networks, and always get the same last byte  
for its ip.


The only way to do that reliably, in my mind, is to have each dhcp  
server on
each network assign a static address based upon the MAC address of  
your

computer.


Thats a bit much for the particular users who are housing this  
computer temporarily.  Its bad enough that they have to put an  
address translation in their router to enable me to get to the .250  
address.  At least I can fairly easily walk them through that.




If you do not have access to the DHCP server configuration on a  
particular

network then you must manually configure the nic.


That can only be done if you can access the machine which you can't  
in this setup since there is no default route.




Assuming that you know the universe of networks that you will  
connect to ...

say 3 or 300 possible networks ... then you could write a script
in /usr/local/etc/rc.d to test various network configs ... but you  
might be
better off just manually configuring the nic and moving on, as you  
cannot
guarantee that the terminal byte of the ip will be available on any  
given

network.  IP just doesn't work that way.'


There are only a very small number of locations for this machine,  
less than 5.  However, its possible that at any time a new one might  
be necessary.  This is an off-site backup machine and there needs to  
be someone available if we need to retrieve it.  It can't be  
unavailable for a couple weeks.




I'd be interested in any solution you may scare up, as I am faced  
with a
similar situation.  My solution is to just use static assignment,  
with an

identifiable NETBIOS name in Samba.


I am going back to the old configuration with a regular DHCP  
connection and then two static aliases: one for the 192 and one for  
the 10 addresses.  That works but causes one particular user fits.  I  
will just have to try and teach him that IP addresses will change as  
his DHCP reassigns them.  He will have to check his computer's  
address and not just presume.


Thanks for all the ideas.

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


Re: 6.x hangs on AMD64 again

2006-11-10 Thread Kris Kennaway
On Fri, Nov 10, 2006 at 09:16:02AM -0800, Chris wrote:
 I've posted several questions (under two other ids though the name  
 Chris)
 since March trying to put up a Tyan quad dual s4882. I've run it on 6.0
 STABLE as of about March, 6.1 RELEASE in several flavors from May
 through September and finally 6.2 PRERELEASE as of mid-October. I
 found issues early on with transition states on the bge interface, found
 a memory chip that was marginal and have tested and tested throughout
 this period. Every time we place the system back in production, we see a
 hang without any indications of what the problem would be, after 4-7  
 days
 of running.

If your system is hanging then you need to configure additional
debugging to figure out the cause.  Read the chapter on kernel
debugging the developers handbook; without this information no
developer can help you.

Kris

P.S. In my testing SMP amd64 is quite stable even under exceptionally
heavy loads, so it's either something related to your hardware or your
particular workload.


pgpXEamxZ33gv.pgp
Description: PGP signature


Re: periodic, short freezes

2006-11-10 Thread Kris Kennaway
On Fri, Nov 10, 2006 at 10:18:59AM +0100, Zbigniew Szalbot wrote:
 Dear Kris and others,
 
 On Thu, 9 Nov 2006, Kris Kennaway wrote:
 
 OK, you'll need to do some more diagnosis along the lines of my previous 
 email then.
 
 Here's my typical load:
 
 last pid: 96934;  load averages:  0.03,  0.06,  0.05   up 29+20:47:07 
 10:16:09
 68 processes:  1 running, 67 sleeping
 CPU states:  0.4% user,  0.0% nice,  0.4% system,  0.0% interrupt, 99.2% 
 idle
 Mem: 140M Active, 35M Inact, 103M Wired, 12M Cache, 41M Buf, 15M Free
 Swap: 512M Total, 127M Used, 385M Free, 24% Inuse
 
 Swap use is around 22%. This box mostly functions as mail server and there 
 are times when it gets a lot of emails to send. The load goes higher then. 
 The highest I recall (with no freeze mind you) was about 7.something. But 
 typically it does not go above 1.5.

The fact that swap is in use, together with your description,
indicates that your system is overloaded; those transient loads are
causing it to periodically demand more working memory than is backed
by RAM, so the system goes into a frenzy of swapping trying to
accomodate, and system performance falls in the toilet until the load
goes away.

Add more RAM or limit the workload.

Kris


pgpFyXLKrsbDK.pgp
Description: PGP signature


installing port etherape

2006-11-10 Thread Matthew Pope

Hello,
The 'make install' on the etherape stopped, complaining about a missing 
function. The output is included below.
My environment is FreeBSD 6.1 p10 on an Asus motherboard with a Pentium 
4 processor.
Given the warnings about a dependancy conflict, and my newbie lack of 
knowledge of using ports, I'm a bit perplexed on how to proceed.
If anyone could suggest a strategy to get around this problem, I'd 
really appreciate it.

Thanks,
Matthew
make install (from within etherape dir)
.lots of output
cc -O2 -fno-strict-aliasing -pipe -pthread -o 
.libs/bonobo-activation-server activation-server-corba-extensions.o 
activation-context-query.o activation-context-query-lexer.o 
activation-context-query-parser.o activation-context-corba.o 
object-directory-corba.o object-directory-load.o 
object-directory-activate.o object-directory-config-file.o 
activation-server-main.o -Wl,--export-dynamic -pthread  -L/usr/local/lib 
../bonobo/.libs/libbonobo-2.so 
/usr/ports/devel/libbonobo/work/libbonobo-2.16.0/bonobo-activation/.libs/libbonobo-activation.so 
../bonobo-activation/.libs/libbonobo-activation.so 
/usr/local/lib/libgobject-2.0.so -lname-server-2 -lORBitCosNaming-2 
-lORBit-2 /usr/local/lib/libgmodule-2.0.so 
/usr/local/lib/libgthread-2.0.so -pthread /usr/local/lib/libglib-2.0.so 
-lxml2 -lz -liconv -lm -lintl  -Wl,--rpath -Wl,/usr/local/lib
/usr/bin/ld: warning: libglib-2.0.so.400, needed by 
/usr/local/lib/libORBitCosNaming-2.so, may conflict with libglib-2.0.so.0
/usr/bin/ld: warning: libgmodule-2.0.so.400, needed by 
/usr/local/lib/libORBit-2.so, may conflict with libgmodule-2.0.so.0
/usr/bin/ld: warning: libgobject-2.0.so.400, needed by 
/usr/local/lib/libORBit-2.so, may conflict with libgobject-2.0.so.0
/usr/bin/ld: warning: libgthread-2.0.so.400, needed by 
/usr/local/lib/libORBit-2.so, may conflict with libgthread-2.0.so.0
/usr/bin/ld: warning: libm.so.3, needed by /usr/local/lib/libxml2.so, 
may conflict with libm.so.4

object-directory-corba.o(.text+0xa48): In function `client_cnx_broken':
: undefined reference to `ORBit_sequence_remove'
gmake[3]: *** [bonobo-activation-server] Error 1
gmake[3]: Leaving directory 
`/usr/ports/devel/libbonobo/work/libbonobo-2.16.0/activation-server'

gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory 
`/usr/ports/devel/libbonobo/work/libbonobo-2.16.0/activation-server'

gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory 
`/usr/ports/devel/libbonobo/work/libbonobo-2.16.0'

gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/devel/libbonobo.
*** Error code 1

Stop in /usr/ports/net-mgmt/etherape.
bash-2.05b#
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Nvidia has drivers for FreeBSD (but my xorg is already working)

2006-11-10 Thread dick hoogendijk
On 10 Nov Damian Wiest wrote:
 On Wed, Nov 08, 2006 at 12:56:39PM +0300, Andrew Pantyukhin wrote:
  On 11/8/06, Mark Jayson Alvarez [EMAIL PROTECTED] wrote:
  Hi,
  
  I have a Palit GeForce 6500 PCI-E 256Mb/64bit and I'm running x
  windows.  What do I need that NVidia FreeBSD driver for?

 Until NVidia decides to provide proper documentation for their cards,
 I'd avoid them and go with an ATI product.

Hmm, Nvidia cards generaly work much better on FreeBSD as well as solaris
then ATI cards. I would never buy a card on its documentation quality.

-- 
http://nagual.nl/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 6.1 ++ Solaris 10 6/06 ++
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


How can I disable the lookback device?

2006-11-10 Thread Chris
First of all the motivation of this is my tftp problem with the address 
0.0.0.0.   Trying to tftp from the same box doesn't reproduce the 
problem, whatever is happening gets cleaned up in the loopback device.  
So I want to disable lo0 and route my local IP address over the local 
net and hopefully the router will deliver the packets back to me.  So 
how can I disable the loopback device manually?  I'd prefer to take it 
down manually when I'm testing rather than doing something in rc.conf 
and be able to bring it back up.


ipconfig lo0 down

but the route still existed according to:

netstat -r

so I did..

route delete 192.168.1.1

but then I tried to create a new route...

route add 192.168.1.1 -interface em0

but according to..

netstat -r

it instead rebound to lo0...

?


Chris

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