Re: about Geforce Go 7700

2007-05-18 Thread Runner on the Road

hi

keep on going having a
fatql server error
caught signal 8
Server aborting


i ve tryed Xorg -configure to get a file ::: didn t work



with xorconfig i am doing this

part of vsync..
number 9 wich correspond to 31.5 - 79 Monitor . 1280x102474htz

then

1 == 50 - 70


i call my monitor LCD

card database  -- i take 349


amount f memory .. as i ve got 512 M .. well i ve just picked as if it was
256 so number 11

identifier for the card .. call it Card0

i dunnot chnage the modes just press ok

the depth .. 5 (16 Millions)


still not working


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


Re: IP Firewall disconnecting me after firewall changes

2007-05-18 Thread Norberto Meijome
On Wed, 16 May 2007 16:58:39 +1200
"Brett Davidson" <[EMAIL PROTECTED]> wrote:

> I keep firewall rules in a file that I then run via a "sh" command. You
> know, like /etc/rc.firewall. :-)
>  
> Essentially the file does 
> ipfw -q -f flush
> $cmd 0015 check-state
> $cmd set 31   to me 22 in via
> $pif setup keep-state
>  
> where $cmd = "ipfw -q add"  and $pif = "em0".
>  
> I understand that this set 31 rule should remain even after the flush
> action on the first line.
>  
> This does not appear to be the case. If I run this script from an ssh
> session I get disconnected which is not what I expected. 
>  
> What am I doing wrong?

Nothing wrong really, i've always found it worked like this (it's actually
mentioned in man ipfw , @ the end, in the section about using ipfw as a kld).

If you dont want to lose your session, use a tool like screen to keep your
term alive even when getting booted.

To avoid bad rules  that lock you out altogether, implement a crontab that will
reset the rules to a known good configuration after a short period of time
(say, if u can't get in for 10 minutes, reset the rules. If you can get it,
update the crontab so it doesnt get run). 

Beto

_
{Beto|Norberto|Numard} Meijome

"They redundantly repeated themselves over and over again incessantly without
end ad infinitum" ibid.

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: configuring network connection via proxy

2007-05-18 Thread Steve Bertrand
> I included doc@ as I believed that this requirement is quite common and I 
> wondered that the topic wasn't covered in the handbook.

Fair enough assessment at this point. We'll see if we can find a
resolution, then lend it to doc@ if we can.

> What I do in Windows is the following -- I go to Control panel / Internet 
> options / Connections / LAN settings and there you can fill in proxy server 
> address and port.  You can click on Advanced button and specify different 
> proxies for HTTP, HTTPS, FTP, Socks.  This is very similar to Mozilla 
> preferences.  However, IE settings are sort of global and can then be used by 
> majority of modern Windows applications.  Some of them have a choice to 
> either configure them manually or use internet options from IE.

I appreciate your patience and diligence here. However, if I understand
correctly (please tell me if I'm wrong anybody), that configuring these
settings, whether it be in 'Control Panel' Internet Options, or via the
same within IE, you are only configuring a proxy server for any
applications/Internet connections that happen through the IE interface.

Essentially, IE is a looking glass in this scenario. You type
ftp.freebsd.org in your IE browser, and it will tunnel through the proxy
set in the 'Control Panel' settings, because you are in IE. If you were
to fire up 'cmd' at the command line and run 'ftp', or run a third party
FTP application such as IIRC 'CuteFTP', it would not tunnel through what
you think it does.

If I understand correctly what you are trying to do, then AFAIK, you
need to understand beyond the 'Internet Options' of IE, and get into
tunneling and proxying beyond the application layer you are sitting at.
I know no other way to say it.

I have the exact same settings in a default Firefox install on FBSD, and
Windows, as I do IE. Just because you go through control panel, it isn't
any different. IE is so much part of Windows, it may as well be hard
coded in (as a matter of fact, it was, with IE7, they are just starting
to separate it).

> And this is precisely what I would like to achieve on FreeBSD.  To have the 
> ability to turn on using of proxy in one place and not to have go through 
> each application (eg web browser, FTP client, portsnap, cvsup, etc.) and 
> change their settings manually (if possible at all).

What do you do in Windows that you 'think' is going via proxy, that is
done *outside* your Internet Explorer (or any other 'File Manager' type
window), that you can't do in FreeBSD? quote:

- "web browser" ... Firefox (and all others)
- "FTP client" ...  there isn't one I can't think of, including FireFTP
plugin for Firefox
- "portsnap" ... what is a Windows equivalent? (..hrm FTP?)
- "cvsup" ... same as above (..FTP?)

FreeBSD running X with Firefox will perform the exact same tasks you see
on Windows. You *think* you are getting more features because you go
through the control panel, but that means essentially diddly-squat.

Any number of people here could likely explain how to use a proxy on
FreeBSD, but you are still not getting to the point.

Are you trying to bypass a corporate firewall? Are you trying to hide
information?

With accurate information as to what you are trying to proxy around and
what protocols (applications) you need to put through the proxy, then
any number of solutions can be provided. I'd hate to think you are
relying on a few proxy settings within Windows for something they are
completely not intended for, especially with a misguided understanding.

For instance, I usually run an SSH tunnel from my Windows workstation to
a server out on the Internet, set my web browsers proxy settings up to
point to the localhost, which pushes the web traffic through an
encrypted connection to somewhere on the 'net and out from there. That
is only HTTP traffic at this point though. In this case, I can run
anything I want across such a connection, including, if I were so
inclined, P2P.

> Now, I don't know if this can be achieved somehow with the basic FreeBSD 
> tools

It certainly can.

> or perhaps with some 3rd party application.

These would be called 'ports' or 'packages', but from my understanding
of what you want, are irrelevant.

>  Could you advice please ?

My advice is without authority, but I can give what I know ;)

> And sorry for not being clear right in the beginning.

I wouldn't say not clear, just that I didn't tune completely in you
could say.

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


Re: acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00

2007-05-18 Thread Simon Phoenix
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Joe Altman said the following on 18.05.2007 06:24:
> The subject line contains the dmesg that indicates...something; the
> symptom is that CDs aren't seen by the drive:
> 
> acd0: CDRW  at ata1-master PIO4
> 
> uname -a
> 
> FreeBSD chthonic.chthonixia.net 6.2-STABLE FreeBSD 6.2-STABLE #0: Wed
> May 16 00:16:21 EDT 2007
> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/CHTHONIC  i386
> 
> Old kernel and associated modules:
> 
> May 11, 21:35 EDT. 
> 
> Looking via Google for the error turns up this thread on -stable:
> 
> 
> 
> Andrei V. Lavreniyuk bamston at reactor-xg.kiev.ua
> Mon Apr 23 09:08:54 UTC 2007
> 
> Hi!
> 
>> I believe the culprit is somewhere in a recent MFC to atapi-cam.c
>> (rev 1.42.2.3) reverting to rev 1.42.2.2 fixes both the k3b system
>> hangs and "INQUIRY ILLEGAL REQUEST" errors here.
> 
> I utillized the version of atapi-cam.c (rev. 1.42.2.1) and all works
> normally.
> 
> ===
> 
> I have this version of the file:
> 
> #include 
> __FBSDID("$FreeBSD: src/sys/dev/ata/atapi-cam.c,v 1.42.2.5 2007/05/15 
> 16:19:42 thomas Exp $");
> 
> So AFAICT, either this was not the relevant file; or a fix for the
> bug was never committed; or perhaps a fix was committed, but doesn't
> quite work; or perhaps the bug crept back in...but I don't know.
> 
> In any event, I need a clue: is this file, atapi-cam.c, the one to
> assume contains the source of this error? If so, I suppose I need to
> submit a bug report.
> 

I have the same error message since version 1.42.2.3 of the atapi-cam.c.
Hangs while writing media was fixed in 1.42.2.4, but this error message
not disappear.

acd0: DMA limited to UDMA33, controller found non-ATA66 cable
acd0: DVDR  at ata1-master UDMA33
acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x48 0x00
0x01

- --
Best regards,
Simon Phoenix (Phoenix Lab.)
- ---
KeyID: 0x2569D30B
Fingerprint: 78FC 5C40 07CC D331 148E CC79 84B8 D514 2569 D30B
- ---
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGTWB1hLjVFCVp0wsRCrVAAJ9hhjF9hjzn2pfhA8OeRjEsBJn5dQCgyaXo
ZuaMWuPND6PJ3WLQ3CieYY4=
=TARg
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: smartmontools on Compaq smart array fails

2007-05-18 Thread Ted Mittelstaedt


> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Nick Jagger
> Sent: Thursday, May 17, 2007 3:19 PM
> To: Ted Mittelstaedt; freebsd-questions@freebsd.org
> Subject: Re: smartmontools on Compaq smart array fails
>
>
> - Original Message 
>
> smartmontools isn't the appropriate program
>
> you need to use a program called idacontrol
>
> get it from ftp.jurai.net/users/winter/idacontrol.tar
>
> More on PR i386/70482
>
> Use smartmontools on ATA disks.  Your 360 uses SCSI disks
> on a proprietary controller which doesen't support the interface
> needed to run it.
> ---
>
> Thank you Ted, idacontrol works fine and returns some usefull
> information about the attached disk drives.
>
> I also found this suggestion interesting:
>
> #define IDA_QCB_MAX = 128 instead of 256
>
> in sys/dev/ida/idavar.h
>
>
>
> because one of my DL360's resets itself about once a month with a
> very similar error as mentioned in thread
>
> http://lists.freebsd.org/pipermail/freebsd-scsi/2005-September/002034.html
>
> ida0: soft error
> ida_command: out of QCBsida0: ida_timeout() qactive 256
> ida0: IDA_INTERRUPTS
> ida0:   R_CMD_FIFO: 
>  R_DONE_FIFO: 
>  R_INT_MASK: 
>  R_STATUS: 
>  R_INT_PENDING: Nick
>

You have one of those that does that too, eh?  So do we.  I think it is
because it's using non-Compaq disk drives, and there is a firmware bug
in the drive.

Ted

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


sound configuration in FreeBSD

2007-05-18 Thread dhaneshk k


Hi all

 I've installed FreeBSd-6.0 +gnome2.18 in my intel  P IV   915G motherboard 
PC.It working in good condition..


The trouble arised when I tried to configure sound card for my PC. It 
doesn't list any sound device .



So I totally confused how to configure sound for my PC.

HERE some command  o/p for your reference ..

don# pciconf -lv|grep -B 4 audio
output= nothing

don# kldload -v snd_driver
Loaded snd_driver, id=7

and
dmesg  o/p as follows :
###
Copyright (c) 1992-2006 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 6.1-RELEASE #0: Sun May  7 04:42:56 UTC 2006
   [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP
ACPI APIC Table: 
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Pentium(R) 4 CPU 3.00GHz (2992.52-MHz 686-class CPU)
 Origin = "GenuineIntel"  Id = 0xf41  Stepping = 1
 
Features=0xbfebfbff

 Features2=0x641d>
 AMD Features=0x2010
 Logical CPUs per core: 2
real memory  = 528285696 (503 MB)
avail memory = 507408384 (483 MB)
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
cpu0 (BSP): APIC ID:  0
cpu1 (AP): APIC ID:  1
ioapic0: Changing APIC ID to 2
ioapic0  irqs 0-23 on motherboard
kbd1 at kbdmux0
acpi0:  on motherboard
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi0: Power Button (fixed)
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
cpu0:  on acpi0
   ACPI-1304: *** Error: Method execution failed [\\_PR_.CPU1._PDC] (Node 
0xc3271080), AE_BAD_HEADER

acpi_throttle0:  on cpu0
cpu1:  on acpi0
   ACPI-1304: *** Error: Method execution failed [\\_PR_.CPU2._PDC] (Node 
0xc325cda0), AE_BAD_HEADER

acpi_throttle1:  on cpu1
acpi_throttle1: failed to attach P_CNT
device_attach: acpi_throttle1 attach returned 6
pcib0:  port 0xcf8-0xcff on acpi0
pci0:  on pcib0
agp0:  port 0xdc00-0xdc07 mem 
0xfea8-0xfeaf,0xd000-0xdfff,0xfea4-0xfea7 irq 16 at 
device 2.0 on pci0

agp0: detected 7932k stolen memory
agp0: aperture size is 256M
pci0:  at device 27.0 (no driver attached)
uhci0:  port 
0xd880-0xd89f irq 23 at device 29.0 on pci0

uhci0: [GIANT-LOCKED]
usb0:  on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1:  port 
0xd800-0xd81f irq 19 at device 29.1 on pci0

uhci1: [GIANT-LOCKED]
usb1:  on uhci1
usb1: USB revision 1.0
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2:  port 
0xd480-0xd49f irq 18 at device 29.2 on pci0

uhci2: [GIANT-LOCKED]
usb2:  on uhci2
usb2: USB revision 1.0
uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
uhci3:  port 
0xd400-0xd41f irq 16 at device 29.3 on pci0

uhci3: [GIANT-LOCKED]
usb3:  on uhci3
usb3: USB revision 1.0
uhub3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub3: 2 ports with 2 removable, self powered
ehci0:  mem 0xfea37c00-0xfea37fff 
irq 23 at device 29.7 on pci0

ehci0: [GIANT-LOCKED]
usb4: EHCI version 1.0
usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3
usb4:  on ehci0
usb4: USB revision 2.0
uhub4: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub4: 8 ports with 8 removable, self powered
pcib1:  at device 30.0 on pci0
pci1:  on pcib1
re0:  port 0xe800-0xe8ff mem 
0xfebffc00-0xfebffcff irq 20 at device 5.0 on pci1

miibus0:  on re0
rgephy0:  on miibus0
rgephy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 
1000baseTX-FDX, auto

re0: Ethernet address: 00:16:ec:0a:cf:96
isab0:  at device 31.0 on pci0
isa0:  on isab0
atapci0:  port 
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 31.1 on pci0

ata0:  on atapci0
ata1:  on atapci0
atapci1:  port 
0xd080-0xd087,0xd000-0xd003,0xcc00-0xcc07,0xc880-0xc883,0xc800-0xc80f irq 19 
at device 31.2 on pci0

atapci1: failed to enable memory mapping!
ata2:  on atapci1
ata3:  on atapci1
pci0:  at device 31.3 (no driver attached)
acpi_button0:  on acpi0
acpi_tz0:  on acpi0
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on 
acpi0

sio0: type 16550A
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
fdc0:  port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on 
acpi0

fdc0: [FAST]
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
ppc0:  port 0x378-0x37f,0x778-0x77f irq 7 drq 3 
on acpi0

ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/9 bytes threshold
ppbus0:  on ppc0
plip0:  on ppbus0
lpt0:  on ppbus0
lpt0: Interrupt-driven port
ppi0:  on ppbus0
atkbdc0:  port 

Little error in rules from handbook/firewalls-ipfw.html 28.6.5.7 An Example NAT and Stateful Ruleset

2007-05-18 Thread Nicolae Namolovan

Section 28.6.5.7 An Example NAT and Stateful Ruleset

Example Ruleset #2:
..
$cmd 020 $skip tcp from any to x.x.x.x 53 out via $pif setup keep-state
..

AFAIK dns use also udp, so tcp is not really correct here.

I have changed the tcp->ip, but still was not work because of "setup"
:) That mean "tcpflags syn,!ack" what I guess is inaplicable to UDP
packets, so it will never pass.

Hope you'll change this to something like:

$cmd 020 $skip ip from any to x.x.x.x 53 out via $pif keep-state

Thanks a lot.

I spend on this smth. arround 5 hours, that's why I writing to you
right now.. %)

