Re: Help setting up Vinum mirror

2005-10-03 Thread Peter Clutton
> In some releases 'vinum_enable=yes' in /etc/conf caused a kernel panic at
> boot.
> Hence my question what OS...
>
> Arno

Thanks for the replies everyone and sorry for the slow reply.
I'm running 5.3 , and realised i had to run newfs and mount etc to get
it going. I was getting confused thinking that it wouldn't add
the mount to /etc/fstab , and if i put it in there myself.

Apart from adding the vinum_enable etc, will i need to add the info
to /etc/fstab referring to the name i gave it in vinum.. I'm starting to get
it alot more after reading the man page a few times, and Greg Lehey's info
in the Complete FreeBSD, and was happy to get it running.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Need help: fwd on ipfw

2005-10-03 Thread K Anderson

- Original Message - 
From: "Foo Ji-Haw" <[EMAIL PROTECTED]>
To: "K Anderson" <[EMAIL PROTECTED]>; 
Sent: Monday, October 03, 2005 10:16 PM
Subject: Re: Need help: fwd on ipfw


> Hello Mr Anderson,
>
> So, the story is that the newer versions of 5.x comes with forwarding
> disabled, hence the inability to to ipfw add fwd?
>
> Ok, will definately give it a try. Thanks for being a better Googler than
> me!
I don't recall if the default kernel has it compiled in, most likely not. 
You can check the generic kernel configuration file.


> - Original Message - 
> From: "K Anderson" <[EMAIL PROTECTED]>
> To: "Foo Ji-Haw" <[EMAIL PROTECTED]>; 
> Sent: Tuesday, October 04, 2005 12:59 PM
> Subject: Re: Need help: fwd on ipfw
>
>
>>
>> - Original Message - 
>> From: "Foo Ji-Haw" <[EMAIL PROTECTED]>
>> To: 
>> Sent: Monday, October 03, 2005 9:20 PM
>> Subject: Need help: fwd on ipfw
>>
>>
>> Hi all, I really need your help on this if you can...
>>
>> I am trying to put set up port forwarding on my machine. So far the usual
>> 'add allow' and 'add deny' rules work perfectly. The most important rule
>> which bugs me is the 'add fwd' rule, which the snippet below shows:
>> ipfw add fwd 192.168.0.4,80 tcp from 10.10.10.0 to any 80
>>
>> When I try to enter this on the command line, I get the following error:
>>  ipfw: getsockopt(IP_FW_ADD): Invalid Argument
>>
>> I tried researching the web. Some mention the error only upon recompiling
>> kernels. But I am using the standard 5.4 product release as-is. My
> firewall
>> rules in rc.conf are as follows:
>> firewall_enable="YES"
>> firewall_logging="YES"
>>
>> I also have this line in dmesg:
>>  ipfw2 initialized, divert disabled, rule-based forwarding disabled,
> default
>> to deny, logging disabled
>>
>> I see that 'rule-based forwarding' is disabled. Is this what caused the
>> error? How can I enable it? I can't find the details on the Handbook.
>> -
>>
>> I did a google search on your message and found something. Here's a snip
> of
>> it.
>>
>> options IPFIREWALL
>>  options IPFIREWALL_DEFAULT_TO_ACCEPT
>>  options IPFIREWALL_VERBOSE
>>  options IPFIREWALL_FORWARD
>>
>>  if you don't add them to your kernel, forwarding in ipfw will  be
> disabled.
>>
>> Here's the URL.
>> http://archives.neohapsis.com/archives/freebsd/2005-01/0089.html
>>
>> Hope that helps.
>>
>> ~Mr. Anderson
>>
>>
>> ___
>> 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: Makefile error: your port uses an old layout

2005-10-03 Thread Joe S

Kris Kennaway wrote:

On Mon, Oct 03, 2005 at 06:20:59PM -0700, Joe S wrote:

I can't seem to install quite a few apps from ports. I'm running 
5.4-RELEASE with security patches installed (via freebsd-update). I 
update ports with portsnap. I have updated a few times today.


Example:
# cd /usr/ports/sysutils/smartmontools
# make install clean
Makefile error: your port uses an old layout.  Please update it to match 
this bsd.port.mk.  If you have updated your ports collection via cvsup 
and are still getting this error, see Q12 and Q13 in the cvsup FAQ on 
http://www.polstra.com for further information.

*** Error code 1

Stop in /usr/ports/sysutils/smartmontools.


The FAQ is useless. I've googled for similar errors, no relevant 
results. Any ideas?



You have stale cruft in your port directory.  Show us what it is..

Kris
I'm  going to try blowing away ports tree and get a fresh update via 
portsnap.


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


Re: Need help: fwd on ipfw

2005-10-03 Thread Andrew P.
On 10/4/05, Foo Ji-Haw <[EMAIL PROTECTED]> wrote:
> Hello Mr Anderson,
>
> So, the story is that the newer versions of 5.x comes with forwarding
> disabled, hence the inability to to ipfw add fwd?
>
> Ok, will definately give it a try. Thanks for being a better Googler than
> me!
>

When was it enabled by default?..

In case you still have trouble, check out this option,
too:

option IPFIREWALL_FORWARD_EXTENDED

But don't enable it "just in case", it unfastens some
seat belts.


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


Re: Need help: fwd on ipfw

2005-10-03 Thread Foo Ji-Haw
Hello Mr Anderson,

So, the story is that the newer versions of 5.x comes with forwarding
disabled, hence the inability to to ipfw add fwd?

Ok, will definately give it a try. Thanks for being a better Googler than
me!

- Original Message - 
From: "K Anderson" <[EMAIL PROTECTED]>
To: "Foo Ji-Haw" <[EMAIL PROTECTED]>; 
Sent: Tuesday, October 04, 2005 12:59 PM
Subject: Re: Need help: fwd on ipfw


>
> - Original Message - 
> From: "Foo Ji-Haw" <[EMAIL PROTECTED]>
> To: 
> Sent: Monday, October 03, 2005 9:20 PM
> Subject: Need help: fwd on ipfw
>
>
> Hi all, I really need your help on this if you can...
>
> I am trying to put set up port forwarding on my machine. So far the usual
> 'add allow' and 'add deny' rules work perfectly. The most important rule
> which bugs me is the 'add fwd' rule, which the snippet below shows:
> ipfw add fwd 192.168.0.4,80 tcp from 10.10.10.0 to any 80
>
> When I try to enter this on the command line, I get the following error:
>  ipfw: getsockopt(IP_FW_ADD): Invalid Argument
>
> I tried researching the web. Some mention the error only upon recompiling
> kernels. But I am using the standard 5.4 product release as-is. My
firewall
> rules in rc.conf are as follows:
> firewall_enable="YES"
> firewall_logging="YES"
>
> I also have this line in dmesg:
>  ipfw2 initialized, divert disabled, rule-based forwarding disabled,
default
> to deny, logging disabled
>
> I see that 'rule-based forwarding' is disabled. Is this what caused the
> error? How can I enable it? I can't find the details on the Handbook.
> -
>
> I did a google search on your message and found something. Here's a snip
of
> it.
>
> options IPFIREWALL
>  options IPFIREWALL_DEFAULT_TO_ACCEPT
>  options IPFIREWALL_VERBOSE
>  options IPFIREWALL_FORWARD
>
>  if you don't add them to your kernel, forwarding in ipfw will  be
disabled.
>
> Here's the URL.
> http://archives.neohapsis.com/archives/freebsd/2005-01/0089.html
>
> Hope that helps.
>
> ~Mr. Anderson
>
>
> ___
> 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]"


Multilanguange

2005-10-03 Thread Owen Jeremiah
I want to use X with FreeBSD like I use my WinXP: it has multilanguage
capabilities. Like when I want to create a presentation, I can type in other
language (like in chinese) and instantly change it back to english. I
understand that MacOS X can do this instantly too.

Can anybody direct me to the right way to do this in FreeBSD (using KDE?
Gnome?)

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


Re: Need help: fwd on ipfw

2005-10-03 Thread K Anderson

- Original Message - 
From: "Foo Ji-Haw" <[EMAIL PROTECTED]>
To: 
Sent: Monday, October 03, 2005 9:20 PM
Subject: Need help: fwd on ipfw


Hi all, I really need your help on this if you can...

I am trying to put set up port forwarding on my machine. So far the usual 
'add allow' and 'add deny' rules work perfectly. The most important rule 
which bugs me is the 'add fwd' rule, which the snippet below shows:
ipfw add fwd 192.168.0.4,80 tcp from 10.10.10.0 to any 80

When I try to enter this on the command line, I get the following error:
 ipfw: getsockopt(IP_FW_ADD): Invalid Argument

I tried researching the web. Some mention the error only upon recompiling 
kernels. But I am using the standard 5.4 product release as-is. My firewall 
rules in rc.conf are as follows:
firewall_enable="YES"
firewall_logging="YES"

I also have this line in dmesg:
 ipfw2 initialized, divert disabled, rule-based forwarding disabled, default 
to deny, logging disabled

I see that 'rule-based forwarding' is disabled. Is this what caused the 
error? How can I enable it? I can't find the details on the Handbook.
-

I did a google search on your message and found something. Here's a snip of 
it.

options IPFIREWALL
 options IPFIREWALL_DEFAULT_TO_ACCEPT
 options IPFIREWALL_VERBOSE
 options IPFIREWALL_FORWARD

 if you don't add them to your kernel, forwarding in ipfw will  be disabled.

Here's the URL. 
http://archives.neohapsis.com/archives/freebsd/2005-01/0089.html

Hope that helps.

~Mr. Anderson 


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


Need help: fwd on ipfw

2005-10-03 Thread Foo Ji-Haw
Hi all, I really need your help on this if you can...

I am trying to put set up port forwarding on my machine. So far the usual 'add 
allow' and 'add deny' rules work perfectly. The most important rule which bugs 
me is the 'add fwd' rule, which the snippet below shows:
ipfw add fwd 192.168.0.4,80 tcp from 10.10.10.0 to any 80

When I try to enter this on the command line, I get the following error:
 ipfw: getsockopt(IP_FW_ADD): Invalid Argument 

I tried researching the web. Some mention the error only upon recompiling 
kernels. But I am using the standard 5.4 product release as-is. My firewall 
rules in rc.conf are as follows:
firewall_enable="YES"
firewall_logging="YES"

I also have this line in dmesg:
 ipfw2 initialized, divert disabled, rule-based forwarding disabled, default to 
deny, logging disabled

I see that 'rule-based forwarding' is disabled. Is this what caused the error? 
How can I enable it? I can't find the details on the Handbook.

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


Re: How do you patch a driver?

2005-10-03 Thread Foo Ji-Haw
Thanks for the tip. Will take a look at it.

I know that OE6 is a bit dated, but I use IMAP heavily, and Thunderbird
likes to hang when it fails to get a connection with the IMAP server, and I
can't restart the connection short of restarting the app.

I have another question, which I hope you can help me with. This is quite
important to me:

I am trying to put set up port forwarding on my machine. So far the usual
'add allow' and 'add deny' rules work perfectly. The most important rule
which bugs me is the 'add fwd' rule, which the snippet below shows:
ipfw add fwd 192.168.0.4,80 tcp from 10.10.10.0 to any 80

When I try to enter this on the command line, I get the following error:
 ipfw: getsockopt(IP_FW_ADD): Invalid Argument

I tried researching the web. Some mention the error only upon recompiling
kernels. But I am using the standard 5.4 product release as-is. My firewall
rules in rc.conf are as follows:
firewall_enable="YES"
firewall_logging="YES"

I also have this line in dmesg:
 ipfw2 initialized, divert disabled, rule-based forwarding disabled, default
to deny, logging disabled

I see that 'rule-based forwarding' is disabled. Is this what caused the
error? How can I enable it? I can't find the details on the Handbook.

Thanks for your help Subhro!

- Original Message - 
From: "Subhro" <[EMAIL PROTECTED]>
To: "Foo Ji-Haw" <[EMAIL PROTECTED]>
Cc: 
Sent: Monday, October 03, 2005 6:53 PM
Subject: Re: How do you patch a driver?


