Re: and the winner is...

2005-09-01 Thread Simone Martelli

Mario Carugno ha scritto:
I there, i was trying freebsd for a while, and comparing it against 
debian/linux.
The winner was Debian by far... Freebsd could be stable, but it is not 
faster... and Debian is far much more 'usable'.
 Freebsd package installation is very laborious compared with Debian's apt 
system. I have to search in each CD, know dependences,...
 X configuration is hard too when the autodetected configuration doesn't 
works...

 I think fbsd is good, but needs some user facilities.


Maybe do you like the flame but this is really bad place for it.

Enjoy what you like.

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


How do I diagnose and fix a boot problem?

2005-09-01 Thread Frederick N. Brier
I had an old FreeBSD 4.8 server and wanted to upgrade it to 5.4.  So I 
backed it up to both DVD and to another 5.4 system.  The only change in 
the hardware was adding a Zonet ZEN3300E gigabit PCI adapter (Realtek 
RTL8169S-32).  It is an old dual 600 P3 with 1GB RAM and a 3Ware 7000-2 
controller with 2 160GB drives.  I wiped the system and started from 
scratch with a standard (everything) install.  I added the updated 
packages and got Samba, Apache2, the TWiki installed with all the shared 
files and twiki files restored.  The system was rebooted at least 5-6 
times to make sure everything started up properly, and it did great.  I 
was just tweaking the sshd settings so that I could run cygwin XFree86 
over ssh, and did a "ps" to get the pid of sshd, and ps came back with 
an error message.  I had never seen this before and so figured perhaps a 
reboot was in order.  So I did and ended up with this::

--
FreeBSD/i386 bootstrap loader, Revision 0.8

Hit [Enter] to boot immediately, or any other key for command prompt.
Booting [kernel]...
  can't load 'kernel'
  can't load 'kernel.old'

Type '?' for a list of commands, 'help' for more detailed help.
ok
--
So I booted using floppies and a CD (the SCSI CD is not bootable - old Adaptec controller) and loaded 
the Live CD (disk 1).  Going into Fixit mode, I mounted the first slice.  Everything was fine no damage. 
 The kernel was there with the same date and size as the version on the Live CD.  I read through the 
Handbook section 12.3.  None of the files had a recent timestamp.  I thought perhaps the MBR a file had 
been corrupted.  I tried the command "disklabel -B twed0s1" which executed with no errors.  
When I tried the command "fdisk -B -b /boot/boot0 twed0"  It failed saying it could not find 
/dev/twed0 or if the correct directory was /dev, then twedo could not be found".  Yet the device 
file was in /dev, the values looked reasonable, and df and other file system utilities were returning 
valid values.

I tried rebooting again and looked variable values.  Currdev and Loaddev are both 
"disk1s1a" which I am not sure is correct, but I get an error message if I try 
to change it to twed0s1a.

Not sure what to try next.  I don't know what the problem is or what caused the 
it.  Any help or hints as to how to diagnose the problem or fix this would be 
greatly appreciated.  Thank you.

Frederick N. Brier



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


Re: Can't see second CPU in FreeBSD 5.4-p6

2005-09-01 Thread Nigel Wohlers

joseph kacmarcik wrote:

hello's!

i've recently installed freebsd 5.4 and patched up to p6. since the
install and up to this patch level, i'm not certain the second cpu
(hyperthreading, not physical cpu) is being used. i guess it could just be
top not showing it, cuz it's in my kernel and in dmesg.

relevant kernel lines are:
options SCHED_4BSD
options SMP
device  apic

and relevant dmesg output is:
CPU: Intel(R) Pentium(R) 4 CPU 2.80GHz (2795.24-MHz 686-class CPU)
  Hyperthreading: 2 logical CPUs
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
cpu0:  on acpi0
cpu1:  on acpi0
SMP: AP CPU #1 Launched!


when using top, i always see CPU0, and the column under 'C' is always 0.

is there another tool i can use to see cpu scheduling or am i missing
something obvious (or obscure)?

for the record, i've tried more than one cpu, and freebsd 5.2.1 was able
to see and use two cpu's with the same hardware.

insight appreciated!
joe



Hyperbollocks is disabled by default.

See /usr/src/UPDATING entry for 20050513:

Intel Hyper-Threading is now disabled by default due to a
security issue, but can be re-enabled by setting the
machdep.hyperthreading_allowed tunable in /boot/loader.conf.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Can't see second CPU in FreeBSD 5.4-p6

2005-09-01 Thread joseph kacmarcik
hello's!

i've recently installed freebsd 5.4 and patched up to p6. since the
install and up to this patch level, i'm not certain the second cpu
(hyperthreading, not physical cpu) is being used. i guess it could just be
top not showing it, cuz it's in my kernel and in dmesg.

relevant kernel lines are:
options SCHED_4BSD
options SMP
device  apic

and relevant dmesg output is:
CPU: Intel(R) Pentium(R) 4 CPU 2.80GHz (2795.24-MHz 686-class CPU)
  Hyperthreading: 2 logical CPUs
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
cpu0:  on acpi0
cpu1:  on acpi0
SMP: AP CPU #1 Launched!


when using top, i always see CPU0, and the column under 'C' is always 0.

is there another tool i can use to see cpu scheduling or am i missing
something obvious (or obscure)?

for the record, i've tried more than one cpu, and freebsd 5.2.1 was able
to see and use two cpu's with the same hardware.

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


Re: Linking standalone NASM binary with libc

2005-09-01 Thread Jonathon McKitrick
On Tue, Aug 30, 2005 at 02:11:09PM +0300, Giorgos Keramidas wrote:
: I'm sure others can think of more points in support or linking to libc
: and against linking to it :-)

Most of what I want to do is low-level encryption... like copy protection
routines.  I love those.  So who needs libc for that?  ;-)

Jonathon McKitrick
--
Hoppiness is a good beer.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


best OCR scanner??

2005-09-01 Thread Gary Kline
People,

I want to scan ~400 pp of an out-of-print and out-of-copyright 
book (from 1913) and need to know what the best scanner is
and if there has been substantial improvement in OCR 
software in recent years.  This book has few footnotes 
or different typefaces, so it should make things easier.

Oh, an if there is something that plugs into DOS/DOZE 
and just works, super.  I'lll use my W2K box.  (Hopefully,
something that plugs into COM0 or COM1. USB okay too.)

thanks for any clues; I've never used a scanner before!
--yea, no kidding:-)

gary


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

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


Re: and the winner is...

2005-09-01 Thread Will Maier
On Thu, Sep 01, 2005 at 06:19:15PM -0300, Mario Carugno wrote:
> I there, i was trying freebsd for a while, and comparing it
> against debian/linux.  The winner was Debian by far... Freebsd
> could be stable, but it is not faster... and Debian is far much
> more 'usable'.  Freebsd package installation is very laborious
> compared with Debian's apt system. I have to search in each CD,
> know dependences,...  X configuration is hard too when the
> autodetected configuration doesn't works...  I think fbsd is good,
> but needs some user facilities.

Uhh, interesting. Doesn't seem appropriate for freebsd-*questions*,
though, as you don't seem to really ask anything at all.

Could we move this thread to one of the lists better suited for it?
* [EMAIL PROTECTED]
* [EMAIL PROTECTED]
* [EMAIL PROTECTED]
* [EMAIL PROTECTED]

Thanks...

-- 

o--{ Will Maier }--o
| jabber:[EMAIL PROTECTED] | email:[EMAIL PROTECTED] |
| [EMAIL PROTECTED] | [EMAIL PROTECTED] |
*--[ BSD Unix: Live Free or Die ]--*

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


Re: Freebsd 5.4 seg fault with any passwd command

2005-09-01 Thread Daniel
On 9/2/05, Jim Janovich <[EMAIL PROTECTED]> wrote:
> Daniel,
> 
> Earlier I did the following:
> 
> Make buildworld
> Make buildkernel
> Make installkernel
> 
> Then I rebooted.  After the reboot same issues.  Is there something more I
> should do?  I really appreciate any help.

You havn't installed the world, let alone run any of the other
commands necessary.

Please read the comments at the top of /usr/src/Makefile, specifically
the content after "# For individuals wanting to upgrade their sources
(even if only a delta of a few days):"

This gives you the exact commands needed to run when doing a
buildworld/buildkernel...
> 
> Jim
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Daniel
> Sent: Thursday, September 01, 2005 8:57 PM
> To: Jim Janovich
> Cc: [EMAIL PROTECTED]
> Subject: Re: Freebsd 5.4 seg fault with any passwd command
> 
> On 9/2/05, Jim Janovich <[EMAIL PROTECTED]> wrote:
> > Thanks Mike.  The only thing I have been messing with is apache.mysql/php
> .
> > Any other ideas anyone?
> >
> 
> 
> Have you rebuilt the world without rebuilding the kernel? Running a
> different version of world vs kernel will cause similar problems to
> what you're experiencing (but generally on a more broader scale)
> 
> 
> Daniel
> 
> 
> > Jim
> >
> > -Original Message-
> > From: Mike Hernandez [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, September 01, 2005 7:31 PM
> > To: Jim Janovich; [EMAIL PROTECTED]
> > Subject: Re: Freebsd 5.4 seg fault with any passwd command
> >
> > On 9/1/05, Jim Janovich <[EMAIL PROTECTED]> wrote:
> > > Hello all,
> > >
> > >
> > >
> > > I am running 5.4 on an i386 and with any passwd-like command, passwd,
> > > chpass, chsh, I get a seg fault core dump.  Any ideas?  Any help would
> be
> > > greatly appreciated.
> > >
> >
> > Not sure if it's anywhere near related, but I've had issues like that
> > with linux when I was experimenting with PAM, Shadow, and cracklib. If
> > you have been messing with that stuff it may be a similar problem.
> > AFAIK the issue was a shadow bug, which was fixed in releases that
> > followed.  Just mentioning it in case...
> >
> > Mike
> >
> > ___
> > 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]"
> 
> ___
> 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: and the winner is...

2005-09-01 Thread Garrett Cooper


