Re: Delete the Users

2008-04-08 Thread Wojciech Puchar

correct, there are some
but at the end its not what i want.
I know how to add users using command "adduser' but i cant trace after I add
user where should


man pw

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


linux-flashplugin-7.0 freezes firefox - weird fix included

2008-04-08 Thread Markus Hoenicka
Robert Huff writes:
 > >  linuxpluginwrapper-20051113_8
 > 
 >  There's a reason the latest version of this available in ports
 > is dated over two years ago: it's no longer the correct tool.
 >  Instead, use www/nspluginwrapper.  (Pay attention to the
 > post-install messages.)
 > 

I see, I must have missed that message. After removing
linuxpluginwrapper and running nspluginwrapper everything seems to run
just fine.

Thanks a lot
Markus

-- 
Markus Hoenicka
[EMAIL PROTECTED]
(Spam-protected email: replace the quadrupeds with "mhoenicka")
http://www.mhoenicka.de
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: finding BSD Unix users

2008-04-08 Thread Konrad Heuer


On Mon, 7 Apr 2008, Ted Mittelstaedt wrote:


So . . . does anyone here have any suggestions for how I might go about
finding BSD Unix users somewhat local to me?  Since there isn't a group
already that I can find, I wonder if there are enough people interested
in such a thing in this area to build a users group.  Any suggestions for
how to go about finding fellow BSD Unix users in my area would be
appreciated, I'm sure.


A house with a big back deck, a big grill with a full propane tank, and a
large cooler full of ice and beer will go a long, long way towards finding
fellow BSD Unix users.  Put an advert on the bulletin board of your
local community college and start your own group.


So, where you live, climate seems to be hot. Spring is cold this year in 
Germany, thus I'd prefer a closed room with warm heaters and hot mulled 
claret ... ;-)


Best regards
Konrad

Konrad Heuer
GWDG, Am Fassberg, 37077 Goettingen, Germany, [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: Sound card problem

2008-04-08 Thread Sébastien Morand
Hi,

I don't really ge an anwser to my own question, but I get a solution
to have my sound card working: use OSS and it's automatically
detected. My steps:
- Remove envy24ht from loader.conf
- Install oss (src required)
- Enable oss un rc.conf at boot time

dsp* devices are created, my sound card is dsp or dsp0. It's working
fine and I can manage the sound.

Sébastien

On Sun, Apr 6, 2008 at 8:45 PM, Sébastien Morand <[EMAIL PROTECTED]> wrote:
> Hi,
>
>  I have a problem using my soundcard:
>  I'm not able to hear anything and I can't change the volume :
>  [20:39:16] [EMAIL PROTECTED]:~
>  Mixer vol  is currently set to  75:75
>  Mixer treble   is currently set to   0:0
>  Mixer synthis currently set to   0:0
>  Mixer pcm  is currently set to  75:75
>  Mixer speaker  is currently set to   0:0
>  Mixer line is currently set to  75:75
>  Mixer mic  is currently set to   0:0
>  Mixer cd   is currently set to   0:0
>  Mixer mix  is currently set to   0:0
>  Recording source: mic
>  [20:39:18] [EMAIL PROTECTED]:~
>  # mixer speaker 50:50
>  Setting the mixer speaker from 0:0 to 50:50.
>  mixer: WRITE_MIXER: Device not configured
>
>  Here is my kldstat:
>  # kldstat
>  Id Refs AddressSize Name
>   1   15 0xc040 906518   kernel
>   21 0xc0d07000 a634 reiserfs.ko
>   31 0xc0d12000 80c8 snd_envy24ht.ko
>   43 0xc0d1b000 4a5acsound.ko
>   52 0xc0d66000 2a58 snd_spicds.ko
>   61 0xc0d69000 6a32cacpi.ko
>   71 0xc4c58000 3000 pflog.ko
>   81 0xc4c5b000 33000pf.ko
>   91 0xc4ce1000 22000linux.ko
>  101 0xc4d45000 4000 logo_saver.ko
>
>  The sound is correctly detected:
>  # cat /dev/sndstat
>  FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386)
>  Installed devices:
>  pcm0:  at io 0xa000:32,0xa400:128 irq 18 [GIANT]
> (1p:4v/5r:4v channels duplex default)
>  [20:40:43] [EMAIL PROTECTED]:~
>  # dmesg | grep pcm0
>  pcm0:  port 0xa000-0xa01f,0xa400-0xa47f irq 18 at
> device 6.0 on pci5
>  pcm0: [GIANT-LOCKED]
>  pcm0: [ITHREAD]
>  pcm0: system configuration
>  pcm0: unregister: mixer busy
>
>  I don't understand the mixer busy stuff, and I assume it where my problem
> is.
>  I can't unload the module:
>  kldunload: can't unload file: Device busy
>
>  Hope you will be able to help me
>
>  Sébastien
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Delete a folder although its not empty

2008-04-08 Thread Ruel Luchavez
Hello...

I'm tired of deleting a directory or folder in a server using "rm" and
"rmdir" but before deleting a directory using "rmdir" the folder must be
empty..what should i do or what command should be use in Free BSD to delete
a folder in a directory even if its not empty without affecting the
folder in the same directory?

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


Re: Delete a folder although its not empty

2008-04-08 Thread Ruel Luchavez
Hello

Do you also know the command for viewing the used space of a certain
directory?
Is their other command aside from "df" ?

Thanks...


On Tue, Apr 8, 2008 at 5:40 PM, Leslie Jensen <[EMAIL PROTECTED]> wrote:

>
> Ruel Luchavez skrev:
>
>  Hello...
> >
> > I'm tired of deleting a directory or folder in a server using "rm" and
> > "rmdir" but before deleting a directory using "rmdir" the folder must be
> > empty..what should i do or what command should be use in Free BSD to
> > delete
> > a folder in a directory even if its not empty without affecting the
> > folder in the same directory?
> >
> > Please.thanx
> >
>
> rm -r
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Delete a folder although its not empty

2008-04-08 Thread Leslie Jensen


Ruel Luchavez skrev:

Hello...

I'm tired of deleting a directory or folder in a server using "rm" and
"rmdir" but before deleting a directory using "rmdir" the folder must be
empty..what should i do or what command should be use in Free BSD to delete
a folder in a directory even if its not empty without affecting the
folder in the same directory?

Please.thanx


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


Re: Delete a folder although its not empty

2008-04-08 Thread Lothar Braun

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Ruel Luchavez wrote:
| Do you also know the command for viewing the used space of a certain
| directory?
| Is their other command aside from "df" ?

have a look at du(1). This is the utility you are looking for.

Regards,
~  Lothar
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.8 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkf7QfkACgkQOlpYSeF9JmY24gCfYwnqlMAgSvEWlHnL/hpB0WSP
wlIAoMwDm5N3AtYF8L+BltWNbP7u+eae
=2ji6
-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: Delete a folder although its not empty

2008-04-08 Thread Wojciech Puchar


I'm tired of deleting a directory or folder in a server using "rm" and
"rmdir" but before deleting a directory using "rmdir" the folder must be
empty..what should i do or what command should be use in Free BSD to delete
a folder in a directory even if its not empty without affecting the
folder in the same directory?


rm -rf dirname


Please.thanx
___
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]"


xorg and radeon, widescreen

2008-04-08 Thread Max Russell
I'm having issues with my X1350, video7 flatscreen and xorg.conf - the
relevant sections of my xorg follow:

Section "ServerLayout"
Identifier "X.org Configured"
Screen  0  "Screen0" 0 0
InputDevice"Mouse0" "CorePointer"
InputDevice"Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath  "/usr/local/share/X11/rgb"
ModulePath   "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/OTF"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
FontPath "/usr/local/lib/X11/fonts/URW/"
EndSection

Section "Module"
Load  "GLcore"
Load  "dbe"
Load  "dri"
Load  "extmod"
Load  "glx"
Load  "record"
Load  "xtrap"
Load  "freetype"
Load  "type1"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "VideoSeven"
ModelName"R19W01"
Modeline "1440x900_60.00"  106.47  1440 1520 1672 1904  900 901 904 932
-HSync +Vsync
EndSection

Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "ShadowFB"   # []
#Option "DefaultRefresh" # []
#Option "ModeSetClearScreen" # []
Identifier  "Card0"
Driver  "vesa"
VendorName  "ATI Technologies Inc"
BoardName   "RV515 [Radeon X1300]"
BusID   "PCI:2:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor"Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport   0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 24
Modes "1440x900_60"
EndSubSection
EndSection

this fails to start x with the /var/log entry reading -
(WW) RADEON: No matching Device section for instance (BusID PCI:2:0:1) found
(EE) No devices detected.

Fatal server error:
no screens found

It has been suggested to me that I comment out the BusID entry, however I am
unsure as to why this should work?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Delete a folder although its not empty

2008-04-08 Thread Lothar Braun

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Ruel Luchavez wrote:
| Hello...
|
| I'm tired of deleting a directory or folder in a server using "rm" and
| "rmdir" but before deleting a directory using "rmdir" the folder must be
| empty..what should i do or what command should be use in Free BSD to
delete
| a folder in a directory even if its not empty without affecting the
| folder in the same directory?

If you want to delete a non-empty folder, you have to use the recursive
option (see rm(1))

rm -r folder-name

should do the job.

Regards,
~  Lothar
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.8 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkf7PjsACgkQOlpYSeF9JmYkOwCg0DagRl9s0L656fBnlNiDt+Np
/GkAn1UAIgLLZr+wdu5dW7qxdjJ2nOUv
=m15J
-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: OT question about dns

2008-04-08 Thread Giorgos Keramidas
On Mon, 07 Apr 2008 18:05:33 -0500, Paul Schmehl <[EMAIL PROTECTED]> wrote:
> Does anyone know how to use dig or some other tool to query for TXT
> records in DNS?
>
> I'm working on implementing spf on a small domain that I maintain, and
> it doesn't seem to be working (according to the validators I'm using.)
> I'd like to be able to query the dns server myself, but I can't seem to
> find anything on how to extract or view TXT records for a domain.
>
> I tried dig @server domain TXT and dig @server domain MX, but I don't
> get the TXT record.

Are you sure there *is* a TXT record?

The dig(1) utility should work fine, AFAICT:

$ dig freebsd.org txt | expand | grep -i '[ ][ ]*in[ ][ ]*txt'
;freebsd.org.   IN  TXT
freebsd.org.507 IN  TXT "v=spf1 ip4:69.147.83.53 
ip4:69.147.83.54 ip6:2001:4f8:fff6::35 ip6:2001:4f8:fff6::36 ~all"
$

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


network configuration problem

2008-04-08 Thread Johannes-Maria Kaltenbach

Hello,

at the moment I'm using internet an emails via a 56k modem and ppp.
I want to change to DSL -- but I'm not able to do it without help.

I've bought a router/gateway from my provider (Telekom/T-Online)
which is called "Speedport W 502V Typ A" an has the ip address
192.168.2.1; it is connectet to an ethernet card (rl0).

The provider requests DHCP, but this doesn't work; I get the message

| Bogus domain search list 15: Speedport_W_502V_Typ_A (Speedport_W_502V_Typ_A)
| Invalid lease option - ignoring offer

several times and the error message "Network is unreachable".

Then I assigned an address (e. g. 192.168.10.1) to the ethernet card
with the help of

ifconfig rl0 192.168.10.1 255.255.255.0

and made it the default route:

route add default 192.168.10.1

output of ifconfig:

| rl0: flags=8843 mtu 1500
| options=8
| inet 192.168.10.1 netmask 0xff00 broadcast 255.255.255.0
| inet6 fe80::214:85ff:fe75:eac8%rl0 prefixlen 64 scopeid 0x1
| ether 00:14:85:75:ea:c8
| media: Ethernet autoselect (100baseTX )
| status: active


and netstat:

| Routing tables
|
| Internet:
| DestinationGatewayFlagsRefs  Use  Netif Expire
| default192.168.10.1   UGS 0 2304rl0
| localhost  localhost  UH  0  490lo0
| 192.168.10 link#1 UC  00rl0
| 192.168.10.1   00:14:85:75:ea:c8  UHLW2   36lo0


I cannot "ping" the router/gateway:

| PING 192.168.2.1 (192.168.2.1): 56 data bytes
| 36 bytes from 192.168.10.1: Time to live exceeded
| Vr HL TOS  Len   ID Flg  off TTL Pro  cks  Src  Dst
|  4  5  00 5400 025f   0   01  01 29f8 192.168.10.1  192.168.2.1
|
| 36 bytes from 192.168.10.1: Time to live exceeded
| Vr HL TOS  Len   ID Flg  off TTL Pro  cks  Src  Dst
|  4  5  00 5400 0269   0   01  01 29ee 192.168.10.1  192.168.2.1
|
| 36 bytes from 192.168.10.1: Time to live exceeded
| Vr HL TOS  Len   ID Flg  off TTL Pro  cks  Src  Dst
|  4  5  00 5400 0273   0   01  01 29e4 192.168.10.1  192.168.2.1
etc.


