RE: Which Laser Printer for FreeBSD

2004-09-19 Thread Ted Mittelstaedt


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Tim Aslat
 Sent: Saturday, September 18, 2004 9:28 PM
 To: [EMAIL PROTECTED]

 You can usually pick these units up at auction for around the $20 mark,
 or sometimes less.  Mine came with a second paper tray and a jet-direct
 card, and I'm sure there are other nice extras that people are willing
 to include just to take it off their hands.


Duplexers are nice but hard to find on the used market.

Be careful with buying envelope feeders.  HP manufactured 2 different ones.
The first one only works on the HP4.  The second one works on the HP4 and
on the HP4+.  Both look identical and there are no identifying marks on them
that indicate if you have an older one or a newer one.

Ted

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


The FreeBSD Diary: 2004-08-29 - 2004-09-18

2004-09-19 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives http://www.freebsd.org/search/search.html#mailinglists 
and/or The FreeBSD Diary http://www.freebsddiary.org/. 

These are the articles posted during this period:

3-Sep : Disk cloning with Acronis True Image 
 I wanted to use dd, but True Image did the job! 
 http://freebsddiary.org/disk-cloning.php?2

1-Sep : Using a jail as a virtual machine
 Sharing the hardware, without the risk 
 http://freebsddiary.org/jail.php?2


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

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


Samba Configuration Options for small 2-3 person office?

2004-09-19 Thread W. D.
After 'make install', this appears:

l samba configuration options qk
x  x
x Please select desired options:   x
x lqqk x
x x [ ] syslog   With syslog support x x
x x [ ] ssl  With ssl supportx x
x x [ ] ldap With LDAP2 support  x x
x x [ ] nocups   Without CUPSx x
x x [ ] acl  With ACL supportx x
x x [ ] utmp With UTMP support   x x
x x [ ] msdfsWith MSDFS support  x x
x x [ ] quotaWith Quota support  x x
x x [ ] recycle  With Recycle Binx x
x x [ ] auditWith Audit  x x
x x [ ] winbind  With Winbindx x
x x [ ] wbauth   With Winbind Auth Challenge x x
x mqqj x
tqqu
x[  OK  ]   Cancel x
mqqj

Which should be checked?

Thanks for your help!!!

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

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


Re: Please explain.

2004-09-19 Thread Julian Elischer
[EMAIL PROTECTED] wrote:
2 Major Issues:
- FreeBSD has a processor affinity design issue

thanks for the non combatative and diplomatically styled message?
- The core kernel issues with FreeBSD is the horrible threading
support.There is so much crap in FreeBSD kernel. The multithreading issue in
freebsd has been delayed for nearly 6 years. They have just made work
arounds, not fixing the actual problem. It seems that the only real BSD that
has made big progress on the core issues is DragonflyBSD.
Dragonfly BSD is a branch of freeBSD that we are all watching with great
interest. The advantage that is available there is the decision to go back
to teh drawing board and start from scratch, thereby breaking a lot, in the
hope of being able to fix it again when teh parts afe all completed. It
is a very interesting experiment and as such, FreeBSD developers in general
are watching with interest.
 It appears that FreeBSD have a clear Multi-threading lock-in issue that
needs to be fixed. Not work arounds. According to many freebsd developers
nobody simply wants to fix this, is it true that the current smp work are
just 'work-arounds' not real fixing?
Well if you could explain yourself in English I'd have more of a chance
of answering your questions. The big challenge with FreeBSD and MP is that
we have to get from a here (where there was no MP at all) the a there
(where there is), while having every step of the way between being a runnable
stable (within reason) system. This greatly limits how things are done.
The current SMP work is not just workarounds but rather steps needed
to get from A to B.   Sometimes you can't see what the final picture is
by looking at an intermediate step in isolation.
The only thing holding FreeBSD back is the Multithreading issue.
I wish you would explain this statement. It could be interpretted in so
many ways that it really is almost meaningless. (Some of the interpretatiosn
however are not..)
Please clarify this.
Sure.. how about you clarify your question first however.

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

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


Re: Please explain.

2004-09-19 Thread Julian Elischer
I never saw this email from timh so I'm replying to this reply instead..

--- [EMAIL PROTECTED] wrote:

processor affinity design issue..  

i.e.. processes stay on the cpu they are
spawned on..which is a big problem for mysql which explains why it
performs better on other systems.

yes We ALL know what processor affinity is.
What makes you say we have not done anything aout this.?
We have are working on a new scheduler (ULE) that is designed to
implement processor affinity as a basic part of its functionality.
When we are happy wih it we'll make it standard.
Furthermore, the SMP issue is a common problem among many FreeBSD
developers whom have told me the same, there is alot of this 
information all over the
internet. FreeBSD is unable to perform good on multiple CPUs, 
the fixes are just work arounds.
What have they told you? SMP in FreeBSD is coming along quite nicely
as far as I see.. We now have native SMP scaleable threading
in the default system, and larger and larger parts of the system
ara able to take advantage of Multiple processors to parallelise their
work.

Unless if the freebsd community has just started to fix the
multithreading issue, it's a huge problem.
We've been working hard at it for 4 years (where did you get 6?)
and we are seeing real results..  It sounds to me like you haven't
actually tried it out yet. We hav elots to do yet,
but there's been a lot of progress.
BTW there is something going on with linux and mysql..
It looks like they have some optimisations in there that are not SMP
related as their uniprocessor numbers are also better, and I've
heard that when you run a linux mysql binary under freeBSD you
also get similar improvements so
My money is on the compile options or something ;-)

Darwin does not 

have this problem whatsoever.
Dawin was designed from the beginning for SMP. Mach was SMP capable from the
firt release I ever worked on which was 2.0.

Why do I care? This is a silly question. I have 2 windows PCs here, I
have 9
other workstations that all run unix. I am a server manager and I do
consulting work for freebsd/linux. Windows came free so why not? I
don't do business on it.


I've been a really huge FreeBSD supporter.. but I am really concerned
about this issue which has been an issue for so long.
I suggest that you follow what is actually going on rather than listenning to
the internet.

thanks,
tim h.


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


Re: Please explain.

2004-09-19 Thread Martin P. Hellwig
[EMAIL PROTECTED] wrote:
Your taking it the wrong way, I was simply asking a question to the
developers to confirm this.
I have standardized on FreeBSD.
I apologized if I made it seem like I was trolling, not my intention.
If a business were to standardize on FreeBSD, they would love to know if the
multithreading issues would be fixed completely correctly not just
'work-arounds'.
 

cut
Well, fair enough but it still comes down to if you have a other OS 
which does what you need than use that OS.
But perhaps you require the BSD license for you biz?
Actually I'm not very knowledged (far from) about design and multithread 
issues however from what I read is that mulitple CPU's is a real pain 
and the one who managed it the best is SUN (only read that - not sure 
about it), but there working 10 years on this issues and get paid for 
it. So what can you filter out of this?
If you need your idea of multithreading, then let it develop and give it 
to the BSD community, otherwise use/buy an other OS.

That multithreading issue is indeed a touchy point because it is so open 
for other interpretation, which one group sees  a fine solution is for 
the other a low-profile dirty hack. Some hang more over to a clean 
design  and other like designs but prefer something working.
DragonFly has indeed taken a different approach about solving this 
issue, however which OS will provide the best solution will be proven 
over time.

So IMHO your original question is not trolling but you simply ask it a 
couple of years to early :-)

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


Re: [Samba] Samba Configuration Options for small 2-3 person office?

2004-09-19 Thread rruegner
Hi, i never seen this , cause i am installing from bins,
but you can do it all without nocups
cause using this parameters later depends only on your entries in the 
smb.conf, but it will be nice to have the choice.

Regards
W. D. schrieb:
After 'make install', this appears:
l samba configuration options qk
x  x
x Please select desired options:   x
x lqqk x
x x [ ] syslog   With syslog support x x
x x [ ] ssl  With ssl supportx x
x x [ ] ldap With LDAP2 support  x x
x x [ ] nocups   Without CUPSx x
x x [ ] acl  With ACL supportx x
x x [ ] utmp With UTMP support   x x
x x [ ] msdfsWith MSDFS support  x x
x x [ ] quotaWith Quota support  x x
x x [ ] recycle  With Recycle Binx x
x x [ ] auditWith Audit  x x
x x [ ] winbind  With Winbindx x
x x [ ] wbauth   With Winbind Auth Challenge x x
x mqqj x
tqqu
x[  OK  ]   Cancel x
mqqj
Which should be checked?
Thanks for your help!!!
Start Here to Find It Fast! - http://www.US-Webmasters.com/best-start-page/
$8.77 Domain Names - http://domains.us-webmasters.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Regarding Boot failure

2004-09-19 Thread Nagilum
If it does not continue from there (did you press return?) something 
went wrong during the installation process because apparently the kernel 
is not where the bootloader expects it. Try to do the install again and 
make sure the bootloader is installed on the right place. The handbooks 
install section covers all aspects of this faily well, so its a good 
idea to have access to it while installing.
I hope that helps,
Alex,

ramuK hsiraH wrote:
Hai 
 i have removed all the disk's from their respective
drives but still i have tha same problem

   of prompting the same message what to do then
Harish
--- Nagilum [EMAIL PROTECTED] wrote: 
 

Hi,
Could it be that you forgot to remove the mfsroot
floppy from the 
diskdrive when you rebooted?

Regards,
Alex.
ramuK hsiraH wrote:
   

Hai every body
Recently i have installed FreeBSD5.3
the installation process is quiet nice
when the system reboots
it prompts with the message as follows
FreeBSD ..
Default : 0(1,a)/kernel
boot:

   it stops there what to do next
   plz help me continue from there
   Bye
 Harish Kumar 
 fios.sourceforge.net

 


   

Yahoo! India Matrimony: Find your life partner
 

online
   

Go to: http://yahoo.shaadi.com/india-matrimony
___
[EMAIL PROTECTED] mailing list
 

http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   

To unsubscribe, send any mail to
 

[EMAIL PROTECTED]
   


 

   


Yahoo! India Matrimony: Find your life partner online
Go to: http://yahoo.shaadi.com/india-matrimony
 

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


Re: Please explain.

2004-09-19 Thread Erich Dollansky
Hi,
Martin P. Hellwig wrote:
[EMAIL PROTECTED] wrote:
cut
Well, fair enough but it still comes down to if you have a other OS 
which does what you need than use that OS.
SMP support is only one thing to consider.
But perhaps you require the BSD license for you biz?
Actually I'm not very knowledged (far from) about design and multithread 
issues however from what I read is that mulitple CPU's is a real pain 
and the one who managed it the best is SUN (only read that - not sure 
about it), but there working 10 years on this issues and get paid for 
The main difference is that they live from selling the hardware. If 
their operating system would not support their very own hardware up to 
the extent, their sales would drop.

Sun's support for multiple CPUs includes also things which are not even 
supported by standard x86 hardware. Try to exchange a CPU while your PC 
based machine is running.

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


Re: DVD question...

2004-09-19 Thread arden
On Sun, 2004-09-19 at 06:48, Vulpes Velox wrote:
 On Sat, 18 Sep 2004 22:44:14 -0400
 Glenn Sieb [EMAIL PROTECTED] wrote:
 
  Hey list!
  
  I'm a BSD guy for servers  such. My own server (wingfoot) runs 
  4.10-STABLE, and my last job was 95% FreeBSD in the data center.
  
  I'm getting sick of Windows on my desktop at home. (No kidding,
  right?!) I'd really really really love to move my desktop to FBSD.
  One thing is really holding me back.
 
  In Windows, I have Roxio Easy Media Creator 7, which allows me to 
  manipulate AVI/MPEG streams, and format a DVD video disc and burn
  it, using my nifty TDK DVD 8x +/-RW drive.
 
  I'm pretty sure I can find AVI/MPEG editing packages for BSD easy
  enough.
 
 avidemux, mplayer, ffmpeg should take care of nearly all of your
 needs
  
  But I'm having a dickens of a time finding something that will let
  me author DVDs. Any pointing in directions or help would be greatly 
  appreciated!
 
 Try searching the ports tree :P
 
 man ports
 
 http://www.freebsd.org/ports/index.html
 http://www.freebsd.org/cgi/ports.cgi?query=dvdstype=all
 
 
 I've personally have had better luck with mutlimedia and the like
 under freebsd, than I ever have under windows.

 Transcode  is worth a look as is dvdauthor
the thing i think is missing is a *nix answer to dvd2one 

Arden 

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

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


Re: Apache+mod_ssl + mod_php segfault (culprit found!)

2004-09-19 Thread Matthew Seaman
On Sun, Sep 19, 2004 at 12:07:38AM -0500, Kevin D. Kinsey, DaleCo, S.P. wrote:
 
 Matthew Seaman wrote:
 
 This sounds to me very much like you've got the mod_php loadable
 object linked against an incompatible version of a shlib which
 apach+mod_ssl is also linked to.  At a guess:
 
i) I'd finger the OpenSSL libs as a prime suspect: particularly if
   you've also installed OpenSSL from ports.  It's not necessary
   to install OpenSSL from ports as the version in the base system
   is perfectly OK.
 
  
 
 snip other good stuff
 
 It certainly seems that you are right as usual, Matthew.
 Removing openssl.so from /usr/local/lib/php/20020429
 and restarting Apache works (no core dump!) ... albeit
 PHP doesn't have OpenSSL support in it now, I guess ...
 
 After checking with ldd(1) as you suggested ... how should
 we fix this if we want PHP to have support for OpenSSL?
 It's not that critical in my case ... but PHP is ;-)

Hmmm... Well, it works for me.  Let's see:

% ldd /usr/local/lib/php/20020429/openssl.so 
/usr/local/lib/php/20020429/openssl.so:
libcrypto.so.3 = /usr/lib/libcrypto.so.3 (0x28116000)
libssl.so.3 = /usr/lib/libssl.so.3 (0x28213000)

% ldd /usr/local/libexec/apache/libssl.so 
/usr/local/libexec/apache/libssl.so:
libssl.so.3 = /usr/lib/libssl.so.3 (0x28132000)
libcrypto.so.3 = /usr/lib/libcrypto.so.3 (0x28161000)

I guess that so long as the shlib version numbers and entry points are
the same in both cases, you won't have a problem.  You do know that
apache13+mod_ssl involves a lot of patching to the apache part, and
that modules compiled for that combination aren't suitable for use
with plain apache13, and vice versa?

Try setting APACHE_PORT=www/apache13-modssl in your /etc/make.conf or
in the ENV[] section in /usr/local/etc/pkgtools.conf and recompiling
PHP and any PHP extensions.

Note that there's an unresolved bug to do with SSL support in PHP4 --
if you load SSL support as a module, you don't get all of the
functionality you do when SSL is compiled into PHP directly.  One
package that is adversely affected is Squirrelmail, which is prevented
from using the encrypted version of IMAP.  There's been several posts
about the problem around the FreeBSD lists, including instructions on
how to fudge the new PHP ports structure to get a compiled-in SSL
extension.

The bug doesn't affect PHP5, but then again, a log of PHP applications
don't work under PHP5 yet either.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpkPo223La1F.pgp
Description: PGP signature


MDaemon Warning - virus found: Permanent Delivery Failure

2004-09-19 Thread MDaemon

*** WARNING **
This message has been scanned by MDaemon AntiVirus and was found to 
contain infected attachment(s).  Please review the list below.

AttachmentVirus name   Action taken
--
md5075530.eml Exploit.IFrame.FileDownload Removed


**


The attached message had PERMANENT fatal delivery errors!

After one or more unsuccessful delivery attempts the attached message has
been removed from the mail queue on this server.  The number and frequency
of delivery attempts are determined by local configuration parameters.

YOUR MESSAGE WAS NOT DELIVERED TO ONE OR MORE RECIPIENTS!

Please don't reply to this automatic message.

Below this line is a copy of the message.


Failed address: [EMAIL PROTECTED]

--- Session Transcript ---
 Sun 2004-09-19 13:02:33: Parsing Message 
x\pd9000438.msg
 Sun 2004-09-19 13:02:33: From: [EMAIL PROTECTED]
 Sun 2004-09-19 13:02:33: To: [EMAIL PROTECTED]
 Sun 2004-09-19 13:02:33: Subject: Mail Delivery (failure [EMAIL PROTECTED])
 Sun 2004-09-19 13:02:33: Message-ID:
 Sun 2004-09-19 13:02:33: MX-record resolution of [gardasas.it] in progress (DNS 
Server: 212.35.206.22)...
 Sun 2004-09-19 13:02:33: P=020 D=gardasas.it TTL=(1440) MX=[relay.cnitalia.it] 
{212.35.206.20}
 Sun 2004-09-19 13:02:33: Ignoring irrelevant RR, relay.cnitalia.it P=020
 Sun 2004-09-19 13:02:33: P=010 D=gardasas.it TTL=(1440) MX=[mail.gardasas.it] 
{212.35.214.35}
 Sun 2004-09-19 13:02:33: Ignoring irrelevant RR, mail.gardasas.it P=010
 Sun 2004-09-19 13:02:33: No MX records available - delivering directly to host
 Sun 2004-09-19 13:02:33: Attempting MX: P=000 D=gardasas.it TTL=(60) MX=[gardasas.it]
 Sun 2004-09-19 13:02:33: Attempting SMTP connection to [gardasas.it : 25]
 Sun 2004-09-19 13:02:33: A-record resolution of [gardasas.it] in progress (DNS 
Server: 212.35.206.22)...
 Sun 2004-09-19 13:02:33: Name server has no records of the requested type for that 
domain
 Sun 2004-09-19 13:02:33: This message is 5 days old; it has 0 days left to get 
delivered
--- End Transcript ---
: Message contains [1] file attachments
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Automating FreeBSD Installation(s)...

2004-09-19 Thread Matthew Seaman
On Sat, Sep 18, 2004 at 04:11:06PM -0400, Forrest Aldrich wrote:
 I've read several articles out there that address different means to 
 automate (or standardize, for internal purposes) FreeBSD 
 installations.   One article (which was older) spoke of scripting 
 sysinstall via an install.cfg with some custom pkg modules to do 
 edits.   The other, exploiting the PXE capability of the newer (Intel) NICs.

Actually these two aren't necessarily exclusive.  PXE allows you to
build a mechanism like Solaris Jumpstart -- where systems will
automatically install and configure themselves from a network server.
One of the ways to work PXE is to combine it with the scripted install
capabilities of sysinstall(8).
 
 I'm interested in what people are doing now - what has had the better 
 success rate, etc.I realize this is all dependent upon one's 
 environment - mine will be more ISP-related, but will require some 
 flexibility for different servers.

PXE is pretty good, but it depends on having appropriate support
supplied via your hardware.  Another good system is to build your own
customised install CDs (maybe even going to the lengths of building a
separate install CD for each server) -- you can include various extra
packages as part of your standard install, and you can create a
package of your own to install config files in /etc and similar
places[1].  Get it right, and installing a system can be automated
right down to slapping a CD Rom in the drive and telling the system to
boot from it.

 I've also heard of people utilizing GNU CFEngine for this type of 
 procedure, which I find interesting - it's a complex package, but seems 
 to be very functional if you have time/patience to apply it.

CFEngine is more to do with port-install configuration: managing a
whole machine room full of servers from a centralised configuration
database.  

Cheers,

Matthew

[1] You can even use a FreeSBIE disk -- your OS lives on the
(unwritable) CD Rom, and the disk newfs'es and mounts and populates
the filesystems using the systems' hard drive as necessary.  Very easy
to recover from system compromise in that case: just reboot.

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpy9HJfZAB7Q.pgp
Description: PGP signature


Re: Apache+mod_ssl + mod_php segfault (culprit found!)

2004-09-19 Thread Vonleigh Simmons
Matthew Seaman wrote:
It certainly seems that you are right as usual, Matthew.
Removing openssl.so from /usr/local/lib/php/20020429
and restarting Apache works (no core dump!)
	Unfortunately this didn't work for me. Deleted the file and still 
apache dumps on me.


Try setting APACHE_PORT=www/apache13-modssl in your /etc/make.conf or
in the ENV[] section in /usr/local/etc/pkgtools.conf and recompiling
PHP and any PHP extensions.
	I did this as well. First I put the APACHE_PORT in /etc/make.conf, 
then I made deinstall apache, php and php4-extensions. Made clean on 
all of them. Then I reinstalled apache first, then php. Apache dumps on 
startup. Tried building the extensions, no change.

	However the starting it up, switching php on, then restarting still 
works (which is very lucky, as I need this up).

	I'm open to any other suggestions though, this has been very 
frustrating as my first experience with freebsd.

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


Re: 4.10, Jails, apache and FIN_WAIT_1

2004-09-19 Thread Matthew Seaman
On Sat, Sep 18, 2004 at 10:48:15PM +0100, Rob wrote:

 The problem is, I'm getting a lot of stalled connections when accessing the 
 webserver.  running netstat on the host shows e.g.:
 
 
 tcp4   0  0  jade.http 212.57.246.42.35590FIN_WAIT_1
 tcp4   0  0  jade.http 212.57.246.42.35585ESTABLISHED
 tcp4   0  0  jade.http 212.57.246.42.3CLOSING
 
 This one is me - while this FIN_WAIT_1 is present, I cannot persuade my 
 browser (Opera 7.52 on Windows 2K) to work - it sits with Sending request 
 to www... in the status line.  Pressing refresh does nothing...  as soon 
 as the FIN_WAIT_1 vanishes, then everything is OK again, for a few more 
 minutes.

FIN_WAIT_1 means that the server is waiting for a FIN packet from the
client to signal that the TCP connection should be torn down.  There's
a few things to check:

i) Do you have 'tcp_extensions=YES' in /etc/rc.conf -- or the
   corresponding net.inet.tcp.rfc1323 sysctl set to 1?  That turns
   on the RFC1323 extensions.  Now, RFC1323 has been around long
   enough that just about everything should support it nowadays.
   Try toggling the setting -- turning it off may well make things
   slower, but slow is better than never.  Similarly try
   toggling the net.inet.tcp.rfc1644 sysctl from 0 to 1 -- that
   enables or disables T/TCP

   ii) The TCP_DROP_SYNFIN kernel option (and the corresponding
   tcp_drop_synfin rc.conf variable) can cause problems,
   particularly with HTTP traffic.  As it says in LINT:

#
# TCP_DROP_SYNFIN adds support for ignoring TCP packets with SYN+FIN. This
# prevents nmap et al. from identifying the TCP/IP stack, but breaks support
# for RFC1644 extensions and is not recommended for web servers.
#
options TCP_DROP_SYNFIN #drop TCP packets with SYN+FIN

  iii) Last, but probably most likely: if you're running IPFW or ipf
   using dynamic rules, it's possible that the dynamic rules have
   been set to time out too quickly during the shutdown phase of
   the connection, so the FIN packet from the client is getting
   filtered out.  Confirm that by turning off the firewall for
   testing (so long as you're on a protected private network) or
   add a static rule allowing all HTTP traffic between your server
   and your test machine.

Tools like tcpdump(1) and etherreal(1) are invaluable when trying to
debug this sort of networking problem: being able to inspeact exactly
what is passing over the wire helps you make sense of a lot of
puzzling failure modes.

Also read the tuning(7) man page for some more detail on what all
those sysctls and things really do, and when you might want to enabe
them.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpbekmWzIGb2.pgp
Description: PGP signature


Re: core dump with portupgrade

2004-09-19 Thread Matthew Seaman
On Sat, Sep 18, 2004 at 04:55:38PM -0500, Anthony Philipp wrote:
 Hello, when I was trying to upgrade my laptop with the latest ports this is what 
 happened. 
 
 
 
 (16:50:29) [EMAIL PROTECTED] /home/philipp1 1# portupgrade -arR
 Stale dependency: ORBit-0.5.17_1 -- gettext-0.12.1 -- manually run 'pkgdb -F' t
 o fix, or specify -O to force.
 (16:51:17) [EMAIL PROTECTED] /home/philipp1 2# pkgdb -F
 ---  Checking the package registry database
 Duplicated origin: textproc/expat2 - expat-1.95.6_1 expat-1.95.7
 Unregister any of them? [no] 
 Duplicated origin: databases/ruby-bdb1 - ruby-bdb1-0.2.1 ruby18-bdb1-0.2.2
 Unregister any of them? [no] yes
   Unregister ruby-bdb1-0.2.1 keeping the installed files intact? [no] yes
   - ruby18-bdb1-0.2.2 is kept.
   -- Saving the ruby-bdb1-0.2.1's +CONTENTS file as 
 /var/db/pkg/ruby18-bdb1-0.2.2/+CONTENTS.ruby-bdb1-0.2.1
   -- Unregistering ruby-bdb1-0.2.1
   -- Done.
 [Updating the pkgdb format:bdb1_btree in /var/db/pkg ... - 284 packages found (-1 
 +0) (...) done]
 Stale dependency: ORBit-0.5.17_1 - gettext-0.12.1 (devel/gettext):
 [Failed `Inappropriate file type or format'] [Updating the portsdb 
 format:bdb1_btree in /usr/ports ... - 11733 port entries found 
 .1000.2000.3000.4000.5000.../usr/local/lib/ruby/site_ruby/1.8/portsdb.rb:587:
  [BUG] Segmentation fault
 ruby 1.8.2 (2004-07-29) [i386-freebsd5]
 
 Abort trap (core dumped)
 
 
 
 Also the same thing happened when I did portsdb -Uu or portversion -l 
 I can post those if required, and this is highly reproducible, so just ask if you 
 need more info.

You're not the only one to have been bitten by this.  Search the
archives for extensive mailing list traffic on this subject -- but in
short, a work around is:

# setenv PORTS_DBDDRIVER bdb1_hash

before you start running portsdb(1) or portupgrade(1).

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp05fHWWqQJp.pgp
Description: PGP signature


Native Mozilla-Firebird build via ports?

2004-09-19 Thread Benjamin Walkenhorst
Hello everyone,

I recently got myself a broadband internet connection and happily
started upgrading a lot of software on my machine. Among others,
I wanted to upgrade MozillaFirebird. Before the upgrade I used FireBird
0.7. Then I deinstalled the package - I really don't remember where I
got the package... - and wanted to upgrade via ports.
Unfortunately, I discovered that this was not a native version but a
Linux version running in binary compatibility. ;-/
I'd rather have native build, since I know this is possible. Can I do so
via ports? 'find /usr/ports -name *bird*' only comes up with
linux-mozillafirebird in /usr/ports/www.
Or do I have to build Firebird myself?

Thanks in advance,
Benjamin

-- 
If cars had improved at [the computer industry's] rate, a Rolls Royce
would now cost 10 dollars and get a billion miles per gallon.
(Unfortunately, it would probably also have 200-page manual telling how
to open the door.)
--
Andrew Tanenbaum, Introduction To Distributed Systems
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Native Mozilla-Firebird build via ports?

2004-09-19 Thread yuri van Overmeeren
'Firebird' is now called 'Firefox', you dont have to build it, Native 
version is in the packages (version 0.9.3)

-yuri
Benjamin Walkenhorst wrote:
Hello everyone,
I recently got myself a broadband internet connection and happily
started upgrading a lot of software on my machine. Among others,
I wanted to upgrade MozillaFirebird. Before the upgrade I used FireBird
0.7. Then I deinstalled the package - I really don't remember where I
got the package... - and wanted to upgrade via ports.
Unfortunately, I discovered that this was not a native version but a
Linux version running in binary compatibility. ;-/
I'd rather have native build, since I know this is possible. Can I do so
via ports? 'find /usr/ports -name *bird*' only comes up with
linux-mozillafirebird in /usr/ports/www.
Or do I have to build Firebird myself?
Thanks in advance,
Benjamin
 

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


Re: winxp freebsd dual boot with freebsd on second HD

2004-09-19 Thread Matthew Seaman
On Sat, Sep 18, 2004 at 05:20:35PM -0700, Abe Olson wrote:
 
 The instructions say:
 Other operating systems, in particular Windows® 95, have been known to 
 overwrite an existing MBR with their own. If this happens to you, or you 
 want to replace your existing MBR with the FreeBSD MBR then use the 
 following command:
 
 # fdisk -B -b /boot/boot0 device
 
 Where device is the device that you boot from . . .

You have to do that to all bootable drives in your machine -- so
assuming your Windows disk is ad0 and your FreeBSD disk is ad2, you'ld
run:

# fdisk -B -b /boot/boot0 ad0
# fdisk -B -b /boot/boot0 ad2

In either case, you shouldn't need to rewrite the partition table.

See also boot0cfg(8) for a tool that lets you configure exactly how
the boot blocks work.  Indeed, you can use boot0cfg(8) instead of
fdisk(8) to achieve your ends:

# boot0cfg -B -b /boot/boot0 ad0
# boot0cfg -B -b /boot/boot0 ad2

boot0cfg only ever affects the boot blocks; unlike fdisk it doesn't do
anything with partition tables, other than allow you to choose which
slices to boot from.

Note that the boot0 boot block is very minimal -- it fits into a
single 512 byte sector -- and that many people prefer 3rd party boot
managers like GAG: http://gag.sourceforge.net/ which, while quite a
bit bigger, have a much friendlier user interface.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpNxO5ukLoO8.pgp
Description: PGP signature


Re: kernel ident

2004-09-19 Thread Matthew Seaman
On Sat, Sep 18, 2004 at 07:10:43PM -0600, John Shelton wrote:
 the kernel configuration file contains the option 'ident.'
 
 is the value of ident hardcoded into the kernel?
 
 just curious. thanks.

Yes it is, but indirectly.  The 'ident' setting should be the same as
the filename you use for the kernel config, and controls the name of
the subdirectory where that kernel is compiled and linked.  That
directory name is one of the very first things the kernel prints out
on boot up:

% head -11 /var/run/dmesg.boot
Waiting (max 60 seconds) for system process `vnlru' to stop...stopped
Waiting (max 60 seconds) for system process `bufdaemon' to stop...stopped
Waiting (max 60 seconds) for system process `syncer' to stop...stopped

syncing disks... 21 
done
Copyright (c) 1992-2004 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 4.10-STABLE #82: Sun Sep  5 12:08:24 BST 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK

See config(8) for more details.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpmZdhFppr2W.pgp
Description: PGP signature


Re: Native Mozilla-Firebird build via ports?

2004-09-19 Thread Benjamin Walkenhorst
Hi,

On Sun, 19 Sep 2004 14:10:15 +0200
yuri van Overmeeren [EMAIL PROTECTED] wrote:

 'Firebird' is now called 'Firefox', you dont have to build it, Native 
 version is in the packages (version 0.9.3)

Oh, yes, I remember... ooops... should've thought of that...

Thank you very much,
Benjamin

-- 
If cars had improved at [the computer industry's] rate, a Rolls Royce
would now cost 10 dollars and get a billion miles per gallon.
(Unfortunately, it would probably also have 200-page manual telling how
to open the door.)
--
Andrew Tanenbaum, Introduction To Distributed Systems
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Please explain.

2004-09-19 Thread Dan Nelson
In the last episode (Sep 18), [EMAIL PROTECTED] said:
 Your taking it the wrong way, I was simply asking a question to the
 developers to confirm this.
 
 I have standardized on FreeBSD.
 
 I apologized if I made it seem like I was trolling, not my intention.
 
 If a business were to standardize on FreeBSD, they would love to know if the
 multithreading issues would be fixed completely correctly not just
 'work-arounds'.

So far you have only mentioned the word issues.  Do you have a
particular one in mind?  Maybe your questions would be better answered
on the freebsd-threads list.  Make sure you include your OS version,
threads library you are using, the application you are using, and your
specific problem.

CC: redirected appropriately.

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


Ssh connection

2004-09-19 Thread Pota Kalima
I am having trouble connecting TO my base machine which runs release 5.2.1
from 2 other machines (Mac OS X, and Windoz). I can connect to the OS X
machine FROM this base machine as well as from the windoz machine.

When attempting connection from OS X I get the following message:

Yes Master? ssh -v [EMAIL PROTECTED]
OpenSSH_3.6.1p1+CAN-2004-0175, SSH protocols 1.5/2.0, OpenSSL 0x0090702f
debug1: Reading configuration data /etc/ssh_config
debug1: Rhosts Authentication disabled, originating port will not be
trusted.
debug1: Connecting to 192.168.0.5 [192.168.0.5] port 22.
debug1: connect to address 192.168.0.5 port 22: Permission denied
ssh: connect to host 192.168.0.5 port 22: Permission denied

I have checked to see that sshd is running at start-up. When I ps -aux I
see that /usr/bin/sshd is one of the processes running.
The ssh_config file on both the base machine and Mac OS X appear identical
to me.

Grateful for any help.

Pota


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


Re: KDE / kdegraphics3 Build Failure

2004-09-19 Thread Matthew Seaman
On Sat, Sep 18, 2004 at 10:48:33PM -0600, Michael G. Goodell wrote:
 When I did a make install clean on the /usr/ports/x11/kde3 port it built
 for a quite a while then died with this error:
 
 /usr/local/include/kjs/lookup.h:96: warning: non-static const member `const
 char* const KJS::HashTable::sbase' in class without a constructor gmake[3]:
 *** [SVGColorProfileElement.lo] Error 1 gmake[3]: Leaving directory
 `/usr/ports/graphics/kdegraphics3/work/kdegraphics-3.3.0/ksvg/dom' gmake[2]:
 *** [all-recursive] Error 1 gmake[2]: Leaving directory
 `/usr/ports/graphics/kdegraphics3/work/kdegraphics-3.3.0/ksvg' gmake[1]: ***
 [all-recursive] Error 1 gmake[1]: Leaving directory
 `/usr/ports/graphics/kdegraphics3/work/kdegraphics-3.3.0' gmake: *** [all]
 Error 2 *** Error code 2  Stop in /usr/ports/graphics/kdegraphics3. ***
 Error code 1  Stop in /usr/ports/x11/kde3.
 
 I was told that I should replace the file /usr/include/sys/endian.h with a
 new one that was emailed to me by a maintainer. It seems to have worked ok
 but my question is this: I did a complete cvsup update just prior to
 building kde3 and built he kernel and world on: Aug 27 22:24:12 MDT 2004 -
 would not have rebuilding my kernel / cvsup fetched this new endian.h file?
 If not why?

That's the thing when corresponding with developers: they may well ask
you to test out patches they've literally just written.  Seeing as you
seem to have had a good result from that, I'd expect the patch (or
something equivalent) to make it's way into the system eventually.
You didn't say if you were corresponding with a KDE developer or a
FreeBSD kernel developer -- as the file that was replaced is part of
the FreeBSD system, a KDE person would have to pass it over to the
FreeBSD side for review.

Even so, the patch would generally be committed to 6-CURRENT first,
for testing, and then merged into 5-STABLE and maybe 4-STABLE after
some time.  At the moment however 5-STABLE is in a source code freeze
prior to the release of 5.3-RELEASE, so anything added there has to
pass through the even more rigourous examination of the release
engineering team.

On the other hand, it could be a well-known fix that enables that
software to build on an older version of the system: you don't say
which system version you're running, but if it's older than
4.10-RELEASE or it it's one of the 5.x preview releases (5.2.1-RELEASE
or earlier) -- then that patch wouldn't be applied to those versions[1].
In which case, you'ld either have to always apply the patch manually
whenever you did a buildworld, or you'ld have to upgrade to a newer
version of the system where it would be incorporated.

Or the KDE folks might possibly incorporate a work-around into the kde3
port to enable it to build cleanly on earlier system versions.
 
 I hope I posted this OK - I am new to the mailing list thing.

Seems fine to me.

Cheers,

Matthew

[1] The project guarrantees that the -RELEASE branches will maintain a
stable API/ABI and that only security patches will be applied.
Although they have moved to saying 'Security+Major Errata' for
4.10-RELEASE.

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpoN5vCIPKhZ.pgp
Description: PGP signature


ATAPICAM - cdrecord will not recognize my DVD burner

2004-09-19 Thread BSDjunkie
FreeBSD Enthusiasts,

I have been using cdrecord since I built my system. I
have an Asus A7N8X delux motherboard, AMD 3200+ cpu,
2G of ram and (2) 15,000 rpm scsi drives.

I recently bought a Toshiba DVD+r/-r burner, which I
replaced my DVDr/CDRW drive with.

The new drive is detected at bootup:

acd0: DVDR TSSTcorpCD/DVDW TS-H552B at ata0-master
PIO4

However, cdrecord --scanbus no longer can see the
drive through scsi emulation.

I tried to load the cam module, but it is already
loaded.

I am using 5.2.1-RELEASE-p9.

Any pointers in the right direction are appreciated.

Thanks for your consideration,

Mark Withers


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


Re: Question

2004-09-19 Thread Lewis Thompson
On Sat, Sep 18, 2004 at 08:16:39PM -0400, Hotmail wrote:
 I Bought from you FreeBSD 4.10 v, my main concern after I installed it
 in my laptop I have trouble defining my network wireless card Linksys
 wireless -B and the network, How can I do that?. Also Do I need the
 device wi0?, and how can I find it?

I have a Linksys Wireless-B PCI card and it's not the same as all of the
other Linksys wireless cards.  It is not supported by FreeBSD.  However,
if you are willing to get your hands dirty you could upgrade to 5.3BETA4
and then play with if_ndis, which will allow you to use a Windows
driver.  It works really well for my Sony wireless card.

  Best wishes,

-lewiz.

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

-| msn:[EMAIL PROTECTED] | jabber:[EMAIL PROTECTED] | url:www.lewiz.org |-


pgp8hk0eMskvh.pgp
Description: PGP signature


Re: panic: rtqkill route really not free

2004-09-19 Thread Matthew Seaman
On Sun, Sep 19, 2004 at 01:40:12AM -0400, NetAdmin wrote:
 I'm running FreeBSD 4.10-RELEASE-p2 and today was the second time in 3
 days that my box has rebooted with (panic: rtqkill route really not
 free).  I've looked on the web but can't find anything relevant.  Has
 anyone else run across this?  If so, could you point me to some help in
 trying to figure out how to correct it?

Take a look at 


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

If you can configure your system to preserve a crash dump and extract
from it a backtrace which you then use send-pr(1) to send in, you
should find a developer willing to help you.

See also Michael Lucas' Big Scary Daemon articles:

http://www.oreillynet.com/pub/a/bsd/2002/03/21/Big_Scary_Daemons.html
http://www.oreillynet.com/pub/a/bsd/2002/04/04/Big_Scary_Daemons.html

However, crash bugs like this do not appear spontaneously: something
in your environment changed to cause the problem.  A prime suspect
would be hardware failure -- if you have the resources to do so, try
swapping out components to see if you can isolate the problem.  Don't
forget to swap out the simplest parts, like network cables.  Another
prime suspect would be recent changes made to the configuration of
your system or the network it is attached to.  Given the nature of the
panic, changes to the way routing is done would be a good place to
start investigating.  (Nb. if it turns out to be a change that someone
else made on a machine elsewhere on your network, then reporting the
problem to the FreeBSD developers would become imperative: remote
crash bugs are very bad news indeed)

This topic is best dealt with on the [EMAIL PROTECTED] list -- please
post any follow up there. (Reply-to: set appropriately).

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpkdlbdLR6qu.pgp
Description: PGP signature


lastlog

2004-09-19 Thread John Lee
Dear guys,

How do i retrieve last login details for JUN-2004
as I can only see SEP-04 now..

last | grep user -- only shows SEP i guess

How can i get JUNE?

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


Re: Ssh connection

2004-09-19 Thread mailing lists at MacTutor
Are you running a firewall?
On Sep 19, 2004, at 8:28 AM, Pota Kalima wrote:
I am having trouble connecting TO my base machine which runs release 
5.2.1
from 2 other machines (Mac OS X, and Windoz). I can connect to the OS X
machine FROM this base machine as well as from the windoz machine.

When attempting connection from OS X I get the following message:
Yes Master? ssh -v [EMAIL PROTECTED]
OpenSSH_3.6.1p1+CAN-2004-0175, SSH protocols 1.5/2.0, OpenSSL 
0x0090702f
debug1: Reading configuration data /etc/ssh_config
debug1: Rhosts Authentication disabled, originating port will not be
trusted.
debug1: Connecting to 192.168.0.5 [192.168.0.5] port 22.
debug1: connect to address 192.168.0.5 port 22: Permission denied
ssh: connect to host 192.168.0.5 port 22: Permission denied

I have checked to see that sshd is running at start-up. When I ps 
-aux I
see that /usr/bin/sshd is one of the processes running.
The ssh_config file on both the base machine and Mac OS X appear 
identical
to me.

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


- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 Alexander Sendzimir (owner)802 863 5502
 MacTutor: Apple Mac OS X Consulting   [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


TROLLING!! (Re: Please explain.)

2004-09-19 Thread Bill Moran

Look.  It's simple.  Don't come on to a FreeBSD mailing list calling FreeBSD
names, and then get upset when people call you a Troll.

If you don't like how FreeBSD works or how it's being developed, use
something else, or help the developers improve it.

Otherwise, get the hell off this mailing list.  Go to slashdot or something.

[EMAIL PROTECTED] wrote:

 Ask the FreeBSD developers, any of them with honesty should tell you or
 proof me false. I dare you to proof this false, I would be so happy if you
 did. Just because I'm using MS Mailer does not reflect whom I am. I have
 only 1 MS workstation with 9 others unix.
 
 I expected a mature response from most of you, calling names is NOT the way
 to resolve problems. I just want an answer to see if this is true.
 
 **Is it true**? This is what I've noticed myself and many high-scale
 developers.
 
 Thank you
 
 - Original Message -
 From: steveb99 [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED];
 [EMAIL PROTECTED]
 Sent: Saturday, September 18, 2004 8:09 PM
 Subject: RE: Please explain.
 
 
 
 
   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED] On Behalf Of
   Emanuel Strobl
   Sent: Saturday, September 18, 2004 5:41 PM
   To: [EMAIL PROTECTED]
   Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED];
   [EMAIL PROTECTED]
   Subject: Re: Please explain.
  
   Am Sonntag, 19. September 2004 01:08 schrieb [EMAIL PROTECTED]:
2 Major Issues:
  
   Why should one answer to this email? Use what ever you think
   qualifies your needs!
  
 
  Just a troll, look at all the cross-posting.
 
  Steve Barnette
 
 
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


iam looking for the php5 java extensions

2004-09-19 Thread Thomas May
does anyone know if a php5 java extension port is available.

 

thanx thomas


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


Re: Samba Configuration Options for small 2-3 person office?

2004-09-19 Thread Matthew Seaman
On Sun, Sep 19, 2004 at 02:28:22AM -0500, W. D. wrote:
 After 'make install', this appears:
 
 l samba configuration options qk
 x  x
 x Please select desired options:   x
 x lqqk x
 x x [ ] syslog   With syslog support x x
 x x [ ] ssl  With ssl supportx x
 x x [ ] ldap With LDAP2 support  x x
 x x [ ] nocups   Without CUPSx x
 x x [ ] acl  With ACL supportx x
 x x [ ] utmp With UTMP support   x x
 x x [ ] msdfsWith MSDFS support  x x
 x x [ ] quotaWith Quota support  x x
 x x [ ] recycle  With Recycle Binx x
 x x [ ] auditWith Audit  x x
 x x [ ] winbind  With Winbindx x
 x x [ ] wbauth   With Winbind Auth Challenge x x
 x mqqj x
 tqqu
 x[  OK  ]   Cancel x
 mqqj
 
 Which should be checked?

The answer to that depends very much on your environment and what you
are trying to do with Samba.

However, the rules of thumb are:  

* If you don't know what an option does leave it on the default setting.

* Don't turn on anything unless you actually need that functionality.

All of those options switch on or off corresponding optional parts of
the Samba suite -- refer to the documentation supplied with the Samba
sources and on the http://www.samba.org/ website to find out what they
all do and to if you need them.  Be prepared to iterate through
re-building the port a few times until you get the settings right --
use the command 'make configure' to change the settings, as you won't
automatically get that pop-up again once you've been through it once.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpNakwQVt9Se.pgp
Description: PGP signature


Re: Please explain. (What is HawkinsOS?)

2004-09-19 Thread Technical Director

Err, maybe you should use ... HawkinsOS???

T.J.HAWKINS Secure, Stable, Supported Operating System...

I really enjoyed that.

Maybe this inquiry is to get the developers to work out HawkinsOS,
whatever version of FreeBSD you sed'd s/FreeBSD/HawkinsOS/g, problems
with multi-threading?

My troll addition.

PS

Your site says you are a Programmer, providing proof of concepts for what
you are discussing shouldn't be to hard.

***

On Sat, 18 Sep 2004 [EMAIL PROTECTED] wrote:

 Your taking it the wrong way, I was simply asking a question to the
 developers to confirm this.

 I have standardized on FreeBSD.

 I apologized if I made it seem like I was trolling, not my intention.

 If a business were to standardize on FreeBSD, they would love to know if the
 multithreading issues would be fixed completely correctly not just
 'work-arounds'.


 sorry and thanks
 - Original Message -
 From: Chris Laverdure [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED];
 [EMAIL PROTECTED]
 Sent: Saturday, September 18, 2004 5:22 PM
 Subject: Re: Please explain.


  On Sun, 2004-09-19 at 02:14, [EMAIL PROTECTED] wrote:
   Ask the FreeBSD developers, any of them with honesty should tell you or
   proof me false. I dare you to proof this false, I would be so happy if
 you
   did. Just because I'm using MS Mailer does not reflect whom I am. I have
   only 1 MS workstation with 9 others unix.
  
   I expected a mature response from most of you, calling names is NOT the
 way
   to resolve problems. I just want an answer to see if this is true.
  
   **Is it true**? This is what I've noticed myself and many high-scale
   developers.
  
   Thank you
 
  1) The burden of proof is on the person making the allegations.
 
  2) Calling a troll on being a troll is mature.
 
  3) If you believe it to be true, then don't use FreeBSD. Nobody is tying
  your hands here. You believe DragonFlyBSD to be superior? Then use it.
 
  Maybe I just don't see the big deal here, but the developers owe you
  nothing.
 
 
 

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

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


Portupgrade error

2004-09-19 Thread Mike Jarsulic
I am getting the following error while running portupgrade:
# portupgrade -arC
[Updating the pkgdb format:bdb1_btree in /var/db/pkg ... - 302 
packages found(-0 +5) . done]
/usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:323:in `deorigin': cannot 
convert nil into String (PkgDB::DBError)
from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:916:in 
`tsort_build'
from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:915:in `each'
from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:915:in 
`tsort_build'
from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:907:in `each'
from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:907:in 
`tsort_build'
from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:929:in `sort_build'
from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:933:in 
`sort_build!'
from /usr/local/sbin/portupgrade:674:in `main'
from /usr/local/sbin/portupgrade:207:in `initialize'
from /usr/local/sbin/portupgrade:207:in `new'
from /usr/local/sbin/portupgrade:207:in `main'
from /usr/local/sbin/portupgrade:1845

Has anyone seen this before and have any suggestions to fix it?
--
Mike Jarsulic
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: lastlog

2004-09-19 Thread Matthew Seaman
On Sun, Sep 19, 2004 at 09:05:11PM +0800, John Lee wrote:

 How do i retrieve last login details for JUN-2004
 as I can only see SEP-04 now..
 
 last | grep user -- only shows SEP i guess
 
 How can i get JUNE?

Look at the saved copies of wtmp under /var/log.  Hmmm... By default
newsyslog(1) is setup to keep 4 old copies of the wtmp file around,
and to switch to a new file at the start of every month, so you should
have:

wtmp   September (ie. this month)
wtmp.0 August
wtmp.1 July
wtmp.2 June
wtmp.3 May

still on your system.  (Any earlier than May and you'ld have had to
retrieve the appropriate wtmp file from backup)

So, try:

last -f /var/log/wtmp.2 user

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgptKQWlSOhnF.pgp
Description: PGP signature


deleting mails

2004-09-19 Thread susmit sarkar
Dear Sir/Madam,
 
I know that the question I am asking might sound very stupid. But it has me really 
perplexed. It relates to Unix mail. I use the d command to delete mails. Like 
d message_number
or
d message-list
But sometimes I find that the mails get deleted and sometimes not. I want the mails 
that I delete to be deleted sure shot. I have tried exiting using q but still the 
mails are there when I check back later. We have a BSD system. Please advise me how I 
can delete mail that I want deleted without the fear of it reappearing again when I 
log in and check the next time.
 
Regards
Susmit



-
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


IP Firewall blocks cvsup

2004-09-19 Thread Rob
Seems to work with everything else incl. ftp.  What am I doing wrong? 
Thanks,   Rob.
block in log all
pass out all

pass out on lo all
pass in on lo all

pass out quick on bfe0 proto tcp/udp from any to any port  1024

pass in quick on bfe0 proto icmp all icmp-type 0
pass in quick on bfe0 proto icmp all icmp-type 3
pass in quick on bfe0 proto icmp all icmp-type 11

block in on bfe0 proto tcp all flags S/SA
block out on bfe0 proto tcp all flags SA/SA

pass in quick on bfe0 proto tcp from any to any port = 22 flags S/SA keep state
pass in quick on bfe0 proto tcp from any to any port = 25 flags S/SA keep state

pass out on bfe0 proto tcp all keep state

block return-rst in on bfe0 proto tcp from any to any port = 113

pass in on bfe0 proto tcp/udp from any port = 53 to any
pass in on bfe0 proto tcp/udp from any port = 67 to any 
pass out on bfe0 proto tcp/udp from any port = 68 to any
pass in on bfe0 proto tcp from any port = 80 to any

#block out quick on bfe0 proto tcp from any port 59996011 to any
#block out quick on bfe0 proto tcp from any port 58995911 to any
#block out quick on bfe0 from any port = 2049 to any
#block out quick on bfe0 from any port 136140 to any
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: XFree86-4 config issue

2004-09-19 Thread Lowell Gilbert
Don't top-post, please.
http://catb.org/~esr/jargon/html/T/top-post.html

digish reshamwala [EMAIL PROTECTED] writes:

 After reducing the secure lever I was able to configure the XFree86 by using
 
 #XFree86 -configure   then
 #cp XF86Config.new /etc/X11/XF86Config  
 (Copying it in common location where XFree86 can find it)
 
 But afterthat, whenever I tried to start the X11 using
 
 #statrx  
 
 the system simply froze??
 
 Also when I tried to test the existing configuration by giving
 # XFree86 -xf86config XF86Config.new
 
 It simply frozes the OS???
 
 Any idea whats wrong?  Can u please suggest/help asap

Look at the log files (in /var/log) that XFree86 is producing to see
what *it* thinks is happening.

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


Re: /var/db/pkg/cups-base-1.1.20.0/+CONTENTS: No such file or directory

2004-09-19 Thread Lowell Gilbert
Andy Smith [EMAIL PROTECTED] writes:

 Hi folks,
 
 I don't know what I have done to cause this, but now every use of
 the various portutils results in this message:
 
 /var/db/pkg/cups-base-1.1.20.0/+CONTENTS: No such file or directory
 
 That files does indeed not exist, althoug the directory does and the
 port is installed.
 
 Based on googling I have tried running pkgdb -F and portsdb -u, but
 it doesn't help.  Both run without error.
 
 Does anyone have any ideas?

Force a reinstall of that package?  The ports tools are
indeed going to have a lot of problems if your package
database is incomplete like that...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Frustration: the only thing mounting with NFS client :-)

2004-09-19 Thread lost gweilo
Hi there,
I am trying to access an NFS server (Debian Linux,
host name lg) from my FreeBSD 4.10-STABLE system
(host name gw) on my LAN.
My basic system info:
 gw# uname -mnprs
 FreeBSD gw 4.10-STABLE i386 i386
It doesn't seem to work:
 gw# mount -v -t nfs lg:/mnt/tt/music /root/uu
 lg:/mnt/tt/music: NFSPROC_NULL: RPC: Timed out
 ^C
It works when I try on the server though...
(Hopefully this also shows that basic networking
is OK between the two boxes...)
 gw# ssh lg
 Password:
 [EMAIL PROTECTED]:~# pwd
 pwd
 /root
 [EMAIL PROTECTED]:~# mkdir uu
 mkdir uu
 [EMAIL PROTECTED]:~# mount -v -t nfs lg:/mnt/tt/music /root/uu
 mount -v -t nfs lg:/mnt/tt/music /root/uu
 lg:/mnt/tt/music on /root/uu type nfs (rw,addr=127.0.0.1)
 [EMAIL PROTECTED]:~# exit
 exit
 logout
 Connection to lg closed.
RPC calls seem OK either with TCP or UDP:
 gw# rpcinfo -u lg nfs
 program 13 version 2 ready and waiting
 program 13 version 3 ready and waiting
 gw# rpcinfo -t lg nfs
 program 13 version 2 ready and waiting
 program 13 version 3 ready and waiting
I read in Managing NFS and NIS by Hal Stern, in
Chapter 10 p. 231 that that rpcinfo -u is supposed
to call the null procedure of the RPC server...
The error message I get from mount seems related...
But I have no clue, it just does the same thing
all the time:
 gw# mount -v -t nfs lg:/mnt/tt/music /root/uu
 lg:/mnt/tt/music: NFSPROC_NULL: RPC: Timed out
 ^C
I also noticed that portmap doesn't run on my client.
It won't start. Is it needed, for an NFS client?
 gw# portmap -d
 portmap[36419]: cannot bind udp: Address already in use
 gw# tail /var/log/messages
 Sep 17 05:00:00 gw newsyslog[90252]: logfile turned over due to size100K
 Sep 17 16:50:41 gw dhclient: New Network Number: 192.168.1.0
 Sep 17 16:50:41 gw dhclient: New Broadcast Address: 192.168.1.255
 Sep 17 23:14:55 gw portmap[9379]: cannot bind udp: Address already in use
 Sep 17 23:15:12 gw portmap[9472]: cannot bind udp: Address already in use
 Sep 18 00:23:26 gw portmap[36419]: cannot bind udp: Address already in use
Naive attempt to investigate the portmap error message:
 gw# netstat -a -f inet
 Active Internet connections (including servers)
 Proto Recv-Q Send-Q  Local Address  Foreign Address(state)
 tcp4   0  0  192.168.1.100.4294 lg.ssh 