On Sep 2, 2005, at 11:12 AM, Isaac Grover wrote:


On 9/1/05, Mario Carugno <[EMAIL PROTECTED]> wrote:


The winner was Debian by far...



I believe you should say that "the winner was debian FOR ME IN MY
SITUATION".  My use for freebsd is for a low-maintenance i'net gateway
for my small office, which can range anywhere from four to ten
machines of various OSs.  I need only a CLI, accessible through SSH,
NAT and firewalling capabilities.  Yes, you can get this with other
OSs, but security was primarily my intent.

So...the winner was FreeBSD by far.  =)


Who cares about what is the best in any situation? This type of  
talk is for flamers and n00bs, and as adults I would hope that we  
have progressed on from this behavior.
One should realize that given any situation there is a set tool  
which best helps for solving each situation, so regardless of which  
OS, depending on the situation and what needs to be solved/ 
accomplished the proper tool should be used as the proper solution to  
any problem.

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


Re: Freebsd 5.4 seg fault with any passwd command

2005-09-01 Thread Garrett Cooper


On Sep 2, 2005, at 11:14 AM, Jim Janovich wrote:


Daniel,

Earlier I did the following:

Make buildworld
Make buildkernel
Make installkernel

Then I rebooted.  After the reboot same issues.  Is there something  
more I

should do?  I really appreciate any help.

Jim


Some things to consider:
-Have you tried just rebuilding PAM?
-When did this issue start occurring and what was updated around  
that date?
-Also, have you built the relative packages (I believe the base  
package) with debug functionality so that it would dump the  
information to the screen.
-Finally, if you don't mind, would you please list some of the  
commands you use (devoid the password entry) with the chXX command,  
along with some further information about the account that you are  
trying to change the password for, and under what environment you are  
trying to do it from (straight shell, su'ed shell, sudo'ed shell)?

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


Re: and the winner is...

2005-09-01 Thread Isaac Grover
On 9/1/05, Mario Carugno <[EMAIL PROTECTED]> wrote:
> The winner was Debian by far...

I believe you should say that "the winner was debian FOR ME IN MY
SITUATION".  My use for freebsd is for a low-maintenance i'net gateway
for my small office, which can range anywhere from four to ten
machines of various OSs.  I need only a CLI, accessible through SSH,
NAT and firewalling capabilities.  Yes, you can get this with other
OSs, but security was primarily my intent.

So...the winner was FreeBSD by far.  =)

-- 
Isaac Grover, Owner
Quality Computer Services of River Falls, Wisconsin
Computer Consulting, Networking, Maintenance, and more.
Commercial and Residential Inquiries Welcomed.
Web: http://www.qcs-rf.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Support for SIS 760GX, and SIS 965L

2005-09-01 Thread Graham North

Hi Dimitry:
There is great variation among chipsets used.   Asus also uses a lot of 
VIA.   The SIS760GX and SIS965L are relatively new and I believe a few 
months ago I saw postings indicating difficulties with FBSD.


If anyone else has updated info on support for this chipset please holler.
The board I wish to use is part of the Asus Pundit AE3 - maybe someone 
has freebsd  installed on one already?

Cheers,  Graham/



Dmitry Mityugov wrote:


On 9/1/05, Graham North <[EMAIL PROTECTED]> wrote:
 


Can anyone tell me whether FreeBSD stable currently supports these two
chips.
North Bridge: SIS 760GX
South Bridge: SIS 965L

Asus seems to like them for its AMD barebones units.
   



Not exactly the same chips, but FreeBSD 4.x-5.x has worked flawlessly
on my ASUS Terminator K7 for years.

 



--
Kindness can be infectious - try it.

Graham North
Vancouver, BC
www.soleado.ca


No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.18/87 - Release Date: 9/1/2005
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

RE: Freebsd 5.4 seg fault with any passwd command

2005-09-01 Thread Jim Janovich
Daniel,

Earlier I did the following:

Make buildworld
Make buildkernel
Make installkernel

Then I rebooted.  After the reboot same issues.  Is there something more I
should do?  I really appreciate any help.

Jim

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Daniel
Sent: Thursday, September 01, 2005 8:57 PM
To: Jim Janovich
Cc: [EMAIL PROTECTED]
Subject: Re: Freebsd 5.4 seg fault with any passwd command

On 9/2/05, Jim Janovich <[EMAIL PROTECTED]> wrote:
> Thanks Mike.  The only thing I have been messing with is apache.mysql/php
.
> Any other ideas anyone?
> 


Have you rebuilt the world without rebuilding the kernel? Running a
different version of world vs kernel will cause similar problems to
what you're experiencing (but generally on a more broader scale)


Daniel


> Jim
> 
> -Original Message-
> From: Mike Hernandez [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 01, 2005 7:31 PM
> To: Jim Janovich; [EMAIL PROTECTED]
> Subject: Re: Freebsd 5.4 seg fault with any passwd command
> 
> On 9/1/05, Jim Janovich <[EMAIL PROTECTED]> wrote:
> > Hello all,
> >
> >
> >
> > I am running 5.4 on an i386 and with any passwd-like command, passwd,
> > chpass, chsh, I get a seg fault core dump.  Any ideas?  Any help would
be
> > greatly appreciated.
> >
> 
> Not sure if it's anywhere near related, but I've had issues like that
> with linux when I was experimenting with PAM, Shadow, and cracklib. If
> you have been messing with that stuff it may be a similar problem.
> AFAIK the issue was a shadow bug, which was fixed in releases that
> followed.  Just mentioning it in case...
> 
> Mike
> 
> ___
> 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]"

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


Re: mail proxy problem

2005-09-01 Thread Yuan Jue
On Friday 02 September 2005 01:50, Yuan Jue wrote:

Thanks for your suggestion.
I know I can use POP3/SMTP to get mail from gmail. But as I mentioned before, 
I can't use them directly since they are abroad.

> On 9/1/05, Yuan Jue <[EMAIL PROTECTED]> wrote:
> > Hello, everyone.
> >
> > I have a problem here. As a student of one of the universities in China,
> > I cannot connect to other countries directly, we kind of using an
> > intranet called CERNET which do not allow directly connect to abroad.
> > When browsering the web, I need http proxy. And since I have a gmail, I
> > want to use some mail client to receive/post my mails from gmail, so I
> > still need a socks proxy.
> >
> > Finding a socks proxy is not a big problem. The problem is, I can not use
> > the proxy in Kmail, which is now my main mail client since my WM is KDE.
> > The KBiff (a mail notifier for KDE) also can not connect to gmail. My
> > question is: Is there any proxy tools that can set one program to use a
> > certain proxy while other programs are still unaffected, because I don't
> > want to use a global proxy, and it can not set global socks proxy in KDE,
> > right?
> >
> > Does anybody have some suggestions? Any solution to my problem, say the
> > receive/post/notify mails problem, is appreciated.
>
> You can access GMail via POP3/SMTP, and even encrypt the traffic - is
> this suitable for you?

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


No buffer space available?

2005-09-01 Thread bunny hero
Recently my FreeBSD 4.10 server has been experiencing various
connection problems under heavy loads-- HTTP requests don't return,
connections to the MySQL server fail, and /var/log/messages contains
errors like:

Aug 31 19:19:16 main sendmail[77493]: j810JGQD077493: SYSERR(www):
makeconnection: cannot create socket: No buffer space available
Aug 31 19:25:57 main sshd[77700]: error: PAM: failed create sockets:
No buffer space available
Aug 31 19:53:02 main named[81]: socket(SOCK_RAW): No buffer space available
 
I did some web searching, and read that I should do a netstat -m to
see if I am running out of mbufs. But if I understand it correctly,
the output of netstat seems to indicate that I am not running out of
mbufs?

258/2320/26624 mbufs in use (current/peak/max):
156 mbufs allocated to data
102 mbufs allocated to packet headers
131/938/6656 mbuf clusters in use (current/peak/max)
2456 Kbytes allocated to network (12% of mb_map in use)
0 requests for memory denied
0 requests for memory delayed
0 calls to protocol drain routines

Meanwhile, output of 'top' and 'vmstat' shows that my load average is
usually under 1.0 (even under heavy loads) and that my system is
hardly paging anything to disk (pi and po are usually 0)... although I
admit I'm not 100% certain how to interpret the rest of vmstat's
output or how it might apply.

Also, when I do netstat -s -p tcp during heavy traffic, "listen queue
overflows" increases at around 50-70 per second. I tried increasing
net.inet.ip.intr_queue_maxlen (from 50 to 1024 to 2048) but that
doesn't seem to make any difference.

I'm not sure what else to look for, or where to go from here. Should I
increase NMBCLUSTERS and/or NMBUFS anyway? Do I need more memory? Or
perhaps the hardware simply can't handle the number of connections
it's handling now?

My system is:
FreeBSD 4.10-SECURITY FreeBSD 4.10-SECURITY #0: Wed Jun 29 20:49:39
GMT 2005
Hardware: AMD Sempron 2600, 1G RAM, 80GB

Any tips, pointers would be greatly appreciated. Thank you very much!

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


Re: Freebsd 5.4 seg fault with any passwd command

2005-09-01 Thread Daniel
On 9/2/05, Jim Janovich <[EMAIL PROTECTED]> wrote:
> Thanks Mike.  The only thing I have been messing with is apache.mysql/php .
> Any other ideas anyone?
> 


Have you rebuilt the world without rebuilding the kernel? Running a
different version of world vs kernel will cause similar problems to
what you're experiencing (but generally on a more broader scale)


Daniel


