Re: abiword (or even Ooo) and more fonts.

2005-06-20 Thread Christopher Illies
On Fri, Jun 17, 2005 at 09:13:56PM -0700, Gary Kline wrote:
 
   Folks,
 
   Once upon a time (like when I ran v 4.x) I somehow managed to
   have a bunch of ttf-derived fonts that somehow worked with
   abiword.  Is there anything in x11-fonts that would give me
   access to more than the standard fonts?  (Just for my rare
   snail letters that would use something fun or offbeat.)

There is a section in the handbook about ttf fonts. I got ttf fonts to
work on my system that way.

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-fonts.html

HTH,

Christopher

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


RE: Yet another RAID Question (YARQ)

2005-06-20 Thread Ted Mittelstaedt


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Sandy
Rutherford
Sent: Sunday, June 19, 2005 10:52 PM


In order to boost read performance, a RAID card should interleave
reading from a RAID-1 volume by reading alternately from one drive and
then the other.  You can see this in alternate blinking of the
activity lights of the drives.  If you are not seeing this when
copying a large file, then this would suggest that a RAID-1 volume is
not working as it should.


Incorrect.  What you are describing is RAID-0.  RAID-1 is mirroring.
Here's
a link:

http://www.pcguide.com/ref/hdd/perf/raid/index.htm

Here's the different RAID levels:

RAID-0  interleaving between 2 or more disks.  Primary purpose is to
combine
multiple disks into a larger volume.  Gives maximum amount of space with
no
fault tolerance.

RAID-1  mirroring  Requires pairs of disks.  Primary purpose is to give
fault tolerance.  Most commonly used with cheaper IDE disks and IDE RAID
cards.  Uses fewest number of disk
drives for fault tolerance.  Very easy to design so that if 1 disk dies
the
array of disks continues without interruption

RAID-2  Bit level striping.  Not used in modern systems (the scheme was
overengineered, basically)

RAID-3  Byte level striping.  Rarely seen in modern RAID controllers.

RAID-4  Block level striping.  Rarely seen in modern RAID controllers.

RAID-5  Block level striping - with distributed parity.  Requires a
minimum of 3
disks.  The primary purpose is to give the volume-combining features of
RAID-0 with
the redundancy of RAID-1.  This is the most popular RAID.  But it is more
difficult
to design for so the cheaper controllers sometimes will halt the system
if a
disk is lost.  Also requires drivers in the OS to allow online rebuilding
of a replaced
disk drive.  Requires significant CPU processing on the RAID card for
parity calculations.

RAID-6  Same as RAID-5 except parity is dual distributed, not single
distributed.  Not common althogh some manufacturers call their
proprietary extensions to RAID-5, raid 6

RAID-7  Patented RAID solution of Storage Computer Corporation that first
showed
up in their OmniRAID stuff, now seen in their CyberBorgVSA.  (influence
of Star Trek in
the product name, there)

Ted Mittelstaedt
Author, The FreeBSD Corporate Networker's Guide
http://www.freebsd-corp-net-guide.com

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


Spy on a socket

2005-06-20 Thread Olivier Nicole
Hi,

I have an application with two processes that communicate using a Unix
Socket.

Is there a way, similar to tcpdump, to spy on the traffic excahnged on
that socket?

TIA

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


Re: how to install on laptop? video issue?

2005-06-20 Thread Dmitry Mityugov
On 6/20/05, Peter van der Linden [EMAIL PROTECTED] wrote:
 I want to install FreeBSD 5.4 onto a partition on my 1 year old HP
 laptop.
 
 I've done a lot of Linux distro installs, and sometimes I need to give
 the installer a hint about the graphics card,
 typically something  like:
 
 boot: linux vga=771
 
 When I try the FreeBSD installer, the screen goes blank about 5 seconds
 after it starts booting from the CD, typically at the point where it
 switches to X Window in a Linux install.
 
 Is there a similar hint I can give FreeBSD about the type of graphics
 to use?  What are the syntax and choices?
 I have googled for this without success.  Thanks,

I doubt this is graphics. FreeBSD installer works in text mode. Can
you see the initial menu (with FreeBSD mascot, ASCII-art style, on the
right side of the screen) before the screen gets blank?

-- 
Dmitry

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


RE: how to install on laptop? video issue?

2005-06-20 Thread Ted Mittelstaedt


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Peter van der
Linden
Sent: Sunday, June 19, 2005 7:06 PM
To: freebsd-questions@freebsd.org
Subject: how to install on laptop? video issue?


I want to install FreeBSD 5.4 onto a partition on my 1 year old HP
laptop.

I've done a lot of Linux distro installs, and sometimes I need to give
the installer a hint about the graphics card,
typically something  like:

boot: linux vga=771

When I try the FreeBSD installer, the screen goes blank about 5 seconds
after it starts booting from the CD, typically at the point where it
switches to X Window in a Linux install.


The FreeBSD 5.4 installer does not switch to a graphical X windows screen
during the installation precisely to prevent the sort of problem that
Linux
distros have with hardware like yours.  What most likely happened is that
something in
the FreeBSD kernel probe tickled some hardware in the laptop and made
the system either freeze up, or switch off the LCD screen.

You might try it with a monitor plugged into the video port and see what
happens - also try the keypress sequence on your laptop that switches the
video between screen and external port just to see if the screen comes
back.

Make sure your running the latest BIOS update for your laptop, you can
download that from HP.

Also see if there is an option to turn ACPI off in your BIOS and try
installing with it off.

You might have to turn it off at the boot loader with the command
unset acpi_load

This is discussed here:

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


Ted

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


FreeBSD Machines dieing, we've tried so much....

2005-06-20 Thread Matt Juszczak

Hi all,

OK, we're still having the FreeBSD machines die on us.  Its two specific 
machines we've noticed, both FreeBSD 5.4, different hardware, different 
purposes.


Originally, orion, our mail server, started getting kernel traps and 
dieing.  Then, our primary ldap server, a week later, started doing it.  
Now they both are dieing atleast once every couple days, at random 
times.  Orion has been up solid for five days, and Caliban (our primary 
ldap server) has been up for about seven, before this evening at 2:00 am 
when it died again.


Here is the output from Caliban: http://paste.atopia.net/126.  Orion has 
a similar message on the console when it hard locks, but the process 
usually says procmail.


I've never had instability problems with FreeBSD.  These machines are 
both in the same location, but on different power supplies.  They are 
controlled with high-level Air Conditioning. We've got three other 
FreeBSD 5.4 machines which haven't shown any sign of instability, but 
they dont receive anywhere near as much traffic as Caliban and Orion ... 
those servers get hammered constantly.


The ONLY similarity between Orion and Caliban software-wise is that they 
both are involved in LDAP.  Caliban acts as a primary LDAP server and 
Orion has LDAP configured via pam and nss.


Please let me know any suggestions you can think of. The hardware is 
fairly new in both machines, but they are completely different kinds of 
boxes. Both machines are multiprocessor.


Thanks in advance,

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


RE: Yet another RAID Question (YARQ)

2005-06-20 Thread Ted Mittelstaedt


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of P.U.Kruppa
Sent: Sunday, June 19, 2005 6:37 PM
To: Ted Mittelstaedt
Cc: P.U.Kruppa; freebsd-questions@freebsd.org
Subject: RE: Yet another RAID Question (YARQ)


On Sun, 19 Jun 2005, Ted Mittelstaedt wrote:


 What model of Proliant?
ML 350 G4


Oh good, we have a customer that has been looking at one of these
for FreeBSD and I'm glad to hear that you didn't have problems with it.

With these all you get is hot-swap support although you might have
to do a camcontrol rescan after swapping the disk.

However, the RAID card
intelligence is supposed to operate independently of the disk driver
to do the remirroring or parity rebuilding.  In theory you should be able
to simply yank out a failed disk and slap in a replacement and the
operating
system shouldn't even notice anything.  No matter what the OS in use.

Actually, the Windows management tools for this raid controller on a
server are observational as well.  There is no rebuild tool or anything
like that.
When we set these systems up
for customers (All the recent Proliants use the same RAID controller)
we usually configure them RAID-5 with 4 physical disks, the setup will
set 3 of the disks in the array, and one a hot-spare.  And in the event
of a disk failure, which you can tell by looking at the disk drive
lights,
or going into the management interface, you simply pull out the bad disk
and put in the replacement and the RAID card takes care of the rest of
it.

As for knowing if a disk has failed,
I think the only way to know is to watch the little lights on the disk
front.
And that is true of the Windows tools also - unless you install a
complete
HP Systems Insight Manager console (generally on a separate machine)
which
talks to all your little HP servers that run the various HP-SIM agents
that talk to the raid card, etc.

If I were you I would test all this by pulling a disk and seeing what
happens.

HP just released a binary driver for this series of RAID cards for Linux
in May 2005.  It supports RedHat and Suse.  I do not know if they ship
software notification tools with this binary driver, or if it also talks
to a HP-SIM console.

Ted

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


RE: FreeBSD Machines dieing, we've tried so much....

2005-06-20 Thread Ted Mittelstaedt

Please post dmesg output from both systems.

Ted

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Matt Juszczak
Sent: Monday, June 20, 2005 1:56 AM
To: freebsd-questions@freebsd.org
Subject: FreeBSD Machines dieing, we've tried so much


Hi all,

OK, we're still having the FreeBSD machines die on us.  Its two
specific
machines we've noticed, both FreeBSD 5.4, different hardware, different
purposes.

Originally, orion, our mail server, started getting kernel traps and
dieing.  Then, our primary ldap server, a week later, started
doing it.
Now they both are dieing atleast once every couple days, at random
times.  Orion has been up solid for five days, and Caliban (our primary
ldap server) has been up for about seven, before this evening
at 2:00 am
when it died again.

Here is the output from Caliban: http://paste.atopia.net/126.
Orion has
a similar message on the console when it hard locks, but the process
usually says procmail.

I've never had instability problems with FreeBSD.  These machines are
both in the same location, but on different power supplies.  They are
controlled with high-level Air Conditioning. We've got three other
FreeBSD 5.4 machines which haven't shown any sign of instability, but
they dont receive anywhere near as much traffic as Caliban and
Orion ...
those servers get hammered constantly.

The ONLY similarity between Orion and Caliban software-wise is
that they
both are involved in LDAP.  Caliban acts as a primary LDAP server and
Orion has LDAP configured via pam and nss.

Please let me know any suggestions you can think of. The hardware is
fairly new in both machines, but they are completely different kinds of
boxes. Both machines are multiprocessor.

Thanks in advance,

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


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


Explaining FreeBSD features

2005-06-20 Thread Fafa Hafiz Krantz

Hello.

I am curious why it's so difficult to get a simple and straight
forward list of FreeBSD's features, that normal people can understand?

I am trying to write one of the largest articles ever to be published
on www.PCWorld.no -- to only say good things about FreeBSD. But I want
it clear what good things to say.

http://www.freebsd.org/features.html is alright, but not the best.
Using super-advanced jargons, it says what they are, but not what they do.
At least not in a way normal people can understand.

http://www.apple.com/macosx/features/unix/ aims more towards the general
public, and does the job a little better. How ever they don't even
mention half of FreeBSD's features.

http://people.freebsd.org/~murray/bsd_flier.html is very, very good.
I get the feeling though, that it ain't like that no more.

Any idea, people?

Thanks!

--

Fafa Hafiz Krantz
  Research Designer @ http://www.bleed.no


-- 
___
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm

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


qpopper error

2005-06-20 Thread Charles Howse

Hi,
In my research before posting this question, I saw this same question  
in numerous places, but I never saw a resolution!


I have qpopper 4.0.5 running from inetd on FBSD 4.11.
I start it thus: /usr/local/libexec/qpopper
When I connect from my Mac to check my mail, I see the following in / 
var/log/messages:


Jun 19 19:45:18 moe qpopper[199]: charles at 192.168.254.3  
(192.168.254.3): -ERR
[SYS/TMP] POP authentication DB not abailable (user charles): No such  
file or directory (2)


Anyone have any ideas what's wrong?

Thanks,
Charles

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


Re: Yet another RAID Question (YARQ)

2005-06-20 Thread Alex Zbyslaw

Ted Mittelstaedt wrote:


Sandy
Rutherford
Sent: Sunday, June 19, 2005 10:52 PM
   


In order to boost read performance, a RAID card should interleave
reading from a RAID-1 volume by reading alternately from one drive and
then the other.  You can see this in alternate blinking of the
activity lights of the drives.  If you are not seeing this when
copying a large file, then this would suggest that a RAID-1 volume is
not working as it should.

   



Incorrect.  What you are describing is RAID-0.  RAID-1 is mirroring.
Here's
 

I don't think you read the message correctly.  It said that *reads* were 
interleaved not that the *data* was interleaved.


--Alex

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


Re: qpopper error

2005-06-20 Thread Glenn Dawson

At 05:52 PM 6/19/2005, Charles Howse wrote:

Hi,
In my research before posting this question, I saw this same question
in numerous places, but I never saw a resolution!

I have qpopper 4.0.5 running from inetd on FBSD 4.11.
I start it thus: /usr/local/libexec/qpopper
When I connect from my Mac to check my mail, I see the following in / 
var/log/messages:


Jun 19 19:45:18 moe qpopper[199]: charles at 192.168.254.3
(192.168.254.3): -ERR
[SYS/TMP] POP authentication DB not abailable (user charles): No such
file or directory (2)

Anyone have any ideas what's wrong?


Did you build qpopper from ports? or ?
What options did you enable or disable/ (assuming you built from ports)

-Glenn



Thanks,
Charles

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


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


Re: DDS Tape problems

2005-06-20 Thread Pavel Duda
I'm not 100% sure its writing, but when I try to write something and 
then use mt -f /dev/sa0 status I got correct status of writen files so 
I can just assume that everything is OK.


Tape is fine I was using it in work in DDS2 tape drive. I have some 
problem with brand new tapes (DDS2 and DDS3)


Serials are not problem. I have turned them off temporarily.

Today I will try to read tape recorded on my machine im my work.


Ted Mittelstaedt wrote:

How do you know it's actually writing?  Can you remove the tape and
put it in another DDS3 drive and see your files?

Are you sure your using a DDS125 tape?

Do you regularly use a cleaning cartridge on this drive?

I would also suggest you try FreeBSD 4.11 on this system - looks
like your serial ports aren't working, either.

Ted



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Pavel Duda
Sent: Sunday, June 19, 2005 12:23 PM
To: freebsd-questions@freebsd.org
Subject: DDS Tape problems


Hi,
I have problem with my DDS-3 type drive. I'm able to write on 
it but not 
read data back. If I try to read them I get card dump and tape drive 
hangs up. I have tried to upgrade firmware but problem remains. Does 
somebody have experience with this ?