With "firefox http://192.168.2.1"; (to get the configuration menu of
the speedport) I get the error message:

| The connection was refused when attempting to contact 192.168.2.1.

and with telnet:

| Trying 192.168.2.1...
| telnet: connect to address 192.168.2.1: No route to host
| telnet: Unable to connect to remote host


What I'm doing wrong?
Can you please help me?

Thanks,
Johannes-Maria


P. S.: I'm using  FreeBSD 6.0-RELEASE. (That's the only operating
system on my pc, so I cannot test or configure the speedport with
Linux or MS-Windows.)



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


Re: network configuration problem

2008-04-08 Thread Steve Bertrand

I've bought a router/gateway from my provider (Telekom/T-Online)
which is called "Speedport W 502V Typ A" an has the ip address
192.168.2.1; it is connectet to an ethernet card (rl0).


192.168.2.1/24 is in a different network than 192.168.10.1/24. Your 
gateway and your workstation will not be able to communicate with one 
another.



Then I assigned an address (e. g. 192.168.10.1) to the ethernet card
with the help of



and made it the default route:

route add default 192.168.10.1


You essentially gave yourself an address outside of the gateways LAN 
address scope, and then proceeded to route all unknown traffic to yourself.


You probably want:

# ifconfig rl0 192.168.2.100 255.255.255.0

...and

# route add default 192.168.2.1

Then, for name resolution:

# echo "nameserver ip.of.isp.dns" >> /etc/resolv.conf

Regards,

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


keysym error while starting X

2008-04-08 Thread Tsu-Fan Cheng
Hi,
   I found that I can't start x-window because of some keysym error,
when entering X using xinit, I have these on the screen:
expected keysym, got XF86KbdLightOnOff: line 70 of pc
expected keysym, got XF86KbdBrightnessDown: line 71 of pc
expected keysym, got XF86KbdBrightnessUp: line 72 of pc
expected keysym, got XF86KbdLightOnOff: line 70 of pc
expected keysym, got XF86KbdBrightnessDown: line 71 of pc
expected keysym, got XF86KbdBrightnessUp: line 72 of pc

and kernel report stray irq7 (and lots of it)

tried google but not found much, any idea?? thank you!!

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


Large file system creation

2008-04-08 Thread Brian McCann
Hi all.  I'm trying to create a ~9TB partition on a new file server.
I thought FreeBSD now supported this (I'm on 7.0), but I can't figure
it out.  I go into sysinstall, create the partition in fdisk using "A
= Use Entire Disk), write it to disk, exit sysinstall and re-run
it...and sysinstall doesn't show what it showed before I exited last
time.

Can someone shed some light on what I'm doing wrong here?

Thanks,
--Brian

-- 
_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_
Brian McCann

"I don't have to take this abuse from you -- I've got hundreds of
people waiting to abuse me."
 -- Bill Murray, "Ghostbusters"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Large file system creation

2008-04-08 Thread Erik Trulsson
On Tue, Apr 08, 2008 at 08:39:48AM -0400, Brian McCann wrote:
> Hi all.  I'm trying to create a ~9TB partition on a new file server.
> I thought FreeBSD now supported this (I'm on 7.0), but I can't figure
> it out.  I go into sysinstall, create the partition in fdisk using "A
> = Use Entire Disk), write it to disk, exit sysinstall and re-run
> it...and sysinstall doesn't show what it showed before I exited last
> time.
> 
> Can someone shed some light on what I'm doing wrong here?
> 

The filesystem (UFS2) supports disks larger than 2TB, but fdisk(8) and
bsdlabel(8) (which are what sysinstall uses to partition the disk) do not
support disks larger than 2TB due to limitations in the on-disk format they
use.

You will need to use gpt(8) instead to partition your disk.
This cannot be done from sysinstall and you normally cannot boot from
a gpt(8)-partitioned disk due to lack of support in the BIOS of most PC.





-- 

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: Large file system creation

2008-04-08 Thread Wojciech Puchar

Hi all.  I'm trying to create a ~9TB partition on a new file server.
I thought FreeBSD now supported this (I'm on 7.0), but I can't figure
it out.  I go into sysinstall, create the partition in fdisk using "A
= Use Entire Disk), write it to disk, exit sysinstall and re-run
it...and sysinstall doesn't show what it showed before I exited last
time.

Can someone shed some light on what I'm doing wrong here?



The filesystem (UFS2) supports disks larger than 2TB, but fdisk(8) and
bsdlabel(8) (which are what sysinstall uses to partition the disk) do not
support disks larger than 2TB due to limitations in the on-disk format they
use.

You will need to use gpt(8) instead to partition your disk.


or don't partition at all



This cannot be done from sysinstall and you normally cannot boot from
a gpt(8)-partitioned disk due to lack of support in the BIOS of most PC.


or use old disk, pendrive, DVD-ROM etc. for booting
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Problem with gio-fam-backend, portupgrade failing...

2008-04-08 Thread Matthias Apitz
El día Monday, April 07, 2008 a las 10:06:02PM +0100, Peter Harrison escribió:

> > I have seen this before, if ( /devel/ ) gio-fam-backend needs a library 
> > that 
> > is outdated, it gives this sort of error.  I know when I had the issue, it 
> > was that it needs glib 2.16 and I had 2.14.  Thankfully it doesn't have too 
> > many dependancies so it isn't hard to check them all.
> 
> 
> Right, I'll start looking through the gio-fam-backend dependencies and report 
> back.
> Thanks for the quick response.
> 
> Peter Harrison.
> 
> 
> > 
> > Mark Moellering

I've installed last weekend a 7.0R, did portsnap fetch/extract and fired
up my script to run in BATCH mode through the ~200 ports I wanted have
installed on the box; when I came back late night and was hoping all
went fine, some of the ports failed as well with gio-fam-backend; it
took me some time to go to /usr/ports/devel/glib20, deinstall and
install it fresh which changed it from glib-2.14.2 to 2.16.x (don't know
the x from the top of my head now); after this all was fine again;

really, I did not understand how this was possible after portsnap
fetch/extract on a real new system, just installed from boot CD;

matthias

-- 
Matthias Apitz
Manager Technical Support - OCLC GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e <[EMAIL PROTECTED]> - w http://www.oclc.org/ http://www.UnixArea.de/
b http://gurucubano.blogspot.com/
Don't top-post, read RFC1855 http://www.faqs.org/rfcs/rfc1855.html
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on Usenet and in e-mail?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Grand Omission from WebSite

2008-04-08 Thread Wojciech Puchar

http://www.freebsd.org/applications.html
which contains a link self-described as "packages collection" which
takes you to the OS distribution page, unrelated to packages.
Entering "package" or "packages" into the (sic) search engine each


install ports and view /usr/ports/INDEX


yield a null result.  It is a crying shame that one of the most unique
and fruitful features of my favorite operating system should be so
obfuscated.
 Thanks,
   \DaveW
--
 Dave Woodruff - System Admn - RadOnc Computer Support
Vox: 415/353-9818  Fax: 415/353-9883  Pgr: 415/443-2896
--- University of California, San Francisco, Radiation Oncology ---
 1600 Divisadero - Suite H-1031, San Francisco, CA  94143-1708

___
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]"


{Disarmed} Re: network configuration problem

2008-04-08 Thread Derek Ragona

At 04:08 AM 4/8/2008, Johannes-Maria Kaltenbach wrote:


Hello,

at the moment I'm using internet an emails via a 56k modem and ppp.
I want to change to DSL -- but I'm not able to do it without help.

I've bought a router/gateway from my provider (Telekom/T-Online)
which is called "Speedport W 502V Typ A" an has the ip address
192.168.2.1; it is connectet to an ethernet card (rl0).

The provider requests DHCP, but this doesn't work; I get the message

| Bogus domain search list 15: Speedport_W_502V_Typ_A (Speedport_W_502V_Typ_A)
| Invalid lease option - ignoring offer

several times and the error message "Network is unreachable".

Then I assigned an address (e. g. 192.168.10.1) to the ethernet card
with the help of

ifconfig rl0 192.168.10.1 255.255.255.0


You need to setup your IP on the same subnet as your router,  Check the 
documentation on your router and choose an address NOT given as a DHCP 
address.


Many routers start their DHCP pool at 100, so you could try:
ifconfig rl0 192.168.2.10 255.255.255.0

Then:

route add default 192.168.2.1

This would work as long as the 192.168.2.10 is outside the DHCP pool.

-Derek





and made it the default route:

route add default 192.168.10.1

output of ifconfig:

| rl0: flags=8843 mtu 1500
| options=8
| inet 192.168.10.1 netmask 0xff00 broadcast 255.255.255.0
| inet6 fe80::214:85ff:fe75:eac8%rl0 prefixlen 64 scopeid 0x1
| ether 00:14:85:75:ea:c8
| media: Ethernet autoselect (100baseTX )
| status: active


and netstat:

| Routing tables
|
| Internet:
| DestinationGatewayFlagsRefs  Use  Netif Expire
| default192.168.10.1   UGS 0 2304rl0
| localhost  localhost  UH  0  490lo0
| 192.168.10 link#1 UC  00rl0
| 192.168.10.1   00:14:85:75:ea:c8  UHLW2   36lo0


I cannot "ping" the router/gateway:

| PING 192.168.2.1 (192.168.2.1): 56 data bytes
| 36 bytes from 192.168.10.1: Time to live exceeded
| Vr HL TOS  Len   ID Flg  off TTL Pro  cks  Src  Dst
|  4  5  00 5400 025f   0   01  01 29f8 192.168.10.1  192.168.2.1
|
| 36 bytes from 192.168.10.1: Time to live exceeded
| Vr HL TOS  Len   ID Flg  off TTL Pro  cks  Src  Dst
|  4  5  00 5400 0269   0   01  01 29ee 192.168.10.1  192.168.2.1
|
| 36 bytes from 192.168.10.1: Time to live exceeded
| Vr HL TOS  Len   ID Flg  off TTL Pro  cks  Src  Dst
|  4  5  00 5400 0273   0   01  01 29e4 192.168.10.1  192.168.2.1
etc.


With "firefox http://192.168.2.1"; (to get the configuration menu of
the speedport) I get the error message:

| The connection was refused when attempting to contact 192.168.2.1.

and with telnet:

| Trying 192.168.2.1...
| telnet: connect to address 192.168.2.1: No route to host
| telnet: Unable to connect to remote host


What I'm doing wrong?
Can you please help me?

Thanks,
Johannes-Maria


P. S.: I'm using  FreeBSD 6.0-RELEASE. (That's the only operating
system on my pc, so I cannot test or configure the speedport with
Linux or MS-Windows.)



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

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: Large file system creation

2008-04-08 Thread Brian McCann
That looks like what I need.  I've got a seperate 32GB array to boot
off of, so that's perfect.  Now to just read some man pages.  Thanks!

--Brian

On Tue, Apr 8, 2008 at 9:30 AM, Erik Trulsson <[EMAIL PROTECTED]> wrote:
> On Tue, Apr 08, 2008 at 08:39:48AM -0400, Brian McCann wrote:
>  > Hi all.  I'm trying to create a ~9TB partition on a new file server.
>  > I thought FreeBSD now supported this (I'm on 7.0), but I can't figure
>  > it out.  I go into sysinstall, create the partition in fdisk using "A
>  > = Use Entire Disk), write it to disk, exit sysinstall and re-run
>  > it...and sysinstall doesn't show what it showed before I exited last
>  > time.
>  >
>  > Can someone shed some light on what I'm doing wrong here?
>  >
>
>  The filesystem (UFS2) supports disks larger than 2TB, but fdisk(8) and
>  bsdlabel(8) (which are what sysinstall uses to partition the disk) do not
>  support disks larger than 2TB due to limitations in the on-disk format they
>  use.
>
>  You will need to use gpt(8) instead to partition your disk.
>  This cannot be done from sysinstall and you normally cannot boot from
>  a gpt(8)-partitioned disk due to lack of support in the BIOS of most PC.
>
>
>
>
>
>  --
>  
>  Erik Trulsson
>  [EMAIL PROTECTED]
>



-- 
_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_
Brian McCann

"I don't have to take this abuse from you -- I've got hundreds of
people waiting to abuse me."
 -- Bill Murray, "Ghostbusters"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


ipsec-racoon and a cisco pix 515e

2008-04-08 Thread Mark Busby
Having trouble getting my first connection setup.
  I am must use the 3des md5 encryption.
   
  This is from the error log.
  : DEBUG: hash validated.
: DEBUG: begin.
: DEBUG: seen nptype=8(hash)
: DEBUG: seen nptype=11(notify)
: DEBUG: succeed.
: ERROR: unknown notify message, no phase2 handle found.
: DEBUG: notification message 14:NO-PROPOSAL-CHOSEN, doi=1 proto_id=3 
spi=0fddcb32(size=4).
: ERROR: 72.164.229.178 give up to get IPsec-SA due to time up to wait.
: DEBUG: an undead schedule has been deleted.
: DEBUG: msg 1 not interesting
: DEBUG: msg 1 not interesting

   setkey -D -P