> Jim
> 
> -Original Message-
> From: Mike Hernandez [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 01, 2005 7:31 PM
> To: Jim Janovich; [EMAIL PROTECTED]
> Subject: Re: Freebsd 5.4 seg fault with any passwd command
> 
> On 9/1/05, Jim Janovich <[EMAIL PROTECTED]> wrote:
> > Hello all,
> >
> >
> >
> > I am running 5.4 on an i386 and with any passwd-like command, passwd,
> > chpass, chsh, I get a seg fault core dump.  Any ideas?  Any help would be
> > greatly appreciated.
> >
> 
> Not sure if it's anywhere near related, but I've had issues like that
> with linux when I was experimenting with PAM, Shadow, and cracklib. If
> you have been messing with that stuff it may be a similar problem.
> AFAIK the issue was a shadow bug, which was fixed in releases that
> followed.  Just mentioning it in case...
> 
> Mike
> 
> ___
> 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: and the winner is...

2005-09-01 Thread James Bowman Sineath, III

I there, i was trying freebsd for a while, and comparing it against
debian/linux.
The winner was Debian by far... Freebsd could be stable, but it is not
faster... and Debian is far much more 'usable'.

>Freebsd package installation is very laborious compared with Debian's apt

system. I have to search in each CD, know dependences,...

>X configuration is hard too when the autodetected configuration doesn't

works...

>I think fbsd is good, but needs some user facilities.

You are going to need a stronger arguement against FreeBSD than "..needs 
some user facilities".


It appears to me that you haven't used either for very long and therefore do 
not have much of a right to say which is better or worse, no offense. If you 
went into more detail with your reasoning then I believe you would be taken 
more seriously, but you fail to show me an legitimate reason that I should 
install debian over BSD on my next box.


As far as installation being too difficult, I downloaded the debian distro 
and installed it on my laptop. I had more difficulty trying to get it to 
work than I ever had using FreeBSD. Also, lets not forget that easier 
doesn't always mean better. I know several people that use Linux over 
FreeBSD due to how they claim it is easier configure and setup, however I 
don't find FreeBSD that difficult to setup, especially in comparison to 
Linux. I believe that once you have become familiar with the process and 
worked with it, setting up and securing BSD is not all that difficult and is 
well worth the effort (in my opinion).


Bow Sineath
Class of 2006, the Citadel
[EMAIL PROTECTED] - [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: Freebsd 5.4 seg fault with any passwd command

2005-09-01 Thread Jim Janovich
Thanks Mike.  The only thing I have been messing with is apache.mysql/php .
Any other ideas anyone?

Jim

-Original Message-
From: Mike Hernandez [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 01, 2005 7:31 PM
To: Jim Janovich; [EMAIL PROTECTED]
Subject: Re: Freebsd 5.4 seg fault with any passwd command

On 9/1/05, Jim Janovich <[EMAIL PROTECTED]> wrote:
> Hello all,
> 
> 
> 
> I am running 5.4 on an i386 and with any passwd-like command, passwd,
> chpass, chsh, I get a seg fault core dump.  Any ideas?  Any help would be
> greatly appreciated.
> 

Not sure if it's anywhere near related, but I've had issues like that
with linux when I was experimenting with PAM, Shadow, and cracklib. If
you have been messing with that stuff it may be a similar problem.
AFAIK the issue was a shadow bug, which was fixed in releases that
followed.  Just mentioning it in case...

Mike

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


Re: and the winner is...

2005-09-01 Thread Vulpes Velox
On Thu, 1 Sep 2005 18:19:15 -0300
Mario Carugno <[EMAIL PROTECTED]> wrote:

> I there, i was trying freebsd for a while, and comparing it against 
> debian/linux.
> The winner was Debian by far... Freebsd could be stable, but it is
> not faster... and Debian is far much more 'usable'.
>  Freebsd package installation is very laborious compared with
> Debian's apt system. I have to search in each CD, know
> dependences,... X configuration is hard too when the autodetected
> configuration doesn't works...
>  I think fbsd is good, but needs some user facilities.

I am bored, so I bite ^_^

Use pkg_add -r. Make cvsup and portupgrade the first installed, use
them.

I only ever grab the boot only CD.

The autodetected one does not work? Odd, out side of crappy hardware
I've not seen this before. X -configure has all ways worked nicely
for me except for one system with a weird video chip.

As far as speed goes, I've honestly have never had a problem with it.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Freebsd 5.4 seg fault with any passwd command

2005-09-01 Thread Mike Hernandez
On 9/1/05, Jim Janovich <[EMAIL PROTECTED]> wrote:
> Hello all,
> 
> 
> 
> I am running 5.4 on an i386 and with any passwd-like command, passwd,
> chpass, chsh, I get a seg fault core dump.  Any ideas?  Any help would be
> greatly appreciated.
> 

Not sure if it's anywhere near related, but I've had issues like that
with linux when I was experimenting with PAM, Shadow, and cracklib. If
you have been messing with that stuff it may be a similar problem.
AFAIK the issue was a shadow bug, which was fixed in releases that
followed.  Just mentioning it in case...

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


Freebsd 5.4 seg fault with any passwd command

2005-09-01 Thread Jim Janovich
Hello all,

 

I am running 5.4 on an i386 and with any passwd-like command, passwd,
chpass, chsh, I get a seg fault core dump.  Any ideas?  Any help would be
greatly appreciated.

 

Jim Janovich

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


EDE

2005-09-01 Thread Mike Hernandez
I was reading osnews just now and noticed a link re: the Equinox
Desktop Environment. To me it looks like... fvwm95... or icewm... but
what's got me a little confused is this: "The most important feature
is full FreeBSD support." Could someone clue me in as to what exactly
that means? I've tried a lot of window managers on linux, freebsd,
openbsd, even Tiger on my powerbook, and none had "full support" for
any specific OS.  I'm thinking maybe it didn't compile under freebsd
before?  I checked their faq but maybe this question isn't frequent
enough to make the list ;)

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


Re: asus a8n-sli deluxe

2005-09-01 Thread Little Wooden Boy
FreeBSD 6-CURRENT (yes i know its beta... but according to hte hardware 
section its the only one with the nve module (5.04 didnt, i already tried 
it ;) )

I have completed the install, its every time i try to use the net, i know its 
the nve problem, just wondering if anyone else managed to get theirs to stop 
it..

> Well, you didn't give us much to go on.
>
> What version of FreeBSD?
> Were you trying to start an install when this happened?
> If not, what were you doing?
> If so, what kind of install?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: upgrading perl -ports

2005-09-01 Thread Jorn Argelo

Parv wrote:


in message <[EMAIL PROTECTED]>, wrote Jorn Argelo
thusly...
 


About your problem, you should really recompile Perl from the
ports-tree if you want to upgrade your Perl version. And after you
did that, I always rebooted the machine. I don't know how it will
function without rebooting the machine, or if it's even possible
to upgrade Perl properly without a reboot.
   



There is no reason to reboot just to upgrade perl "properly".
Rebooting does nothing in regard to upgrading perl, rather you just
cause inconvenience to yourself.


 - Parv

 

Yes, I stand corrected. Which is why I mentioned that I didn't know for 
sure ;-)


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


Re: and the winner is...

2005-09-01 Thread jdyke

Mario Carugno wrote:
I there, i was trying freebsd for a while, and comparing it against 
debian/linux.
The winner was Debian by far... Freebsd could be stable, but it is not 
faster... and Debian is far much more 'usable'.
 Freebsd package installation is very laborious compared with Debian's apt 
system. I have to search in each CD, know dependences,...
 X configuration is hard too when the autodetected configuration doesn't 
works...

 I think fbsd is good, but needs some user facilities.


i have never used a cd after a freesbd install??  and debian has an 8 disc 
download, i found myself changing cds for an hour, only to see X fail on my flat 
pannel.(sarge)  had to configure manually


i like apt-get as well, but ports/pkg_* are nearly identical, when it comes to 
dependency handling, usability


why do i have the feeling you chose 'Expert Install'

oh, well, enjoy...


___
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: upgrading perl -ports

2005-09-01 Thread Parv
in message <[EMAIL PROTECTED]>, wrote Jorn Argelo
thusly...
>
> About your problem, you should really recompile Perl from the
> ports-tree if you want to upgrade your Perl version. And after you
> did that, I always rebooted the machine. I don't know how it will
> function without rebooting the machine, or if it's even possible
> to upgrade Perl properly without a reboot.

There is no reason to reboot just to upgrade perl "properly".
Rebooting does nothing in regard to upgrading perl, rather you just
cause inconvenience to yourself.


  - Parv

-- 

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


Re: duplicate file names in iso - extraction to dos partition for dos install

2005-09-01 Thread Robert Slade
On Thu, 2005-09-01 at 22:01, andyk wrote:
> Hi,
> I searched high and low, to answer my question, now I'm hoping you can help.
> 
> I want to do an install of 5.4 from a dos partition.  as I was extracting the 
> files from the iso/archive to the dos partition, I got a lot of seemingly 
> duplicate names, as dos considers "mail" and "Mail" the same.
> 
> I renamed all the duplicates with a 2 after them, but I wonder what problems 
> I will have when I try to do the install?
> 
> I plan to buy the cd, but wanted to try out freeBSD before buying.
> 
> I really appreciate any help - thanks,
> Andy
> ___

Andy,

Installing from a Dos partition is not an option. As you found out Fbsd
and unix in general does recognise file names of different cases as
being different files. 

One point though FreeBSD is that it is Free. Why not use the CD to
produce a floppy disk set and use that to do a ftp install or you could
copy the CD(s).

Rob

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


Re: and the winner is...

2005-09-01 Thread Dan Nelson
In the last episode (Sep 01), Mario Carugno said:
> I there, i was trying freebsd for a while, and comparing it against 
> debian/linux.
> The winner was Debian by far... Freebsd could be stable, but it is not 
> faster... and Debian is far much more 'usable'.
>  Freebsd package installation is very laborious compared with Debian's apt 
> system. I have to search in each CD, know dependences,...

Have you never used pkg_add -r ?  You shouldn't need to touch a cd
after the base system is installed.

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


Re: and the winner is...

2005-09-01 Thread [EMAIL PROTECTED]

Mario Carugno wrote:
I there, i was trying freebsd for a while, and comparing it against 
debian/linux.
The winner was Debian by far... Freebsd could be stable, but it is not 
faster... and Debian is far much more 'usable'.
Freebsd package installation is very laborious compared with Debian's apt 
system. I have to search in each CD, know dependences,...
X configuration is hard too when the autodetected configuration doesn't 
works...

I think fbsd is good, but needs some user facilities.


Depends on what you need.
Iv.

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


and the winner is...

2005-09-01 Thread Mario Carugno
I there, i was trying freebsd for a while, and comparing it against 
debian/linux.
The winner was Debian by far... Freebsd could be stable, but it is not 
faster... and Debian is far much more 'usable'.
 Freebsd package installation is very laborious compared with Debian's apt 
system. I have to search in each CD, know dependences,...
 X configuration is hard too when the autodetected configuration doesn't 
works...
 I think fbsd is good, but needs some user facilities.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


duplicate file names in iso - extraction to dos partition for dos install

2005-09-01 Thread andyk
Hi,
I searched high and low, to answer my question, now I'm hoping you can help.

I want to do an install of 5.4 from a dos partition.  as I was extracting the 
files from the iso/archive to the dos partition, I got a lot of seemingly 
duplicate names, as dos considers "mail" and "Mail" the same.

I renamed all the duplicates with a 2 after them, but I wonder what problems I 
will have when I try to do the install?

I plan to buy the cd, but wanted to try out freeBSD before buying.

I really appreciate any help - thanks,
Andy
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: BIF source

2005-09-01 Thread Lowell Gilbert
"Charles Smyth" <[EMAIL PROTECTED]> writes:

> When running 'make install' for the Helix Player port I get a 'BIF
> source missing' error. has nayone any idea what this BIF source is,
> and where it can be gotten from.

Which port, exactly?  You mean multimedia/linux-realplayer?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: asus a8n-sli deluxe

2005-09-01 Thread Lowell Gilbert
Little Wooden Boy <[EMAIL PROTECTED]> writes:

> As the hardware section told me I used the built in nvidia ethernet interface,
> at the time I first checked there was nothing about the nve hanging,
> but now it does, BUT i also get this
> 
> 
>  panic: nve_ifstart : attempted use of a free mbuf!
>  cpuid = 0
>  KDB: enter: panic
>  [thread pid 35 tid 100034]
>  stopped at kdb_enter+0x2f:nop
>  db> 
> 
> which is fair enough, but I cannot enter anything into db> because teh
> whole machine then either hangs or reboots, anyone else having the
> same problem?
> 
> I'm a bit new to BSD (been a linux user for about 2.5 years) so we may
> need babysteps ;)

