Re: /dev/sequencer missing

2003-11-03 Thread Kris Kennaway
On Mon, Nov 03, 2003 at 10:19:01PM -0700, Robin Schoonover wrote:

> > You need to make the devices with /dev/MAKEDEV - read that file for
> > the available options.
> > 
> 
> He's running 5.1, which probably means he is using devfs.  That means there
> is no /dev/MAKEDEV

Oops, I missed that.  He doesn't have support for the device (MIDI?)
loaded/compiled into his kernel, then.

> 
> -- 
> Robin Schoonover (aka End)
> #
> # If you can keep your head when all about you are losing theirs, it's
> # just possible you haven't grasped the situation.  -- Jean Kerr


pgp0.pgp
Description: PGP signature


if_tun

2003-11-03 Thread Antoine Jacoutot
Hi :)

I just migrated a 4.8 server to -CURRENT and I have one question.
At boot time I get the following message:


module_register: module if_tun already exists!
Module if_tun failed to register: 17
can't re-use a leaf (if_tun_debug)!


Then I can see a "if_tun.ko" in my loaded modules.
What is this module ? I guess this has to do with the fact that I connect to the
internet using ppp, but this module wasn't loaded under 4.8.
Is there a kernel option I missed ?
I already have "device tun" in my kernel config file.

Thanks in advance.

-- 
Antoine Jacoutot 
[EMAIL PROTECTED] 
http://www.lphp.org 
PGP/GnuPG key: http://www.lphp.org/ressources/ajacoutot.asc 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


what device i should use

2003-11-03 Thread Alexander N. Ryzhov
Hello,
I have Adaptec ATA RAID 1200A and i want to use it in my FreeBSD 4.9 
box, but i cant't find it in "FreeBSD/i386 4.9-RELEASE Hardware Notes" 
in "Disk Controllers" section, what device in KERNEL configuration file 
i can try to use to support my ATA RAID 1200A or where are no such 
device at all.

Any suggestions welcome,
Regards.


--
Alexander N. Ryzhov
Kuibishevskoe branch IIB in Donetsk
[EMAIL PROTECTED], +380-622-533506


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


Re: Overheating attributed to Freebsd --sysctl variablesnotavailable--

2003-11-03 Thread Chris Pressey
On Tue, 4 Nov 2003 00:07:14 -0500
"nw1" <[EMAIL PROTECTED]> wrote:

> This does make absolute sense, but this isn't a publicly accessable
> machine, so it would rarely reach that max_load to cause it to
> overheat as its doing now, provided, I can find someone to answer the
> second outstanding question; Where are those sysctl variables that i
> was previously able to set?  They are no longer available

You know, it's a good question - just for kicks, I tried this on my two
FreeBSD machines:

FreeBSD 4.9-RC #1: Wed Oct 15 08:12:11 PDT 2003:

  # apm
  apm: can't open /dev/apm: Device not configured
  # sysctl machdep.apm_standby_delay
  machdep.apm_standby_delay: 1

FreeBSD 4.9-STABLE #1: Sat Nov  1 09:16:30 PST 2003:

  # apm
  APM version: 1.2
  APM Management: disabled
  AC Line status: unknown
  (... etc ...)
  # sysctl machdep.apm_standby_delay
  sysctl: unknown oid 'machdep.apm_standby_delay'

...which is a bit odd, to say the least.  If anything, I would've
expected the machine that doesn't have APM support compiled in to the
kernel, to be the one with no understanding of APM-related sysctls. 
But, it's the other way around.  Maybe something changed in the last two
weeks?  But you're running 4.8-RELEASE-p13 - I'd expect that to be
(essentially) older than either of my installations...

Anyway, those two oids don't seem to be documented under sysctl(8).  And
googling on them doesn't yield a lot.  I really have no idea, I just
thought I'd throw this out there as another data point.  (This issue
seems to be generating more heat than light, if you'll pardon the pun :)

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


Re: freebsd port for MRTG

2003-11-03 Thread Mantas Smelevičius
cd /usr/ports
make search name="mrtg"

Antradienis 04 Lapkričio 2003 07:00, DanB rašė:
> Is there a port for MRTG?   Also a step by step instruction for setup
> for FREEBSD only.
> Dan
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"

-- 

Mantas Smelevičius
Komp. tinklo administratorius
UAB "Transekspedicija"


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


Re: /dev/sequencer missing

2003-11-03 Thread Bborie Park
Robin Schoonover wrote:
On Mon, 3 Nov 2003 21:08:56 -0800, Kris Kennaway <[EMAIL PROTECTED]>
wrote:
On Mon, Nov 03, 2003 at 09:03:33PM +, Bborie Park wrote:

Hey all,

I'm using the pcm driver and everything related to sound works thus
far. 
But now that I'm trying to use Wine, it prompts me that I do not have 
/dev/sequencer.

I'm running Free 5.1 and have a sblive card, which works great.  It 
looks several symbolic links are missing in my /dev folder, according
to the pcm(4) man pages. Specifically, I found that these are missing:

/dev/midi
/dev/music
/dev/sequencer
/dev/pss
Any ideas?
You need to make the devices with /dev/MAKEDEV - read that file for
the available options.


He's running 5.1, which probably means he is using devfs.  That means there
is no /dev/MAKEDEV
Yep, don't have MAKEDEV.  Thats the reason why I ask.  Thanks for the 
help thus far though.

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


Re: /dev/sequencer missing

2003-11-03 Thread Robin Schoonover
On Mon, 3 Nov 2003 21:08:56 -0800, Kris Kennaway <[EMAIL PROTECTED]>
wrote:
> On Mon, Nov 03, 2003 at 09:03:33PM +, Bborie Park wrote:
> > Hey all,
> > 
> > I'm using the pcm driver and everything related to sound works thus
> > far. 
> >  But now that I'm trying to use Wine, it prompts me that I do not have 
> > /dev/sequencer.
> > 
> > I'm running Free 5.1 and have a sblive card, which works great.  It 
> > looks several symbolic links are missing in my /dev folder, according
> > to the pcm(4) man pages. Specifically, I found that these are missing:
> > 
> > /dev/midi
> > /dev/music
> > /dev/sequencer
> > /dev/pss
> > 
> > Any ideas?
> 
> You need to make the devices with /dev/MAKEDEV - read that file for
> the available options.
> 

He's running 5.1, which probably means he is using devfs.  That means there
is no /dev/MAKEDEV

-- 
Robin Schoonover (aka End)
#
# If you can keep your head when all about you are losing theirs, it's
# just possible you haven't grasped the situation.  -- Jean Kerr
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


freebsd port for MRTG

2003-11-03 Thread DanB
Is there a port for MRTG?   Also a step by step instruction for setup
for FREEBSD only.
Dan

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


Re: /dev/sequencer missing

2003-11-03 Thread Robin Schoonover
On Mon, 03 Nov 2003 21:03:33 +, Bborie Park <[EMAIL PROTECTED]> wrote:
> Hey all,
> 
> I'm using the pcm driver and everything related to sound works thus far. 
>   But now that I'm trying to use Wine, it prompts me that I do not have 
> /dev/sequencer.
> 
> I'm running Free 5.1 and have a sblive card, which works great.  ...

Wait a sec...wine on FreeBSD 5.1?  Wasn't wine on 5.1 broken (but fixed in
-CURRENT)?

I haven't gotten wine to work on 5.1 (programs always hung for a bit
before 'generating an exception'), and from looking around on the net, it's
a known problem, and fixed in -CURRENT.

Furthermore, I think it's just winecheck that complains about
/dev/sequencer.  Back when I ran wine on 4.x it never once complained about
a missing /dev/sequencer.

-- 
Robin Schoonover (aka End)
#
# Pardon me, waiter. I like my water diluted.
#
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: /dev/sequencer missing

2003-11-03 Thread Kris Kennaway
On Mon, Nov 03, 2003 at 09:03:33PM +, Bborie Park wrote:
> Hey all,
> 
> I'm using the pcm driver and everything related to sound works thus far. 
>  But now that I'm trying to use Wine, it prompts me that I do not have 
> /dev/sequencer.
> 
> I'm running Free 5.1 and have a sblive card, which works great.  It 
> looks several symbolic links are missing in my /dev folder, according to 
> the pcm(4) man pages. Specifically, I found that these are missing:
> 
> /dev/midi
> /dev/music
> /dev/sequencer
> /dev/pss
> 
> Any ideas?

You need to make the devices with /dev/MAKEDEV - read that file for
the available options.

Kris


pgp0.pgp
Description: PGP signature


Re: Overheating attributed to Freebsd --sysctl variablesnotavailable--

2003-11-03 Thread nw1
Annotated below.

- Original Message - 
From: "Technical Director" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 03, 2003 11:07 PM
Subject: Re: Overheating attributed to Freebsd --sysctl variablesnotavailable--


>
> Forgive me for saying:
>
No need to ask for forgiveness.  I'm looking for honest feedback.  :)
I have been working with both Tyan and AMD to resolve this, the issue is still
here, --more below.

> If this system is borked with FreeBSD due to the cpu's not cycling
> 'down', then use a different operating system. FreeBSD is not responsible
> for your trouble if you can solve the problem by moving on. Doing so and
> solving the problem is more important than holding the OS and the
> contributors to it accountable to something so seemingly far fetched.

I'm kind of stuck on FreeBSD.  Not interested in moving on to another *nix or any 
other OS
for that matter.

>
> One way to test overall integrity of your hardware is to boot to bios and
> leave it. Does it bake out on you? Then there is definitely something
> wrong with your hardware, perhaps a fan is spinning less rpms than when
> new.

This has been done.  Both the machine with the heat issue and his sister (18" apart) 
run
neck and neck with respect to the hardware monitor readings, temperatures and such, and
neither box, as you put it; "bakes out on me/us" <-- this has been tested overnight in 
a
warm environment, the same environment that the OS runs in normally except for this 
test,
we cut the air-conditioner off.  This issue I'm dealing with only happens when Freebsd 
is
loaded and the air conditioner is off.

>
> In my humble opinion this is probably not associated with the OS, but,
> that doesn't solve 'your' problem. So besides seeing it for myself I can't
> see an absolute need to use FreeBSD, in your words the problem, and not
> use some other [$]NIX.
>
We would rather change hardware than leave FreeBSD --at this point.

> One last thing, if your CPU's are baking out and crashing, are you not
> nervous that under load this will happen no matter what the OS? Tweaking
> system variables will not help you if your server is working ultra-hard,
> at some point you will reach a mark that your system should still be able
> to do which currently it can't.

This does make absolute sense, but this isn't a publicly accessable machine, so it 
would
rarely reach that max_load to cause it to overheat as its doing now, provided, I can 
find
someone to answer the second outstanding question; Where are those sysctl variables 
that i
was previously able to set?  They are no longer available

>
> I doubt hardware manufactuers put out equipment that can't run at 100% at
> least.
>
> My 2 cents.

Your "2-cents" makes perfect sense, but as I posted above, I would rather replace 
either/
or both the motherboard and both processors.  Before doing so, I had to hear what the
community at large thinks about this.

Thank you.  :-)
>
> R.
>
> On Mon, 3 Nov 2003, nw1 wrote:
>
> > Both the board(s) and the processors were RMA'd.
> > Both boards and all four (4) processors were swapped around between
> both OS's and the
> > problem remains using the hardware with the FreeBSD OS.  The latest
> BIOS is installed.
> >
> > We also have a newly purchased board (S-2466), the same thing occurs.
> >
> > Details @ http://69.3.136.141/freebsd/installation/sysctl_variables_missing
> >
> > - Original Message - 
> > From: "jon" <[EMAIL PROTECTED]>
> > To: "nw1" <[EMAIL PROTECTED]>
> > Sent: Monday, November 03, 2003 10:00 PM
> > Subject: Re: Overheating attributed to Freebsd --sysctl variables notavailable--
> >
> >
> > > On Mon, 2003-11-03 at 19:57, nw1 wrote:
> > > > > What version of FreeBSD are you using?
> > > > > Did you compile amp into the kernel?
> > > >
> > > > I think you're not understanding what I posted @
> > > > http://69.3.136.141/freebsd/installation/sysctl_variables_missing
> > > >
> > > > The first line has what version I'm running.  The entire document @
> > > > http://69.3.136.141/freebsd/installation/sysctl_variables_missing implies; this
was a
> > > > running system with no serious issues; meaning; the sysctl items I'm speaking 
> > > > of
were
> > in
> > > > fact available and working.
> > >
> > > i can say from prior experience w/ hardware, if you system has
> > > overheated you dont know where you stand (you may have damaged all kinds
> > > of stuff, we had a board that over heated; then 2nd ide channel went
> > > down, when we used micron ram!?! and micron was fine in board until the
> > > overheat then any other brand ram worked) tyan has a three year warranty
> > > use it! BUT my bet is there is a change in the chipset and you wont get
> > > the sysctl mibs anyway. you try the newest BIOS flash?
> > >
> > > good luck
> > >
> > > if you want to ensure you get a new board, flex it until you stretch a
> > > trace or two.
> > >
> > >
> > >
> >
> > ___
> > [EMAIL PROTECTED] 

Re: Dual booting WinXP and FreeBSD - odd problem

2003-11-03 Thread lists
Mike Maltese wrote:


Hi Mike,

Do you have WinXP and FreeBSD on the same disc or on two separate discs?

Thanatos


Same physical disk. Windoze is on ad0s1 and FBSD is on ad0s2. At the 
moment I'm looking into restoring XP's MBR and then utilizing it's 
boot manager by copying the FreeBSD boot blocks. I know this can be 
done with Linux, we'll see about FreeBSD. =) I can't believe this 
isn't working, I've had great success in the past with dual-booting. 
The mainboard is a Shuttle AK12 and I just flashed the BIOS to the 
latest version. It's not the newest board, so I'm wondering if I'm 
running into the 1024 cylinder limit thing.

Help me out here guys, I'm trying to make a convert out of my friend!

Thanks, Mike



Howdy,

Shot in the dark ( well, kinda ). Did you set the FreeBSD partition to 
be bootable when you created it ( the S option in the FDISKPartition 
Editor )?

What does your partition scheme look like? ( More specific that ad0s1 & 
ad0s1 )