> Foo Ji-Haw sat at his 'puter and typed on 10/3/2005 10:03:
> > Hello Subhro,
> >
> > Thanks for your help. From the link I have the following files:
> >
> > ata-mk3m.diff-current.gz (2k)
> > ata-mk3m.diff-releng5.gz (2k)
> > ata-mk3m.tar.gz (100k)
> > ata-mk3n-releng5.tar.gz (113k)
> > ata-mk3n.diff-releng5.gz (2k)
> >
> > Which file should I be using? Is 'current' better than 'releng5'? Do I
also
> > need to download a pair of files: ata-mk3m.diff-current.gz with
> > ata-mk3m.tar.gz?
> >
> > Sorry, but I am quite confused with kernal patching. Recompiling yes,
but
> > never patched in my life.
> >
> >
> > - Original Message - 
> > From: "Subhro" <[EMAIL PROTECTED]>
> > To: "Foo Ji-Haw" <[EMAIL PROTECTED]>
> > Cc: 
> > Sent: Monday, October 03, 2005 11:53 AM
> > Subject: Re: How do you patch a driver?
> >
> >
> >
> >> Foo Ji-Haw sat at his 'puter and typed on 10/3/2005 8:46:
> >>
> >>> Hello Gheorghe,
> >>>
> >>> I read with interest your success in getting your Adaptec 1210SA to
work
> >>>
> > on FreeBSD. In your email you wrote that you downloaded patches to the
> > driver code (and recompiled the kernel?) from
> > http://people.freebsd.org/~sos/ATA
> >
> >>> I downloaded the files myself, but am not sure how to proceed from
> >>>
> > there. Can you please give me some pointers on the next steps?
> >
> >>> Appreciate your help, thanks!
> >>> ___
> >>> freebsd-questions@freebsd.org mailing list
> >>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> >>> To unsubscribe, send any mail to
> >>>
> > "[EMAIL PROTECTED]"
> >
> >>>
> >> The general way to patch a driver is patch -p0 < patch_file. The patch
> >> file is to be copied in the first level directory of the source code.
> >>
> >> Thanks
> >> S.
> >>
> >>
>
> You need to read the handbook. Read through the chapter describing the
> different trees of development. If you want to run the OS on a
> production box I would recommend stable. Current is only for developers.
> BTW, your mail client indents the replies incorrectly. I can see that
> you are using Microsoft Outlook 6.0. I would recommend get Thunderbird.
> It's a much better client alltogether.
>
> Thanks
> S.
>
> -- 
> -+-
>| Subhro Sankha Kar
>   \   /  |GSM: +919831064613  --  Fax: +919831832913
>\./ |MSN:[EMAIL PROTECTED]  --  Yahoo: subhro82
>   (0Y0) |ICQ: 203567534 --  AIM: bsdboy1982
> --ooO--(_)--Ooo--+-
>
> ___
> 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: music on FreeBSD

2005-10-03 Thread Subhro

Escape Velocity sat at his 'puter and typed on 10/4/2005 8:57:

Hello, my name is Michael Chagnon. I am in an independent music group called
"Escape Velocity". Our web site is located at:
www.escapevelocity.com.
I was interested in having one song of ours, from our new album, distributed
with the FreeBSD package. So that when users install FreeBSD, they have a
piece of music to test their new OS's audio with. Similar to when Windows 95
and 98 discs came with several videos and/or pieces of music. Please let me
know who I must contact or what I should do to make this happen. If you need
any information, please let me know. Thanks. --Michael
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

  

Hello Michael,

Are you willing to give it out for free? Also are you willing to abide 
by the rules and reguulations of the BSD License?


Thanks
S.

--
-+-
 | Subhro Sankha Kar
 \   /  |GSM: +919831064613  --  Fax: +919831832913
  \./|MSN:[EMAIL PROTECTED]  --  Yahoo: subhro82
 (0Y0)   |ICQ: 203567534 --  AIM: bsdboy1982
--ooO--(_)--Ooo--+-

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


music on FreeBSD

2005-10-03 Thread Escape Velocity
Hello, my name is Michael Chagnon. I am in an independent music group called
"Escape Velocity". Our web site is located at:
www.escapevelocity.com.
I was interested in having one song of ours, from our new album, distributed
with the FreeBSD package. So that when users install FreeBSD, they have a
piece of music to test their new OS's audio with. Similar to when Windows 95
and 98 discs came with several videos and/or pieces of music. Please let me
know who I must contact or what I should do to make this happen. If you need
any information, please let me know. Thanks. --Michael
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Logging Program Action

2005-10-03 Thread Norberto Meijome

Gerard Seibert wrote:

I am using FreeBSD 5.4. Presently, I am using DADA Mail, a mass mailing
program similar to MailMan. The program runs fine under FreeBSD, with
one exception.

When the program "POPs" a message from the mailbox set up for it, it
fails to delete the message. This leads to the message being resent
endlessly unless I remove it manually. The programs' author, Justine
Simoni, has been unable to correct this problem.

For the record, I am using QPOPPER, the latest version. If I access this
mailbox with my usual MUA, the message is downloaded and deleted
normally.

What I am looking for is a program that can log everything that the DADA
module is doing when it runs. Specifically, when the module that
accesses the mailbox runs, if possible. Perhaps I could then find out
what the problem is. DADA is written in PERL.