Well, you didn't give us much to go on.  

What version of FreeBSD?
Were you trying to start an install when this happened?
If not, what were you doing?
If so, what kind of install?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How can I stop "discard oversize frame" errors?

2005-09-01 Thread Bryan Albright
On 09/01/05 at 02:12PM, Chuck Swiger wrote:
> Greg Barniskis wrote:
> [ ... ]
> >Isn't this message being generated when the router sends a packet that 
> >exceeds fxp0's MTU, so... the solution is to tune the router's MTU, 
> >rather than fxp0? I am admittedly just guessing, but intuitively that 
> >seems right.
> 
> You want to tune the MTU of whatever is generating the oversize packets, 
> agreed.  The messages in syslog do not reveal the source of the oversize 
> packets, but "tcpdump -n greater 1520" should.
> 
> -- 
> -Chuck

I appreciate all the help, thanks!

Okay, I've tried running the above (tcpdump -ni fxp0 greater 1520) but I get
no output.

If I drop it down to 1510 (tcpdump -ni fxp0 greater 1510), I get
responses from everything sized 1452
(13:47:08.929873 IP 63.231.195.31.110 > .2984: . 
17520:18980(1460) ack 1 win 58400)
and up.  (63.231.195.31 is the pop server my wife uses to check her
mail--  and note the length is at 1460, which I don't believe is enough
to generate the discard oversize frame errors)

However, I've even with the tcpdump running -- at any of the above
size levels, I get the "discard oversize frame" errors with a "len"
ranging from 1517 up to 2030.

*sigh*  Frustrating.

Thanks again!

Bryan

-- 
Never Play Leap Frog With A Unicorn.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How can I stop "discard oversize frame" errors?

2005-09-01 Thread Chuck Swiger

Greg Barniskis wrote:
[ ... ]

I've tried to do that, but the fxp cards do not seem to allow
modifying the mtu settings.  It does have the capability of modifying
the vlanmtu, but I don't know if this will affect/help this issue.


Isn't this message being generated when the router sends a packet that 
exceeds fxp0's MTU, so... the solution is to tune the router's MTU, 
rather than fxp0? I am admittedly just guessing, but intuitively that 
seems right.


You want to tune the MTU of whatever is generating the oversize packets, 
agreed.  The messages in syslog do not reveal the source of the oversize 
packets, but "tcpdump -n greater 1520" should.


--
-Chuck

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


Re: How can I stop "discard oversize frame" errors?

2005-09-01 Thread Greg Barniskis

Bryan Albright wrote:

On 09/01/05 at 11:08AM, Chuck Swiger wrote:


Bryan Albright wrote:
[ ... ]


fxp0: discard oversize frame (ether type 800 flags 3 len 1573 > max 1514)
fxp0: discard oversize frame (ether type 800 flags 3 len 1533 > max 1514)
fxp0: discard oversize frame (ether type  flags 3 len 1520 > max 1514)
fxp0: discard oversize frame (ether type 800 flags 3 len 1564 > max 1514)

I have 2 NICs in my machine, both intel etherexpress pro:


Try setting an mtu of 1450 or so.  You can add that to the ifconfig lines 
in /etc/rc.conf, or run "ifconfig fxp0 mtu 1400" directly.





I've tried to do that, but the fxp cards do not seem to allow
modifying the mtu settings.  It does have the capability of modifying
the vlanmtu, but I don't know if this will affect/help this issue.



Isn't this message being generated when the router sends a packet 
that exceeds fxp0's MTU, so... the solution is to tune the router's 
MTU, rather than fxp0? I am admittedly just guessing, but 
intuitively that seems right.


--
Greg Barniskis, Computer Systems Integrator
South Central Library System (SCLS)
Library Interchange Network (LINK)
, (608) 266-6348
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mail proxy problem

2005-09-01 Thread Dmitry Mityugov
On 9/1/05, Yuan Jue <[EMAIL PROTECTED]> wrote:
> Hello, everyone.
> 
> I have a problem here. As a student of one of the universities in China, I
> cannot connect to other countries directly, we kind of using an intranet
> called CERNET which do not allow directly connect to abroad. When browsering
> the web, I need http proxy. And since I have a gmail, I want to use some mail
> client to receive/post my mails from gmail, so I still need a socks proxy.
> 
> Finding a socks proxy is not a big problem. The problem is, I can not use the
> proxy in Kmail, which is now my main mail client since my WM is KDE. The
> KBiff (a mail notifier for KDE) also can not connect to gmail. My question
> is: Is there any proxy tools that can set one program to use a certain proxy
> while other programs are still unaffected, because I don't want to use a
> global proxy, and it can not set global socks proxy in KDE, right?
> 
> Does anybody have some suggestions? Any solution to my problem, say the
> receive/post/notify mails problem, is appreciated.

You can access GMail via POP3/SMTP, and even encrypt the traffic - is
this suitable for you?

-- 
Dmitry Mityugov, St. Petersburg, Russia
I ignore all messages with confidentiality statements

"We live less by imagination than despite it" - Rockwell Kent, "N by E"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mouse wheel problem

2005-09-01 Thread Ed Stover
On Thu, September 1, 2005 10:38 am, Dave McCammon wrote:
>
>
> --- Alejandro Pulver <[EMAIL PROTECTED]> wrote:
>
>> On Tue, 30 Aug 2005 11:57:18 -0500
>> "Efren Bravo" <[EMAIL PROTECTED]> wrote:
>>
>> > Hi,
>> >
>> > I've written on /etc/rc.conf :
>> >
>> > moused_port="/dev/psm0"
>> > moused_flags="-r high -z 4"
>> > moused_type="auto"
>> > moused_enable="YES"
>> >
>> > and on /etc/X11/xorg.conf
>> >
>> > Section "InputDevice"
>> > Identifier  "Mouse0"
>> > Driver  "mouse"
>> > Option  "Protocol" "auto"
>> > Option  "Device" "/dev/sysmouse"
>> > Option  "Buttons" "5"
>> > Option  "ZAxisMapping" "4 5"
>> > EndSection
>> >
>> > But the scrollwheel doesn't work. I've tried with
>> Kde's
>> > Applications.
>> > Have I a bad configuration?
>> >
>> > Thanks...
>> >
>>
>> Hello,
>>
>> It works for me without the "ZAxisMapping" option
>> (and the same
>> options in rc.conf):
>>
>> Identifier   "Mouse1"
>> Driver   "mouse"
>> Option   "Protocol"  "Auto"
>> Option   "Device""/dev/sysmouse"
>> Option   "Buttons"   "5"
>>
>> Best Regards,
>> Ale
>
> I had a heck of a time getting my wheel to work in
> RELENG_6. Eventually, starting moused with setting in
> rc.conf(below) and turning off Emulate3Buttons (had to
> put line in with the "false". commenting out didn't
> work) and adding the "Buttons" line worked. The
> instructions out of the handbook didn't work this
> time.
>
> xorg.conf sections--
> Section "InputDevice"
>
> # Identifier and driver
>
> Identifier  "Mouse1"
>  Driver "mouse"
>  Option "Protocol""auto"
>  Option "Device"  "/dev/sysmouse"
>
> Option "Emulate3Buttons" "false"
>Option "Buttons" "5"
>
> EndSection
>
> rc.conf---
> moused_enable="YES"
> moused_type="auto"
> moused_flags="-z 4"
>
> excerpt from dmesg--
> psm0:  irq 12 on atkbdc0
> psm0: [GIANT-LOCKED]
> psm0: model IntelliMouse, device ID 3
>
> (It is a Logitech optic mouse.Two button with Wheel)
>
>