ESTABLISHED
 tcp4   0  0  *.smtp *.*LISTEN
 tcp4   0  0  *.ssh  *.*LISTEN
 tcp4   0  0  *.telnet   *.*LISTEN
 tcp4   0  0  *.sunrpc   *.*LISTEN
 udp4   0  0  *.**.*
 udp4   0  0  *.sunrpc   *.*
 udp4   0  0  *.syslog   *.*
 udp4   0  0  *.bootpc   *.*

Basically I have no clue what is going on.
I hope you can suggest things to look at.
Regards.
Lostgweilo
_
Linguaphone :  Learning English? Get Japanese lessons for FREE 
http://go.msnserver.com/HK/46165.asp

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


Re: /var/db/pkg/cups-base-1.1.20.0/+CONTENTS: No such file or directory

2004-09-19 Thread Andy Smith
On Sun, Sep 19, 2004 at 09:58:26AM -0400, Lowell Gilbert wrote:
 Andy Smith [EMAIL PROTECTED] writes:
  I don't know what I have done to cause this, but now every use of
  the various portutils results in this message:
  
  /var/db/pkg/cups-base-1.1.20.0/+CONTENTS: No such file or directory

[...]

 Force a reinstall of that package?  The ports tools are
 indeed going to have a lot of problems if your package
 database is incomplete like that...

I seem to have fixed this problem by removing
/var/db/pkg/cups-base-1.1.20.0 and then reinstalling the port.


pgpdQ3fmwxCAh.pgp
Description: PGP signature


kdepim on 5.3-beta4

2004-09-19 Thread messmate
Hello,
i've installed rel 5.3-beta4 but can't install kdepim :(
Everething else of kde is installed and runs.
Kdepim is needed for several utilitys like keyboard, etc..
Anyone know how to install it ?
Thanks in advance

-- 
Amicalement
mess-mate

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


Re: DVD question...

2004-09-19 Thread Jeremy Faulkner
arden wrote:
On Sun, 2004-09-19 at 06:48, Vulpes Velox wrote:
the thing i think is missing is a *nix answer to dvd2one 

Arden 
What features of dvd2one? I googled for and read the website, I don't 
see anything overly impressive.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Please explain.

2004-09-19 Thread Dag-Erling Smørgrav
[EMAIL PROTECTED] writes:
 It appears that FreeBSD have a clear Multi-threading lock-in issue
 that needs to be fixed. Not work arounds. According to many freebsd
 developers nobody simply wants to fix this, is it true that the
 current smp work are just 'work-arounds' not real fixing?

Did David Rhodus put you up to this?  You should just tell him to do
his own dirty work.

BTW, the FreeBSD Foundation (http://www.freebsd-foundation.org/) is an
independent legal entity which supports, but is not identical with,
the FreeBSD Project (http://www.freebsd.org/).  Furthermore, be
advised that significant portions of FreeBSD were released under
licenses that include terms like those reproduced below, and that your
web site, http://www.hawkinsos.com/, is in breach of those terms.

 * 3. All advertising materials mentioning features or use of this software
 *must display the following acknowledgements:
 *  This product includes software developed by Jason R. Thorpe
 *  for And Communications, http://www.and.com/

.\ 3. All advertising materials mentioning features or use of this software
.\must display the following acknowledgement:
.\  This product includes software developed by Winning Strategies, Inc.

# 3. All advertising materials mentioning features or use of this software
#must display the following acknowledgement:
#   This product includes software developed by the NetBSD
#   Foundation, Inc. and its contributors.

 * 3. All advertising materials mentioning features or use of this software
 *must display the following acknowledgement:
 *This product includes cryptographic software written by
 * Eric Young ([EMAIL PROTECTED])

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


Re: Please explain.

2004-09-19 Thread Miguel Mendez
On Sun, 19 Sep 2004 16:57:00 +0200
[EMAIL PROTECTED] (Dag-Erling Smørgrav) wrote:

Hi,

 [EMAIL PROTECTED] writes:
  It appears that FreeBSD have a clear Multi-threading lock-in issue
  that needs to be fixed. Not work arounds. According to many freebsd
  developers nobody simply wants to fix this, is it true that the
  current smp work are just 'work-arounds' not real fixing?
 
 Did David Rhodus put you up to this?  You should just tell him to do
 his own dirty work.

Why don't you and Bosko leave the DragonFlyBSD people alone? I don't get
it. Are you jealous of their work or what? You're not helping
inter-camp relations if you pick on them every time you have an
opportunity.

I'm sure David would post anything he wants to without resorting to
silly games.

Cheers,
-- 
Miguel Mendez [EMAIL PROTECTED]
http://www.energyhq.es.eu.org
PGP Key: 0xDC8514F1
Note: All HTML and non-english mail goes to /dev/null


pgpya1QVwr32Q.pgp
Description: PGP signature


Re: Please explain.

2004-09-19 Thread Tom Rhodes
On Sun, 19 Sep 2004 17:14:22 +0200
Miguel Mendez [EMAIL PROTECTED] wrote:

 On Sun, 19 Sep 2004 16:57:00 +0200
 [EMAIL PROTECTED] (Dag-Erling Smørgrav) wrote:
 
 Hi,
 
  [EMAIL PROTECTED] writes:
   It appears that FreeBSD have a clear Multi-threading lock-in issue
   that needs to be fixed. Not work arounds. According to many freebsd
   developers nobody simply wants to fix this, is it true that the
   current smp work are just 'work-arounds' not real fixing?
  
  Did David Rhodus put you up to this?  You should just tell him to do
  his own dirty work.
 
 Why don't you and Bosko leave the DragonFlyBSD people alone? I don't get
 it. Are you jealous of their work or what? You're not helping
 inter-camp relations if you pick on them every time you have an
 opportunity.

Oh back off; you obviously have only a small part of the story.

 
 I'm sure David would post anything he wants to without resorting to
 silly games.

You're correct; he would just slander throughout forums such
as /. and the like; that is sooo much better then coming here.

Yet, it does keep our lists a little cleaner.

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


Re: DVD question...

2004-09-19 Thread Glenn Sieb
Vulpes Velox said the following on 9/19/2004 1:48 AM:
I'm pretty sure I can find AVI/MPEG editing packages for BSD easy
enough.
   

avidemux, mplayer, ffmpeg should take care of nearly all of your
needs
 

Yup--as I said... :)
But I'm having a dickens of a time finding something that will let
me author DVDs. Any pointing in directions or help would be greatly 
appreciated!
   

Try searching the ports tree :P
man ports
 

Y'know--I *had* searched the ports tree. I found one package, but it 
wasn't anywhere near 'ready' for primetime.

/usr/ports/multimedia/dvdauthor
From the homepage  A simple set of tools to help you author a DVD. The 
idea is to be able to create menus, buttons, chapters, etc, but for now 
you can just take an mpeg stream (as created by mplex -f 8 from 
mjpegtools 1.6.0) and write it to DVD.

I figured maybe I was missing something, so I figured I'd ask.
I've personally have had better luck with mutlimedia and the like
under freebsd, than I ever have under windows.
 

Ah, I haven't as of yet.
Best,
G.
--
They that can give up essential liberty to obtain a little temporary 
safety deserve neither liberty nor safety.  
 ~Benjamin Franklin, Historical Review of Pennsylvania, 1759

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


Re: Please explain.

2004-09-19 Thread Devon H. O'Dell
Tom Rhodes wrote:
On Sun, 19 Sep 2004 17:14:22 +0200
Miguel Mendez [EMAIL PROTECTED] wrote:

On Sun, 19 Sep 2004 16:57:00 +0200
[EMAIL PROTECTED] (Dag-Erling Smørgrav) wrote:
Hi,

[EMAIL PROTECTED] writes:
It appears that FreeBSD have a clear Multi-threading lock-in issue
that needs to be fixed. Not work arounds. According to many freebsd
developers nobody simply wants to fix this, is it true that the
current smp work are just 'work-arounds' not real fixing?
Did David Rhodus put you up to this?  You should just tell him to do
his own dirty work.
Why don't you and Bosko leave the DragonFlyBSD people alone? I don't get
it. Are you jealous of their work or what? You're not helping
inter-camp relations if you pick on them every time you have an
opportunity.

Oh back off; you obviously have only a small part of the story. 
Or perhaps he notices that DES pulled an attack out of thin air, which 
was unprovoked. The best offense, in this case, is to STFU about your 
personal feelings about the works of another project. Nobody's getting 
very far making these attacks.

I'm sure David would post anything he wants to without resorting to
silly games.

You're correct; he would just slander throughout forums such
as /. and the like; that is sooo much better then coming here.
Yet, it does keep our lists a little cleaner.
Funny, this entire thread only seems to be polluting the lists.
How about you (yes, all you who shout ``don't feed the trolls'') 
actually _stop_ feeding them for once (or give the guy a reasonable 
answer; his question was horribly misinformed, but you would have shut 
him up sooner with facts, rather than attacks), stop making baseless 
claims, stop attacking other camps, stop attacking each other.

I'm sure I'm going to get a bunch of cruft for this. But seriously, quit 
acking like a bunch of damned 5 year old girls, pulling each other's 
hair and grow the hell up!

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


Re: ATAPICAM - cdrecord will not recognize my DVD burner

2004-09-19 Thread Fabian Keil
On Sunday 19 September 2004 14:55, BSDjunkie wrote:

 I have been using cdrecord since I built my system. I
 have an Asus A7N8X delux motherboard, AMD 3200+ cpu,
 2G of ram and (2) 15,000 rpm scsi drives.
 
 I recently bought a Toshiba DVD+r/-r burner, which I
 replaced my DVDr/CDRW drive with.
 
 The new drive is detected at bootup:
 
 acd0: DVDR TSSTcorpCD/DVDW TS-H552B at ata0-master
 PIO4

Do you later see lines like:

cd0 at ata0 bus 0 target 0 lun 0
cd1 at ata1 bus 0 target 0 lun 0
cd2 at ata1 bus 0 target 1 lun 0?

If not, you probably need to add

device  atapicam

to your kernel configuration.
 
 However, cdrecord --scanbus no longer can see the
 drive through scsi emulation.

What does it see?

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


Re: Ssh connection

2004-09-19 Thread Kevin Stevens
On Sep 19, 2004, at 05:28, Pota Kalima wrote:
I am having trouble connecting TO my base machine which runs release 
5.2.1
from 2 other machines (Mac OS X, and Windoz). I can connect to the OS X
machine FROM this base machine as well as from the windoz machine.
What happens if you try to ssh to the machine from itself?
KeS
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ssh connection

2004-09-19 Thread Kevin Stevens
On Sep 19, 2004, at 05:28, Pota Kalima wrote:
I am having trouble connecting TO my base machine which runs release 
5.2.1
from 2 other machines (Mac OS X, and Windoz). I can connect to the OS X
machine FROM this base machine as well as from the windoz machine.
What happens if you try to ssh to the machine from itself?
KeS
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Please explain.

2004-09-19 Thread timh
Mr. Watson, you have addressed my questions greatly and I do agree that it
will take years to successfully tackle the issue but when FreeBSD has had
less funding than Linux it's obvious that it's developers have made huge
progress and that I'm proud of.

Your response was alot better than yelling the word troll or other things.
FreeBSD is aware of the issues apparently and is working.
- Original Message -
From: Robert Watson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, September 19, 2004 11:31 AM
Subject: Re: Please explain.



 On Sat, 18 Sep 2004 [EMAIL PROTECTED] wrote:

  2 Major Issues:
 
  - FreeBSD has a processor affinity design issue

 Odd statement, but I'm not sure what it means.  FreeBSD uses an SMP model
 similar to that used by Sun, SGI, and other operating system and hardware
 vendors who are clearly aware of affinity concerns, and who have operating
 systems that scale pretty amazingly on SMP and non-SMP multi-processor
 systems.

  - The core kernel issues with FreeBSD is the horrible threading
  support.There is so much crap in FreeBSD kernel. The multithreading
  issue in freebsd has been delayed for nearly 6 years. They have just
  made work arounds, not fixing the actual problem. It seems that the only
  real BSD that has made big progress on the core issues is DragonflyBSD.

 This is also an odd statement.  FreeBSD is following a well-understood and
 widely implemented model for SMP scalability, although somewhat refined as
 a result of starting on it after the RD curve that Sun, IBM, SGI, HP,
 etc, got to pay for.  However, any major software project of this sort
 takes years to complete -- Linux is only just getting to reasonable SMP
 scalability after a good 6+ years of investment by some pretty major
 players.  Doesn't help that Linus turns down patches from SGI that help a
 lot though :-).

 BTW, I've spent a lot of time looking at the DragonFly approach, and I met
 with Matt for quite a while at USENIX to talk to him about the approach. I
 have a number of concerns about it -- I think the premise is very
 interesting, but that the results aren't yet there to prove the model.  In
 particular, there's a huge volume of code in their system that has not
 been addressed, and a lot of complexity that will need to be handled
 before the SMP primitives they're using have proven that they offer the
 desired performance advantage.  We have the opportunity of using a hybrid
 model, and have been exploring some of the ideas present in DFBSD (and,
 one should point out, many other SMP systems).

 A lot of other systems have opted to use elements similar to those
 primitives, but in a much more limited way due to the performance costs.
 For example, locking services into particular CPUs prevents the scheduler
 from balancing load between the CPUs in an service-transparent way.  In
 the DFBSD model, load balancing must be implemented separately for each
 service, requiring extensive modifications to the services.  I.e., the
 model may indeed offer benefits, but the cost of doing the work will be
 high, and the time to complete it long.  We'll adopt elements of the
 design as they prove to make sense, as we do with all other open source
 operating systems (and they do with us!).

   It appears that FreeBSD have a clear Multi-threading lock-in issue that
  needs to be fixed. Not work arounds. According to many freebsd
  developers nobody simply wants to fix this, is it true that the current
  smp work are just 'work-arounds' not real fixing?
 
  The only thing holding FreeBSD back is the Multithreading issue.

 I think this is a pretty odd claim -- FreeBSD 5.x scales much better than
 4.x on multiple processors, allowing large parts of the kernel to run in
 parallel on different CPUs.  The performance results are there, showing
 1.4x - 1.6x speedup in SMP tasks with MySQL.

 I saw elsewhere in the thread that someone suggested Darwin doesn't have
 SMP problems to address.  Darwin is actually in an almost identical
 position to us, having basic VM, kernel memory allocation, and scheduling
 outside the Giant lock.  They took the route of breaking the BSD parts of
 their kernel into two funnels, the network funnel, and the rest.  Our
 5.3 release will actually be much better off than Darwin on SMP by
 allowing many threads of the network stack to run on different CPUs, more
 support for preemption and low-latency operation.  I've talked with Apple
 pretty extensively about their SMP work, and met with their kernel team to
 discuss their work.

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




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


Re: Ssh connection

2004-09-19 Thread Pota Kalima
On 19/9/04 5:56 pm, Kevin Stevens [EMAIL PROTECTED] wrote:

 
 On Sep 19, 2004, at 05:28, Pota Kalima wrote:
 
 I am having trouble connecting TO my base machine which runs release
 5.2.1
 from 2 other machines (Mac OS X, and Windoz). I can connect to the OS X
 machine FROM this base machine as well as from the windoz machine.
 
 What happens if you try to ssh to the machine from itself?
 
 KeS
 

Tried to ssh to machine itself and got the following:

$ Ssh 192.168.0.5
The authenticity of host '192.168.0.5 (192.168.0.5)' can't be established.
DSA key fingerprint is 42:98:e3:11:
Are you sure you want to continue connecting (yes/no)? Yes
Warning: Permanently added '192.168.0.5' (DSA) to the list of known hosts.

[There was a prolonged pause here, I almost rebooted the machine]

Sep 19 18:10:00 localhost sshd[581]: fatal: Timeout before authentification
for 192.168.0.5
Connection closed by 192.168.0.5

$ 

Pota


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


Re: Ssh connection

2004-09-19 Thread Kevin Stevens
On Sep 19, 2004, at 10:17, Pota Kalima wrote:
On 19/9/04 5:56 pm, Kevin Stevens [EMAIL PROTECTED] wrote:
What happens if you try to ssh to the machine from itself?
KeS
Tried to ssh to machine itself and got the following:
$ Ssh 192.168.0.5
The authenticity of host '192.168.0.5 (192.168.0.5)' can't be 
established.
DSA key fingerprint is 42:98:e3:11:
Are you sure you want to continue connecting (yes/no)? Yes
Warning: Permanently added '192.168.0.5' (DSA) to the list of known 
hosts.

[There was a prolonged pause here, I almost rebooted the machine]
Sep 19 18:10:00 localhost sshd[581]: fatal: Timeout before 
authentification
for 192.168.0.5
Connection closed by 192.168.0.5
Well, there you go.  Better get it working locally before worrying 
about connecting from other machines - at least it's easier to 
troubleshoot that way.  You can start adding -v's to your session 
command to get more details.

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


Re: Omni Drivers for a Canon Printer

2004-09-19 Thread Ned Harrison
Thank you very much! I did not find Omni drivers though. However, I did 
find very detailed instructions on how to modify the default 
configuration for a Canon S800 printer that is using gimp-print drivers 
that makes an Canon S520 run. So I decided to give it a shot.

I found in the Gimp-print drivers in my Ports so installed them. Then 
got the Cups up and running. The test print was so much better than what 
my omni drivers with a Canon S8500 can do on the Linux side that I went 
over to the Linux side and changed them as well.


Gerard Seibert wrote:
On Sun, 12 Sep 2004 09:47:51 -0500 Ned Harrison [EMAIL PROTECTED]
wrote:
|Date: Sun, 12 Sep 2004 09:47:51 -0500
|From: Ned Harrison [EMAIL PROTECTED]
|Subject: Omni Drivers for a Canon Printer
|To: [EMAIL PROTECTED]
|Message-ID: [EMAIL PROTECTED]
|Content-Type: text/plain; charset=ISO-8859-1; format=flowed
|
|I dual boot FreeBSD 5.2.1 with Redhat Linux 9.   I am trying to set up 
|my printer which is a Canon S520 to print on the FreeBSD side.  
|Running apsfilter SETUP I can get the printer to respond but the quality 
|of the test prints have been poor.  On my Linux side, however, the 
|printer runs fine using one of the Cannon BJP printers and a Omni print 
|driver.  
|
|When I ran apsfilter SETUP in FreeBSD I found the same printer but I 
|don't have the Omni drivers installed.  I've searched through my 
|installation disks and looked through the ports but did not find any 
|reference to Omni drivers. 
|
|Where would I find these drivers?  Are they in the Ports under a 
|different name?  Or should I just break down and buy a new printer?  If 
|there is another way to get this printer up an running, I'm willing to 
|give it a try.
|
|Thanks

** Reply Separator **
Monday, September 13, 2004 5:42:12 AM
I do not know if this will be of any help or not, but you might want to
check it out. This is the URL where I located a driver for my Canon S630
printer.
 http://www.linuxprinting.org/printer_list.cgi 
Good Luck!
Gerard Seibert
[EMAIL PROTECTED]
  _-_
 //   {|||} 0]_
 ||  {|||}   \-]  Things were getting pretty
  \\{|||}_\   hot in the back of my car
   \\  {|||}/     when she screamed out
\\ /  Kiss Me Where it Smells!!
/ |
|Bud Man  |   So I drove her to New Jersey!
\| --- \
  |   ||
  ||   ||
  ==   ==

 


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


Re: Ssh connection

2004-09-19 Thread Pota Kalima
On 19/9/04 6:24 pm, Kevin Stevens [EMAIL PROTECTED] wrote:

 
 On Sep 19, 2004, at 10:17, Pota Kalima wrote:
 
 On 19/9/04 5:56 pm, Kevin Stevens [EMAIL PROTECTED] wrote:
 
 What happens if you try to ssh to the machine from itself?
 
 KeS
 
 
 Tried to ssh to machine itself and got the following:
 
 $ Ssh 192.168.0.5
 The authenticity of host '192.168.0.5 (192.168.0.5)' can't be
 established.
 DSA key fingerprint is 42:98:e3:11:
 Are you sure you want to continue connecting (yes/no)? Yes
 Warning: Permanently added '192.168.0.5' (DSA) to the list of known
 hosts.
 
 [There was a prolonged pause here, I almost rebooted the machine]
 
 Sep 19 18:10:00 localhost sshd[581]: fatal: Timeout before
 authentification
 for 192.168.0.5
 Connection closed by 192.168.0.5
 
 Well, there you go.  Better get it working locally before worrying
 about connecting from other machines - at least it's easier to
 troubleshoot that way.  You can start adding -v's to your session
 command to get more details.
 
 KeS
 

Well, here goes,

$ ssh -v 192.168.0.5
[Rapid scroll of screen load of stuff, and then ...from about half-way down
the screen]
...
debug1: Host '192.168.0.5' is known and matches the DSA host key.
debug1: Found key in /home/pota/.ssh/known_hosts:3
debug1: ssh_dss_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
Sep 19 18:29:09 localhost sshd[627]: fatal: Timeout before authentification
for 192.168.0.5
Connection closed by 192.168.0.5
debug1: Calling cleanup 0x804c7a4(0x0)

$

(Can't tell WTF this means)

Pota


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


Re: Please explain. (What is HawkinsOS?)

2004-09-19 Thread timh
Ok, I just wanted an answer and I already got a *few* good answers and I
DONT WANT A WAR.

Yes, HawkinsOS is FreeBSD 5.x based and the goal is to donate back to the
community, but this is irrelevant! The questions were not even over
HawkinsOS.

Let's all refrain from starting a huge arguement I have already received my
answers.

- Original Message -
From: Technical Director [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Sent: Sunday, September 19, 2004 7:13 AM
Subject: Re: Please explain. (What is HawkinsOS?)



 Err, maybe you should use ... HawkinsOS???

 T.J.HAWKINS Secure, Stable, Supported Operating System...

 I really enjoyed that.

 Maybe this inquiry is to get the developers to work out HawkinsOS,
 whatever version of FreeBSD you sed'd s/FreeBSD/HawkinsOS/g, problems
 with multi-threading?

 My troll addition.

 PS

 Your site says you are a Programmer, providing proof of concepts for what
 you are discussing shouldn't be to hard.

 ***

 On Sat, 18 Sep 2004 [EMAIL PROTECTED] wrote:

  Your taking it the wrong way, I was simply asking a question to the
  developers to confirm this.
 
  I have standardized on FreeBSD.
 
  I apologized if I made it seem like I was trolling, not my intention.
 
  If a business were to standardize on FreeBSD, they would love to know if
the
  multithreading issues would be fixed completely correctly not just
  'work-arounds'.
 
 
  sorry and thanks
  - Original Message -
  From: Chris Laverdure [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED];
  [EMAIL PROTECTED]
  Sent: Saturday, September 18, 2004 5:22 PM
  Subject: Re: Please explain.
 
 
   On Sun, 2004-09-19 at 02:14, [EMAIL PROTECTED] wrote:
Ask the FreeBSD developers, any of them with honesty should tell you
or
proof me false. I dare you to proof this false, I would be so happy
if
  you
did. Just because I'm using MS Mailer does not reflect whom I am. I
have
only 1 MS workstation with 9 others unix.
   
I expected a mature response from most of you, calling names is NOT
the
  way
to resolve problems. I just want an answer to see if this is true.
   
**Is it true**? This is what I've noticed myself and many high-scale
developers.
   
Thank you
  
   1) The burden of proof is on the person making the allegations.
  
   2) Calling a troll on being a troll is mature.
  
   3) If you believe it to be true, then don't use FreeBSD. Nobody is