Hi Gerard,
why not use ethereal to snoop the POP3 / IMAP traffic (not sure which 
one you are actually using..it sounds like POP) - get a trace for both 
products and compare. I have a feeling that DADA doens't issue the DEL 
command after downloading the email. Or maybe it doens't close the 
finalise the pop3 session properly and the server leaves the mail behind 
(though I'm not even sure that is the expected behaviour).


then, once you know what the difference is, add the correct calls to 
DADA's code.


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


Re: Makefile error: your port uses an old layout

2005-10-03 Thread Kris Kennaway
On Mon, Oct 03, 2005 at 06:20:59PM -0700, Joe S wrote:
> I can't seem to install quite a few apps from ports. I'm running 
> 5.4-RELEASE with security patches installed (via freebsd-update). I 
> update ports with portsnap. I have updated a few times today.
> 
> Example:
> # cd /usr/ports/sysutils/smartmontools
> # make install clean
> Makefile error: your port uses an old layout.  Please update it to match 
> this bsd.port.mk.  If you have updated your ports collection via cvsup 
> and are still getting this error, see Q12 and Q13 in the cvsup FAQ on 
> http://www.polstra.com for further information.
> *** Error code 1
> 
> Stop in /usr/ports/sysutils/smartmontools.
> 
> 
> The FAQ is useless. I've googled for similar errors, no relevant 
> results. Any ideas?

You have stale cruft in your port directory.  Show us what it is..

Kris


pgpHNrKmkaGEE.pgp
Description: PGP signature


Makefile error: your port uses an old layout

2005-10-03 Thread Joe S
I can't seem to install quite a few apps from ports. I'm running 
5.4-RELEASE with security patches installed (via freebsd-update). I 
update ports with portsnap. I have updated a few times today.


Example:
# cd /usr/ports/sysutils/smartmontools
# make install clean
Makefile error: your port uses an old layout.  Please update it to match 
this bsd.port.mk.  If you have updated your ports collection via cvsup 
and are still getting this error, see Q12 and Q13 in the cvsup FAQ on 
http://www.polstra.com for further information.

*** Error code 1

Stop in /usr/ports/sysutils/smartmontools.


The FAQ is useless. I've googled for similar errors, no relevant 
results. Any ideas?

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


What's changed re: ACPI for 6.0??

2005-10-03 Thread Kevin Kinsey

Hi list 

I don't ask too many questions, but after scratching my head a
bit, trawling through Google, some of the mailing list archives,
/usr/src/UPDATING, and most of the contents of /sys/i386/conf,
I'm still not sure what's up; however, I've ascertained that PEBKAC
instead of the kernel code, which ought to be good news to those
concerned with R.E.  (had one "aha!" moment prior to hitting SEND
on that e-mail)

I just updated from 5.4 -> 6.0BETA5 about a week and a half ago.

On 5.4, ACPI and "shutdown -p" Just Worked.  On 6.0, it didn't:

link_elf: symbol ioapic_enable_mixed_mode undefined
KLD file acpi.ko - could not finalize loading

However, a hour ago or so, I figured "what the heck, let's just put
`device acpi` back into the kernel.  Make, Make installkernel, and
all's peachy.  :-)

So, what did I miss?  I'd like to think that it was just that the 
documentation

wasn't up to date with the code, but more likely it's just that my brain
isn't working properly.

If I could beg enlightenment for my sanity and also for future reference,
what's changed/what did I miss?

Donning my asbestos leotards,

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


Re: Disk errors

2005-10-03 Thread Mike Jeays
On Mon, 2005-10-03 at 13:48, Joe S wrote:
> Mike Jeays wrote:
> > I am getting one or two of these a day on a Western Digital 80GB disk
> 
> Most drive manufacturers provide diagnostic tools for the drives they 
> produce. In this case, Western Digital provides a bootable diagnostic tool:
> 
> * Data Lifeguard Diagnostic for DOS (CD)
>http://support.wdc.com/download/index.asp?swid=30
> 
> Burn the ISO to a CD and boot up the system with the CD.
> Run the diagnostics.
> 
> It's best to use the tool provided by the manufacturer of the drive you 
> have. UltimateBootCD includes most popular drive tools.
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Thanks for the suggestion.  I downloaded the ISO image, but it won't
boot properly on my machine; it just says something about Caldera
DR-DOS, and the screen goes blank.  Maybe SCO has had its finger in the
pie...

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


Re: pppd server help

2005-10-03 Thread Philip Hallstrom

I have only one modem, my doubt is how and where ppp or pppd are started?
The Handbook make references to scripts to manage them, but who launch
those scripts?

I don't know if I make myself understand

Thanks for your time...


This is what I did... hopefully I'm not forgetting anything...  my box has 
three modems in it so there will be slight differences...  we don't use 
this anymore, but my memory is that you could login as ppp (with a 
password) or any of the valid users (also with a password) and it the 
dialup host would appear to be "on the network".  Hope this helps...


I don't "start" ppp anywhere really...



- install the mgetty port.  I have mgetty-1.1.31.

- set gateway_enable="YES" in /etc/rc.conf

- at the end of /etc/ttys add:

ttyd4   "/usr/local/sbin/mgetty -s 115200"  dialup on insecure
ttyd5   "/usr/local/sbin/mgetty -s 115200"  dialup on insecure
ttyd6   "/usr/local/sbin/mgetty -s 115200"  dialup on insecure

The first part will depend on what "COM" ports your modem gets picked up 
on.


My /usr/local/etc/mgetty+sendfax/mgetty.config looks like this:

--
port cuaa1
debug 9
fax-id 00 00 00
speed 115200
direct NO
blocking NO
port-owner uucp
port-group uucp
port-mode 0660
toggle-dtr YES
toggle-dtr-waittime 500
data-only YES
fax-only NO
modem-type auto
init-chat "" ATS0=0Q0&D3&C1 OK
modem-check-time 3600
rings 1
answer-chat "" ATA CONNECT \c \r
answer-chat-timeout 80
autobauding NO
ringback NO
ringback-time 30
ignore-carrier false
issue-file /etc/issue
prompt-waittime 500
login-prompt @!login:
login-time 240
diskspace 1024
notify faxadmin
fax-owner uucp
fax-group modem
fax-mode 0660
--

- My /usr/local/etc/mgetty+sendfax/login.config looks like this:

--
/AutoPPP/ - -   /etc/ppp/AutoPPP.sh
--

- /etc/ppp/AutoPPP.sh looks like this:
--
#!/bin/sh

exec /usr/sbin/ppp -direct $DEVICE
--

- /etc/ppp/ppp.conf looks like this.  Our office network is 10.28.61/24 
btw.

--
default:
  set device /dev/cuaa1
  set log TCP/IP Chat Connect Phase Command Warnin Error Alert
  set speed 115200
  set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK
   ATE1Q0 OK \\dATDT\\TTIMEOUT 40 CONNECT"
  set timeout 120
  disable ipv6cp
  enable passwdauth
  accept dns
  set dns 10.28.61.20
  enable proxy
  allow users philip

ttyd4:
  set ifaddr 10.28.61.51 10.28.61.52

ttyd5:
  set ifaddr 10.28.61.53 10.28.61.54

ttyd6:
  set ifaddr 10.28.61.55 10.28.61.56

--

- Then I have a ppp user that looks like this in /etc/passwd:

ppp:*:1003:1003:PPP User:/local/home/ppp:/etc/ppp/ppp-shell.sh

and /etc/ppp/ppp-shell.sh looks like this:

--
#!/bin/sh

IDENT=`echo $0 | sed -e 's/^.*-\(.*\)$/\1/'`
CALLEDAS="$IDENT"
TTY=`tty`

if [ x$IDENT = xdialup ]; then
IDENT=`basename $TTY`
fi


echo "PPP for $CALLEDAS on $TTY"
echo "Starting PPP for $IDENT"

exec /usr/sbin/ppp -direct $IDENT
--


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


error 737: loopback was detected on dialin

2005-10-03 Thread Efren Bravo
Hi,

After configuring mgetty, I tried to call from a winXP client box but it
raise an error after trying to authenticate itself: error:737 loopback was
detected.

My /etc/ppp/ppp.conf has:
default:
 set speed 38400

pap:
 enable pap
 set ifaddr 7.96.160.11 7.96.160.12
 enable proxy
 enable passwdauth

 allow users efrenba

 accept dns
 set dns 7.96.160.5

 I've followed the 21.2.1.3.10 freebsd handbook instructions.
 What can be happening?

 Thanks


___
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 read FreeBSD partition under winXP?

2005-10-03 Thread Alistar Erlas


--- snnn <[EMAIL PROTECTED]> wrote:

> Alistar Erlas wrote:
> 
> >Did you try this one:
> >http://ffsdrv.sourceforge.net/. 
> >
> >  
> >
> YES!
> just this one.
> But it only mounted the "/" partition.I need
> /var,/usr/,etc...
> 

Well, I think that what is happening is perhaps 
your /var, /usr and so on are under different 
partitions or subpartitions (disklabels as freebsd
calls them). If so, you should be able to still get to
them 
by mounting each of those partitions seperately with
ffsdrv. Latest versions of ffsdrv have support for
disklabel subpartitions. This means that /usr, /var
may be mounted on windows under seperate drives, like
X:\, Y:\, Z:\ etc. FreeBSD lets you mount other
partitions into directories on the root / filesystem
partition. One partition can be the / filesystem, and
new partitions can be mounted at /usr, or another
other location. Windows on the other hand represents
each partition with a drive letter

> BTW,sorry for sending this thread 2 times,because I
> received an delivery 
> failure notification from my smtp server.
> 
>  >This is an automatically generated Delivery Status
> Notification.
>  >Delivery to the following recipients failed.
>  >  [EMAIL PROTECTED]
> 
> Is this a dead adress in this maillist? need we
> report it to the 
> administrator?
> 
> 
> 
> --
> http://www.freewebs.com/snnn  
> 
> 
> 
> 




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Could not open PNM input file ...

2005-10-03 Thread Kiffin Gish
On Mon, 2005-10-03 at 12:00 -0400, Lowell Gilbert wrote:
> Kiffin Gish <[EMAIL PROTECTED]> writes:
> 
> > When I try to print nothing happens. If I look in the lpd-errors file I
> > see this:
> > 
> > pnm2ppa[931]: main():  Could not open PNM input file
> > 
> > 
> > Any idea what is going wrong?
> 
> Some kind of bug in your input filter.
> 
> Try using one of the ports for setting printers up (e.g., apsfilter)
> instead of writing your own.
> 
> Also, please read the "How to get the best results from FreeBSD
> questions" article:
> http://www.lemis.com/questions.html
> It is posted here on a very regular basis.

Actually, this is the result of running the apsfilter setup program,
choosing all the right stuff for my hp720c, and then choosing the print
test page.

-- 
Kiffin Gish
Gouda, The Netherlands

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


Re: About SnapShot

2005-10-03 Thread Lowell Gilbert
"Vahric MUHTARYAN" <[EMAIL PROTECTED]> writes:

> Today I try to learn snapshot with FreeBSD 5.4 , perfect it's
> working very fest . I wonder something if somebody have knowledge about
> snapshot or have a documentation about it I will be happy. 

Did you read the relevant sections of "man mount"?

> First I don't understand How system can take snapshot quickly I tried it on
> new installed freebsd 5.4 and when I gave a command on console snapshot file
> created in a second which 256MB , I wonder How fast will be on bigger
> partitions. Anybody know How snapshot tecnology is working ? Because it's
> creating an single file and it's 256 mb , it's not possible to copy /var
> folder to another folder in a second ... 

Making a snapshot doesn't make copies of the files.  They will only be
copied if a new version is created in the real filesystem.  This is
called "copy on write".  

Technical documentation is probably at http://www.mckusick.com/softdep/

> Second Why I can't create snapshot file on different directory , I tried to
> linking but it didn't work ! 

AS "man mksnap_ffs" says, "The snapshot_name argument must be
contained within the file system mounted at mountpoint."

> And anyway Does it possible to back from snapshot file to original portion
> ... I mean snapshot is creating only one file When I want to backI have to
> mount it to system and copy back files Im asking without copying something
> and mouting snapshot file can I make a restore ? 

No, that isn't possible.

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


Re: Compiling postgrey

2005-10-03 Thread Lowell Gilbert
Aguiar Magalhaes <[EMAIL PROTECTED]> writes:

> Hi list,
> 
> I was compiling the posgrey in FreeBSD 5.4 (make make
> install) and I Received the error message:
> 
> - - - - - - - - - - -
> /bin/sh /usr/ports/mail/postgreypkg_req INSTALL
> your vendor has not defined BerkeleyDB macro
> DB_AUTO_COMMIT, used at -e line 1
> 
> Postgrey requeires databases/p5-berkeleyDB to be built
> with BerkeleyDB 4.1 or newer. Please reinstall it with
> the WITH_BDB_VER set to 41 or newer
> - - - - - - - - - - - -
> 
> What´s wrong ?  

Well, let's see.  Apparently this port requires that
databases/p5-BerkeleyDB to be built with the variable 
WITH_BDB_VER set to indicate version 4.1 (or later).

> How to fix it ?

At a guess, add "WITH_BDB_VER=1" to your make.conf, 
and then install the databases/p5-BerkeleyDB port.

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


Re: Which MySQL version best to use and with/without linux threads?

2005-10-03 Thread Peter A. Giessel
On 10/3/2005 09:41, Jared Kuolt seems to have typed:
> There really isn't any reason not to
> anymore since everything is backwards compatible.

I've found that Dovecot 1.0a3 has a problem with 4.1.x, 4.0.x works
perfectly with Dovecot though.  Anyway, not *everything* seems to
be backward compatible.

P.S., this is running on FreeBSD 4.11 if that makes a difference.

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


Re: Which MySQL version best to use and with/without linux threads?

2005-10-03 Thread Andrew P.
On 10/3/05, Dinesh Nair <[EMAIL PROTECTED]> wrote:
> On 10/01/05 00:08 Andrew P. said the following:
> > linuxthreads were only important on FreeBSD 4.x.
> > Starting with 5.x we have a more efficient threading
> > model. Extensive testing did not reveal any significant
>
> is this definitive, i.e. that on 5.x linuxthreads are worse off than native
> freebsd threads ? i'm not trying to be a troll, but over on the asterisk
> mailing lists, we're in the midst of discussing if /usr/ports/net/asterisk
> should be using linuxthreads or pthreads by default. on 4.x (which i'm
> still on), linuxthreads has oodles better performance than native pthreads,
> but i havent really done any testing on 5.x or 6.x.
>
> any advice here would be much appreciated.
>
> --
> Regards,   /\_/\   "All dogs go to heaven."
> [EMAIL PROTECTED](0 0)http://www.alphaque.com/
> +==oOO--(_)--OOo==+
> | for a in past present future; do|
> |   for b in clients employers associates relatives neighbours pets; do   |
> |   echo "The opinions here in no way reflect the opinions of my $a $b."  |
> | done; done  |
> +=+
>

Yes, it's definitely so. Google for a few minutes and
you'll see it for yourself. Stick with native threads.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Disk errors

2005-10-03 Thread Joe S

Mike Jeays wrote:

I am getting one or two of these a day on a Western Digital 80GB disk


Most drive manufacturers provide diagnostic tools for the drives they 
produce. In this case, Western Digital provides a bootable diagnostic tool:


* Data Lifeguard Diagnostic for DOS (CD)
  http://support.wdc.com/download/index.asp?swid=30

Burn the ISO to a CD and boot up the system with the CD.
Run the diagnostics.

It's best to use the tool provided by the manufacturer of the drive you 
have. UltimateBootCD includes most popular drive tools.


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


Which MySQL version best to use and with/without linux threads?

2005-10-03 Thread Jared Kuolt
Olafo,

I've found that 4.1 works perfectly! It has been running on my web
servers, the longest one being just over 200 days, which was just after
MySQL 4.1 was pulled out of gamma and into release. 0 troubles at all.

I definitely recommend upgrading. There really isn't any reason not to
anymore since everything is backwards compatible.

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


Re: Problems with Acroread7 port

2005-10-03 Thread Kris Kennaway
On Mon, Oct 03, 2005 at 12:01:40PM -0400, Lowell Gilbert wrote:
> Vladimir Tsvetkov <[EMAIL PROTECTED]> writes:
> 
> > > You need the Linux version (as acroread is a Linux X executable).
> > > On my -STABLE system, it was installed as part of linux_base-8,
> > > as a dependency.
> > 
> > I believe I have exactly the linux version:
> > /usr/ports/print/acroread7
> > And it was installed as part of the linuxpluginwrapper port as a dependency.
> 
> I meant that you need the X version of libfreetype.

If your linux_base-8 installation is out of date you may not have the
necessary dependencies.  Try to portupgrade -a.

Kris


pgp8ZRP0rgUXb.pgp
Description: PGP signature


Re: chflags uid 0 exited on signal 12 (core dump) Bad system call

2005-10-03 Thread Kris Kennaway
On Mon, Oct 03, 2005 at 01:55:22PM +0700, pirat sriyotha wrote:
> hi sirs,
> 
> i am upgrading my other machine from 4.9 to 4.11
> and it produced the above message during make installkernel.
> 
> so what is the solution to this error ?  it appears to many places 
> unexpectedly.
>  and when i reboot once again, still 4.9, i get that same error message
> hightlighted durinh the boot sequences before login: prompt.
> 
> thanks in advance for any helps and hints to this problem.  and please cc to 
> me
> since i do not subscribe to this mailing list.

I'm guessing you really updated your machine to 5.x or later by
mistake (e.g. used the wrong cvsupfile), and you have also tried to
installworld before installkernel, which is an incorrect way to do the
update anyway.

Kris



pgplbbYvDhuxn.pgp
Description: PGP signature


What do scary messages from "dump" mean?

2005-10-03 Thread Gary W. Swearingen
On FreeBSD 5.4-R, I did a backup using 4 dump/restores and each
dump (-0L) gave two scary-looking lines like those that stick out here:

  ...
  DUMP: estimated 71239 tape blocks.
  DUMP: dumping (Pass III) [directories]
  DUMP: dumping (Pass IV) [regular files]
warning: ./.snap: File exists
expected next file 4037, got 180
  DUMP: DUMP: 72413 tape blocks
  DUMP: finished in 10 seconds, throughput 7241 KBytes/sec
  ...

1) Why should "dump" warn about "./.snap" when the manpage implies
that not having one is a problem that it explains how to fix?

2) What's the "expected" line trying to tell me?  I can guess that
"file 4037" means "inode 4037", but I don't know what I'm supposed to
do with this information.  One could worry that the dump was bad.
Should it be telling me things like that?  What could the manpage say
to explain such a message?

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


Re: Complete hangs while extracting source

2005-10-03 Thread David Kirchner
On 10/3/05, Jakob Breivik Grimstveit <[EMAIL PROTECTED]> wrote:
> The logfile can be found at
> . Are you able to parse
> anything usable from it?

I don't see anything wrong with the figures from that log.