I also have added a rule like
$cmd 070 $skip ip from me to any out via $pif setup keep-state

But again that deamn "setup" %) That's a leson for a enitre life..

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


Re: sound configuration in FreeBSD

2007-05-18 Thread Manolis Kiagias

dhaneshk k wrote:
>
> Hi all
>
>  I've installed FreeBSd-6.0 +gnome2.18 in my intel  P IV   915G
> motherboard PC.It working in good condition..
>
> The trouble arised when I tried to configure sound card for my PC. It
> doesn't list any sound device .
>
>
> So I totally confused how to configure sound for my PC.
>
> HERE some command  o/p for your reference ..
>
> don# pciconf -lv|grep -B 4 audio
> output= nothing
>
> don# kldload -v snd_driver
> Loaded snd_driver, id=7


> and
> command shows the o/p as follows  I adding the Audio device what it
> (lspci command shows)
>
> 00:16.0 Intel 82801FB/FBB ICH6 family High Definition Audio controller
>
> But in FreeBSD bootup it not showing any audio ,
>
> If any body knows the sound card configuration for FreeBSD-  pls give
> me the steps to configure it and make my PC to play some mp3 (audio )
> files..
>
>
> I will be very thankful to you for your earliest responses becos I
> spend almost 4 days behind this issue ..
>
> thanks in advance
> dhanesh
>
Seems you have the newest intel ICH6 High definition Audio. You can get
the snd_hda driver from here:

http://people.freebsd.org/~ariff/lowlatency/

then do a

kldload snd_hda

and it will most probably work fine (I've tried it on a notebook, no
problems)

Other than that you should then follow the instructions in the handbook:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html

(especially section 7.2.1)

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


Re: sound configuration in FreeBSD

2007-05-18 Thread Vince
dhaneshk k wrote:
> 
> Hi all
> 
>  I've installed FreeBSd-6.0 +gnome2.18 in my intel  P IV   915G
> motherboard PC.It working in good condition..
> 
> The trouble arised when I tried to configure sound card for my PC. It
> doesn't list any sound device .
>



> (lspci command shows)
> 
> 00:16.0 Intel 82801FB/FBB ICH6 family High Definition Audio controller
> 
> But in FreeBSD bootup it not showing any audio ,
> 
> If any body knows the sound card configuration for FreeBSD-  pls give me
> the steps to configure it and make my PC to play some mp3 (audio ) files..
> 
> 