Yeah , this one time at band camp, I had a brand new mouse with a wheel
and for the life of me i couldent get the stupid thing to work. I treid
everything from new drivers, x configs, etc, etc turned out, my mouse
was honestly brokewasted about four hours on that stupid thing... grr.
Who needs mice anyways...

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


mail proxy problem

2005-09-01 Thread Yuan Jue
Hello, everyone.

I have a problem here. As a student of one of the universities in China, I 
cannot connect to other countries directly, we kind of using an intranet 
called CERNET which do not allow directly connect to abroad. When browsering 
the web, I need http proxy. And since I have a gmail, I want to use some mail 
client to receive/post my mails from gmail, so I still need a socks proxy. 

Finding a socks proxy is not a big problem. The problem is, I can not use the 
proxy in Kmail, which is now my main mail client since my WM is KDE. The 
KBiff (a mail notifier for KDE) also can not connect to gmail. My question 
is: Is there any proxy tools that can set one program to use a certain proxy 
while other programs are still unaffected, because I don't want to use a 
global proxy, and it can not set global socks proxy in KDE, right?

Does anybody have some suggestions? Any solution to my problem, say the 
receive/post/notify mails problem, is appreciated.


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


Re: named slave not refreshing

2005-09-01 Thread daniel
On September 1, 2005 11:50 am, Chuck Swiger wrote:
> daniel wrote:
> > However, if i change the values on the master and run
> >
> >   # rndc refresh w.x.y.z
> >
> > on the slave, nothing is updated.  I let it go overnight and still
> > nothing changed.  If I restart named on the slave, nothing is updated
> > either.  But if delete /etc/namedb/slave/w.x.y.z.db and restart the
> > server, THEN it gets the new values.
> >
> > Anyone know what I'm doing wrong?
>
> For a dollar, my bet is that you didn't update the serial number in the SOA
> record of the zone file.

That was exactly it.  Thanks so much.  This page explained the rest:
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-dns.html


-- 
the world needs anger.
the world often continues to allow evil because it isn't angry enough.
  - bede jarrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mouse wheel problem

2005-09-01 Thread Dave McCammon


--- Alejandro Pulver <[EMAIL PROTECTED]> wrote:

> On Tue, 30 Aug 2005 11:57:18 -0500
> "Efren Bravo" <[EMAIL PROTECTED]> wrote:
> 
> > Hi,  
> >   
> > I've written on /etc/rc.conf :  
> >   
> > moused_port="/dev/psm0"  
> > moused_flags="-r high -z 4"  
> > moused_type="auto"  
> > moused_enable="YES"  
> >   
> > and on /etc/X11/xorg.conf  
> >   
> > Section "InputDevice"  
> > Identifier  "Mouse0"  
> > Driver  "mouse"  
> > Option  "Protocol" "auto"  
> > Option  "Device" "/dev/sysmouse"  
> > Option  "Buttons" "5"  
> > Option  "ZAxisMapping" "4 5"  
> > EndSection  
> >   
> > But the scrollwheel doesn't work. I've tried with
> Kde's
> > Applications. 
> > Have I a bad configuration?  
> >   
> > Thanks...  
> > 
> 
> Hello,
> 
> It works for me without the "ZAxisMapping" option
> (and the same
> options in rc.conf):
> 
> Identifier"Mouse1"
> Driver"mouse"
> Option"Protocol"  "Auto"
> Option"Device""/dev/sysmouse"
> Option"Buttons"   "5"
> 
> Best Regards,
> Ale

I had a heck of a time getting my wheel to work in
RELENG_6. Eventually, starting moused with setting in
rc.conf(below) and turning off Emulate3Buttons (had to
put line in with the "false". commenting out didn't
work) and adding the "Buttons" line worked. The
instructions out of the handbook didn't work this
time.

xorg.conf sections--
Section "InputDevice"

# Identifier and driver

Identifier  "Mouse1"
 Driver "mouse"
 Option "Protocol""auto"
 Option "Device"  "/dev/sysmouse"

Option "Emulate3Buttons" "false"
   Option "Buttons" "5"

EndSection

rc.conf---
moused_enable="YES"
moused_type="auto"
moused_flags="-z 4"

excerpt from dmesg--
psm0:  irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model IntelliMouse, device ID 3

(It is a Logitech optic mouse.Two button with Wheel)



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mouse wheel problem

2005-09-01 Thread Efren Bravo
Hi, 
 
I solved the mousewheel problem. I had to comment out all related with 
moused on /etc/rc.conf to use the /dev/psm0 device 
on /etc/X11/xorg.conf:   
   
Section "InputDevice" 
Identifier  "Mouse0" 
Driver  "mouse" 
Option  "Protocol" "auto" 
Option  "Device" "/dev/psm0" 
Option  "Buttons" "5" 
Option  "ZAxisMapping" "4 5" 
EndSection 
 
Thanks for your time.. 
  
 
 
-Original Message- 
From: Jared Barneck <[EMAIL PROTECTED]> 
To: Efren Bravo <[EMAIL PROTECTED]> 
Cc: freebsd-questions@freebsd.org 
Date: Wed, 31 Aug 2005 19:47:04 -0600 
Subject: Re: mouse wheel problem 
 
> Alejandro Pulver wrote: 
>  
> >On Tue, 30 Aug 2005 11:57:18 -0500 
> >"Efren Bravo" <[EMAIL PROTECTED]> wrote: 
> > 
> >   
> > 
> >>Hi,   
> >>   
> >>I've written on /etc/rc.conf :   
> >>   
> >>moused_port="/dev/psm0"   
> >>moused_flags="-r high -z 4"   
> >>moused_type="auto"   
> >>moused_enable="YES"   
> >>   
> >> 
> >> 
> I joined late so I don't know if this is a USB mouse or not.  If it is 
> a  
> USB mouse, the you shouldn't enable moused in rc.conf because it will 
> be  
> launched by usb.conf. (ignore this if not a usb mouse) 
>  
> Also, many people change settings in one xorg.conf only to find out 
> they  
> are using a different conf file in another directory.  Check that.   
> Maybe your settings are not taking because of that? 
>  
> >>and on /etc/X11/xorg.conf   
> >>   
> >>Section "InputDevice"   
> >>Identifier  "Mouse0"   
> >>Driver  "mouse"   
> >>Option  "Protocol" "auto"   
> >>Option  "Device" "/dev/sysmouse"   
> >>Option  "Buttons" "5"   
> >>Option  "ZAxisMapping" "4 5"   
> >>EndSection   
> >>   
> >>But the scrollwheel doesn't work. I've tried with Kde's 
> >>Applications.  
> >>Have I a bad configuration?   
> >>   
> >>Thanks...   
> >> 
> >> 
> >> 
> > 
> >Hello, 
> > 
> >It works for me without the "ZAxisMapping" option (and the same 
> >options in rc.conf): 
> > 
> >Identifier   "Mouse1" 
> >Driver   "mouse" 
> >Option   "Protocol"  "Auto" 
> >Option   "Device""/dev/sysmouse" 
> >Option   "Buttons"   "5" 
> > 
> >Best Regards, 
> >Ale 
> >___ 
> >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: named slave not refreshing

2005-09-01 Thread Chuck Swiger

daniel wrote:
[ ... ]

However, if i change the values on the master and run

  # rndc refresh w.x.y.z

on the slave, nothing is updated.  I let it go overnight and still nothing 
changed.  If I restart named on the slave, nothing is updated either.  But if 
delete /etc/namedb/slave/w.x.y.z.db and restart the server, THEN it gets the 
new values.


Anyone know what I'm doing wrong?


For a dollar, my bet is that you didn't update the serial number in the SOA 
record of the zone file.


--
-Chuck

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


Re: How can I stop "discard oversize frame" errors?

2005-09-01 Thread Chuck Swiger

Bryan Albright wrote:

On 09/01/05 at 11:08AM, Chuck Swiger wrote:

fxp0: discard oversize frame (ether type 800 flags 3 len 1573 > max 1514)
fxp0: discard oversize frame (ether type 800 flags 3 len 1533 > max 1514)
fxp0: discard oversize frame (ether type  flags 3 len 1520 > max 1514)
fxp0: discard oversize frame (ether type 800 flags 3 len 1564 > max 1514)

I have 2 NICs in my machine, both intel etherexpress pro:


Try setting an mtu of 1450 or so.  You can add that to the ifconfig lines 
in /etc/rc.conf, or run "ifconfig fxp0 mtu 1400" directly.


I've tried to do that, but the fxp cards do not seem to allow
modifying the mtu settings.  It does have the capability of modifying
the vlanmtu, but I don't know if this will affect/help this issue.


Of course, it may be some other machine on your network which is generating 
those oversize packets, or someone may be using some form of encapsulation 
(PPTP?) which is pushing the frame size above the limit.


tcpdump would help...

--
-Chuck

PS: Oh, BTW, the fxp cards absolutely let you change the mtu?  What does 
ifconfig say...?


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


named slave not refreshing

2005-09-01 Thread daniel
I thought I had this whole Bind thing under control, but it turns out that I'm 
still missing something.  Here's my setup:

  local server (192.168.0.11) is master for domain "w.x.y.z"
  local server (192.168.0.12) is slave to 192.168.0.11 for "w.x.y.z"

If /etc/namedb/slave/ on the slave is empty and i start named, everything 
works as expected.  /etc/namedb/slave/w.x.y.z.db is populated with the values 
on the master server.

However, if i change the values on the master and run

  # rndc refresh w.x.y.z

on the slave, nothing is updated.  I let it go overnight and still nothing 
changed.  If I restart named on the slave, nothing is updated either.  But if 
delete /etc/namedb/slave/w.x.y.z.db and restart the server, THEN it gets the 
new values.

Anyone know what I'm doing wrong?

-- 
all that is necessary for the forces of evil to prevail in the world is for 
enough good men to do nothing.
  - edmund burke, british statesman, 1729-1797.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How can I stop "discard oversize frame" errors?