My specs :
FreeBSD 5.2.1, generic kernel, x86 (P3), SCSI card is Adaptec AHA2940 
and tape drive Python 04106.


I'm attaching dmesg output.

Thanks for any advice
Pavel Duda








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



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


Re: DDS Tape problems

2005-06-20 Thread Pavel Duda

Greg 'groggy' Lehey wrote:

On Sunday, 19 June 2005 at 21:22:43 +0200, Pavel Duda wrote:


Hi,
I have problem with my DDS-3 type drive. I'm able to write on it but not
read data back. If I try to read them I get card dump and tape drive
hangs up. I have tried to upgrade firmware but problem remains. Does
somebody have experience with this ?

My specs :
FreeBSD 5.2.1, generic kernel, x86 (P3), SCSI card is Adaptec AHA2940
and tape drive Python 04106.

I'm attaching dmesg output.



I don't have time to investigate the status output in detail, but at
first glance the output looks consistent with hardware failure.  I've
had this so many times with tape drives, in particular DDS, that I
have given up using them altogether: not a single one survived its
guarantee period.  If it's not the drive, it could be the tape, though
I've seen far fewer problems in this area.  Does this drive (and tape)
work in other systems?


Yes. I was recently using it in my AIX Netfinity machine. Some tapes 
used for test are new. I will test to record something and read it in 
machine in work.




I don't think it's termination; you say you only see the errors during
reading, and that doesn't fit.



Termination is OK and there is only tape drive at this time (all 
unnecessary drives were removed to minimize possible interferences).



What does the drive do when you try to read it?  A lot of
back-and-forth is usually an indication of hardware read errors.



Both LEDs are on and tape drive doesn't react to eject button.


Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
The virus contained in this message was not detected.

Finger [EMAIL PROTECTED] for PGP public key.
See complete headers for address and phone numbers.


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


strange behavior when libnss-mysql is querying a server with tcp

2005-06-20 Thread Oliver Dumat
hi folks
iam using freebsd 5.4 with libnss-mysql 1.4 and mysql-client40.
libnss-mysql querys on localhost through a socket with no problems.
if i want libnss-mysql querys a database host i get errors:
- the connection defintivly works to the other server (veryfied with
  the mysql client)
- the connection will be opened and after that reseted from my server
- no data is exchanged (no authentication against mysqld and all)
- i also verifyed it with the same libnss-mysql-1.4 on my linux system -
  it works perfectly (same configs (some querys are adapted))

i hope you can give me a hint where i have to search to fix this
problem.
write if you want me to provide any more informations.
thanx a lot for your help 
Oliver Dumat


ome of the debug log:

s_mysql_next_key: Found: username - hosting
[1596]: _nss_mysql_next_key: EXIT (TRUE)
[1596]: _nss_mysql_next_key: ENTER
[1596]: _nss_mysql_next_key: Found: password - password
[1596]: _nss_mysql_next_key: EXIT (TRUE)
[1596]: _nss_mysql_next_key: ENTER
[1596]: _nss_mysql_next_key: Found: port - 3306
[1596]: _nss_mysql_next_key: EXIT (TRUE)
[1596]: _nss_mysql_next_key: ENTER
[1596]: _nss_mysql_next_key: EXIT (FALSE)
[1596]: _nss_mysql_load_config_file: EXIT
[1596]: _nss_mysql_validate_config: ENTER
[1596]: _nss_mysql_validate_config: EXIT (TRUE)
[1596]: _nss_mysql_load_config: EXIT (NSS_SUCCESS)
[1596]: _nss_mysql_init: EXIT (NSS_SUCCESS)
[1596]: _nss_mysql_load_config: ENTER
[1596]: _nss_mysql_load_config: EXIT (NSS_SUCCESS)
[1596]: _nss_mysql_build_query: ENTER
[1596]: _nss_mysql_build_query: BYNONE creating initial query
[1596]: _nss_mysql_build_query: EXIT (NSS_SUCCESS)
[1596]: _nss_mysql_run_query: ENTER
[1596]: _nss_mysql_run_query: Executing query: SELECT domain,pass,webspace FROM 
access
[1596]: _nss_mysql_connect_sql: ENTER
[1596]: _nss_mysql_check_existing_connection: ENTER
[1596]: _nss_mysql_check_existing_connection: EXIT (FALSE)
[1596]: _nss_mysql_load_config: ENTER
[1596]: _nss_mysql_load_config: EXIT (NSS_SUCCESS)
[1596]: _nss_mysql_set_options: ENTER
[1596]: _nss_mysql_set_options: EXIT
[1596]: _nss_mysql_connect_sql: Connecting to db.mynetwork.local
[1596]: _nss_mysql_connect_sql: EXIT (NSS_UNAVAIL)
[1596]: _nss_mysql_run_query: EXIT (NSS_UNAVAIL)
[1596]: _nss_mysql_lookup: EXIT (NSS_UNAVAIL)
[1596]: _nss_mysql_getgrent_r: EXIT (NSS_UNAVAIL)
[1596]: _nss_mysql_setgrent: ENTER
[1596]: _nss_mysql_reset_ent: ENTER
[1596]: _nss_mysql_close_result: ENTER
[1596]: _nss_mysql_close_result: EXIT
[1596]: _nss_mysql_reset_ent: EXIT
[1596]: _nss_mysql_setgrent: EXIT (NSS_SUCCESS)


-- 
Oliver Dumat| NetKom GmbH - Netze  Kommunikationssysteme
PGP-Key: 0x5159507F | Gewerbepark Mockritz
Tel: 03431/589-0| 04720 Großweitzschen
Fax: 03431/589-399  | www.netkom-sachsen.de

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


Re: DDS Tape problems

2005-06-20 Thread Pavel Duda

Alex Zbyslaw wrote:

Pavel Duda wrote:


Hi,
I have problem with my DDS-3 type drive. I'm able to write on it but 
not read data back. If I try to read them I get card dump and tape 
drive hangs up. I have tried to upgrade firmware but problem remains. 
Does somebody have experience with this ?


My specs :
FreeBSD 5.2.1, generic kernel, x86 (P3), SCSI card is Adaptec AHA2940 
and tape drive Python 04106.



Not terribly helpful, but I have a DAT2 working with an Adaptec 2940A.  
It's worked since forever and is fine with 5.4 though I never ran 
5.1/2/3.  Is the machine it's attached to dual-boot?  I.e. can you test 
the tape drive in Windows, or Linux for example?  (Well, they have to be 
good for something :-))   Is this a recent problem or is this the first 
time you've tried using this drive?  Can you try another SCSI adapter?  
I've run mine (for testing only) off the cheapest rubbish I got free 
with a SCSI CDRW and it was fine.




I was trying to use Tekram SCSI adapter with same result. I have taken 
this DDS tape from my AIX machine (netfinity) where it was working wo 
problems.


The only other guess would be termination.  Has anything else on your 
SCSI chain changed?  Is the terminator properly plugged in?




Termination should be fine. I have tried both variants - termination on 
tape and termination via active terminator on cable.




--Alex

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




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


Re: Explaining FreeBSD features

2005-06-20 Thread Erich Dollansky

Hi,

Fafa Hafiz Krantz wrote:


I am curious why it's so difficult to get a simple and straight
forward list of FreeBSD's features, that normal people can understand?


There is no real answer to this question.


I am trying to write one of the largest articles ever to be published
on www.PCWorld.no -- to only say good things about FreeBSD. But I want
it clear what good things to say.


This sounds good. How much time is left for you to write it?


http://www.freebsd.org/features.html is alright, but not the best.
Using super-advanced jargons, it says what they are, but not what they do.
At least not in a way normal people can understand.

FreeBSD is a typical system driven by technical people. Or, as I 
describe it for myself, if I would know marketing, I would not write 
software.



http://www.apple.com/macosx/features/unix/ aims more towards the general
public, and does the job a little better. How ever they don't even
mention half of FreeBSD's features.


Not all applies to FreeBSD.


http://people.freebsd.org/~murray/bsd_flier.html is very, very good.
I get the feeling though, that it ain't like that no more.


It is a starting point but a bit outdated.


Any idea, people?


Not really as I also do not know the current status of your article. I 
also have no idea what the target audience will be.


Let me give you some not to technical points for a start.

FreeBSD strongest and also its weakest point is that it is developed by 
serious people as a serious operating system who took the work of a 
serious university as their base.


This leads easily to misunderstandings when newcommers appearing at the 
scene.


The main advantage of FreeBSD is its stability. It just runs like a work 
horse.


FreeBSD follows very strict principles once set. The number of 
exceptions to be faced during operating a FreeBSD machine are pretty 
much limited.


All applications come via the ports tree and are delivered as source or 
as a binary. The user can decide on what level he/she can maintain the 
machine.


The installation from source need compilations but it does not need any 
knowledge of programming. Following the same steps for all ports, is all 
the user has to do:


cd to the directory in the ports tree
make
make install
make clean

I know some people who were to afraid to move to FreeBSD as they 
believed installing from source is equal to being a programmer.


I hope this will start a discussion to give you the strong points of 
FreeBSD you need for the article.


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


RE: Release build problem

2005-06-20 Thread Tom Skoglund
Just bumping this to see if someone out there might have a clue.
Check the archive or something to find the mail with the scripts and log.

Cheers,
Tom

On Fri, 2005-06-17 at 11:31 +0200, Tom Skoglund wrote:
 Hi,
 
 I have inherited the responsibility for creating the releases for an
 application we develop. I have studied the release script we have been
 using and of course release(7), but still some small problems remain.
 
 The entire world/kernel build process seems to work fine, but creating
 the CD's and ISO's fail. It has only created one cdrom dir (disc1) and
 tries to start making the ISO for the bootonly disc, and of course
 fails. I could of course fix this manually, or tweak the release
 makefile to my needs, but I'd really want this script to work.
 
 I have attached a couple of scripts and part of a release log. This log
 does not contain any info from the world/kernel build phase.
 
 Any help would be much appreciated.
 
 
 -Tom


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


Re: strange behavior when libnss-mysql...

2005-06-20 Thread Oliver Dumat
hi
i know that its not a firewallthing cause i verify it with the console
mysql-client (same password and username) and it works like it should
work.
the permission thing wars the first thing i checked because its the
cause of the most errors ;) 
Oliver Dumat

On Mon, Jun 20, 2005 at 08:39:47AM -0400, Brian J. McGovern wrote:
 A few thoughts...
 
 One possibility is that you may have a firewall in place blocking port 3306.
 However, its unlikely if your normal mysql client connects.
 
 Keep in mind that localhost (127.0.0.1) and an ethernet interface will share
 different hostname/ip semantics. The MySQL database engine may reject your
 connection based on the hostname its getting when doing lookups in the
 user and hosts databases.
 
 Anyhow, just a couple of quick things to think about...
 
   -Brian

-- 
Oliver Dumat| NetKom GmbH - Netze  Kommunikationssysteme
PGP-Key: 0x5159507F | Gewerbepark Mockritz
Tel: 03431/589-0| 04720 Großweitzschen
Fax: 03431/589-399  | www.netkom-sachsen.de

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


FreeBSD 5.3-release crashes when mouse not plugged in ?!

2005-06-20 Thread Dunric
Pentium II / 433 MHz, VIA 693 chipset

At kernel booting system regulary crashes followed with spontaneous restart. 
After many experiments I've figured out it was caused by absence of connected 
PS/2 mouse. It's very strange, but when I plug it in, system normaly boots and 
is working.

It's very annoyng and this box should be dedicated to mail server without any 
peripherials like mouse and keyboard connected.

How do I tweak kernel settings to prevent such a dumb behaviour ?


Thanks in an advance


Paul

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


Re: OT: usage of split

2005-06-20 Thread Chris
Andrew L. Gould wrote:
 Regarding the usage of split to divide files into several parts:
 
 1.  Can the split utility be used on binary files?
 
 2.  How does one rejoin the resulting split files to recreate the 
 original file?  I assume you can cat text files into a new file using 
 redirection (); but can you do that with a binary file?
 
 Thanks,
 
 Andrew Gould

I had somewhat of the same question. Here's my docs on how it was
explained to me:

To create a tarball backup and split it up for CD burning.
Something like:

tar cjf - /dir/to/backup |split -b 650m - bkupname-

Note that using a pipe saves s lot of space. This will produce backups
in the form of bkupname-aa, bkupname-ab etc.

Restoring the backup would be something like:

cd /parent/of/backupdir; cat /path/to/bkup/bkupname-* |tar xjf -

Note that you need to have all backup files on a disk for this to work
properly.

This is what I do to archive my system to a CD Rom. It's sorta like what
winzip does with diskette spanning.


-- 
Best regards,
Chris

The man who has no more problems is out of the game.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Battlefield 2 Server won't start

2005-06-20 Thread Freek Nossin
Hello, 

I was happy when I saw that the Battlefield 2 Linux Server was released. Now
I finally had the chance to run this server (a freebsd machine ofcourse ;))
I thought. After a smooth install (the most annoying parts was accepting the
agreements) I tried to run the server. 

I entered the following command in my BF2 directory:

./start.sh

And then I got this very nice error message:

/usr/home/dennis/BF2/bf2/bin/ia-32/bf2_f: /usr/lib/libstdc++.so.5: version
`GLIBCPP_3.2.2' not found (required by
/usr/home/dennis/BF2/bf2/bin/ia-32/bf2_f)

The library the program was looking for wasn't in the location it expected,
as it is a linux library. I made a symbolic link to the correct file:

$ls -al /usr/lib/libstdc++.*
-r--r--r--  1 root  wheel  1709842 Jun 15 22:29 /usr/lib/libstdc++.a
lrwxr-xr-x  1 root  wheel   14 Jun 15 22:29 /usr/lib/libstdc++.so -
libstdc++.so.4
-r--r--r--  1 root  wheel   834196 Jun 15 22:29 /usr/lib/libstdc++.so.4
lrwxr-xr-x  1 root  wheel   40 Jun 15 15:02 /usr/lib/libstdc++.so.5 -
/usr/compat/linux/usr/lib/libstdc++.so.5
-r--r--r--  1 root  wheel  1705326 Jun 15 22:29 /usr/lib/libstdc++_p.a

and

$ls -al /usr/compat/linux/usr/lib/libstdc++.so.5*
lrwxrwxrwx  1 root  wheel   18 Mar 21 21:42
/usr/compat/linux/usr/lib/libstdc++.so.5 - libstdc++.so.5.0.1
-rwxr-xr-x  1 root  wheel  4181584 Sep  4  2002
/usr/compat/linux/usr/lib/libstdc++.so.5.0.1

but I still get the same error message. Perhaps it has something to do with
the note about GLIBCPP_3.2.2. I checked my GCC version, which is 3.2.1. Can
this be the cause? Or what can else cause this kind of error? 

I am currently running FreeBSD 5.3

You could make my day I one of you know how to solve this!

Kind Regards,

Dennis

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


utility that will dump a web page to std out?

2005-06-20 Thread Brian John
Hello,
Does anyone know of a utility that will get a webpage and dump the output
to standard out?  I was going to use wget, but it dumps the output to a
file.  Any ideas?

Thanks

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


cvs

2005-06-20 Thread Muhammad Kashif Yaqoob
# pkg_add -r cvsup-without-gui
 
The package cvsup-without-gui is installed successfully.
 
 
 
When i run this below command
 
# cvsup -g -L 2 -h cvsup.uk.freebsd.org

/usr/share/examples/cvsup/ports-supfile
 
could not connect to the site mirror.
 
-
 
parsing supfile /usr/share/examples/cvsup/ports-supfile
 
connecting to cvsup.uk.freebsd.org
 
cannot connect to cvsup.uk.freebsd.org: connection refused
 

will retry at 23:15:30

--



-
Yahoo! Sports
 Rekindle the Rivalries. Sign up for Fantasy Football
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: utility that will dump a web page to std out?

2005-06-20 Thread Mantas Smelevicius
--output-document=/dev/cuaa0 for example not work?

On 6/20/05, Brian John [EMAIL PROTECTED] wrote:
 Hello,
 Does anyone know of a utility that will get a webpage and dump the output
 to standard out?  I was going to use wget, but it dumps the output to a
 file.  Any ideas?
 
 Thanks
 
 /Brian
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 


-- 

Pagarbiai / Best regards

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


Re: utility that will dump a web page to std out?

2005-06-20 Thread agerber
 Hello,
 Does anyone know of a utility that will get a webpage and dump the output
 to standard out?  I was going to use wget, but it dumps the output to a
 file.  Any ideas?

 Thanks

 /Brian

Lynx is pretty easy to use for this:

lynx -dump http://www.google.com

--
Alan Gerber

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


missing good and stable newsreader (free or commercial)

2005-06-20 Thread Didier Wiroth
Hi,

I'm missing a valuable free or commercial freebsd newsreader.

Under xp I use grabit from (www.shemes.com). 
I tried the pan newsreader but it permanently crashes when reading and
caching large newsgroups (more than 100mb of cache).

Are there good and stable freebsd newsreader available? 
It should be able to do the following:
1) decoding binary attachments
2) (if possible) nzb file support
3) easy to use

P.S: I tried grabit with wine under freebsd, unfortunately grabit
crashes, so this is not an alternative!

Thank you very much for suggestions!
Didier



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


RE: Yet another RAID Question (YARQ)

2005-06-20 Thread P.U.Kruppa

On Mon, 20 Jun 2005, Ted Mittelstaedt wrote:


On Sun, 19 Jun 2005, Ted Mittelstaedt wrote:



What model of Proliant?

ML 350 G4



Oh good, we have a customer that has been looking at one of these
for FreeBSD and I'm glad to hear that you didn't have problems with it.

Absolutely smooth - and I am really no kind of computer expert.


With these all you get is hot-swap support although you might have
to do a camcontrol rescan after swapping the disk.

Yes, I have read that in some recent thread.


Actually, the Windows management tools for this raid controller on a
server are observational as well.  There is no rebuild tool or anything
like that.
When we set these systems up
for customers (All the recent Proliants use the same RAID controller)
we usually configure them RAID-5 with 4 physical disks, the setup will
set 3 of the disks in the array, and one a hot-spare.  And in the event
of a disk failure, which you can tell by looking at the disk drive
lights,
or going into the management interface, you simply pull out the bad disk
and put in the replacement and the RAID card takes care of the rest of
it.
The City of Wuppertal couldn't buy me a third disc, because that 
would have superceded the limit of 2.5 kEURO, which would have 
required some special administrative act ... :-) .



As for knowing if a disk has failed,
I think the only way to know is to watch the little lights on the disk
front.
After reading Alex' story about running a RAID 1 with a defect 
disc for three years, I believe it will suffice, when I check 
things with every system upgrade.


Uli.


*
* Peter Ulrich Kruppa - Wuppertal - Germany * 
*

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


Re: missing good and stable newsreader (free or commercial)

2005-06-20 Thread Mantas Smelevicius
mozilla thunderbird

free and pretty good :-) exept (combine and decode) :)

On 6/20/05, Didier Wiroth [EMAIL PROTECTED] wrote:
 Hi,
 
 I'm missing a valuable free or commercial freebsd newsreader.
 
 Under xp I use grabit from (www.shemes.com).
 I tried the pan newsreader but it permanently crashes when reading and
 caching large newsgroups (more than 100mb of cache).
 
 Are there good and stable freebsd newsreader available?
 It should be able to do the following:
 1) decoding binary attachments
 2) (if possible) nzb file support
 3) easy to use
 
 P.S: I tried grabit with wine under freebsd, unfortunately grabit
 crashes, so this is not an alternative!
 
 Thank you very much for suggestions!
 Didier
 
 
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 


-- 

Pagarbiai / Best regards

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


Re: cvs

2005-06-20 Thread Alistair Sutton
On 20/06/05, Muhammad Kashif Yaqoob [EMAIL PROTECTED] wrote:
snip
parsing supfile /usr/share/examples/cvsup/ports-supfile
 
connecting to cvsup.uk.freebsd.org
 
cannot connect to cvsup.uk.freebsd.org: connection refused
 
will retry at 23:15:30

I don't think that particular server is functioning anymore. It used
to take you to a web page when viewed in a browser but it now directs
you straight to a plig.org mirror.

I suggest you read the handbook and find a different mirror. I used to
use the cvsup.ie.freebsd.org one which was quite reliable.

Al
-- 
LJ: http://www.livejournal.com/users/everlone
GPG/PGP: http://www.no-dns-yet.org.uk/~everlone/pubkey.gpg
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: OT: usage of split

2005-06-20 Thread Kirk Strauser
On Sunday 19 June 2005 22:31, Andrew L. Gould wrote:

 1.  Can the split utility be used on binary files?

Yes.

 2.  How does one rejoin the resulting split files to recreate the
 original file?  I assume you can cat text files into a new file using
 redirection (); but can you do that with a binary file?

Yes.  From the first line of the cat(1) man page: cat - concatenate files.  
There you have it - cat is short for concatenate.  It's the opposite of 
split.

If you want to prove it to yourself, try using cmp or md5 to compare before 
and after versions of split-and-rejoined files.
-- 
Kirk Strauser


pgpMvb9INMZUt.pgp
Description: PGP signature


Re: Explaining FreeBSD features

2005-06-20 Thread Fafa Hafiz Krantz

 This sounds good. How much time is left for you to write it?

A couple of weeks :)

So I have a lot of time to do research.

 FreeBSD is a typical system driven by technical people.

Clearly its weakest point.

 Or, as I describe it for myself, if I would know marketing,
 I would not write software.

If you knew them both, your powers wouldn't know limits.

  http://www.apple.com/macosx/features/unix/ aims more towards the general
  public, and does the job a little better. How ever they don't even
  mention half of FreeBSD's features.
 
 Not all applies to FreeBSD.

Hopefully one day they will.

  http://people.freebsd.org/~murray/bsd_flier.html is very, very good.
  I get the feeling though, that it ain't like that no more.
 
 It is a starting point but a bit outdated.

True.

I did e-mail this Murray, he told me he was working on a new one.

  Any idea, people?
 
 Not really as I also do not know the current status of your 
 article. I also have no idea what the target audience will be.

Actually, it's not only for the article.

I also want to create an introductory report where FreeBSD meets
the real life, and try to present it in the same professional
manner that Apple presents their Mac OS X.

Maybe some can even be used as wording for FreeBSD's new website,
which they desperately need.

 Let me give you some not to technical points for a start.
 
 FreeBSD strongest and also its weakest point is that it is 
 developed by serious people as a serious operating system who took 
 the work of a serious university as their base.
 
 This leads easily to misunderstandings when newcommers appearing at the scene.
 
 The main advantage of FreeBSD is its stability. It just runs like a 
 work horse.
 
 FreeBSD follows very strict principles once set. The number of 
 exceptions to be faced during operating a FreeBSD machine are 
 pretty much limited.
 
 All applications come via the ports tree and are delivered as 
 source or as a binary. The user can decide on what level he/she can 
 maintain the machine.
 
 The installation from source need compilations but it does not need 
 any knowledge of programming. Following the same steps for all 
 ports, is all the user has to do:
 
 cd to the directory in the ports tree
 make
 make install
 make clean
 
 I know some people who were to afraid to move to FreeBSD as they 
 believed installing from source is equal to being a programmer.

Yeah I know a lot of people like that :)

 I hope this will start a discussion to give you the strong points 
 of FreeBSD you need for the article.

Indeed, Erich.

Your kind gesture and true words have been very helpful.

Thank you!

--

Fafa Hafiz Krantz
  Research Designer @ http://www.bleed.no


-- 
___
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm

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


Re: DDS Tape problems

2005-06-20 Thread Jerry McAllister
 
 Alex Zbyslaw wrote:
  Pavel Duda wrote:
  
  Hi,
  I have problem with my DDS-3 type drive. I'm able to write on it but 
  not read data back. If I try to read them I get card dump and tape 
  drive hangs up. I have tried to upgrade firmware but problem remains. 
  Does somebody have experience with this ?

We have had a lot of experience with seeing similar problems, but little 
with solving it.   We have about 75 systems with mostly DDS-3 some are 
DDS-4. All Are SCSI.   All were on Dell Poweredge machines and are which 
ever vendor OEM model they were installing at the moment - but we couldn't 
seem to identify a clear difference from one model to the next.  

More than half seem to have been working fine for several years.
The rest have continual problems with symptoms similar to yours - 
it appears to write OK, but the tape is unreadable.   There appears to
be stuff on the tape but it is junk.  I say this because skips and
rewinds take about the amount of time I would expect,  but of course
that is not a definitive test.   Also, sometimes I can cat or dd a file
off the tape that is junk (eg the file is junk - not readable as anything.  
But often I cannot get anything at all.   Some got errors during the write.

I think there are multiple problems with the DDS drives, some of which 
may be their own hardware on internal control and some may be the 
SCSI controller or the drivers, but I have never been able to pin 
anything down and after asking several questions on the lists over
several years, have had no response other than some people agreeing
and some stabs with additional questions to answer that all went nowhere.

In a couple of cases, getting the drive replaced seemed to fix the
problem.   I believe the ones that warranty replacement helped were the
ones that failed during write.In others I don't think rplacement helped.   
Some sites have upgraded to DLT.

I know none of this helps much toward solving the problem, but I post
this response for moral support and in hopes of jogging someone who
might know more about these things.

jerry


  My specs :
  FreeBSD 5.2.1, generic kernel, x86 (P3), SCSI card is Adaptec AHA2940 
  and tape drive Python 04106.
  
  Not terribly helpful, but I have a DAT2 working with an Adaptec 2940A.  
  It's worked since forever and is fine with 5.4 though I never ran 
  5.1/2/3.  Is the machine it's attached to dual-boot?  I.e. can you test 
  the tape drive in Windows, or Linux for example?  (Well, they have to be 
  good for something :-))   Is this a recent problem or is this the first 
  time you've tried using this drive?  Can you try another SCSI adapter?  
  I've run mine (for testing only) off the cheapest rubbish I got free 
  with a SCSI CDRW and it was fine.
 
 I was trying to use Tekram SCSI adapter with same result. I have taken 
 this DDS tape from my AIX machine (netfinity) where it was working wo 
 problems.
 
  The only other guess would be termination.  Has anything else on your 
  SCSI chain changed?  Is the terminator properly plugged in?
 
 Termination should be fine. I have tried both variants - termination on 
 tape and termination via active terminator on cable.
 
  --Alex
  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cvsup command problem

2005-06-20 Thread Muhammad Kashif Yaqoob
Dear sir,
 
 I had already read the freebsd cvsup documentation 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html#CVSUP-MIRRORS

 
 then i have apply this command in the freebsd.I will test it  on so many 
mirror that are in the cvsup document .I tested this below command
 
When i run this below command in freebsd 5.3
 
# cvsup -g -L 2 -h cvsup.uk.freebsd.org 
 /usr/share/examples/cvsup/ports-supfile
 
could not connect to the site mirror.
 

 
   parsing supfile /usr/share/examples/cvsup/ports-supfile
 
connecting to cvsup.uk.freebsd.org
 
cannot connect to cvsup.uk.freebsd.org: connection refused
 
will retry at 23:15:30

--
 
 
 
Best Regard,
Muhammad kashif
 


Alistair Sutton [EMAIL PROTECTED] wrote:On 20/06/05, Muhammad Kashif Yaqoob 
wrote:

 parsing supfile /usr/share/examples/cvsup/ports-supfile
 
 connecting to cvsup.uk.freebsd.org
 
 cannot connect to cvsup.uk.freebsd.org: connection refused
 
 will retry at 23:15:30

I don't think that particular server is functioning anymore. It used
to take you to a web page when viewed in a browser but it now directs
you straight to a plig.org mirror.

I suggest you read the handbook and find a different mirror. I used to
use the cvsup.ie.freebsd.org one which was quite reliable.

Al
-- 
LJ: http://www.livejournal.com/users/everlone
GPG/PGP: http://www.no-dns-yet.org.uk/~everlone/pubkey.gpg



-
Yahoo! Sports
 Rekindle the Rivalries. Sign up for Fantasy Football
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mac osx disklabels

2005-06-20 Thread Bob Bomar

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

[EMAIL PROTECTED] wrote:
| I went to mount a UFS filesystem on an OSX prepared drive and discovered
| that apparantly FreeBSD can't read mac disklabels?  Is this true or am I
| missing something?
|

OS X Uses HFS+ which FreeBSD can not read.  Its an Apple format.
There were some tools in ports to read HFS fs's, but not HFS+.

- --
Bob Bomar
[EMAIL PROTECTED]
http://www.bomar.us/~bob
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCts7o9Jm/aTrtdKoRArBJAJ9R9Pj3JcM9Ex7bgJSt9/YcwDy8dwCgkqY/
A8yXjtJEUXqMtLKTV0kVwHg=
=kZsL
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: qpopper error

2005-06-20 Thread fbsd_user
First of all I have qpopper running on 4.10 and 5.4 with out any
problems. I installed the package version.

Second that error message is saying that user charles is not a valid
user on the ISP where you are telling qpopper to fetch the mail
from.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Charles
Howse
Sent: Sunday, June 19, 2005 8:53 PM
To: FreeBSD Questions
Subject: qpopper error


Hi,
In my research before posting this question, I saw this same
question
in numerous places, but I never saw a resolution!

I have qpopper 4.0.5 running from inetd on FBSD 4.11.
I start it thus: /usr/local/libexec/qpopper
When I connect from my Mac to check my mail, I see the following in
/
var/log/messages:

Jun 19 19:45:18 moe qpopper[199]: charles at 192.168.254.3
(192.168.254.3): -ERR
[SYS/TMP] POP authentication DB not abailable (user charles): No
such
file or directory (2)

Anyone have any ideas what's wrong?

Thanks,
Charles

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

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


Re: OT: usage of split

2005-06-20 Thread Giorgos Keramidas
On 2005-06-19 22:37, Andrew L. Gould [EMAIL PROTECTED] wrote:
On Sunday 19 June 2005 10:34 pm, Olivier Nicole wrote:
 2.  How does one rejoin the resulting split files to recreate the
 original file?  I assume you can cat text files into a new file
 using redirection (); but can you do that with a binary file?

 I'd say yes, you can cat a binary file (though it is likely to
 mess-up your screen).

 That's what virtual terminals are for!  ;-)
 What's a better way of rejoining split parts of a binary file?

If you split a binary file using split(1), then just rejoin the parts
with cat(1):

% split -b 140 largefile.bin
% cat x[a-z][a-z]  largefile2.bin

After these two steps, you should have:

largefile.bin   The original binary file.

xaa, xab, ...   Chunks of the original file that can fit
in 1.4MB floppies (does anyone use these
anymore?)

largefile2.bin  A second copy of the original file, that
was created by joining the x[a-z][a-z]
chunks that split(1) created

After writing this post, I realized that split(1) doesn't have an
EXAMPLES section.  I think we should add one :)

- Giorgos

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


Re: utility that will dump a web page to std out?

2005-06-20 Thread David Kelly
On Mon, Jun 20, 2005 at 08:05:48AM -0500, Brian John wrote:
 Hello,
 Does anyone know of a utility that will get a webpage and dump the
 output to standard out?  I was going to use wget, but it dumps the
 output to a file.  Any ideas?

fetch -o - http://url

-- 
David Kelly N4HHE, [EMAIL PROTECTED]

Whom computers would destroy, they must first drive mad.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mac osx disklabels

2005-06-20 Thread Chad Leigh -- Shire.Net LLC


On Jun 20, 2005, at 8:12 AM, Bob Bomar wrote:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

[EMAIL PROTECTED] wrote:
| I went to mount a UFS filesystem on an OSX prepared drive and  
discovered
| that apparantly FreeBSD can't read mac disklabels?  Is this true  
or am I

| missing something?
|

OS X Uses HFS+ which FreeBSD can not read.  Its an Apple format.
There were some tools in ports to read HFS fs's, but not HFS+.


OS X also supports a form of UFS btw

Chad




- --
Bob Bomar
[EMAIL PROTECTED]
http://www.bomar.us/~bob
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCts7o9Jm/aTrtdKoRArBJAJ9R9Pj3JcM9Ex7bgJSt9/YcwDy8dwCgkqY/
A8yXjtJEUXqMtLKTV0kVwHg=
=kZsL
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions- 
[EMAIL PROTECTED]




---
Chad Leigh -- Shire.Net LLC
Your Web App and Email hosting provider
[EMAIL PROTECTED]


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


Generating Linux binaries under FreeBSD

2005-06-20 Thread Alejandro Pulver
Hello,

Is there a way to compile a C program, but generating a Linux binary
instead of a FreeBSD one?

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


[Fwd: compiling mysql query browser]

2005-06-20 Thread ISP Informatique
Hi,

I tried to install mysql query browser from source (1.1.11, get from
www.mysql.com) and I get blocked.

make hang in Making all in gtksourceview

Here is the display.

Any help ?

/tmp/mysql-query-browser-1.1.11/mysql-query-browser# make
Making all in library
Making all in source
Making all in tests
Making all in test_query_analyze
Making all in test_query_composition
Making all in test_strip_sql
Making all in source
Making all in linux
make  all-am
(cd gtksourceview; ./configure --enable-static --disable-shared
--disable-build-tests; make)
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... i386-unknown-freebsd5.4
checking host system type... i386-unknown-freebsd5.4
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... f77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f77 accepts -g... yes
checking the maximum length of command line arguments... 16384
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared
libraries... yeschecking how to hardcode library paths into programs...
immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... freebsd5.4 ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag CXX to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared
libraries... yeschecking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared
libraries... yeschecking how to hardcode library paths into programs...
immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... freebsd5.4 ld.so
appending configuration tag F77 to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for f77 option to produce PIC... -fPIC
checking if f77 PIC flag -fPIC works... yes
checking if f77 supports -c -o file.o... yes
checking whether the f77 linker (/usr/bin/ld) supports shared
libraries... yeschecking how to hardcode library paths into programs...
immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... freebsd5.4 ld.so
checking for intltool = 0.27... 0.28 found
checking for perl... /usr/bin/perl
checking for ANSI C header files... (cached) yes
checking for stdlib.h... 

RE: Problem installing x.org

2005-06-20 Thread Ian Barnes
Hi,

Thanks for that tip. I tried it, but it still doesn't work. I also tried a
pkgdb -F to see if anything else was amiss. I also tried uninstalling imake6
and letting xorg install imake during the build, and even after completing
the install, it moaned and bombed out.

Any ideas ?

Thanks,
Ian

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jorn Argelo
Sent: 19 June 2005 10:30 PM
To: Ian Barnes
Cc: freebsd-questions@freebsd.org
Subject: Re: Problem installing x.org

Ian Barnes wrote:

Hi,

I am trying to install x.org onto my 5.4stable box. 

In /usr/ports/x11/xorg I typed make install and I get this error after a
while (It's a long error): 

making Makefiles in include/bitmaps...
imake: not found
  

There you have it, you miss imake. cd /usr/ports/devel/imake-6  make 
install clean

Kind of weird because it should just use imake as a dependency. Might be 
an idea to contact the ports maintainer about it and see why imake is 
not included as an dependency.

Cheers,

Jorn

*** Error code 127

[snip]

Does anyone know what could be wrong ?

Thanks,
Ian


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


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

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


Re: DDS Tape problems

2005-06-20 Thread scuba
Hi,

In another message you told that you take it from your AIX
system. Take a look at the DIP-Switches configuration, since it should be
different for that system.

Look that your dmesg recognizes the tape as SCSI-2, not 3:

Jun 19 20:54:32 monty kernel: sa0: ARCHIVE Python 04106-XXX 7600
Removable Sequential Access SCSI-2 device

I have a Python DAT DDS-3 here that works fine, but the model
shown in dmesg is another:

sa0: ARCHIVE Python 06408-XXX 8250 Removable Sequential Access SCSI-3
device

- Marcelo Souza


On Sun, 19 Jun 2005, Pavel Duda wrote:

|Hi,
|I have problem with my DDS-3 type drive. I'm able to write on it but not
|read data back. If I try to read them I get card dump and tape drive
|hangs up. I have tried to upgrade firmware but problem remains. Does
|somebody have experience with this ?
|
|My specs :
|FreeBSD 5.2.1, generic kernel, x86 (P3), SCSI card is Adaptec AHA2940
|and tape drive Python 04106.
|
|I'm attaching dmesg output.
|
|Thanks for any advice
|   Pavel Duda
|
|
|
|
|


- Marcelo



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


Re: Generating Linux binaries under FreeBSD

2005-06-20 Thread Chad Leigh -- Shire.Net LLC


On Jun 20, 2005, at 9:15 AM, Alejandro Pulver wrote:


Hello,

Is there a way to compile a C program, but generating a Linux binary
instead of a FreeBSD one?


I don't know if this works but assuming you have the linux  
compatibility layer running


% chroot /compat/linux/  /bin/bash
% gcc

That should use the linux gcc

You may not need to do the chroot first.  Just run a linux shell

so

% /compat/linux/bin/bash
bash-2.0x# gcc

may also get you there

I've done similar things before

Try it out
Chad




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




---
Chad Leigh -- Shire.Net LLC
Your Web App and Email hosting provider
[EMAIL PROTECTED]


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


4.x - 5.x

2005-06-20 Thread Kövesdán Gábor

Hello,

it must be a well-discussed topic, but I don't know where to find a good 
description about upgrading from 4.x to 5.x. There is a production 
machine running 4.10 and the owner wants me to upgrade it to 5.4. Could 
somebody tell me the most important points to care? Or do You know a 
good howto?


Cheers,

Gábor Kövesdán
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Odd ATI + Xorg behavior

2005-06-20 Thread Paul Schmehl

--On June 19, 2005 2:16:38 PM -0700 John Jawed [EMAIL PROTECTED] wrote:


Argh!

Ok I removed the nvidia card, reconfigured X and everything works like a
charm! There has to be a driver incompatiblity in X for my setup. Now...I
guess my options are to switch from the ati driver to the radeon
driver,  and possibly from the nv driver to the nvidia driver.

Any input would be appreciated.

Are you sure xorg will display on three screens horizontally?  I had the 
impression that you could do two side by side or four horizontally *and* 
vertically.


IOW, screen 1 left of screen 0, screen 2 above (or below) screen 0.

I also noticed that you don't have Option Xinerama True in your 
ServerLayout section.  Is that deliberate?  I know ati cards will do 
xinerama-like display natively, but I wonder if using the xorg.conf Option 
would be more effective.


Paul Schmehl ([EMAIL PROTECTED])
Adjunct Information Security Officer
University of Texas at Dallas
AVIEN Founding Member
http://www.utdallas.edu/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 4.x - 5.x

2005-06-20 Thread Ean Kingston
On June 20, 2005 11:28 am, Kövesdán Gábor wrote:
 Hello,

 it must be a well-discussed topic, but I don't know where to find a good
 description about upgrading from 4.x to 5.x. There is a production
 machine running 4.10 and the owner wants me to upgrade it to 5.4. Could
 somebody tell me the most important points to care? Or do You know a
 good howto?

I don't know a good howto but I did a source upgrade from 4.11 to 5.3 a while 
back. I ran into a few issues (due to laziness on my part):

Some changes in kernel config files for building custom kernel.

Some changes in /etc (especially rc.conf). I wound up installing a fresh /etc 
and then manually adding my changes.

Significant changes  to the disk sub-system. I'm using vinum for disk 
mirroring. If you are using vinum, read up on gvinum carefully.

I migrated too soon. Should have waited for 5.4. 5.4 is much better than 5.3.

-- 
Ean Kingston

E-Mail: ean AT hedron DOT org
URL: http://www.hedron.org/
I am currently looking for work. If you need competent system/network 
administration please feel free to contact me directly.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cvs

2005-06-20 Thread Alex Zbyslaw

Alistair Sutton wrote:


On 20/06/05, Muhammad Kashif Yaqoob [EMAIL PROTECTED] wrote:
snip
 


  parsing supfile /usr/share/examples/cvsup/ports-supfile

  connecting to cvsup.uk.freebsd.org

  cannot connect to cvsup.uk.freebsd.org: connection refused

  will retry at 23:15:30
   



I don't think that particular server is functioning anymore. It used
to take you to a web page when viewed in a browser but it now directs
you straight to a plig.org mirror.

I suggest you read the handbook and find a different mirror. I used to
use the cvsup.ie.freebsd.org one which was quite reliable.


# cvsup -g Supfile-ports
Connected to cvsup.uk.FreeBSD.org
Updating collection ports-all/cvs
Edit ports/archivers/p5-Compress-Zlib/Makefile
Edit ports/archivers/p5-Compress-Zlib/distinfo
[...]


Sometimes I find the server unavailable, but rarely.

Muhammad, please try the server again, and also try another one 
somewhere else.  If you still have problems then it may be that there is 
a firewall of some kind between you the the cvsup server.


--Alex


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


Re: 4.x - 5.x

2005-06-20 Thread Daniel Gerzo
Hello Kövesdán,

Monday, June 20, 2005, 5:28:58 PM, you wrote these comments:

 Hello,

 it must be a well-discussed topic, but I don't know where to find a good
 description about upgrading from 4.x to 5.x. There is a production 
 machine running 4.10 and the owner wants me to upgrade it to 5.4. Could
 somebody tell me the most important points to care? Or do You know a
 good howto?

http://www.freebsd.org/releases/5.4R/migration-guide.html

 Cheers,

 Gábor Kövesdán

-- 
Best Regards,

 DanGer, ICQ: 261701668  | e-mail protecting at: http://www.2pu.net/
 http://danger.rulez.sk  | proxy list at:http://www.proxy-web.com/
 | FreeBSD - The Power to Serve!

[ Is all that we see or seem but a dream within a dream? - E. A. Poe ]

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


Re: abiword (or even Ooo) and more fonts.

2005-06-20 Thread Gary Kline
On Mon, Jun 20, 2005 at 08:33:45AM +0200, Christopher Illies wrote:
 On Fri, Jun 17, 2005 at 09:13:56PM -0700, Gary Kline wrote:
  
  Folks,
  
  Once upon a time (like when I ran v 4.x) I somehow managed to
  have a bunch of ttf-derived fonts that somehow worked with
  abiword.  Is there anything in x11-fonts that would give me
  access to more than the standard fonts?  (Just for my rare
  snail letters that would use something fun or offbeat.)
 
 There is a section in the handbook about ttf fonts. I got ttf fonts to
 work on my system that way.
 
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-fonts.html
 
 HTH,
 
 Christopher


It does, muchly.  danke!

gary

 

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

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


Re: OT: usage of split

2005-06-20 Thread Alex Zbyslaw

Giorgos Keramidas wrote:


xaa, xab, ...   Chunks of the original file that can fit
in 1.4MB floppies (does anyone use these
anymore?)
 

A Linux boot floppy saved out bacon just last week, and it's still the 
easiest way to flash a BIOS; Partition Magic still insists on using 
floppies for backing up partition tables.  So sadly, yes, I still use 
floppies.  I wouldn't trust a backup to one, though, and my free 
collection of worthless NT installation floppies generally just gathers 
dust  :-)


--Alex

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


Re: mac osx disklabels

2005-06-20 Thread Doug Hardie


On Jun 20, 2005, at 07:59, Chad Leigh -- Shire.Net LLC wrote:



On Jun 20, 2005, at 8:12 AM, Bob Bomar wrote:



-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

[EMAIL PROTECTED] wrote:
| I went to mount a UFS filesystem on an OSX prepared drive and  
discovered
| that apparantly FreeBSD can't read mac disklabels?  Is this true  
or am I

| missing something?
|

OS X Uses HFS+ which FreeBSD can not read.  Its an Apple format.
There were some tools in ports to read HFS fs's, but not HFS+.



OS X also supports a form of UFS btw


If the drive was formatted using Disk Utility there is a very hidden  
option for Apple Partitioning Scheme or PC Partitioning Scheme.   
The Apple Partitioning Scheme is the default.  The only documentation  
I could find on those options is a note that if you want to be able  
to mount the drive on a PC you must use the PC Partitioning Scheme.   
I suspect that the Apple Partitioning Scheme uses a different format  
for the partition map which may not be handled by anything else.

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


any ipf wizards out there?

2005-06-20 Thread Gary Kline
Folks,

A couple weeks ago I realized that my ipf ruleset was messing
up my web access ... ad had been for months  I just tried an
older, simpler ipf.rules.  Same results.  Can anybody out there
in FreeBSD-land clue me in please? 

gary


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

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


Re: any ipf wizards out there?

2005-06-20 Thread Ean Kingston
On June 20, 2005 12:32 pm, Gary Kline wrote:
   Folks,

   A couple weeks ago I realized that my ipf ruleset was messing
   up my web access ... ad had been for months  I just tried an
   older, simpler ipf.rules.  Same results.  Can anybody out there
   in FreeBSD-land clue me in please?

Probably not  without more detail. If you provided your rules someone might be 
able to help you debug them a bit. A description of your network would 
probably help too.

-- 
Ean Kingston

E-Mail: ean AT hedron DOT org
URL: http://www.hedron.org/
I am currently looking for work. If you need competent system/network 
administration please feel free to contact me directly.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Still looking for w finger who commnds don't give info.

2005-06-20 Thread Dixit, Viraj


These commands use to give me information on who is logged on in BSD 5.3 now 
for some reason no information is given from these commands when super users 
are logged on. Any info.?
Thanks!!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


5.3 spontaneously rebooting

2005-06-20 Thread casey
Due to FBSD's stability, I have never had to diagnose a kernel stability
problem before!! Lately, my server has been rebooting itself for an
unknown reason. There isn't anything informative in the logs. I can't find
any core dumps (find / -type f -iname '*core*'). Can someone point me in
the right direction towards diagnosing this?

TIA,
Casey

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


Re: Still looking for w finger who commnds don't give info.

2005-06-20 Thread Ean Kingston
On June 20, 2005 12:36 pm, Dixit, Viraj wrote:
 These commands use to give me information on who is logged on in BSD 5.3
 now for some reason no information is given from these commands when super
 users are logged on. Any info.? Thanks!!

They work on my 5.4-p2 system. Did you remember to add back sessreg if you 
wanted X logins to be recorded as well?

-- 
Ean Kingston

E-Mail: ean AT hedron DOT org
URL: http://www.hedron.org/
I am currently looking for work. If you need competent system/network 
administration please feel free to contact me directly.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.3 spontaneously rebooting

2005-06-20 Thread Sean Hafeez

It most likely hardware. Heat or RAM.

Get memtest86 and see...


On Jun 20, 2005, at 9:49 AM, [EMAIL PROTECTED] wrote:


Due to FBSD's stability, I have never had to diagnose a kernel  
stability

problem before!! Lately, my server has been rebooting itself for an
unknown reason. There isn't anything informative in the logs. I  
can't find
any core dumps (find / -type f -iname '*core*'). Can someone point  
me in

the right direction towards diagnosing this?

TIA,
Casey

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






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


Re: Still looking for w finger who commnds don't give info.

2005-06-20 Thread Ean Kingston
On June 20, 2005 12:54 pm, you wrote:
 I am not sure what you are telling me, please explain. Thanks!

First, I do not have the same problem that you have. So it is  probably not a 
bug in the OS but an installation error on your system. That is w, finger, 
and who are working as expected (for me).

Second. If you want to include the status of people that logged in via xdm(1) 
(or equivalent), you need to use the sessreg(1) utility in order to update 
the utmp and wtmp files (those files are used by w, finger, and who to 
determine the  login status of users).

Also, please reply to the mailing list.
  -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]  On Behalf Of Ean Kingston
 Sent: Monday, June 20, 2005 9:52 AM
 To:   freebsd-questions@freebsd.org
 Subject:  Re: Still looking for w finger who commnds don't give 
 info.

 On June 20, 2005 12:36 pm, Dixit, Viraj wrote:
  These commands use to give me information on who is logged on in BSD 5.3
  now for some reason no information is given from these commands when
  super users are logged on. Any info.? Thanks!!

 They work on my 5.4-p2 system. Did you remember to add back sessreg if you
 wanted X logins to be recorded as well?

-- 
Ean Kingston

E-Mail: ean AT hedron DOT org
URL: http://www.hedron.org/
I am currently looking for work. If you need competent system/network 
administration please feel free to contact me directly.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 5.3 spontaneously rebooting

2005-06-20 Thread casey
I apologize, the machine is running 5.4.

 It most likely hardware. Heat or RAM.

 Get memtest86 and see...


 On Jun 20, 2005, at 9:49 AM, [EMAIL PROTECTED] wrote:


 Due to FBSD's stability, I have never had to diagnose a kernel
 stability
 problem before!! Lately, my server has been rebooting itself for an
 unknown reason. There isn't anything informative in the logs. I
 can't find
 any core dumps (find / -type f -iname '*core*'). Can someone point
 me in
 the right direction towards diagnosing this?

 TIA,
 Casey

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




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



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


Netgraph - 2 physical interfaces mirrored to 3rd

2005-06-20 Thread Ted Wisniewski
 I pieced some info together from various sources... See the following script 
(running on 5.4-p2, comments are in the script).   I seem to have run into a 
roadblock though...   I am hoping someone else has seen this and solved it.

Ted

#!/bin/csh
#+-+
# (sk0) ---| |--- (sk1)
#| |
#+-+
# ^
# |
#   (xl0)
#
#   In this case, sk0 and sk1 are two sides of a firewall and
#   xl0 represents a physical interface that the traffic is to
#   be mirrored to.  The intent is to create a place where a
#   sniffer / network monitoring tool can be connected.
#
#   The problem...
#
#   As soon as ngctl connect sk0: xl0:lower lower many0 is run,
#   No traffic passes on sk0.  Am I missing something obvious?  
#
#
kldload ng_ether
kldload ng_one2many
kldload netgraph
ifconfig sk0 up
ifconfig sk1 up

ifconfig xl0 inet 10.10.10.10 netmask 255.255.255.0 media 100baseTX mediaopt 
ful
l-duplex up

ngctl list
ngctl mkpeer xl0: one2many lower one
#
# The following line causes no traffic to pass on sk0.   
#
ngctl connect sk0: xl0:lower lower many0
# 
ngctl connect sk1: xl0:lower lower many1

ngctl msg sk0: setpromisc 1
ngctl msg sk1: setpromisc 1

ngctl msg xl0:lower setconfig { xmitAlg=1 failAlg=1 enabledLinks=[ 1 1 ] }



-- 
| Ted WisniewskiE-Mail: [EMAIL PROTECTED]|
| Manager, Systems GroupWEB:http://oz.plymouth.edu/~ted/ |
| Information Technology Services|
| Plymouth State University Phone:  (603) 535-2661   |
| Plymouth NH, 03264Fax:(603) 535-2263   |
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Installing Apache 2 with custom options

2005-06-20 Thread Nicholas Henry
FreeBSD 5.3-RELEASE (GENERIC) #0: Fri Nov  5 04:19:18 UTC 2004

I have apache2 running which I installed from ports. All is running
well. I would like to install the proxy module. As I'm relatively new
to FreeBSD and Unix I'm not sure which is the best way to go. Is there
a way to change the config options before doing a make. How do I do
this so I add to the existing config options with out overwriting
them. Can you do this with ports?

Any help would be much appreciated.

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


Re: After Install -- Where is FreeBSD?

2005-06-20 Thread Eric Anderson

Benjamin Sher wrote:

Dear friends:

Well, the good news is that my first install of FreeBSD went
perfectly. I selected ALL for installation of ports and packages so
it took a good hour to install everything from my two CD's. And some
of the packages encountered an error and could not be installed (they
told me to look in the debugger for details).

Windows XP came through completely unscathed and in perfect working
order on my first primary HD.

All that's missing now is FreeBSD. After completing my install, I
exited. FreeBSD exited normally, then rebooted. But no sign of
FreeBSD. Instead, Windows came up. I do recall choosing to have a
boot manager but never actually saw the screen and boot-up options.
So, I went back into Free BSD by switching back to the CD in my Bios,
but that's as far as I dare go on my own. What should I do? Am I
missing something?


Just letting you know that this is probably best suited to the 
freebsd-questions mailing list.


Eric




--

Eric AndersonSr. Systems AdministratorCentaur Technology
A lost ounce of gold may be found, a lost moment of time never.

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


Re: After Install -- Where is FreeBSD?

2005-06-20 Thread Alex Zbyslaw

Benjamin Sher wrote:


Dear friends:
All that's missing now is FreeBSD. After completing my install, I
exited. FreeBSD exited normally, then rebooted. But no sign of
FreeBSD. Instead, Windows came up. I do recall choosing to have a
boot manager but never actually saw the screen and boot-up options.
So, I went back into Free BSD by switching back to the CD in my Bios,
but that's as far as I dare go on my own. What should I do? Am I
missing something?


I don't know why the boot manager isn't installed, but it's very easy to 
install it again.  Boot from the CD, select Post Installation Config, 
then select the disk Label editor.  Pick the first slice and make it 
bootable (S) then W to write you changes and you are asked if you want 
to install the boot manager.  Say yes.


Quit out and reboot, taking out the CD.  While I'm getting things to 
work I usually leave the floppy and CD as BIOS boot options before the 
hard disk.  Once I know it all works, I fix the BIOS to look for the 
disk first.  If you don't have a bootable CD or floppy in the drive, 
then the system boots from disk.


This is from memory, but I'm pretty sure it's correct.  As long as you 
do nothing other than making a slice bootable, then you should do no damage.


--Alex



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


Re: Installing FreeBSD -- urgent hard drive issue

2005-06-20 Thread Giorgos Keramidas
## Redirected to freebsd-questions, since this is a more appropriate
## mailing list for this sort of discussion.

On 2005-06-20 10:24, Benjamin Sher [EMAIL PROTECTED] wrote:
 Dear friends:

 I'm trying to install FreeBSD 5.4. The install CD that I created in
 Nero is fine. I also printed out all the info I could on my system. I
 have two primary hard drives, each 40G in capacity: The first one has
 Windows XP on it. The second disk is completely blank.

FreeBSD doesn't use letters for naming disk partitions.  It uses a sort
of hierarchical naming scheme, starting with the raw disks themselves,
which are called:

ad0 Primary master
ad1 Primary slave
ad2 Secondary master
ad3 Secondary slave

You currently have Windows installed on what FreeBSD calls ad0.  Thus,
you should be _VERY_ careful while installing FreeBSD not to change
anything on the ad0 disk.

You can partition, slice and assign space of ad1 to your FreeBSD
installation, in (more or less) any way you want.

 I would like to install FreeBSD on this second disk and to use it
 entirely. When I booted up to the Install screen I saw the option of
 choosing ado or ad1. I did read about this earlier on the FreeBSD home
 page. I chose ad1and then saw the Fdisk screen. I don't need to Fdisk
 anything. I just want to use the second primary hard drive.

ad1 is your primary slave drive.  You have done fine so far.

 I am very much afraid that I might do something wrong and wipe out my
 Windows installation. So, I chickened out and decided to ask for
 further guidance from the list.

I would recommend a good backup of your Windows installation first.

Then you have no need to be afraid that you'll mess the Windows setup,
because even if you do it won't matter at all.  You'll just restore
everything from your backup.

 Could you please advise me on what precisely I should do at this
 critical moment?

Read the installation chapter of the Handbook.  Very very carefully.

Then save a good backup of your Windows machine offline, away from the
installation machine.

Finally, install FreeBSD, tweak it, hack it, play around as much as you
want with it.

If you have any questions you have while installing FreeBSD, or after
the installation is done, please feel free to ask by posting at this
mailing list that is dedicated to general FreeBSD questions:

 freebsd-questions@freebsd.org 

Have fun with your FreeBSD installation,

- Giorgos

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


RE: FreeBSD Machines dieing, we've tried so much....

2005-06-20 Thread Matt Juszczak



On Mon, 20 Jun 2005, Ted Mittelstaedt wrote:




Please post dmesg output from both systems.


The systems end up crashing so I can't do a dmesg or do you mean a 
general dmesg when they are stable?




Here is the output from Caliban: http://paste.atopia.net/126.


The machine crashed again today.  The new error message was like the above 
link, it had the same process (slapd), etc.  This time; however, it gave 
some different data.


Here's the error:

Fatal Trap 12: page fault while in kernel mode
cpuid=0; apc id=0
fault virtual address = 0x24
fault code = supervisor read, page not present
instruction pointer = 0x8:0xc0644eff
stack pointer = 0x10:0xdaa1bb48
frame pointer = 0x20:0xdaa1bb5c
code segment = base 0x0, limit 0xf, type 0x1b = dpc0, pres1, def321, 
gran 1

processoreflags = resume, IOPL = 0
current process = 442 (slapd)
trap number = 12
panic: page fault
cpuid = 0
boot() called on cpu #0
uptime: 4d4h33m1s
cannot dump.  No dump device defined.
Automatic reboot in 15 seconds - press a key on the console to abort
rebooting
cpu_reset called on cpu #0
cpu-reset: stopping other cpus
spin lock sched lock held by 0xc1fd4900 for 75 seconds


The machine never rebooted.  Thought this error might help.  This is on 
the other server that keeps dieing with slapd.

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


Re: After Install -- Where is FreeBSD?

2005-06-20 Thread Ed Schouten
Hello Benjamin,

* Benjamin Sher [EMAIL PROTECTED] wrote:
 Well, the good news is that my first install of FreeBSD went
 perfectly. I selected ALL for installation of ports and packages so it
 took a good hour to install everything from my two CD's. And some of
 the packages encountered an error and could not be installed (they
 told me to look in the debugger for details).
 
 Windows XP came through completely unscathed and in perfect working
 order on my first primary HD.
 
 All that's missing now is FreeBSD. After completing my install, I
 exited. FreeBSD exited normally, then rebooted. But no sign of
 FreeBSD. Instead, Windows came up. I do recall choosing to have a boot
 manager but never actually saw the screen and boot-up options. So, I
 went back into Free BSD by switching back to the CD in my Bios, but
 that's as far as I dare go on my own. What should I do? Am I missing
 something?

We really appreciate your interest in the FreeBSD operating system.
There's only one small thing I'd like to point you at and that's that
freebsd-current@freebsd.org is supposed to be a mailing list about the
development about the FreeBSD OS development tree (FreeBSd 6.0 at the
moment).

I guess the people at freebsd-questions@freebsd.org could be more
useful to you. I've already CC'd this message to them, so I hope that
they'll mail back to you.

I do have one tip for you about your problem; if you've installed
FreeBSD on a machine with multiple harddisks (first disk Windows, second
disk FreeBSD) and your BIOS is set up to boot from the first harddisk
(HDD-0), it will just boot Windows, without even' looking at the
bootloader on the second harddisk. Search for the 'Boot device priority'
options in your PC BIOS Setup.

Good luck!

Yours sincerely,
-- 
 Ed Schouten [EMAIL PROTECTED]


pgpayx8fF9Pcs.pgp
Description: PGP signature


Re: Installing Apache 2 with custom options

2005-06-20 Thread Alex Zbyslaw

Nicholas Henry wrote:


FreeBSD 5.3-RELEASE (GENERIC) #0: Fri Nov  5 04:19:18 UTC 2004

I have apache2 running which I installed from ports. All is running
well. I would like to install the proxy module. As I'm relatively new
to FreeBSD and Unix I'm not sure which is the best way to go. Is there
a way to change the config options before doing a make. How do I do
this so I add to the existing config options with out overwriting
them. Can you do this with ports?
 

I'm not quite sure what you are asking. 

If you are asking how do I get make to remember the configuration 
options I used last time then the easiest answer is to use 
sysutils/portupgrade and put your options into 
/usr/local/etc/pkgtools.conf (which is pretty self documenting when you 
edit it).  Some ports now put the options you used in 
/var/db/ports/{portname}/options, but apache2 doesn't seem to be one of 
them yet.  So if you didn't make a not of what you picked, you'll have 
to work them out all over again :-(


If you are asking how to re-install apache2 without overwriting changes 
you made to httpd.conf, then the safest way is to make backup copies 
before deleting the package and reinstalling.  (Easy with portugrgade -f 
option).  Actually, I think the port is clever about this and won't 
remove the config file if you have changed it, but I'd make backups anyway.


Personally, when installing a complex port like apache2, I always try to 
be generous about what modules etc I compile, and try to include stuff I 
*might* need even if I have no use for it yet.  Only experimental stuff 
gets left out.  Saves a lot of grief when you suddenly find a use for 
proxying :-)  Disk space is nearly always cheaper than time.


--Alex


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


Re: After Install -- Where is FreeBSD?

2005-06-20 Thread Alex Zbyslaw

Ed Schouten wrote:


I do have one tip for you about your problem; if you've installed
FreeBSD on a machine with multiple harddisks (first disk Windows, second
disk FreeBSD) and your BIOS is set up to boot from the first harddisk
(HDD-0), it will just boot Windows, without even' looking at the
bootloader on the second harddisk. Search for the 'Boot device priority'
options in your PC BIOS Setup.
 

AFAIK, windows won't start up if it isn't the first disk (well, it 
wouldn't for me, just black-screens and reboots).  You need the FreeBSD 
boot loader on the Windows disk and just select disk2 for FreeBSD.  If 
you ever re-install windows, it will delete the boot loader for you and 
you'll need to install it again.  If you are installing the boot loader 
onto a second disk then /stand/sysinstall is just like booting from CD, 
without having to boot from CD, but it tends to refuse to write stuff to 
currently mounted disks.


Instructions for that already sent to questions, and may well be in the 
handbook :-)


--Alex

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


Re: 4.x - 5.x

2005-06-20 Thread Ken Ebling


On Jun 20, 2005, at 11:28 AM, Kövesdán_Gábor wrote:


Hello,

it must be a well-discussed topic, but I don't know where to find a  
good description about upgrading from 4.x to 5.x. There is a  
production machine running 4.10 and the owner wants me to upgrade  
it to 5.4. Could somebody tell me the most important points to  
care? Or do You know a good howto?


Cheers,

Gábor Kövesdán
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions- 
[EMAIL PROTECTED]


!DSPAM:42b6e0cc524098808316405!


I've upgraded quite a few machines from 4.x to 5.x, all without any  
problems.   The best 'how-to' I know of is in /usr/src/UPDATING


Update your sources via cvsup to RELENG_5_4 and search in /usr/src/ 
UPDATING for To upgrade in-place from 4.x-stable to current.


On one of my 5.4-p1 systems, the relevant instructions start on line  
1868.


Take care,

Ken Ebling

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


When does swap decreases

2005-06-20 Thread Francisco Reyes

My swap used to be 30MB+
I increased from 256MB to 384MB.
For several days swap usage was zero. Then I saw it increase to a few 
hundred Kbs.. and now it's up to 10MB.


I am wondering if it's because swap is not going down or there is now that 
many more programs running (which I doubt).


Before the memory upgrade the swap was very steady at 30MB so after a 
128MB memory increase I am a little surprised my swap seems to be staying 
around 10MB


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


Re: When does swap decreases

2005-06-20 Thread Dan Nelson
In the last episode (Jun 20), Francisco Reyes said:
 My swap used to be 30MB+
 I increased from 256MB to 384MB.
 For several days swap usage was zero. Then I saw it increase to a few 
 hundred Kbs.. and now it's up to 10MB.
 
 I am wondering if it's because swap is not going down or there is now that 
 many more programs running (which I doubt).
 
 Before the memory upgrade the swap was very steady at 30MB so after a
 128MB memory increase I am a little surprised my swap seems to be
 staying around 10MB

When the system is low on memory, it will force the least used blocks
of memory to swap.  It will not free the swap space until the process
owning them exits (even if it pages that memory back into RAM), so at
some point the system paged out 30MB of memory, some processes exited
and freed up 20MB, and you probably have some long-lived processes that
account for that remaining 10MB.

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


RE: Battlefield 2 Server won't start

2005-06-20 Thread Freek Nossin
Nice try,

but it didn't work, unfortunately. 

I'm still getting the same error:

/usr/home/dennis/BF2/bf2/bin/ia-32/bf2_f: /usr/lib/libstdc++.so.5: version
`GLIBCPP_3.2.2' not found (required by  
/usr/home/dennis/BF2/bf2/bin/ia-32/bf2_f)


 -Original Message-
 From: Christopher J. Umina [mailto:[EMAIL PROTECTED]
 Sent: maandag 20 juni 2005 15:06
 To: Freek Nossin
 Subject: Re: Battlefield 2 Server won't start
 
 sometimes things get messed up when you don't type the full path of the
 startup script...
 
 eg:
 /usr/local/etc/rc.d/script.sh start
 
 as opposed to
 
 cd /usr/local/etc/rc.d
 ./script.sh start
 
 
 ...  just a stab in the dark
 
 On Jun 20, 2005, at 8:58 AM, Freek Nossin wrote:
 
  Hello,
 
  I was happy when I saw that the Battlefield 2 Linux Server was
  released. Now
  I finally had the chance to run this server (a freebsd machine
  ofcourse ;))
  I thought. After a smooth install (the most annoying parts was
  accepting the
  agreements) I tried to run the server.
 
  I entered the following command in my BF2 directory:
 
  ./start.sh
 
  And then I got this very nice error message:
 
  /usr/home/dennis/BF2/bf2/bin/ia-32/bf2_f: /usr/lib/libstdc++.so.5:
  version
  `GLIBCPP_3.2.2' not found (required by
  /usr/home/dennis/BF2/bf2/bin/ia-32/bf2_f)
 
  The library the program was looking for wasn't in the location it
  expected,
  as it is a linux library. I made a symbolic link to the correct file:
 
  $ls -al /usr/lib/libstdc++.*
  -r--r--r--  1 root  wheel  1709842 Jun 15 22:29 /usr/lib/libstdc++.a
  lrwxr-xr-x  1 root  wheel   14 Jun 15 22:29 /usr/lib/libstdc++.so
  -
  libstdc++.so.4
  -r--r--r--  1 root  wheel   834196 Jun 15 22:29 /usr/lib/libstdc++.so.4
  lrwxr-xr-x  1 root  wheel   40 Jun 15 15:02
  /usr/lib/libstdc++.so.5 -
  /usr/compat/linux/usr/lib/libstdc++.so.5
  -r--r--r--  1 root  wheel  1705326 Jun 15 22:29 /usr/lib/libstdc++_p.a
 
  and
 
  $ls -al /usr/compat/linux/usr/lib/libstdc++.so.5*
  lrwxrwxrwx  1 root  wheel   18 Mar 21 21:42
  /usr/compat/linux/usr/lib/libstdc++.so.5 - libstdc++.so.5.0.1
  -rwxr-xr-x  1 root  wheel  4181584 Sep  4  2002
  /usr/compat/linux/usr/lib/libstdc++.so.5.0.1
 
  but I still get the same error message. Perhaps it has something to do
  with
  the note about GLIBCPP_3.2.2. I checked my GCC version, which is
  3.2.1. Can
  this be the cause? Or what can else cause this kind of error?
 
  I am currently running FreeBSD 5.3
 
  You could make my day I one of you know how to solve this!
 
  Kind Regards,
 
  Dennis
 
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]
 

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


Re: FreeBSD Machines dieing, we've tried so much....

2005-06-20 Thread Chad Leigh -- Shire.Net LLC


On Jun 20, 2005, at 11:48 AM, Matt Juszczak wrote:




On Mon, 20 Jun 2005, Ted Mittelstaedt wrote:





Please post dmesg output from both systems.



The systems end up crashing so I can't do a dmesg or do you  
mean a general dmesg when they are stable?


Probably just a standard one so people can see what you config is on  
them


Chad






Here is the output from Caliban: http://paste.atopia.net/126.



The machine crashed again today.  The new error message was like  
the above link, it had the same process (slapd), etc.  This time;  
however, it gave some different data.


Here's the error:

Fatal Trap 12: page fault while in kernel mode
cpuid=0; apc id=0
fault virtual address = 0x24
fault code = supervisor read, page not present
instruction pointer = 0x8:0xc0644eff
stack pointer = 0x10:0xdaa1bb48
frame pointer = 0x20:0xdaa1bb5c
code segment = base 0x0, limit 0xf, type 0x1b = dpc0, pres1,  
def321, gran 1

processoreflags = resume, IOPL = 0
current process = 442 (slapd)
trap number = 12
panic: page fault
cpuid = 0
boot() called on cpu #0
uptime: 4d4h33m1s
cannot dump.  No dump device defined.
Automatic reboot in 15 seconds - press a key on the console to  
abort

rebooting
cpu_reset called on cpu #0
cpu-reset: stopping other cpus
spin lock sched lock held by 0xc1fd4900 for 75 seconds


The machine never rebooted.  Thought this error might help.  This  
is on the other server that keeps dieing with slapd.

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




---
Chad Leigh -- Shire.Net LLC
Your Web App and Email hosting provider
[EMAIL PROTECTED]


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


Re: When does swap decreases

2005-06-20 Thread Francisco Reyes

On Mon, 20 Jun 2005, Dan Nelson wrote:


When the system is low on memory, it will force the least used blocks
of memory to swap.  It will not free the swap space until the process
owning them exits (even if it pages that memory back into RAM), so at
some point the system paged out 30MB of memory, some processes exited
and freed up 20MB, and you probably have some long-lived processes that
account for that remaining 10MB.


Makes sense.
Any way to find out which process is using the swap?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: When does swap decreases

2005-06-20 Thread Dan Nelson
In the last episode (Jun 20), Francisco Reyes said:
 On Mon, 20 Jun 2005, Dan Nelson wrote:
  When the system is low on memory, it will force the least used
  blocks of memory to swap.  It will not free the swap space until
  the process owning them exits (even if it pages that memory back
  into RAM), so at some point the system paged out 30MB of memory,
  some processes exited and freed up 20MB, and you probably have some
  long-lived processes that account for that remaining 10MB.
 
 Makes sense.
 Any way to find out which process is using the swap?

None that I know of.  Another one of those Junior Kernel Hacker
proejcts :)

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


FreeBSD L2TP client

2005-06-20 Thread Andy Miller
I am looking for a way to use FreeBSD as a L2TP VPN client.  Does anyone
know of a way to do this.  I found ng_l2tp, but I'm not quite sure how to
use it.  If anyone has a good how-to, or can give me some direction, I'd
appreciate it.  Thank you.

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


Re: FreeBSD Machines dieing, we've tried so much....

2005-06-20 Thread Matt Juszczak


Attached is the dmesg as requested



Copyright (c) 1992-2005 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 5.4-RELEASE-p1 #0: Mon May 16 21:25:42 EDT 2005
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/orionkern
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: Intel(R) Xeon(TM) CPU 3.06GHz (3065.80-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0xf29  Stepping = 9
  
Features=0xbfebfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE
  Hyperthreading: 2 logical CPUs
real memory  = 4160225280 (3967 MB)
avail memory = 4073291776 (3884 MB)
ACPI APIC Table: PTLTD   APIC  
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
 cpu2 (AP): APIC ID:  6
 cpu3 (AP): APIC ID:  7
ioapic0 Version 2.0 irqs 0-23 on motherboard
ioapic1 Version 2.0 irqs 24-47 on motherboard
ioapic2 Version 2.0 irqs 48-71 on motherboard
ioapic3 Version 2.0 irqs 72-95 on motherboard
ioapic4 Version 2.0 irqs 96-119 on motherboard
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: PTLTD   RSDT on motherboard
acpi0: Power Button (fixed)
Timecounter ACPI-fast frequency 3579545 Hz quality 1000
acpi_timer0: 24-bit timer at 3.579545MHz port 0x1008-0x100b on acpi0
cpu0: ACPI CPU (2 Cx states) on acpi0
cpu1: ACPI CPU (2 Cx states) on acpi0
cpu2: ACPI CPU (2 Cx states) on acpi0
cpu3: ACPI CPU (2 Cx states) on acpi0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
pci0: unknown at device 0.1 (no driver attached)
pcib1: ACPI PCI-PCI bridge at device 2.0 on pci0
pci1: ACPI PCI bus on pcib1
pci1: base peripheral, interrupt controller at device 28.0 (no driver 
attached)
pcib2: ACPI PCI-PCI bridge at device 29.0 on pci1
pci2: ACPI PCI bus on pcib2
pci1: base peripheral, interrupt controller at device 30.0 (no driver 
attached)
pcib3: ACPI PCI-PCI bridge at device 31.0 on pci1
pci3: ACPI PCI bus on pcib3
em0: Intel(R) PRO/1000 Network Connection, Version - 1.7.35 port 
0x3000-0x303f mem 0xf820-0xf821 irq 28 at device 2.0 on pci3
em0: Ethernet address: 00:30:48:2c:60:5c
em0:  Speed:N/A  Duplex:N/A
em1: Intel(R) PRO/1000 Network Connection, Version - 1.7.35 port 
0x3040-0x307f mem 0xf822-0xf823 irq 29 at device 2.1 on pci3
em1: Ethernet address: 00:30:48:2c:60:5d
em1:  Speed:N/A  Duplex:N/A
pcib4: ACPI PCI-PCI bridge at device 3.0 on pci0
pci4: ACPI PCI bus on pcib4
pci4: base peripheral, interrupt controller at device 28.0 (no driver 
attached)
pcib5: ACPI PCI-PCI bridge at device 29.0 on pci4
pci5: ACPI PCI bus on pcib5
pci4: base peripheral, interrupt controller at device 30.0 (no driver 
attached)
pcib6: ACPI PCI-PCI bridge at device 31.0 on pci4
pci6: ACPI PCI bus on pcib6
asr0: Adaptec Caching SCSI RAID mem 
0xfc00-0xfdff,0xfb00-0xfbff,0xf840-0xf84f irq 72 at device 
1.0 on pci6
asr0: ADAPTEC 2010S FW Rev. 3B0A, 2 channel, 256 CCBs, Protocol I2O
uhci0: Intel 82801CA/CAM (ICH3) USB controller USB-A port 0x2000-0x201f irq 
16 at device 29.0 on pci0
usb0: Intel 82801CA/CAM (ICH3) 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 82801CA/CAM (ICH3) USB controller USB-B port 0x2020-0x203f irq 
19 at device 29.1 on pci0
usb1: Intel 82801CA/CAM (ICH3) USB controller USB-B 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
uhci2: Intel 82801CA/CAM (ICH3) USB controller USB-C port 0x2040-0x205f irq 
18 at device 29.2 on pci0
usb2: Intel 82801CA/CAM (ICH3) USB controller USB-C on uhci2
usb2: USB revision 1.0
uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
pcib7: ACPI PCI-PCI bridge at device 30.0 on pci0
pci7: ACPI PCI bus on pcib7
pci7: display, VGA at device 1.0 (no driver attached)
isab0: PCI-ISA bridge at device 31.0 on pci0
isa0: ISA bus on isab0
atapci0: Intel ICH3 UDMA100 controller port 
0x2060-0x206f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on pci0
ata0: channel #0 on atapci0
ata1: channel #1 on atapci0
pci0: serial bus, SMBus at device 31.3 (no driver attached)
acpi_button0: Power Button on acpi0
atkbdc0: Keyboard controller (i8042) port 0x64,0x60 irq 1 on acpi0
atkbd0: AT Keyboard irq 1 on atkbdc0
kbd0 at atkbd0
sio0: 16550A-compatible COM port port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 16550A
sio1: 16550A-compatible COM port port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
fdc0: floppy drive controller port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0
fd0: 1440-KB 3.5 drive on fdc0 drive 0
ppc0: ECP parallel printer port port 0x778-0x77f,0x378-0x37f irq 7 drq 3 on 
acpi0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in 

Link to PPP NAT tutorial ?

2005-06-20 Thread Peter

Hello ,

can you please point me to some tutorial regarding NAT and PPP.
I have successfully set up PPPoE connection on 1 of the interface, I am
able to make ssh and ping the server from the other interface but I am
still not able to make to make the system forward the packages.
gateway_enable=YES
ppp_nat=YES
natd_enable=YES( I tried with NO too)
natd_interface=tun0
natd_flags=-dynamic

I saw a few tutorials and I think I get confused :-) Can you please 
point me some that works with PPPoE and NATS ?


Thanks a lot :-)

--
Best regards,

Peter

http://AboutSupport.com

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


Re: When does swap decreases

2005-06-20 Thread K. Greenwood


--- Dan Nelson [EMAIL PROTECTED] wrote:
 In the last episode (Jun 20), Francisco Reyes said:
  On Mon, 20 Jun 2005, Dan Nelson wrote:

snipped swap space not decreasing, and revelation
that a process may still exist

  Makes sense.
  Any way to find out which process is using the
 swap?
 
 None that I know of.  Another one of those Junior
 Kernel Hacker
 proejcts :)

snipped

Perhaps /sysutils/lsof?  Desc. as follows.

+++
Lsof (LiSt Open Files) lists information about files
that are open by the running processes.  An open file
may be a regular file, a directory, a block special
file, a character special file, an executing text
reference, a library, a stream or a network file
(Internet socket, NFS file or Unix domain socket).

See also fstat(1) in the base system.

WWW: http://people.freebsd.org/~abe/
+++

I have only recently installed it, not a clue as to
how to use it, however.

BTW, if Mr. Nelson is considered Junior Kernel
Hacker, I qualify as Senior Keyboard Drooler.

AKA, take my advice with a grain of salt.



__ 
Discover Yahoo! 
Find restaurants, movies, travel and more fun for the weekend. Check it out! 
http://discover.yahoo.com/weekend.html 

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


Re: Battlefield 2 Server won't start

2005-06-20 Thread Eugene Hercun
Did you install the linux binaries?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mac osx disklabels

2005-06-20 Thread pallen
Yeah, this sounds like a way to a solution.  Of course, the
drive isn't mine :-/ so I'm sort of powerless on this point.

The consensus seems to be though that FreeBSD doesn't
support reading those mac disklabels (partitions)...

I wonder, can FreeBSD read GPT organized disks (ia64) under
i386? 

-Paul

From Doug Hardie [EMAIL PROTECTED], Mon, Jun 20, 2005 at 09:14:44AM -0700:
 
 On Jun 20, 2005, at 07:59, Chad Leigh -- Shire.Net LLC wrote:
 
 
 On Jun 20, 2005, at 8:12 AM, Bob Bomar wrote:
 
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 [EMAIL PROTECTED] wrote:
 | I went to mount a UFS filesystem on an OSX prepared drive and  
 discovered
 | that apparantly FreeBSD can't read mac disklabels?  Is this true  
 or am I
 | missing something?
 |
 
 OS X Uses HFS+ which FreeBSD can not read.  Its an Apple format.
 There were some tools in ports to read HFS fs's, but not HFS+.
 
 
 OS X also supports a form of UFS btw
 
 If the drive was formatted using Disk Utility there is a very hidden  
 option for Apple Partitioning Scheme or PC Partitioning Scheme.   
 The Apple Partitioning Scheme is the default.  The only documentation  
 I could find on those options is a note that if you want to be able  
 to mount the drive on a PC you must use the PC Partitioning Scheme.   
 I suspect that the Apple Partitioning Scheme uses a different format  
 for the partition map which may not be handled by anything else.

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


Re: mac osx disklabels

2005-06-20 Thread pallen
Yes, and in OSX this drive has been formatted with their
idea of a UFS filesystem.  The trouble I encounter appears
to be because
1) there is no dos partition information (no slices)
2) freebsd cannot read the mac disklabel format (no
partitions)

I just want to confirm that I'm not running into any
stupidity with regards to the partition information.

Thanks for confirming that bit about HFS, but I was 
already pretty certain on that account...

-Paul

From Chad Leigh -- Shire.Net LLC [EMAIL PROTECTED], Mon, Jun 20, 2005 at 
08:59:46AM -0600:
 
 On Jun 20, 2005, at 8:12 AM, Bob Bomar wrote:
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 [EMAIL PROTECTED] wrote:
 | I went to mount a UFS filesystem on an OSX prepared drive and  
 discovered
 | that apparantly FreeBSD can't read mac disklabels?  Is this true  
 or am I
 | missing something?
 |
 
 OS X Uses HFS+ which FreeBSD can not read.  Its an Apple format.
 There were some tools in ports to read HFS fs's, but not HFS+.
 
 OS X also supports a form of UFS btw
 
 Chad
 
 
 
 - --
 Bob Bomar
 [EMAIL PROTECTED]
 http://www.bomar.us/~bob
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.4 (Darwin)
 Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
 
 iD8DBQFCts7o9Jm/aTrtdKoRArBJAJ9R9Pj3JcM9Ex7bgJSt9/YcwDy8dwCgkqY/
 A8yXjtJEUXqMtLKTV0kVwHg=
 =kZsL
 -END PGP SIGNATURE-
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions- 
 [EMAIL PROTECTED]
 
 
 ---
 Chad Leigh -- Shire.Net LLC
 Your Web App and Email hosting provider
 [EMAIL PROTECTED]
 

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


Sound Jitter.

2005-06-20 Thread Grant
Hey,

I've resently installed freebsd 5.4 on to my HP omnibook 4150, i've got
the sound working and everything else setup perfect.

Or so i thought, the sound is fine unless i want to do something, if i'm
just scrolling in firefox it causes the sound to kinda of jump or skip,
i've tried different apps to play the music and it seems to do the same
on every app. (xmms, beep-media-player, mp3blaster and mpg123) the only
one that didnt skip as much was mpg123.

The skips only seem to happen when there is some type of activity on the
computer, disk, network or screen. I dont know if i have missed
configuring something or i just need to apply some type of patch...

The spec of the laptop is:

P2 300Mhz,
320Mb SODIMM,
6Gb Hard Drive,
Sound and graphics is a neomagic 256AV, but using the cs4231 driver, as
the neomagic driver locks up the laptop in freebsd and linux.

Thanks for any advise in advance :)
From Grant.


pgpYiPzRIbg8s.pgp
Description: PGP signature


RE: Link to PPP NAT tutorial ?

2005-06-20 Thread fbsd_user
you are mixing up ppp nat and ipfw nat.

these belong to ipfw nat
natd_enable=YES( I tried with NO too)
natd_interface=tun0
natd_flags=-dynamic

you do nat in ppp or in the furewall but not both places.

you need to post the desrciption of your over all network layout


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Peter
Sent: Monday, June 20, 2005 3:49 PM
To: freebsd-questions@freebsd.org
Subject: Link to PPP NAT tutorial ?


Hello ,

can you please point me to some tutorial regarding NAT and PPP.
I have successfully set up PPPoE connection on 1 of the interface, I
am
able to make ssh and ping the server from the other interface but I
am
still not able to make to make the system forward the packages.
gateway_enable=YES
ppp_nat=YES
natd_enable=YES( I tried with NO too)
natd_interface=tun0
natd_flags=-dynamic

I saw a few tutorials and I think I get confused :-) Can you please
point me some that works with PPPoE and NATS ?

Thanks a lot :-)

--
Best regards,

Peter

http://AboutSupport.com

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

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


Re: Explaining FreeBSD features

2005-06-20 Thread Karel Bosschaart

Fafa Hafiz Krantz wrote:

snip
I know some people who were to afraid to move to FreeBSD as they 
believed installing from source is equal to being a programmer.


Yeah I know a lot of people like that :)


For those people, the pcbsd project www.pcbsd.org might be an option. I 
didn't try it myself (yet), but from their website it looks like a 
promising approach.


Karel.

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


Re: any ipf wizards out there?

2005-06-20 Thread Michal Mertl
Gary Kline wrote:
   Folks,
 
   A couple weeks ago I realized that my ipf ruleset was messing
   up my web access ... ad had been for months  I just tried an
   older, simpler ipf.rules.  Same results.  Can anybody out there
   in FreeBSD-land clue me in please? 

Without any concrete information it's hard to guess. The only thing I
can think of is that you don't allow outgoing ICMP packet-too-big. This
will make it for users with small MTU (e.g. some dial-up, PPPoE (ADSL)
impossible to receive bigger pages (longer then their MTU minus
something).


   gary
 
 

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


Re: utility that will dump a web page to std out?

2005-06-20 Thread Björn König

Yet some other solutions:

with bash:

( printf 'GET / HTTP/1.0\n\n' 3  cat 03 ) 3 
/dev/tcp/www.freebsd.org/80


with netcat:

printf 'GET / HTTP/1.0' | nc www.freebsd.org 80


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


Re: Sound Jitter.

2005-06-20 Thread Roland Smith
On Mon, Jun 20, 2005 at 09:31:51PM +0100, Grant wrote:
 
 Or so i thought, the sound is fine unless i want to do something, if i'm
 just scrolling in firefox it causes the sound to kinda of jump or skip,
snip 
 The skips only seem to happen when there is some type of activity on the
 computer, disk, network or screen. I dont know if i have missed
 configuring something or i just need to apply some type of patch...

Try enlarging the soundcards DMA buffer; Add the following line to
/boot/device.hints and reboot:

hint.pcm.0.buffersize=16384

HTH, Roland
-- 
R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text.
public key: http://www.xs4all.nl/~rsmith/pubkey.txt


pgpaJuqNLUq48.pgp
Description: PGP signature


Re: Battlefield 2 Server won't start

2005-06-20 Thread Derrick Ryalls
On 6/20/05, Freek Nossin [EMAIL PROTECTED] wrote:
 Hello,
 
 I was happy when I saw that the Battlefield 2 Linux Server was released. Now
 I finally had the chance to run this server (a freebsd machine ofcourse ;))
 I thought. After a smooth install (the most annoying parts was accepting the
 agreements) I tried to run the server.
 
 I entered the following command in my BF2 directory:
 
 ./start.sh
 
 And then I got this very nice error message:
 
 /usr/home/dennis/BF2/bf2/bin/ia-32/bf2_f: /usr/lib/libstdc++.so.5: version
 `GLIBCPP_3.2.2' not found (required by
 /usr/home/dennis/BF2/bf2/bin/ia-32/bf2_f)
 
 The library the program was looking for wasn't in the location it expected,
 as it is a linux library. I made a symbolic link to the correct file:
 
 $ls -al /usr/lib/libstdc++.*
 -r--r--r--  1 root  wheel  1709842 Jun 15 22:29 /usr/lib/libstdc++.a
 lrwxr-xr-x  1 root  wheel   14 Jun 15 22:29 /usr/lib/libstdc++.so -
 libstdc++.so.4
 -r--r--r--  1 root  wheel   834196 Jun 15 22:29 /usr/lib/libstdc++.so.4
 lrwxr-xr-x  1 root  wheel   40 Jun 15 15:02 /usr/lib/libstdc++.so.5 -
 /usr/compat/linux/usr/lib/libstdc++.so.5
 -r--r--r--  1 root  wheel  1705326 Jun 15 22:29 /usr/lib/libstdc++_p.a
 
 and
 
 $ls -al /usr/compat/linux/usr/lib/libstdc++.so.5*
 lrwxrwxrwx  1 root  wheel   18 Mar 21 21:42
 /usr/compat/linux/usr/lib/libstdc++.so.5 - libstdc++.so.5.0.1
 -rwxr-xr-x  1 root  wheel  4181584 Sep  4  2002
 /usr/compat/linux/usr/lib/libstdc++.so.5.0.1
 
 but I still get the same error message. Perhaps it has something to do with
 the note about GLIBCPP_3.2.2. I checked my GCC version, which is 3.2.1. Can
 this be the cause? Or what can else cause this kind of error?
 
 I am currently running FreeBSD 5.3
 
 You could make my day I one of you know how to solve this!
 