you need the HDA low latency sound drivers which are not in 6.2-RELEASE.
You can either try the binary drivers for 6.x provided by the author
here [http://people.freebsd.org/~ariff/lowlatency/] or update to
6-STABLE (see the handbook for details.)


Vince

> I will be very thankful to you for your earliest responses becos I spend
> almost 4 days behind this issue ..
> 
> thanks in advance
> dhanesh
> 
> _
> Tried the new MSN Messenger? It’s cool! Download now.
> http://messenger.msn.com/Download/Default.aspx?mkt=en-in
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"

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


Re: configuring network connection via proxy

2007-05-18 Thread mato
On Fri, 18 May 2007 04:46:33 -0400, Steve Bertrand wrote
> 
> I appreciate your patience and diligence here. However, if I understand
> correctly (please tell me if I'm wrong anybody), that configuring these
> settings, whether it be in 'Control Panel' Internet Options, or via the
> same within IE, you are only configuring a proxy server for any
> applications/Internet connections that happen through the IE interface.
> 
> Essentially, IE is a looking glass in this scenario. You type
> ftp.freebsd.org in your IE browser, and it will tunnel through the proxy
> set in the 'Control Panel' settings, because you are in IE. If you were
> to fire up 'cmd' at the command line and run 'ftp', or run a third party
> FTP application such as IIRC 'CuteFTP', it would not tunnel through what
> you think it does.
> 
> If I understand correctly what you are trying to do, then AFAIK, you
> need to understand beyond the 'Internet Options' of IE, and get into
> tunneling and proxying beyond the application layer you are sitting at.
> I know no other way to say it.
> 
> I have the exact same settings in a default Firefox install on FBSD, 
> and Windows, as I do IE. Just because you go through control panel,
>  it isn't any different. IE is so much part of Windows, it may as 
> well be hard coded in (as a matter of fact, it was, with IE7, they 
> are just starting to separate it).
> 

I know what you are trying to explain.  But you really get more with setting 
up proxy in Internet options in Windows (or via IE).  As I said before many 
modern Windows applications, whether from MS or 3rd party, have option to use 
IE connection settings (or do it automatically).  Thus you wouldn't need to 
change proxy settings in each application but it'd be enough to do it in one 
place (Internet options / IE).

> > And this is precisely what I would like to achieve on FreeBSD.  To have 
the 
> > ability to turn on using of proxy in one place and not to have go through 
> > each application (eg web browser, FTP client, portsnap, cvsup, etc.) and 
> > change their settings manually (if possible at all).
> 
> What do you do in Windows that you 'think' is going via proxy, that 
> is done *outside* your Internet Explorer (or any other 'File 
> Manager' type window), that you can't do in FreeBSD? quote:
> 
> - "web browser" ... Firefox (and all others)
> - "FTP client" ...  there isn't one I can't think of, including FireFTP
> plugin for Firefox
> - "portsnap" ... what is a Windows equivalent? (..hrm FTP?)
> - "cvsup" ... same as above (..FTP?)
> 

Yes, and this is the "issue".  You need to change your proxy settings in many 
places instead of just one.  So if you have a few applications and must 
change proxy settings often ... :-((

> Are you trying to bypass a corporate firewall? Are you trying to hide
> information?
> 
> With accurate information as to what you are trying to proxy around and
> what protocols (applications) you need to put through the proxy, then
> any number of solutions can be provided. I'd hate to think you are
> relying on a few proxy settings within Windows for something they are
> completely not intended for, especially with a misguided understanding.

No.  I'm not trying to bypass anything.
Let's consider HTTP(S) and FTP for the beginning.  I guess I would just need 
to run a local proxy and configure all apps to use this local proxy and then 
only change proxy settings in one place.  Having some sort of transparent 
proxy would be even better as I wouldn't have to reconfigure all apps and I 
would have to run the proxy only if needed.  I know there are some big 
proxies out there but I'm asking for something simple and functional and easy 
to set up.  And this info should be part of the handbook, IMHO.

TIA,

Martin

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


changing the kernel code.

2007-05-18 Thread Dhananjaya hiremath
Hello sir,

Here we installed the IPMI driver on FreeBSD 6.2 release.
Now the task is to modify the kernel code as followsHere I am totally unaware 
of kernel coding.Please help me.

 For the following IPMI ioctl command "IPMICTL_REGISTER_FOR_CMD", modify the 
kernel code to do the following:
  * Print a debug message from the kernel saying "IPMI REGISTER FOR CMD" has 
been called
   * Print a debug message from the kernel to display the command number passed
   * Store the command number passed in some memory location in the kernel
 


how to search these ioctl command..

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


(no subject)

2007-05-18 Thread Dhananjaya hiremath
Hello sir,

Here we installed the IPMI driver on FreeBSD 6.2 release.
Now the task is to modify the kernel code as followsHere I am totally unaware 
of kernel coding.Please help me.

 For the following IPMI ioctl command "IPMICTL_REGISTER_FOR_CMD", modify the 
kernel code to do the following:
  * Print a debug message from the kernel saying "IPMI REGISTER FOR CMD" has 
been called
   * Print a debug message from the kernel to display the command number passed
   * Store the command number passed in some memory location in the kernel
 


how to search these ioctl command..

Thanks and regards
Dhananjaya Hiremath

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


Re: Setting locale information

2007-05-18 Thread Amarendra Godbole

On 5/16/07, Charlie Farinella <[EMAIL PROTECTED]> wrote:

I need to set locale values to en_US.UTF-8 system wide.
Is /etc/login.conf the right place to do that?

[...]


From my /etc/profile:

[...]
# For the setting of languages and character sets please see
# login.conf(5) and in particular the charset and lang options.
# For full locales list check /usr/share/locale/*
# You should also read the setlocale(3) man page for information
# on how to achieve more precise control of locale settings.
[...]

So yes, login.conf seems to be the correct place to set system-wide
language options.

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


Re: amd64 FreeBSD Release 5.5 -> 6.2

2007-05-18 Thread RW
On Thu, 17 May 2007 10:39:35 + (UTC)
Duane Hill <[EMAIL PROTECTED]> wrote:

> On Thu, 17 May 2007, Matthew Seaman wrote:
> 

> > You should be able to upgrade the system by a routine buildworld,
> > buildkernel ... type operation, but beware that you will need to
> > recompile all of your ports because of potential shlib version
> > clashes.  Ports from 5.5 will still work on 6.2, but later trying to
> > update them piecemeal can lead to misery.
> 
> I'm using portupgrade. So I will use the switches force a reinstall
> and to act on everything that depends on the reinstalled port (-fr).
>


That wont do anything useful as there is nothing for the -r to work
with after a base-system upgrade.

The best way to upgrade all ports with portupgrade is to do it by
datestamp like this:

portupgrade -f '<2007-05-18 14:00'

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


Re: Startup errors....su:/bin/csh Perm denied..

2007-05-18 Thread Agus

2007/5/17, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:


On Wed, 16 May 2007, Agus wrote:

> 2007/5/16, Agus <[EMAIL PROTECTED]>:
>>
>> 2007/5/16, Oliver Peter <[EMAIL PROTECTED]>:
>> >
>> > On Tue, May 15, 2007 at 07:24:27PM -0300, Agus wrote:
>> > > ...
>> > > Here is part of the boot..
>> > > Updating motd
>> > > Starting mysql.
>> > > su: /bin/csh: Permission denied
>> > > Configuring syscons: keymap blanktime.
>> > > Starting sshd.
>> > > can not chdir(/var/spool/clientmqueue/): Permission denied
>> > > Program mode requires special privileges...
>> > > Starting cron.
>> > > Local package initializations...
>> > > Starting inetd.
>> >
>> > Interesting.
>> > Do you see the same when you start/stop it manually?
>> >
>> >   # /usr/local/etc/rc.d/mysql-server restart
>> >
>> > --
>> > Oliver PETER, email: [EMAIL PROTECTED] , ICQ# 113969174
>> > "Worker bees can leave. Even drones can fly away. The Queen is their
>> > slave."
>> >
>> > yesthats how i realized that the problem was with mysqlfirst
i
>> checked netstat and didnt see the port so i started up manually and get
>> that
>> error
>>
>> Thanks..
>>
>
> Still the same error.any hint where to look??

There are at least two things going on and one at least has nothing to do
with
mysql. /var/spool/clientmqueue is used by sendmail which you have running.
If
you have not, or did not mean to configure sendmail add
'sendmail_enable="NO"'
to rc.conf and see what happens.

AFAIK nothing in the startup scripts uses csh. So there is also something
'funny' there. grep for csh in /etc and /usr/local/etc and see what you
get. You
could also do a 'verbose' boot and see if the additional messages point to
anything


Yes ...i am aware of thati have already disable sendmail.thanks...
but as i put previouslytrying to start manually mysql-server comes up
this error /bin/csh...

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


Re: problems installing freeBSD 6.2 on older comptuer

2007-05-18 Thread Eric Mesa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Steve Bertrand wrote:
> It's great you resolved it, and now it's archived.
>
> We've all been there.
>
That's why I always try to post my resolution to the listserve,
newsgroup, or forum that was helping me out.  I don't want someone to
read along thinking "yes, yesI have that problemhow did they
solve it"  And the click on "next message in thread" in a vain attempt
to find the answer that isn't there.  That's happened to me more than
I care to count.  And it's so frustrating because I wonder if they
figured it out and never told anyone or if they gave up.

Of course, it's much worse for me to read, "Oh, I figured it out" and
no explanation.  I'd rather there be nothing than be left wondering
what kind of magic the user conjured to solve his problem.

- --
Eric Mesa
[EMAIL PROTECTED]
http://www.ericsbinaryworld.com
Note:  All emails from this address should have a GPG signature.  If
you have the proper setup you can use this to confirm my identity and
that the email was not changed in transit.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iD8DBQFGTarMPvU+8ApmWXIRAs5gAJ9nzRhdC4cegI95mFvFhaUiZQ7MFQCfWhB2
0NGcYd4X8dXf8zjUWbeuBXY=
=DBCn
-END PGP SIGNATURE-

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


Re: amd64 FreeBSD Release 5.5 -> 6.2

2007-05-18 Thread Duane Hill

On Fri, 18 May 2007, RW wrote:


On Thu, 17 May 2007 10:39:35 + (UTC)
Duane Hill <[EMAIL PROTECTED]> wrote:


On Thu, 17 May 2007, Matthew Seaman wrote:




You should be able to upgrade the system by a routine buildworld,
buildkernel ... type operation, but beware that you will need to
recompile all of your ports because of potential shlib version
clashes.  Ports from 5.5 will still work on 6.2, but later trying to
update them piecemeal can lead to misery.


I'm using portupgrade. So I will use the switches force a reinstall
and to act on everything that depends on the reinstalled port (-fr).




That wont do anything useful as there is nothing for the -r to work
with after a base-system upgrade.

The best way to upgrade all ports with portupgrade is to do it by
datestamp like this:

portupgrade -f '<2007-05-18 14:00'


What about:

  portupgrade -afR

Wouldn't that force everything including ports that depend on the one 
being reinstalled?

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


How to replace perl-threaded with perl?

2007-05-18 Thread Tuc at T-B-O-H.NET
Hi,

I installed lang/perl5.8 and set it to be threaded. I'm having
problems getting mod_perl working, and I know at one time atleast that
it was because of using threaded perl. How do I portupgrade and tell it
to :

1) Uninstall perl-threaded-5.8.8
2) Install perl 5.8
3) Make sure no previous shared libs are saved
4) Recompile everything that depended previously on perl-threaded and now
depends on perl 5.8

I looked at portupgrade, and for #1/#2 I see the "-o" syntax, but
am not sure if it works correctly in this instance. For #3, it would be
the "-u" syntax, correct? And then for #4 be "-fr"?


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


Re: amd64 FreeBSD Release 5.5 -> 6.2

2007-05-18 Thread Gerard Seibert
On Fri, 18 May 2007 13:31:52 + (UTC)
Duane Hill <[EMAIL PROTECTED]> wrote:

> What about:
> 
>portupgrade -afR
> 
> Wouldn't that force everything including ports that depend on the one 
> being reinstalled?

If you wanted, you could use:

portmanager -u -l -f

That will update and rebuild your entire existing ports system. Be
prepared, it could take awhile depending upon what you have installed.


-- 
Gerard

Next time you see someone "acting stupid" ... consider the possibility
it might be the real thing.


signature.asc
Description: PGP signature


Re: customized strip down freebsd OS (less than 50MB)

2007-05-18 Thread Craig R. Whipp
> Hi,
>
> I am looking for mini freebsd customized OS (less than 50MB). Is it
> possible to customize the freebsd to below 50MB?
>
> The list of modules i run over freebsd OS
> 1. TCP/IP stack
> 2. package installation.
> 3. File read and write operation
> 4. Apache server
>
> What is the minimum size of the stripped freebsd OS ?
>
> Please let me know detail/link how to customize freebsd OS.
>
> Thanks,
> Senthilkumar.


You might want to check out the nanobsd project, you can slim down freebsd to a
pretty small install.

You may also want to subscribe to the freebsd-embedded mailing list.

- Craig


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


customized strip down freebsd OS (less than 50MB)

2007-05-18 Thread bsenthil

Hi,

I am looking for mini freebsd customized OS (less than 50MB). Is it 
possible to customize the freebsd to below 50MB?


The list of modules i run over freebsd OS
1. TCP/IP stack
2. package installation.
3. File read and write operation
4. Apache server

What is the minimum size of the stripped freebsd OS ?

Please let me know detail/link how to customize freebsd OS.

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


Re: customized strip down freebsd OS (less than 50MB)

2007-05-18 Thread Daniel Molina Wegener

El Vie, 18 de Mayo de 2007, 9:46, bsenthil escribió:
> Hi,
>
> I am looking for mini freebsd customized OS (less than 50MB). Is it
> possible to customize the freebsd to below 50MB?
>
> The list of modules i run over freebsd OS
> 1. TCP/IP stack
> 2. package installation.
> 3. File read and write operation
> 4. Apache server
>
> What is the minimum size of the stripped freebsd OS ?

   Try picoBSD...

>
> Please let me know detail/link how to customize freebsd OS.
>
> Thanks,
> Senthilkumar.
> [SNIP]
>


Regards,
-- 
 .O. | Daniel Molina Wegener   | C/C++ Developer
 ..O | dmw [at] unete [dot] cl | FOSS Coding Adict
 OOO | BSD & Linux User| Standards Rocks!


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


Problems upgrading a 6.0 install to 6.2-RELEASE-p4

2007-05-18 Thread Andrew Falanga

Hi again,

Ok, here's the steps I was given to upgrade my 6.0 system to 6.2-RELEASE-p4.

1) cvsup /usr/src using the tags necessary (I was using RELENG_6_2).
2) cd /usr/src
3) make buildworld
4) make buildkernel KERNCONF=GENERIC
*here I actually used a different kernel because I had to add
"options SMP" to the conf

5) make installworld
6) make installkernel KERNCONF=GENERIC
7) reboot (and hopefully all is well)

So, everything is great until step 5.  When I type "make installworld"
I get, "ERROR: Required audit gropup is missing, see
/usr/src/UPDATING."  So I got to take a look at that file.  There is a
lot of interesting stuff there, but nothing about an audit group that
should be present (at least a search for "audit group" returned no
hits).

What is this error talking about?  Which section of the UPDATING file
should I read and follow to correct this?  I read, "When upgrading
from one major version to another it is generally best to upgrade to
the latest code in the currently installed branch first, then do an
upgrade to the new branch."  Does this refer to an upgrade from, say,
5.1 to 6.2, or does this apply to 6.0 to 6.2 as well?

I also see,

To rebuild everything and install it on the current system

make buildworld
make kernel KERNCONF=...


mergemaster -p
make installworld
make delete-old
mergemaster


Is this the procedure I should follow?  What is the correct path to go
from here?

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


Re: customized strip down freebsd OS (less than 50MB)

2007-05-18 Thread Boris Samorodov
On Fri, 18 May 2007 19:16:46 +0530 bsenthil wrote:

> I am looking for mini freebsd customized OS (less than 50MB). Is it
> possible to customize the freebsd to below 50MB?

> The list of modules i run over freebsd OS
> 1. TCP/IP stack
> 2. package installation.
> 3. File read and write operation
> 4. Apache server

> What is the minimum size of the stripped freebsd OS ?

> Please let me know detail/link how to customize freebsd OS.

http://www.freebsd.org/doc/en_US.ISO8859-1/articles/nanobsd/index.html


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone & Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Old 4.2 user, with 6.2 newbie questions

2007-05-18 Thread Chuck Grimes

Thanks to Ted M and Mikhail G for the help on Fetchmail.

I think I have narrowed the problem down to exclude any configuration
mistakes in fetchmail or sendmail.

I think I have a problem with my serial port sio0 (it has a 56k USR
modem). In dmesg:

dmesg | grep "sio":


sio0: configured irq 22 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: <3COM PCI FaxModem> port 0x1000-0x1007 irq 22 at device 1.0 on pci7
sio0: moving to sio4
sio4: type 16550A
fwohci0: OHCI version 1.10 (ROM=0)
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 16550A
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
*sio4: 297 more interrupt-level buffer overflows (total 297)

The last line shows an added messages that the sio4 has
overflows. Notice that the sio0 (with 56k modem) has been remapped to
sio4.

Also, my isp uses standand ip/tcp (IPv4, not IPv6). I have both
enabled in inetd.conf. 

My problem is that using the modem to connect to my isp, I can not get
fetchmail, rsh, rlogin, or ftp to work. They all start just fine and
then hang. I have to kill the user1 to get the tty1 back. 

I set this new box (6.2) up with a network connection to my old box
(4.2) as a gateway. When the 4.2 box connects to the isp, I can use
rsh, rlogin, fetchmail from the new box using the old box as the
connection. This implies there is something wrong with the new box
serial connection to my isp. 

However, from the new box (6.2) after starting the dial up connection
on the serial port, I can use telnet to get to the isp shell account.

What is the difference between how rsh uses the various ip/tcp
protocols and how telnet? 

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


Re: customized strip down freebsd OS (less than 50MB)

2007-05-18 Thread Brian A. Seklecki
50 is pretty steep.  You're going to have to get selective.  Are you
working on an appliance / embedded platform?  ~BAS

On Fri, 2007-05-18 at 19:16 +0530, bsenthil wrote:
> Hi,
> 
> I am looking for mini freebsd customized OS (less than 50MB). Is it 
> possible to customize the freebsd to below 50MB?
> 
> The list of modules i run over freebsd OS
> 1. TCP/IP stack
> 2. package installation.
> 3. File read and write operation
> 4. Apache server
> 
> What is the minimum size of the stripped freebsd OS ?
> 
> Please let me know detail/link how to customize freebsd OS.
> 
> Thanks,
> Senthilkumar.
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
-- 
Brian A. Seklecki <[EMAIL PROTECTED]>
Collaborative Fusion, Inc.




IMPORTANT: This message contains confidential information and is intended only 
for the individual named. If the reader of this message is not an intended 
recipient (or the individual responsible for the delivery of this message to an 
intended recipient), please be advised that any re-use, dissemination, 
distribution or copying of this message is prohibited.  Please notify the 
sender immediately by e-mail if you have received this e-mail by mistake and 
delete this e-mail from your system.


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


Intel Pro/Wireless 3945ABG - if_ipw not working

2007-05-18 Thread Justin Muir
Hello,

I load the module and I'm not getting the ipw0 device.
If I'm reading the instructions
(damien.bergamini.free.fr/ipw/ipw-freebsd.html)
correctly, I should be able to:

1. load the driver
2. see the ipw0 device 
3. load the firmware into the device with ipwcontrol.

The if_ipw kernel module loads without errors.

I checked the device/driver under windows and that's
what it's showing - Intel Pro/Wireless 3945ABG, IRQ 17

I checked my dmesg output and there is a network
device with IRQ 17, but it states there is no driver
loaded.

Not sure what I'm doing wrong here

Any suggestions?


Thx,


jkm

ps - dmesg and uname output attached



  Be smarter than spam. See how smart SpamGuard is at giving junk email the 
boot with the All-new Yahoo! Mail at http://mrd.mail.yahoo.com/try_beta?.intl=ca
FreeBSD  6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP  i386
Copyright (c) 1992-2007 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 is a registered trademark of The FreeBSD Foundation.
FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Core(TM)2 CPU T7200  @ 2.00GHz (1995.01-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x6f6  Stepping = 6
  
Features=0xbfebfbff
  Features2=0xe3bd,CX16,,>
  AMD Features=0x2000
  AMD Features2=0x1
  Cores per package: 2
real memory  = 2147221504 (2047 MB)
avail memory = 2096107520 (1999 MB)
ACPI APIC Table: 
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP): APIC ID:  1
ioapic0  irqs 0-23 on motherboard
kbd1 at kbdmux0
ath_hal: 0.9.17.2 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
acpi0:  on motherboard
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
acpi0: Power Button (fixed)
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
acpi_ec0:  port 0x62,0x66 on acpi0
cpu0:  on acpi0
acpi_throttle0:  on cpu0
cpu1:  on acpi0
acpi_throttle1:  on cpu1
acpi_throttle1: failed to attach P_CNT
device_attach: acpi_throttle1 attach returned 6
pcib0:  port 0xcf8-0xcff on acpi0
pci0:  on pcib0
pcib1:  irq 16 at device 1.0 on pci0
pci1:  on pcib1
pci1:  at device 0.0 (no driver attached)
pci0:  at device 27.0 (no driver attached)
pcib2:  irq 16 at device 28.0 on pci0
pci2:  on pcib2
re0:  port 0xb800-0xb8ff mem 
0xfd8ff000-0xfd8f irq 16 at device 0.0 on pci2
miibus0:  on re0
rgephy0:  on miibus0
rgephy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 
1000baseTX-FDX, auto
re0: Ethernet address: 00:18:f3:83:1f:f5
re0: [FAST]
pcib3:  irq 17 at device 28.1 on pci0
pci3:  on pcib3
pci3:  at device 0.0 (no driver attached)
pcib4:  irq 18 at device 28.2 on pci0
pci4:  on pcib4
pcib5:  irq 19 at device 28.3 on pci0
pci6:  on pcib5
uhci0:  port 0xec00-0xec1f irq 23 at device 29.0 
on pci0
uhci0: [GIANT-LOCKED]
usb0:  on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1:  port 0xe880-0xe89f irq 19 at device 29.1 
on pci0
uhci1: [GIANT-LOCKED]
usb1:  on uhci1
usb1: USB revision 1.0
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2:  port 0xe800-0xe81f irq 18 at device 29.2 
on pci0
uhci2: [GIANT-LOCKED]
usb2:  on uhci2
usb2: USB revision 1.0
uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
uhci3:  port 0xe480-0xe49f irq 16 at device 29.3 
on pci0
uhci3: [GIANT-LOCKED]
usb3:  on uhci3
usb3: USB revision 1.0
uhub3: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub3: 2 ports with 2 removable, self powered
ehci0:  mem 0xfebfbc00-0xfebfbfff 
irq 23 at device 29.7 on pci0
ehci0: [GIANT-LOCKED]
usb4: EHCI version 1.0
usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3
usb4:  on ehci0
usb4: USB revision 2.0
uhub4: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub4: 8 ports with 8 removable, self powered
umass0: SanDisk Corporation Staples Relay, rev 2.00/0.10, addr 2
ugen0: Syntek Semiconductor USB 2.0 Image Capture Controller, rev 2.00/0.05, 
addr 3
pcib6:  at device 30.0 on pci0
pci8:  on pcib6
fwohci0: <1394 Open Host Controller Interface> mem 0xfeaff800-0xfeaf irq 16 
at device 1.0 on pci8
fwohci0: OHCI version 1.0 (ROM=1)
fwohci0: No. of Isochronous channels is 4.
fwohci0: EUI64 00:e0:18:00:03:76:e9:ac
fwohci0: Phy 1394a available S400

Re: customized strip down freebsd OS (less than 50MB)

2007-05-18 Thread David Kelly
On Fri, May 18, 2007 at 07:16:46PM +0530, bsenthil wrote:
> Hi,
> 
> I am looking for mini freebsd customized OS (less than 50MB). Is it 
> possible to customize the freebsd to below 50MB?
> 
> The list of modules i run over freebsd OS
> 1. TCP/IP stack
> 2. package installation.
> 3. File read and write operation
> 4. Apache server
> 
> What is the minimum size of the stripped freebsd OS ?

In years past I got FreeBSD 4.4 down to about 10 MB. Then added Apache
on top, PHP, Perl, etc. Interesting that each was roughly another 10 MB.

> Please let me know detail/link how to customize freebsd OS.

Start with a block of granite and remove everything that doesn't look
like your sculpture.

Believe I started with information found here:
http://www.minibsd.org/download.php

I played with the FreeBSD build system and was building world in a
different location than stock, with compiler options special for a
bottom end Soekris board. Built everything dynamically linked that I
could, traditionally everything in /bin was statically linked.

Built ports chrooted in my new virtual world built above.

Used scripts originating with minibsd to cross reference runtime
libraries and application dependencies so that only the necessary
libraries were moved to my CF card. I kept a file listing all the files
I considered mandatory.

Had several Makefiles, one for each stage of the build. Started by using
"cvs checkout" to start with fresh source code.

-- 
David Kelly N4HHE, [EMAIL PROTECTED]

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


Re: Problems upgrading a 6.0 install to 6.2-RELEASE-p4

2007-05-18 Thread Mikhail Goriachev
Andrew Falanga wrote:
> Hi again,
> 
> Ok, here's the steps I was given to upgrade my 6.0 system to 6.2-RELEASE-p4.
> 
> 1) cvsup /usr/src using the tags necessary (I was using RELENG_6_2).
> 2) cd /usr/src
> 3) make buildworld
> 4) make buildkernel KERNCONF=GENERIC
>  *here I actually used a different kernel because I had to add
> "options SMP" to the conf
> 
> 5) make installworld
> 6) make installkernel KERNCONF=GENERIC
> 7) reboot (and hopefully all is well)
> 
> So, everything is great until step 5.  When I type "make installworld"
> I get, "ERROR: Required audit gropup is missing, see
> /usr/src/UPDATING."  So I got to take a look at that file.  There is a
> lot of interesting stuff there, but nothing about an audit group that
> should be present (at least a search for "audit group" returned no
> hits).
> 
> What is this error talking about?  Which section of the UPDATING file
> should I read and follow to correct this?  I read, "When upgrading
> from one major version to another it is generally best to upgrade to
> the latest code in the currently installed branch first, then do an
> upgrade to the new branch."  Does this refer to an upgrade from, say,
> 5.1 to 6.2, or does this apply to 6.0 to 6.2 as well?
> 
> I also see,
> 
> To rebuild everything and install it on the current system
> 
> make buildworld
> make kernel KERNCONF=...
> 
> 
> mergemaster -p
> make installworld
> make delete-old
> mergemaster
> 
> 
> Is this the procedure I should follow?  What is the correct path to go
> from here?


You really must read the following (or at least skim through):

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

and

/usr/src/Makefile


All correct instructions are in there and you shouldn't skip any steps.

mergemaster will take care of that audit group among other things.



Regards,
Mikhail.

-- 
Mikhail Goriachev
Webanoide

Telephone: +61 (0)3 62252501
Mobile Phone: +61 (0)4 38255158
E-Mail: [EMAIL PROTECTED]
Web: www.webanoide.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Setting locale information

2007-05-18 Thread P.U.Kruppa

On Fri, 18 May 2007, Amarendra Godbole wrote:


On 5/16/07, Charlie Farinella <[EMAIL PROTECTED]> wrote:

I need to set locale values to en_US.UTF-8 system wide.
Is /etc/login.conf the right place to do that?

[...]


From my /etc/profile:

[...]
# For the setting of languages and character sets please see
# login.conf(5) and in particular the charset and lang options.
# For full locales list check /usr/share/locale/*
# You should also read the setlocale(3) man page for information
# on how to achieve more precise control of locale settings.
[...]

So yes, login.conf seems to be the correct place to set system-wide
language options.

-Amarendra

See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/
   using-localization.html

Greetings,

Uli.



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





Peter Ulrich Kruppa
Wuppertal
Germany

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


Re: amd64 FreeBSD Release 5.5 -> 6.2