192.168.75.101/0[any] 192.168.1.203/0[any] ip4
in ipsec
esp/tunnel/72.164.229.178-75.41.234.82/require
created: Apr  8 09:59:05 2008  lastused: Apr  8 09:59:05 2008
lifetime: 0(s) validtime: 0(s)
spid=16389 seq=1 pid=896
refcnt=1
192.168.1.203/0[any] 192.168.75.101/0[any] ip4
out ipsec
esp/tunnel/75.41.234.82-72.164.229.178/require
created: Apr  8 09:59:05 2008  lastused: Apr  8 10:09:04 2008
lifetime: 0(s) validtime: 0(s)
spid=16388 seq=0 pid=896
refcnt=1

  racoon.conf
  path pre_shared_key "/usr/local/etc/racoon/psk.txt";
  path certificate "@sysconfdir_x@/cert";
  log debug2;
  padding
{
maximum_length 20;  # maximum padding length.
randomize off;  # enable randomize length.
strict_check off;   # enable strict check.
exclusive_tail off; # extract last one octet.
}
  listen
{
  isakmp 75.41.234.82 [500];
 }
  timer
{
counter 5;  # maximum trying count to send.
interval 20 sec;# maximum interval to resend.
persend 1;  # the number of packets per send.
  phase1 30 sec;
phase2 15 sec;
}
   remote 72.164.229.178
 {
 exchange_mode aggressive,main,base;
 lifetime time 24 hour;
 proposal {
 encryption_algorithm 3des;
 hash_algorithm md5 ;
 authentication_method pre_shared_key;
 dh_group 2;
 }
 }
   sainfo anonymous
 {
 pfs_group 2;
 lifetime time 12 hour ;
 encryption_algorithm 3des ;
 authentication_algorithm hmac_md5 ;
 compression_algorithm deflate ;
}


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


Re: Large file system creation

2008-04-08 Thread Brian McCann
Hmm...didn't think of that...didn't think fsck used that much
RAM...and thought it was independent of the file system size.  Right
now it's got 2GB.

On Tue, Apr 8, 2008 at 11:28 AM, Alexandre Biancalana
<[EMAIL PROTECTED]> wrote:
> On 4/8/08, Brian McCann <[EMAIL PROTECTED]> wrote:
>  > That looks like what I need.  I've got a seperate 32GB array to boot
>  >  off of, so that's perfect.  Now to just read some man pages.  Thanks!
>
>  How many memory do you have in this machine ?? To fsck 9 TB you will
>  need a LOT of memory
>



-- 
_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_
Brian McCann

"I don't have to take this abuse from you -- I've got hundreds of
people waiting to abuse me."
 -- Bill Murray, "Ghostbusters"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Large file system creation

2008-04-08 Thread Alexandre Biancalana
On 4/8/08, Brian McCann <[EMAIL PROTECTED]> wrote:
> That looks like what I need.  I've got a seperate 32GB array to boot
>  off of, so that's perfect.  Now to just read some man pages.  Thanks!

How many memory do you have in this machine ?? To fsck 9 TB you will
need a LOT 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: utf8

2008-04-08 Thread alexus
I'm not an X user, I use shell.

On Tue, Apr 8, 2008 at 1:49 AM, Manolis Kiagias <[EMAIL PROTECTED]> wrote:
> alexus wrote:
> > how do I make my FreeBSD-7 to understand UTF-8? I have files that i
> > need to transfer, but when i do it converts to ? instead of
> > name
> >
> >
> >
> The console will not show UTF-8 filenames, though they are stored normally.
> If you use X, then doing something along the line of export LANG=en_US.UTF-8
> before startx will allow you to see the filenames normally from an X
> terminal.
>



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


squeezecenter hangs kernel on sigterm

2008-04-08 Thread Scott Gasch
Hi,

I have a problem with the squeezecenter port -- when I stop it (via
/usr/local/etc/rc.d/squeezecenter stop or via system shutdown or via kill -9
pid) it hangs the machine instantly, every time.  There is nothing in the
system or all log about what happened.  I'm running FreeBSD
wannabe.guru.org6.2-RELEASE-p11 FreeBSD 6.2-RELEASE-p11.  Has anyone
ever seen this before
and / or have any advice short of hooking up a kernel debugger?  If a kernel
debugger is the next step, can someone point me at a good guide?

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


Re: squeezecenter hangs kernel on sigterm

2008-04-08 Thread Brooks Davis
On Tue, Apr 08, 2008 at 08:42:51AM -0700, Scott Gasch wrote:
> Hi,
> 
> I have a problem with the squeezecenter port -- when I stop it (via
> /usr/local/etc/rc.d/squeezecenter stop or via system shutdown or via kill -9
> pid) it hangs the machine instantly, every time.  There is nothing in the
> system or all log about what happened.  I'm running FreeBSD
> wannabe.guru.org6.2-RELEASE-p11 FreeBSD 6.2-RELEASE-p11.  Has anyone
> ever seen this before
> and / or have any advice short of hooking up a kernel debugger?  If a kernel
> debugger is the next step, can someone point me at a good guide?

You're going to need a kernel debugger.  The developers handbook has
information:

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

You might also try upgrading to 6.3 since it's unlikely we'll do an
errata to fix this for 6.2.

My guess would be that you're seeing a bug related to multicast and
mDNSResponderPosix, but it could be something else.

-- Brooks


pgpcAWE7HtV7Q.pgp
Description: PGP signature


Re: Large file system creation

2008-04-08 Thread Wojciech Puchar

That looks like what I need.  I've got a seperate 32GB array to boot
 off of, so that's perfect.  Now to just read some man pages.  Thanks!


How many memory do you have in this machine ?? To fsck 9 TB you will


there is swap too . but my 1.4TB partition can be fsck'ed on 1GB RAM 
without swap.



need a LOT of memory

depends of block sized and inode counts.

it will be most likely large 32K blocks, so quick fsck and little RAM


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


Re: Large file system creation

2008-04-08 Thread Alexandre Biancalana
On 4/8/08, Brian McCann <[EMAIL PROTECTED]> wrote:
> Hmm...didn't think of that...didn't think fsck used that much
>  RAM...and thought it was independent of the file system size.  Right
>  now it's got 2GB.

so better you think a little more before execute and do some tests
before production too... Try gjournal
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: xorg and radeon, widescreen

2008-04-08 Thread Paul Schmehl
--On Tuesday, April 08, 2008 11:29:34 +0100 Max Russell 
<[EMAIL PROTECTED]> wrote:



I'm having issues with my X1350, video7 flatscreen and xorg.conf - the
relevant sections of my xorg follow:

Section "ServerLayout"
Identifier "X.org Configured"
Screen  0  "Screen0" 0 0
InputDevice"Mouse0" "CorePointer"
InputDevice"Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
RgbPath  "/usr/local/share/X11/rgb"
ModulePath   "/usr/local/lib/xorg/modules"
FontPath "/usr/local/lib/X11/fonts/misc/"
FontPath "/usr/local/lib/X11/fonts/TTF/"
FontPath "/usr/local/lib/X11/fonts/OTF"
FontPath "/usr/local/lib/X11/fonts/Type1/"
FontPath "/usr/local/lib/X11/fonts/100dpi/"
FontPath "/usr/local/lib/X11/fonts/75dpi/"
FontPath "/usr/local/lib/X11/fonts/URW/"
EndSection

Section "Module"
Load  "GLcore"
Load  "dbe"
Load  "dri"
Load  "extmod"
Load  "glx"
Load  "record"
Load  "xtrap"
Load  "freetype"
Load  "type1"
EndSection

Section "Monitor"
Identifier   "Monitor0"
VendorName   "VideoSeven"
ModelName"R19W01"
Modeline "1440x900_60.00"  106.47  1440 1520 1672 1904  900 901 904 932
-HSync +Vsync
EndSection

Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "ShadowFB"   # []
#Option "DefaultRefresh" # []
#Option "ModeSetClearScreen" # []
Identifier  "Card0"
Driver  "vesa"
VendorName  "ATI Technologies Inc"
BoardName   "RV515 [Radeon X1300]"
BusID   "PCI:2:0:0"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor"Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport   0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport   0 0
Depth 24
Modes "1440x900_60"
EndSubSection
EndSection

this fails to start x with the /var/log entry reading -
(WW) RADEON: No matching Device section for instance (BusID PCI:2:0:1) found
(EE) No devices detected.

Fatal server error:
no screens found

It has been suggested to me that I comment out the BusID entry, however I am
unsure as to why this should work?


No.  Change the driver from vesa to radeonhd, and make sure the radeonhd drive 
is installed and loaded.


x11-drivers/xf86-video-radeonhd

I'm running dual widescreens with that driver, and it works well, except 
acceleration isn't working yet.

# grep radeonhd /var/log/Xorg.0.log
(II) LoadModule: "radeonhd"
(II) Loading /usr/local/lib/xorg/modules/drivers//radeonhd_drv.so
(II) Module radeonhd: vendor="AMD GPG"

--
Paul Schmehl ([EMAIL PROTECTED])
Senior Information Security Analyst
The University of Texas at Dallas
http://www.utdallas.edu/ir/security/

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


Re: Mail Spool Problems / IMAP

2008-04-08 Thread Jerry McAllister
On Mon, Apr 07, 2008 at 05:49:16PM -0700, Chris Maness wrote:

> 
> 
> 
> >Hi, Chris--
> >
> >On Apr 7, 2008, at 8:52 AM, Chris Maness wrote:
> >>I am having trouble with my imap account on my FreeBSD box.  I am using 
> >>WU-IMAP, and thuderbird.  I have been using this combo for years, and not 
> >>had any issues.  Now, my thuderbird is not displaying messages in the 
> >>inbox.  I can see them with pine, but not with IMAP clients. 
> >>(squirrelmail, thunderbird).  Pine complains about sequence error when I 
> >>send a message. I was able to get it to work for a bit by deleteing the 
> >>mbox file in my home directory, but now it is not working again.  IS 
> >>there a database or something somewhere that needs to be rebult?
> >
> >Can you double-check your mbox file?
> >
> >With the most recent 2007 version of UW-IMAP, I've seen intermittent 
> >corruption of the first line of a mbox file (ie, the "From foo" header) 
> >which causes the mbox to be unreadable by most clients until it is fixed 
> >by hand. It seems to be correlated with simultaneous write access by 
> >people who have a normal MUA and a second device like a smartphone 
> >(iPhone/Treo/BB).
> >
> >I've seen just over a half-dozen of these since Jan...
> >
> >-- 
> >-Vhuvk
> >
> Thanks,
> 
> How do I check it?  Should I use another IMAP server?

The best way is to look at the file with an editor such as vi.

jerry

> 
> Chris Maness
> ___
> 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: about make config

2008-04-08 Thread Leslie Jensen



ivan dimitrov skrev:

Hi list,
in the ports, how can I restore the default config options (in case of make 
config)?


make rmconfig




Ivan


   
-

You rock. That's why Blockbuster's offering you one month of Blockbuster Total 
Access, No Cost.
___
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: network configuration problem

2008-04-08 Thread Johannes-Maria Kaltenbach
Hello,

many thanks for your help.

The problem was already solved with the first answer I read
by Steve Bertrand,
...
> You essentially gave yourself an address outside of the gateways LAN
> address scope, and then proceeded to route all unknown traffic to yourself.
>
> You probably want:
>
> # ifconfig rl0 192.168.2.100 255.255.255.0
>
> ...and
>
> # route add default 192.168.2.1

Tanks also for your hint:

> Then, for name resolution:
>
> # echo "nameserver ip.of.isp.dns" >> /etc/resolv.conf


I'm also thankful for all the other replies to my question, of course;
always happy to learn something.


Regards,
Johannes-Maria


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


Re: Delete the Users

2008-04-08 Thread Jerry McAllister
On Tue, Apr 08, 2008 at 01:46:50PM +0800, Ruel Luchavez wrote:

> Hi..
> I could log-in as a root in the data server of my friend, he give me a task
> to delete some
> users that he added in the server few months ago.
> Unfortunately, I've tried reading in other blogs but none of them is
> correct, there are some
> but at the end its not what i want.
> I know how to add users using command "adduser' but i cant trace after I add
> user where should
> be its directory?where could i find the list of users in the server? what
> would be the command to delete
> the user?

If you have root,   then run  vipw(8).
Look at the entry of the user you want to delete.  It will list the
home directory for that user.

Presuming you want to remove everything about that user:
 - First delete everything in the home directory.   
 - The user's mail inbox is likely to be in /var/mail/USERID.
 - There may be a crontab file.
   Check that with   crontab -u USERID -l If there is nothing there
   don't worry about it.

 - and then usefind(1)  to find all the remaining files and directories 
   owned by that id.   rm them if you want to.   If any of them are files
   that other account also use, you may have to think out deleting them.