I don't have a solution for this, but here is what someone send me,
and they claim it worked:

installed linux_base-8-8
installed the server distro
copied the libsc++.so.5 and so.1 to the game servers /ia_32 folder

/copy

I haven't yet been able to try this out, so no promises and sounds
like what you already did.  If you do figure this out before the rest
of us, please update the archives (send a mail telling what to do).

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


Re: After Install -- Where is FreeBSD?

2005-06-20 Thread Alex Zbyslaw

Benjamin Sher wrote:


Dear Alex:

Thanks so much for your help.

I did try it, went into Post Installation Config, Label, etc. But at the top
there was no information whatsoever about any disks. Zilch. No slice, no
partition. Nothing.

Any idea what's going on?
 

I'm sorry, I meant to type slice editor not label editor.  I was 
thinking slice, but my fingers disagreed :-(  When you enter the slice 
editor it should allow you to pick a disk.  I'm not sure, in the end. 
whether you had one disk (with Windows and BSD) or two disks (one with 
windows, one with BSD).  In any case, I think you have to write the Boot 
Manager to both.


Pick the first disk and it should give you a screen displaying the 
slices (DOS-style partitions).  In fact you need to do nothing more than 
type W here and it will ask you if you want to install the Boot 
Manager.  Select the First option (BSD boot manager) and press return.


If you have two disks, then press Escape, deselect the current disk by 
pressing space, move down to the second disk, hit enter and repeat the 
procedure.


I just confirmed the procedure on my own Windows/FreeBSD disk and it 
worked just fine.  So assuming the rest of your installation did go OK, 
this should do it.


Good luck, and let us know when (not if!) it works for you.

--Alex

PS  I have copied freebsd-questions on the reply.  You're better off 
directing followups there, even when replying to the person who's 
helping you.  They may not have the answer that you need, or might even 
be in another time zone (as I suspect I am).  It might also be that 
someone else has a better answer!  Also, it means that any answers you 
get are recorded for posterity in the archives, where hopefully they can 
be found by someone else having similar problems.


PPS  At some point, someone may chide you for top-posting -- that is, 
putting your followup question at the top of your email rather than at 
the bottom.  The reason is that it is easier to follow the thread of a 
discussion if you can read through it chronologically from top to 
bottom.  It takes a little more mouse-wheel scrolling sometimes to see 
the new material, but is generally easier than reading the end of the 
message and then having to scroll back to the beginning.



Thanks again.

Benjamin
- Original Message - 
From: Alex Zbyslaw [EMAIL PROTECTED]

To: Benjamin Sher [EMAIL PROTECTED]
Cc: FreeBSD-Questions Questions freebsd-questions@freebsd.org
Sent: Monday, June 20, 2005 12:41 PM
Subject: Re: After Install -- Where is FreeBSD?


 


Benjamin Sher wrote:

   


Dear friends:
All that's missing now is FreeBSD. After completing my install, I
exited. FreeBSD exited normally, then rebooted. But no sign of
FreeBSD. Instead, Windows came up. I do recall choosing to have a
boot manager but never actually saw the screen and boot-up options.
So, I went back into Free BSD by switching back to the CD in my Bios,
but that's as far as I dare go on my own. What should I do? Am I
missing something?
   


I don't know why the boot manager isn't installed, but it's very easy to
install it again.  Boot from the CD, select Post Installation Config,
then select the disk Label editor.  Pick the first slice and make it
bootable (S) then W to write you changes and you are asked if you want
to install the boot manager.  Say yes.

Quit out and reboot, taking out the CD.  While I'm getting things to
work I usually leave the floppy and CD as BIOS boot options before the
hard disk.  Once I know it all works, I fix the BIOS to look for the
disk first.  If you don't have a bootable CD or floppy in the drive,
then the system boots from disk.

This is from memory, but I'm pretty sure it's correct.  As long as you
do nothing other than making a slice bootable, then you should do no
damage.
   



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


Re: qpopper error

2005-06-20 Thread Charles Howse


On Jun 20, 2005, at 6:05 AM, Glenn Dawson wrote:


At 05:52 PM 6/19/2005, Charles Howse wrote:


Hi,
In my research before posting this question, I saw this same question
in numerous places, but I never saw a resolution!

I have qpopper 4.0.5 running from inetd on FBSD 4.11.
I start it thus: /usr/local/libexec/qpopper
When I connect from my Mac to check my mail, I see the following  
in / var/log/messages:


Jun 19 19:45:18 moe qpopper[199]: charles at 192.168.254.3
(192.168.254.3): -ERR
[SYS/TMP] POP authentication DB not abailable (user charles): No such
file or directory (2)

Anyone have any ideas what's wrong?



Did you build qpopper from ports? or ?
What options did you enable or disable/ (assuming you built from  
ports)



Glenn,
Thank for the reply.  I installed qpopper from /stand/sysinstall/ 
Configure/Packages.
It didn't prompt me for any decisions, so I suppose you could say  
it's installed with the defaults.


Thanks,
Charles

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


Re: qpopper error

2005-06-20 Thread Charles Howse
I plan to use qpopper to retrieve root's mail (which I have aliased  
to 'charles').
I will use my home lan to connect to the FBSD box from my Mac, and  
read the mail.
Charles is indeed a valid user on the FBSD box.  I ssh to that box  
as charles, and am logged in as charles right now.