( hmm, maybe I'll put some more useless parens in here () () () )

Thanatos

Thanatos

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


/dev/sequencer missing

2003-11-03 Thread Bborie Park
Hey all,

I'm using the pcm driver and everything related to sound works thus far. 
 But now that I'm trying to use Wine, it prompts me that I do not have 
/dev/sequencer.

I'm running Free 5.1 and have a sblive card, which works great.  It 
looks several symbolic links are missing in my /dev folder, according to 
the pcm(4) man pages. Specifically, I found that these are missing:

/dev/midi
/dev/music
/dev/sequencer
/dev/pss
Any ideas?

Thanks for any help,
Bborie
PS... The entire reasoning for this is because I'm trying to get Quicken 
2003 deluxe to work under wine.

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


Re: Overheating attributed to Freebsd --sysctl variables notavailable--

2003-11-03 Thread Technical Director

Forgive me for saying:

If this system is borked with FreeBSD due to the cpu's not cycling
'down', then use a different operating system. FreeBSD is not responsible
for your trouble if you can solve the problem by moving on. Doing so and
solving the problem is more important than holding the OS and the
contributors to it accountable to something so seemingly far fetched. 

One way to test overall integrity of your hardware is to boot to bios and
leave it. Does it bake out on you? Then there is definitely something
wrong with your hardware, perhaps a fan is spinning less rpms than when
new.

In my humble opinion this is probably not associated with the OS, but,
that doesn't solve 'your' problem. So besides seeing it for myself I can't
see an absolute need to use FreeBSD, in your words the problem, and not
use some other [$]NIX.

One last thing, if your CPU's are baking out and crashing, are you not
nervous that under load this will happen no matter what the OS? Tweaking
system variables will not help you if your server is working ultra-hard,
at some point you will reach a mark that your system should still be able
to do which currently it can't.

I doubt hardware manufactuers put out equipment that can't run at 100% at
least.

My 2 cents.

R.

On Mon, 3 Nov 2003, nw1 wrote:

> Both the board(s) and the processors were RMA'd.
> Both boards and all four (4) processors were swapped around between
both OS's and the
> problem remains using the hardware with the FreeBSD OS.  The latest
BIOS is installed.
> 
> We also have a newly purchased board (S-2466), the same thing occurs.
> 
> Details @ http://69.3.136.141/freebsd/installation/sysctl_variables_missing
> 
> - Original Message - 
> From: "jon" <[EMAIL PROTECTED]>
> To: "nw1" <[EMAIL PROTECTED]>
> Sent: Monday, November 03, 2003 10:00 PM
> Subject: Re: Overheating attributed to Freebsd --sysctl variables notavailable--
> 
> 
> > On Mon, 2003-11-03 at 19:57, nw1 wrote:
> > > > What version of FreeBSD are you using?
> > > > Did you compile amp into the kernel?
> > >
> > > I think you're not understanding what I posted @
> > > http://69.3.136.141/freebsd/installation/sysctl_variables_missing
> > >
> > > The first line has what version I'm running.  The entire document @
> > > http://69.3.136.141/freebsd/installation/sysctl_variables_missing implies; this 
> > > was a
> > > running system with no serious issues; meaning; the sysctl items I'm speaking of 
> > > were
> in
> > > fact available and working.
> >
> > i can say from prior experience w/ hardware, if you system has
> > overheated you dont know where you stand (you may have damaged all kinds
> > of stuff, we had a board that over heated; then 2nd ide channel went
> > down, when we used micron ram!?! and micron was fine in board until the
> > overheat then any other brand ram worked) tyan has a three year warranty
> > use it! BUT my bet is there is a change in the chipset and you wont get
> > the sysctl mibs anyway. you try the newest BIOS flash?
> >
> > good luck
> >
> > if you want to ensure you get a new board, flex it until you stretch a
> > trace or two.
> >
> >
> >
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 

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


Re: Overheating attributed to Freebsd --sysctl variables notavailable--

2003-11-03 Thread nw1
Both the board(s) and the processors were RMA'd.
Both boards and all four (4) processors were swapped around between both OS's and the
problem remains using the hardware with the FreeBSD OS.  The latest BIOS is installed.

We also have a newly purchased board (S-2466), the same thing occurs.

Details @ http://69.3.136.141/freebsd/installation/sysctl_variables_missing

- Original Message - 
From: "jon" <[EMAIL PROTECTED]>
To: "nw1" <[EMAIL PROTECTED]>
Sent: Monday, November 03, 2003 10:00 PM
Subject: Re: Overheating attributed to Freebsd --sysctl variables notavailable--


> On Mon, 2003-11-03 at 19:57, nw1 wrote:
> > > What version of FreeBSD are you using?
> > > Did you compile amp into the kernel?
> >
> > I think you're not understanding what I posted @
> > http://69.3.136.141/freebsd/installation/sysctl_variables_missing
> >
> > The first line has what version I'm running.  The entire document @
> > http://69.3.136.141/freebsd/installation/sysctl_variables_missing implies; this 
> > was a
> > running system with no serious issues; meaning; the sysctl items I'm speaking of 
> > were
in
> > fact available and working.
>
> i can say from prior experience w/ hardware, if you system has
> overheated you dont know where you stand (you may have damaged all kinds
> of stuff, we had a board that over heated; then 2nd ide channel went
> down, when we used micron ram!?! and micron was fine in board until the
> overheat then any other brand ram worked) tyan has a three year warranty
> use it! BUT my bet is there is a change in the chipset and you wont get
> the sysctl mibs anyway. you try the newest BIOS flash?
>
> good luck
>
> if you want to ensure you get a new board, flex it until you stretch a
> trace or two.
>
>
>

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


Re: Overheating attributed to Freebsd --sysctl variables notavailable--

2003-11-03 Thread nw1
I'm interested in those missing sysctl variables I posted @
http://69.3.136.141/freebsd/installation/sysctl_variables_missing.  Using a Third party
application/script to fix something that was natively working or under control, I don't
think, is the way to go and causes another level of complexity.

Wouldn't you think?

- Original Message - 
From: "Jud" <[EMAIL PROTECTED]>
To: "nw1" <[EMAIL PROTECTED]>; "peter lageotakes" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, November 03, 2003 9:53 PM
Subject: Re: Overheating attributed to Freebsd --sysctl variables notavailable--


> On Mon, 3 Nov 2003 19:57:38 -0500, nw1 <[EMAIL PROTECTED]> wrote:
>
> >
> >
> >> What version of FreeBSD are you using?
> >> Did you compile amp into the kernel?
> >
> > I think you're not understanding what I posted @
> > http://69.3.136.141/freebsd/installation/sysctl_variables_missing
> >
> > The first line has what version I'm running.  The entire document @
> > http://69.3.136.141/freebsd/installation/sysctl_variables_missing
> > implies; this was a
> > running system with no serious issues; meaning; the sysctl items I'm
> > speaking of were in
> > fact available and working.
> >
> > If i can figure out how to make these sysctl variables available, I can
> > set them like they
> > were before, hence my overheating problem is solved.
> >
> > See what I mean?
> >
> >>
> >> --- nw1 <[EMAIL PROTECTED]> wrote:
> >> > The problem can be viewed @:
> >> >
> >> http://69.3.136.141/freebsd/installation/sysctl_variables_missing
> >> >
> >> > Basically, the machine is overheating (I believe)
> >> > because the cpu's aren't cycling down.
> >> > Previously I was able to cycle the processors down
> >> > with the following sysctl variables:
> >> >
> >> > machdep.apm_suspend_delay:
> >> > machdep.apm_standby_delay:
> >> >
> >> > however, for some reason those variables currently,
> >> > aren't any where to be found by the
> >> > up_and_running system.  Please use the hyperlink
> >> > above for details.
> >> >
> >> > Thanks for reading.  All feedback is welcome.
>
> You may want to have a look at /usr/ports/sysutils/fvcool.  (If you'd like
> a script to run it on startup, Dr. Matthew Seaman posted one to the
> mailing list some months ago - January?)
>
> Jud
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>

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


Re: Overheating attributed to Freebsd --sysctl variables not available--

2003-11-03 Thread Jud
On Mon, 3 Nov 2003 19:57:38 -0500, nw1 <[EMAIL PROTECTED]> wrote:



What version of FreeBSD are you using?
Did you compile amp into the kernel?
I think you're not understanding what I posted @
http://69.3.136.141/freebsd/installation/sysctl_variables_missing
The first line has what version I'm running.  The entire document @
http://69.3.136.141/freebsd/installation/sysctl_variables_missing 
implies; this was a
running system with no serious issues; meaning; the sysctl items I'm 
speaking of were in
fact available and working.

If i can figure out how to make these sysctl variables available, I can 
set them like they
were before, hence my overheating problem is solved.

See what I mean?

--- nw1 <[EMAIL PROTECTED]> wrote:
> The problem can be viewed @:
>
http://69.3.136.141/freebsd/installation/sysctl_variables_missing
>
> Basically, the machine is overheating (I believe)
> because the cpu's aren't cycling down.
> Previously I was able to cycle the processors down
> with the following sysctl variables:
>
> machdep.apm_suspend_delay:
> machdep.apm_standby_delay:
>
> however, for some reason those variables currently,
> aren't any where to be found by the
> up_and_running system.  Please use the hyperlink
> above for details.
>
> Thanks for reading.  All feedback is welcome.
You may want to have a look at /usr/ports/sysutils/fvcool.  (If you'd like 
a script to run it on startup, Dr. Matthew Seaman posted one to the 
mailing list some months ago - January?)

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


Re: Overheating attributed to Freebsd --sysctl variables notavailable--

2003-11-03 Thread nw1
I almost agree with you, except for one (1) or two (2) other factor(s):
There is another case with the same motherboard, processors, and Ram running another OS
which never ever shuts down due to heat as the one I described at
http://69.3.136.141/freebsd/installation/sysctl_variables_missing.  This other machine 
has
many more IDE devices in it that is capable of generating more heat than the FreeBSD
machine that's currently over heating, and the other machine never overheats or 
exhibits
any instability.  Hence, if you have two (2) machines with the same basic hardware and
after swapping the hardware from one case to the other case --one by one, the only
difference left is the OS and/ or the OS's settings.

The last factor are those variables I mentioned (OS settings).  When I set those 
variables
in the past, the overheating subsided.  As far as your opinion about the box crashing 
or
overheating --its the cpu overheating because of instructions its receiving from the 
OS;
proven by and in comparison to his sister running the same basic hardware, sitting 18"
away from him.

All of my Intel machines running the same version of FreeBSD, which by the way was
installed from this build-box (Box-1) via NFS, doesn't have any heating or missing
variable issues.  I'm in no way suggesting this is solely a FreeBSD issue, but I have
controlled this situation in the past with the variables that are currently unavailable
for some unknown reason -- 
(http://69.3.136.141/freebsd/installation/sysctl_variables_missing)

I'm all ears on this.  I still haven't gotten feedback on the missing variables that 
very
well should be available, but aren't.  :-)

Mr. Ulrich, I understand your position, however, do you understand mine?  :-)


- Original Message - 
From: "C. Ulrich" <[EMAIL PROTECTED]>
To: "nw1" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, November 03, 2003 10:10 PM
Subject: Re: Overheating attributed to Freebsd --sysctl variables notavailable--


> On Mon, 2003-11-03 at 17:38, nw1 wrote:
> > The problem can be viewed @:
> > http://69.3.136.141/freebsd/installation/sysctl_variables_missing
> >
> > Basically, the machine is overheating (I believe) because the cpu's aren't cycling
down.
> > Previously I was able to cycle the processors down with the following sysctl
variables:
> >
> > machdep.apm_suspend_delay:
> > machdep.apm_standby_delay:
> >
> > however, for some reason those variables currently, aren't any where to be found by
the
> > up_and_running system.  Please use the hyperlink above for details.
> >
> > Thanks for reading.  All feedback is welcome.
>
> Okay, this piqued my curiosity enough that I took a look at the message
> in the URL above.
>
> Conclusion: FreeBSD doesn't even enter into it. The ONLY good solution
> to this is to get better physical cooling of the CPUs (or the entire box
> if you have to). Otherwise, you're still going to run into problems
> whenever there's a full system load. Chances are, they're still running
> way too hot even if they're not crashing the system. This will only
> result in premature failure of the processors. Take it from the close
> friend of an overclocker. :) If the machine is crashing (you only say
> "overheating", which could mean either crashing or just getting
> dangerously hot), then I would even go so far as to say that there's a
> possibility that the stability of the processors is already decreasing,
> leading to the more recent crashes.
>
> Charles Ulrich
> -- 
> http://bityard.net
>
>

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


Re: Overheating attributed to Freebsd --sysctl variables not available--

2003-11-03 Thread C. Ulrich
On Mon, 2003-11-03 at 17:38, nw1 wrote:
> The problem can be viewed @:
> http://69.3.136.141/freebsd/installation/sysctl_variables_missing
> 
> Basically, the machine is overheating (I believe) because the cpu's aren't cycling 
> down.
> Previously I was able to cycle the processors down with the following sysctl 
> variables:
> 
> machdep.apm_suspend_delay:
> machdep.apm_standby_delay:
> 
> however, for some reason those variables currently, aren't any where to be found by 
> the
> up_and_running system.  Please use the hyperlink above for details.
> 
> Thanks for reading.  All feedback is welcome.

Okay, this piqued my curiosity enough that I took a look at the message
in the URL above. 

Conclusion: FreeBSD doesn't even enter into it. The ONLY good solution
to this is to get better physical cooling of the CPUs (or the entire box
if you have to). Otherwise, you're still going to run into problems
whenever there's a full system load. Chances are, they're still running
way too hot even if they're not crashing the system. This will only
result in premature failure of the processors. Take it from the close
friend of an overclocker. :) If the machine is crashing (you only say
"overheating", which could mean either crashing or just getting
dangerously hot), then I would even go so far as to say that there's a
possibility that the stability of the processors is already decreasing,
leading to the more recent crashes.

Charles Ulrich
-- 
http://bityard.net

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


Re: Overheating attributed to Freebsd --sysctl variables not available--

2003-11-03 Thread nw1


> What version of FreeBSD are you using?
> Did you compile amp into the kernel?

I think you're not understanding what I posted @
http://69.3.136.141/freebsd/installation/sysctl_variables_missing

The first line has what version I'm running.  The entire document @
http://69.3.136.141/freebsd/installation/sysctl_variables_missing implies; this was a
running system with no serious issues; meaning; the sysctl items I'm speaking of were 
in
fact available and working.

If i can figure out how to make these sysctl variables available, I can set them like 
they
were before, hence my overheating problem is solved.

See what I mean?

>
> --- nw1 <[EMAIL PROTECTED]> wrote:
> > The problem can be viewed @:
> >
> http://69.3.136.141/freebsd/installation/sysctl_variables_missing
> >
> > Basically, the machine is overheating (I believe)
> > because the cpu's aren't cycling down.
> > Previously I was able to cycle the processors down
> > with the following sysctl variables:
> >
> > machdep.apm_suspend_delay:
> > machdep.apm_standby_delay:
> >
> > however, for some reason those variables currently,
> > aren't any where to be found by the
> > up_and_running system.  Please use the hyperlink
> > above for details.
> >
> > Thanks for reading.  All feedback is welcome.
> > -
> > All incoming attachments get deleted.
> > Have a nice day.
> > -
> >
> > ___
> > [EMAIL PROTECTED] mailing list
> >
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
>
>
> __
> Do you Yahoo!?
> Exclusive Video Premiere - Britney Spears
> http://launch.yahoo.com/promos/britneyspears/
>

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


Re: Mouse under X

2003-11-03 Thread Alex de Kruijff
On Sun, Nov 02, 2003 at 10:34:09PM +1000, Adam Flaherty wrote:
> Hello,
> 
> I have recently installed FreeBSD 4.8 and am having trouble getting my 
> PS/2 mouse to work with X11/ Gnome. The mouse works when setting up 
> moused with /stand/sysinstall and xf86cfg but when gnome loads any 
> mouse movement translates into the cursor moving to the top right of 
> the screen. I have tried the various protocols under xf86cfg and 
> followed the instructions in the FAQ that suggest adding lines to the 
> config file, and also linking /dev/mouse and /dev/sysmouse. I am at a 
> loss so any help would be highly appreciated.
> 

This also  enable a mouse wheel if you have one.

This is my setup:
/etc/rc.conf:
moused_flags="-a .4"
moused_enable="YES"
moused_port="/dev/psm0"
moused_type="auto"

/etc/X11/XF86Config:
Section "InputDevice"
  Identifier  "Mouse0"
  Driver  "mouse"
  Option  "Protocol" "auto"
  Option  "Device" "/dev/sysmouse"
  Option  "Buttons" "5"
  Option
  "ZAxisMapping" "4 5"
EndSection

--
Articles based on solutions that I use:
http://www.kruijff.org/alex/index.php?dir=docs/FreeBSD/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: information needed

2003-11-03 Thread Simon Barner
[ Please configure your mailer to wrap the lines at ~ 75 characters ]

> My name is Giannis Vlachos and i live in greece.Iam using freebsd 5.1
> and i have already install a double pci serial card (Netmos 9835cv)
> who is working fine.
> 
> I want to put another one or two pci serial cards from the same kind
> but when i do that the sytem dont come up and it is freezes at the
> beggining.

Does the system print any information or does it lock up at the very
beginning? If it does, you should post that message here.

Btw.: Do the cards play together nicely on a different OS? Is it possible
that they all use the same resources like irqs, io ranges etc?

In most BIOSes you can assign fixed irqs to the various PCI slots, so
you could work around that problem.

Regards,
 Simon


signature.asc
Description: Digital signature


Re: How does FreeBSD calculate disk sizes

2003-11-03 Thread Alex de Kruijff
On Mon, Nov 03, 2003 at 12:07:15PM +0300, Odhiambo Washington wrote:
> 
> Hello users,
> 
> I have a disk which is actually 72GB. 2GB has been used as swap while
> the rest was given to /.
> 
> Can someone explain to me what I could be missing here, because what
> I am seeing isn't what I expect. Perhaps it's just right while I am
> the dumb one. Why isn't the whole size reported?
> 
> 
> sucks# uname -nmr
> sucks.wananchi.com 5.1-RELEASE-p10 i386
> 
> sucks# df -h
> FilesystemSize   Used  Avail Capacity  Mounted on
> /dev/da0s1a64G   1.8G57G 3%/
> devfs 1.0K   1.0K 0B   100%/dev
> 
> Some expert explanation would help clear my ignorance!