2005-09-01 Thread Bryan Albright
On 09/01/05 at 11:08AM, Chuck Swiger wrote:
> Bryan Albright wrote:
> [ ... ]
> >fxp0: discard oversize frame (ether type 800 flags 3 len 1573 > max 1514)
> >fxp0: discard oversize frame (ether type 800 flags 3 len 1533 > max 1514)
> >fxp0: discard oversize frame (ether type  flags 3 len 1520 > max 1514)
> >fxp0: discard oversize frame (ether type 800 flags 3 len 1564 > max 1514)
> >
> >I have 2 NICs in my machine, both intel etherexpress pro:
> 
> Try setting an mtu of 1450 or so.  You can add that to the ifconfig lines 
> in /etc/rc.conf, or run "ifconfig fxp0 mtu 1400" directly.
> 

I've tried to do that, but the fxp cards do not seem to allow
modifying the mtu settings.  It does have the capability of modifying
the vlanmtu, but I don't know if this will affect/help this issue.

Thanks,

Bryan

-- 
Never Play Leap Frog With A Unicorn.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re[2]: Keyboard problems

2005-09-01 Thread Hexren
>> I want to install FreeBSD on my computer, but I'm unable to use my USB
>> keyboard to select the menu choices on the installation program using
>> the arrow keys.  What could be causing this?  My keyboard is a Microsoft
>> Natural Keyboard.
>>
>> Thanks
>> Matthew Bach

> On Thursday 01 September 2005 11:40, you wrote:
> Have you change your BIOS setting like "enable USB device" to use the usb 
> device when computer boots? If it is disabled, you may not use your usb 
> keyboard. I am not sure about it, but my usb keyboard can work when I install 
> FreeBSD after I turn the option in BIOS on.
> Gook luck!

-

I had a similar problem, droping to the Boot promt and then doing
"set hint.atkbd.0.flags="0x1"" before "boot" helped me.

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


Re: Keyboard problems

2005-09-01 Thread Derrill Guilbert
The name you may wish to look in your bios for may be something like 
"USB Legacy Support".


Derrill

Yuan Jue wrote:


On Thursday 01 September 2005 11:40, you wrote:
Have you change your BIOS setting like "enable USB device" to use the usb 
device when computer boots? If it is disabled, you may not use your usb 
keyboard. I am not sure about it, but my usb keyboard can work when I install 
FreeBSD after I turn the option in BIOS on.

Gook luck!

 


I want to install FreeBSD on my computer, but I'm unable to use my USB
keyboard to select the menu choices on the installation program using
the arrow keys.  What could be causing this?  My keyboard is a Microsoft
Natural Keyboard.

Thanks
Matthew Bach


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


Re: Limiting closed port

2005-09-01 Thread Chuck Swiger

Dark Star wrote:
  /kernel: Limiting closed port RST response from 243 to 200 packets per 
second
  /kernel: Limiting closed port RST response from 222 to 200 packets per 
second
  /kernel: Limiting closed port RST response from 238 to 200 packets per 
second


  I think its sometype of scan or attack.


It's almost certainly a portscan.  Per se, that's not an attack, but if someone 
follows up trying to exploit open services, it would be.


  My server has a range of ips, I'm not sure what is this? how to 
protect it? IPFW will prevent this?


Yes, IPFW, PF, or another firewall can prevent this traffic.


  how do i know, this attack to what IP excatly?


Run "tcpdump -n".

--
-Chuck

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


Re: How can I stop "discard oversize frame" errors?

2005-09-01 Thread Chuck Swiger

Bryan Albright wrote:
[ ... ]

fxp0: discard oversize frame (ether type 800 flags 3 len 1573 > max 1514)
fxp0: discard oversize frame (ether type 800 flags 3 len 1533 > max 1514)
fxp0: discard oversize frame (ether type  flags 3 len 1520 > max 1514)
fxp0: discard oversize frame (ether type 800 flags 3 len 1564 > max 1514)

I have 2 NICs in my machine, both intel etherexpress pro:


Try setting an mtu of 1450 or so.  You can add that to the ifconfig lines in 
/etc/rc.conf, or run "ifconfig fxp0 mtu 1400" directly.


--
-Chuck

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


anything like NetSquid for FreeBSD?

2005-09-01 Thread Matt Virus

Is there anything like this that runs on freebsd?

http://netsquid.tamu.edu/faq.html


--
Matt Virus ("veer-iss")
http://www.mattvirus.net
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: HP NC6000 with FB 5.4

2005-09-01 Thread Yuan Jue
On Thursday 01 September 2005 22:15, you wrote:
Sorry! NB stands for NoteBook. I just think it is a common abbr.
Thanks for your suggestion. I will check it later.
> Jue Yuan <[EMAIL PROTECTED]> writes:
> > Hello, everyone
> >
> > I'm a newbie here and to FreeBSD. Just installed FB5.4 in my notebook
> > less than two months. After a lot of stuff have been done, I now can use
> > my laptop
> > with FB5.4+KDE3.4.2 as smoothly as using Windows before, even more
> > efficiently^_^
> >
> > But there is still some problems that I do want to fix in order to make
> > my NB
> > look more perfect. The question is: Can I use all of the buttons in my
> > NB, say the Mute button, the Volume control buttons, and Wireless ON/OFF
> > button. Although I can already control the volume of my soundcard and
> > connect to wireless lan using the wireless NIC, I still want these
> > buttons to work, just
> > as in Windows.
> >
> > Does anyone know how to deal with this? Any suggestion will be
> > appreciated!
>
> I don't know what you mean by "NB", but maybe you could try using
> xev(1) to find out whether X sees events from those buttons?


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


Blade Server + SAN (w/ boot on SAN) ...

2005-09-01 Thread Marc G. Fournier


Over the past little while, I've had a bug put in my ear about going to 
the above sort of configuration, using HP servers ...


I know that, based on http://people.freebsd.org/~jcagle, I shouldn't have 
a problem with the Blade server side of thing, but so far, I'm unable to 
find a way to tie it in with a SAN backend, since it doesn't look like the 
HP Fiber Channel card for the Blade is supported ...


Now, I find it difficult to believe nobody out there is using 
FreeBSD+Blade+SAN within their infrastructue ... so, if not HP, does 
anyone have any recommendations on what to use for this sort of 
configuration?  The difficult part appears, to me, to be the 'Blade<->SAN' 
Fiber Channel card ... :(


Thanks ...


Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email: [EMAIL PROTECTED]   Yahoo!: yscrappy  ICQ: 7615664
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: HP NC6000 with FB 5.4

2005-09-01 Thread Lowell Gilbert
Jue Yuan <[EMAIL PROTECTED]> writes:

> Hello, everyone
> 
> I'm a newbie here and to FreeBSD. Just installed FB5.4 in my notebook less 
> than two months. After a lot of stuff have been done, I now can use my 
> laptop 
> with FB5.4+KDE3.4.2 as smoothly as using Windows before, even more 
> efficiently^_^
> 
> But there is still some problems that I do want to fix in order to make my 
> NB 
> look more perfect. The question is: Can I use all of the buttons in my NB, 
> say the Mute button, the Volume control buttons, and Wireless ON/OFF button.
> Although I can already control the volume of my soundcard and connect to 
> wireless lan using the wireless NIC, I still want these buttons to work, 
> just 
> as in Windows.
> 
> Does anyone know how to deal with this? Any suggestion will be appreciated!

I don't know what you mean by "NB", but maybe you could try using
xev(1) to find out whether X sees events from those buttons?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mount_msdosfs gives read-only error

2005-09-01 Thread Lowell Gilbert
"Ronald Klop" <[EMAIL PROTECTED]> writes:

> I'm running 6.0-BETA3 and this is happening on all my floppies.
> 
> # fdformat /dev/fd0
> fdformat: open(/dev/fd0): Read-only file system

I would interpret that as /dev being the read-only file system.
Something funny with devfs?

> 
> # ls -l /dev/fd0
> crw-rw-rw-  1 root  operator   14, 103 Aug 31 13:14 /dev/fd0
> 
> (It was chmod 660 first and I changed it to 666 without benefit.)

Well, devfs is accepting the writes, then.
Sorry, I haven't tried 6.0 yet...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: libm.so.4 problem when running program

2005-09-01 Thread Lowell Gilbert
Michael Pope <[EMAIL PROTECTED]> writes:

> I've just installed port 'fpm' on my FreeBSD5.4 with a current updated
> /usr/ports and fpm will not start.  It gets this error:
> 
> /libexec/ld-elf.so.1: Shared object "libm.so.4" not found, required by
> "libgnomeui.so.5"
> 
> 
> I've searched around but all people say is that libm.so.4 is part of
> FreeBSD6.0 not 5.4 does this mean I cannot update my ports to the
> latest ports out there?
> If so what do I have to set my cvsup tag to?
> If not how do I fix the libm.so.4 problem?

This sounds like the problem that hit the package cluster the other
day (packages being labelled for the wrong release).  Did you install
from ports, or did libgnomeui come from a package?  If the latter,
I understand the correct packages have propagated out by now, so try
grabiing a new libgnomeui package (or rebuild it from source).
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 5.4 Sloooooow network

2005-09-01 Thread Lowell Gilbert
Bernt Hansson <[EMAIL PROTECTED]> writes:

> I've just installed FreeBSD 5.4-RELEASE #0.
> 
> Internal network works fast and without problems, the problems occur
> with external connections to the services I'm running (mail & web).
> 
> Almost every connection attempt times-out like this.
> 
> qpopper[4372]: (v4.0.5) Timeout (120 secs) during nw read from  at
> host.net (x.x.x.x)
> 
> qpopper[4372]: (null) at host.net (x.x.x.x): -ERR POP timeout from myhost
> 
> Qpopper runs out of inetd.
> 
> Internal if is rl0 and external is fxp0. The machine is a HP netserver
> LC2000 and it acts as a gateway to.
> 
> Any thoughts?

Any network collisions on the outside link?
How many (if any) packets pass before the connections time out?
___
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 stop "discard oversize frame" errors?

2005-09-01 Thread Bryan Albright
G'day all--

I just had to recreate my home machine (HD died) and in doing so, I
took the plunge to go from FreeBSD 4.11 to FreeBSD 5.4

I've cvsup-ed and re-made my world yesterday (Thursday) but now, I'm
getting this error message, admittedly only when I do a samba mount,
(yes, even using a generic smb.conf:
[global]
workgroup = MYHOMEGROUP
security = SHARE
[Plans]
path = /plans
read only = Yes
guest ok = Yes
)

fxp0: discard oversize frame (ether type 800 flags 3 len 1573 > max 1514)
fxp0: discard oversize frame (ether type 800 flags 3 len 1533 > max 1514)
fxp0: discard oversize frame (ether type  flags 3 len 1520 > max 1514)
fxp0: discard oversize frame (ether type 800 flags 3 len 1564 > max 1514)

I have 2 NICs in my machine, both intel etherexpress pro:

%  pciconf -l | grep fxp
[EMAIL PROTECTED]:7:0:  class=0x02 card=0x000a8086 chip=0x12298086 rev=0x05 
hdr=0x00
[EMAIL PROTECTED]:10:0: class=0x02 card=0x000b8086 chip=0x12298086 rev=0x08 
hdr=0x00

I have fxp1 set to my internal network, and fxp0 set to connect to my
router.  My FreeBSD box is set up as a DNS server, Firewall, Router,
Web-cache-ing server, and quick-n-easy parental control filter (for my
kids).

I have 'gateway_enable="YES"' in my rc.conf, and it forwards the
packets correctly.

I'm using IPFW, enabled in the kernel:
options IPFIREWALL
options IPFIREWALL_VERBOSE
options IPFIREWALL_VERBOSE_LIMIT=5
options IPFIREWALL_DEFAULT_TO_ACCEPT
options IPDIVERT


What else can I provide to help diagnose and fix what is causing this?

Thanks!

Bryan

-- 
Never Play Leap Frog With A Unicorn.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re:SSH root logins using public key only confusion

2005-09-01 Thread Wolfgang Lausenbart
ref: 
http://lists.freebsd.org/pipermail/freebsd-questions/2005-August/095052.html

"With a default sshd_config but PermitRootLogin set to
'without-password' I find that root is still allowed to login with a
user/pass"

what about turning PasswordAuthentication off?

greetz 
wmiuser/u at netbeisser.de
E7AC 1E9B 87D8 5BD2 E2F2  6F4A 3177 ED68 8185 480C
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Keyboard problems

2005-09-01 Thread Yuan Jue
On Thursday 01 September 2005 11:40, you wrote:
Have you change your BIOS setting like "enable USB device" to use the usb 
device when computer boots? If it is disabled, you may not use your usb 
keyboard. I am not sure about it, but my usb keyboard can work when I install 
FreeBSD after I turn the option in BIOS on.
Gook luck!

> I want to install FreeBSD on my computer, but I'm unable to use my USB
> keyboard to select the menu choices on the installation program using
> the arrow keys.  What could be causing this?  My keyboard is a Microsoft
> Natural Keyboard.
>
> Thanks
> Matthew Bach
> ___
> 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]"