On Jun 20, 2005, at 9:28 AM, fbsd_user wrote:


First of all I have qpopper running on 4.10 and 5.4 with out any
problems. I installed the package version.

Second that error message is saying that user charles is not a valid
user on the ISP where you are telling qpopper to fetch the mail
from.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Charles
Howse
Sent: Sunday, June 19, 2005 8:53 PM
To: FreeBSD Questions
Subject: qpopper error


Hi,
In my research before posting this question, I saw this same
question
in numerous places, but I never saw a resolution!

I have qpopper 4.0.5 running from inetd on FBSD 4.11.
I start it thus: /usr/local/libexec/qpopper
When I connect from my Mac to check my mail, I see the following in
/
var/log/messages:

Jun 19 19:45:18 moe qpopper[199]: charles at 192.168.254.3
(192.168.254.3): -ERR
[SYS/TMP] POP authentication DB not abailable (user charles): No
such
file or directory (2)

Anyone have any ideas what's wrong?

Thanks,
Charles

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

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




Thanks,
Charles

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


Re: Sound Jitter.

2005-06-20 Thread Grant
On Mon, 20 Jun 2005 23:10:27 +0200
Roland Smith [EMAIL PROTECTED] wrote:

 On Mon, Jun 20, 2005 at 09:31:51PM +0100, Grant wrote:
  
  Or so i thought, the sound is fine unless i want to do something, if
  i'm just scrolling in firefox it causes the sound to kinda of jump
  or skip,
 snip 
  The skips only seem to happen when there is some type of activity on
  the computer, disk, network or screen. I dont know if i have missed
  configuring something or i just need to apply some type of patch...
 
 Try enlarging the soundcards DMA buffer; Add the following line to
 /boot/device.hints and reboot:
 
 hint.pcm.0.buffersize=16384