The answers can be found in the FAQ. The source is:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#DISK-MORE-THAN-FULL

9.25. How is it possible for a partition to be more than 100% full?

A portion of each UFS partition (8%, by default) is reserved for use by
the operating system and the root user. df(1) does not count that space
when calculating the Capacity column, so it can exceed 100%. Also,
you'll notice that the Blocks column is always greater than the sum of
the Used and Avail columns, usually by a factor of 8%.

For more details, look up the -m option in tunefs(8).

-- 
Alex

Articles based on solutions that I use:
http://www.kruijff.org/alex/index.php?dir=docs/FreeBSD/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Recommendations for wireless networking and FreeBSD

2003-11-03 Thread paul beard
Toni Schmidbauer wrote:
On Mon, Nov 03, 2003 at 10:14:19AM -0800, John DeStefano wrote:


I've just moved into an apartment in which drilling and
running wires is taboo.  Has anyone delved successfully into
the realms of wireless networking their FreeBSD groups?  My
main server is running 4.8-STABLE, and I have a client
machine running 5.1-RELEASE (which has been suspect to a lack
of driver support for its onboard NIC in FBSD anyway), but I
am not married to any of these releases and would
up/downgrade if a solution was available. I'd also prefer a
Wireless-G access point and adapter solution if possible, as
opposed to the much slower B solutions available.


man 4 wi. there you can find a list of support cards.
man 4 an has the straight dope on the aironet driver: I have been 
using it for awhile with FreeBSD 4.4 - 4.8.

--
Paul Beard

whois -h whois.networksolutions.com ha=pb202
A formal parsing algorithm should not always be used.
-- D. Gries
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Recommendations for wireless networking and FreeBSD

2003-11-03 Thread Toni Schmidbauer
On Mon, Nov 03, 2003 at 10:14:19AM -0800, John DeStefano wrote:
> I've just moved into an apartment in which drilling and running wires is taboo.  Has 
> anyone delved successfully into the realms of wireless networking their FreeBSD 
> groups?  My main server is running 4.8-STABLE, and I have a client machine running 
> 5.1-RELEASE (which has been suspect to a lack of driver support for its onboard NIC 
> in FBSD anyway), but I am not married to any of these releases and would 
> up/downgrade if a solution was available.
> I'd also prefer a Wireless-G access point and adapter solution if possible, as 
> opposed to the much slower B solutions available.

man 4 wi. there you can find a list of support cards.

hth,
toni
-- 
Kann man etwas nicht verstehen, dann urteile man | toni at stderror dot at 
lieber gar nicht, als dass man verurteile.   | Toni Schmidbauer
-- Rudolf Steiner| 


pgp0.pgp
Description: PGP signature


Re: Problems with ssh

2003-11-03 Thread David Landgren
Peter Ulrich Kruppa wrote:

Hi!

I can't ssh into one of my machines anymore.
The only possible reason I can think of is that I played around
with it's IP. Does it have to be reset somehow?
Delete any references to it in ~/.ssh/known_hosts on any machine from 
which you wish to connect to the machine in question.

Also, try ssh -v ... to see why/when it fails.

David

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


Overheating attributed to Freebsd --sysctl variables not available--

2003-11-03 Thread nw1
The problem can be viewed @:
http://69.3.136.141/freebsd/installation/sysctl_variables_missing

Basically, the machine is overheating (I believe) because the cpu's aren't cycling 
down.
Previously I was able to cycle the processors down with the following sysctl variables:

machdep.apm_suspend_delay:
machdep.apm_standby_delay:

however, for some reason those variables currently, aren't any where to be found by the
up_and_running system.  Please use the hyperlink above for details.

Thanks for reading.  All feedback is welcome.
-
All incoming attachments get deleted.
Have a nice day.
-

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


Re: color to files

2003-11-03 Thread andi payn
On Mon, 2003-11-03 at 05:51, Lowell Gilbert wrote:
> andi payn <[EMAIL PROTECTED]> writes:
> 
> > Was the xterm termcap changed for FreeBSD 5, or have I just done
> > something to fix this and forgotten about it?
> 
> It's a little more complicated, because the *classical* xterm does
> *not*, in fact, have color support, but yes, the latest releases
> on both branches should pick this up just fine.

OK, let me restate this to make sure I understand it; please correct me
if I get anything wrong.

The xterm that comes with XFree86 4.x, and most of the 3.x branch, has
ANSI color support. The xterms that come with earlier XFree86 3.x
versions and the X11R6.3 reference servers have old-style color support.
But in the old days, xterm didn't have any color support (it originally
emulated a B&W vt100 or something, right?).

So, up to FreeBSD 4.8, the terminfo for xterm didn't indicate color
support, and you had to specify xterm-color (or xterm-xf86-v40 or
whatever). In 4.9 and 5.1, this is no longer an issue; xterm works just
fine (unless someone's trying to connect to your FreeBSD box from some
box running an ancient xterm...).

Should I file a bug report on the ls(1) manpage, then? It says: "The
default ``cons25'' console has the proper capabilities, but to display
the colors in an xterm(1), for example, the TERM variable must be set to
``xterm-color''." This isn't true with 4.9/5.1--and also isn't true for
ancient non-color-capable xterms, for that matter.


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


Re: Unable to delete empty directory /var/tmp/temproot

2003-11-03 Thread Lowell Gilbert
"David Jenkins" <[EMAIL PROTECTED]> writes:

> >On Mon, 3 Nov 2003, David Jenkins wrote:
> 
> >
> >I have also tried:
> >
> > # chflags noschg empty/
> > chflags: empty/: Operation not permitted
> > chflags: empty/: Operation not permitted
> >
> > # chmod -R 0700 empty/
> > chmod: empty/: Operation not permitted
> >
> > Please could someone point me in the right direction with this.
> 
> 
> 
> 
> >You raised the security level. Immutable flag can't be removed if 
> >securelevel > 0.
> 
> >Boot into single user mode, then chflags noschg empty/
> 
> 
> > Fer
> 
> I booted to single user mode from the boot prompt, but was unable to do
> anything inside var because there were no directories there!?

You have to mount them first.
This is covered in the FAQ.

> So, I booted to full mode then did
> 
> # init 1
> 
> Here, I tried as you suggested but yet again I got the same error.
> 
> Also, when I boot up I have kern_securelevel="0" set in my rc.conf,
> which is not > 0

Quoting the Fine Manual:

 If the security level is initially nonzero, then init leaves it
 unchanged.  Otherwise, init raises the level to 1 before going multi-user
 for the first time.  Since the level cannot be reduced, it will be at
 least 1 for subsequent operation, even on return to single-user.  If a
 level higher than 1 is desired while running multi-user, it can be set
 before going multi-user, e.g., by the startup script rc(8), using
 sysctl(8) to set the ``kern.securelevel'' variable to the required secu-
 rity level.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Unable to delete empty directory /var/tmp/temproot

2003-11-03 Thread David Jenkins
>On Mon, 3 Nov 2003, David Jenkins wrote:

>
>I have also tried:
>
> # chflags noschg empty/
> chflags: empty/: Operation not permitted
> chflags: empty/: Operation not permitted
>
> # chmod -R 0700 empty/
> chmod: empty/: Operation not permitted
>
> Please could someone point me in the right direction with this.




>You raised the security level. Immutable flag can't be removed if 
>securelevel > 0.

>Boot into single user mode, then chflags noschg empty/


>   Fer

I booted to single user mode from the boot prompt, but was unable to do
anything inside var because there were no directories there!?

So, I booted to full mode then did

# init 1

Here, I tried as you suggested but yet again I got the same error.

Also, when I boot up I have kern_securelevel="0" set in my rc.conf,
which is not > 0

?

David


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

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


Re: Mozilla 1.5 errors?

2003-11-03 Thread paul beard
Lowell Gilbert wrote:
paul beard <[EMAIL PROTECTED]> writes:


What's wrong here? I've updated ports today, if that's useful to know.


Just built fine for me.  -STABLE.

Anything funny in your make.conf?
My problem was that some ports were out of sync.



--
Paul Beard

whois -h whois.networksolutions.com ha=pb202
A bachelor is a selfish, undeserving guy who has cheated some 
woman out
of a divorce.
		-- Don Quinn

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


Re: M/B Bios Settings- i left something out of last reply

2003-11-03 Thread knomadness
i left something out of the last reply.
when i was reffering to the card location, i was
meaning an address like; PCI:1:0:1 or something like
that...
thanks again.

--- Lowell Gilbert
<[EMAIL PROTECTED]> wrote:
> knomadness <[EMAIL PROTECTED]> writes:
> 
> > I am new to the unix, lunix and freebsd systems. I
> am
> > familiar with bios settings for win98se and xp,
> > however, i am not with freebsd or otherwise.
> > 
> > I have 2 machines that i am building. one has a
> > Gigabyte GA-7VRXP(2.0) m/b and the other has an
> Asus
> > A7V333 m/b.
> > 
> > In my bios settings, how should I set them for
> freebsd
> > 5.1?;
> 
> Mostly, it shouldn't matter.
> Remember, however, that 5.x isn't really intended
> for neophytes.
>
http://www.freebsd.org/releases/5.1R/early-adopter.html
> 
> > In Features Setup; Interrupt Mode- PIC or APIC?
> >
> > Are there any other bios settings that freebsd
> > requires or accepts?
> 
> Don't change any BIOS settings from their defaults
> except to deal with
> observed problems.
> 
> > When setting up the video card configuration in
> > X-windows, how do you indicate or direct it to use
> the
> > AGP slot not a PCI slot?
> 
> Usually, by inserting a video card into an AGP slot
> instead of a PCI
> slot.  If you have both installed, then the answer
> kind of depends on
> why you did that; the PC architecture doesn't deal
> well with such a
> configuration.
> 
> > Are there any other idiosyncrasies that i need to
> be
> > aware of?
> 
> It's usually best to try the install and deal with
> problems, rather
> than trying to anticipate problems that wouldn't
> have occurred anyway.


__
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: AC97 sound support

2003-11-03 Thread Gary Schenk
On Monday 03 November 2003 12:54 pm, Jon Mercer wrote:
> Just curious, because I posted a similar problem about AC/97
> recently. What desktop are you using? I am using gnome2 ATMo with
> no problems. Had a problem under KDE that I couldn't work around
> about dsp problems, and wondered if this was something similar?
>
> Jon Mercer

I'm using KDE 3.1.2. When I start KDE I get the error message about 
/dev/dsp. I haven't worried about that yet. 

Jesse Guardiani wrote that he had his working correctly. All of the 
modules he suggested are already installed. When I 'kldload snd_ich' 
it returns 'Can't load: File exists.' yet it does not show on 
'kldstat' as here:
bash-2.05b$ kldstat
Id Refs AddressSize Name
 17 0xc010 5f2798   kernel
 21 0xc06f3000 4a30cacpi.ko
 31 0xc4594000 18000linux.ko

I haven't tried cdcontrol. Since 'dmesg| grep pcm' returns nothing, I 
figure no sound is running.

FreeBSD does not require MAKEDEV anymore, correct?

> > - Original Message -
> > From: "Gary Schenk" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, November 03, 2003 5:43 PM
> > Subject: AC97 sound support
> >
> >>I've just installed 5.1 -RELEASE on my new machine, a HP a350n.
> >> For sound this computer uses onboard RealTek AC97 Audio.
> >>
> >>I went throught the normal installation steps, then ran the steps
> >> for soundcard configuration in the manual. I ran kldload. I
> >> recompiled the kernel with 'device pcm'. I tried 'options
> >> PNPBIOS', at which point I received a message about an unkown
> >> option.
> >>
> >>dmesg | grep pci gives me this line:
> >>pci0:  at device 31.5 (no driver attached)
> >>
> >>dmesg | grep pcm returns nothing.
> >>
> >>This has all been seen on this list before. I searched c.u.b.f.m
> >> and -questions and have seen this come up before, but I never
> >> saw a resolution.
> >>
> >>My question is:
> >>
> >>Does all this mean the FreeBSD does not support onboard Realtek
> >> AC97 Audio? I'd just like to know before I go out and buy a
> >> soundcard. It is not that I'm cheap, I just like finding out how
> >> FreeBSD works. :-) However it looks like a Soundblaster Live is
> >> the answer.
> >>
> >>Thanks for the help in the past and future.
> >>
> >>uname returns:
> >>FreeBSD fuzz.socal.rr.com 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Sun
> >> Nov 2 22:56:57 PST 2003
> >>[EMAIL PROTECTED]:/usr/src/sys/i386/compile/FUZZ  i386
> >>
> >>Gary Schenk
> >>
 > "[EMAIL PROTECTED]"

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


Re: M/B Bios Settings

2003-11-03 Thread knomadness
thank you for your imput. it is usefill, however
doesn't solve my problem. i need to specify the
location or address of only the AGP slot or card.
thanks.
 
--- Lowell Gilbert
<[EMAIL PROTECTED]> wrote:
> knomadness <[EMAIL PROTECTED]> writes:
> 
> > I am new to the unix, lunix and freebsd systems. I
> am
> > familiar with bios settings for win98se and xp,
> > however, i am not with freebsd or otherwise.
> > 
> > I have 2 machines that i am building. one has a
> > Gigabyte GA-7VRXP(2.0) m/b and the other has an
> Asus
> > A7V333 m/b.
> > 
> > In my bios settings, how should I set them for
> freebsd
> > 5.1?;
> 
> Mostly, it shouldn't matter.
> Remember, however, that 5.x isn't really intended
> for neophytes.
>
http://www.freebsd.org/releases/5.1R/early-adopter.html
> 
> > In Features Setup; Interrupt Mode- PIC or APIC?
> >
> > Are there any other bios settings that freebsd
> > requires or accepts?
> 
> Don't change any BIOS settings from their defaults
> except to deal with
> observed problems.
> 
> > When setting up the video card configuration in
> > X-windows, how do you indicate or direct it to use
> the
> > AGP slot not a PCI slot?
> 
> Usually, by inserting a video card into an AGP slot
> instead of a PCI
> slot.  If you have both installed, then the answer
> kind of depends on
> why you did that; the PC architecture doesn't deal
> well with such a
> configuration.
> 
> > Are there any other idiosyncrasies that i need to
> be
> > aware of?
> 
> It's usually best to try the install and deal with
> problems, rather
> than trying to anticipate problems that wouldn't
> have occurred anyway.


__
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Mozilla 1.5 errors?

2003-11-03 Thread Lowell Gilbert
paul beard <[EMAIL PROTECTED]> writes:

> What's wrong here? I've updated ports today, if that's useful to know.

Just built fine for me.  -STABLE.

Anything funny in your make.conf?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Problems with ssh

2003-11-03 Thread Peter Ulrich Kruppa
Hi!

I can't ssh into one of my machines anymore.
The only possible reason I can think of is that I played around
with it's IP. Does it have to be reset somehow?


Regards,

Uli.


+---+
|Peter Ulrich Kruppa|
| Wuppertal |
|  Germany  |
+---+
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


can't boot! - pls help

2003-11-03 Thread Your Name

-- 
Hi all

I sat the kern.ipc.nmbclusters=129536 in the loader.conf
too high
and now I can't boot

Please help

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


Re: AC97 sound support

2003-11-03 Thread Jon Mercer
Just curious, because I posted a similar problem about AC/97 recently. 
What desktop are you using? I am using gnome2 ATMo with no problems. Had 
a problem under KDE that I couldn't work around about dsp problems, and 
wondered if this was something similar?

Jon Mercer

Wout A. wrote:
Congratz,
Have you tried this?
# kldload snd_driver (This tries all sound drivers..one of them might
work...)
If this works, you might want to add the driver to the /boot/loader.conf,
you can find an example in /boot/defaults/loader.conf .
Good Luck!
- Original Message - 
From: "Gary Schenk" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 03, 2003 5:43 PM
Subject: AC97 sound support



I've just installed 5.1 -RELEASE on my new machine, a HP a350n. For
sound this computer uses onboard RealTek AC97 Audio.
I went throught the normal installation steps, then ran the steps for
soundcard configuration in the manual. I ran kldload. I recompiled
the kernel with 'device pcm'. I tried 'options PNPBIOS', at which
point I received a message about an unkown option.
dmesg | grep pci gives me this line:
pci0:  at device 31.5 (no driver attached)
dmesg | grep pcm returns nothing.