Keyboard problems

2005-09-01 Thread Matthew Bach
I want to install FreeBSD on my computer, but I'm unable to use my USB
keyboard to select the menu choices on the installation program using
the arrow keys.  What could be causing this?  My keyboard is a Microsoft
Natural Keyboard.
 
Thanks 
Matthew Bach
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Question about nForce 3

2005-09-01 Thread Fede
Hello. I bought a motherboard recently and I am wishing to use ir as a server, 
I would like to know if FreeBSD supports it. It is a DFI LanParty UT nF3 
ULTRA-D that has the following chipsets: nvidia nForce 3 ultra, via 6307 and 
Gigabit PHY. It is for an AMD64 socket 939 (Venice 3000+).
Sorry for any gramatical mistake, I am writing from Argentina



-
 1GB gratis, Antivirus y Antispam
 Correo Yahoo!, el mejor correo web del mundo
 Abrí tu cuenta aquí
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


camcontrol and IDAD0

2005-09-01 Thread Antonio Nati - [EMAIL PROTECTED]


How can I handle Compaq Smart Raid disks using camcontrol?

I've looked a lot around, and found sometimes the same question, but 
no answers:


I've an internal Smart Raid card (on a DL360) handling a mirrored set of disks.

Boot says:
Aug  5 21:23:13 ia-srv01 kernel: idad0:  on ida0
Aug  5 21:23:13 ia-srv01 kernel: idad0: 17359MB (35553120 sectors), 
blocksize=512


RAID is working properly, but I have no way (apparently) to check it 
within FreeBSD.


Command "camcontrol devlist -v" returns

scbus-1 on xpt0 bus 0:
<  >   at scbus-1 target -1 lun -1 (xpt0)

atacontrol does not says anything about this disk.

What can I do? Is there any other resource/command available in order 
to solve this problem?


Thanks,

Tonino

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


Re: Support for SIS 760GX, and SIS 965L

2005-09-01 Thread Dmitry Mityugov
On 9/1/05, Graham North <[EMAIL PROTECTED]> wrote:
> Can anyone tell me whether FreeBSD stable currently supports these two
> chips.
> North Bridge: SIS 760GX
> South Bridge: SIS 965L
> 
> Asus seems to like them for its AMD barebones units.

Not exactly the same chips, but FreeBSD 4.x-5.x has worked flawlessly
on my ASUS Terminator K7 for years.

-- 
Dmitry Mityugov, St. Petersburg, Russia
I ignore all messages with confidentiality statements

"We live less by imagination than despite it" - Rockwell Kent, "N by E"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Limiting closed port

2005-09-01 Thread Dark Star


Hello all,

   Im on FreeBSD 4.8-R
  my logs since over 4 months always complaining from th follow:

  /kernel: Limiting closed port RST response from 243 to 200 packets per 
second
  /kernel: Limiting closed port RST response from 222 to 200 packets per 
second
  /kernel: Limiting closed port RST response from 238 to 200 packets per 
second


  I think its sometype of scan or attack.
  My server has a range of ips, I'm not sure what is this? how to protect 
it? IPFW will prevent this?

  how do i know, this attack to what IP excatly?

  Maybe some will advice just to ignore it as i saw around, but i cannot 
anymore,
 specially that the Hard Drive got down and corrupted, and this is a new 
HD.


  any advices?
  Thank you.
  Marwan

_
Don't just search. Find. Check out the new MSN Search! 
http://search.msn.click-url.com/go/onm00200636ave/direct/01/


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


Linux in freebsd boot menu

2005-09-01 Thread ananth_g

hi,
  i have freebsd/linux and windows. how can i bring all on freebsd boot
menu. ( its really easy to bring everything in GRUB ). is there a way to
bring all the three under freebsd loader ?

regrds,
ananth g.
** DISCLAIMER **
Information contained and transmitted by this E-MAIL is proprietary to 
Sify Limited and is intended for use only by the individual or entity to 
which it is addressed, and may contain information that is privileged, 
confidential or exempt from disclosure under applicable law. If this is a 
forwarded message, the content of this E-MAIL may not have been sent with 
the authority of the Company. If you are not the intended recipient, an 
agent of the intended recipient or a  person responsible for delivering the 
information to the named recipient,  you are notified that any use, 
distribution, transmission, printing, copying or dissemination of this 
information in any way or in any manner is strictly prohibited. If you have 
received this communication in error, please delete this mail & notify us 
immediately at [EMAIL PROTECTED]

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


[solved] Re: make buildworld breaks in ncurses

2005-09-01 Thread Mac Mason
On Tue, Aug 30, 2005 at 09:10:29PM -0700, Mac Mason wrote:
> While running a make buildworld on a system that was cvsup'd to
> RELENG_5_4 about an hour ago, it breaks on 
> 
>  [snip]/contrib/ncurses/ncurses/tinfo/make_keys.c
> 
> with
> 
>   /usr/obj/usr/src/sys/i386/usr/bin/ld: cannot find -lc
> 
> What's going on here? I deleted both /usr/obj and /usr/src and
> re-cvs-up'd before running make buildworld, so the build should be
> clean.

As it turns out, when you buy a new motherboard, the hardware clock is
set wrong.

And make depends very heavily on timestamps.

Fixing that solved the problem nicely.

--Mac



pgpM3TrDcM8R8.pgp
Description: PGP signature


Re: upgrading perl -ports

2005-09-01 Thread Jorn Argelo

Zan wrote:


uname -m = i386
which -a perl =
/usr/local/bin/perl
/usr/bin/perl



Please show:
 uname -m
 which -a perl



On Tuesday, August 30, 2005, at 01:30 P:M, Lowell Gilbert wrote:


Zan <[EMAIL PROTECTED]> writes:


in my /usr/local/bin I can clearly see that there is a newer version
of perl (5.8.0) already there, but when I type 'perl -v' I see that
I'm running off of 5.0. Is there anything else I can do besides trying
the "use.perl port" command? Because that doesn't seem to work, and my
jail did not come with a ports collection.

I would appreciate any help you can give me. Thank you!



Please show:
 uname -m
 which -a perl





Just a little side-note. After performing such an upgrade of Perl it's 
likely that some applications will not work, since a lot of them expect 
your old version of Perl. Recompiling those applications does the trick. 
At least, that's what I noticed when upgrading from 5.8.6 to 5.8.7. And 
just so you know, there are ALOT of applications dependent of Perl.


About your problem, you should really recompile Perl from the ports-tree 
if you want to upgrade your Perl version. And after you did that, I 
always rebooted the machine. I don't know how it will function without 
rebooting the machine, or if it's even possible to upgrade Perl properly 
without a reboot.


Jorn


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


HP NC6000 with FB 5.4

2005-09-01 Thread Yuan Jue
Hello, everyone

I'm a newbie here and to FreeBSD. Just installed FB5.4 in my notebook less 
than two months. After a lot of stuff have been done, I now can use my laptop 
with FB5.4+KDE3.4.2 as smoothly as using Windows before, even more 
efficiently^_^