Once you have removed all the files you want to, then go back
to vipw and delete the entry from the password file.   vipw will
manage both the  /etc/passwd   and   /etc/master.passwd   as well as
the system password database  correctly for you.
Don't try to edit /etc/passwd  or  /etc/master.passwd directly.

Of course, you can easily write a script in your choice of favorite
language (sh, csh, Perl, etc) to do all this and all you have to do
is enter in the user id.  Probably there are some out there already,
maybe even something in the base system.   But, I delete ids so rarely
that I have always done it by hand and not bothered to look.

jerry

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


by MAC blocking

2008-04-08 Thread Wojciech Puchar

i use static arp on my network.

all existing computers are set in with arp -f /etc/ethers

and interface has STATICARP option set.

trying to use unused IP address doesn't work - as should

BUT trying to use allocated IP address with MAC out of the list - 
surprisingly works.


more strange - when i ping such computer - i get 2 response (normal+DUP)

how to make it completely work?

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


Re: Delete the Users

2008-04-08 Thread Jerry McAllister
On Tue, Apr 08, 2008 at 12:49:23PM -0400, Jerry McAllister wrote:

Just a followup;   It looks like   rmuser(8)   (/usr/sbin/rmuser)  is
the canonical way to remove a user from the system.You can still
use vipw to check out the passwd file.

jerry


> On Tue, Apr 08, 2008 at 01:46:50PM +0800, Ruel Luchavez wrote:
> 
> > Hi..
> > I could log-in as a root in the data server of my friend, he give me a task
> > to delete some
> > users that he added in the server few months ago.
> > Unfortunately, I've tried reading in other blogs but none of them is
> > correct, there are some
> > but at the end its not what i want.
> > I know how to add users using command "adduser' but i cant trace after I add
> > user where should
> > be its directory?where could i find the list of users in the server? what
> > would be the command to delete
> > the user?
> 
> If you have root,   then run  vipw(8).
> Look at the entry of the user you want to delete.  It will list the
> home directory for that user.
> 
> Presuming you want to remove everything about that user:
>  - First delete everything in the home directory.   
>  - The user's mail inbox is likely to be in /var/mail/USERID.
>  - There may be a crontab file.
>Check that with   crontab -u USERID -l If there is nothing there
>don't worry about it.
> 
>  - and then usefind(1)  to find all the remaining files and directories 
>owned by that id.   rm them if you want to.   If any of them are files
>that other account also use, you may have to think out deleting them.
> 
> Once you have removed all the files you want to, then go back
> to vipw and delete the entry from the password file.   vipw will
> manage both the  /etc/passwd   and   /etc/master.passwd   as well as
> the system password database  correctly for you.
> Don't try to edit /etc/passwd  or  /etc/master.passwd directly.
> 
> Of course, you can easily write a script in your choice of favorite
> language (sh, csh, Perl, etc) to do all this and all you have to do
> is enter in the user id.  Probably there are some out there already,
> maybe even something in the base system.   But, I delete ids so rarely
> that I have always done it by hand and not bothered to look.
> 
> jerry
> 
> > 
> > I really need your HELP..Thanks!
> > ___
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> ___
> 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: open pgp

2008-04-08 Thread kalin m

nobody has any ideas?

kalin m wrote:

hi all...

installed open pgp pkg.
added a key sent to me by a client to my keyring...

this is what i get. no matter how many times i enter the client 
provided pass phrase i just get the 'Enter pass phrase: ' prompt...

what, if anythin,  is wrong? the pass phrase?


# pgp the_pgp_file.pgp
Pretty Good Privacy(tm) Version 6.5.8
Internal development version only - not for general release.
(c) 1999 Network Associates Inc.

Export of this software may be restricted by the U.S. government.

File is encrypted.  Secret key is required to read it.

Key for user ID: user_id <[EMAIL PROTECTED]>
2048-bit RSA key, Key ID 0xmoo, created 2008/03/10
Key can sign.
You need a pass phrase to unlock your secret key.

Enter pass phrase:




thanks

___
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: Large file system creation

2008-04-08 Thread Josh Paetzel
On Tuesday 08 April 2008 11:20:58 am Wojciech Puchar wrote:
> >> That looks like what I need.  I've got a seperate 32GB array to boot
> >>  off of, so that's perfect.  Now to just read some man pages.  Thanks!
> >
> > How many memory do you have in this machine ?? To fsck 9 TB you will
>
> there is swap too . but my 1.4TB partition can be fsck'ed on 1GB RAM
> without swap.
>
> > need a LOT of memory
>
> depends of block sized and inode counts.
>
> it will be most likely large 32K blocks, so quick fsck and little RAM
>

In my experience with UFS2 and fsck you will want to have a gig of ram per TB 
of filesystem.  You can get by with less sometimes, eventually you'll get 
bit.  Most mere mortals don't take UFS2 past 6-8TB in production.

There are of course exceptions

-- 
Thanks,

Josh Paetzel

PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB


signature.asc
Description: This is a digitally signed message part.


Re: finding BSD Unix users

2008-04-08 Thread Pollywog
On Tuesday 08 April 2008 06:38:01 Ted Mittelstaedt wrote:

>
> A house with a big back deck, a big grill with a full propane tank, and a
> large cooler full of ice and beer will go a long, long way towards finding
> fellow BSD Unix users.  Put an advert on the bulletin board of your
> local community college and start your own group.
>

In case it has not been suggested, there is also something called "Meetup" 
that can help.  http://www.meetup.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Loading smbfs Module on Boot

2008-04-08 Thread Schiz0
I'm trying to mount a networked NTFS drive via smbfs. However, my
kernel secure level is set to 2, so I cannot load the smbfs module
while the system is running. How can I set the smbfs module to load on
boot? I checked /boot/defaults/loader.conf, but didn't see anything in
there for smbfs.

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


about make config

2008-04-08 Thread ivan dimitrov
Hi list,
in the ports, how can I restore the default config options (in case of make 
config)?

Ivan


   
-
You rock. That's why Blockbuster's offering you one month of Blockbuster Total 
Access, No Cost.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: utf8

2008-04-08 Thread Manolis Kiagias

alexus wrote:

I'm not an X user, I use shell.

On Tue, Apr 8, 2008 at 1:49 AM, Manolis Kiagias <[EMAIL PROTECTED]> wrote:
  

alexus wrote:


how do I make my FreeBSD-7 to understand UTF-8? I have files that i
need to transfer, but when i do it converts to ? instead of
name



  

The console will not show UTF-8 filenames, though they are stored normally.
If you use X, then doing something along the line of export LANG=en_US.UTF-8
before startx will allow you to see the filenames normally from an X
terminal.




You will still be able to see the filenames when connected via ssh from 
a terminal program that supports UTF8 (like e.g. Putty from a Windows 
machine or an xterm from a Linux or other BSD machine). AFAIK there is 
no way to see them directly from FreeBSD's text console.

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


Re: Setting global enviroment variables

2008-04-08 Thread Matthew Seaman

Andrew Cid wrote:

Hi all,

What's the best way of setting environment variables on FreeBSD
so that all users and daemons running from rc can see them?

I'd like to set PKGROOT to a custom package server, so that all users
and a couple of daemons that start from rc will use the new packages.


/etc/login.conf -- don't forget to run cap_mkdb after editing it.

Cheers,

Matthew

--
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
 Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
 Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Setting global enviroment variables

2008-04-08 Thread Andrew Cid
Hi all,

What's the best way of setting environment variables on FreeBSD
so that all users and daemons running from rc can see them?

I'd like to set PKGROOT to a custom package server, so that all users
and a couple of daemons that start from rc will use the new packages.

Cheers,


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


Re: Setting global enviroment variables

2008-04-08 Thread Wojciech Puchar

What's the best way of setting environment variables on FreeBSD
so that all users and daemons running from rc can see them?


man login.conf



I'd like to set PKGROOT to a custom package server, so that all users
and a couple of daemons that start from rc will use the new packages.

Cheers,


Andrew
--
accid.net
___
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: Loading smbfs Module on Boot

2008-04-08 Thread Wojciech Puchar



I'm trying to mount a networked NTFS drive via smbfs. However, my
kernel secure level is set to 2, so I cannot load the smbfs module
while the system is running. How can I set the smbfs module to load on
boot? I checked /boot/defaults/loader.conf, but didn't see anything in
there for smbfs.


_load="YES"




Thanks for any suggestions,
~Schiz0
___
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: Large file system creation

2008-04-08 Thread Wojciech Puchar

it will be most likely large 32K blocks, so quick fsck and little RAM



In my experience with UFS2 and fsck you will want to have a gig of ram per TB
of filesystem.  You can get by with less sometimes, eventually you'll get
bit.  Most mere mortals don't take UFS2 past 6-8TB in production.

There are of course exceptions


you talk about VM, not real memory. i don't think making 10GB swap is a 
problem.



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


Re: Loading smbfs Module on Boot

2008-04-08 Thread Eric Zimmerman

Schiz0 wrote:

I'm trying to mount a networked NTFS drive via smbfs. However, my
kernel secure level is set to 2, so I cannot load the smbfs module
while the system is running. How can I set the smbfs module to load on
boot? I checked /boot/defaults/loader.conf, but didn't see anything in
there for smbfs.



i added

smbfs_load="YES"

to my /boot/loader.conf. I think thats what you want.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Mail Spool Problems / IMAP

2008-04-08 Thread Chris Maness


On Tue, 8 Apr 2008, Jerry McAllister wrote:


On Mon, Apr 07, 2008 at 05:49:16PM -0700, Chris Maness wrote:






Hi, Chris--

On Apr 7, 2008, at 8:52 AM, Chris Maness wrote:

I am having trouble with my imap account on my FreeBSD box.  I am using
WU-IMAP, and thuderbird.  I have been using this combo for years, and not
had any issues.  Now, my thuderbird is not displaying messages in the
inbox.  I can see them with pine, but not with IMAP clients.
(squirrelmail, thunderbird).  Pine complains about sequence error when I
send a message. I was able to get it to work for a bit by deleteing the
mbox file in my home directory, but now it is not working again.  IS
there a database or something somewhere that needs to be rebult?


Can you double-check your mbox file?

With the most recent 2007 version of UW-IMAP, I've seen intermittent
corruption of the first line of a mbox file (ie, the "From foo" header)
which causes the mbox to be unreadable by most clients until it is fixed
by hand. It seems to be correlated with simultaneous write access by
people who have a normal MUA and a second device like a smartphone
(iPhone/Treo/BB).

I've seen just over a half-dozen of these since Jan...

--
-Vhuvk


Thanks,

How do I check it?  Should I use another IMAP server?


The best way is to look at the file with an editor such as vi.

jerry





How is this header look?  I am not quite sure of what I am looking for.


From MAILER-DAEMON Tue Apr  8 10:49:02 2008

Date: 08 Apr 2008 10:49:02 -0700
From: Mail System Internal Data <[EMAIL PROTECTED]>
Subject: DON'T DELETE THIS MESSAGE -- FOLDER INTERNAL DATA
Message-ID: <[EMAIL PROTECTED]>
X-IMAP: 1207676934 4064487180 NonJunk $Forwarded Junk
Status: RO

This text is part of the internal format of your mail folder, and is not
a real message.  It is created automatically by the mail system software.
If deleted, important folder data will be lost, and it will be re-created
with the data reset to initial values.


From [EMAIL PROTECTED] Sat Apr  5 12:04:18 2008

Return-Path: <[EMAIL PROTECTED]>
Received: from atlanta.eham.net (atlanta.eham.net [69.36.242.135])
by ns1.kq6up.org (8.14.2/8.14.2) with ESMTP id m35J41m2056801
for <[EMAIL PROTECTED]>; Sat, 5 Apr 2008 12:04:18 -0700 (PDT)
(envelope-from [EMAIL PROTECTED])
Received: by atlanta.eham.net (Postfix, from userid 502)
id 1870EEF401D; Sat,  5 Apr 2008 12:03:59 -0700 (PDT)
To: [EMAIL PROTECTED]
Subject: [TowerTalk] Antennas and Photons?

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


Re: open pgp

2008-04-08 Thread Roland Smith
On Tue, Apr 08, 2008 at 12:56:24PM -0400, kalin m wrote:
> nobody has any ideas?
> 
> kalin m wrote:
>> hi all...
>> 
>> installed open pgp pkg.
>> added a key sent to me by a client to my keyring...

I don't know this specific problem, but you might want to consider
switching to gnupg, which is still being actively maintained as opposed
to pgp. The pgp release you are using dates from 2000!

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgp9j3ZQvybsn.pgp
Description: PGP signature


Re: Mail Spool Problems / IMAP

2008-04-08 Thread Chuck Swiger

On Apr 8, 2008, at 10:50 AM, Chris Maness wrote:
How is this header look?  I am not quite sure of what I am looking  
for.