The only other thing I can think of to check is to ensure that DMA is
enabled and supported on your drive. atacontrol cap is supposed to
tell you if DMA is supported, and sysctl hw.ata will tell you if DMA
is enabled in the kernel driver.

I don't know the details on how to enable DMA if it is disabled,
unfortunately. I would expect it would need to be something in the
loader, rather than a run-time tunable.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Interfaces doesn't appear

2005-10-03 Thread Efren Bravo
Hi,

I could already see the ppp0 interface.

Thanks...


-Original Message-
From: "Efren Bravo" <[EMAIL PROTECTED]>
To: "freeBSD" 
Date: Mon, 03 Oct 2005 12:24:10 -0500
Subject: Re: Interfaces doesn't appear

> Hi,
> 
> I can't use them, because they are lost when I execute ifconfig -a. It
> only show me sis0(network interface), plip0(unknown for me) and
> lo0(loopback device).  
>   
> why ppp0 and tun0 are not created dynamically like you said?
> 
> Thanks...
> 
> 
> -Original Message-
> From: Lowell Gilbert <[EMAIL PROTECTED]>
> To: "Efren Bravo" <[EMAIL PROTECTED]>
> Date: 03 Oct 2005 12:12:05 -0400
> Subject: Re: Interfaces doesn't appear
> 
> > "Efren Bravo" <[EMAIL PROTECTED]> writes:
> > 
> > > I've looked at my fBSD5.4's interfaces and ppp0 and tun0 don't
> > appear. I
> > > configured the kernel with ppp and tun devices and installed it.  
> > >   
> > > This has some thing to do with my ppp problem?  
> > > Why ppp and tun doesn't not appear as interfaces, what can I do?
> > 
> > Just use them.  Those interfaces are created dynamically.
> 
> 
> ___
> 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: Determining what a port will install... (more than pretty-print-*) [Soln]

2005-10-03 Thread Eric Schuele

hmm... apologies on the poor formating.

Eric Schuele wrote:

Hello,

Some time back I posted a question regarding how to determine what
ports/packages would need to be installed on my machine when I install a 
new (new to the local machine) port.


For example, if I do not presently have openoffice installed... what
will get installed when I 'make install clean' it?  Note that I want the
differences between what is needed to build/run the port and what is
already present on the machine.

At the time no one responded with a clear way to do this... so I finally
had a few minutes to write a script to do it for me.  I thought someone
else might find it useful... So I'm posting it here for comments and
thoughts (be gentle, I'm new to awk).

I find it useful, especially for laptops... which may have a small HDD
and little memory.  I generally try to install the minimum necessary to
do my work.

#! /bin/sh

# Script to determine the differences between what is necessary for
# a port, and what is already present on the local machine.

make pretty-print-build-depends-list | \
 awk '{
count = 0
pkgs = ""
for(i=5; i<=NF-2; i++) {
  pkg = $i

  if (index(pkg, "\"") == 1)

{pkg = substr(pkg, 2, length(pkg)-1)}
  if (index(pkg, "\"") > 1)
{pkg = substr(pkg, 1, length(pkg)-1)}
   
  if ( system("pkg_info -e " pkg) == 1) {

pkgs = pkgs " " pkg
count++
  }
}

if ( count ) {
  print "You need the following (build) perequisites:"
  print pkgs
}
else {
  print "All (build) prerequisites are present."
}

  }'

make pretty-print-run-depends-list | \
 awk '{
count = 0
pkgs = ""
for(i=5; i<=NF-2; i++) {
  pkg = $i

  if (index(pkg, "\"") == 1)

{pkg = substr(pkg, 2, length(pkg)-1)}
  if (index(pkg, "\"") > 1)
{pkg = substr(pkg, 1, length(pkg)-1)}
   
  if ( system("pkg_info -e " pkg) == 1) {

pkgs = pkgs " " pkg
count++
  }
}

if ( count ) {
  print "You need the following (run) perequisites:"
  print pkgs
}
else {
  print "All (run) prerequisites are present."
}

  }'




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


Determining what a port will install... (more than pretty-print-*) [Soln]

2005-10-03 Thread Eric Schuele

Hello,

Some time back I posted a question regarding how to determine what
ports/packages would need to be installed on my machine when I install a 
new (new to the local machine) port.


For example, if I do not presently have openoffice installed... what
will get installed when I 'make install clean' it?  Note that I want the
differences between what is needed to build/run the port and what is
already present on the machine.

At the time no one responded with a clear way to do this... so I finally
had a few minutes to write a script to do it for me.  I thought someone
else might find it useful... So I'm posting it here for comments and
thoughts (be gentle, I'm new to awk).

I find it useful, especially for laptops... which may have a small HDD
and little memory.  I generally try to install the minimum necessary to
do my work.

#! /bin/sh

# Script to determine the differences between what is necessary for
# a port, and what is already present on the local machine.

make pretty-print-build-depends-list | \
 awk '{
count = 0
pkgs = ""
for(i=5; i<=NF-2; i++) {
  pkg = $i

  if (index(pkg, "\"") == 1)
{pkg = substr(pkg, 2, length(pkg)-1)}
  if (index(pkg, "\"") > 1)
{pkg = substr(pkg, 1, length(pkg)-1)}

  if ( system("pkg_info -e " pkg) == 1) {
pkgs = pkgs " " pkg
count++
  }
}

if ( count ) {
  print "You need the following (build) perequisites:"
  print pkgs
}
else {
  print "All (build) prerequisites are present."
}

  }'

make pretty-print-run-depends-list | \
 awk '{
count = 0
pkgs = ""
for(i=5; i<=NF-2; i++) {
  pkg = $i

  if (index(pkg, "\"") == 1)
{pkg = substr(pkg, 2, length(pkg)-1)}
  if (index(pkg, "\"") > 1)
{pkg = substr(pkg, 1, length(pkg)-1)}

  if ( system("pkg_info -e " pkg) == 1) {
pkgs = pkgs " " pkg
count++
  }
}

if ( count ) {
  print "You need the following (run) perequisites:"
  print pkgs
}
else {
  print "All (run) prerequisites are present."
}

  }'

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


Re: Interfaces doesn't appear

2005-10-03 Thread Efren Bravo
Hi,

I can't use them, because they are lost when I execute ifconfig -a. It
only show me sis0(network interface), plip0(unknown for me) and
lo0(loopback device).  
  
why ppp0 and tun0 are not created dynamically like you said?

Thanks...


-Original Message-
From: Lowell Gilbert <[EMAIL PROTECTED]>
To: "Efren Bravo" <[EMAIL PROTECTED]>
Date: 03 Oct 2005 12:12:05 -0400
Subject: Re: Interfaces doesn't appear

> "Efren Bravo" <[EMAIL PROTECTED]> writes:
> 
> > I've looked at my fBSD5.4's interfaces and ppp0 and tun0 don't
> appear. I
> > configured the kernel with ppp and tun devices and installed it.  
> >   
> > This has some thing to do with my ppp problem?  
> > Why ppp and tun doesn't not appear as interfaces, what can I do?
> 
> Just use them.  Those interfaces are created dynamically.


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


Re: Logging Program Action

2005-10-03 Thread Kevin Kinsey

Gerard Seibert wrote:


I am using FreeBSD 5.4. Presently, I am using DADA Mail, a mass mailing
program similar to MailMan. The program runs fine under FreeBSD, with
one exception.

When the program "POPs" a message from the mailbox set up for it, it
fails to delete the message. This leads to the message being resent
endlessly unless I remove it manually. The programs' author, Justine
Simoni, has been unable to correct this problem.

For the record, I am using QPOPPER, the latest version. If I access this
mailbox with my usual MUA, the message is downloaded and deleted
normally.

What I am looking for is a program that can log everything that the DADA
module is doing when it runs. Specifically, when the module that
accesses the mailbox runs, if possible. Perhaps I could then find out
what the problem is. DADA is written in PERL.


 



Dunno if it's what you want, but you might look at ktrace(1).

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


Re: Interfaces doesn't appear

2005-10-03 Thread guru
El día Monday, October 03, 2005 a las 12:09:09PM -0500, Efren Bravo escribió:

> Hi,
> 
> I've looked at my fBSD5.4's interfaces and ppp0 and tun0 don't appear. I
> configured the kernel with ppp and tun devices and installed it.  
>   
> This has some thing to do with my ppp problem?  
> Why ppp and tun doesn't not appear as interfaces, what can I do?
> 
> Thanks.

The interface ppp0 should appear if you start pppd; you may
try it by starting as root in one window the daemon:

# pppd

and ignore the LCP there; now issue from another window to check it:

# ifconfig ppp0
ppp0: flags=8010 mtu 1500
#

matthias
-- 
Matthias Apitz / Sisis Informationssysteme GmbH
Gruenwalder Weg 28g / D-82041 Oberhaching
Fon: ++49 89 / 61308-351, Fax: -399, Mobile ++49 170 4527211
http://www.sisis.de/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Interfaces doesn't appear

2005-10-03 Thread Lowell Gilbert
"Efren Bravo" <[EMAIL PROTECTED]> writes:

> I've looked at my fBSD5.4's interfaces and ppp0 and tun0 don't appear. I
> configured the kernel with ppp and tun devices and installed it.  
>   
> This has some thing to do with my ppp problem?  
> Why ppp and tun doesn't not appear as interfaces, what can I do?

Just use them.  Those interfaces are created dynamically.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Interfaces doesn't appear

2005-10-03 Thread Efren Bravo
Hi,

I've looked at my fBSD5.4's interfaces and ppp0 and tun0 don't appear. I
configured the kernel with ppp and tun devices and installed it.  
  
This has some thing to do with my ppp problem?  
Why ppp and tun doesn't not appear as interfaces, what can I do?

Thanks.


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


Re: Problems with Acroread7 port

2005-10-03 Thread Lowell Gilbert
Vladimir Tsvetkov <[EMAIL PROTECTED]> writes:

> > You need the Linux version (as acroread is a Linux X executable).
> > On my -STABLE system, it was installed as part of linux_base-8,
> > as a dependency.
> 
> I believe I have exactly the linux version:
> /usr/ports/print/acroread7
> And it was installed as part of the linuxpluginwrapper port as a dependency.

I meant that you need the X version of libfreetype.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Could not open PNM input file ...

2005-10-03 Thread Lowell Gilbert
Kiffin Gish <[EMAIL PROTECTED]> writes:

> When I try to print nothing happens. If I look in the lpd-errors file I
> see this:
> 
> pnm2ppa[931]: main():  Could not open PNM input file
> 
> 
> Any idea what is going wrong?

Some kind of bug in your input filter.

Try using one of the ports for setting printers up (e.g., apsfilter)
instead of writing your own.

Also, please read the "How to get the best results from FreeBSD
questions" article:
http://www.lemis.com/questions.html
It is posted here on a very regular basis.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Problems with Acroread7 port

2005-10-03 Thread Vladimir Tsvetkov
> You need the Linux version (as acroread is a Linux X executable).
> On my -STABLE system, it was installed as part of linux_base-8,
> as a dependency.

I believe I have exactly the linux version:
/usr/ports/print/acroread7
And it was installed as part of the linuxpluginwrapper port as a dependency.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Which MySQL version best to use and with/without linux threads?

2005-10-03 Thread Dinesh Nair

On 10/01/05 00:08 Andrew P. said the following:

linuxthreads were only important on FreeBSD 4.x.
Starting with 5.x we have a more efficient threading
model. Extensive testing did not reveal any significant


is this definitive, i.e. that on 5.x linuxthreads are worse off than native 
freebsd threads ? i'm not trying to be a troll, but over on the asterisk 
mailing lists, we're in the midst of discussing if /usr/ports/net/asterisk 
should be using linuxthreads or pthreads by default. on 4.x (which i'm 
still on), linuxthreads has oodles better performance than native pthreads, 
but i havent really done any testing on 5.x or 6.x.


any advice here would be much appreciated.

--
Regards,   /\_/\   "All dogs go to heaven."
[EMAIL PROTECTED](0 0)http://www.alphaque.com/
+==oOO--(_)--OOo==+
| for a in past present future; do|
|   for b in clients employers associates relatives neighbours pets; do   |
|   echo "The opinions here in no way reflect the opinions of my $a $b."  |
| done; done  |
+=+
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Problems with Acroread7 port