But there is still some problems that I do want to fix in order to make my NB 
look more perfect. The question is: Can I use all of the buttons in my NB, 
say the Mute button, the Volume control buttons, and Wireless ON/OFF button.
Although I can already control the volume of my soundcard and connect to 
wireless lan using the wireless NIC, I still want these buttons to work, just 
as in Windows.

Does anyone know how to deal with this? Any suggestion will be appreciated!

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


Re: Proliant 5000 sever Fbsd 5.4 (re)boot problem RESOLVED

2005-09-01 Thread Robert Slade
On Wed, 2005-08-31 at 17:26, Robert Slade wrote:
> On Wed, 2005-08-31 at 00:21, Vizion wrote:
> > On Tuesday 30 August 2005 13:31,  the author Robert Slade contributed to 
> > the 
> > dialogue on-
> >  Re: Proliant 5000 sever Fbsd 5.4 (re)boot problem: 
> > 
> > >On Tue, 2005-08-30 at 21:20, Vizion wrote:
> > >> On Tuesday 30 August 2005 13:22,  the author Robert Slade contributed to
> > >> the dialogue on-
> > >>
> > >>  Re: Proliant 5000 sever Fbsd 5.4 (re)boot problem:
> > >> >On Tue, 2005-08-30 at 20:10, Vizion wrote:
> > >> >> On Tuesday 30 August 2005 12:05,  the author Robert Slade contributed
> > >> >> to the dialogue on-
> > >> >>
> > >> >>  Proliant 5000 sever Fbsd 5.4 (re)boot problem:
> > >> >> >Hiya,
> > >> >> >
> > >> >> >I've been working on this beasty on and off for some time. It's a 
> > >> >> >Quad
> > >> >> >processor 1 Gbyte of memory and 5 scsi drives using the 2p raid
> > >> >> >controller setup as 2 raid arrays + 1 spare.
> > >> >> >
> > >> >> >The machine works fine with 5.4 release #0 with the supplied generic
> > >> >> >kernel.
> > >> >> >
> > >> >> >The problem(s) I have been having are:
> > >> >> >
> > >> >> >1. When I recompiled the Kernel with SMP support, I get random
> > >> >> > reboots. It also fails to boot sometimes failing at the point after
> > >> >> > waiting for the scsi drives to settle. I get some error codes and
> > >> >> > Fbsd fails to find the boot device.
> > >> >> >
> > >> >> >2. I CVSuped to 5.4 release #2 and recompiled the Kernel with SMP
> > >> >> >support. This does to boot at all. It gets as far as the waiting 15s
> > >> >> > for scsi devices to settle, then (appears to) reset the scsi
> > >> >> > controller and immediately tries to access the drives (does not
> > >> >> > wait). I have tried recompiling with scsi_delay set to 3 (30s)
> > >> >> > with no change.
> > >> >> >
> > >> >> >I have checked dmesg and message logs but there is nothing related to
> > >> >> >the problem(s) there.
> > >> >> >
> > >> >> >I have gone back to the 5.4 release #0 single processor kernel for 
> > >> >> >now
> > >> >> >which is a shame as the machine is slow without the multi processor
> > >> >> >support.
> > >> >> >
> > >> >> >The only thing out of the ordinary I have noted is a tx underunn --
> > >> >> >increasing threshold to 512 bytes  message which appears related to
> > >> >> >running kde remotely via vncserver and tinync.
> > >> >> >
> > >> >> >Any ideas, I can send conf files etc if needed.
> > >> >> >
> > >> >> >Thanks
> > >> >> >
> > >> >> >Rob
> > >> >>
> > >> >> What are your bios setting?
> > >> >> My guess is that you have not made the right setting using the 
> > >> >> siftware
> > >> >> and configuration utilities
> > >> >> david
> > >> >
> > >> >David,
> > >> >
> > >> >Thanks. The BIOS setting appear ok - OS type is set as UNIX (Small disk
> > >> >geometry) and the machine passes all the diagnostics.
> > >> >
> > >> >Rob
> > >>
> > >> I cannot remember - but I have sneaking notion that you need to set it as
> > >> linux
> > >
> > >Tried that too :-). I think that the problem is that with 5.4 release #2
> > >it is trying to access that scsi drives immediately then inducing the
> > >kernel panic for 15s.  Rather than inducing the panic 1st.
> > >
> > >Rob
> > >
> > 
> > Did you follow my suggestion and search the HP resources with freebsd and 
> > your 
> > model.  I have had the same problem myself I am pretty certain it was fixed 
> > by changes using the Proliant Essrntial Foundation Pack.. but my memory may 
> > not be accurate.
> > david
> 
> David,
> 
> I did update the system and controller ROMs whne the machine was running
> windows. I have been on the HP site and as far as I can tell I have the
> latest.
> 
> Rob

For the record, lucking under SCO Unix is an update to the Raid
Controller firmware which fixes the problem. You do need Dos or Windows
to create the self booting disks. Only disk 1 is needed for the SMART 2P
controller. The update appears to be only listed under SC Unix though.

Rob


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


disk error?

2005-09-01 Thread kalin mintchev
hi all...

suddenly today out of nowhere this happens (log below) and now i get
vchkpw core dumps every few minutes or so. vchkpw is authorization module
for vpopmail...  does this mean the disk where vpopmail lives - ad2 - is
already craping up?!  thanks...

here is the log:

Aug 31 22:53:33 chavo /kernel: ad2: READ command timeout tag=0 serv=0 -
resetting
Aug 31 22:53:33 chavo /kernel: ata1: resetting devices .. done
Sep  1 00:36:22 chavo /kernel: ad2: READ command timeout tag=0 serv=0 -
resetting
Sep  1 00:36:22 chavo /kernel: ata1: resetting devices .. done
Sep  1 01:12:42 chavo /kernel: ad2: READ command timeout tag=0 serv=0 -
resetting
Sep  1 01:12:42 chavo /kernel: ata1: resetting devices .. done
Sep  1 01:49:54 chavo /kernel: ad2: WRITE command timeout tag=0 serv=0 -
resetting
Sep  1 01:49:54 chavo /kernel: ata1: resetting devices .. done
Sep  1 01:52:12 chavo /kernel: ad2: WRITE command timeout tag=0 serv=0 -
resetting
Sep  1 01:52:12 chavo /kernel: ata1: resetting devices ..
Sep  1 01:52:12 chavo /kernel: ad2: removed from configuration
Sep  1 01:52:12 chavo /kernel: ad3: removed from configuration
Sep  1 01:52:12 chavo /kernel: done
Sep  1 01:53:02 chavo /kernel: handle_workitem_freeblocks: block count Sep
 1 01:54:04 chavo /kernel: handle_workitem_freeblocks: block count Sep  1
01:55:37 chavo last message repeated 2 times



--




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


FreeBSD 5.4 router with pf nat, bug?

2005-09-01 Thread Casper


 Hi,

 I have 5.4-RELEASE-p6 test router and I wanted to do all routing/fw 
with pf, to learn more pf...

I have added to kernel options:
device pf
device pflog
device pfsync
options ALTQ

Setuped jails with 172.22.x.x address and local network I have 
192.168.x.x addreses...


ifconfig rl0 is real ip and maped jails... rl1 is internal network...

/etc/pf.conf now looks like:
-
ext_if="rl0"
int_if="rl1"

set state-policy if-bound
set loginterface $ext_if

scrub reassemble tcp fragment reassemble

nat on $ext_if from 172.1.1.1/8 to any -> ($ext_if)
nat on $ext_if from 192.168.1.1/8 to any -> $ext_if

rdr on $ext_if proto tcp from any to 159.148.155.14 port 8080 -> 
172.22.1.2 port www


antispoof log quick for $ext_if inet
antispoof log quick for $int_if inet

block in log quick on $ext_if inet from any to ! ($ext_if)
pass quick on lo0 all

pass in on $ext_if inet proto tcp from any to ($ext_if) port ssh flags 
S/SA synproxy state

---
The problem is when I make conection from jail or internal network, any 
conection http, ping, etc first package goes trought and got reply, 
second no...

like:
# traceroute www.ass.lv
traceroute to www.ass.lv (195.13.160.54), 64 hops max, 40 byte packets
 1  my_router (my_router)  0.166 ms  0.143 ms  0.130 ms
 2  * next_router (next_router)  1.274 ms *
 3  titan-v12-gw.latnet.lv (159.148.13.150)  1.970 ms *  1.992 ms
 4  * 80.232.230.89 (80.232.230.89)  2.205 ms *

From my_router all working ok:
1  next_router (next_router)  1.331 ms  0.962 ms  1.037 ms
2  titan-v12-gw.latnet.lv (159.148.13.150)  1.287 ms  0.757 ms  1.660 ms
3  80.232.230.89 (80.232.230.89)  1.218 ms  2.233 ms  1.352 ms

 So only nat`ed packages every second get lost... with tcpdump and pf 
loging all shows that nothing is blocking them...

Any idea what is going on or how to test where is problem?

tnx,

K.

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


HP NC6000 with FB 5.4

2005-09-01 Thread Jue Yuan
Hello, everyone

I'm a newbie here and to FreeBSD. Just installed FB5.4 in my notebook less 
than two months. After a lot of stuff have been done, I now can use my 
laptop 
with FB5.4+KDE3.4.2 as smoothly as using Windows before, even more 
efficiently^_^

But there is still some problems that I do want to fix in order to make my 
NB 
look more perfect. The question is: Can I use all of the buttons in my NB, 
say the Mute button, the Volume control buttons, and Wireless ON/OFF button.
Although I can already control the volume of my soundcard and connect to 
wireless lan using the wireless NIC, I still want these buttons to work, 
just 
as in Windows.

Does anyone know how to deal with this? Any suggestion will be appreciated!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


(no subject)

2005-09-01 Thread lawins_clm
im a student who study computer science and do an assignment about ur freeBSD 
operating system...can i get some information about file management of freeBSD? 
Hope ur can kindly help n send those details to methanks here!!! If can, 
please send to me as fast as possible...
 
--
http://www.um.edu.my
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"