That seems to be fine.  If it was corrupted, you'd see a line or a few  
lines of obvious binary garbage...


--
-Chuck

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


Re: Large file system creation

2008-04-08 Thread Alexandre Biancalana
On 4/8/08, Wojciech Puchar <[EMAIL PROTECTED]> wrote:
> >
> > > it will be most likely large 32K blocks, so quick fsck and little RAM
> > >
> > >
> >
> > In my experience with UFS2 and fsck you will want to have a gig of ram per
> TB
> > of filesystem.  You can get by with less sometimes, eventually you'll get
> > bit.  Most mere mortals don't take UFS2 past 6-8TB in production.
> >
> > There are of course exceptions
> >
>
>  you talk about VM, not real memory. i don't think making 10GB swap is a
> problem.

The problem is the time that it will take to fsck a 9TB filesystem.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Large file system creation

2008-04-08 Thread Wojciech Puchar


 you talk about VM, not real memory. i don't think making 10GB swap is a
problem.


The problem is the time that it will take to fsck a 9TB filesystem.


depends mostly of file count not size.

my 1.4TB partition is checked shorter than 20GB squid partition
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Setting global enviroment variables

2008-04-08 Thread Gregory
If you are using sh, or a derived shell such as bash, then you can 
use /etc/profile to achieve your desired result.

On Tuesday 08 April 2008 10:18, Andrew Cid wrote:
> Hi all,
>
> What's the best way of setting environment variables on FreeBSD
> so that all users and daemons running from rc can see them?
>
> I'd like to set PKGROOT to a custom package server, so that all users
> and a couple of daemons that start from rc will use the new packages.
>
> Cheers,
>
>
> Andrew
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: network configuration problem

2008-04-08 Thread Steve Bertrand

Johannes-Maria Kaltenbach wrote:

Hello,

many thanks for your help.

The problem was already solved with the first answer I read
by Steve Bertrand,


Derek does have an important point.

If you ever need to add any other workstations to the network, you will 
want to ensure that the IP you added to FreeBSD manually does not fall 
within the DHCP scope of the gateway.


For instance, if you plug a Windows PC into the gateway, it will by 
default request an address via DHCP. If the gateway provides the Windows 
PC the same address as FreeBSD, you will have communication problems.


Regards,

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


Re: Mail Spool Problems / IMAP

2008-04-08 Thread Chris Maness



On Tue, 8 Apr 2008, Chuck Swiger wrote:


On Apr 8, 2008, at 11:42 AM, Chris Maness wrote:
It does seem like something something is corrupt.  What can I do to reset 
everything and restore everything so that thunderbird can read my inbox 
again.  I have contempalted deleting the user, but I'm not sure if that 
will delete what ever is corrupted.


Try to delete the account in T'bird, quit, and then re-add the account.  Also 
check /var/log/maillog...imapd should be reporting errors if it sees anything 
wrong...


--
-Chuck



I tried doing that, but I still have the same errors.  Also, squirrelmail 
will list the e-mail, but when I click on the e-mail, I get the message:


ERROR:
The server couldn't find the message you requested.

Most probably your message list was out of date and the message has been 
moved away or deleted (perhaps by another program accessing the same 
mailbox).

Click here to return to INBOX

Also, I see no messages from imapd in the message log.  The grep command 
pulls nothing.


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


Re: Mail Spool Problems / IMAP

2008-04-08 Thread Chuck Swiger

On Apr 8, 2008, at 11:42 AM, Chris Maness wrote:
It does seem like something something is corrupt.  What can I do to  
reset everything and restore everything so that thunderbird can read  
my inbox again.  I have contempalted deleting the user, but I'm not  
sure if that will delete what ever is corrupted.


Try to delete the account in T'bird, quit, and then re-add the  
account.  Also check /var/log/maillog...imapd should be reporting  
errors if it sees anything wrong...


--
-Chuck

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


Re: Large file system creation

2008-04-08 Thread Edward Capriolo
On Tue, Apr 8, 2008 at 9:38 AM, Wojciech Puchar
<[EMAIL PROTECTED]> wrote:
>
> >
> > > Hi all.  I'm trying to create a ~9TB partition on a new file server.
> > > I thought FreeBSD now supported this (I'm on 7.0), but I can't figure
> > > it out.  I go into sysinstall, create the partition in fdisk using "A
> > > = Use Entire Disk), write it to disk, exit sysinstall and re-run
> > > it...and sysinstall doesn't show what it showed before I exited last
> > > time.
> > >
> > > Can someone shed some light on what I'm doing wrong here?
> > >
> > >
> >
> > The filesystem (UFS2) supports disks larger than 2TB, but fdisk(8) and
> > bsdlabel(8) (which are what sysinstall uses to partition the disk) do not
> > support disks larger than 2TB due to limitations in the on-disk format
> they
> > use.
> >
> > You will need to use gpt(8) instead to partition your disk.
> >
>
>  or don't partition at all
>
>
>
>
> > This cannot be done from sysinstall and you normally cannot boot from
> > a gpt(8)-partitioned disk due to lack of support in the BIOS of most PC.
> >
>
>  or use old disk, pendrive, DVD-ROM etc. for booting
>
>
>  ___
>  freebsd-questions@freebsd.org mailing list
>  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>  To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
>
Seems like a shame to boot a nice 9TB disk pack off a floppy Disk or a
Pen drive. I mean you do what you have to but that just screams
'workaround'
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Mail Spool Problems / IMAP

2008-04-08 Thread Chris Maness


On Tue, 8 Apr 2008, Chuck Swiger wrote:


On Apr 8, 2008, at 10:50 AM, Chris Maness wrote:

How is this header look?  I am not quite sure of what I am looking for.


That seems to be fine.  If it was corrupted, you'd see a line or a few lines 
of obvious binary garbage...


--
-Chuck



It does seem like something something is corrupt.  What can I do to reset 
everything and restore everything so that thunderbird can read my inbox 
again.  I have contempalted deleting the user, but I'm not sure if that 
will delete what ever is corrupted.


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


Re: network configuration problem

2008-04-08 Thread Warren Block

On Tue, 8 Apr 2008, Steve Bertrand wrote:
If you ever need to add any other workstations to the network, you will want 
to ensure that the IP you added to FreeBSD manually does not fall within the 
DHCP scope of the gateway.


For instance, if you plug a Windows PC into the gateway, it will by default 
request an address via DHCP. If the gateway provides the Windows PC the same 
address as FreeBSD, you will have communication problems.


It's neater and safer to keep static and dynamic addresses in separate 
ranges, but often not strictly necessary.


DHCP servers are supposed to ping an address before assuming it's 
unused.  That normally means you can get away with manually allocating 
IP addresses inside a DHCP range.  Unless some well-meaning person has 
blocked all ICMP, or disabled the DHCP server's ping address check.


-Warren Block * Rapid City, South Dakota USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Problem with gio-fam-backend, portupgrade failing...

2008-04-08 Thread Peter Harrison
Tuesday,  8 April 2008 at 15:41:04 +0200, Matthias Apitz said:
> El día Monday, April 07, 2008 a las 10:06:02PM +0100, Peter Harrison escribió:
> 
> > > I have seen this before, if ( /devel/ ) gio-fam-backend needs a library 
> > > that 
> > > is outdated, it gives this sort of error.  I know when I had the issue, 
> > > it 
> > > was that it needs glib 2.16 and I had 2.14.  Thankfully it doesn't have 
> > > too 
> > > many dependancies so it isn't hard to check them all.
> > 
> > 
> > Right, I'll start looking through the gio-fam-backend dependencies and 
> > report back.
> > Thanks for the quick response.
> > 
> > Peter Harrison.
> > 
> > 
> > > 
> > > Mark Moellering
> 
> I've installed last weekend a 7.0R, did portsnap fetch/extract and fired
> up my script to run in BATCH mode through the ~200 ports I wanted have
> installed on the box; when I came back late night and was hoping all
> went fine, some of the ports failed as well with gio-fam-backend; it
> took me some time to go to /usr/ports/devel/glib20, deinstall and
> install it fresh which changed it from glib-2.14.2 to 2.16.x (don't know
> the x from the top of my head now); after this all was fine again;
> 
> really, I did not understand how this was possible after portsnap
> fetch/extract on a real new system, just installed from boot CD;
> 
>   matthias


Seems to me there might have been a problem with the port.

I noticed that gio-fam-backend had been updated to 2.16.3, ran portsnap and it 
then installed without problem. No other intervention required. I'm running 
portupgrade -a again now with no problems so far.

Thanks all for the responses.


Peter Harrison.




> 
> -- 
> Matthias Apitz
> Manager Technical Support - OCLC GmbH
> Gruenwalder Weg 28g - 82041 Oberhaching - Germany
> t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
> e <[EMAIL PROTECTED]> - w http://www.oclc.org/ http://www.UnixArea.de/
> b http://gurucubano.blogspot.com/
> Don't top-post, read RFC1855 http://www.faqs.org/rfcs/rfc1855.html
> A: Because it messes up the order in which people normally read text.
> Q: Why is it such a bad thing?
> A: Top-posting.
> Q: What is the most annoying thing on Usenet and in e-mail?
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Apache22 Port Install Problem

2008-04-08 Thread Mel
On Tuesday 08 April 2008 07:11:47 Tim DeBoer wrote:

> The install goes fine, no obvious errors anyway, when I do apachectl
> configtest, I get
> # apachectl configtest
> Syntax error on line 117 of /usr/local/etc/apache22/httpd.conf:
> Invalid command 'Order', perhaps misspelled or defined by a module not



Is this line present and active?
LoadModule authz_host_module libexec/apache22/mod_authz_host.so


-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Supermicro motherboard compatibility/Server recommendation help

2008-04-08 Thread Eric Zimmerman

can anyone speak to successes with using the newed Supermicro server
boards with FreeBSD? i was looking at things like this:

http://www.supermicro.com/products/system/4U/7045/SYS-7045A-CT.cfm

On-Board Devices
Chipset 

* Intel® 5100 (San Clemente) chipset
* Intel® ICH9R + PXH-V

SATA

* Intel ICH9R SB SATAII Controller
* RAID 0, 1, 5, 10 support (Windows only)
* RAID 0, 1, 10 support (Linux)


Does FreeBSD support that SATA controller for various RAID setups?

Does anyone have any suggestions for a vendor that provides barebones
servers (tower models) with hot swap SATA drives included?

Thanks,

Eric

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


requesting 'QA' assistance

2008-04-08 Thread Jim Stapleton
I have something I'd like to add to ports eventually, but it isn't
read yet. I was wondering what the preferred method of requesting
users take a peek at it and tell me what they think/want.

The actual software would go under ports-mgmt, and has the main
functionality intended. The actuall set of programs is called 'virtual
ports', and it allows a keyword and virtual directory indexing of the
ports tree. The goal is to allow people to play around with different
designs of the ports tree without having to change the system ports
tree - preventing breakage in programs, and giving both the users and
maintainers of the ports tree more flexibility in organization.

Should I post the tbz file on my web server, and post a link on a
mailing list, or post the copied/pasted shar to the mailing list
(466kb, so I'm guessing /no/ to that one).

Should I post here or to -ports?

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


Re: Large file system creation

2008-04-08 Thread Mel
On Tuesday 08 April 2008 21:12:00 Edward Capriolo wrote:

> Seems like a shame to boot a nice 9TB disk pack off a floppy Disk or a
> Pen drive. I mean you do what you have to but that just screams
> 'workaround'

Or worrying about 1 minute longer boot cycle on 90 days+ uptime screams 
optimization fever.

-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Large file system creation

2008-04-08 Thread Wojciech Puchar

On our older servers that wouldn't even recognize a 2TB partition
(which is where the OS was too), we used a CF card and CF card adapter
to boot from.  Slightly more gracious...


CD/DVD drive isn't bad too. anyway - you don't change kernel every day.

or pendrive. possibly floppy but i don't know if kernel (with at least 
disk driver and ufs) can fit on it compressed. i don't think so.