This has all been seen on this list before. I searched c.u.b.f.m and
-questions and have seen this come up before, but I never saw a
resolution.
My question is:

Does all this mean the FreeBSD does not support onboard Realtek AC97
Audio? I'd just like to know before I go out and buy a soundcard. It
is not that I'm cheap, I just like finding out how FreeBSD works. :-)
However it looks like a Soundblaster Live is the answer.
Thanks for the help in the past and future.

uname returns:
FreeBSD fuzz.socal.rr.com 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Sun Nov
2 22:56:57 PST 2003
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/FUZZ  i386
Gary Schenk

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





___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
--
++
| ___  ___   |
|/   ||  /   |
|   / /| |/ /|
|  / / | | _ / /     ___ |
| / /__| |/ ___ \   / /__/ __ \/ _  |   |  /__   |
|/   |   / /  /_/  / ___ \  / <_/ /   / / | |   / ___ \  |
|   / /| |  / /   __  / /   \ \ | ___/__ / /  / /  / /   \ \ |
|  / / | |  | |__/ / / // / | \__/ / | |_| |  / // / |
| /__\/___\ \_/ /__|   /__| \_/  \__/|_| /__|   /__| |
||
| www.achean.com |
| == |
| Jon Mercer   [EMAIL PROTECTED] |
||
| Mobile07973 256496 |
||
| Tel.  0117 9561211 |
||
| Fax   0117 9565637 |
++
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Shouldn't cvsup update ports ?

2003-11-03 Thread Lowell Gilbert
Desmond Coughlan <[EMAIL PROTECTED]> writes:

> Kris Kennaway <[EMAIL PROTECTED]> wrote ... 
> 
> { snip }
> 
> >>> It looks like you've managed to overwrite the base system tar with
> >>> something else.  Try reinstalling.
> 
> >> No way.  
> 
> > Suit yourself, it's your system!
> 
> Speaking hypothetically ... is it possible to upgrade to 5.1 without hosing
> my system ? 

*Hypothetically*, sure.

But for a guy who just admitted that he doesn't know how his system
tar got replaced with something else, without any idea how, I'd say
problems are likely.  On the other hand, if you really have some rogue
executable in place of your system tar, you would probably be better
off wiping the disk and starting from scratch anyway.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Unable to delete empty directory /var/tmp/temproot

2003-11-03 Thread Fernando Gleiser
On Mon, 3 Nov 2003, David Jenkins wrote:

>
> I have also tried:
>
> # chflags noschg empty/
> chflags: empty/: Operation not permitted
> chflags: empty/: Operation not permitted
>
> # chmod -R 0700 empty/
> chmod: empty/: Operation not permitted
>
> Please could someone point me in the right direction with this.

You raised the security level. Immutable flag can't be removed if
securelevel > 0.

Boot into single user mode, then chflags noschg empty/


Fer

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


Re: UDMA ICRC Error

2003-11-03 Thread Alexander Haderer
At 17:04 03.11.2003 +0100, Tomas Nyman wrote:
Hi!
I have a serious problem with 3 of my harddrives, the fail to enter DMA 
mode on boot, I can force them into udma5 using atacontrol but after a few 
reads I will get the same error and they will fall back into PIO4 mode.
The 3 disks are in a Vinum array consisting of 6 drives, the other 3 are 
working fine.

Sometimes when I try to boot I get this error:
Fatal trap 12: page fault while in kernel mode
fault code  = supervisor read, page not present
...
DMESG:
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 4.9-RELEASE #1: Thu Oct 30 19:09:30 CET 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SOPP
.
atapci1:  port 
0xa400-0xa40f,0xa000-0xa003,0x9c00-0x9c07,0x9800-0x9803,0x9400-0x9407 mem 
0xdb00-0xdb003fff irq 7 at device 11.0 on pci0
ata2: at 0x9400 on atapci1
ata3: at 0x9c00 on atapci1

ad6: 194481MB  [395136/16/63] at ata3-master UDMA100
ad7: 194481MB  [395136/16/63] at ata3-slave UDMA100
...

Maybe this is related with 
http://www.freebsd.org/cgi/query-pr.cgi?pr=35461. Although I answered that 
the problem still exists the PR gets closed. Probably because others were 
not able to reproduce this or were not affected.

Another disk related trap 12 problem  is:

http://www.freebsd.org/cgi/query-pr.cgi?pr=58391

Can you reproduce this?

Does the problem still occur if you remove one of the two Promise controllers?

Probably you should reopen the PR 35461.

Sorry, no real answers...

Alexander

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


Unable to delete empty directory /var/tmp/temproot

2003-11-03 Thread David Jenkins
Hi,

I am new to FreeBSD and recently completed my first build/installworld.
Everything went fine, except after running mergemaster it seems I have a
directory which I am unable to delete - /var/tmp/temproot.

When I searched the mailing lists I found a thread relating to this
problem but it did not say how to fix it.

The problem directory as I'm sure you all know is
/var/tmp/temproot/var/empty.

I have tried running mergemaster again and tried deleting it from within
there.

I have also tried:

# chflags noschg empty/
chflags: empty/: Operation not permitted
chflags: empty/: Operation not permitted

# chmod -R 0700 empty/
chmod: empty/: Operation not permitted

Please could someone point me in the right direction with this.

Regards,

David

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


Sysinstall Hangs while probing hardware on 5.1-release

2003-11-03 Thread Joshua Dobbin
Hi, I've got a p4 2.4 ghz on an MSI 865P board, Geforce4 TI 4200. I
recently obtained 5.1 release and was excited to install, being
dissapointed w/performance on Linux. Sysinstall hung while probing, it
stopped at /dev/cuaa4 (Com 5) while running verbose mode. So, I ripped
out my modem and 5.1 installed fine. I have a US Robotics PCI Hardware
modem which has never given me a lick of trouble prior to this.  Does
anyone know how I can either patch sysinstall or my boot system in order
to not have to yank out hardware?
 
Thanks,
Josh
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: configure option should be which

2003-11-03 Thread Toomas Aas
Hi,

> When installing a program that needs the --with-gd or --with-png etc
> directories am I to put the directory of the .h files (/usr/local/include)
> or to were the make install put the executables for each (/usr/local/bin) ?

My experience shows that /usr/local is what you need to specify in this 
case.
--
Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/
* If you don't think women are explosive, drop one.

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


Dual Interface Server Setup

2003-11-03 Thread Bryce Edwards
I need help with a server configuration.  I need to setup some FreeBSD
servers that have dual interfaces.  I would like the servers to have one IP
address, and I would like them to use both interfaces in a fault tolerant
setup, so that a link or switch failure to either one can be sustained.  The
interfaces are connected to separate switches and I would like them to be a
member of the same VLAN and not have STP enabled if at all possible. TIA!

--
Bryce

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


second usb-hub

2003-11-03 Thread Mirko Pittschaft
hello all,
i'm currently running FreeBSD 4.9 Release on my computer and try to extend my 
usb-system with a additional usb-hub ( external with power supply ).
With the second usb-hub connected, the usb-system don't work.
In the message file i have found the following : 
--- snip ---
Nov  3 18:49:41 ZeroBsdBox /kernel: ohci0:  mem 
0xefffe000-0xefffefff irq 5 at device 7.4 on pci0
Nov  3 18:49:41 ZeroBsdBox /kernel: usb0: OHCI version 1.0, legacy support
Nov  3 18:49:41 ZeroBsdBox /kernel: usb0:  on ohci0
Nov  3 18:49:41 ZeroBsdBox /kernel: usb0: USB revision 1.0
Nov  3 18:49:41 ZeroBsdBox /kernel: uhub0: AMD OHCI root hub, class 9/0, rev 
1.00/1.00, addr 1
Nov  3 18:49:41 ZeroBsdBox /kernel: uhub0: 4 ports with 4 removable, self 
powered
Nov  3 18:49:41 ZeroBsdBox /kernel: ulpt0: Hewlett-Packard DeskJet 940C, rev 
1.10/1.00, addr 2, iclass 7/1

Nov  3 18:49:41 ZeroBsdBox /kernel: uhub1: Cypress Semiconductor product 
0x6560, class 9/0, rev 2.00/0.08, addr 3
Nov  3 18:49:41 ZeroBsdBox /kernel: device_probe_and_attach: uhub1 attach 
returned 6
Nov  3 18:49:41 ZeroBsdBox /kernel: uhub1: Cypress Semiconductor product 
0x6560, class 9/0, rev 2.00/0.08, addr 3
Nov  3 18:49:41 ZeroBsdBox /kernel: device_probe_and_attach: uhub1 attach 
returned 6
--- snip ---

under linux ( SuSE 8.2 as well as Debian Woody ) and under ms win... all work 
fine and i can use the additional usb-hub.
Have somebody a idea what this means and what i can do ?

Thanks Mirko

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


configure option should be which

2003-11-03 Thread M.D. DeWar
Hello,
When installing a program that needs the --with-gd or --with-png etc
directories am I to put the directory of the .h files (/usr/local/include)
or to were the make install put the executables for each (/usr/local/bin) ?

Thanks
Mark


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


Re: help me!

2003-11-03 Thread Chris Howells
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

On Monday 03 November 2003 18:46, Lowell Gilbert wrote:
> He didn't actually say it was a 386, just that it was from the i386
> family.

" I have i386 12 Mb of RAM, HDD - 80Mb"

With that amount of RAM and hard disk, it's pretty likely to be a 386, or 
possibly a 486.

- -- 
Cheers, Chris Howells -- [EMAIL PROTECTED], [EMAIL PROTECTED]
Web: http://chrishowells.co.uk, PGP ID: 0x33795A2C
KDE/Qt/C++/PHP Developer: http://www.kde.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE/pqXxF8Iu1zN5WiwRAk87AJ4xD+W2GlTunFJlmxOe0gXWqnRdPACgmUs1
7E8Ba6sTPnWW7jHjz85vNiQ=
=hD3u
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: help me!

2003-11-03 Thread Lowell Gilbert
Chris Howells <[EMAIL PROTECTED]> writes:

> On Sunday 02 November 2003 23:51, Sergei Matros wrote:
> >  I've downloaded FreeBSD 5.0 (kern.flp mfsroot.flp). For manage these
> >   files I used - fdimage.exe
> 
> 5.0? I'd put 4.8 or 4.9 or even 5.1 on a 386, certainly not 5.0...

He didn't actually say it was a 386, just that it was from the i386
family.  

5.1 doesn't support 386 by default, but I don't remember if that was
the case in 5.0.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Samba drives me nuts XP is slow to crawl with it

2003-11-03 Thread Micheal Patterson
- Original Message - 
From: "Gabriel Ambuehl" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 03, 2003 2:13 AM
Subject: Samba drives me nuts XP is slow to crawl with it


> I have a two IBM Thinkpads running XP Pro who should access a
> Samba machine (3.0.0 on STABLE), one of them can do that perfectly,
> the other gets about 100kb/s connection. Between each other, the work
> at full speed and if I have the server mount shares from the Thinkpad,
> it's fast as well. People on the net suggest deactivating webclient
> service which I did, to no avail. Has anyone got any other pointers?
>

I had that same problem earlier this year when I moved from win2k to winxp.
Try adding oplocks = no to your smb.conf file in the default section.

--

Micheal Patterson
TSG Network Administration
405-917-0600

Confidentiality Notice:  This e-mail message, including any attachments, is
for the sole use of the intended recipient(s) and may contain confidential
and privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.

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


Re: opie bug or ..?

2003-11-03 Thread Michael Sierchio
Forgive the top-post -- I have independently verified this,
suggest you open a PR.  This is definitely a bug in opiepasswd.
It is also present in RELENG_4_8.
Regards,  Michael

Sergey Sysoev wrote:
Hi. I have a question related to freebsd opie implementation.
I am running 4.9-RELEASE and I've tried to setup opie.
*** 1 *** opiepasswd/opiekey

I've added user using `opiepasswd -c "ssa"`

   mx2# opiepasswd -c "ssa"
   Adding ssa:
   Only use this method from the console; NEVER from remote. If you are using
   telnet, xterm, or a dial-in, type ^C now or exit with no password.
   Then run opiepasswd without the -c parameter.
   Using MD5 to compute responses.
   Enter new secret pass phrase:
   Again new secret pass phrase:
  ID ssa OTP key is 499 mx1759
  WADE IFFY LAWN MEAD DANG BUB
  mx2#
And now I want to change it

   mx2# opiepasswd "ssa"
   Updating ssa:
   You need the response from an OTP generator.
   New secret pass phrase:
  otp-md5 499 mx17
  Response:
You see that seed equal 'mx17', using opiekey:

   mx2# opiekey 499 mx17
   Using the MD5 algorithm to compute response.
   Seeds must be greater than 5 characters long.
   mx2#
So it is not possible to update password in /etc/opiekey file, you
have to edit it manually and that add password again via 'opiepasswd'.


*** 2***  opiekey

opiekey could not generate response for zero sequence number when it
specified directly:
   mx2# opiekey -a 0 vo6199
   Using the MD5 algorithm to compute response.
   Sequence number 0 is not positive.
but it works fine in case of:

   mx2# opiekey -n5 1 vo6199
   Using the MD5 algorithm to compute response.
   Reminder: Don't use opiekey from telnet or dial-in sessions.
   Enter secret pass phrase:
   0: OAK SEW CULT FALL AX WAND
   1: BOUT AID SOOT BUT SIT BILK
   mx2#
*** 3 *** pam_opie.so, the most interesting thing

After successful login with 0 sequence number, trying to do it again
(sequence number has been decreased, right?)
   mx2# ssh [EMAIL PROTECTED]
   otp-md5 -1 (null) ext
   Password:
Is  it  impossible  to calculate response to '-1' so trying to use any
password  to  skip  pam_opie  and login with next pam module. But here
login   hangs   and  there  is  _no_way_  to  login  remotely  because
pam_opie.so is the top line of pam.conf
After about 1-2 minutes timeout it just says "Connection closed by 192.168.90.250"

*** 4 *** now just a question

(In  case  of fix) After 0 or 1 seq. number it should recount from the
beginning,  for  example  from  499,  but  I think that seed should be
automatically  changed  in that case for next 500 iterations otherwise
that is not one-time-passwords


So...  I think that is not good ... or am I mistaken?




--

"Well," Brahma said, "even after ten thousand explanations, a fool is no
 wiser, but an intelligent man requires only two thousand five hundred."
- The Mahabharata
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Recommendations for wireless networking and FreeBSD

2003-11-03 Thread John DeStefano
I've just moved into an apartment in which drilling and running wires is taboo.  Has 
anyone delved successfully into the realms of wireless networking their FreeBSD 
groups?  My main server is running 4.8-STABLE, and I have a client machine running 
5.1-RELEASE (which has been suspect to a lack of driver support for its onboard NIC in 
FBSD anyway), but I am not married to any of these releases and would up/downgrade if 
a solution was available.
I'd also prefer a Wireless-G access point and adapter solution if possible, as opposed 
to the much slower B solutions available.
Thanks
~John


-
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: jail core dumps

2003-11-03 Thread Kris Kennaway
On Mon, Nov 03, 2003 at 10:09:06AM -0600, Chris wrote:
> 
> I followed the instructions from the man jail(8) and ended up with
> mount.core, swapon.core, and umount.core in the / directory. The
> messages that came up when trying to start up the jail are:

Interesting..is the jail populated with 4.8R binaries too?  What might
be happening is that mount and swapon are trying to perform activities
that are disallowed in the jail and receiving an error from the
kernel, but they shouldn't be dumping core.

Kris


pgp0.pgp
Description: PGP signature


Re: different types of ftp proxy?

2003-11-03 Thread Dan Nelson
In the last episode (Nov 03), Zhang Weiwu said:
> Hello. My friend have a Windows XP box running acfp proxy server (an
> opensource proxy server on sourceforge) which provide me http and ftp
> proxy both at the port 3130. I use it with Mozilla. Works fine for
> both http and ftp access.
> 
> But I cannot use it with fetch(1). I set the http_proxy and ftp_proxy
> environment variables (value=192.168.0.1:3130), but only http access
> through the proxy succeed. Is fetch(1) using ftp_proxy in a different
> way than Mozilla?