2005-10-03 Thread Lowell Gilbert
Vladimir Tsvetkov <[EMAIL PROTECTED]> writes:

> I had no problems with the make install clean with this port,
> but when I try to start acroread7, I got the following message:
> 
> # acroread7
> /compat/linux/usr/local/Adobe/Acrobat7.0/Reader/intellinux/bin/acroread:
> error while loading shared libraries: libfreetype.so.6: cannot open
> shared object file: No such file or directory
> 
> I've searched for the libfreetype.so.6 shared object on my machine and
> I got the following:
> 
> # find /usr -name "libfreetype.so.*"
> /usr/local/lib/libfreetype.so.9
> 
> Maybe I have a newer version of libfreetype.so.*.
> I tried with a symbolic link:
> 
> # ln -s /usr/local/lib/libfreetype.so.9 /usr/local/lib/libfreetype.so.6
> 
> And then again:
> # acroread7
> /compat/linux/usr/local/Adobe/Acrobat7.0/Reader/intellinux/bin/acroread:
> error while loading shared libraries: libfreetype.so.6: cannot open
> shared object file: No such file or directory
> 
> So, this method doesn't work.
> Any suggestions?
> Thanks in advance!

You need the Linux version (as acroread is a Linux X executable).  
On my -STABLE system, it was installed as part of linux_base-8, 
as a dependency.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvsup and non-arch specific files download prevention

2005-10-03 Thread RW
On Monday 03 October 2005 10:44, Gobbledegeek wrote:
> Hello
>I'm upgrading from 4.7 to 5.4 using cvsup and I see that with
> src-all, files specific to s390, spark, ppc are also being downloaded.
> How can I prevent this from happening? I only want to download i386
> files...

Most of the files are platform independent. The overhead from all the non-i386 
platforms put together is only about 4%.

BTW I think ppc is parallel printer port support, not the powerPC platform.


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


Problems with Acroread7 port

2005-10-03 Thread Vladimir Tsvetkov
I had no problems with the make install clean with this port,
but when I try to start acroread7, I got the following message:

# acroread7
/compat/linux/usr/local/Adobe/Acrobat7.0/Reader/intellinux/bin/acroread:
error while loading shared libraries: libfreetype.so.6: cannot open
shared object file: No such file or directory

I've searched for the libfreetype.so.6 shared object on my machine and
I got the following:

# find /usr -name "libfreetype.so.*"
/usr/local/lib/libfreetype.so.9

Maybe I have a newer version of libfreetype.so.*.
I tried with a symbolic link:

# ln -s /usr/local/lib/libfreetype.so.9 /usr/local/lib/libfreetype.so.6

And then again:
# acroread7
/compat/linux/usr/local/Adobe/Acrobat7.0/Reader/intellinux/bin/acroread:
error while loading shared libraries: libfreetype.so.6: cannot open
shared object file: No such file or directory

So, this method doesn't work.
Any suggestions?
Thanks in advance!

Best Regards,
Vladimir Tsvetkov

p.s. This message was also sended to the port maintainer
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: chflags uid 0 exited on signal 12 (core dump) Bad system call

2005-10-03 Thread Lowell Gilbert
pirat sriyotha <[EMAIL PROTECTED]> writes:

> hi sirs,
> 
> i am upgrading my other machine from 4.9 to 4.11
> and it produced the above message during make installkernel.
> 
> so what is the solution to this error ?  it appears to many places 
> unexpectedly.
>  and when i reboot once again, still 4.9, i get that same error message
> hightlighted durinh the boot sequences before login: prompt.

You obviously installed something *before* doing the installkernel.
What was it?  /bin/chflags?  How did you do that exactly?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: NEWBIE: how-to for feeding file to gnomealyzer.sh?

2005-10-03 Thread Greg Barniskis

David Armour wrote:

i seem to recall a perl something or other flashing by on one of 
those root terminal screens. how does one preserve the 
information on those screensful? 


Sorry for not responding earlier... an unusual confluence of the 
stars allowed me to take an actual vacation that involved no 
computers other than a GPS locator. Perhaps you've solved this by 
now, but if not:


man script

Use script to capture your entire upgrade process for analysis. Look 
not only at the end where things totally crap out, but possibly much 
earlier where things may start to fail in a non-fatal way (esp. if 
you are portupgrading a glob of things, or -a, rather than focusing 
on individual packages).



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


Re: Perl / Webmin: ld-elf.so.1 issue

2005-10-03 Thread Lowell Gilbert
Mark Edwards <[EMAIL PROTECTED]> writes:

> On Oct 3, 2005, at 1:33 AM, Lowell Gilbert wrote:
> 
> > Mark Edwards <[EMAIL PROTECTED]> writes:
> >
> >
> >> I am getting the following error in the browser when trying to use
> >> webmin's crontab editing feature:
> >>
> >> /usr/libexec/ld-elf.so.1: /usr/local/bin/perl: Undefined symbol
> >> "PL_exit_flags"
> >> crontab: "/usr/local/lib/webmin/cron/cron_editor.pl" exited with
> >> status 1
> >>
> >> I am running perl 5.8.7 from ports, and I have done the whole routine
> >> with setting use.perl port and perl_after_upgrade.
> >>
> >> I notice that there are two /usr/libexec/ld-elf.so.1 files on my
> >> machine:
> >>
> >> -r-xr-xr-x  1 root  wheel85940 Feb 11  2005 ld-elf.so.1
> >> -r-xr-xr-x  1 root  wheel85908 Jun 29  2004 ld-elf.so.1.old
> >>
> >> Is that normal?  I reinstalled the perl port to no avail.
> >>
> >
> > Are your ports up to date?
> > [From an up-to-date ports tree?]
> 
> Yes, up to date from cvs as of a week ago or so.  Can anyone suggest
> a way for me to troubleshoot what exactly the problem is?

Well, that symbol is definitely supposed to be present in your perl
executable.  