ZIPdrives internal (i've got a bit for free).

netboot

or simply small hard disk. there are lot of options.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Large file system creation

2008-04-08 Thread Wojciech Puchar

Seems like a shame to boot a nice 9TB disk pack off a floppy Disk or a
Pen drive. I mean you do what you have to but that just screams
'workaround'


Or worrying about 1 minute longer boot cycle on 90 days+ uptime screams


doesn't matter at all. it is workaround, but over strange BIOS software, 
not FreeBSD

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


Re: Mail Spool Problems / IMAP

2008-04-08 Thread Mel
On Tuesday 08 April 2008 21:32:45 Jerry McAllister wrote:
> On Tue, Apr 08, 2008 at 11:42:41AM -0700, Chris Maness wrote:
> > On Tue, 8 Apr 2008, Chuck Swiger wrote:
> > >On Apr 8, 2008, at 10:50 AM, Chris Maness wrote:
> > >>How is this header look?  I am not quite sure of what I am looking for.
> > >
> > >That seems to be fine.  If it was corrupted, you'd see a line or a few
> > >lines of obvious binary garbage...
> > >
> > >--
> > >-Chuck
> >
> > It does seem like something something is corrupt.  What can I do to reset
> > everything and restore everything so that thunderbird can read my inbox
> > again.  I have contempalted deleting the user, but I'm not sure if that
> > will delete what ever is corrupted.
>
> Very often it is only one character out of place.   Each header should
> start with  'From' in the beginning of a line

Since you mention one character, it should actually be starting with 'From ' 
and any line that starts with 'From ' that is not the start of a mail should 
be changed to '>From ' before ending up in the mbox file.

This test weeds it out, allthough there's still room for false positives, 
easily resolved by the human brain:
grep '^From ' /var/mail/myloginname |grep -v '200[78]$'
-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: requesting 'QA' assistance

2008-04-08 Thread Bill Moran
In response to "Jim Stapleton" <[EMAIL PROTECTED]>:

> I have something I'd like to add to ports eventually, but it isn't
> read yet. I was wondering what the preferred method of requesting
> users take a peek at it and tell me what they think/want.
> 
> The actual software would go under ports-mgmt, and has the main
> functionality intended. The actuall set of programs is called 'virtual
> ports', and it allows a keyword and virtual directory indexing of the
> ports tree. The goal is to allow people to play around with different
> designs of the ports tree without having to change the system ports
> tree - preventing breakage in programs, and giving both the users and
> maintainers of the ports tree more flexibility in organization.
> 
> Should I post the tbz file on my web server, and post a link on a
> mailing list, or post the copied/pasted shar to the mailing list
> (466kb, so I'm guessing /no/ to that one).
> 
> Should I post here or to -ports?

My opinion would be make a .tgz of the port directory and put it on
a web/ftp server somewhere, then post a link to the ports mailing list
asking folks to look at it and provide feedback.

Yes, a 466K shar file posted to the mailing list is going to tick a lot
of people off ;)

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


Re: Large file system creation

2008-04-08 Thread Brian McCann
On our older servers that wouldn't even recognize a 2TB partition
(which is where the OS was too), we used a CF card and CF card adapter
to boot from.  Slightly more gracious...

On Tue, Apr 8, 2008 at 3:12 PM, Edward Capriolo <[EMAIL PROTECTED]> wrote:
> On Tue, Apr 8, 2008 at 9:38 AM, Wojciech Puchar
>
> <[EMAIL PROTECTED]> wrote:
>  >
>  > >
>
>
> > > > Hi all.  I'm trying to create a ~9TB partition on a new file server.
>  > > > I thought FreeBSD now supported this (I'm on 7.0), but I can't figure
>  > > > it out.  I go into sysinstall, create the partition in fdisk using "A
>  > > > = Use Entire Disk), write it to disk, exit sysinstall and re-run
>  > > > it...and sysinstall doesn't show what it showed before I exited last
>  > > > time.
>  > > >
>  > > > Can someone shed some light on what I'm doing wrong here?
>  > > >
>  > > >
>  > >
>  > > The filesystem (UFS2) supports disks larger than 2TB, but fdisk(8) and
>  > > bsdlabel(8) (which are what sysinstall uses to partition the disk) do not
>  > > support disks larger than 2TB due to limitations in the on-disk format
>  > they
>  > > use.
>  > >
>  > > You will need to use gpt(8) instead to partition your disk.
>  > >
>  >
>  >  or don't partition at all
>  >
>  >
>  >
>  >
>  > > This cannot be done from sysinstall and you normally cannot boot from
>  > > a gpt(8)-partitioned disk due to lack of support in the BIOS of most PC.
>  > >
>  >
>  >  or use old disk, pendrive, DVD-ROM etc. for booting
>  >
>  >
>
> >  ___
>  >  freebsd-questions@freebsd.org mailing list
>  >  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>  >  To unsubscribe, send any mail to
>  > "[EMAIL PROTECTED]"
>  >
>  Seems like a shame to boot a nice 9TB disk pack off a floppy Disk or a
>  Pen drive. I mean you do what you have to but that just screams
>  'workaround'
>



-- 
_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_-=-_
Brian McCann

"I don't have to take this abuse from you -- I've got hundreds of
people waiting to abuse me."
 -- Bill Murray, "Ghostbusters"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Setting global enviroment variables

2008-04-08 Thread Andrew Cid
On Tue, Apr 08, 2008 at 06:31:27PM +0100, Matthew Seaman wrote:
> 
> /etc/login.conf -- don't forget to run cap_mkdb after editing it.
>

Thanks, that's totally it.  I added PACKAGEROOT to setenv in the default
class: 

:setenv=MAIL=/var/mail/$,BLOCKSIZE=K,FTP_PASSIVE_MODE=YES,PACKAGEROOT=http\c//pkg.accid.net:\

I also had to comment out a line in sudoers to preserve the package
related variables:

Defaultsenv_keep += "PKG_PATH PKG_DBDIR PKG_TMPDIR TMPDIR PACKAGEROOT 
PACKAGESITE PKGDIR"

Now both, users and daemons are enjoying new packages.  


Massive thanks for all replies,



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


USB bluetooth problem...

2008-04-08 Thread Peter Harrison
I'm trying to get a no-name usb bluetooth dongle working without luck so far.

I'm reading through the handbook, so I've run:

# kldload ng_ubt

then I plug the dongle in, this is what I see in /var/log/messages:

Apr  8 20:23:23 laptop root: Unknown USB device: vendor 0x1131 product 0x1001 
bus uhub0
Apr  8 20:23:28 laptop kernel: ubt0:  on uhub0
Apr  8 20:23:28 laptop kernel: ubt0: Interface 0 endpoints: interrupt=0x81, 
bulk-in=0x82, bulk-out=0x2
Apr  8 20:23:28 laptop kernel: ubt0: Interface 1 (alt.config 5) endpoints: 
isoc-in=0x83, isoc-out=0x3; wMaxPacketSize=49; nframes=6, buffer size=294
Apr  8 20:23:29 laptop kernel: WARNING: attempt to net_add_domain(bluetooth) 
after domainfinalize()
Apr  8 20:23:29 laptop kernel: WARNING: attempt to net_add_domain(netgraph) 
after domainfinalize()
Apr  8 20:23:35 laptop kernel: ng_hci_process_command_timeout: ubt0hci - unable 
to complete HCI command OGF=0x3, OCF=0x3. Timeout
Apr  8 20:23:36 laptop root: /etc/rc.d/bluetooth: ERROR: Unable to setup 
Bluetooth stack for device ubt0
Apr  8 20:28:22 laptop root: rc.d/bluetooth: ERROR: Unsupported device: 

and I don't get a /dev/ubt0 so none of the other commands will work. I also 
don't have a /usr/share/examples/netgraph/bluetooth/rc.bluetooth as suggested, 
but I do have a /etc/rc.d/bluetooth which seems to attempt to start the stack.

This is on:

FreeBSD laptop.piggybox 7.0-STABLE FreeBSD 7.0-STABLE #4: Wed Apr  2 21:38:37 
BST 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386


Any thoughts? Thanks in advance,


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


Setting CPUTYPE and CFLAGS in make.conf

2008-04-08 Thread David Allen
The advice I've read in several posts on the subject involve everything
from setting one, setting both, to ignoring both, sometimes with the =?
notation and sometimes without.  And then, I've read comments that suggest
when compiling the kernel, for example, both are ignored, and default
values (tucked away somewhere) are always applied.  IIRC, the handbook
recommends at least setting CPUTYPE.

My question isn't a holy grail type of quest for maximised performance,
but concerns the meaning of those settings with respect to
building world, building kernel and anything in ports.  Put another way,
I'm not a computer science major, but do have different systems that I
compile for, and I'd like to have a better understand WTF I'm really doing.

For example, what is the difference, if any, between a binary compiled
with:

CPUTYPE=opteron
CFLAGS=-O -pipe

compares with compiling it using:

CPUTYPE=pentium3
CFLAGS=

compares with compiling it using what I think are the universal defaults
of:

CPUTYPE=
CFLAGS=-O2 -fno-strict-aliasing -pipe

that get applied if the make.conf is blank?  Can the resulting binary be
run on each other's system?  Or is it simply optimised to run on one,
versus another?  Or are those settings relevant to the compilation process
only?  Or to both the compilation process and the actual performance of
the binary?  Or should I be taking the dog for a nice long walk instead of
watching scrolling compiler output? ;-)

If someone could take a moment to explain in moderately technical terms
what all the above means, or suggest a source for further reading, I'd be
grateful.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Mail Spool Problems / IMAP

2008-04-08 Thread Chris Maness



On Tuesday 08 April 2008 21:32:45 Jerry McAllister wrote:

On Tue, Apr 08, 2008 at 11:42:41AM -0700, Chris Maness wrote:

On Tue, 8 Apr 2008, Chuck Swiger wrote:

On Apr 8, 2008, at 10:50 AM, Chris Maness wrote:

How is this header look?  I am not quite sure of what I am looking for.


That seems to be fine.  If it was corrupted, you'd see a line or a few
lines of obvious binary garbage...

--
-Chuck


It does seem like something something is corrupt.  What can I do to reset
everything and restore everything so that thunderbird can read my inbox
again.  I have contempalted deleting the user, but I'm not sure if that
will delete what ever is corrupted.


Very often it is only one character out of place.   Each header should
start with  'From' in the beginning of a line


Since you mention one character, it should actually be starting with 'From '
and any line that starts with 'From ' that is not the start of a mail should
be changed to '>From ' before ending up in the mbox file.

This test weeds it out, allthough there's still room for false positives,
easily resolved by the human brain:
grep '^From ' /var/mail/myloginname |grep -v '200[78]$'
--
Mel

Problem with today's modular software: they start with the modules
   and never get to the software part.



Actually, the mail that is in /var/mail/chris gets moved to 
/home/chris/mbox


Before it gets moved, it does not have this placeholder header.  It only 
has the headers of e-mail sent since the last time mail was checked and 
moved to the mbox file.


Also, none of headers in the mbox have the chicken lips ">" not even the 
first one that I posted.


Wouldn't these issues be rectified if I deleted the mbox file and started 
from scratch?

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


Re: Mail Spool Problems / IMAP

2008-04-08 Thread Jerry McAllister
On Tue, Apr 08, 2008 at 11:42:41AM -0700, Chris Maness wrote:

> 
> On Tue, 8 Apr 2008, Chuck Swiger wrote:
> 
> >On Apr 8, 2008, at 10:50 AM, Chris Maness wrote:
> >>How is this header look?  I am not quite sure of what I am looking for.
> >
> >That seems to be fine.  If it was corrupted, you'd see a line or a few 
> >lines of obvious binary garbage...
> >
> >-- 
> >-Chuck
> >
> 
> It does seem like something something is corrupt.  What can I do to reset 
> everything and restore everything so that thunderbird can read my inbox 
> again.  I have contempalted deleting the user, but I'm not sure if that 
> will delete what ever is corrupted.

Very often it is only one character out of place.   Each header should 
start with  'From' in the beginning of a line - eg as the first 
character of the file or the first character after a newline-whitespace
combination.

It looks like you have some Greater-Thans ('>')  stuck in there.
Try taking those away from in front of the initial From.

jerry

>From MAILER-DAEMON Tue Apr  8 10:49:02 2008
Date: 08 Apr 2008 10:49:02 -0700
From: Mail System Internal Data <[EMAIL PROTECTED]>
Subject: DON'T DELETE THIS MESSAGE -- FOLDER INTERNAL DATA
Message-ID: <[EMAIL PROTECTED]>
X-IMAP: 1207676934 4064487180 NonJunk $Forwarded Junk
Status: RO

This text is part of the internal format of your mail folder, and is not 
a real message.  It is created automatically by the mail system software.
If deleted, important folder data will be lost, and it will be re-created   
with the data reset to initial values.

>From [EMAIL PROTECTED] Sat Apr  5 12:04:18 2008
Return-Path: <[EMAIL PROTECTED]>
Received: from atlanta.eham.net (atlanta.eham.net [69.36.242.135])
by ns1.kq6up.org (8.14.2/8.14.2) with ESMTP id m35J41m2056801
for <[EMAIL PROTECTED]>; Sat, 5 Apr 2008 12:04:18 -0700 (PDT)
(envelope-from [EMAIL PROTECTED])
etc, etc

> 
> Thanks,
> Chirs Maness
> ___
> 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]"


A silent UPS - (A little OT, I know...)

2008-04-08 Thread Da Rock
This may sound like a strange question, but is there a way to mute the
voice box of a UPS? I have a highly specialised application for one- I
need a mobile desktop pc (very cheap). I need to setup a pc for my
little girl so that she has music, video, and visualisations while she's
in her cot- which is mobile and moved from room to room. So I don't want
to shutdown the pc when in transit, and I certainly don't want any
shrieks when I unplug the power...

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


Re: A silent UPS - (A little OT, I know...)