Hey,

I found the above line on google when i had a looke, i shoved it in but
with another number 65536 i dont know if that made a difference, but i
tried the exact line above with that number.

The Jitter is still there, but instead of happening when firefox is
scrolling its only when firefox is just about to finish loading
something, which i suppose would cause a CPU spike or something ? also
during playback firefox runs very very slow :/ i dontk now if this is
related at all, but with the cpu and the ram it shouldnt run that bad,
the window manager is fluxbox so thats keeping things to a minimum.

Previously i dont remember having any performance issues on this laptop
when using linux and freebsd, maybe i've configured the sound card wrong
which is causing all these problems.

I was also wondering if i should try 4.x instead of 5.4 i dont know all
the details about their difference and that, but it might be worth a try
?

Thanks again.
From Grant.



pgpem4jfP4ws3.pgp
Description: PGP signature


RE: qpopper error

2005-06-20 Thread fbsd_user


All users defined on the gateway sendmail server system have to
belong to the mail group, so the qpopper pop3 server can access
the user's sendmail mailbox.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Charles
Howse
Sent: Monday, June 20, 2005 6:08 PM
To: FreeBSD Questions
Subject: Re: qpopper error


I plan to use qpopper to retrieve root's mail (which I have aliased
to 'charles').
I will use my home lan to connect to the FBSD box from my Mac, and
read the mail.
Charles is indeed a valid user on the FBSD box.  I ssh to that box
as charles, and am logged in as charles right now.