Try setting ftp_proxy to "http://192.168.0.1:3130";.  The fetch command
can FTP over either an ftp proxy or an http proxy, so you need to tell
it which your server is.  FTP over an http proxy is a bit limited, but
it does work.

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


Re: OpenOffice build

2003-11-03 Thread Jesse Guardiani
Chris wrote:

> On Sunday 02 November 2003 03:58 am, Matthew Seaman wrote:
>> On Sun, Nov 02, 2003 at 10:40:07AM +0100, R.T.G. TAN wrote:
>> > Hi,
>> >
>> > Im trying to install openoffice and am getting
>> > the folling:
> 
> Try /usr/ports/editors/openoffice-devel
> 
> This builds and installs nicely.

Yeah, after 10 straight hours on a P3-1.3ghz and 4-6 Gigs
of disk space! :)

I've got a package of OO-1.1 for stock FreeBSD 5.1-RELEASE
and jdk-1.4.1p4 if anyone wants to post it to the download
site somewhere.

-rw-r--r--  1 root  wheel  76918941 Oct 19 12:24 openoffice-1.1.0_1.tbz

I built it by hand because the package on the OO-1.1 website
said it required some kernel changes from -CURRENT.

I'm NOT making this available for general download directly
from me. Contact me offlist if you're interested in
providing my package on a website somewhere.

-- 
Jesse Guardiani, Systems Administrator
WingNET Internet Services,
P.O. Box 2605 // Cleveland, TN 37320-2605
423-559-LINK (v)  423-559-5145 (f)
http://www.wingnet.net


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


[FreeBSD 5.0] Problem with /etc/crontab --> /usr/libexec/save-entropy //

2003-11-03 Thread Greg Bernard
I have a problem with the /usr/libexec/save-entropy script executed by
crontab in /etc/crontab :


> # Save some entropy so that /dev/random can re-seed on boot.
> */11   *   *   *   *   operator /usr/libexec/save-entropy


When I let the /etc/crontab script execute normally I have a mail generated
automatically complaining about "--: not found"

> & 1
> Message 1:
> From [EMAIL PROTECTED]  Sun Nov  2 23:11:00 2003
> Date: Sun, 2 Nov 2003 23:11:00 +0100 (CET)
> From: [EMAIL PROTECTED] (Cron Daemon)
> To: [EMAIL PROTECTED]
> Subject: Cron <[EMAIL PROTECTED]> /usr/libexec/save-entropy
> X-Cron-Env: 
> X-Cron-Env: 
> X-Cron-Env: 
> X-Cron-Env: 
> X-Cron-Env: 
> X-Spam-Status: No, hits=0.8 required=5.0
>   tests=CRON_ENV,FROM_AND_TO_SAME_5,SPAM_PHRASE_00_01
>   version=2.43
> X-Spam-Level: 
> 
> --: not found


I had to comment the line in /etc/crontab so that It stopped generating
error every 11 minutes, could this be a potential problem ?

I don't exactly see what seems to go wrong with the script !?




Here is the script /usr/libexec/save-entropy


#!/bin/sh
#
# Copyright (c) 2001  The FreeBSD Project
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
# 1. Redistributions of source code must retain the above copyright
#notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#notice, this list of conditions and the following disclaimer in the
#documentation and/or other materials provided with the distribution.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
# $FreeBSD: src/libexec/save-entropy/save-entropy.sh,v 1.2 2001/01/14
07:18:31 d
ougb Exp $

# This script is called by cron to store bits of randomness which are
# then used to seed /dev/random on boot.

# Originally developed by Doug Barton, [EMAIL PROTECTED]

PATH=/bin:/usr/bin

# If there is a global system configuration file, suck it in.
#
if [ -r /etc/defaults/rc.conf ]; then
. /etc/defaults/rc.conf
source_rc_confs
elif [ -r /etc/rc.conf ]; then
. /etc/rc.conf
fi

case ${entropy_dir} in
[Nn][Oo])
exit 0
;;
*)
entropy_dir=${entropy_dir:-/var/db/entropy}
;;
esac

entropy_save_sz=${entropy_save_sz:-2048}
entropy_save_num=${entropy_save_num:-8}

if [ ! -d "${entropy_dir}" ]; then
umask 077
mkdir "${entropy_dir}" || {
logger -is -t "$0" The entropy directory "${entropy_dir}" does
not \
exist, and cannot be created.  Therefore no entropy can be saved. ;
exit 1;}
/usr/sbin/chown operator:operator "${entropy_dir}"
chmod 0700 "${entropy_dir}"
fi

umask 377

for file_num in `jot ${entropy_save_num} ${entropy_save_num} 1`; do
if [ -e "${entropy_dir}/saved-entropy.${file_num}" ]; then
if [ -f "${entropy_dir}/saved-entropy.${file_num}" ]; then
new_num=$(($file_num + 1))
if [ "${new_num}" -gt "${entropy_save_num}" ]; then
rm -f
"${entropy_dir}/saved-entropy.${file_num}"
else
mv
"${entropy_dir}/saved-entropy.${file_num}" \
   
"${entropy_dir}/saved-entropy.${new_num}"
fi
else
logger -is -t "$0" \
"${entropy_dir}/saved-entropy.${file_num} is not a regular file, and
therefore \
it will not be rotated. Entropy file harvesting is aborted."
exit 1
fi
fi
done

dd if=/dev/random of="${entropy_dir}/saved-entropy.1" \
bs=2048 count=1 2> /dev/null

exit 0
 





«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§

Grégory Bernard   21, rue JJ Rousseau
Directeur 75001 Paris France
www.ToDoo.biz tel : +(33) 1 40 26 43 14

«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§

PGP ID --> 0x1BA3C2FD

"I have always wished that my computer would b

Re: AC97 sound support

2003-11-03 Thread Jesse Guardiani
Wout A. wrote:

> Congratz,
> Have you tried this?
> # kldload snd_driver (This tries all sound drivers..one of them might
> work...)
> If this works, you might want to add the driver to the /boot/loader.conf,
> you can find an example in /boot/defaults/loader.conf .

To be more specific, this is what I have loaded on my FreeBSD 5.1-RELEASE
laptop with AC97 sound:

[12:[EMAIL PROTECTED]:[/sys/i386/compile/TREVARTHAN]# kldstat
Id Refs AddressSize Name
 1   13 0xc010 3b1fd0   kernel
 21 0xc04b2000 45e8 snd_ich.ko
 32 0xc04b7000 1d320snd_pcm.ko
 41 0xc04d5000 5808 apm.ko
 51 0xc3479000 a000 ntfs.ko
 61 0xc373f000 3000 daemon_saver.ko
 71 0xc3999000 18000linux.ko
 81 0xc3cb4000 17000radeon.ko


Make sure you've got all the ICH (and possibly I2C) stuff in your kernel.
Here's the pciconf -lv for my chip, just in case you're curious to see if
they're identical:

[EMAIL PROTECTED]:31:5: class=0x040100 card=0x02221014 chip=0x24858086 rev=0x01 
hdr=0x00
vendor   = 'Intel Corporation'
device   = '82801CA/CAM (ICH3-S/ICH3-M) AC'97 Audio Controller'
class= multimedia
subclass = audio


Good luck!

-- 
Jesse Guardiani, Systems Administrator
WingNET Internet Services,
P.O. Box 2605 // Cleveland, TN 37320-2605
423-559-LINK (v)  423-559-5145 (f)
http://www.wingnet.net


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


Re: Mouse under X

2003-11-03 Thread Shantanoo Mahajan
+++ Adam Flaherty [03-11-03 23:56 +1000]:
| 
| On Monday, Nov 3, 2003, at 05:26 Australia/Brisbane, Shantanoo Mahajan 
| wrote:
| 
| >+++ Adam Flaherty [freebsd] [02-11-03 22:34 +1000]:
| >| Hello,
| >|
| >| I have recently installed FreeBSD 4.8 and am having trouble getting 
| >my
| >| PS/2 mouse to work with X11/ Gnome. The mouse works when setting up
| >| moused with /stand/sysinstall and xf86cfg but when gnome loads any
| >| mouse movement translates into the cursor moving to the top right of
| >| the screen. I have tried the various protocols under xf86cfg and
| >| followed the instructions in the FAQ that suggest adding lines to the
| >| config file, and also linking /dev/mouse and /dev/sysmouse. I am at a
| >| loss so any help would be highly appreciated.
| >|
| >| Thanks
| >|
| >| Adam Flaherty
| >
| >
| >I faced the similar problem. this is how i solved it. maybe
| >there can be a better way.
| >
| ># XFree86 -configure
| >
| >/root/XF86Config.new is created.
| >check out the protocol and place it in your XF86Config file.
| >
| >Regards,
| >Shantanoo
| >
| >
| 
| Shantanoo,
| 
| Just one more question, your method works for root, however I don't 
| know how to set it up for a normal user, when I try to run XFree86 
| -configure as a user it tells me it can only be run by root. With a 
| normal user the problem persists.
| 
| Thanks,
| Adam
| 

from "man XFree86"

   -configure
   When this option is specified, the X  server loads  all  video
   driver  modules,  probes for available hardware, and writes out
   an initial XF86Config(5) file based on what was detected.  This
   option  currently  has  some problems on some platforms, but in
   most cases it is a good  way  to  bootstrap the  configuration
   process.   This option is only available when the server is run
   as root (i.e, with real-uid 0).

Hope this helps.
Only SUID=0, is allowed to make any changes to the system,
(re)installation/(re)configuration etc.

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


Re: AC97 sound support

2003-11-03 Thread Wout A.
Congratz,
Have you tried this?
# kldload snd_driver (This tries all sound drivers..one of them might
work...)
If this works, you might want to add the driver to the /boot/loader.conf,
you can find an example in /boot/defaults/loader.conf .

Good Luck!
- Original Message - 
From: "Gary Schenk" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 03, 2003 5:43 PM
Subject: AC97 sound support


> I've just installed 5.1 -RELEASE on my new machine, a HP a350n. For
> sound this computer uses onboard RealTek AC97 Audio.
>
> I went throught the normal installation steps, then ran the steps for
> soundcard configuration in the manual. I ran kldload. I recompiled
> the kernel with 'device pcm'. I tried 'options PNPBIOS', at which
> point I received a message about an unkown option.
>
> dmesg | grep pci gives me this line:
> pci0:  at device 31.5 (no driver attached)
>
> dmesg | grep pcm returns nothing.
>
> This has all been seen on this list before. I searched c.u.b.f.m and
> -questions and have seen this come up before, but I never saw a
> resolution.
>
> My question is:
>
> Does all this mean the FreeBSD does not support onboard Realtek AC97
> Audio? I'd just like to know before I go out and buy a soundcard. It
> is not that I'm cheap, I just like finding out how FreeBSD works. :-)
> However it looks like a Soundblaster Live is the answer.
>
> Thanks for the help in the past and future.
>
> uname returns:
> FreeBSD fuzz.socal.rr.com 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Sun Nov
> 2 22:56:57 PST 2003
> [EMAIL PROTECTED]:/usr/src/sys/i386/compile/FUZZ  i386
>
> Gary Schenk
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
>
>
>


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


Re: Evolution without gnome

2003-11-03 Thread Chris Howells
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

On Monday 03 November 2003 04:54, Chris wrote:
> I too opted for Kmail. Does what I need it to do, filters, uses encryption
> - I wish tho it had the calendaring that Outlook has.

You'll probably like Kontact then, version 0.8 of which will be part of KDE 
3.2. Kontact ties KMail and KOrganizer into a single window and lots of work 
has been done on making them interact in a meaninful way.

The 0.8 version number reflects that it isn't quite finished yet, but a 
standalone version of Kontact after KDE 3.2 is released, hopefully around 
Christmas time.

- -- 
Cheers, Chris Howells -- [EMAIL PROTECTED], [EMAIL PROTECTED]
Web: http://chrishowells.co.uk, PGP ID: 0x33795A2C
KDE/Qt/C++/PHP Developer: http://www.kde.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE/plLTF8Iu1zN5WiwRAltCAJ0Srvx52ZcSywnMA/HEwqXv0EGuiACgg1O8
Z6P273L+EEzuIE155eW1YYo=
=FuL0
-END PGP SIGNATURE-

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


Re: help me!

2003-11-03 Thread Chris Howells
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

On Sunday 02 November 2003 23:51, Sergei Matros wrote:
>  I've downloaded FreeBSD 5.0 (kern.flp mfsroot.flp). For manage these
>   files I used - fdimage.exe

5.0? I'd put 4.8 or 4.9 or even 5.1 on a 386, certainly not 5.0...

- -- 
Cheers, Chris Howells -- [EMAIL PROTECTED], [EMAIL PROTECTED]
Web: http://chrishowells.co.uk, PGP ID: 0x33795A2C
KDE/Qt/C++/PHP Developer: http://www.kde.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE/plM7F8Iu1zN5WiwRAmZlAJwL5FHyB9Aduk+nj2x7GE4gc6B4ZwCdHWmB
GEnUzysslfstUBy6kLNfydk=
=zbjB
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Evolution without gnome

2003-11-03 Thread Chris Howells
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

On Monday 03 November 2003 05:42, C. Ulrich wrote:
> hated having to wait and wait for the ENTIRE KDE SUBSYSTEM to start up