2008-04-08 Thread Bill Moran
In response to Da Rock <[EMAIL PROTECTED]>:

> This may sound like a strange question, but is there a way to mute the
> voice box of a UPS? I have a highly specialised application for one- I
> need a mobile desktop pc (very cheap). I need to setup a pc for my
> little girl so that she has music, video, and visualisations while she's
> in her cot- which is mobile and moved from room to room. So I don't want
> to shutdown the pc when in transit, and I certainly don't want any
> shrieks when I unplug the power...

Last I checked, that was called a laptop.

If for some incomprehensible reason a laptop doesn't work then the answer
is going to be specific to the brand/model of UPS you have.

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


Why are some linux users saying that FreeBSD is dying

2008-04-08 Thread E. J. Cerejo
"FreeBSD is a dying OS because netcraft.com confirms it" that's the 
argument used some of these guys, and I'm wondering what data are they 
using to make their point!  Even netcraft is running FreeBSD and the 
uptimes section I can see quite a few running FreeBSD and not one linux!

Is the data from netcraft reliable?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Why are some linux users saying that FreeBSD is dying

2008-04-08 Thread Pollywog
On Tuesday 08 April 2008 21:32:01 E. J. Cerejo wrote:
> "FreeBSD is a dying OS because netcraft.com confirms it" that's the
> argument used some of these guys, and I'm wondering what data are they
> using to make their point!  Even netcraft is running FreeBSD and the
> uptimes section I can see quite a few running FreeBSD and not one linux!
> Is the data from netcraft reliable?

I think perhaps the Linux users who say those things are just trying to get 
people to use Linux, for political reasons and not because Linux is 
necessarily "better".
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: A silent UPS - (A little OT, I know...)

2008-04-08 Thread Da Rock

On Tue, 2008-04-08 at 17:10 -0400, Bill Moran wrote:
> In response to Da Rock <[EMAIL PROTECTED]>:
> 
> > This may sound like a strange question, but is there a way to mute the
> > voice box of a UPS? I have a highly specialised application for one- I
> > need a mobile desktop pc (very cheap). I need to setup a pc for my
> > little girl so that she has music, video, and visualisations while she's
> > in her cot- which is mobile and moved from room to room. So I don't want
> > to shutdown the pc when in transit, and I certainly don't want any
> > shrieks when I unplug the power...
> 
> Last I checked, that was called a laptop.
> 
> If for some incomprehensible reason a laptop doesn't work then the answer
> is going to be specific to the brand/model of UPS you have.
> 

 I have 2 of those, and both in use... Plus, she can't use a
keyboard yet, so I don't want clutter- the unit will be hidden away, and
only screen will be seen by the child (ATM anyway). And, again, costs
are an issue...

I don't have one yet, but I was hoping someone might have a suggestion
as to which one might be capable of switching off the audio alert.

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


Re: Why are some linux users saying that FreeBSD is dying

2008-04-08 Thread Edward Capriolo
It would be helpful if you provided a  URL for the article. I do not
think they mean that FreeBSD systems are dying in terms of crashing or
uptime. They might mean that the Free BSD community is not growing as
fast or staying as active as the Linux community.

On Tue, Apr 8, 2008 at 5:45 PM, Pollywog <[EMAIL PROTECTED]> wrote:
> On Tuesday 08 April 2008 21:32:01 E. J. Cerejo wrote:
>  > "FreeBSD is a dying OS because netcraft.com confirms it" that's the
>  > argument used some of these guys, and I'm wondering what data are they
>  > using to make their point!  Even netcraft is running FreeBSD and the
>  > uptimes section I can see quite a few running FreeBSD and not one linux!
>  > Is the data from netcraft reliable?
>
>  I think perhaps the Linux users who say those things are just trying to get
>  people to use Linux, for political reasons and not because Linux is
>  necessarily "better".
>
>
> ___
>  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: A silent UPS - (A little OT, I know...)

2008-04-08 Thread Da Rock

On Tue, 2008-04-08 at 23:45 +0200, Erik Cederstrand wrote:
> Da Rock wrote:
> > This may sound like a strange question, but is there a way to mute the
> > voice box of a UPS? I have a highly specialised application for one- I
> > need a mobile desktop pc (very cheap). I need to setup a pc for my
> > little girl so that she has music, video, and visualisations while she's
> > in her cot- which is mobile and moved from room to room. So I don't want
> > to shutdown the pc when in transit, and I certainly don't want any
> > shrieks when I unplug the power...
> 
> Just crack open the UPS box and cut the wires to the loudspeaker :-)

I thought of that- but how do you do that with those little sealed
units? I'm looking at a small consumer unit around 500-700VA.

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


Re: Why are some linux users saying that FreeBSD is dying

2008-04-08 Thread E. J. Cerejo

Pollywog wrote:

On Tuesday 08 April 2008 21:32:01 E. J. Cerejo wrote:

"FreeBSD is a dying OS because netcraft.com confirms it" that's the
argument used some of these guys, and I'm wondering what data are they
using to make their point!  Even netcraft is running FreeBSD and the
uptimes section I can see quite a few running FreeBSD and not one linux!
Is the data from netcraft reliable?


I think perhaps the Linux users who say those things are just trying to get 
people to use Linux, for political reasons and not because Linux is 
necessarily "better".


I'm trying to find out what they are looking at in netcraft that can 
possibly prove their point.

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


Screen inside Jails + su

2008-04-08 Thread Wael Nasreddine
Hello,

I have a FreeBSD server which is Jails based, I have created a special
jail to run 3 rTorrent process for 3 users, I made all the permissions
and added the users, then I launched manually (for testing purpose)
these screen sessions for the 3 users using the below method:
- jexec onto the jail.
- su to the user: su -l wael
- run a detached screen: screen -dmS Rtorrent
  I have a .screenrc for each user in place to run one command,
  rtorrent

Now I have 2 questions:
1) How can I add this procedure to the jail startup??
2) I can't attach the screen, everytime I try to I get an error:
 # su -l wael
 % screen -Dr Rtorrent
 Cannot open your terminal '/dev/ttyp6' - please check.
  What's going on? why can't I attach the screen session ??

Thanks :)

-- 
Wael Nasreddine
http://wael.nasreddine.com
PGP: 1024D/C8DD18A2 06F6 1622 4BC8 4CEB D724  DE12 5565 3945 C8DD 18A2

/\ I had a friend who was ready for a memory upgrade on his Mac notebook, 
and he
/\ wanted to know how much "megaram" he needed.


pgp42A1CxBSNK.pgp
Description: PGP signature


Re: Why are some linux users saying that FreeBSD is dying

2008-04-08 Thread Ion-Mihai Tetcu
On Tue, 08 Apr 2008 17:55:41 -0400
"E. J. Cerejo" <[EMAIL PROTECTED]> wrote:

> Pollywog wrote:
> > On Tuesday 08 April 2008 21:32:01 E. J. Cerejo wrote:  
> >> "FreeBSD is a dying OS because netcraft.com confirms it" that's the
> >> argument used some of these guys, and I'm wondering what data are they
> >> using to make their point!  Even netcraft is running FreeBSD and the
> >> uptimes section I can see quite a few running FreeBSD and not one linux!
> >> Is the data from netcraft reliable?  
> > 
> > I think perhaps the Linux users who say those things are just trying to get 
> > people to use Linux, for political reasons and not because Linux is 
> > necessarily "better".  
> 
> I'm trying to find out what they are looking at in netcraft that can 
> possibly prove their point.

Please move this on chat@ which is the right list (if any). Thanks.

-- 
IOnut - Un^d^dregistered ;) FreeBSD "user"
  "Intellectual Property" is   nowhere near as valuable   as "Intellect"
FreeBSD committer -> [EMAIL PROTECTED], PGP Key ID 057E9F8B493A297B


signature.asc
Description: PGP signature


Re: A silent UPS - (A little OT, I know...)

2008-04-08 Thread Manolis Kiagias

Da Rock wrote:

On Tue, 2008-04-08 at 23:45 +0200, Erik Cederstrand wrote:
  

Da Rock wrote:


This may sound like a strange question, but is there a way to mute the
voice box of a UPS? I have a highly specialised application for one- I
need a mobile desktop pc (very cheap). I need to setup a pc for my
little girl so that she has music, video, and visualisations while she's
in her cot- which is mobile and moved from room to room. So I don't want
to shutdown the pc when in transit, and I certainly don't want any
shrieks when I unplug the power...
  

Just crack open the UPS box and cut the wires to the loudspeaker :-)



I thought of that- but how do you do that with those little sealed
units? I'm looking at a small consumer unit around 500-700VA.

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

  
I've got a couple of cheap APC models (RS500). You can turn off all 
their alert signals using the apcupsd ( sysutils/apcupsd)  program ( 
which is of course used for automatic shutdowns). The setting is stored 
in UPS memory (probably flash or EEPROM) and is retained. This is good 
actually, since one of these is pretty close to my bedroom ;)

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


Re: finding BSD Unix users

2008-04-08 Thread Chad Perrin
On Sun, Apr 06, 2008 at 01:11:01PM -0600, Chad Perrin wrote:
> My area (northern Colorado) has an excellent Linux Users Group (NCLUG).
> There's a great bunch of guys there.  Unfortunately, they're very
> Linux-centric.  I'm kinda the resident BSD Unix heretic -- which is fine
> most of the time, but once in a while I'd like to be able to discuss
> stuff with people who primarily use BSD Unix systems instead of
> Linux-based systems.
> 
> Unfortunately, there isn't a single Colorado BSD Users Group in Colorado
> that I can find.  The closest I've been able to find mention of online at
> all is Laramie, Wyoming -- LWFUG, or "Laramie, Wyoming Freenix Users
> Group".  Their website seems to have become a domain squatter's portal
> site, though.
> 
> So . . . does anyone here have any suggestions for how I might go about
> finding BSD Unix users somewhat local to me?  Since there isn't a group
> already that I can find, I wonder if there are enough people interested
> in such a thing in this area to build a users group.  Any suggestions for
> how to go about finding fellow BSD Unix users in my area would be
> appreciated, I'm sure.

I'm not entirely opposed to spending a little money, but . . . does
anyone have recommendations that don't involve paying for advertising,
buying a house, et cetera?

-- 
CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ]
Dr. Ron Paul: "Liberty has meaning only if we still believe in it when
terrible things happen and a false government security blanket beckons."


pgpxhEVGfm7YN.pgp
Description: PGP signature


Re: Why are some linux users saying that FreeBSD is dying

2008-04-08 Thread Erik Trulsson
On Tue, Apr 08, 2008 at 05:55:41PM -0400, E. J. Cerejo wrote:
> Pollywog wrote:
>> On Tuesday 08 April 2008 21:32:01 E. J. Cerejo wrote:
>>> "FreeBSD is a dying OS because netcraft.com confirms it" that's the
>>> argument used some of these guys, and I'm wondering what data are they
>>> using to make their point!  Even netcraft is running FreeBSD and the
>>> uptimes section I can see quite a few running FreeBSD and not one linux!
>>> Is the data from netcraft reliable?
>> 
>> I think perhaps the Linux users who say those things are just trying to 
>> get people to use Linux, for political reasons and not because Linux is 
>> necessarily "better".
> 
> I'm trying to find out what they are looking at in netcraft that can 
> possibly prove their point.

You should ask them what they are looking at, not us.



-- 

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: requesting 'QA' assistance

2008-04-08 Thread Ion-Mihai Tetcu
On Tue, 8 Apr 2008 15:42:02 -0400
Bill Moran <[EMAIL PROTECTED]> wrote:

> In response to "Jim Stapleton" <[EMAIL PROTECTED]>:
> 
> > I have something I'd like to add to ports eventually, but it isn't
> > read yet. I was wondering what the preferred method of requesting
> > users take a peek at it and tell me what they think/want.
> > 
> > The actual software would go under ports-mgmt, and has the main
> > functionality intended. The actuall set of programs is called 'virtual
> > ports', and it allows a keyword and virtual directory indexing of the
> > ports tree. The goal is to allow people to play around with different
> > designs of the ports tree without having to change the system ports
> > tree - preventing breakage in programs, and giving both the users and
> > maintainers of the ports tree more flexibility in organization.
> > 
> > Should I post the tbz file on my web server, and post a link on a
> > mailing list, or post the copied/pasted shar to the mailing list
> > (466kb, so I'm guessing /no/ to that one).
> > 
> > Should I post here or to -ports?
> 
> My opinion would be make a .tgz of the port directory and put it on
> a web/ftp server somewhere, then post a link to the ports mailing list
> asking folks to look at it and provide feedback.
> 
> Yes, a 466K shar file posted to the mailing list is going to tick a lot
> of people off ;)

.shar, .shar.gz, .tgz - whatever, put it somewhere and post a link to
it on ports@ which is the best place for it.

-- 
IOnut - Un^d^dregistered ;) FreeBSD "user"
  "Intellectual Property" is   nowhere near as valuable   as "Intellect"