2007-05-18 Thread Duane Hill

On Fri, 18 May 2007, Gerard Seibert wrote:


On Fri, 18 May 2007 13:31:52 + (UTC)
Duane Hill <[EMAIL PROTECTED]> wrote:


What about:

   portupgrade -afR

Wouldn't that force everything including ports that depend on the one
being reinstalled?


If you wanted, you could use:

portmanager -u -l -f

That will update and rebuild your entire existing ports system. Be
prepared, it could take awhile depending upon what you have installed.


Thanks for the alternate method. There are 138 ports installed. At least 
that's the number reported back from 'pkg_info | wc -l'. I'm speculating 
it will take less than four hours. The server has four processors and lots 
of memory.

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


Re: Problems upgrading a 6.0 install to 6.2-RELEASE-p4

2007-05-18 Thread Andrew Falanga

On 5/18/07, Mikhail Goriachev <[EMAIL PROTECTED]> wrote:

Andrew Falanga wrote:


You really must read the following (or at least skim through):

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

and

/usr/src/Makefile


All correct instructions are in there and you shouldn't skip any steps.

mergemaster will take care of that audit group among other things.



Regards,
Mikhail.



Ok, I'm reading through the web link you sent.  I see in section
23.4.1 the steps are:

# make buildworld
# make buildkernel
# make installkernel
# reboot



# mergemaster -p
# make installworld
# mergemaster
# reboot

I did these steps then, and I'm still getting the missing audit group
errors.  What is this audit group, what's its function, etc.?  Since
nothing of "world" has been installed yet, can I simply erase /usr/src
and replace with the 6.0-RELEASE cd's, which I have, and then do the
cvsup once again.  This time doing a mergemaster *before* I buildworld
and then installworld?

Andy

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


Re: Intel Pro/Wireless 3945ABG - if_ipw not working

2007-05-18 Thread Vince
Justin Muir wrote:
> Hello,
> 
> I load the module and I'm not getting the ipw0 device.
> If I'm reading the instructions
> (damien.bergamini.free.fr/ipw/ipw-freebsd.html)
> correctly, I should be able to:
> 
> 1. load the driver
> 2. see the ipw0 device 
> 3. load the firmware into the device with ipwcontrol.
> 

The 3945ABG needs the wpi driver (ipw is for 2100 chipset)
Damien's freebsd wpi driver has been discontinued (for some time see
http://kerneltrap.org/node/6497/ .)
The page for the driver currently being developed is
http://www.clearchain.com/wiki/Wpi but sadly
a) the tarballed versions are old and wont compile on -STABLE or
-CURRENT (dont know about 6.2-RELEASE though)
b) Unless you have perforce access you can only download the more recent
development version file by file (from
http://perforce.freebsd.org/depotTreeBrowser.cgi?FSPC=//depot/user/benjsc/wpi)
c) it doesnt work for me anyway ;)

sorry its not better news

regards,
Vince

> The if_ipw kernel module loads without errors.
> 
> I checked the device/driver under windows and that's
> what it's showing - Intel Pro/Wireless 3945ABG, IRQ 17
> 
> I checked my dmesg output and there is a network
> device with IRQ 17, but it states there is no driver
> loaded.
> 
> Not sure what I'm doing wrong here
> 
> Any suggestions?
> 
> 
> Thx,
> 
> 
> jkm
> 
> ps - dmesg and uname output attached
> 
> 
> 
>   Be smarter than spam. See how smart SpamGuard is at giving junk email 
> the boot with the All-new Yahoo! Mail at 
> http://mrd.mail.yahoo.com/try_beta?.intl=ca
> 
> 
> 
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

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


Re: Problems upgrading a 6.0 install to 6.2-RELEASE-p4

2007-05-18 Thread Mikhail Goriachev
Andrew Falanga wrote:
> On 5/18/07, Mikhail Goriachev <[EMAIL PROTECTED]> wrote:
>> Andrew Falanga wrote:
>>
>>
>> You really must read the following (or at least skim through):
>>
>> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html
>>
>> and
>>
>> /usr/src/Makefile
>>
>>
>> All correct instructions are in there and you shouldn't skip any steps.
>>
>> mergemaster will take care of that audit group among other things.
>>
>>
>>
>> Regards,
>> Mikhail.
>>
> 
> Ok, I'm reading through the web link you sent.  I see in section
> 23.4.1 the steps are:
> 
> # make buildworld
> # make buildkernel
> # make installkernel
> # reboot
> 
> 
> 
> # mergemaster -p
> # make installworld
> # mergemaster
> # reboot
> 
> I did these steps then, and I'm still getting the missing audit group
> errors.  What is this audit group, what's its function, etc.?  Since
> nothing of "world" has been installed yet, can I simply erase /usr/src
> and replace with the 6.0-RELEASE cd's, which I have, and then do the
> cvsup once again.  This time doing a mergemaster *before* I buildworld
> and then installworld?

This should put you back on track:

# pw add group audit


Let us know how it goes.


Regards,
Mikhail.

-- 
Mikhail Goriachev
Webanoide

Telephone: +61 (0)3 62252501
Mobile Phone: +61 (0)4 38255158
E-Mail: [EMAIL PROTECTED]
Web: www.webanoide.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


misc question #4

2007-05-18 Thread Gary Kline
For all the other font enthusiasts out there,

Before everybody splits for the weekend:  what x11-fonts
do I need to install to get lots more fonts that I can use 
in AbiWord?  and OO, firefox, etc.

gary

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

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


Re: Problems upgrading a 6.0 install to 6.2-RELEASE-p4

2007-05-18 Thread Andreas Rudisch
On Fri, 18 May 2007 17:54:41 +0200, Andrew Falanga <[EMAIL PROTECTED]>  
wrote:



Ok, I'm reading through the web link you sent.  I see in section
23.4.1 the steps are:

# make buildworld
# make buildkernel
# make installkernel
# reboot



# mergemaster -p
# make installworld
# mergemaster
# reboot

I did these steps then, and I'm still getting the missing audit group
errors.  What is this audit group, what's its function, etc.?  Since
nothing of "world" has been installed yet, can I simply erase /usr/src
and replace with the 6.0-RELEASE cd's, which I have, and then do the
cvsup once again.  This time doing a mergemaster *before* I buildworld
and then installworld?

Andy


In /usr/src/UPDATING you can find.

20060204:
The 'audit' group was added to support the new auditing  
functionality

in the base system.  Be sure to follow the directions for updating,
including the requirement to run mergemaster -p.

Either you add the group manually or you make sure to use mergemaster
and merge the required files _correctly_.

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


Re: Problems upgrading a 6.0 install to 6.2-RELEASE-p4

2007-05-18 Thread Mikhail Goriachev
Andrew Falanga wrote:
> On 5/18/07, Mikhail Goriachev <[EMAIL PROTECTED]> wrote:
>> Andrew Falanga wrote:
>>
>>
>> You really must read the following (or at least skim through):
>>
>> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html
>>
>> and
>>
>> /usr/src/Makefile
>>
>>
>> All correct instructions are in there and you shouldn't skip any steps.
>>
>> mergemaster will take care of that audit group among other things.
>>
>>
>>
>> Regards,
>> Mikhail.
>>
> 
> Ok, I'm reading through the web link you sent.  I see in section
> 23.4.1 the steps are:
> 
> # make buildworld
> # make buildkernel
> # make installkernel
> # reboot
> 
> 
> 
> # mergemaster -p
> # make installworld
> # mergemaster
> # reboot
> 
> I did these steps then, and I'm still getting the missing audit group
> errors.  What is this audit group, what's its function, etc.?  Since
> nothing of "world" has been installed yet, can I simply erase /usr/src
> and replace with the 6.0-RELEASE cd's, which I have, and then do the
> cvsup once again.  This time doing a mergemaster *before* I buildworld
> and then installworld?


That group is related to Security Event Auditing[1]. The following is
the entry about it in /usr/src/UPDATING:


20060204:
The 'audit' group was added to support the new auditing
functionality in the base system.  Be sure to follow the directions for
updating, including the requirement to run mergemaster -p.


Regards,
Mikhail.

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


-- 
Mikhail Goriachev
Webanoide

Telephone: +61 (0)3 62252501
Mobile Phone: +61 (0)4 38255158
E-Mail: [EMAIL PROTECTED]
Web: www.webanoide.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: customized strip down freebsd OS (less than 50MB)

2007-05-18 Thread bsenthil

   Thanks for all your inputs
   Yea.. I downloaded miniBSD.tgz file and extract the same. A readme in
   the tgz which is not readable. It contains lot of scripts files...
   I don't know how to proceed...
   David Kelly wrote:

On Fri, May 18, 2007 at 07:16:46PM +0530, bsenthil wrote:
  

Hi,

I am looking for mini freebsd customized OS (less than 50MB). Is it 
possible to customize the freebsd to below 50MB?

The list of modules i run over freebsd OS
1. TCP/IP stack
2. package installation.
3. File read and write operation
4. Apache server

What is the minimum size of the stripped freebsd OS ?


In years past I got FreeBSD 4.4 down to about 10 MB. Then added Apache
on top, PHP, Perl, etc. Interesting that each was roughly another 10 MB.

  

Please let me know detail/link how to customize freebsd OS.


Start with a block of granite and remove everything that doesn't look
like your sculpture.

Believe I started with information found here:
[1]http://www.minibsd.org/download.php

I played with the FreeBSD build system and was building world in a
different location than stock, with compiler options special for a
bottom end Soekris board. Built everything dynamically linked that I
could, traditionally everything in /bin was statically linked.

Built ports chrooted in my new virtual world built above.

Used scripts originating with minibsd to cross reference runtime
libraries and application dependencies so that only the necessary
libraries were moved to my CF card. I kept a file listing all the files
I considered mandatory.

Had several Makefiles, one for each stage of the build. Started by using
"cvs checkout" to start with fresh source code.

References

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


Re: Skipping "F1 FreeBSD" prompt on boot

2007-05-18 Thread Pieter de Goeje
On Thursday 17 May 2007, David Landgren wrote:
> Pieter de Goeje wrote:
> > On Thursday 17 May 2007, David Landgren wrote:
> >> Heh,
> >>
> >> ok, for extra bonus points, what/where is the code that makes the two
> >> annoying BEEPs on shutdown? If I could compile that out, my life would
> >> be complete :)
> >>
> >> Thanks,
> >> David
> >
> > Hmm, I've never heard any beeps on shutdown... how do you shutdown your
> > system? When I type 'halt -p' it just powers off after synching the
> > disks, no beep whatsoever.
>
> shutdown -p now
>
> ... so that would mean it's shutdown that does that? The annoyance
> factor has never been enough to make me investigate more closely. But
> hey, if halt -p is safe and clean, and silent, that's good enough for me.
Yes, halt -p is "safe and clean". In fact, shutdown executes halt -p when it's 
time to power down.

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


How to get best results from FreeBSD-questions

2007-05-18 Thread Greg Lehey

How to get the best results from FreeBSD questions.
===

Last update $Date: 2005/08/10 02:21:44 $

This is a regular posting to the FreeBSD questions mailing list.  If
you got it in answer to a message you sent, it means that the sender
thinks that at least one of the following things was wrong with your
message:

- You left out a subject line, or the subject line was not appropriate.
- You formatted it in such a way that it was difficult to read.
- You asked more than one unrelated question in one message.
- You sent out a message with an incorrect date, time or time zone.
- You sent out the same message more than once.
- You sent an 'unsubscribe' message to FreeBSD-questions.

If you have done any of these things, there is a good chance that you
will get more than one copy of this message from different people.
Read on, and your next message will be more successful.

This document is also available on the web at
http://www.lemis.com/questions.html.

=