On Jun 20, 2005, at 9:28 AM, fbsd_user wrote:

 First of all I have qpopper running on 4.10 and 5.4 with out any
 problems. I installed the package version.

 Second that error message is saying that user charles is not a
valid
 user on the ISP where you are telling qpopper to fetch the mail
 from.


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Charles
 Howse
 Sent: Sunday, June 19, 2005 8:53 PM
 To: FreeBSD Questions
 Subject: qpopper error


 Hi,
 In my research before posting this question, I saw this same
 question
 in numerous places, but I never saw a resolution!

 I have qpopper 4.0.5 running from inetd on FBSD 4.11.
 I start it thus: /usr/local/libexec/qpopper
 When I connect from my Mac to check my mail, I see the following
in
 /
 var/log/messages:

 Jun 19 19:45:18 moe qpopper[199]: charles at 192.168.254.3
 (192.168.254.3): -ERR
 [SYS/TMP] POP authentication DB not abailable (user charles): No
 such
 file or directory (2)

 Anyone have any ideas what's wrong?

 Thanks,
 Charles

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

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


Thanks,
Charles

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

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


apache Logging output changed?

2005-06-20 Thread Noah

I know this off topic but the apache users mail list is slow in response to 
this question.  Anybody here 
can help me please?

apache+mod_ssl-1.3.33+2.8.22
FreeBSD-4.11R3