FreeBSD committer -> [EMAIL PROTECTED], PGP Key ID 057E9F8B493A297B


signature.asc
Description: PGP signature


Re: Why are some linux users saying that FreeBSD is dying

2008-04-08 Thread Erik Cederstrand

E. J. Cerejo wrote:
"FreeBSD is a dying OS because netcraft.com confirms it" that's the 
argument used some of these guys, and I'm wondering what data are they 
using to make their point!  Even netcraft is running FreeBSD and the 
uptimes section I can see quite a few running FreeBSD and not one linux!

Is the data from netcraft reliable?


It's a long-standing joke repeated by trolls on Slashdot: 
http://en.wikipedia.org/wiki/Slashdot#Culture


So move along, nothing to see here...

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


Re: Why are some linux users saying that FreeBSD is dying

2008-04-08 Thread Kris Kennaway

E. J. Cerejo wrote:

Pollywog wrote:

On Tuesday 08 April 2008 21:32:01 E. J. Cerejo wrote:

"FreeBSD is a dying OS because netcraft.com confirms it" that's the
argument used some of these guys, and I'm wondering what data are they
using to make their point!  Even netcraft is running FreeBSD and the
uptimes section I can see quite a few running FreeBSD and not one linux!
Is the data from netcraft reliable?


I think perhaps the Linux users who say those things are just trying 
to get people to use Linux, for political reasons and not because 
Linux is necessarily "better".


I'm trying to find out what they are looking at in netcraft that can 
possibly prove their point.


It's just a silly troll, the people who repeat it are not referring to 
any actual evidence.


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


Re: Why are some linux users saying that FreeBSD is dying

2008-04-08 Thread Bruce Cran

E. J. Cerejo wrote:

Pollywog wrote:

On Tuesday 08 April 2008 21:32:01 E. J. Cerejo wrote:

"FreeBSD is a dying OS because netcraft.com confirms it" that's the
argument used some of these guys, and I'm wondering what data are they
using to make their point!  Even netcraft is running FreeBSD and the
uptimes section I can see quite a few running FreeBSD and not one linux!
Is the data from netcraft reliable?


I think perhaps the Linux users who say those things are just trying 
to get people to use Linux, for political reasons and not because 
Linux is necessarily "better".


I'm trying to find out what they are looking at in netcraft that can 
possibly prove their point.


It's a troll. See http://everything2.com/index.pl?node_id=1391352 for 
details.


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


Re: A silent UPS - (A little OT, I know...)

2008-04-08 Thread Roland Smith
On Wed, Apr 09, 2008 at 07:49:27AM +1000, Da Rock wrote:

> I don't have one yet, but I was hoping someone might have a suggestion
> as to which one might be capable of switching off the audio alert.

Open up the box. Find the wires to the speaker, and cut them. ;-)

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgp700V8RlOXn.pgp
Description: PGP signature


Re: Why are some linux users saying that FreeBSD is dying

2008-04-08 Thread James McNaughton
http://everything2.com/index.pl?node_id=1391352

- Original Message 
From: Edward Capriolo <[EMAIL PROTECTED]>
To: Pollywog <[EMAIL PROTECTED]>
Cc: freebsd-questions@freebsd.org
Sent: Tuesday, April 8, 2008 4:51:53 PM
Subject: Re: Why are some linux users saying that FreeBSD is dying

It would be helpful if you provided a  URL for the article. I do not
think they mean that FreeBSD systems are dying in terms of crashing or
uptime. They might mean that the Free BSD community is not growing as
fast or staying as active as the Linux community.

On Tue, Apr 8, 2008 at 5:45 PM, Pollywog <[EMAIL PROTECTED]> wrote:
> On Tuesday 08 April 2008 21:32:01 E. J. Cerejo wrote:
>  > "FreeBSD is a dying OS because netcraft.com confirms it" that's the
>  > argument used some of these guys, and I'm wondering what data are they
>  > using to make their point!  Even netcraft is running FreeBSD and the
>  > uptimes section I can see quite a few running FreeBSD and not one linux!
>  > Is the data from netcraft reliable?
>
>  I think perhaps the Linux users who say those things are just trying to get
>  people to use Linux, for political reasons and not because Linux is
>  necessarily "better".
>
>
> ___
>  freebsd-questions@freebsd.org mailing list
>  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>  To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"



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


Re: A silent UPS - (A little OT, I know...)

2008-04-08 Thread Da Rock

On Wed, 2008-04-09 at 01:02 +0300, Manolis Kiagias wrote:
> Da Rock wrote:
> > On Tue, 2008-04-08 at 23:45 +0200, Erik Cederstrand wrote:
> >   
> >> Da Rock wrote:
> >> 
> >>> This may sound like a strange question, but is there a way to mute the
> >>> voice box of a UPS? I have a highly specialised application for one- I
> >>> need a mobile desktop pc (very cheap). I need to setup a pc for my
> >>> little girl so that she has music, video, and visualisations while she's
> >>> in her cot- which is mobile and moved from room to room. So I don't want
> >>> to shutdown the pc when in transit, and I certainly don't want any
> >>> shrieks when I unplug the power...
> >>>   
> >> Just crack open the UPS box and cut the wires to the loudspeaker :-)
> >> 
> >
> > I thought of that- but how do you do that with those little sealed
> > units? I'm looking at a small consumer unit around 500-700VA.
> >
> > ___
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> >
> >   
> I've got a couple of cheap APC models (RS500). You can turn off all 
> their alert signals using the apcupsd ( sysutils/apcupsd)  program ( 
> which is of course used for automatic shutdowns). The setting is stored 
> in UPS memory (probably flash or EEPROM) and is retained. This is good 
> actually, since one of these is pretty close to my bedroom ;)
> 

So it can be switched off with the software? That could work for me...

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


Re: Why are some linux users saying that FreeBSD is dying

2008-04-08 Thread Giorgos Keramidas
On Tue, 08 Apr 2008 17:32:01 -0400, "E. J. Cerejo" <[EMAIL PROTECTED]> wrote:
> "FreeBSD is a dying OS because netcraft.com confirms it" that's the
> argument used some of these guys, and I'm wondering what data are they
> using to make their point!  Even netcraft is running FreeBSD and the
> uptimes section I can see quite a few running FreeBSD and not one
> linux!  Is the data from netcraft reliable?

It's a running joke.  For a *ton* of fun I recommend:

http://video.google.com/videoplay?docid=7833143728685685343

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


RE: finding BSD Unix users

2008-04-08 Thread Alpha 4299

Dude these guys are at CSU contact them and get your group rollin.  
http://www.math.colostate.edu/~reinholz/freebsd/freebsd.html
Al

> Date: Tue, 8 Apr 2008 16:02:41 -0600
> From: [EMAIL PROTECTED]
> To: freebsd-questions@freebsd.org
> Subject: Re: finding BSD Unix users
> 
> On Sun, Apr 06, 2008 at 01:11:01PM -0600, Chad Perrin wrote:
> > My area (northern Colorado) has an excellent Linux Users Group (NCLUG).
> > There's a great bunch of guys there.  Unfortunately, they're very
> > Linux-centric.  I'm kinda the resident BSD Unix heretic -- which is fine
> > most of the time, but once in a while I'd like to be able to discuss
> > stuff with people who primarily use BSD Unix systems instead of
> > Linux-based systems.
> > 
> > Unfortunately, there isn't a single Colorado BSD Users Group in Colorado
> > that I can find.  The closest I've been able to find mention of online at
> > all is Laramie, Wyoming -- LWFUG, or "Laramie, Wyoming Freenix Users
> > Group".  Their website seems to have become a domain squatter's portal
> > site, though.
> > 
> > So . . . does anyone here have any suggestions for how I might go about
> > finding BSD Unix users somewhat local to me?  Since there isn't a group
> > already that I can find, I wonder if there are enough people interested
> > in such a thing in this area to build a users group.  Any suggestions for
> > how to go about finding fellow BSD Unix users in my area would be
> > appreciated, I'm sure.
> 
> I'm not entirely opposed to spending a little money, but . . . does
> anyone have recommendations that don't involve paying for advertising,
> buying a house, et cetera?
> 
> -- 
> CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ]
> Dr. Ron Paul: "Liberty has meaning only if we still believe in it when
> terrible things happen and a false government security blanket beckons."

_
Use video conversation to talk face-to-face with Windows Live Messenger.
http://www.windowslive.com/messenger/connect_your_way.html?ocid=TXT_TAGLM_WL_Refresh_messenger_video_042008___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ipsec-racoon and a cisco pix 515e

2008-04-08 Thread mike
On Tue, 8 Apr 2008 08:24:42 -0700 (PDT), in
sentex.lists.freebsd.questions you wrote:

>Having trouble getting my first connection
>: DEBUG: notification message 14:NO-PROPOSAL-CHOSEN, doi=1 proto_id=3 
>spi=0fddcb32(size=4).
>   setkey -D -P
>192.168.75.101/0[any] 192.168.1.203/0[any] ip4


The policy you have installed must match what is on the PIX. The above
error usually means they dont match.

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


Re: xorg and radeon, widescreen

2008-04-08 Thread Scott Bennett
 On Tue, 8 Apr 2008 11:29:34 +0100 "Max Russell" <[EMAIL PROTECTED]>
wrote:
>I'm having issues with my X1350, video7 flatscreen and xorg.conf - the
>relevant sections of my xorg follow:
>
>Section "ServerLayout"
>Identifier "X.org Configured"
>Screen  0  "Screen0" 0 0
>InputDevice"Mouse0" "CorePointer"
>InputDevice"Keyboard0" "CoreKeyboard"
>EndSection
>
>Section "Files"
>RgbPath  "/usr/local/share/X11/rgb"
>ModulePath   "/usr/local/lib/xorg/modules"
>FontPath "/usr/local/lib/X11/fonts/misc/"
>FontPath "/usr/local/lib/X11/fonts/TTF/"
>FontPath "/usr/local/lib/X11/fonts/OTF"
>FontPath "/usr/local/lib/X11/fonts/Type1/"
>FontPath "/usr/local/lib/X11/fonts/100dpi/"
>FontPath "/usr/local/lib/X11/fonts/75dpi/"
>FontPath "/usr/local/lib/X11/fonts/URW/"
>EndSection
>
>Section "Module"
>Load  "GLcore"
>Load  "dbe"
>Load  "dri"
>Load  "extmod"
>Load  "glx"
>Load  "record"
>Load  "xtrap"
>Load  "freetype"
>Load  "type1"
>EndSection
>
>Section "Monitor"
>Identifier   "Monitor0"
>VendorName   "VideoSeven"
>ModelName"R19W01"
>Modeline "1440x900_60.00"  106.47  1440 1520 1672 1904  900 901 904 932
>-HSync +Vsync
>EndSection
>
>Section "Device"
>### Available Driver options are:-
>### Values: : integer, : float, : "True"/"False",
>### : "String", : " Hz/kHz/MHz"
>### [arg]: arg optional
>#Option "ShadowFB"   # []
>#Option "DefaultRefresh" # []
>#Option "ModeSetClearScreen" # []
>Identifier  "Card0"
>Driver  "vesa"
>VendorName  "ATI Technologies Inc"
>BoardName   "RV515 [Radeon X1300]"
>BusID   "PCI:2:0:0"
>EndSection
>
>Section "Screen"
>Identifier "Screen0"
>Device "Card0"
>Monitor"Monitor0"
>DefaultDepth 24
>SubSection "Display"
>Viewport   0 0
>Depth 1
>EndSubSection
>SubSection "Display"
>Viewport   0 0
>Depth 4
>EndSubSection
>SubSection "Display"
>Viewport   0 0
>Depth 8
>EndSubSection
>SubSection "Display"
>Viewport   0 0
>Depth 15
>EndSubSection
>SubSection "Display"
>Viewport   0 0
>Depth 16
>EndSubSection
>SubSection "Display"
>Viewport   0 0
>Depth 24
>Modes "1440x900_60"
>EndSubSection
>EndSection
>
>this fails to start x with the /var/log entry reading -
>(WW) RADEON: No matching Device section for instance (BusID PCI:2:0:1) found
>(EE) No devices detected.
>
>Fatal server error:
>no screens found
>
>It has been suggested to me that I comment out the BusID entry, however I am
>unsure as to why this should work?
>
 It most likely will work because the server will detect the address
correctly when allowed to (see the RADEON warning message above).  You
apparently specified the wrong address in the BusID line, which resulted in
the "No devices detected." error message above.  Stop giving it the wrong
address.  Just remove the BusID line, and try it, for goodness's sake.


  Scott Bennett, Comm. ASMELG, CFIAG
**
* Internet:   bennett at cs.niu.edu  *
**
* "A well regulated and disciplined militia, is at all times a good  *
* objection to the introduction of that bane of all free governments *
* -- a standing army."   *
*-- Gov. John Hancock, New York Journal, 28 January 1790 *
**
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


  1   2   >