Contents:

I:Introduction
II:   How to unsubscribe from FreeBSD-questions
III:  Should I ask -questions or -hackers?
IV:   How to submit a question to FreeBSD-questions
V:How to answer a question to FreeBSD-questions

I: Introduction
===

This is a regular posting aimed to help both those seeking advice from
FreeBSD-questions (the "newcomers"), and also those who answer the
questions (the "hackers").

   Note that the term "hacker" has nothing to do with breaking
   into other people's computers.  The correct term for the latter
   activity is "cracker", but the popular press hasn't found out
   yet.  The FreeBSD hackers disapprove strongly of cracking
   security, and have nothing to do with it.

In the past, there has been some friction which stems from the
different viewpoints of the two groups.  The newcomers accused the
hackers of being arrogant, stuck-up, and unhelpful, while the hackers
accused the newcomers of being stupid, unable to read plain English,
and expecting everything to be handed to them on a silver platter.  Of
course, there's an element of truth in both these claims, but for the
most part these viewpoints come from a sense of frustration.

In this document, I'd like to do something to relieve this frustration
and help everybody get better results from FreeBSD-questions.  In the
following section, I recommend how to submit a question; after that,
we'll look at how to answer one.

II:  How to unsubscribe from FreeBSD-questions
==

When you subscribed to FreeBSD-questions, you got a welcome message
from [EMAIL PROTECTED]  In this message, amongst
other things, it told you how to unsubscribe.  Here's a typical
message:

  Welcome to the freebsd-questions@freebsd.org mailing list!

If you ever want to unsubscribe or change your options (eg, switch to
or from digest mode, change your password, etc.), visit your
subscription page at:

  http://lists.freebsd.org/mailman/options/freebsd-questions/[EMAIL PROTECTED]
  
(obviously, substitute your mail address for "[EMAIL PROTECTED]").  You can
also make such adjustments via email by sending a message to:

  [EMAIL PROTECTED]
  
with the word 'help' in the subject or body (don't include the
quotes), and you will get back a message with instructions.

You must know your password to change your options (including
changing the password, itself) or to unsubscribe.
  
Normally, Mailman will remind you of your freebsd.org mailing list
passwords once every month, although you can disable this if you
prefer.  This reminder will also include instructions on how to
unsubscribe or change your account options.  There is also a button on
your options page that will email your current password to you.

  Here's the general information for the list you've
  subscribed to, in case you don't already have it:

  FREEBSD-QUESTIONS   User questions
  This is the mailing list for questions about FreeBSD.  You should not
  send "how to" questions to the technical lists unless you consider the
  question to be pretty technical.

Normally, unsubscribing is even simpler than the message suggests: you
don't need to specify your mail ID unless it is different from the one
which you specified when you subscribed.

If Majordomo replies and tells you (incorrectly) that you're not on
the list, this may mean one of two things:

  1.  You have changed your mail ID since you subscribed.  That's where
  keeping the original message from majordomo comes in handy.  For
  example, the sample message above shows my mail ID as
  [EMAIL PROTECTED]  Since then, I have changed it to
  [EMAIL PROTECTED]  If I were to try to remove [EMAIL PROTECTED] from
  the list, it would fail: I would have to specify the name with
  which I joined.

  2.  You're subscribed to a mailing list which is subscribed to
  Fr

"The Complete FreeBSD": errata and addenda

2007-05-18 Thread Greg Lehey
The trouble with books is that you can't update them the way you can a web page
or any other online documentation.  The result is that most leading edge
computer books are out of date almost before they are printed.  Unfortunately,
The Complete FreeBSD, published by O'Reilly, is no exception.  Inevitably, a
number of bugs and changes have surfaced.

"The Complete FreeBSD" has been through a total of five editions, including its
predecessor "Installing and Running FreeBSD".  Two of these have been reprinted
with corrections.  I maintain a series of errata pages.  Start at
http://www.lemis.com/errata-4.html to find out how to get the errata
information.

Note also that the book has now been released for free download in PDF
form.  Instead of downloading the changed pages, you may prefer to
download the entire book.  See http://www.lemis.com/grog/Documentation/CFBSD/ 
for more information.

Have you found a problem with the book, or maybe something confusing?
Please let me know: I'm no longer constantly updating it, but I may be
able to help

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


NO_* options in /etc/make.conf ...

2007-05-18 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Is there a document that describes what is available, and what each one does?

As an example, I took a peak at the nanoBSD documentation, and they have one 
that is 'NO_BIND' listed ... does that mean nslookup won't work, or you just 
can't run a named server?


- 
Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email . [EMAIL PROTECTED]  MSN . [EMAIL PROTECTED]
Yahoo . yscrappy   Skype: hub.orgICQ . 7615664
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFGTdfF4QvfyHIvDvMRAl+zAKDd+Dg+aei/ynmszmTOTvgIc+Y9egCdE0v9
DCWd5jHkEauSMNig1N/EJ4U=
=Lj3h
-END PGP SIGNATURE-

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


Strange breakage on amd64 RELENG_6

2007-05-18 Thread Igor B. Bykhalo
Greetings all,

A few days ago i got very strange problem with my amd64 system.

It is with ASUS A8V motherboard with AMD 64 3200+ and 1G memory.

Last update was on April 17, and now buildworld fails with ICE:

> --
 Rebuilding the temporary build tree
> --
> rm -rf /usr/obj/usr/src/tmp
> rm -rf /usr/obj/usr/src/lib32
> mkdir -p /usr/obj/usr/src/tmp/legacy/usr/bin
[...]
> mtree -deU -f /usr/src/etc/mtree/BSD.include.dist  -p 
> /usr/obj/usr/src/tmp/usr/include >/dev/null
> ln -sf /usr/src/sys /usr/obj/usr/src/tmp
> 
> --
 stage 1.1: legacy release compatibility shims
> --
> cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/tmp  INSTALL="sh 
> /usr/src/tools/install.sh"  
> PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
>   WORLDTMP=/usr/obj/usr/src/tmp  MAKEFLAGS="-m /usr/src/tools/build/mk  -m 
> /usr/src/share/mk" make -f Makefile.inc1  DESTDIR=  BOOTSTRAPPING=602109  
> -DNO_HTML -DNO_INFO -DNO_LINT -DNO_MAN -DNO_NLS -DNO_PIC  -DNO_PROFILE 
> -DNO_SHARED -DNO_CPU_CFLAGS -DNO_WARNS legacy
> ===>> tools/build (obj,includes,depend,all,install)
> /usr/obj/usr/src/tmp/usr/src/tools/build created for /usr/src/tools/build
> cd /usr/src/tools/build; make buildincludes; make installincludes
> rm -f .depend
> mkdep -f .depend -a-I/usr/obj/usr/src/tmp/legacy/usr/include 
> /usr/src/tools/build/dummy.c
> cc -O2 -fno-strict-aliasing -pipe  -I/usr/obj/usr/src/tmp/legacy/usr/include 
> -c /usr/src/tools/build/dummy.c
> building static egacy library
> ranlib libegacy.a
> sh /usr/src/tools/install.sh -C -o root -g wheel -m 444   libegacy.a 
> /usr/obj/usr/src/tmp/legacy/usr/lib
> 
> --
 stage 1.2: bootstrap tools