[E.g., 
[  > strings /usr/local/bin/perl|grep exit_fl
[  PL_exit_flags
[  >

Do you have any perl-related knobs in make.conf, or in pkgtools.conf
(if you used portupgrade for installing)?

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


Re: Defragmentation needed with FreeBSD ...

2005-10-03 Thread Lowell Gilbert
Kiffin Gish <[EMAIL PROTECTED]> writes:

> On Sun, 2005-10-02 at 17:11 +0400, Andrew P. wrote:
> > On 10/2/05, Tamouh H. <[EMAIL PROTECTED]> wrote:
> > >
> > > >
> > > > I was just wondering if like in Windows disk fragmentation
> > > > arises, and if so then how should one go about defragmenting it?
> > >
> > > There is no fragmentation in the BSD file systems, that is something 
> > > related
> > > to Windows only. You might want to add the line:
> > >
> > > fsck_y_enable="YES"
> > >
> > > to your /etc/rc.conf  in the event fsck finds errors on your disks.
> > >
> > >
> > > ___
> > > freebsd-questions@freebsd.org mailing list
> > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > > To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> > >
> > 
> > Of course there is fragmentation.
> > 
> > UFS, particularly its implementation in FreeBSD is
> > more intelligent than NTFS/FAT32. When there is
> > enough free space on the disk (typically more than
> > 15%, see tunefs(8) for details), I/O is automatically
> > optimized to minimize fragmentation.
> > 
> > When your win32 box is idle, but the hdd is scratching
> > it's very annoying, because you know that windows
> > is swapping something.
> > 
> > When your bsd box is idle, but the hdd is scratching
> > it's quite pleasant, 'cuz that's some hard-working
> > daemons make sure that you don't loose any data,
> > and always can enjoy the maximum performance.
> > ___
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 
> So if I understand you correctly, this means that the disk is
> defragmented automatically in the background during idle use, e.g. I do
> not have to do anything else to enable it because it is already enabled.
> 
> Correct?

Not really.  Rather than trying to keep an entire file contiguous, UFS
just keeps reasonably large blocks contiguous, and all of the blocks
in the same part of the disk ("cylinder group").  

The basics of this are all still the same as in the original research
paper; see /usr/share/doc/smm/05.fastfs/paper.ascii.gz.

Also bear in mind that the term "fragmentation" is used to mean
something different in the Microsoft world than it is with respect to
Unix filesystems.  I have commented on that before on this list;
please see the archives to avoid repeating old discussions.  For example,
http://lists.freebsd.org/pipermail/freebsd-questions/2005-July/094544.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Re[2]: Defragmentation needed with FreeBSD ...

2005-10-03 Thread Alistar Erlas



> 
> 
> --- Andreas Davour <[EMAIL PROTECTED]> wrote:
> 
> > On Sun, 2 Oct 2005, Andrew P. wrote:
> > 
> > > On 10/2/05, Andreas Davour <[EMAIL PROTECTED]>
> > wrote:
> > >> On Sun, 2 Oct 2005, Gerard Seibert wrote:
> > >>
> > >>> * REPLY SEPARATOR *
> > >>> On 10/2/2005 9:40:11 AM, Gerard Seibert
> Replied:
> > >>>
> > >>> I have both Windows and FreeBSD boxes, and I
> can
> > honestly say that I do
> > >>> not hear the hdd scratching (I certainly hope
> it
> > is not scratching). It
> > >>> sounds to me like you have a serious problem
> > with your HD. Perhaps it is
> > >>> time to trade it in for a newer model.
> > >>
> > >> Yes, a HD should not be heard, then it's time
> to
> > be very afraid! It
> > >> happened to me yesterday, so I know... :(
> > >
> > > You know, it depends. Most of my Seagate drives
> > > are almost silent, but Maxtor and Hitachi (IBM)
> > can
> > > easily be heard.
> > 
> > They can? I have always taken sound as a sign of
> > troubles. Anyway, any 
> > "should" above "should" be taken with a grain of
> > salt. :)
> > 
> > SMART have some merit.
> > 
> > /andreas
> > I would say that if the HDD starts making new
noises
that it didnt make previously, then definitely there
may be something wrong. Some hard disks do make noises
when reading data, others do not. I have had some that
are easily heard, and they always were that way, and
others that are silent.

As far as backing up data, CDs are an option but with
a lot of data that gets a bit inconvenient, maybe one
of the GUI CD writer tools on FreeBSD makes spanning
multiple CDs less of a performance. Maybe there is
some tool to verify the CDs where written properly as
well. I hope. I have another computer that I just copy
the data to. Some people just install two hard drives
inside their system and use the second as a backup.
Some people use external USB hard drives.



> > -- 
> > A: Because it fouls the order in which people
> > normally read text.
> > Q: Why is top-posting such a bad thing?
> > A: Top-posting.
> > Q: What is the most annoying thing on usenet and
> in
> > e-mail?
> > ___
> > freebsd-questions@freebsd.org mailing list
> >
>
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> > "[EMAIL PROTECTED]"
> > 
> 
> 
> __
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam
> protection around 
> http://mail.yahoo.com 
> ___
> freebsd-questions@freebsd.org mailing list
>
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> 




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Re[2]: Defragmentation needed with FreeBSD ...

2005-10-03 Thread Alistar Erlas


--- Andreas Davour <[EMAIL PROTECTED]> wrote:

> On Sun, 2 Oct 2005, Andrew P. wrote:
> 
> > On 10/2/05, Andreas Davour <[EMAIL PROTECTED]>
> wrote:
> >> On Sun, 2 Oct 2005, Gerard Seibert wrote:
> >>
> >>> * REPLY SEPARATOR *
> >>> On 10/2/2005 9:40:11 AM, Gerard Seibert Replied:
> >>>
> >>> I have both Windows and FreeBSD boxes, and I can
> honestly say that I do
> >>> not hear the hdd scratching (I certainly hope it
> is not scratching). It
> >>> sounds to me like you have a serious problem
> with your HD. Perhaps it is
> >>> time to trade it in for a newer model.
> >>
> >> Yes, a HD should not be heard, then it's time to
> be very afraid! It
> >> happened to me yesterday, so I know... :(
> >
> > You know, it depends. Most of my Seagate drives
> > are almost silent, but Maxtor and Hitachi (IBM)
> can
> > easily be heard.
> 
> They can? I have always taken sound as a sign of
> troubles. Anyway, any 
> "should" above "should" be taken with a grain of
> salt. :)
> 
> SMART have some merit.
> 
> /andreas
> 
> -- 
> A: Because it fouls the order in which people
> normally read text.
> Q: Why is top-posting such a bad thing?
> A: Top-posting.
> Q: What is the most annoying thing on usenet and in
> e-mail?
> ___
> freebsd-questions@freebsd.org mailing list
>
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> 


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


Re: pppd server help

2005-10-03 Thread Lowell Gilbert
Please don't top-post.

"Efren Bravo" <[EMAIL PROTECTED]> writes:

> Hi,
> 
> I have only one modem, my doubt is how and where ppp or pppd are started?
> The Handbook make references to scripts to manage them, but who launch
> those scripts?  
>   
> I don't know if I make myself understand
> 
> Thanks for your time...
> 
> 
> >Are you going to be running a high-volume dialin server?
> >If not, you might try using ppp(8) instead of pppd.  
> >It's easier to set up.
> 
> 
> > I don't realize how the pppd server start when the modem answer the phone.  
> >  
> > I've followed the step of the section 21.3.3 "Using pppd as a Server" of
> > the Handbook and I'm not sure what should I do because according to this
> > section I've to create a script and this script will tell pppd to behave
> > as a server but how this script will be executed?  
> >  
> > I hope you can help me

The documentation is very extensive, so you need to be more precise
about what part you are having trouble with.  

If you are using ppp(8), start by making sure you can get it started
from the command line; once that works, you can worry about startup
scripts to do so automatically.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Cannot Boot 5.4

2005-10-03 Thread Lowell Gilbert
"Bill Schmitt (SW)" <[EMAIL PROTECTED]> writes:

> I have a 300MHz Gateway that was resurrected with new memory (128MB)
> and an additional Maxtor 60GB IDE hard disk to run FBSD about a year
> and a half ago. At the time, when I tried to install an early 5.x
> release (I don't recall which), I could boot the CD and go through the
> installation, but the machine hung on the subsequent boot from the
> Hard Disk. I tried 4.10, and it did the same thing, but I managed to
> install 4.9 and have run that ever since. booting from the original
> Maxtor 4.7GB (configured as the master) IDE drive with most storage on
> the newer drive that I added. This week, the added (60GB) drive
> started sending out error messages, and fsck just cycled through hours
> of fixes and told me to run itself again when it completed.
> 
> I've purchased a new 80GB hard disk and decided to try to install 5.4
> again. I installed the new disk in place of the original 4.7GB drive
> with the dying drive left as a slave in the hopes that I might be able
> to retrieve something from it. When I boot from the 5.4 ISO image, the
> systems messages scroll through until the devices are recognized. The
> last three lines listed are:
> 
> ad0: 78533MB  [159560/16/63] at ata0-master UDMA33
> ad1: 58644MB  [119150/16/63] at ata0-slave UDMA33
> acd0:  at ata1-master P104
> 
> At that point, it hangs and I see no activity at all. I've tried the
> Boot FreeBSD (default), Boot FreeBSD with ACPI disabled options., and
> Boot FreeBSD in Safe Mode options, but all have the same results.
> 
> Before I go back to 4.9, can anyone suggest steps to resolve this or
> point me to a resource that would help me resolve it?

First of all, I would try 6.0.  It's currently in beta, but some of
the changes in device probing may help you.  

If that doesn't help, then take a look at your BIOS settings.
Toggling such settings as "plug-and-play OS" might help you get
further, here, particularly with "safe mode".

You could also try a source upgrade; just be careful with keeping a
bootable kernel around, as you may need to experiment to get a
kernel that doesn't tickle whatever is funny about your hardware.

Another point would be to look to that hardware.  For one thing, make
sure that the acd0 drive is *really* configured and cabled as the
master on the second IDE bus.  And that if anything else is on the
same cable, you remove it.  [It isn't being seen anyway.]

Good luck.
___
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 read FreeBSD partition under winXP?

2005-10-03 Thread Alistar Erlas
Did you try this one:
http://ffsdrv.sourceforge.net/. 

--- snnn <[EMAIL PROTECTED]> wrote:

> How to read FreeBSD partition under winXP? Is there
> some freeware I can
> download?
> 
> I think this is a frequently question, I searched it
> on google, and find
> one named "FFS Driver Mount Manager" on
> sourceforge.net.It's easy to
> use,but I can only mount one partition "/"... Who
> can told me how to use
> it? Or give me a link to another similar software?
> 
> Thanks.
> 
> p.s.I'm a newbie of this mail list,is here any FAQs
> (of this mail list)
> I can read first?
> 
> -- 
> http://www.freewebs.com/snnn  
> 
> 
> 
> ___
> freebsd-questions@freebsd.org mailing list
>
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> 




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: can't install 5.4, won't recognize SCSI CD Rom

2005-10-03 Thread Chuck Swiger

[EMAIL PROTECTED] wrote:

I'm having a problem installing FreeBSD with a CD Rom disc.  I have a SCSI CD
Rom player.  It's not possible to configure my system to search for the boot
record from CD Rom.  Instead, I've been trying to start from the installation
floppies, then have FreeBSD use the installation media on the CD Rom for the
rest.  Unfortunately, FreeBSD can't see the installation media because it
doesn't recognize my CD Rom player.


OK.


From what I understand, most of the time, FreeBSD will use it's default drivers
to recognize all hardware on a system.  In my case, the CD Rom isn't being
recognized (although the SCSI hard drive is recognized).


Can you see the CD-ROM device from within the SCSI card's BIOS screen?

If not, you probably have a cabling or termination problem.  This is especially 
common if you have a mixture of 68-pin and 50-pin cables.  Try changing the 
SCSI ID of the CD-ROM drive.  Try disabling ultra/wide modes.  Double-check any 
CD-ROM related options in the SCSI BIOS.


If you have not already done so, you should try to reflash your BIOS on the MB 
and the SCSI card (and even for the CD-ROM drive if you can find an image for 
it) to the latest versions.


BTW, you haven't actually told us what the SCSI card or the CD-ROM devices 
actually are.  More details and precise settings would be useful, especially a 
dmesg (which could be put somewhere on the web and a link mailed, or as an 
attachment, but watch out for list MIME-type filtering by Mailman).


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


Re: libchk - method to fix libraries

2005-10-03 Thread Lowell Gilbert
Damon Blom <[EMAIL PROTECTED]> writes:

> On Saturday 01 October 2005 05:42 am, Lowell Gilbert wrote:
> > Damon Blom <[EMAIL PROTECTED]> writes:
> > >libchk found problems with my libraries. Is there any program like
> > > pkgdb -F that I can run to fix my port libraries?
> >
> > With this little information, the only thing I can think of is to
> > reinstall the libraries.  You could try something like
> > portupgrade -f `pkg_which /path/to/library`
> Hi
>   Thank's for the reply
> FreeBSD presario.com 7.0-CURRENT FreeBSD 7.0-CURRENT #6: Mon Sep 26 08:55:26 
> PDT 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MYKERNEL  amd64
>  output from libchk:
> 
> Will look into:
>   /bin
>   /lib
>   /root/bin
>   /sbin
>   /usr/X11R6/bin
>   /usr/X11R6/lib
>   /usr/X11R6/libexec
>   /usr/bin
>   /usr/games
>   /usr/lib
>   /usr/libexec
>   /usr/local/bin
>   /usr/local/lib
>   /usr/local/libexec
>   /usr/local/sbin
>   /usr/sbin
> Unresolvable link(s) found 
> in: /usr/local/lib/thunderbird/plugins/libnullplugin.so
>   libxpcom.so
> Unresolvable link(s) found 
> in: /usr/local/lib/thunderbird/components/libmailcomps.so
>   libxpcom_compat.so
>   libxpcom.so
> Unresolvable link(s) found 
> in: /usr/local/lib/thunderbird/components/libmail.so
>   libxpcom_compat.so
>   libmozjs.so
>   libxpcom.so
> Unresolvable link(s) found 
> in: /usr/local/lib/thunderbird/components/libmsgsmime.so
>   libxpcom_compat.so
>   libmozjs.so
>   libxpcom.so
> Unresolvable link(s) found 
> in: /usr/local/lib/thunderbird/components/libimport.so
>   libxpcom_compat.so
>   libxpcom.so
> Unresolvable link(s) found 
> in: /usr/local/lib/thunderbird/components/libwebsrvcs.so
>   libmozjs.so
>   libxpcom.so
> Unresolvable link(s) found 
> in: /usr/local/lib/thunderbird/components/libxmlextras.so
>   libmozjs.so
>   libxpcom.so
> Unresolvable link(s) found 
> in: /usr/local/lib/thunderbird/components/libmyspell.so
>   libxpcom.so
> Unresolvable link(s) found 
> in: /usr/local/lib/thunderbird/components/libspellchecker.so
>   libxpcom.so
> Unresolvable link(s) found 
> in: /usr/local/lib/thunderbird/components/libwalletviewers.so
>   libxpcom.so
> Unresolvable link(s) found 
> in: /usr/local/lib/thunderbird/components/libwallet.so
>   libxpcom_compat.so
>   libxpcom.so
> Unresolvable link(s) found in: /usr/local/lib/thunderbird/components/libjsd.so
>   libmozjs.so
>   libxpcom.so
> Unresolvable link(s) found 
> in: /usr/local/lib/thunderbird/components/libxpinstall.so
>   libxpcom_compat.so
>   libmozjs.so
>   libxpcom.so
> Unresolvable link(s) found 
> in: /usr/local/lib/thunderbird/components/libappcomps.so
>   libmozjs.so
>   libxpcom.so
> Unresolvable link(s) found 
> in: /usr/local/lib/thunderbird/components/libxremoteservice.so
>   libxpcom.so
>   libxpcom.so
> Unresolvable link(s) found 
> in: /usr/local/lib/thunderbird/components/libmork.so
>   libxpcom.so
> Unresolvable link(s) found 
> in: /usr/local/lib/thunderbird/components/libgklayout.so
>   libmozjs.so
>   libgkgfx.so
>   libxpcom.so
> Unresolvable link(s) found 
> in: /usr/local/lib/thunderbird/components/libxremote_client.so
>   libxpcom.so
> Unresolvable link(s) found 
> in: /usr/local/lib/thunderbird/components/libwidget_gtk2.so
>   libgtkxtbin.so
>   libgkgfx.so
>   libxpcom.so
> Unresolvable link(s) found 
> in: /usr/local/lib/thunderbird/components/libgkplugin.so
>   libgtkxtbin.so
>   libmozjs.so
>   libxpcom.so
> Unresolvable link(s) found 
> in: /usr/local/lib/thunderbird/components/libimglib2.so
>   libgkgfx.so
>   libxpcom.so
>   libxpcom.so
> Unresolvable link(s) found in: /usr/local/lib/firefox/components/libnecko.so
>   libxpcom.so
> Unresolvable link(s) found in: /usr/local/lib/firefox/components/liboji.so
>   libmozjs.so
>   libjsj.so
>   libxpcom.so
> Unresolvable link(s) found in: /usr/local/lib/firefox/components/libjar50.so
>   libxpcom.so
> Unresolvable link(s) found in: /usr/local/lib/firefox/components/libi18n.so
>   libxpcom.so
> Unresolvable link(s) found in: /usr/local/lib/firefox/components/libucvmath.so
>   libxpcom.so
> Unresolvable link(s) found in: /usr/local/lib/firefox/components/libuconv.so
>   libxpcom.so
> Unresolvable link(s) found 
> in: /usr/local/lib/firefox/components/libxpconnect.so
>   libmozjs.so
>   libxpcom.so
> Unresolvable link(s) found 
> in: /usr/local/lib/firefox/components/libxpcom_compat_c.so
>   libxpcom_compat.so
>   libxpcom.so
> Unresolvable link(s) found in: /usr/local/lib/mozilla/plugins/libnullplugin.so
>   libxpcom.so
> Unresolvable link(s) found 
> in: /usr/local/lib/mozilla/components/libmsgsmime.so
>   libmsgbaseutil.so
>   libxpcom_compat.so
>   libmozjs.so
>   libxpcom.so
> Unresolvable link(s) found 
> in: /usr/

How to read FreeBSD partition under winXP?

2005-10-03 Thread snnn

How to read FreeBSD partition under winXP? Is there some freeware I can
download?

I think this is a frequently question, I searched it on google, and find
one named "FFS Driver Mount Manager" on sourceforge.net.It's easy to
use,but I can only mount one partition "/"... Who can told me how to use
it? Or give me a link to another similar software?

Thanks.

p.s.I'm a newbie of this mail list,is here any FAQs (of this mail list)
I can read first?

--
http://www.freewebs.com/snnn



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


Re: chflags uid 0 exited on signal 12 (core dump)

2005-10-03 Thread Jerry McAllister
> 
> hi sirs,
> 
> i am upgrading my other machine from 4.9 to 4.11
> and it produced the above message during make installkernel.

What "above message"?You included no 'above message' in your
posting.



> so what is the solution to this error ?  it appears to many places 
> unexpectedly.
>  and when i reboot once again, still 4.9, i get that same error message
> hightlighted durinh the boot sequences before login: prompt.
> 
> thanks in advance for any helps and hints to this problem.  and please cc to 
> me
> since i do not subscribe to this mailing list.
> 
> --
> 
> with best regards,
> psr
> 
> http://www.thai-aec.org
> 
> 
> This message was sent using Inet-Webmail.
> ___
> 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: How to configure CVSup supfile for correct ports tree ?

2005-10-03 Thread Karol Kwiatkowski
edward wrote:
> Hi all,
> I just upgraded a 5.3-RELEASE system into 5.4-STABLE using CVSup and the
> usual building procedure. For this, I created a src-supfile containing :
> *default tag=RELENG_5
> It all went fine and 5.4-STABLE is up and running.
> I also have a previously configured ports-supfile with :
> *default tag=.
> I undestand this points CVSup towards the FreeBSD-current ports collection.

Not exactly, there's only one 'version' of ports tree independent of
system version. Empty tag ('tag=.') is all that's needed.

Have a look at the Handbook (chapter A.5.3 "CVSup Configuration)[1]:

<<
Which version(s) of them do you want?

[...]

Warning: Be very careful to specify any tag= fields correctly. Some
tags are valid only for certain collections of files. If you specify
an incorrect or misspelled tag, CVSup will delete files which you
probably do not want deleted. In particular, use only tag=. for the
ports-* collections.
>>


> I am concerned about getting software that really matches the version of
> FreeBSD I am running. Is my ports-supfile OK, or should I change the tag
> line to :
> *default tag=RELENG_5
> to be sure ports and OS are fully compatible ?

Should be 'tag=.' as explained above. HTH.

> Thanks for your insight on this.
> Edward

Regards,

Karol

[1]
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html

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


Re: fdisk: cannot open disk /dev/ad0: No such file or directory

2005-10-03 Thread Jerry McAllister
> 
> Hi all,
> 
> I get this when I type 
> 
> /home/paul# fdisk -u
> 
> fdisk: cannot open disk /dev/ad0: No such file or directory
> 
>  
> 
> ad0 is there because it's just booted off it.  
> 
> I have also tried this from a live CD with no active mounts.
> 

You cannot fdisk the disk you are booted from or a mounted disk
other than just to read the information - but no updating.

If you need to modify the primary label of your boot disk, then
you will need to boot from something else, such as a 'fixit' CD.
In 4.xx and before, the fixit was the second CD.  In 5.xxx (and I
presume after), the fixit is the first CD.  

> This person had exactly the same problem:
> 
> http://www.linuxquestions.org/questions/showthread.php?s=
> 
> &threadid=357343
> 
> I too had used dd to transfer from a smaller HD.
> 

Not a good idea.
First, build your new (larger) disk properly with fdisk/disklabel/bsdlabel
and newfs first (or you can use /stand/sysinstall - see 'man 8 sysinstall).
Then use dump(8)/restore(8) to transfer the file systems.

jerry

> 
> Additional info:
> 
>  
> 
> /home/paul# df -h
> 
> Filesystem SizeUsed   Avail Capacity  Mounted on
> 
> /dev/ad0s1a193M 92M 86M52%/
> 
> devfs  1.0K1.0K  0B   100%/dev
> 
> /dev/ad0s1d242M432K222M 0%/tmp
> 
> /dev/ad0s1f4.8G3.0G1.4G68%/usr
> 
> /dev/ad0s1e242M163M 59M73%/var
> 
> devfs  1.0K1.0K  0B   100%/var/named/dev
> 
>  
> 
>  
> 
>  
> 
>  
> 
> Thanks.
> 
>  
> 
> Paul
> 
> ___
> 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: Front Page extensions ???

2005-10-03 Thread Jerry McAllister
> 
> 
> We do it on Solaris not on FreeBSD, but it's no big deal - we put all
> the FP users on a single server and everyone else on a server
> without FP loaded.  After all if the FP server gets hacked due to
> FP extensions, what is the customer going to say?  They demanded
> the FP extensions in the first place!
> 
> Keep in mind also that a great many FP users that THINK they need
> FP extensions on the webserver in actuality DO NOT.  Microsoft does
> a lot of work to blur the two because they know that some ignorant
> people will actually go lay out the coin for a Windows server just to
> run FP.  But our observation is the vast majority of users use FP
> as a page-creation program and never use any of the FP extensions,
> or simply use very basic ones like a web-to-email page that can
> easily be duplicated with CGI.  If you teach them to use FTP from
> Front Page to upload their pages, rather than Microsoft's icky
> proprietary thing, they are just as happy either way.
> Ted

Exactly right.   Basically we do the same and usually after a while
they drop the MS server and consolidate on the UNIX (FreeBSD) server
without Front Page.

jerry

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


How to configure CVSup supfile for correct ports tree ?

2005-10-03 Thread edward

Hi all,
I just upgraded a 5.3-RELEASE system into 5.4-STABLE using CVSup and the 
usual building procedure. For this, I created a src-supfile containing :

*default tag=RELENG_5
It all went fine and 5.4-STABLE is up and running.
I also have a previously configured ports-supfile with :
*default tag=.
I undestand this points CVSup towards the FreeBSD-current ports collection.
I am concerned about getting software that really matches the version of 
FreeBSD I am running. Is my ports-supfile OK, or should I change the tag 
line to :

*default tag=RELENG_5
to be sure ports and OS are fully compatible ?
Thanks for your insight on this.
Edward

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


How to read FreeBSD partition under winXP?

2005-10-03 Thread snnn
How to read FreeBSD partition under winXP? Is there some freeware I can 
download?


I think this is a frequently question, I searched it on google, and find 
one named "FFS Driver Mount Manager" on sourceforge.net.It's easy to 
use,but I can only mount one partition "/"... Who can told me how to use 
it? Or give me a link to another similar software?


Thanks.

p.s.I'm a newbie of this mail list,is here any FAQs (of this mail list) 
I can read first?


--
http://www.freewebs.com/snnn




smime.p7s
Description: S/MIME Cryptographic Signature


Re: kate

2005-10-03 Thread Tilman Linneweh


Am 03.10.2005 um 13:45 schrieb kalin mintchev:
what happened to kate in 5.4. kde base isntalled. a lot of K* stuff 
but i

didn't find kate - what's up with that?


kate is still in kdebase. Check that you have /usr/local/bin/kate.

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


Logging Program Action

2005-10-03 Thread Gerard Seibert
I am using FreeBSD 5.4. Presently, I am using DADA Mail, a mass mailing
program similar to MailMan. The program runs fine under FreeBSD, with
one exception.

When the program "POPs" a message from the mailbox set up for it, it
fails to delete the message. This leads to the message being resent
endlessly unless I remove it manually. The programs' author, Justine
Simoni, has been unable to correct this problem.

For the record, I am using QPOPPER, the latest version. If I access this
mailbox with my usual MUA, the message is downloaded and deleted
normally.

What I am looking for is a program that can log everything that the DADA
module is doing when it runs. Specifically, when the module that
accesses the mailbox runs, if possible. Perhaps I could then find out
what the problem is. DADA is written in PERL.


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


kate

2005-10-03 Thread kalin mintchev

what happened to kate in 5.4. kde base isntalled. a lot of K* stuff but i
didn't find kate - what's up with that?

-- 


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


Re: How do you patch a driver?

2005-10-03 Thread Subhro

Foo Ji-Haw sat at his 'puter and typed on 10/3/2005 10:03:

Hello Subhro,

Thanks for your help. From the link I have the following files:

ata-mk3m.diff-current.gz (2k)
ata-mk3m.diff-releng5.gz (2k)
ata-mk3m.tar.gz (100k)
ata-mk3n-releng5.tar.gz (113k)
ata-mk3n.diff-releng5.gz (2k)

Which file should I be using? Is 'current' better than 'releng5'? Do I also
need to download a pair of files: ata-mk3m.diff-current.gz with
ata-mk3m.tar.gz?

Sorry, but I am quite confused with kernal patching. Recompiling yes, but
never patched in my life.


- Original Message - 
From: "Subhro" <[EMAIL PROTECTED]>

To: "Foo Ji-Haw" <[EMAIL PROTECTED]>
Cc: 
Sent: Monday, October 03, 2005 11:53 AM
Subject: Re: How do you patch a driver?


  

Foo Ji-Haw sat at his 'puter and typed on 10/3/2005 8:46:


Hello Gheorghe,

I read with interest your success in getting your Adaptec 1210SA to work
  

on FreeBSD. In your email you wrote that you downloaded patches to the
driver code (and recompiled the kernel?) from
http://people.freebsd.org/~sos/ATA
  

I downloaded the files myself, but am not sure how to proceed from
  

there. Can you please give me some pointers on the next steps?
  

Appreciate your help, thanks!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
  

"[EMAIL PROTECTED]"
  
  

The general way to patch a driver is patch -p0 < patch_file. The patch
file is to be copied in the first level directory of the source code.

Thanks
S.




You need to read the handbook. Read through the chapter describing the 
different trees of development. If you want to run the OS on a 
production box I would recommend stable. Current is only for developers. 
BTW, your mail client indents the replies incorrectly. I can see that 
you are using Microsoft Outlook 6.0. I would recommend get Thunderbird. 
It's a much better client alltogether.


Thanks
S.

--
-+-
 | Subhro Sankha Kar
 \   /  |GSM: +919831064613  --  Fax: +919831832913
  \./|MSN:[EMAIL PROTECTED]  --  Yahoo: subhro82
 (0Y0)   |ICQ: 203567534 --  AIM: bsdboy1982
--ooO--(_)--Ooo--+-

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


RE: Front Page extensions ???

2005-10-03 Thread Ted Mittelstaedt

We do it on Solaris not on FreeBSD, but it's no big deal - we put all
the FP users on a single server and everyone else on a server
without FP loaded.  After all if the FP server gets hacked due to
FP extensions, what is the customer going to say?  They demanded
the FP extensions in the first place!

Keep in mind also that a great many FP users that THINK they need
FP extensions on the webserver in actuality DO NOT.  Microsoft does
a lot of work to blur the two because they know that some ignorant
people will actually go lay out the coin for a Windows server just to
run FP.  But our observation is the vast majority of users use FP
as a page-creation program and never use any of the FP extensions,
or simply use very basic ones like a web-to-email page that can
easily be duplicated with CGI.  If you teach them to use FTP from
Front Page to upload their pages, rather than Microsoft's icky
proprietary thing, they are just as happy either way.

Ted

>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] Behalf Of David
>Sent: Friday, September 30, 2005 11:44 AM
>To: freebsd-questions@freebsd.org
>Subject: Front Page extensions ???
>
>
>Hi,
>
>I am an ISP. A customer of mine is asking for FP extensions for his
>website. I try to avoid MS products whenever possible. I find them to be
>either a security or tech support nightmare. But I don't want
>to lose this
>customer if possible.
>
>Can any of you ISP's share your experience with FP on FreeBSD
>with me? Is
>it a security or tech support problem for you?
>
>Thanks,
>David
>
>___
>freebsd-questions@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to
>"[EMAIL PROTECTED]"
>
>--
>No virus found in this incoming message.
>Checked by AVG Anti-Virus.
>Version: 7.0.344 / Virus Database: 267.11.9/116 - Release Date:
>9/30/2005
>

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


Re: FreeBSD + Firefox + Flash Problems

2005-10-03 Thread Andrew P.
On 10/3/05, Vladimir Tsvetkov <[EMAIL PROTECTED]> wrote:
> -- Forwarded message --
> From: Vladimir Tsvetkov <[EMAIL PROTECTED]>
> Date: 2005-10-3 11:02
> Subject: Re: FreeBSD + Firefox + Flash Problems
> To: RW <[EMAIL PROTECTED]>
>
>
> The Flash problem is solved!!!
> The problem was in step 2:
>
> > 2. Install linuxpluginwrapper:
> > # cd /usr/ports/www/linuxpluginwrapper
> > # make WITHOUT_PLUGINS=yes install clean
>
> I just explored the /usr/ports/www/linuxpluginwrapper/Makefile and I saw this:
>
> .if !defined(WITHOUT_PLUGINS)
> RUN_DEPENDS=
> ${X11BASE}/lib/linux-flashplugin6/libflashplayer.so:${PORTSDIR}/
> www/linux-flashplugin6
> RUN_DEPENDS+=   
> ${X11BASE}/lib/linux-mozilla/plugins/nphelix.so:${PORTSDIR}/mult
> imedia/linux-realplayer
> #RUN_DEPENDS+=  
> ${LINUXBASE}/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf
> .so:${PORTSDIR}/print/acroread7
>
> .if ${OSVERSION} < 50
> USE_MOTIF=  yes
> .endif
>
> .endif
>
> I had defined WITHOUT_PLUGINS=yes, which meant that the nested .if
> expession about using Motif on my system was not executed. My system
> needs Motif to get the Flash plugin running. So I deinstalled it, and
> installed it without defining this configuration variable:
>
> # cd /usr/ports/www/linuxpluginwrapper
> # make install clean
>
> Now, Flash works!!!
>
> You can see also that I've commented out the line that will install
> Acroread7 as a dependency, because I thought that Acroread5 will work
> just fine for me. Obviously I am mistaken, because I still can't open
> *.PDF in an embeded browser. And now, I'm just going to try another
> install and maybe will use Acroread7.
>
> Best Regards,
> Vladimir
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>

A pr should be sent for the if's to be unnested.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Which MySQL version best to use and with/without linux threads?

2005-10-03 Thread Olaf Greve

Hi all,

Thanks a lot for your answers!

I see that MySQL v5 is not mature enough for my likings to risk the 
gamble already, and presently I have no need for triggers and stored 
procedures (though they can be very handy, of course).


Regarding version 4.0.x versus 4.1.x: the same applies as for v5: I do 
not yet have a direct need for v4.1's additional features, so I think 
for now I'll simply stick with 4.0.26, and I will not bother compiling 
linuxthreads into it.


Tnx again!

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


cvsup and non-arch specific files download prevention

2005-10-03 Thread Gobbledegeek
Hello
   I'm upgrading from 4.7 to 5.4 using cvsup and I see that with
src-all, files specific to s390, spark, ppc are also being downloaded.
How can I prevent this from happening? I only want to download i386
files...

TIA

Please cc to: [EMAIL PROTECTED] as i'm not subscribed
--
Nonchalantly yours
GobbledeGeek
[Every thing but Gobbledegook.. !!]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Fwd: FreeBSD + Firefox + Flash Problems

2005-10-03 Thread Vladimir Tsvetkov
-- Forwarded message --
From: Vladimir Tsvetkov <[EMAIL PROTECTED]>
Date: 2005-10-3 11:02
Subject: Re: FreeBSD + Firefox + Flash Problems
To: RW <[EMAIL PROTECTED]>


The Flash problem is solved!!!
The problem was in step 2:

> 2. Install linuxpluginwrapper:
> # cd /usr/ports/www/linuxpluginwrapper
> # make WITHOUT_PLUGINS=yes install clean

I just explored the /usr/ports/www/linuxpluginwrapper/Makefile and I saw this:

.if !defined(WITHOUT_PLUGINS)
RUN_DEPENDS=${X11BASE}/lib/linux-flashplugin6/libflashplayer.so:${PORTSDIR}/
www/linux-flashplugin6
RUN_DEPENDS+=   ${X11BASE}/lib/linux-mozilla/plugins/nphelix.so:${PORTSDIR}/mult
imedia/linux-realplayer
#RUN_DEPENDS+=  ${LINUXBASE}/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf
.so:${PORTSDIR}/print/acroread7

.if ${OSVERSION} < 50
USE_MOTIF=  yes
.endif

.endif

I had defined WITHOUT_PLUGINS=yes, which meant that the nested .if
expession about using Motif on my system was not executed. My system
needs Motif to get the Flash plugin running. So I deinstalled it, and
installed it without defining this configuration variable:

# cd /usr/ports/www/linuxpluginwrapper
# make install clean

Now, Flash works!!!

You can see also that I've commented out the line that will install
Acroread7 as a dependency, because I thought that Acroread5 will work
just fine for me. Obviously I am mistaken, because I still can't open
*.PDF in an embeded browser. And now, I'm just going to try another
install and maybe will use Acroread7.

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


fdisk: cannot open disk /dev/ad0: No such file or directory

2005-10-03 Thread Paul Clark
Hi all,

 

I get this when I type 

/home/paul# fdisk -u

fdisk: cannot open disk /dev/ad0: No such file or directory

 

ad0 is there because it's just booted off it.  

I have also tried this from a live CD with no active mounts.

 

This person had exactly the same problem:

http://www.linuxquestions.org/questions/showthread.php?s=

&threadid=357343

I too had used dd to transfer from a smaller HD.

 

 

Additional info:

 

/home/paul# df -h

Filesystem SizeUsed   Avail Capacity  Mounted on

/dev/ad0s1a193M 92M 86M52%/

devfs  1.0K1.0K  0B   100%/dev

/dev/ad0s1d242M432K222M 0%/tmp

/dev/ad0s1f4.8G3.0G1.4G68%/usr

/dev/ad0s1e242M163M 59M73%/var

devfs  1.0K1.0K  0B   100%/var/named/dev

 

 

 

 

Thanks.

 

Paul

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


Websieve issue

2005-10-03 Thread Sasa Stupar

Hi!

I have installed websieve from ports collection on my FBSD 5.4, configured 
it but now when I try to login I get back:

---
Login Error
There was an error in loging you in to the server. Please click HERE and 
try again.


Wrong Password!
--

I am a sysadmin for linux and fbsd machines and hence websieve on linux 
machines works but on fbsd I get Login error.
The configuration is identical for all machines. The only error I can find 
is in httpd_error log:

---
[Mon Oct 03 09:46:15 2005] [error] [client 192.168.10.249] [Mon Oct  3 
09:46:15 2005] websieve.pl: Name "main::serverdisplay" used only once: 
possible typo at /usr/local/www/cgi-bin/websieve.pl line 622.
[Mon Oct 03 09:46:15 2005] [error] [client 192.168.10.249] [Mon Oct  3 
09:46:15 2005] websieve.pl: Use of uninitialized value in hash element at 
/usr/local/www/cgi-bin/websieve.pl line 2467.

-

I have even in the mail log that I have been logged.

Any idea what could be wrong here?

Sasa

pgpxdkdHs6M8j.pgp
Description: PGP signature


Re: Obtaining patch for FreeBSD 5.4

2005-10-03 Thread Deepak Naidu
Thanx for the inof..

I will try them...

Cheers,
Deepak Naidu


--- Micah <[EMAIL PROTECTED]> wrote:

> 
> 
> Deepak Naidu wrote:
> > Hi,
> >  I have installed FreeBSD 5.4-release. I want
> to make it stable by patching. What should I do to
> make my FreeBSD 5.4 as stable(is 5.4 relase default
> a stable one ?).
> >  
> > Cheers,
> > Deepak Naidu.
> 
> Basic procedure:  update your system sources to
> latest releng_5_4 via 
> cvsup, compile, then install.  Poof done.  Okay, not
> quite that simple, 
> here's some links to get you started:
> 
> Some general directions can be found at 
>
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html
> 
> specifically
>
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html
> and
>
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html
> 
> If after reading those links you still have
> questions, ask questions here.
> 
> HTH,
> Micah
> ___
> freebsd-questions@freebsd.org mailing list
>
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> 



Linux your Life, Don't Window it [[]] 

   { All for the best }








___ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail 
http://uk.messenger.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Complete hangs while extracting source

2005-10-03 Thread Jakob Breivik Grimstveit
David Kirchner wrote on Sun, 02 Oct 2005 16:50:

> On 10/2/05, Jakob Breivik Grimstveit <[EMAIL PROTECTED]> wrote:
> > How can I tell? I doubt this to be the problem, since I experience same
> > problem on two other machines as well. Only thing they share (except same
> > lousy administrator :-) is that they all run on AMD CPUs (1700+, 1800+ and
> > 3500+).
> 
> dmesg will show you irqs, but you can also find it using systat's
> "vmstat" mode. It'll also allow you to monitor interrupt activity.
> It's best used from the console of the machine. I would guess you'd
> want to watch for two drivers, sharing an interrupt, and both
> incrementing at the same rate. (I've seen that before, and it was
> associated with severe performance problems, but unfortunately I do
> not recall how it was fixed.)

My machine at work (AMD1700+) has same problems - here is it's dmesg IRQs:

[EMAIL PROTECTED] ~]$ dmesg | grep -i irq
ioapic0  irqs 0-23 on motherboard
rl0:  port 0xec00-0xecff mem 
0xdf00-0xdfff irq 19 at device 8.0 on pci0
uhci0:  port 0xe000-0xe01f irq 21 at device 16.0 on 
pci0
uhci1:  port 0xe400-0xe41f irq 21 at device 16.1 on 
pci0
uhci2:  port 0xe800-0xe81f irq 21 at device 16.2 on 
pci0
pcm0:  port 0xdc00-0xdcff irq 22 at device 17.5 on pci0
atkbd0:  irq 1 on atkbdc0
psm0:  irq 12 on atkbdc0
fdc0:  at port 0x3f0-0x3f5 irq 6 drq 2 on isa0
unknown:  can't assign resources (irq)
drm0:  mem 
0xdf00-0xdf7f,0xdfefc000-0xdfef,0xdc00-0xddff irq 16 at 
device 0.0 on pci1

While doing this:

$ cd /tmp && tar
jxf /usr/ports/distfiles/openoffice.org2.0/OOo_1.9m130_source.tar.bz2 

During it's entire run I ran this as well (my computer did nothing else
during that time):

while(true); do date >> vmstat.log && vmstat -i >> vmstat.log && sleep 1; done

The logfile can be found at
. Are you able to parse
anything usable from it?

Thanks in advance. If you need anything else, please just ask - I am very
eager to find the cause of these problems.

-- 
Jakob Breivik Grimstveit, , 48298152
Besøk Newsergalleriet: 

No violence, gentlemen -- no violence, I beg of you! Consider the furniture!
-- Sherlock Holmes
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Perl / Webmin: ld-elf.so.1 issue

2005-10-03 Thread Mark Edwards

On Oct 3, 2005, at 1:33 AM, Lowell Gilbert wrote:


Mark Edwards <[EMAIL PROTECTED]> writes:



I am getting the following error in the browser when trying to use
webmin's crontab editing feature:

/usr/libexec/ld-elf.so.1: /usr/local/bin/perl: Undefined symbol
"PL_exit_flags"
crontab: "/usr/local/lib/webmin/cron/cron_editor.pl" exited with
status 1

I am running perl 5.8.7 from ports, and I have done the whole routine
with setting use.perl port and perl_after_upgrade.

I notice that there are two /usr/libexec/ld-elf.so.1 files on my
machine:

-r-xr-xr-x  1 root  wheel85940 Feb 11  2005 ld-elf.so.1
-r-xr-xr-x  1 root  wheel85908 Jun 29  2004 ld-elf.so.1.old

Is that normal?  I reinstalled the perl port to no avail.



Are your ports up to date?
[From an up-to-date ports tree?]


Yes, up to date from cvs as of a week ago or so.  Can anyone suggest  
a way for me to troubleshoot what exactly the problem is?


--
Mark Edwards
[EMAIL PROTECTED]
cell: +46704070332


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