tying
   your hands here. You believe DragonFlyBSD to be superior? Then use it.
  
   Maybe I just don't see the big deal here, but the developers owe you
   nothing.
  
  
  
 
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
[EMAIL PROTECTED]
 



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


Re: Samba Configuration Options for small 2-3 person office?

2004-09-19 Thread W. D.
At 08:11 9/19/2004, Matthew Seaman wrote:
Re Samba Configuration Options.emsfile://D:\Programs\Eudora\attach\Re Samba 
Configuration Options.ems 0880.0002 
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Sun, Sep 19, 2004 at 02:28:22AM -0500, W. D. wrote:
 After 'make install', this appears:
 
 l samba configuration options qk
 x  x
 x Please select desired options:   x
 x lqqk x
 x x [ ] syslog   With syslog support x x
 x x [ ] ssl  With ssl supportx x
 x x [ ] ldap With LDAP2 support  x x
 x x [ ] nocups   Without CUPSx x
 x x [ ] acl  With ACL supportx x
 x x [ ] utmp With UTMP support   x x
 x x [ ] msdfsWith MSDFS support  x x
 x x [ ] quotaWith Quota support  x x
 x x [ ] recycle  With Recycle Binx x
 x x [ ] auditWith Audit  x x
 x x [ ] winbind  With Winbindx x
 x x [ ] wbauth   With Winbind Auth Challenge x x
 x mqqj x
 tqqu
 x[  OK  ]   Cancel x
 mqqj
 
 Which should be checked?

The answer to that depends very much on your environment and what you
are trying to do with Samba.

However, the rules of thumb are:  

* If you don't know what an option does leave it on the default setting.

* Don't turn on anything unless you actually need that functionality.

All of those options switch on or off corresponding optional parts of
the Samba suite -- refer to the documentation supplied with the Samba
sources and on the http://www.samba.org/ website to find out what they
all do and to if you need them.  Be prepared to iterate through
re-building the port a few times until you get the settings right --
use the command 'make configure' to change the settings, as you won't
automatically get that pop-up again once you've been through it once.

Cheers,

Matthew


OK, I'm gonna leave them all blank. ;^)

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

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


Samba 'make install' chokes on textproc/expat2

2004-09-19 Thread W. D.
Can't get Samba 2.2.11 to install.  Has anyone encountered
a problem with textproc/expat2?

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

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


Re: Samba 'make install' chokes on textproc/expat2

2004-09-19 Thread Jens Holmqvist
it is rekommended to install Samba 3.0.7 instead since 2 series of
samba is obsolete
and for the problem you will have to send some error message


On Sun, 19 Sep 2004 14:17:30 -0500, W. D. [EMAIL PROTECTED] wrote:
 Can't get Samba 2.2.11 to install.  Has anyone encountered
 a problem with textproc/expat2?
 
 Start Here to Find It Fast! - http://www.US-Webmasters.com/best-start-page/
 $8.77 Domain Names - http://domains.us-webmasters.com/
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: ATAPICAM - cdrecord will not recognize my DVD burner

2004-09-19 Thread Matt Navarre
On Sunday 19 September 2004 09:51, Fabian Keil wrote:
 On Sunday 19 September 2004 14:55, BSDjunkie wrote:
  I have been using cdrecord since I built my system. I
  have an Asus A7N8X delux motherboard, AMD 3200+ cpu,
  2G of ram and (2) 15,000 rpm scsi drives.
 
  I recently bought a Toshiba DVD+r/-r burner, which I
  replaced my DVDr/CDRW drive with.
 
  The new drive is detected at bootup:
 
  acd0: DVDR TSSTcorpCD/DVDW TS-H552B at ata0-master
  PIO4

 Do you later see lines like:

 cd0 at ata0 bus 0 target 0 lun 0
 cd1 at ata1 bus 0 target 0 lun 0
 cd2 at ata1 bus 0 target 1 lun 0?

 If not, you probably need to add

 device  atapicam