so I build apache 1.3.33 some about a month ago  and around that time I stopped 
seeing POST log 
messages for my perl scripts ending up in my server's access logs.  any clues 
why this is no longer 
being logged.  is there some log granualrity configuration that is no longer 
default?


clues please?

cheers,

Noha

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


Re: qpopper error

2005-06-20 Thread Greg Barniskis

Charles Howse wrote:

Hi,
In my research before posting this question, I saw this same question  
in numerous places, but I never saw a resolution!


I have qpopper 4.0.5 running from inetd on FBSD 4.11.
I start it thus: /usr/local/libexec/qpopper
When I connect from my Mac to check my mail, I see the following in / 
var/log/messages:


Jun 19 19:45:18 moe qpopper[199]: charles at 192.168.254.3  
(192.168.254.3): -ERR
[SYS/TMP] POP authentication DB not abailable (user charles): No such  
file or directory (2)


Anyone have any ideas what's wrong?


I could be mistaken, but it looks like maybe it's looking for a 
separate POP user authentication database separate from /etc/passwd. 
I know that we do this to support APOP logins.


Do you have /usr/local/etc/qpopper/pop.auth.db ?

You may need to initialize it and then add your username to it.

man qpopauth

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


Re: qpopper error

2005-06-20 Thread Charles Howse


On Jun 20, 2005, at 5:22 PM, Greg Barniskis wrote:


Charles Howse wrote:


Hi,
In my research before posting this question, I saw this same  
question  in numerous places, but I never saw a resolution!

I have qpopper 4.0.5 running from inetd on FBSD 4.11.
I start it thus: /usr/local/libexec/qpopper
When I connect from my Mac to check my mail, I see the following  
in / var/log/messages:
Jun 19 19:45:18 moe qpopper[199]: charles at 192.168.254.3   
(192.168.254.3): -ERR
[SYS/TMP] POP authentication DB not abailable (user charles): No  
such  file or directory (2)

Anyone have any ideas what's wrong?



I could be mistaken, but it looks like maybe it's looking for a  
separate POP user authentication database separate from /etc/ 
passwd. I know that we do this to support APOP logins.


Do you have /usr/local/etc/qpopper/pop.auth.db ?

You may need to initialize it and then add your username to it.

man qpopauth


That took care of it!  Thanks, Glenn!

Thanks,
Charles

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


Re: FreeBSD L2TP client

2005-06-20 Thread Emanuel Strobl
Am Montag, 20. Juni 2005 21:05 schrieb Andy Miller:
 I am looking for a way to use FreeBSD as a L2TP VPN client.  Does anyone
 know of a way to do this.  I found ng_l2tp, but I'm not quite sure how
 to use it.  If anyone has a good how-to, or can give me some direction,

Check mpd from the ports, if I remember correctly it can control L2TP 
sessions.

-Harry

 I'd appreciate it.  Thank you.

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


pgpxQyFp0RLpK.pgp
Description: PGP signature


Re: Problems since 5.3-RELEASE-p15

2005-06-20 Thread Tuc at T-B-O-H
 
 On 6/17/05, Tuc at T-B-O-H [EMAIL PROTECTED] wrote:
 
 Hi,
 
 Ever since I upgraded to 5.3-RELEASE-p15, I've started to run into
 problems...  All of a sudden, anything I do results in a Segfault. Sometimes
 I'll get :
 
 /libexec/ld-elf.so.1: top: Shared object has no run-time symbol 
  table
 
 
 Are you sure you rebuilt and re-installed both your kernel and your 
 world?  If they are out of sync, that can cause unusual problems.

Yes. I have a 2 part process I run :

STEP 1:

cvsup -g -L 2 ./stable-supfile (cd /usr/src;make buildworld)  (cd 
/usr/src;make buildkernel KERNCONF=HIMINBJORG53)
echo Press ENTER to install kernel
read c
(cd /usr/src;make installkernel KERNCONF=HIMINBJORG53)
echo Need to reboot

STEP 2:

echo Press ENTER to mergemaster
read a
mergemaster -p
echo Press ENTER to installworld
read b
(cd /usr/src;make installworld)
echo Press ENTER to mergemaster
read c
mergemaster
echo REBOOT

I guess I could re-run it and see if it continues.

 If you have upgraded to 5.3-RELEASE-p15 why not just upgrade to 
 5.4-RELEASE-p*?
 
I'm always nervous going up a release due to my NVIDIA card

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


  1   2   >