"Entire KDE subsystem" is somewhat misleading. kdeinit will be launched which 
will want to run kbuildsycoca to check for any modified .desktop files, and 
so on (though this shouldn't take long as this is cached).

You can speed this up by putting "kdeinit&" into your .xinitrc or whatever you 
use to start X, this will mean that kdeinit is started when you run start X, 
at the expense of a bit of memory.

> just so I could launch one little app. Does KDE still operate this way?

Yep.

- -- 
Cheers, Chris Howells -- [EMAIL PROTECTED], [EMAIL PROTECTED]
Web: http://chrishowells.co.uk, PGP ID: 0x33795A2C
KDE/Qt/C++/PHP Developer: http://www.kde.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE/plJ1F8Iu1zN5WiwRAieKAJ9pW14zclUiFZQ6WLETd6O6eYF1VwCcCnwH
VWMnPhT1NNqz1TwyTBU/Q7U=
=sR/I
-END PGP SIGNATURE-

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


Re: using Ghost to back up a UFS partition

2003-11-03 Thread Micheal Patterson


- Original Message - 
From: "Scott Renna" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, November 02, 2003 8:15 PM
Subject: using Ghost to back up a UFS partition


> Hello All,
>
> Was wondering if anyone on the list had ever backed up a UFS partition
> from a BSD box to a Windows Host as an Image file.  I've selected the
> option to do a sector copy(as ghost does not understand ufs by default)
> and the console on my windows box says a session is in progress,
> however, no data ever goes across.  I'm wondering if anyone else run
> into this problem while multicasting.  The error logs show that the
> server requests the client(the BSD box) to use unicast modei've
> tried this with two different NICs both 3com and Netgear and no luck.
> symantec's site has been no help was hoping someone on the list had done
> this before.
>
> scott
>


If you want the image to end up on the windows system, why just smbfs a
share from the windows system and use dump to image the entire fbsd box?
It's a lot less hassle than using a windows app to attempt to image a nix
file system.

--

Micheal Patterson
TSG Network Administration
405-917-0600

Confidentiality Notice:  This e-mail message, including any attachments, is
for the sole use of the intended recipient(s) and may contain confidential
and privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.

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


AC97 sound support

2003-11-03 Thread Gary Schenk
I've just installed 5.1 -RELEASE on my new machine, a HP a350n. For 
sound this computer uses onboard RealTek AC97 Audio.

I went throught the normal installation steps, then ran the steps for 
soundcard configuration in the manual. I ran kldload. I recompiled 
the kernel with 'device pcm'. I tried 'options PNPBIOS', at which 
point I received a message about an unkown option.

dmesg | grep pci gives me this line:
pci0:  at device 31.5 (no driver attached)

dmesg | grep pcm returns nothing.

This has all been seen on this list before. I searched c.u.b.f.m and 
-questions and have seen this come up before, but I never saw a 
resolution.

My question is:

Does all this mean the FreeBSD does not support onboard Realtek AC97 
Audio? I'd just like to know before I go out and buy a soundcard. It 
is not that I'm cheap, I just like finding out how FreeBSD works. :-) 
However it looks like a Soundblaster Live is the answer.

Thanks for the help in the past and future.

uname returns:
FreeBSD fuzz.socal.rr.com 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Sun Nov  
2 22:56:57 PST 2003 
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/FUZZ  i386

Gary Schenk

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


problem with build environment

2003-11-03 Thread Goodleaf, John M

I was tempted to send this to CURRENT, but this question seems more general.

I installed 5_1 Release from an ISO on a "fresh" machine. I installed cvsup
from packages and then cvsup'd the CURRENT code (tag=.). Curiously,
buildworld fails repeatedly in the same way, suggesting there's something
systematic wrong with my environment. Basically, the system won't build
because it finds missing header files in libstdc++. If I put the missing
file in manually, libstdc++ will build, but then something else just fails
in the same way later on (groff or texinfo). I've cvsup'd multiple times,
and removed /usr/obj and so forth. No go. There's something just wrong here.
I don't pretend to understand the nitty gritty of the buildworld process,
but I've used it a lot and not encountered this before.

Incidentally, I did remove src and cvsup the RELENG_5_1 branch to try a
clean rebuild. The build fails in the same spot, claiming an
unwind.h in libstdc++/libsupc++ can't be
found.

Any suggestions?
John

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


Re: jail core dumps

2003-11-03 Thread Rus Foster
0On Mon, 3 Nov 2003, Chris wrote:

>
> I followed the instructions from the man jail(8) and ended up with mount.core, 
> swapon.core, and umount.core in the / directory. The messages that came up when 
> trying to start up the jail are:
>
> Segmentation fault (core dumped)
> Skipping disk checks ...
> Segmentation fault (core dumped)
> Segmentation fault (core dumped)
> Mounting /etc/fstab filesystems failed, startup aborted

Best thing to do is inside the jail filesystem

cd etc
rm fstab
touch fstab

Thats what we do on our jails

Rgds

Rus
-- 
w: http://www.jvps.com  | Virtual Dedicated Servers from $15/mo
e: [EMAIL PROTECTED]| Donations made to Debian, FreeBSD
t: +44 7919 373537  | and Slackware
t: 1-888-327-6330   | email: [EMAIL PROTECTED]


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


Re: M/B Bios Settings

2003-11-03 Thread Charles Swiger
On Nov 1, 2003, at 11:43 AM, Lowell Gilbert wrote:
knomadness <[EMAIL PROTECTED]> writes:
When setting up the video card configuration in
X-windows, how do you indicate or direct it to use the
AGP slot not a PCI slot?
Usually, by inserting a video card into an AGP slot instead of a PCI
slot.  If you have both installed, then the answer kind of depends on
why you did that; the PC architecture doesn't deal well with such a
configuration.
PC hardware deals fine with a video card in both the AGP slot and one 
or more PCI slots-- at least for the purposes of having several 
displays running at relatively high resolutions (eg, 1280x1024x32) 
doing normal desktop activities.  3D hardware acceleration isn't going 
to run very quickly on several PCI devices at once, true, or even one, 
if that was the concern, but 2D works fine.

This was on relatively generic hardware-- a buncha Dell machines 
between the 440 LX and BX chipsets [P2-300 through P3-700's], using 
mainly nVidia TNT2/early GeForce or ATI Radeon AGP cards and PCI-based 
Matrox Millenium's.  The admin who was setting these up ended up having 
around forteen monitors going between four machines.

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


jail core dumps

2003-11-03 Thread Chris

I followed the instructions from the man jail(8) and ended up with mount.core, 
swapon.core, and umount.core in the / directory. The messages that came up when trying 
to start up the jail are:

Segmentation fault (core dumped)
Skipping disk checks ...
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Mounting /etc/fstab filesystems failed, startup aborted

This is my first time to try running a jail... any ideas where to look for the 
problem? It's a 4.8R box.

Thanks,
Chris



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


UDMA ICRC Error

2003-11-03 Thread Tomas Nyman
Hi!
I have a serious problem with 3 of my harddrives, the fail to enter DMA mode on boot, 
I can force them into udma5 using atacontrol but after a few reads I will get the same 
error and they will fall back into PIO4 mode.
The 3 disks are in a Vinum array consisting of 6 drives, the other 3 are working fine.

I have tried 2 different ata controller cards in 2 different PCI slots and 3 different 
ide cables, I still get the same error.

I have ran fsck 4 times on the array and the output is always looking good, no errors 
found:
** /dev/vinum/MyVol
** Last Mounted on /projects
** Phase 1 - Check Blocks and Sizes
** Phase 2 - Check Pathnames
** Phase 3 - Check Connectivity
** Phase 4 - Check Reference Counts
** Phase 5 - Check Cyl groups
39454 files, 546808950 used, 78086290 free (3682 frags, 9760326 blocks, 0.0% 
fragmentation)

Sometimes when I try to boot I get this error:
Fatal trap 12: page fault while in kernel mode
fault code  = supervisor read, page not present

I have not been able to catch the complete error message on a file since the machine 
is far from home and I just had my friend reboot the machine when I got that error, 
but it made me think it might have something to do with this: 
http://lists.freebsd.org/pipermail/freebsd-current/2003-July/007155.html

I know that is a 5.1 error and I´m running 4.9 but could applying the patch that is 
posted a few messages later help me?

I don´t know what to do really, I am OK with doing NEWFS on the array if it would fix 
the disks, but since fsck shows no error I think it´s something else, I appreciate any 
help.

Tomas

DMESG:
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 4.9-RELEASE #1: Thu Oct 30 19:09:30 CET 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SOPP
Timecounter "i8254"  frequency 1193182 Hz
Timecounter "TSC"  frequency 701593772 Hz
CPU: Intel Pentium III (701.59-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x683  Stepping = 3
  
Features=0x387f9ff
real memory  = 671088640 (655360K bytes)
avail memory = 648806400 (633600K bytes)
Preloaded elf kernel "kernel" at 0xc032f000.
ccd0-8: Concatenated disk drivers
Pentium Pro MTRR support enabled
md0: Malloc disk
Using $PIR table, 9 entries at 0xc00fde70
npx0:  on motherboard
npx0: INT 16 interface
pcib0:  on motherboard
pci0:  on pcib0
agp0:  mem 0xd000-0xd3ff at device 
0.0 on pci0
pcib1:  at device 1.0 on pci0
pci1:  on pcib1
pci1:  at 0.0 irq 10
isab0:  at device 7.0 on pci0
isa0:  on isab0
atapci0:  port 0xf000-0xf00f at device 7.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
pci0:  at 7.2 irq 7
chip0:  port 0x5000-0x500f at device 7.3 on 
pci0
atapci1:  port 
0xa400-0xa40f,0xa000-0xa003,0x9c00-0x9c07,0x9800-0x9803,0x9400-0x9407 mem 
0xdb00-0xdb003fff irq 7 at device 11.0 on pci0
ata2: at 0x9400 on atapci1
ata3: at 0x9c00 on atapci1
xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xa800-0xa87f mem 0xdb00c000-0xdb00c07f 
irq 11 at device 13.0 on pci0
xl0: Ethernet address: 00:04:76:1b:ea:73
miibus0:  on xl0
xlphy0: <3c905C 10/100 internal PHY> on miibus0
xlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
atapci2:  port 
0xbc00-0xbc0f,0xb800-0xb803,0xb400-0xb407,0xb000-0xb003,0xac00-0xac07 mem 
0xdb004000-0xdb007fff irq 5 at device 15.0 on pci0
ata4: at 0xac00 on atapci2
ata5: at 0xb400 on atapci2
atapci3:  port 
0xd000-0xd00f,0xcc00-0xcc03,0xc800-0xc807,0xc400-0xc403,0xc000-0xc007 mem 
0xdb008000-0xdb00bfff irq 10 at device 17.0 on pci0
ata6: at 0xc000 on atapci3
ata7: at 0xc800 on atapci3
atapci4:  port 
0xdc00-0xdcff,0xd800-0xd803,0xd400-0xd407 irq 11 at device 19.0 on pci0
ata8: at 0xd400 on atapci4
atapci5:  port 
0xe800-0xe8ff,0xe400-0xe403,0xe000-0xe007 irq 11 at device 19.1 on pci0
ata9: at 0xe000 on atapci5
orm0:  at iomem 
0xc-0xc7fff,0xc8000-0xca7ff,0xcb000-0xcb7ff,0xcc000-0xcd7ff on isa0
pmtimer0 on isa0
atkbdc0:  at port 0x60,0x64 on isa0
atkbd0:  flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0:  irq 12 on atkbdc0
psm0: model MouseMan+, device ID 0
vga0:  at port 0x3c0-0x3df iomem 0xa-0xb on isa0
sc0:  at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
ipfw2 initialized, divert enabled, rule-based forwarding enabled, default to accept, 
logging limited to 100 packets/entry by default
ad0: 9671MB  [19650/16/63] at ata0-master UDMA33
ad6: 194481MB  [395136/16/63] at ata3-master UDMA100
ad7: 194481MB  [395136/16/63] at ata3-slave UDMA100
ad12: 114473MB  [232581/16/63] at ata6-master UDMA100
ad14: UDMA ICRC error reading fsbn 234441585 of 0-3 (ad14 bn 234441585; cn 232580 tn 
15 sn 0) retrying
ad14: UDMA ICRC error reading fsbn 234441585 of 0-3 (ad14 bn 234441585; cn 232580 tn 
15 sn 0) retrying
ad14: UDMA ICRC error reading fsbn 234441585 of 0-3 (ad14 bn 234441585; cn 232580 tn 
15 sn 0) retrying
ad14: UDMA ICRC error reading fsbn 234441

vidcontrol 132x43 mode help

2003-11-03 Thread Stephen Hilton
Cheers all,

I am trying to get 132x43 mode in my consoles and need a little help :-)

Matrox G400 video card, Hitachi CM771 monitor, FreeBSD 4.9

# vidcontrol -i adapter
fb0:
vga0, type:VESA VGA (5), flags:0x700ff
initial mode:24, current mode:24, BIOS mode:3
frame buffer window:0xb8000, buffer size:0x8000
window size:0x8000, origin:0x0
display start address (0, 0), scan line width:80
reserved:0x0

# vidcontrol -i mode
mode# flags   typesize   font  window  linear buffer
--
  0 (0x000) 0x0001 T 40x25   8x8   0xb8000 32k 32k 0x 32k
  1 (0x001) 0x0001 T 40x25   8x8   0xb8000 32k 32k 0x 32k
  2 (0x002) 0x0001 T 80x25   8x8   0xb8000 32k 32k 0x 32k
  3 (0x003) 0x0001 T 80x25   8x8   0xb8000 32k 32k 0x 32k
  4 (0x004) 0x0003 G 320x200x2 1 8x8   0xb8000 32k 32k 0x 32k
  5 (0x005) 0x0003 G 320x200x2 1 8x8   0xb8000 32k 32k 0x 32k
  6 (0x006) 0x0003 G 640x200x1 1 8x8   0xb8000 32k 32k 0x 32k
 13 (0x00d) 0x0003 G 320x200x4 4 8x8   0xa 64k 64k 0x 256k
 14 (0x00e) 0x0003 G 640x200x4 4 8x8   0xa 64k 64k 0x 256k
 16 (0x010) 0x0003 G 640x350x2 2 8x14  0xa 64k 64k 0x 128k
 18 (0x012) 0x0003 G 640x350x4 4 8x14  0xa 64k 64k 0x 256k
 19 (0x013) 0x0001 T 40x25   8x14  0xb8000 32k 32k 0x 32k
 20 (0x014) 0x0001 T 40x25   8x14  0xb8000 32k 32k 0x 32k
 21 (0x015) 0x0001 T 80x25   8x14  0xb8000 32k 32k 0x 32k
 22 (0x016) 0x0001 T 80x25   8x14  0xb8000 32k 32k 0x 32k
 23 (0x017) 0x0001 T 40x25   8x16  0xb8000 32k 32k 0x 32k
 24 (0x018) 0x0001 T 80x25   8x16  0xb8000 32k 32k 0x 32k
 26 (0x01a) 0x0003 G 640x480x4 4 8x16  0xa 64k 64k 0x 256k
 27 (0x01b) 0x0003 G 640x480x4 4 8x16  0xa 64k 64k 0x 256k
 28 (0x01c) 0x0003 G 320x200x8 1 8x8   0xa 64k 64k 0x 64k
 30 (0x01e) 0x0001 T 80x50   8x8   0xb8000 32k 32k 0x 32k
 32 (0x020) 0x0001 T 80x30   8x16  0xb8000 32k 32k 0x 32k
 34 (0x022) 0x0001 T 80x60   8x8   0xb8000 32k 32k 0x 32k
 37 (0x025) 0x0003 G 320x240x8 4 8x8   0xa 64k 64k 0x 256k
112 (0x070) 0x T 80x43   8x8   0xb8000 32k 32k 0x 32k
113 (0x071) 0x0001 T 80x43   8x8   0xb8000 32k 32k 0x 32k
256 (0x100) 0x000f G 640x400x8 1 8x16  0xa 64k 64k 0xce00 16384k
257 (0x101) 0x000f G 640x480x8 1 8x16  0xa 64k 64k 0xce00 16384k
258 (0x102) 0x000b G 800x600x4 4 8x14  0xa 64k 64k 0x 16384k
259 (0x103) 0x000f G 800x600x8 1 8x16  0xa 64k 64k 0xce00 16384k
266 (0x10a) 0x0009 T 132x43  8x8   0xb8000 32k 32k 0x 16384k
272 (0x110) 0x000f G 640x480x16 18x16  0xa 64k 64k 0xce00 16384k
273 (0x111) 0x000f G 640x480x16 18x16  0xa 64k 64k 0xce00 16384k
274 (0x112) 0x000f G 640x480x32 18x16  0xa 64k 64k 0xce00 16384k
275 (0x113) 0x000f G 800x600x16 18x16  0xa 64k 64k 0xce00 16384k
276 (0x114) 0x000f G 800x600x16 18x16  0xa 64k 64k 0xce00 16384k
277 (0x115) 0x000f G 800x600x32 18x16  0xa 64k 64k 0xce00 16384k


I can set 80x60 mode ok, but whenever I try 132x43 my monitor clicks, then 
no video. I do have VESA in my kernel.

Thanks in advance,


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


IPFW Logging (Was Re: log really is in security)

2003-11-03 Thread Drew Tomlinson
- Original Message - 
From: "Zoran Kolic" <[EMAIL PROTECTED]>
Sent: Sunday, November 02, 2003 9:39 PM

>Dear Drew!
>You are absolutely right.
> I made another rule:
>
> allow log tcp from any to any out setup keep-state
>
> and got 30K log in /var/log/
> security. This file was untou-

You're logging every outbound packet from your machine.  You'll either
need a lot of disk space or have to purge your log files often to keep
from running out of space.  You probably don't want this once you're
finished testing.

> ched from installation, and has
> 600 permission. But, look at:
>
> 65535 35 1468 deny ip from any to any

This is the default rule unless you compile your kernel with the
"DEFAULT_TO_ACCEPT" option.

> gotten from "ipfw show". What
> is this counting? Maybe nothing
> for logging, but probe dial-up
> during 1 minute gave it. It is
> what I want to look at. It is
> what make me nervous. Probably
> not packets from the net, but
> what they are?

This rule will not log anything as there is no 'log' in the rule.  It is
counting all packets that don't match any rule above it.  It is the
*ONLY* rule until your firewall script is finished loading so it will
always have a count unless you use 'ipfw zero' to clear it.  Then it
will still increment if a packet does not match one of the rules above.

If you want to log all denied packets, just add a rule above it such as
'$fwcmd add 65500 log deny ip from any to any'.

Because I administer my machines remotely, I compiled my kernel with the
DEFAULT_TO_ACCEPT option.  That way when I'm fiddling with my rules, I
don't lock myself out.  As the last rule in my firewall script, I add
the 'deny from any to any' rule I describe above.

>You said, that verbose limit
> of 3 is a little bit small. I
> had idea, that it means: take
> 3 identical inputs of the same
> sort and stop! Not?

Not quite.  It means "stop logging after 3 matches on the rule".  I
suspect you're thinking that it will log 3 matches from 1.2.3.4 and 3
more matches from 5.6.7.8 on the same rule.  No, 3 matches total no
matter from which IP address.

>Thanks for help!

You're welcome.

Drew

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


3Com card stops working

2003-11-03 Thread Chad Gross
I have a strange problem the 3Com cards in my router.
I had installed 4.8 on a Compaq Deskpro and installed
to 3Com cards that use the xl driver. Most of the time
the router works fine, but at random times it would
stop routing. If I would log into the machine locally
and ifconfig down and up on the external NIC or reboot
it would begin to work again for a random period of
time and then stop again. Until I would do this I
could not even ping anything. I upgraded to 4.9RC2 but
the problem still occurred. Now I can only seem to fix
it for about a minute or so by doing either a reboot
or the ifconfig commands mentioned above. Another
strange thing is that when this happens, if I try to
SSH into the machine’s internal NIC from a machine on
the local net it takes a long time to display the
login prompt and then a long time to display the
password prompt if it displays either at all before
timing out. I can ping the internal NIC perfectly fine
though. Does anyone have a clue as to what this could
be caused by?

 

CMG


=
Chad Gross
[EMAIL PROTECTED]
Within the mind you can find the meaning to your existance!

__
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Firewall problem

2003-11-03 Thread Toomas Aas
> How does one get started on IPF... 

By reading the IPFilter Howto:

http://www.obfuscation.org/ipf/ipf-howto.html

Enjoy :-)
--
Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/
* I take my wife everywhere, but she keeps finding her way back.

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


Re: mountd/nfs export options

2003-11-03 Thread Antoine Jacoutot
Lowell Gilbert wrote:
Is there a trick or anything I could use to exports 2 directories on the same 
filesystem, but with different options ?

For exemple, I have /dev/ad2s1d mounted on /exports.
I would like to export /exports/share1 read-only and /exports/share2 
read-write.

It's not possible, because there's no way to enforce it...

Oh, man, that is to bad :(
I've got to find a way to do this or I'll have to use Linux instead, 
IIRC it allows that kind of sharing.
Isn't it possible to use nullfs or unionfs to achieve this ?

Thanks a lot for your answer...
Regards,
Antoine

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


Re: color to files

2003-11-03 Thread Lowell Gilbert
andi payn <[EMAIL PROTECTED]> writes:

> Was the xterm termcap changed for FreeBSD 5, or have I just done
> something to fix this and forgotten about it?

It's a little more complicated, because the *classical* xterm does
*not*, in fact, have color support, but yes, the latest releases
on both branches should pick this up just fine.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mountd/nfs export options

2003-11-03 Thread Lowell Gilbert
Antoine Jacoutot <[EMAIL PROTECTED]> writes:

> Is there a trick or anything I could use to exports 2 directories on the same 
> filesystem, but with different options ?
> 
> For exemple, I have /dev/ad2s1d mounted on /exports.
> I would like to export /exports/share1 read-only and /exports/share2 
> read-write.
> 
> I know mountd does not support this (security ?), but I would really like to 
> find a way to do this anyway...
> If you have any idea.

It's not possible, because there's no way to enforce it...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Apache-2.0.47 and mod_jk-apache2-1.2.2

2003-11-03 Thread Jean-Baptiste Quenot
* John Ridge:
 
> Syntax error on line 274 of /usr/local/etc/apache2/httpd.conf:
> Cannot load /usr/local/libexec/apache2/mod_jk.so into server:
> /usr/local/libexec/apache2/mod_jk.so: Undefined symbol
> "pthread_mutex_unlock"

Try googling around, this issue is common.  For example [1].

[1] http://www.geocrawler.com/mail/msg.php3?msg_id=9937574&list=162

You may also want to give a try to Resin, it is intended to be a
replacement for Tomcat, free for non-commercial use.  See port
www/resin2.
-- 
Jean-Baptiste Quenot
http://caraldi.com/jbq/


pgp0.pgp
Description: PGP signature


Re: problem with ssh in 4.9 and /etc/hosts file

2003-11-03 Thread Lowell Gilbert
henry tieman <[EMAIL PROTECTED]> writes:

> I have a small home network, 2 machines, both running FreeBSD 4.9. One
> with fixed IP address running ppp with NAT and a DHCP server and the
> other machine is a DHCP client.  Both machines have the standard
> host.conf file and a /etc/hosts file that only differs on the
> localhost line.  The standard host.conf file tells the network to use
> the /etc/hosts file first before trying DNS.  I do not want to run a
> DNS server on my local network.
> 
> When I'm connected using PPP - ssh from the DHCP server to the client
> has no pause.
> 
> When I'm not dialed up - the ssh connection from server to client is
> very slow. There's about a 75 sec wait before the password prompt.
> Client to client also has the pause w/o ppp running.  But server to
> server and client to server are fast.
> 
> I think I've traced it down to a call to getnameinfo() in sshd.  There
> are 3 (or more) implementations of this function in the source for
> FreeBSD 4.9.  All versions I've found of getnameinfo() call
> gethostbyaddr() - which has 2 (or more) versions in the source. At
> least one doesn't read /etc/host.conf and only makes calls to DNS. The
> one in contrib/bind is evil. Yes, it is compiled in /usr/obj.  No, I
> don't know if it's linked with sshd - that requires another makeworld
> which is running now.
> 
> There are two work arounds for using ssh without recompiling so I'm
> not too worried.  But I don't have sendmail setup to the outside so I
> can't create a problem report.

A problem report isn't appropriate.  What you need is that *both* of
the machines have /etc/hosts entries for the other machine.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


QLogic 133 MHz FCA

2003-11-03 Thread Konrad Heuer

I'd like to know whether somebody has a 4.x or 5.x system running with a
133 MHz PCI bus Qlogic fibre channel adapter. Which model is used, and how
well does it perform?

Thanks for any reply.
Best regards

Konrad Heuer ([EMAIL PROTECTED])  ___  ___
GWDG   / __/__ ___ / _ )/ __/ _ \
Am Fassberg   / _// __/ -_) -_) _  |\ \/ // /
37077 Goettingen /_/ /_/  \__/\__//___//
Germany
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Server X - Freebsd 4.8 - geforce

2003-11-03 Thread Nico Glogenflobish
hi all,
I have a problem with the nvidia driver ... when I start X my system reboot 
...
plz help ..
my conf file :

# **

# Module section -- this section is used to specify
# which dynamically loadable modules to load.
# **

#
Section "Module"
Load "dbe" # Double buffer extension
# SubSection "extmod"
# Option "omit xfree86-dga" # don't initialise the DGA extension
# EndSubSection
Load "type1"
#Load "speedo"
Load "bitmap"
Load "extmod"
Load "glx"
Load "freetype"
EndSection
# **

# Files section. This allows default font and rgb paths to be set
# **

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local/"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection
# **

# Server flags section.
# **

Section "ServerFlags"
EndSection
# **

# Input devices
# **

# **

# Core keyboard's InputDevice section
# **

Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbLayout" "us"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc101"
EndSection
# **

# Core Pointer's InputDevice section
# **

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/sysmouse"
Option "Buttons" "3"
Option "ZAxisMapping" "4 5"
EndSection
# **

# Monitor section
# **

Section "Monitor"
Identifier "My Monitor"
HorizSync 31.5 - 57.0
VertRefresh 40-150
EndSection
# **

# Graphics device section
# **

Section "Device"
Identifier "NV AGP"
VendorName "nvidia"
Driver "nvidia" #qd je remplace nvidia par nv ca ne plante pas ... mais je n 
ai plus l acceleration materielle
EndSection
# **

# Screen sections
# **


Section "Screen"
Identifier "Screen AGP"
Device "NV AGP"
Monitor "My Monitor"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubsection
Subsection "Display"
Depth 24
Modes "1024x768"
EndSubsection
EndSection
# **

# ServerLayout sections.
# **

Section "ServerLayout"
Identifier "AGP"
Screen "Screen AGP"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
-

my X logs :

XFree86 Version 4.3.0
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: FreeBSD 4.8 i386 [ELF]
Build Date: 23 March 2003
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Sun Nov 2 14:28:50 2003
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "AGP"
(**) |-->Screen "Screen AGP" (0)
(**) | |-->Monitor "My Monitor"
(**) | |-->Device "NV AGP"
(**) |-->Input Device "Mouse1"
(**) |-->Input Device "Keyboard1"
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xfree86"
(**) XKB: rules: "xfree86"
(**) Option "XkbModel" "pc101"
(**) XKB: model: "pc101"
(**) Option "XkbLayout" "us"
(**) XKB: layout: "us"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to 
"/usr/X11R6/lib/X11/fonts/local/,/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dp

Re: VPN through NAT

2003-11-03 Thread John Morgan Salomon
It's possible, but has to do with how VPN-1 is set up.

Read up on the difference between "tunnel" vs. "transport" mode--
I suggest having a look at the Phoneboy archives
(http://www.phoneboy.com).

VPN-1 has a NAT support option, I've had it work a charm with
ipfilter/ipnat, as well as with pf on OpenBSD.  Make sure you're
permitting AH/ESP (IP types 50 and 51, I believe) and the original
IKE connectino (UDP/500).

Caveat:  double-check the above, it's been a while since I've
needed it.

Cheers,

-John

> Hi all,
> At my firm we use checkpoint VPN-1 so our windows laptop users can
> access the network from remote locations Clients offices etc etc., I'd
> like
> my Freebsd laptop to be able to do the same but i'm not sure if its
> possible
> as most locations are NATed these days and the only doc on getting
> Checkpoint freebsd talking deals with a VPN between two external IPs and
> the
> nets behind them. Has anyone ever tried getting a similar setup as i need,
> to work ?
>
> Thanks
> Vince
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
>

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


Re: Mouse in X11 in FreeBSD 4.8

2003-11-03 Thread Mantas S.
What is the model of mouse? serial / ps/2?
more info plz


> Hello,
>
> I have recently installed FreeBSD 4.8 and am having trouble getting my
> PS/2 mouse to work with X11. Malcolm Kay has kindly suggested some
> recourse however this has come to no avail and I was wondering whether
> anyone else would have some insights.
>
> The mouse works when setting up moused with /stand/sysinstall and
> xf86cfg but when gnome loads any mouse movement translates into the
> cursor moving to the top right of the screen. I have tried the various
> protocols under xf86cfg and followed the instructions in the FAQ that
> suggest adding lines to the config file, and also linking /dev/mouse
> and /dev/sysmouse. I am at a loss so any help would be highly
> appreciated.
>
> Thanks
>
> Adam Flaherty
>
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"


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


VPN through NAT

2003-11-03 Thread Vince Hoffman
Hi all,
At my firm we use checkpoint VPN-1 so our windows laptop users can
access the network from remote locations Clients offices etc etc., I'd like
my Freebsd laptop to be able to do the same but i'm not sure if its possible
as most locations are NATed these days and the only doc on getting
Checkpoint freebsd talking deals with a VPN between two external IPs and the
nets behind them. Has anyone ever tried getting a similar setup as i need,
to work ?

Thanks
Vince

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


Mouse in X11 in FreeBSD 4.8

2003-11-03 Thread Adam Flaherty
Hello,

I have recently installed FreeBSD 4.8 and am having trouble getting my 
PS/2 mouse to work with X11. Malcolm Kay has kindly suggested some 
recourse however this has come to no avail and I was wondering whether 
anyone else would have some insights.

The mouse works when setting up moused with /stand/sysinstall and 
xf86cfg but when gnome loads any mouse movement translates into the 
cursor moving to the top right of the screen. I have tried the various 
protocols under xf86cfg and followed the instructions in the FAQ that 
suggest adding lines to the config file, and also linking /dev/mouse 
and /dev/sysmouse. I am at a loss so any help would be highly 
appreciated.

Thanks

Adam Flaherty

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


information needed

2003-11-03 Thread Vlachos Ioannis
Hello 

My name is Giannis Vlachos and i live in greece.Iam using freebsd 5.1 and i have 
already install a double pci serial card (Netmos 9835cv) who is working fine.

I want to put another one or two pci serial cards from the same kind but when i do 
that the sytem dont come up and it is freezes at the beggining.

I want to make the pc that iam working on it a dialup server and i want to connect on 
it 8 modems (I know that there existing sollution with serial cards with 8 and 16 
ports but the pcice of these cars is to high and i have already the Netmos 9835 serial 
cards).

Does anyone can help???

Thanks in advance 

Giannis Vlachos

Greece 

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


Re: CUPS on 5.1-Release, No Parallel port ??

2003-11-03 Thread Daren Russell
Jim Durham wrote:

I was just trying to install a parallel printer on my 5.1-RELEASE 
system to use with CUPS.

The Printer is an HP-5L plugged into the parallel port.

lpinfo -v show no parallel port device. ppc0 *does* show up in dmesg 
and there is /dev/lpt0 in the devfs. Also, there is no parallel port 
choice in the cups config screen.

On my 4.9-RELEASE server, with an HP-6L plugged into the parallel 
port, lpinfo -v shows "direct parallel /dev/lpt0" . Cups works 
fine.there.

I also looked on my laptop, running 5.1-RELEASE and the same thing is 
true, lpinfo -v shows no parallel port.

Looking in dmesg on the 4.9 system, the printer is identified by name 
but not on the 5.1 system.

Another curiosityI have /etc/devfs.conf set up to do rules for 
/dev/acd0 and /dev/pass0 to chmod them to 666. I also set this up for 
/dev/lpt0 and it does not work, the port remains 600. Maybe this is a 
clue?

I Googled for this for quite some time and, although I saw others with 
the same problem, there were no answers and I can't find a bug 
report.

Any ideas?

Thanks,

Hi,

I don't know if this helps but I had the same problem with an Epson 
Inkjet with 5.1.  Neither Cups/Freebsd would talk to the parallel port 
because the Epson was low on ink (!)  If it wasn't even plugged in then 
no port was seen.  As soon as I put in a fresh cartridge, it was 
detected and installed.

I know it's likely to be different with a HP-5L, but it might be a pointer?

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


Re: Dual booting WinXP and FreeBSD - odd problem

2003-11-03 Thread Sergey 'DoubleF' Zaharchenko
On Sun, 02 Nov 2003 23:38:03 -0800 Mike Maltese <[EMAIL PROTECTED]> probably wrote:

> 
> > Hi Mike,
> >
> > Do you have WinXP and FreeBSD on the same disc or on two separate discs?
> >
> > Thanatos
> >
> >
> 
> Same physical disk. Windoze is on ad0s1 and FBSD is on ad0s2. At the 
> moment I'm looking into restoring XP's MBR and then utilizing it's boot 
> manager by copying the FreeBSD boot blocks. I know this can be done with 
> Linux, we'll see about FreeBSD. =) I can't believe this isn't working, 
> I've had great success in the past with dual-booting. The mainboard is a 
> Shuttle AK12 and I just flashed the BIOS to the latest version. It's not 
> the newest board, so I'm wondering if I'm running into the 1024 cylinder 
> limit thing.

If your win slice is >8G, you probably are. You should shrink it. Boot
areas of both Windows and FreeBSD (part of win and FreeBSD root) should
fit into the first 8G for BootEasy to work.

> Help me out here guys, I'm trying to make a convert out of my friend!

:) 

-- 
DoubleF
Ass, n.:
The masculine of "lass".


pgp0.pgp
Description: PGP signature


different types of ftp proxy?

2003-11-03 Thread Zhang Weiwu
Hello. My friend have a Windows XP box running acfp proxy server (an 
opensource proxy server on sourceforge) which provide me http and ftp 
proxy both at the port 3130. I use it with Mozilla. Works fine for both 
http and ftp access.

But I cannot use it with fetch(1). I set the http_proxy and ftp_proxy 
environment variables (value=192.168.0.1:3130), but only http access 
through the proxy succeed. Is fetch(1) using ftp_proxy in a different 
way than Mozilla?

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


FreeBSD 5.1; max amount of memory

2003-11-03 Thread anton menshutin
I have wrote a program that needs a lot of memory. But the reason is that it doesn't 
need a lot of physical RAM simultaneously, and system swapping is a good solution and 
it should work well. 
Previously i was using 4.7-RELEASE, but it seems that it can't work with big enought  
address space. Init don't want to work with such options in kernel config :
options MAXDSIZ="(2048*1024*1024)"
options MAXSSIZ="(256*1024*1024)"
options DFLDSIZ="(2048*1024*1024)".
Application could not allocate more than 1G of memory.
That's why I try to use the 5.1. 

But under this version of system my program works even worse.
Here what the program says after I have set additional options to malloc:
dla in malloc(): error: out of memory
And this is a vmstat listing at the end of execution:
procs  memory  pagedisks faults  cpu
 r b w avmfre  flt  re  pi  po  fr  sr ad0 ad2   in   sy  cs us sy id
 0 1 2  609840 108284   10   0   0   0   0   0   0   0  3410 328 49  1 50
 0 1 1  609888 1081568   0   0   0   0   0   0   1  3400 321 49  1 50
 0 1 1  609936 108024   11   0   0   0   1   0   0   0  3400 322 49  1 50
 0 2 0  609968  866207   0   0   0  31   0   0  69  4060 726 38  3 59
 0 2 0  609968  877328   0   0   0 2192   0   0 203  5450 1424  0  6 94
At this stage application is using only 526 Mb of memory. The system is a 2 Athlon SMP 
with 1G of RAM and 2G swap.

Does anybody know what options and where one should set to solve such a problem?
Should I try another version of FreeBSD?

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


RE: IPFW strange events

2003-11-03 Thread Philip Payne
Hi Chris,

The net address and subnet mask combination that is 96.0.0.0/3 covers the
range 96.0.0.0 to 127.255.255.255.

You are therefore blocking all traffic to the localhost address (127.0.0.0)

Now, I'm a networking bloke not an MIS person but I would assume this is BAD
as services/apps on your machine would want to use this address.

What you need to do is have a rule ahead of this specifying:
   allow all from any to any via lo0

If you need a tool to help visualising firewall policy I would recommend
/usr/ports/security/fwbuilder. It needs a bit of a hack to make NAT work
which I've posted previously to this list.

Thanks,
Phil.



> -Original Message-
> From: Chris [mailto:[EMAIL PROTECTED]
> Sent: 01 November 2003 16:56
> To: [EMAIL PROTECTED]
> Subject: IPFW strange events
> 
> 
> 
> Hello,
> 
> This is occurring on a 4.8-RELEASE server using IPFW2...
> 
> 
> I have numerous rules that block bogus networks... one of which is:
> 
> ipfw add 0104 deny log ip from 96.0.0.0/3 to any
> 
> 
> And I know it's working because using "ipfw list" I get:
> 
> 00104 deny log ip from 96.0.0.0/3 to any
> 
> 
> Whenever that rule is active, it's blocking packets - "ipfw show":
> 
> 00104 21   1148 deny log ip from 96.0.0.0/3 to any
> 
> BUT
> 
> Various services stop working... so I look at 
> /var/log/security and see NUMEROUS entries such as this:
> 
> Nov  1 10:30:00 server /kernel: ipfw: 104 Deny TCP 
> 127.0.0.1:1051 127.0.0.1:80 out via lo0
> 
> Now I don't see anything in the rule about the localhost 
> address, yet that's what it's blocking. But a little bit 
> ahead of that rule, I do have this one:
> 
> ipfw add 082 divert natd all from any to any via fxp0
> 
> Would it help to put all the bogus network deny rules ahead 
> of the divert rule?
> 
> Stumped,
> Chris
> 
> 
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "[EMAIL PROTECTED]"
> 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How does FreeBSD calculate disk sizes

2003-11-03 Thread Elessar
Hi

On Mon, 3 Nov 2003 12:07:15 +0300
Odhiambo Washington <[EMAIL PROTECTED]> wrote:

> Hello users,
> 
> I have a disk which is actually 72GB. 2GB has been used as swap while
> the rest was given to /.

Well, 72GByte in the manufacturer's notation which is decimal.
So your disk has 72 * 10^3^3 (= 72'000'000'000) Bytes.
freeBSD works - like every other OS i know - not decimal but dual.
Therefor the disk has 67.055225 * 2^10^3 (= 72'000'000'000) Bytes.

> sucks# uname -nmr
> sucks.wananchi.com 5.1-RELEASE-p10 i386
> 
> sucks# df -h
> FilesystemSize   Used  Avail Capacity  Mounted on
> /dev/da0s1a64G   1.8G57G 3%/
> devfs 1.0K   1.0K 0B   100%/dev

Here we have our 67GiByte disk without the 2GiByte Swap, and a little
bit of unused space due to Sector 63 thingies.
So da0s1a ends up having 64GiByte of which iirc 8-10% are reserved and
used for filesystem optimizations. Makes 57GiByte available with 3% (or
1.8Gi) being used.

So everything is there, it's just a little math. And yes, it's quite
a pain in the ass, but you will get used to it ;]

Joerg


pgp0.pgp
Description: PGP signature


Re: How does FreeBSD calculate disk sizes

2003-11-03 Thread Alexander Marx
Odhiambo Washington wrote:
Hello users,

I have a disk which is actually 72GB. 2GB has been used as swap while
the rest was given to /.
Can someone explain to me what I could be missing here, because what
I am seeing isn't what I expect. Perhaps it's just right while I am
the dumb one. Why isn't the whole size reported?
[...]

first of all, a "72GB harddisk" isn't actually a 72GB harddisk; this might
sound funny, but harddisk manufacturers are engineering people and they
are usually thinking in terms of 1000s
(see http://www.seagate.com/support/kb/disc/bytes.html)
so your disk actually only holds 720 bytes (~69GB) ...
which is perfectly consistent with your fdisk output.
further, reading tunefs(8) you will find, that per default your filesystem
reserves some space (8%) for root ...
: -m minfree
: Specify the percentage of space held back from normal users; the
: minimum free space threshold.  The default value used is 8%.
.. subtracting 8% from the remaining 69GB roughly gives 64GB.

so your disk is just fine.

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


Re: How does FreeBSD calculate disk sizes

2003-11-03 Thread andi payn
I think this is (mostly) a GiB vs. GB confusion.

In case you have no idea what I'm talking about, here's some background
(if you do, skip the next paragraph):

Giga is the metric prefix meaning billion (or thousand million, if
you're British)--that is, 10^9. Computer people tend to use it to mean
2^30, which is actually 1.073741824 * 10^9. However, hard disk
manufacturers use the metric meaning. So, a hard disk maker's GB is 7%
bigger than the rest of the computer industry's GB. To clear up the
confusion, the standards people decided that from now on you're supposed
to use GiB to mean 2^30 (and MiB for 2^20, KiB for 2^10,
etc.--pronounced "gibibyte," "mibibyte," "kibibyte," etc.). And so far,
just about nobody has listened

So, when fdisk says 69460MB, it means 69460 * 2^20, which is
72,834,088,960 bytes. When your disk manufacturer says 72GB, they mean
72,000,000,000 bytes. (They've given you 834MB for free. How nice.)

Meanwhile, when df says your partition is 64GB, it means 64 * 2^30. And
your 2GB swap is, similarly, 2 * 2^30. Do the math:

64 * 2^30 = 68,719,476,736
 2 * 2^30 =  2,147,483,648
--
70,866,960,384

In other words, you're not missing 6GB.

As for the rest of it:

> sucks# disklabel -n da0s1a

da0s1a is a partition, not a slice. You're asking it for the partitions
within a partition; it's bound to get confused. Try this:

# disklabel -n da0s1

(without the a)


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


Re: Dual booting WinXP and FreeBSD - odd problem

2003-11-03 Thread Mike Maltese
Ruben de Groot wrote:



Just a shot in the dark, but is your disk configured as a "dynamic disk"
in XP?
 

No, the disk is basic. This installation is XP Home (guess I should have 
mentioned that), so dynamic disks are not possible anyway.

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


Re: Dual booting WinXP and FreeBSD - odd problem

2003-11-03 Thread Ruben de Groot
On Sun, Nov 02, 2003 at 11:38:03PM -0800, Mike Maltese typed:
> 
> >Hi Mike,
> >
> >Do you have WinXP and FreeBSD on the same disc or on two separate discs?
> >
> >Thanatos
> >
> >
> 
> Same physical disk. Windoze is on ad0s1 and FBSD is on ad0s2. At the 
> moment I'm looking into restoring XP's MBR and then utilizing it's boot 
> manager by copying the FreeBSD boot blocks. I know this can be done with 
> Linux, we'll see about FreeBSD. =) I can't believe this isn't working, 
> I've had great success in the past with dual-booting. The mainboard is a 
> Shuttle AK12 and I just flashed the BIOS to the latest version. It's not 
> the newest board, so I'm wondering if I'm running into the 1024 cylinder 
> limit thing.
> 
> Help me out here guys, I'm trying to make a convert out of my friend!

Just a shot in the dark, but is your disk configured as a "dynamic disk"
in XP?

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


Re: sendmail question

2003-11-03 Thread Mail Monitor

Thanks for the reply, I have checked the DNS
part by resolving my hostname with the entries
listed in /etc/resolv.conf. The name servers are
working fine.

thanks.


On Mon, 3 Nov 2003, Q wrote:

> It might be DNS related. Have you checked the log files to see if it is
> trying to resolve a hostname or MX record for the RCPT domain?
>
> Seeya...Q
>
> On Sat, 2003-11-01 at 15:14, Mail Monitor wrote:
>
> > Hi,
> >
> > I'm running sendmail on FreeBSD 4.7 and have a
> > problem with sendmail.
> >
> > Even though the sendmail is running, the
> > mails are not coming into the server.
> >
> > I tried sending a mail from command line using
> > /usr/sbin/sendmail -v [EMAIL PROTECTED] The output
> > of this command hangs just before DATA i.e
> > EHLO, MAIL from are supported. But i donot get
> > "Recipient ok" it takes 10 min to complete the
> > mail delivery and hangs after "RCPT To" for 10 min.
> >
> > Any clue why it happens?
> >
> > Thanks
> > ___
> > [EMAIL PROTECTED] mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Evolution without gnome

2003-11-03 Thread andi payn
Notice that everyone praising Evolution or Kmail used their mailer of
choice to compose the message in question, but:

Harald Schmalzbauer:
> User-Agent: KMail/1.5.4
> Well, even this incredible slow thunderbird was better than evolution IMHO.

Scratch one vote for Thunderbird (leaving 0).

Sebastian Smoller:
> X-Mailer: Ximian Evolution 1.4.3 
> so i have to install a lot of gnome stuff to be able to use evolution
> right ? thats bad :(

But not so bad that you haven't done it on your other systems, right?

And then there's Parv, suggestor of mutt, whose mail contains no
agent/mailer header. IIRC, mutt defaults to adding "X-Mail-Agent: mutt"
but I'm sure it can be configured to put anything else, or nothing at
all--and I doubt many modern mutt users leave the defaults alone. So
I'll assume he's using mutt.

To answer Parv's question, why not use mutt? Well, I can't speak for
anyone else, but for me, it's because, despite the advertising, mutt is
not nearly ELM-like enough--at least not after spending so many years
using ELM, much of that over 300 baud connections, so that any deviation
throws off my finger-memory. It'd be easier for me to switch to dvorak
than mutt. And the fact that more than half the keystrokes are only
documented in the manual, outside the software, doesn't help. I really
did try, because I realized that otherwise I'd have to go to a graphical
MUA or I'd be stuck with elm for life (which means no MIME, no security,
no online IMAP...). Eventually, I decided to go to a graphical MUA. And,
a few years later, Evolution 1.4 came out, and now I have one I can use
happily.


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


How does FreeBSD calculate disk sizes

2003-11-03 Thread Odhiambo Washington

Hello users,

I have a disk which is actually 72GB. 2GB has been used as swap while
the rest was given to /.

Can someone explain to me what I could be missing here, because what
I am seeing isn't what I expect. Perhaps it's just right while I am
the dumb one. Why isn't the whole size reported?


sucks# uname -nmr
sucks.wananchi.com 5.1-RELEASE-p10 i386

sucks# df -h
FilesystemSize   Used  Avail Capacity  Mounted on
/dev/da0s1a64G   1.8G57G 3%/
devfs 1.0K   1.0K 0B   100%/dev


Here is what the partition editor shows:


Disk name:  da0FDISK Partition Editor
DISK Geometry:  8855 cyls/255 heads/63 sectors = 142255575 sectors (69460MB)

Offset   Size(ST)End Name  PType   Desc  SubtypeFlags

 0 63 62- 12 unused0
63  142255512  142255574da0s1  8freebsd  165
 142255575   8425  142263999- 12 unused0 



And disklabel shows this:



sucks# disklabel -n da0s1a
# /dev/da0s1a:
8 partitions:
#size   offsetfstype   [fsize bsize bps/cpg]
  a: 138255512   634.2BSD 2048 16384 28552 
  b:  400 138255575  swap
  c: 142255512   63unused0 0 # "raw" part, don't edit
partition a: partition extends past end of unit
partition b: offset past end of unit
partition b: partition extends past end of unit
partition c: partition extends past end of unit
disklabel: partition c doesn't start at 0!
disklabel: partition c doesn't cover the whole unit!
disklabel: An incorrect partition c may cause problems for standard system utilities


Some expert explanation would help clear my ignorance!

Thank you.

-Wash

http://www.netmeister.org/news/learn2quote.html

--
|\  _,,,---,,_ | Odhiambo Washington<[EMAIL PROTECTED]>
Zzz /,`.-'`'-.  ;-;;,_ | Wananchi Online Ltd.   www.wananchi.com
   |,4-  ) )-,_. ,\ (  `'-'| Tel: +254 20 313985-9  +254 20 313922
  '---''(_/--'  `-'\_) | GSM: +254 722 743223   +254 733 744121
+
World War Three can be averted by adherence to a strictly enforced
dress code!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Samba drives me nuts XP is slow to crawl with it

2003-11-03 Thread Gabriel Ambuehl
I have a two IBM Thinkpads running XP Pro who should access a
Samba machine (3.0.0 on STABLE), one of them can do that perfectly,
the other gets about 100kb/s connection. Between each other, the work
at full speed and if I have the server mount shares from the Thinkpad,
it's fast as well. People on the net suggest deactivating webclient
service which I did, to no avail. Has anyone got any other pointers?

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


Re: Ssh missing 'login as' prompt

2003-11-03 Thread Malcolm Kay
On Mon, 3 Nov 2003 12:10, Mike Loiterman wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Micheal Patterson  wrote:
> > - Original Message -
> > From: "Mike Loiterman" <[EMAIL PROTECTED]>
> > To: "'Kevin Stevens'" <[EMAIL PROTECTED]>
> > Cc: <[EMAIL PROTECTED]>
> > Sent: Sunday, November 02, 2003 3:33 PM
> > Subject: RE: Ssh missing 'login as' prompt
> >
> >> -BEGIN PGP SIGNED MESSAGE-
> >> Hash: SHA1
> >>
> >> Kevin Stevens  wrote:
> >>> On Oct 31, 2003, at 22:25, Mike Loiterman wrote:
>  -BEGIN PGP SIGNED MESSAGE-
>  Hash: SHA1
> 
>  Whenever I try to ssh into my machie, it just goes straight to
>  [EMAIL PROTECTED] password: by passing the traditional login as: . How
>  can I turn that back on?
> >>>
> >>> Remove the client machine's public key from the server's
> >>> ~/.ssh/authorized_keys2 file for that user id.
> >>>
> >>> KeS
> >>
> >> That works but only temporarily.  The next time I login, it goes
> >> directly to the password prompt.  Am I fooling myself?  Is it any
> >> more secure to get a login as: prompt and then a password prompt
> >> as compared to just going directly to a password prompt?
> >>
> >> - --
> >> Mike Loiterman
> >> grantADLER
> >> Tel: 630-302-4944
> >> Fax: 773-868-0071
> >> Email: [EMAIL PROTECTED]
> >> PGP Key 0xD1B9D18E
> >
> > What you're describing is normal behavior for ssh. Telnet does the
> > same thing from a fbsd to fbsd system. It uses the login id on the
> > connecting terminal as the user to auth against on the remote. I
> > would recommend using an rsa pass phrase instead of the password if
> > you wish it to be more secure.
>
> That's strange, to me at least.  I have a number of other systems
> that just give a login as: prompt.  Specifically FreeBSD 4.x.  Has
> things changed?
>

I think you need:
 UseLogin yes
in /etc/sshd_config at the far end.

Malcolm Kay

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


  1   2   >