You also need 

devicecd

So it will attach to the DVD burner.

See the handbook on adding atatpicam to your kernel:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html#ATAPICAM

 to your kernel configuration.

  However, cdrecord --scanbus no longer can see the
  drive through scsi emulation.

 What does it see?

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

-- 
We all enter this world in the same way: naked, screaming,
 and soaked in blood. But if you live your life right, that kind
 of thing doesn't have to stop there. -- Dana Gould
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: deleting mails

2004-09-19 Thread Richard Lynch
susmit sarkar wrote:
 I know that the question I am asking might sound very stupid. But it has
 me really perplexed. It relates to Unix mail. I use the d command to
 delete mails. Like
 d message_number
 or
 d message-list
 But sometimes I find that the mails get deleted and sometimes not. I want
 the mails that I delete to be deleted sure shot. I have tried exiting
 using q but still the mails are there when I check back later. We have a
 BSD system. Please advise me how I can delete mail that I want deleted
 without the fear of it reappearing again when I log in and check the next
 time.

After you hit 'q' to quit, do you sometimes see an error message about a
segfault?

Because if you do, then that's the times when mail didn't delete anything.

I've seen this under RedHat 8 a lot, and pretty much only delete a few
messages at a time.

It seems to happen more if I page back-and-forth in the header list,
deleting more or less sporadically, then if I delete the first few
messages and then quit.

I pretty much wouldn't use 'mail' to read any large bulk mailboxes --
These are just cronjob outputs on a couple machines that can no longer
send email, thanks to the folks who decided that one way to cut down on
spam was to stop taking email unless reverse-DNS matched up.  Gee, thanks.
 Now I get to log into boxes all the time to check my cron jobs. :-(

-- 
Like Music?
http://l-i-e.com/artists.htm

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


Re: DVD question...

2004-09-19 Thread Richard Lynch
Glenn Sieb wrote:
 But I'm having a dickens of a time finding something that will let me
 author DVDs. Any pointing in directions or help would be greatly
 appreciated!

By 'author' you mean 'burn', right?...

Or are you talking about compiling your mpeg files into a DVD file system?

I *THINK* the 'cdrecord' author has DVD burning software as well.

No idea if it supports the hardware you have or not.

-- 
Like Music?
http://l-i-e.com/artists.htm

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


Re: Please explain.

2004-09-19 Thread timh
My question regarding the 2 extremely major flaws in FreeBSD are being
addressed as I have learned from mature FreeBSD developers, due to my
question. Therefore many linux-fanatics who are focussed on an only-linux
world will no longer be able to use this issue.

These two stop-gap items will be at the forefront of the work for the next
year, along with a major move to start removing the BGL (Big Giant Lock,
also known as the MP lock) from code inherited from 4.x

...that is the one mentioned on dragonfly page too


Regarding the people who e-mailed me regarding mySQL on FreeBSD just Google
it:
http://www.google.com/search?hl=enlr=ie=UTF-8q=performance+freebsd+mysql
..as you can see there are issues but they are being solved.


Furthermore...

This age actually tells me that my assertions are true regarding freeBSD's
problems:

http://www.freebsd.org/doc/en_US.ISO8859-1/articles/5-roadmap/article.html

This page also explains to me that these problems will be completely fixed
and that once FreeBSD 5.x is completely finished and stable that It will be
the best choice in operating systems.

I knew I wasn't trolling, but too many people sent me horrible hatred
messages.

Furthermore: HawkinsOS is a modified FreeBSD 5.x that retains the BSD
license and continues to give credit to the FreeBSD group, as well as once
this project is started will donate to the organization... So why would so
many people from so many lists say I'm doing illegal licesing things, etc.?
It also retains complete compatibilty to FreeBSD, which I've made sure to
help the FreeBSD project, as this is one issue where linux has been
successful.

I'm a FreeBSD fan and I always will be and I'm glade this issues are being
taken care of and I understand the money wasn't there like it was for Linux.
Please do not get the idea that I was trying to harass and troll.

I'm certainly glade we got that all taken care of.

- Original Message -
From: Julian Elischer [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Sunday, September 19, 2004 2:33 AM
Subject: Re: Please explain.


 [EMAIL PROTECTED] wrote:
  2 Major Issues:
 
  - FreeBSD has a processor affinity design issue


 thanks for the non combatative and diplomatically styled message?

 
  - The core kernel issues with FreeBSD is the horrible threading
  support.There is so much crap in FreeBSD kernel. The multithreading
issue in
  freebsd has been delayed for nearly 6 years. They have just made work
  arounds, not fixing the actual problem. It seems that the only real BSD
that
  has made big progress on the core issues is DragonflyBSD.

 Dragonfly BSD is a branch of freeBSD that we are all watching with great
 interest. The advantage that is available there is the decision to go back
 to teh drawing board and start from scratch, thereby breaking a lot, in
the
 hope of being able to fix it again when teh parts afe all completed. It
 is a very interesting experiment and as such, FreeBSD developers in
general
 are watching with interest.

 
   It appears that FreeBSD have a clear Multi-threading lock-in issue that
  needs to be fixed. Not work arounds. According to many freebsd
developers
  nobody simply wants to fix this, is it true that the current smp work
are
  just 'work-arounds' not real fixing?

 Well if you could explain yourself in English I'd have more of a chance
 of answering your questions. The big challenge with FreeBSD and MP is that
 we have to get from a here (where there was no MP at all) the a there
 (where there is), while having every step of the way between being a
runnable
 stable (within reason) system. This greatly limits how things are done.
 The current SMP work is not just workarounds but rather steps needed
 to get from A to B.   Sometimes you can't see what the final picture is
 by looking at an intermediate step in isolation.

 
  The only thing holding FreeBSD back is the Multithreading issue.

 I wish you would explain this statement. It could be interpretted in so
 many ways that it really is almost meaningless. (Some of the
interpretatiosn
 however are not..)

 
  Please clarify this.

 Sure.. how about you clarify your question first however.

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






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


Re: Ssh connection

2004-09-19 Thread Rob
Pota Kalima wrote:
On 19/9/04 6:24 pm, Kevin Stevens [EMAIL PROTECTED] wrote:

On Sep 19, 2004, at 10:17, Pota Kalima wrote:

On 19/9/04 5:56 pm, Kevin Stevens [EMAIL PROTECTED] wrote:
What happens if you try to ssh to the machine from itself?
KeS
Tried to ssh to machine itself and got the following:
$ Ssh 192.168.0.5
The authenticity of host '192.168.0.5 (192.168.0.5)' can't be
established.
DSA key fingerprint is 42:98:e3:11:
Are you sure you want to continue connecting (yes/no)? Yes
Warning: Permanently added '192.168.0.5' (DSA) to the list of known
hosts.
[There was a prolonged pause here, I almost rebooted the machine]
Sep 19 18:10:00 localhost sshd[581]: fatal: Timeout before
authentification
for 192.168.0.5
Connection closed by 192.168.0.5
Well, there you go.  Better get it working locally before worrying
about connecting from other machines - at least it's easier to
troubleshoot that way.  You can start adding -v's to your session
command to get more details.
KeS

Well, here goes,
$ ssh -v 192.168.0.5
[Rapid scroll of screen load of stuff, and then ...from about half-way down
the screen]
...
debug1: Host '192.168.0.5' is known and matches the DSA host key.
debug1: Found key in /home/pota/.ssh/known_hosts:3
debug1: ssh_dss_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
Sep 19 18:29:09 localhost sshd[627]: fatal: Timeout before authentification
for 192.168.0.5
Connection closed by 192.168.0.5
debug1: Calling cleanup 0x804c7a4(0x0)
What is there in /var/log/messages about refused sshd connections?
How are you allowing sshd connection in /etc/hosts.allow ?
If you have made /etc/hosts.allow restrictive, then be sure
there's a line like:
   sshd : ALL : allow
or replace 'ALL' by those you want to access your machine by sshd.
Rob.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Need help with dying drive/restoring data

2004-09-19 Thread Jonathon McKitrick

Hi all,

Help!  My laptop drive seems to be dying, and while I did keep backups, the
last one was a bit old.

When I boot up, the drive makes clanking sounds I've never heard before, and
never finishes the load.  I'm going to make a rescue disk, but does anyone
have a strategy for how I could handle the delicate job of getting my
updated data off the drive without making matters worse?  So far, I figure I
will boot the rescue disk and try to mount the filesystems.

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


los+found - INODE Addres and filename

2004-09-19 Thread Joachim Dagerot
Suddenly when I started my system the disk check flagged ALL (I mean
all, including directory) files of a user as errenous and started to
unlink them.

I init 1 and unounted the volume and ran fsck direct on it. Then it
created a lost+found directory and after a few millions 'y' 'enter'
key presses I had got a lot of files back. They are however completely
organised and thet all are named after the address where they where
found.

Is there a tool to map those names with the current filename?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ssh connection

2004-09-19 Thread Lowell Gilbert
Kevin Stevens [EMAIL PROTECTED] writes:

 On Sep 19, 2004, at 10:17, Pota Kalima wrote:
 
  On 19/9/04 5:56 pm, Kevin Stevens [EMAIL PROTECTED] wrote:
 
  What happens if you try to ssh to the machine from itself?
 
  KeS
 
 
  Tried to ssh to machine itself and got the following:
 
  $ Ssh 192.168.0.5
  The authenticity of host '192.168.0.5 (192.168.0.5)' can't be
  established.
  DSA key fingerprint is 42:98:e3:11:
  Are you sure you want to continue connecting (yes/no)? Yes
  Warning: Permanently added '192.168.0.5' (DSA) to the list of known
  hosts.
 
  [There was a prolonged pause here, I almost rebooted the machine]
 
  Sep 19 18:10:00 localhost sshd[581]: fatal: Timeout before
  authentification
  for 192.168.0.5
  Connection closed by 192.168.0.5
 
 Well, there you go.  Better get it working locally before worrying
 about connecting from other machines - at least it's easier to
 troubleshoot that way.  You can start adding -v's to your session
 command to get more details.

I suspect that making sshd log more verbosely will be important, not
just seeing the error messages from ssh.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: deleting mails

2004-09-19 Thread Kevin D. Kinsey, DaleCo, S.P.
susmit sarkar wrote:
Dear Sir/Madam,
I know that the question I am asking might sound very stupid. 
But it has me really perplexed. It relates to Unix mail. I use 
the d command to delete mails. Like 
d message_number
or
d message-list
But sometimes I find that the mails get deleted and sometimes 
not. I want the mails that I delete to be deleted sure shot. 
I have tried exiting using q but still the mails are there when
I check back later. We have a BSD system. Please advise me how 
I can delete mail that I want deleted without the fear of it 
reappearing again when I log in and check the next time.

Regards
Susmit
 

Now, you're not really *afraid* of the mails are you?  :-)
My two cents --- you're using mail at the command line, right?
I'd install mutt (/usr/ports/mail/mutt), and use it as your client.
IMHO, the best thing I ever did for my CLI mail was to install
mutt and alias mail to mutt in my .cshrc ...
HTH,
Kevin Kinsey
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: DVD question...

2004-09-19 Thread Glenn Sieb
Richard Lynch said the following on 9/19/2004 4:41 PM:
But I'm having a dickens of a time finding something that will let me
author DVDs. Any pointing in directions or help would be greatly
appreciated!
   

By 'author' you mean 'burn', right?...
 

No. I said 'author' I meant 'author' not 'burn' :)
Or are you talking about compiling your mpeg files into a DVD file system?
 

Yes--'author'ing :)--putting movie(s) on a DVD with a menu, etc.
T'anks,
G.
--
They that can give up essential liberty to obtain a little temporary 
safety deserve neither liberty nor safety.  
 ~Benjamin Franklin, Historical Review of Pennsylvania, 1759

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


raid5 setup

2004-09-19 Thread Roisin Murphy
hi

I'm thinking about buying three 160GB ata or sata drives and setting
up RAID5. The first question is, is it true that the ata command set
has nothing to tell the state of the write cache and is this the same
with sata drives? Since i'm not concerned with the performance of that
array, all that matters to me is the storage and reliability, would it
help if i get one of those manufacturer utilities and turn the cache
off? I was told (by a incident response guy) that he has seen far too
many messed up ata raid5 setups.
I would also like to be able add new 160GB drives without having to
copy the data from the setup and recreating it from scratch.
Hopefully, the raid5 setup could recalculate the parity onto the new
drive and reconfigure itself for bigger storage.
Well as i mentioned, the performance doesn't matter at all, and i'm
even thinking of encrypting that whole setup with gbde, what would be
the best way to do this? with a raid5 hardware card, or software
setup? Is the new gvinum worth a try? as i only heard horror vinum
stories so far.
Also what ata/sata drives are the most recommended by bsd guys? :), i
can get 160GB hitachi, westerndigital and maxtor drives, all for the
same price of around $100. And if you would recommend hardware raid
card, what kind?

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


Re: Multihead Consoles in FreeBSD?