> --
> cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/tmp  INSTALL="sh 
> /usr/src/tools/install.sh"  
> PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
>   WORLDTMP=/usr/obj/usr/src/tmp  MAKEFLAGS="-m /usr/src/tools/build/mk  -m 
> /usr/src/share/mk" make -f Makefile.inc1  DESTDIR=  BOOTSTRAPPING=602109  
> -DNO_HTML -DNO_INFO -DNO_LINT -DNO_MAN -DNO_NLS -DNO_PIC  -DNO_PROFILE 
> -DNO_SHARED -DNO_CPU_CFLAGS -DNO_WARNS bootstrap-tools
===>> games/fortune/strfile (obj,depend,all,install)
> /usr/obj/usr/src/tmp/usr/src/games/fortune/strfile created for 
> /usr/src/games/fortune/strfile
> rm -f .depend
> mkdep -f .depend -a-I/usr/obj/usr/src/tmp/legacy/usr/include 
> /usr/src/games/fortune/strfile/strfile.c
> echo strfile: /usr/lib/libc.a /usr/obj/usr/src/tmp/legacy/usr/lib/libegacy.a 
> >> .depend
> cc -O2 -fno-strict-aliasing -pipe  -I/usr/obj/usr/src/tmp/legacy/usr/include 
> -c /usr/src/games/fortune/strfile/strfile.c
> /usr/src/games/fortune/strfile/strfile.c: In function `cmp_str':
> /usr/src/games/fortune/strfile/strfile.c:417: internal compiler error: 
> Segmentation fault: 11
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See http://gcc.gnu.org/bugs.html> for instructions.
> *** Error code 1
> 
> Stop in /usr/src/games/fortune/strfile.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.

I tried cleaning /usr/obj, make cleandepend to no avail.
Today i took out Samsung DIMMS an inserted Kingston's.
The same behaviour. Processor and chipset are not overheated.

Any hints?

Igor


> tech00# dmesg
> Copyright (c) 1992-2007 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 is a registered trademark of The FreeBSD Foundation.
> FreeBSD 6.2-STABLE #3: Tue Apr 17 14:42:56 MSD 2007
> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/NWE
> Preloaded elf kernel "/boot/kernel/kernel" at 0x806b8000.
> Calibrating clock(s) ... i8254 clock: 1193209 Hz
> CLK_USE_I8254_CALIBRATION not specified - using default frequency
> Timecounter "i8254" frequency 1193182 Hz quality 0
> Calibrating TSC clock ... TSC clock: 2002570778 Hz
> CPU: AMD Athlon(tm) 64 Processor 3200+ (2002.57-MHz K8-class CPU)
>   Origin = "AuthenticAMD"  Id = 0x20ff0  Stepping = 0
>   
> Features=0x78bfbff
>   Features2=0x1
>   AMD Features=0xe2500800
>   AMD Features2=0x1
> L1 2MB data TLB: 8 entries, fully associative
> L1 2MB instruction TLB: 8 entries, fully associative
> L1 4KB data TLB: 32 entries, fully associative
> L1 4KB instruction TLB: 32 entries, fully associative
> L1 data cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative
> L1 ins

Re: amd64 FreeBSD Release 5.5 -> 6.2

2007-05-18 Thread Lowell Gilbert
Duane Hill <[EMAIL PROTECTED]> writes:

> What about:
>
>   portupgrade -afR
>
> Wouldn't that force everything including ports that depend on the one
> being reinstalled?

I can't parse your question, but I think you are confusing the 'R'
option with the 'r' option.  You should also note that both options
are redundant if "-a" is also specified.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Static Routes Questions

2007-05-18 Thread Howard Goldstein

georgedonnelly wrote:

Internet:
DestinationGatewayFlagsRefs  Use  Netif Expire
default0.0.0.1UGS 0   154237em0
0.0.0/24   link#1 UC  00em0
0.0.0.100:d0:03:15:7c:0a  UHLW20em0   1155
0.0.0.40   00:30:48:88:d9:98  UHLW141787em0   1198
0.0.0.83   00:30:48:76:84:ac  UHLW1 3708lo0
127.0.0.1  127.0.0.1  UH  077453lo0

(real ips obscured)


I find obscuration particularly with zeros a mind game because that 
first one is a network address and it adds needless confusion but set 
that aside...


From the routing table it's clear that your /24 is on the same ethernet 
segment and if it is, which should be apparent from a traceroute, it is 
already doing direct routing and you don't need to do anything. If you 
traceroute from one server to the other one it will in the most common 
scenario indicate if they're routing without touching your colo.


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


Re: NO_* options in /etc/make.conf ...

2007-05-18 Thread Schiz0

On 5/18/07, Marc G. Fournier <[EMAIL PROTECTED]> wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Is there a document that describes what is available, and what each one does?

As an example, I took a peak at the nanoBSD documentation, and they have one
that is 'NO_BIND' listed ... does that mean nslookup won't work, or you just
can't run a named server?


- 
Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email . [EMAIL PROTECTED]  MSN . [EMAIL PROTECTED]
Yahoo . yscrappy   Skype: hub.orgICQ . 7615664
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFGTdfF4QvfyHIvDvMRAl+zAKDd+Dg+aei/ynmszmTOTvgIc+Y9egCdE0v9
DCWd5jHkEauSMNig1N/EJ4U=
=Lj3h
-END PGP SIGNATURE-

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



make make.conf

Or, if you want a web interface, type in "make.conf" at
http://www.freebsd.org/cgi/man.cgi
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: NO_* options in /etc/make.conf ...

2007-05-18 Thread Schiz0

On 5/18/07, Schiz0 <[EMAIL PROTECTED]> wrote:

On 5/18/07, Marc G. Fournier <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
> Is there a document that describes what is available, and what each one does?
>
> As an example, I took a peak at the nanoBSD documentation, and they have one
> that is 'NO_BIND' listed ... does that mean nslookup won't work, or you just
> can't run a named server?
>
>
> - 
> Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
> Email . [EMAIL PROTECTED]  MSN . [EMAIL PROTECTED]
> Yahoo . yscrappy   Skype: hub.orgICQ . 7615664
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.5 (FreeBSD)
>
> iD8DBQFGTdfF4QvfyHIvDvMRAl+zAKDd+Dg+aei/ynmszmTOTvgIc+Y9egCdE0v9
> DCWd5jHkEauSMNig1N/EJ4U=
> =Lj3h
> -END PGP SIGNATURE-
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>

make make.conf

Or, if you want a web interface, type in "make.conf" at
http://www.freebsd.org/cgi/man.cgi



Sorry, typo. That's "man make.conf" as opposed to "make make.conf"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Static Routes Questions

2007-05-18 Thread georgedonnelly

I have a small network at my colo provider.

Colo Provider
  |
My HP 2650
|  |
server1   serverN

I want to setup static routes on my servers so that my colo provider won't
bill me for traffic among my servers (backups, portsnap, cvsup, etc.). IOW,
I want to route locally for my local traffic.

I use FreeBSD 6.2 on my servers. I read the FreeBSD handbook on this and it
looks like i should do this:

route add -net 0.0.0/24 0.0.0.83

where 0.0.0/24 is the C class I have from my provider and 0.0.0.83 is the IP
address of my server (one of them/any of them).

However, this route appears to already exist as i get this error when
running that route command:

route: writing to routing socket: File exists
add net 0.0.0: gateway 0.0.0.83: route already in table

 # netstat -nr
Routing tables

Internet:
DestinationGatewayFlagsRefs  Use  Netif Expire
default0.0.0.1UGS 0   154237em0
0.0.0/24   link#1 UC  00em0
0.0.0.100:d0:03:15:7c:0a  UHLW20em0   1155
0.0.0.40   00:30:48:88:d9:98  UHLW141787em0   1198
0.0.0.83   00:30:48:76:84:ac  UHLW1 3708lo0
127.0.0.1  127.0.0.1  UH  077453lo0

(real ips obscured)

Do I need to use a private ip block (eg 192.168.x.x) for this? 

Can I use "real"/routeable ips in a static route?

Does FreeBSD take care of this for me automatically?

Or is this simply impossible?

Thanks.
-- 
View this message in context: 
http://www.nabble.com/Static-Routes-Questions-tf3779299.html#a10687376
Sent from the freebsd-questions mailing list archive at Nabble.com.

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


Re: NO_* options in /etc/make.conf ...

2007-05-18 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Never even thought about man ... perfect, thank you :)


- --On Friday, May 18, 2007 13:44:39 -0400 Schiz0 <[EMAIL PROTECTED]> 
wrote:

> On 5/18/07, Marc G. Fournier <[EMAIL PROTECTED]> wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>>
>> Is there a document that describes what is available, and what each one does?
>>
>> As an example, I took a peak at the nanoBSD documentation, and they have one
>> that is 'NO_BIND' listed ... does that mean nslookup won't work, or you just
>> can't run a named server?
>>
>>
>> - 
>> Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
>> Email . [EMAIL PROTECTED]  MSN . [EMAIL 
>> PROTECTED]
>> Yahoo . yscrappy   Skype: hub.orgICQ . 7615664
>> -BEGIN PGP SIGNATURE-
>> Version: GnuPG v1.4.5 (FreeBSD)
>>
>> iD8DBQFGTdfF4QvfyHIvDvMRAl+zAKDd+Dg+aei/ynmszmTOTvgIc+Y9egCdE0v9
>> DCWd5jHkEauSMNig1N/EJ4U=
>> =Lj3h
>> -END PGP SIGNATURE-
>>
>> ___
>> freebsd-questions@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>>
>
> make make.conf
>
> Or, if you want a web interface, type in "make.conf" at
> http://www.freebsd.org/cgi/man.cgi



- 
Marc G. Fournier   Hub.Org Networking Services (http://www.hub.org)
Email . [EMAIL PROTECTED]  MSN . [EMAIL PROTECTED]
Yahoo . yscrappy   Skype: hub.orgICQ . 7615664
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFGTelB4QvfyHIvDvMRAs/UAJ9Sowl8EIR1XY3IRmHAO7OOQ2k7YgCfVwk2
p7sLuS22yNaA74Dq2lhlx0A=
=KfRw
-END PGP SIGNATURE-

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


Re: Static Routes Questions

2007-05-18 Thread Brian A. Seklecki
If that 2650 switch is worth the paper and ink that the manual was
printed on, traffic between your servers will never leave the switch
(all layer 2 decision forwarding).  Event without  a routed subnet, your
ISP will only see broadcast traffic.

Ask them for MRTG graphs of your switchport usage.

~BAS


On Fri, 2007-05-18 at 10:56 -0700, georgedonnelly wrote:
> HP 2650
-- 
Brian A. Seklecki <[EMAIL PROTECTED]>
Collaborative Fusion, Inc.




IMPORTANT: This message contains confidential information and is intended only 
for the individual named. If the reader of this message is not an intended 
recipient (or the individual responsible for the delivery of this message to an 
intended recipient), please be advised that any re-use, dissemination, 
distribution or copying of this message is prohibited.  Please notify the 
sender immediately by e-mail if you have received this e-mail by mistake and 
delete this e-mail from your system.


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


Re: NO_* options in /etc/make.conf ...

2007-05-18 Thread [EMAIL PROTECTED]

On 18/05/07, Marc G. Fournier <[EMAIL PROTECTED]> wrote:

- --On Friday, May 18, 2007 13:44:39 -0400 Schiz0 <[EMAIL PROTECTED]>
wrote:

> On 5/18/07, Marc G. Fournier <[EMAIL PROTECTED]> wrote:



>>
>> Is there a document that describes what is available, and what each one does?
>>
>> As an example, I took a peak at the nanoBSD documentation, and they have one
>> that is 'NO_BIND' listed ... does that mean nslookup won't work, or you just
>> can't run a named server?
>>



>
> make make.conf
>
> Or, if you want a web interface, type in "make.conf" at
> http://www.freebsd.org/cgi/man.cgi


Never even thought about man ... perfect, thank you :)


Typical of unix variants, this cat's skin is removed
at least one other way:
$ less /usr/share/examples/etc/make.conf

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


Re: Startup errors....su:/bin/csh Perm denied..

2007-05-18 Thread doug



On Fri, 18 May 2007, Agus wrote:


2007/5/17, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:


On Wed, 16 May 2007, Agus wrote:

> 2007/5/16, Agus <[EMAIL PROTECTED]>:
>>
>> 2007/5/16, Oliver Peter <[EMAIL PROTECTED]>:
>> >
>> > On Tue, May 15, 2007 at 07:24:27PM -0300, Agus wrote:
>> > > ...
>> > > Here is part of the boot..
>> > > Updating motd
>> > > Starting mysql.
>> > > su: /bin/csh: Permission denied
>> > > Configuring syscons: keymap blanktime.
>> > > Starting sshd.
>> > > can not chdir(/var/spool/clientmqueue/): Permission denied
>> > > Program mode requires special privileges...
>> > > Starting cron.
>> > > Local package initializations...
>> > > Starting inetd.
>> >
>> > Interesting.
>> > Do you see the same when you start/stop it manually?
>> >
>> >   # /usr/local/etc/rc.d/mysql-server restart
>> >
>> > --
>> > Oliver PETER, email: [EMAIL PROTECTED] , ICQ# 113969174
>> > "Worker bees can leave. Even drones can fly away. The Queen is their
>> > slave."
>> >
>> > yesthats how i realized that the problem was with mysqlfirst
>> i checked netstat and didnt see the port so i started up manually and get 
>> that error

>>
>> Thanks..
>>
>
> Still the same error.any hint where to look??

There are at least two things going on and one at least has nothing to do 
with mysql. /var/spool/clientmqueue is used by sendmail which you have 
running. If you have not, or did not mean to configure sendmail add 
'sendmail_enable="NO"' to rc.conf and see what happens.


AFAIK nothing in the startup scripts uses csh. So there is also something 
'funny' there. grep for csh in /etc and /usr/local/etc and see what you get. 
You could also do a 'verbose' boot and see if the additional messages point 
to anything


Yes ...i am aware of thati have already disable sendmail.thanks... but 
as i put previouslytrying to start manually mysql-server comes up this 
error /bin/csh...




You think the mysql start script is attempting to create a file in 
/var/spool/clientmqueue? If so that will not work. Run the script one command at 
a time by doing the following:


su
su -m mysql
then run the start up script one command at a time. Or just access  each of the 
files used.

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


Re: Problems upgrading a 6.0 install to 6.2-RELEASE-p4

2007-05-18 Thread Andrew Falanga

On 5/18/07, Andreas Rudisch <[EMAIL PROTECTED]> wrote:

On Fri, 18 May 2007 17:54:41 +0200, Andrew Falanga <[EMAIL PROTECTED]>
wrote:

In /usr/src/UPDATING you can find.

20060204:
 The 'audit' group was added to support the new auditing
functionality
 in the base system.  Be sure to follow the directions for updating,
 including the requirement to run mergemaster -p.

Either you add the group manually or you make sure to use mergemaster
and merge the required files _correctly_.

Andreas


Now that is frustrating.  I did search that file for "audit" and
"AUDIT," I had not hits.  I must have made typo and didn't realize.

At any rate, thanks to all.  I did as Mikhail suggested, and added the
audit group by hand.  As I commented to someone else, I feel very
stupid for not putting 2 and 2 together.  For some reason, I was
thinking that "audit group" was referring to something other than a
user group.  Yeah, it's stupid I know, but I did add the group and the
"make installworld" went smoothly and the box is working now.

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


Fwd: mysql start error...

2007-05-18 Thread Agus

-- Forwarded message --
From: Agus <[EMAIL PROTECTED]>
Date: 18-may-2007 19:14
Subject: Re: mysql start error...
To: Hanatsu Tori <[EMAIL PROTECTED]>

2007/5/17, Hanatsu Tori <[EMAIL PROTECTED]>:


Hi!

Please
id
ls -la /bin/csh
ls -la /usr/local/etc/rc.d/mysql-server

Dmitry


2007/5/17, Agus <[EMAIL PROTECTED]>:
>
> Hi,
> I am getting an error while trying to run mysql-server...
> Wired thing is that it was running ok for a month.suddenly i got
> this
> error..
>
> su: /bin/csh: Permission denied
>
>
> thanks for any hints you could give
>
> see ya
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]
> "
>

Here it is Dimitry


uid=0(root) gid=0(wheel) groups=0(wheel), 5(operator)
-r-xr-xr-x  2 root  wheel  293060 May  7  2006 /bin/csh
-r-xr-xr-x  1 root  wheel  1659 Jan 10 16:47
/usr/local/etc/rc.d/mysql-server


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


Re: configuring network connection via proxy

2007-05-18 Thread RW
On Fri, 18 May 2007 01:04:04 +0200
martinko <[EMAIL PROTECTED]> wrote:

> Hello,
> 
> I need to plug my company laptop in to different networks many of
> which make use of some sort of proxy for accessing the internet.  And
> every time I face this challenge of changing connection settings of
> different applications in many places.  This is of course very
> inconvenient.
> 
> What I would like to be able to do is to change the connection
> settings regarding a proxy in one place and have it affect all my
> applications. 

The traditional way is through environmental variables, but lot of GUI
applications wont respect them, and it wouldn't work smoothly
without a reboot anyway. 

I would suggest you use some kind of local proxy, either a full
caching http level proxy like squid, or a simple TCP redirection. You
can then point your apps at a localhost port, and just reconfigure the
proxy. Take a look at the www and net ports for proxies.

A lot of applications support automatic proxy discovery, which might be
an alternative.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


HP LaserJet 1020 "Device Busy"

2007-05-18 Thread Modulok

If anyone out there has this printer or knows anything about printing
in general...

My printer: HP LaserJet 1020
www.linuxprinting.org recommended driver: foo2zjs

1. I install the port  /usr/ports/print/foo2zjs.
2. I plug the printer into the USB port, dmesg reports:

ulpt0: Hewlett-Packard HP LaserJet 1020, rev 2.00/1.00, addr 2, iclass 7/1
ulpt0: using bi-directional mode

3. The foo2zjs docs state the printer needs to have its firmware
uploaded first: # cat ./sihp1020.dl > /dev/ulpt0

After several minutes (5, maybe 10) I get: "/dev/ulpt0: Device busy."

Where did I go wrong?
-Modulok-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Remote login via modem

2007-05-18 Thread Ivan Carey

Hello,
I would like to be able to access my network remotely via modem access.

What I am trying to achieve is this. At the office I have a server, this 
server is Not connected to the Internet, I need to be able to Administer 
it from my Home office, so I am thinking that I need to access it via a 
serial modem.

What do I need to do to achieve this.

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


samba and automounting upon login

2007-05-18 Thread Zane C.B.
Any one know where I can find info on setting up FreeBSD so it tries
to automounting their home from a Samba server?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Mysqld-server errors starting...

2007-05-18 Thread Agus

Hi all...
I got a problem starting the server

/usr/local/libexec/mysqld: cant read dir or  '/tmp/' (Errcode: 13)

and a few more lines

i read sthg about permitions, but i checked /tmp perms and everybody con
write there...

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


No output - emu10k1 digital, analogue

2007-05-18 Thread Paul Fraser

Hi all,

I've got a Sound Blaster Audigy 2 ZS Platinum Pro (whew, what a mouthful!)
on my FreeBSD desktop which I'm trying to get working. I've loaded
snd_emu10k1 into the kernel and the card has been detected.[1]

I can also change mixer settings[2] but can't seem to actually get any sound
to play! I've tried both the analogue outputs on the PCI card for the
Audigy, as well as the optical out for the break-out box - my receiver does
detect a signal coming out over optical however when playing a MP3,
there's... nothing.

Could anybody offer some insight on where to go from here? It's been pretty
quiet here without any music and I think I'll go a bit crazy soon.

Cheers.

[1] dmesg output: pcm0:  port 0xe000-0xe03f irq
17 at device 13.0 on pci0
[2] mixer output:
Mixer vol  is currently set to 100:100
Mixer pcm  is currently set to 100:100
Mixer speaker  is currently set to  75:75
Mixer line is currently set to  75:75
Mixer mic  is currently set to   0:0
Mixer cd   is currently set to 100:100
Mixer rec  is currently set to   0:0
Mixer igainis currently set to   0:0
Mixer ogainis currently set to  50:50
Mixer line1is currently set to  75:75
Mixer phin is currently set to 100:100
Mixer phoutis currently set to 100:100
Mixer videois currently set to  75:75
Recording source: mic


--
Regards,

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


Re: Intel Pro/Wireless 3945ABG - if_ipw not working

2007-05-18 Thread fbsd

Vince wrote:

Justin Muir wrote:
  

Hello,

I load the module and I'm not getting the ipw0 device.
If I'm reading the instructions
(damien.bergamini.free.fr/ipw/ipw-freebsd.html)
correctly, I should be able to:

1. load the driver
2. see the ipw0 device 
3. load the firmware into the device with ipwcontrol.





The 3945ABG needs the wpi driver (ipw is for 2100 chipset)
Damien's freebsd wpi driver has been discontinued (for some time see
http://kerneltrap.org/node/6497/ .)
The page for the driver currently being developed is
http://www.clearchain.com/wiki/Wpi but sadly
a) the tarballed versions are old and wont compile on -STABLE or
-CURRENT (dont know about 6.2-RELEASE though)
b) Unless you have perforce access you can only download the more recent
development version file by file (from
http://perforce.freebsd.org/depotTreeBrowser.cgi?FSPC=//depot/user/benjsc/wpi)
c) it doesnt work for me anyway ;)

sorry its not better news

regards,
Vince

  

The if_ipw kernel module loads without errors.

I checked the device/driver under windows and that's
what it's showing - Intel Pro/Wireless 3945ABG, IRQ 17

I checked my dmesg output and there is a network
device with IRQ 17, but it states there is no driver
loaded.

Not sure what I'm doing wrong here

Any suggestions?


Thx,


jkm

ps - dmesg and uname output attached



  Be smarter than spam. See how smart SpamGuard is at giving junk email the 
boot with the All-new Yahoo! Mail at http://mrd.mail.yahoo.com/try_beta?.intl=ca




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



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


  

Hi,

I agree with Vince that the latest drivers do not work at least on 
FreeBSD 6.1 (I'm using PC-BSD 1.3 which is based on 6.1). I tried them 
all with no luck. But I tried an older version which does, albeit with 
some error messages. I don't remember where I found it and I don't 
remember how I installed it (That will teach me to document everything 
properly!) but please find it attached and good luck!


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

Re: Remote login via modem

2007-05-18 Thread Nikola Lecic
On Sat, 19 May 2007 11:49:47 +1000
Ivan Carey <[EMAIL PROTECTED]> wrote:

> Hello,
> I would like to be able to access my network remotely via modem
> access.
> 
> What I am trying to achieve is this. At the office I have a server,
> this server is Not connected to the Internet, I need to be able to
> Administer it from my Home office, so I am thinking that I need to
> access it via a serial modem.
> What do I need to do to achieve this.

You need getty(8) or /usr/ports/comms/mgetty+sendfax. Please read

  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/dialup.html
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/userppp.html

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


GFORCE 7300GT Video Card/X11

2007-05-18 Thread Joseph Marah
It seems my newly installed video card NVIDIA GFORCE 7300GT card is not 
supported by Xorg 6.9.0 Release which I currently have. However GFORCE 7800 
appears in the  chipset list.  Is that correct?  Does anyone have an experience 
with using this chipset (7300 GT) with FreeBSD 6.2 X11 and how did you make it 
work?  Any help will do.  Thanks.
   
  Joseph
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


GFORCE 7300GT Video Card/X11

2007-05-18 Thread Joseph Marah
It seems my newly installed video card NVIDIA GFORCE 7300GT card is not 
supported by Xorg 6.9.0 Release which I currently have. However GFORCE 7800 
appears in the  chipset list.  Is that correct?  Does anyone have an experience 
with using this chipset (7300 GT) with FreeBSD 6.2 X11 and how did you make it 
work?  Any help will do.  Thanks.
   
  Joseph
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Xorg 7.2.0 Release

2007-05-18 Thread Joseph Marah
Does anyone know if this is available for FreeBSD as a port?  Thanks.
   
  Joseph


Regards

Joseph Marah
**
"IF YOU THINK YOU HAVE EVERYTHING UNDER CONTROL YOU ARE NOT GOING FAST ENOUGH" 
- Mario Andretti, race car driver.
**
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Xorg 7.2.0 Release

2007-05-18 Thread Erik Trulsson
On Fri, May 18, 2007 at 11:20:46PM -0700, Joseph Marah wrote:
> Does anyone know if this is available for FreeBSD as a port?  Thanks.
>

http://docs.FreeBSD.org/cgi/mid.cgi?20070518225505.GA53405 




-- 

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


Re: Xorg 7.2.0 Release

2007-05-18 Thread Manolis Kiagias
Joseph Marah wrote:
> Does anyone know if this is available for FreeBSD as a port?  Thanks.
>
>   Joseph
>
>
> Regards
>
> Joseph Marah
> **
> "IF YOU THINK YOU HAVE EVERYTHING UNDER CONTROL YOU ARE NOT GOING FAST 
> ENOUGH" - Mario Andretti, race car driver.
> **
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
>   
Seems it will be soon, the ports tree is frozen waiting for the merge of
Xorg 7.2

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


Re: weird messages in daily security run output mails

2007-05-18 Thread Björn König
Jan L. Nauta schrieb:
>
> [...]
> +NSAN MI ISA 38, EIS3A8,  E0I
> +S
> +A 0
> +<2<>N2>NMMII I SAIS A 38, E3I8S, AEI S0A NMI ISA 38, EISA 0 kernel trap
> +19 with interrupts disabled NMI ISA 28, EISA 0 NMNSAM I ISA 28,
> +EISA2 08
> [...]
> g_vfs_done():mirror/gm0s1f[READ(offset=356486479872, length=16384)]error
> [...]

That looks like a hardware error. If you don't already have an assumption
I would try to find the broken hardware by testing the hard disks
separately, e.g. by reading the entire disk and watching the log: dd
if=/dev/da0 of=/dev/zero bs=64k and tail -f /var/log/messages.

Regards
Björn


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


Re: Xorg 7.2.0 Release

2007-05-18 Thread Joseph Marah
Thanks Erik.  This helps.
   
  Joseph

Erik Trulsson <[EMAIL PROTECTED]> wrote:
  On Fri, May 18, 2007 at 11:20:46PM -0700, Joseph Marah wrote:
> Does anyone know if this is available for FreeBSD as a port? Thanks.
> 

http://docs.FreeBSD.org/cgi/mid.cgi?20070518225505.GA53405 




-- 

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

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


Re: Xorg 7.2.0 Release

2007-05-18 Thread WizLayer
On Saturday 19 May 2007 01:20:46 am Joseph Marah wrote:
> Does anyone know if this is available for FreeBSD as a port?  Thanks.
>
>   Joseph
>
>
> Regards
>
> Joseph Marah
> **
> "IF YOU THINK YOU HAVE EVERYTHING UNDER CONTROL YOU ARE NOT GOING FAST
> ENOUGH" - Mario Andretti, race car driver. **


They're working on it right now (that's why the ports tree is frozen).  Check 
the following thread for more info:

http://lists.freebsd.org/pipermail/freebsd-ports/2007-May/040545.html

I haven't heard how much longer it will take.  I can only imagine how much 
work that has to be.  Wish I could send them doughnuts and coffee or 
something.  :)

WizLayer


-- 


Life is better with a BSD.
For more info, www.bsd.org.



pgpk6eFEpowcO.pgp
Description: PGP signature