2004-09-19 Thread Dr. Sichendra Bista
On Mon, 20 Sep 2004 12:08:02 +0930, Greg 'groggy' Lehey
[EMAIL PROTECTED] wrote:
 On Sunday, 19 September 2004 at 20:20:08 +0545, Dr. Sichendra Bista wrote:
  I would love to explore if there are some people around who are
  working on or created multihead consoles in FreeBSD as stated at
  http://www.c3sl.ufpr.br/fourhead or http://startx.times.lv. (Please
  visit the links before
 
 Well, it would be good to say what people might find there.  They
 might be reading mail offline.
 
  I have successfully created one with FC1 Linux, but would love to
  know if there are someone in the BSD world. (I am thinking of
  migrating to BSD)!
 
 I'm writing this from in front of seven displays.  See
 http://www.lemis.com/grog/hardware.html for an older photo with only
 five monitors, also with a description of how I did it.  I have these
 displays spread across four machines, one of them a laptop, while the
 one at http://www.c3sl.ufpr.br/fourhead is on a single machine.
 That's not an issue, though: if that's what you want to do, it would
 work equally well on one machine.
 
 Note also that you don't need four video cards for this configuration.
 The cards they're using come in dual-head versions, so two would be
 enough.
 
 One big difference between the configuration you describe and mine is
 that mine only needs one keyboard and mouse.  I consider this a great
 advantage.  If you really want separate keyboards, I suppose it would
 be possible, though I haven't investigated.

Thank you Greg, and I enjoyed visitng your site. Actually, I am
thinking of a low-cost but stable FreeBSD MULTIHEAD CONSOLES, not just
multihead which is already supported by XFree86 4.3.x as well as
X.org. And such consoles are peculiarly important in the
resouce-constraint developing world! And dual-head VGA's are very
expensive in my part of the world and also not readily available. Most
importantly, I am using nVIDIA GeForce MX 4000 with old S3 Virge/DX (I
am interested to explore if there is any possibility that they want to
discard their old machines in which such old PCI cards reside)

I am searching for any knowhow how one can hack the BSD kernel? I know
the configuration of XFree86. Actually, while creating such a
multihead in Linux, we need to hack the kernel with a patch and then
reconfigure some other devices like X server, sound and DMs!

Actually, I tried to install FreeBSD 5.2.1 with bootable CD (iso
image), I was amazed that it could not detect my hard drives though
the BIOS settings and all other settings are intact. It reaches upto
the HDD selection option and what happens is it just says that no HDD
could be detected, though I have got two HDDs (Maxtor 40GB and Seagate
80GB. I want to install FreeBSD in 80GB partition.)

 I have already created 16 partitions at par with the linux partition
scheme. In which I would love to allocate /dev/hdb1 as /boot,
/dev/hdb7 as /, /dev/hdb10 as /var and /dev/hdb13 as /usr. I want to
explore if I could share /dev/hdb5 (swap), /dev/hdb6 (/tmp) and
/dev/hdb16 (/home) with my FC1 and other linux distros?

 
 If you want to follow up on the technical aspects of this sort of
 thing, [EMAIL PROTECTED] might be a better mailing list.

I shall als 

 
 Greg
 --
 See complete headers for address and phone numbers.
 

Thanking you for your invaluable time and irreparable cooperation. 
 
May you, your team and your family be successful in your mission,
prosperous, healthy, happy, free from sufferings and in peace, always!

Webocratically yours,
Dr. Sichendra Bista, Chief Architect and Founding Secretary-General
eParliament.org: The Pioneering OPERATIONAL Model of Webocracy
Address for correspondence: C/o GIIS, GPO Box 10422, Kathmandu, Nepal
Tel: +977 (1) 478 1160/478 2321Web: http://www.eParliament.org
Fax: +977 (1) 478 2321 Email: [EMAIL PROTECTED]

  Peace  |  Justice  |  Human Rights  |  Democracy  |  Development

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


disabling USB in install kernel

2004-09-19 Thread russell
Hi all,
I'm trying to get FreeBSD installed on a Sony VAIO U50, but the install 
kernel never gets past probing the USB devices and I can't for the life 
of me work out how to disable USB. In OpenBSD I boot -c to bring up 
the user kernel config and then disable uhci* and all is good, but 
the FreeBSD equivalent eludes me. The ports are all USB2, and the 
responses I've seen to other people with similar symptoms is to tell 
the BIOS to not emulate a PS-2 keyboard and mouse - unfortunately my 
BIOS doesn't have any options along those lines.

I'm PXE-booting the 5.3B4 installer, at the beastie screen I drop to 
the loader prompt, and then

set hint.uhci.0.disabled=1
set hint.uhci.1.disabled=1
set boot_userconfig=1
boot
but I never see the userconfig screen and the kernel boots the same as 
if none of those options were set. Here is the tail end of the messages 
the kernel shows - after the second uhub1 message it just stops (I've 
left it for 10 minutes or so and there's no progress). Any suggestions 
would be much appreciated.

uhci0: Intel 82801DB (ICH4) USB Controller USB-A port 0x1820-0x183f 
irq 9 at device 29.0 on pci0
uhci0: [GIANT-LOCKED]
usb0: Intel 82801DB (ICH4) USB Controller USB-A on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1: Intel 82801DB (ICH4) USB Controller USB-B port 0x1840-0x185f 
irq 9 at device 29.1 on pci0
uhci1: [GIANT-LOCKED]
usb1: Intel 82801DB (ICH4) USB Controller USB-A on uhci1
usb1: USB revision 1.0
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered

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


Re: Need help with dying drive/restoring data

2004-09-19 Thread Subhro
Which media do you intend to backup to? If I were in your place, I
would just tar the /home and the /etc and put it on a USB drive or on
a CDR/DVDR if you have a burner. However, Are you sure that the drive
is fixed firmly into the drive bay and you are seating the laptop on a
sturdy base?

Regards
S.

On Sun, 19 Sep 2004 22:58:51 +0100, Jonathon McKitrick
[EMAIL PROTECTED] wrote:
 
 Hi all,
 
 Help!  My laptop drive seems to be dying, and while I did keep backups, the
 last one was a bit old.
 
 When I boot up, the drive makes clanking sounds I've never heard before, and
 never finishes the load.  I'm going to make a rescue disk, but does anyone
 have a strategy for how I could handle the delicate job of getting my
 updated data off the drive without making matters worse?  So far, I figure I
 will boot the rescue disk and try to mount the filesystems.
 
 jm
 --
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 



-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ATAPICAM - cdrecord will not recognize my DVD burner

2004-09-19 Thread BSDjunkie

--- Fabian Keil [EMAIL PROTECTED] wrote:

 On Sunday 19 September 2004 14:55, BSDjunkie wrote:
 
  I have been using cdrecord since I built my
 system. I
  have an Asus A7N8X delux motherboard, AMD 3200+
 cpu,
  2G of ram and (2) 15,000 rpm scsi drives.
  
  I recently bought a Toshiba DVD+r/-r burner, which
 I
  replaced my DVDr/CDRW drive with.
  
  The new drive is detected at bootup:
  
  acd0: DVDR TSSTcorpCD/DVDW TS-H552B at
 ata0-master
  PIO4
 
 Do you later see lines like:
 
 cd0 at ata0 bus 0 target 0 lun 0
 cd1 at ata1 bus 0 target 0 lun 0
 cd2 at ata1 bus 0 target 1 lun 0?
 
 If not, you probably need to add
 
 device  atapicam
 
 to your kernel configuration.
  
  However, cdrecord --scanbus no longer can see the
  drive through scsi emulation.
 
 What does it see?
 
 Regards
 Fabian
 

Other than what I mention in my post, there's nothing
more detected at boot-up.

I'll see if there's an option atapicam that I can
include in my kernel config file.

Thank you for the advice.

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


Re: Ssh connection

2004-09-19 Thread Subhro
On 19 Sep 2004 20:32:15 -0400, Lowell Gilbert
[EMAIL PROTECTED] wrote:
 Kevin Stevens [EMAIL PROTECTED] writes:
 
  On Sep 19, 2004, at 10:17, Pota Kalima wrote:
 
   On 19/9/04 5:56 pm, Kevin Stevens [EMAIL PROTECTED] wrote:
  
   What happens if you try to ssh to the machine from itself?
  
   KeS
  
  
   Tried to ssh to machine itself and got the following:
  
   $ Ssh 192.168.0.5
   The authenticity of host '192.168.0.5 (192.168.0.5)' can't be
   established.
   DSA key fingerprint is 42:98:e3:11:
   Are you sure you want to continue connecting (yes/no)? Yes
   Warning: Permanently added '192.168.0.5' (DSA) to the list of known
   hosts.
  
   [There was a prolonged pause here, I almost rebooted the machine]
  
   Sep 19 18:10:00 localhost sshd[581]: fatal: Timeout before
   authentification
   for 192.168.0.5
   Connection closed by 192.168.0.5
 
  Well, there you go.  Better get it working locally before worrying
  about connecting from other machines - at least it's easier to
  troubleshoot that way.  You can start adding -v's to your session
  command to get more details.
 
 I suspect that making sshd log more verbosely will be important, not
 just seeing the error messages from ssh.
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

I have encountered the same problem. The workaround on my problem was
to allow a line

ipfw add 7000 allow tcp from me to any out xmit fxp0 keep-state

It is needless to mention that I was trying to ssh in on a Intel NIC.

Regards
S.


-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ATAPICAM - cdrecord will not recognize my DVD burner

2004-09-19 Thread BSDjunkie

--- Matt Navarre [EMAIL PROTECTED] wrote:
 
  device  atapicam
 
 You also need 
 
 devicecd

Thank you for the info!

I didn't think it was no longer a kernel conf option
since I didn't see it in the NOTES file (replacement
for LINT??) and thought it should have been loaded as
a module instead.

I'm compiling a new kernel now.

Thanks again everyone,

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


RE: Samba 'make install' chokes on textproc/expat2 now openldap

2004-09-19 Thread W. D.
At 14:24 9/19/2004, [EMAIL PROTECTED], wrote:
Personally, unless one has great need not to, I highly recommend upgrading
to samba3 to start with. The perfomance gains alone I found well worth it.
Plus if you plan to integrate into a network with 2k/XP/2K3, it will greatly
improve compatibility.

OK.  I tried to install samba 3.0.7,1.  Got the same error:

===
textproc/expat2 is already installed - perhaps an older version?
If so, you may wish to `make deinstall' and install
this port again by `make reinstall' to upgrade it properly.
If you really wish to overwrite the old port of textproc/expat2
without deleting it first, set the variable FORCE_PKG_REGISTER
in your environment or the make install command line.
===

So, I went to:
/usr/ports/textproc/expat2/ 

and entered:
'make deinstall'

then entered:
'make reinstall'

That seemed to work.  So I went back to:
/usr/ports/net/samba3/

and again entered:
'make install'

Got another error:
~~
===   samba-3.0.7,1 depends on shared library: ldap-2.2.7 - not found
===Verifying install for ldap-2.2.7 in /usr/ports/net/openldap22-client
=

You can build openldap-client-2.2.15 with the following options:

WITH_SASL with (Cyrus) SASL2 support

=

Dependency warning: used OpenSSL version contains known vulerabilities
Please update or define either WITH_OPENSSL_BASE or WITH_OPENSSL_PORT
*** Error code 1

Stop in /usr/prts/net/openldap22-client.
*** Error code 1

Stop in /usr/ports/net/samba3.
~~

OK.  I Googled for this problem with all sorts of variations
of keywords, and nothing showed that would point me in the 
right direction.

What is the simple way to get past this and install Samba



-Original Message-
From: W. D. [mailto:[EMAIL PROTECTED]
Sent: Sunday, September 19, 2004 9:18 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Samba 'make install' chokes on textproc/expat2


Can't get Samba 2.2.11 to install.  Has anyone encountered
a problem with textproc/expat2?



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

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


Re: couldn't map memory

2004-09-19 Thread M. Warner Losh
In message: [EMAIL PROTECTED]
Richard Lynch [EMAIL PROTECTED] writes:
: The bfe_attach function which is getting registered with the Device as a
: callback is being called, and eventually reaches the line where it
: attempts to do:
: sc-bfe_res = bus_alloc_resource(dev, SYS_RES_MEMORY, rid, 0, ~0, 1,
:   RF_ACTIVE);
: 
: It is at this point that it is then printing out Could not map memory
: 
: Now, I had already tried setting hints for maddr and msize to the values
: being used by Windows, in the hope that they would also be good numbers
: for FreeBSD.
: 
: However, one thing I'm not sure of -- Do those hints affect a Module, or
: would they only apply to something built in to the kernel?

No.  hints aren't used by pci at all.

: Sep 17 00:31:09  kernel: cbb0: PCI-CardBus Bridge at device 4.0 on pci2
: Sep 17 00:31:09  kernel: cbb0: pccbb.c Could not grab register memory
: Sep 17 00:31:09  kernel: device_probe_and_attach: cbb0 attach returned 12
: Sep 17 00:31:09  kernel: cbb0: PCI-CardBus Bridge at device 4.1 on pci2
: Sep 17 00:31:09  kernel: cbb0: pccbb.c Could not grab register memory
: Sep 17 00:31:09  kernel: device_probe_and_attach: cbb0 attach returned 12
: Sep 17 00:31:09  kernel: fwohci0: vendor=104c, dev=802e
: Sep 17 00:31:09  kernel: fwohci0: 1394 Open Host Controller Interface
: mem 0xe020-0xe0203fff,0xe0209000-0xe02097ff irq 10 at device 4.2 on
: pci2
: Sep 17 00:31:09  kernel: fwohci0: Could not map memory
: Sep 17 00:31:09  kernel: device_probe_and_attach: fwohci0 attach returned 6
: Sep 17 00:31:09  kernel: sc-bfe_miibus is NULL.
: Sep 17 00:31:09  kernel: bfe0: Broadcom BCM4401-B0 Fast Ethernet mem
: 0xe0206000-0xe0207fff irq 10 at device 5.0 on pci2
: Sep 17 00:31:09  kernel: bfe0: couldn't map memory
: Sep 17 00:31:09  kernel: device_probe_and_attach: bfe0 attach returned 6

This looks a more general problem.

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