Re: Trouble with mounting USB stick as user

2006-02-08 Thread Igor Robul
On Wed, Feb 08, 2006 at 07:36:36PM +0100, martinko wrote: > $ mount /usr/home/mato/mnt/win/ > mount_ntfs: /dev/ad0s6: Operation not permitted > [mb-aw1n-bsd][mato][~] > $ mount /usr/home/mato/mnt/lin/ > mount_ext2fs: /dev/ad0s7: Operation not permitted > [mb-aw1n-bsd][mato][~] > $ mount /usr/home/m

Re: freeBSD 5.5 Prerelease ( 5.4 stable )

2006-02-08 Thread Kris Kennaway
On Thu, Feb 09, 2006 at 04:40:46AM +, Chris wrote: > On 07/02/06, Kris Kennaway <[EMAIL PROTECTED]> wrote: > > > > On Mon, Feb 06, 2006 at 05:17:45PM -0800, Jon Holstrom wrote: > > > i cvsuped for 5.4 stable a few days ago. > > > server gave me 5.5 prerelease > > > > Right, because they're the

Re: freeBSD 5.5 Prerelease ( 5.4 stable )

2006-02-08 Thread Chris
On 07/02/06, Kris Kennaway <[EMAIL PROTECTED]> wrote: > > On Mon, Feb 06, 2006 at 05:17:45PM -0800, Jon Holstrom wrote: > > i cvsuped for 5.4 stable a few days ago. > > server gave me 5.5 prerelease > > Right, because they're the same. > > > works good, > > > > gnome2-2.12 ( had to pkg_deinstall -r

Re: Trouble with mounting USB stick as user

2006-02-08 Thread James Long
> Date: Wed, 8 Feb 2006 06:46:37 -0600 > From: Michael Ekstrand <[EMAIL PROTECTED]> > Subject: Re: Trouble with mounting USB stick as user > To: freebsd-stable@freebsd.org > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=US-ASCII > > On Wed, 8 Feb 2006 22:40:04 +1100 > Rob <[E

Re: Trouble with mounting USB stick as user

2006-02-08 Thread [LoN]Kamikaze
The file /etc/devfs.conf can only be used for devices which exist during boot time. Its use should (in my opinion) be deprecated. Use /etc/devfs.rules . My /etc/devfs.rules looks like this: [devfsrules_common=10] add path 'da*' mode 0660 group wheel add path 'acd*' mode 0660 group

Re: Trouble with mounting USB stick as user

2006-02-08 Thread martinko
Raaf wrote: >martinko wrote: > > >>Jorge Aldana wrote: >> >> >>>Yea, your permissions are off, need rw on them as well. >>> >>>I caught this thread and the 3 steps do it nicely! You may need to >>>logoff and back on to get the group change going for your username >>>though, well I did. >>> >

Re: Trouble with mounting USB stick as user

2006-02-08 Thread Raaf
martinko wrote: > Jorge Aldana wrote: >> Yea, your permissions are off, need rw on them as well. >> >> I caught this thread and the 3 steps do it nicely! You may need to >> logoff and back on to get the group change going for your username >> though, well I did. >> >> I caught the devfs setting but

Re: Showstopper ATA bug in 6.1-PRE?

2006-02-08 Thread Wilko Bulte
On Wed, Feb 08, 2006 at 10:44:05PM +0100, Sren Schmidt wrote.. > Wilko Bulte wrote: > >On Wed, Feb 08, 2006 at 10:02:08PM +0100, Sren Schmidt wrote.. > >>Wilko Bulte wrote: > >>>Hi Soren, > >>> > >>>I just went to 6.1-PRE on my main machine, coming from 6.0-STABLE > >>>of roughly end of december. >

Re: Trouble with mounting USB stick as user

2006-02-08 Thread martinko
Jorge Aldana wrote: > Yea, your permissions are off, need rw on them as well. > > I caught this thread and the 3 steps do it nicely! You may need to > logoff and back on to get the group change going for your username > though, well I did. > > I caught the devfs setting but does anyone have one a

Re: Showstopper ATA bug in 6.1-PRE?

2006-02-08 Thread Søren Schmidt
Wilko Bulte wrote: On Wed, Feb 08, 2006 at 10:02:08PM +0100, Sren Schmidt wrote.. Wilko Bulte wrote: Hi Soren, I just went to 6.1-PRE on my main machine, coming from 6.0-STABLE of roughly end of december. And I hit some stuff that really worries me: - the freshly built kernel keels over with

Re: Showstopper ATA bug in 6.1-PRE?

2006-02-08 Thread Wilko Bulte
On Wed, Feb 08, 2006 at 10:02:08PM +0100, Sren Schmidt wrote.. > Wilko Bulte wrote: > >Hi Soren, > > > >I just went to 6.1-PRE on my main machine, coming from 6.0-STABLE > >of roughly end of december. > > > >And I hit some stuff that really worries me: > > > >- the freshly built kernel keels over w

Re: Trouble with mounting USB stick as user

2006-02-08 Thread Jorge Aldana
Yea, your permissions are off, need rw on them as well. I caught this thread and the 3 steps do it nicely! You may need to logoff and back on to get the group change going for your username though, well I did. I caught the devfs setting but does anyone have one already set? It should go in th

Re: Trouble with mounting USB stick as user

2006-02-08 Thread martinko
Oliver Fromme wrote: > martinko <[EMAIL PROTECTED]> wrote: > > Oliver Fromme wrote: > > > martinko wrote: > > > > Oliver Fromme wrote: > > > > > To enable user mounts, there are three conditions: > > > > > 1. sysctl vfs.usermount=1 > > > > > 2. The user must have read+write permission on th

Re: Trouble with mounting USB stick as user

2006-02-08 Thread [LoN]Kamikaze
So why does it work fine on my system? BTW, is devfs_system_ruleset="mydevfsrules" set in /etc/rc.conf ? Oliver Fromme wrote: > [LoN]Kamikaze <[EMAIL PROTECTED]> wrote: > > I think it's enough when the mount point is owned by the group, without > > belonging to a user. Try: > > # chown :oper

Re: Showstopper ATA bug in 6.1-PRE?

2006-02-08 Thread Søren Schmidt
Wilko Bulte wrote: Hi Soren, I just went to 6.1-PRE on my main machine, coming from 6.0-STABLE of roughly end of december. And I hit some stuff that really worries me: - the freshly built kernel keels over with (hand transcribed): ata3: reiniting channel SATA connect ... SATA connected sata

6.0-Release sysinstall panic.

2006-02-08 Thread Tanel Rebane
Hello! I'm trying to install FBSD 6.0-Release on one of my servers. The server, with the same hardware, has been running FBSD 5.4-Stable just fine. The problem is that every time I try to install FBSD 6.0- Release the system crashes when trying to extract base into /, the crashes seem to o

Re: Trouble with mounting USB stick as user

2006-02-08 Thread Oliver Fromme
martinko <[EMAIL PROTECTED]> wrote: > Oliver Fromme wrote: > > martinko wrote: > > > Oliver Fromme wrote: > > > > To enable user mounts, there are three conditions: > > > > 1. sysctl vfs.usermount=1 > > > > 2. The user must have read+write permission on the device > > > > which is to b

Re: Trouble with mounting USB stick as user

2006-02-08 Thread Oliver Fromme
[LoN]Kamikaze <[EMAIL PROTECTED]> wrote: > I think it's enough when the mount point is owned by the group, without > belonging to a user. Try: > # chown :operator /mountpoint > # chmod 0770 /mountpoint No. The mount point _must_ be owned by the user. How many times does that have to be repea

Showstopper ATA bug in 6.1-PRE?

2006-02-08 Thread Wilko Bulte
Hi Soren, I just went to 6.1-PRE on my main machine, coming from 6.0-STABLE of roughly end of december. And I hit some stuff that really worries me: - the freshly built kernel keels over with (hand transcribed): ata3: reiniting channel SATA connect ... SATA connected sata_connect_devices 0x1

Re: Trouble with mounting USB stick as user

2006-02-08 Thread [LoN]Kamikaze
I think it's enough when the mount point is owned by the group, without belonging to a user. Try: # chown :operator /mountpoint # chmod 0770 /mountpoint Oliver Fromme wrote: > Rob <[EMAIL PROTECTED]> wrote: > > The mount-point is owned by root:operator, and my user is a member of the > > opera

Re: Trouble with mounting USB stick as user

2006-02-08 Thread martinko
Oliver Fromme wrote: > martinko wrote: > > Oliver Fromme wrote: > > > To enable user mounts, there are three conditions: > > > 1. sysctl vfs.usermount=1 > > > 2. The user must have read+write permission on the device > > > which is to be mounted. This is usually accomplished > > >

Re: Trouble with mounting USB stick as user

2006-02-08 Thread Oliver Fromme
martinko wrote: > Oliver Fromme wrote: > > To enable user mounts, there are three conditions: > > 1. sysctl vfs.usermount=1 > > 2. The user must have read+write permission on the device > > which is to be mounted. This is usually accomplished > > by creating a special group for th

Re: Trouble with mounting USB stick as user

2006-02-08 Thread martinko
Oliver Fromme wrote: > Michael Ekstrand <[EMAIL PROTECTED]> wrote: > > Rob <[EMAIL PROTECTED]> wrote: > > > Can anyone shed some light on what is happening here? > > > > AFAIK, only root can mount things under FreeBSD, period. I could be > > wrong on this... > > You are wrong. :-) > > > b

Re: Intel watchdog timer

2006-02-08 Thread Jack Vogel
On 2/8/06, Christopher Arnold <[EMAIL PROTECTED]> wrote: > > Hi, > > does anyone have any info on how to disable the watchdog timer on an intel > serverboard model SE7501WV2? > > I have found the userland application to disable the watchdog in the ICH > but that dosnt help much when i cant even get

Re: IPv6 and IPFW

2006-02-08 Thread Hajimu UMEMOTO
Hi, > On Wed, 8 Feb 2006 14:32:03 +0100 > Neal Nelson <[EMAIL PROTECTED]> said: nealie> I've been trying to set up IPv6 and without ipfw my tunnel seems to nealie> work. However I cannot seem to setup ipfw to allow IPv6 to flow. Do I nealie> need to use ip6fw or just ipfw as that seems

Re: OpenVPN within a Jail under 6.x ...

2006-02-08 Thread Oliver Fromme
Marc G. Fournier wrote: > Oliver Fromme wrote: > > The problem is that you need to configure interfaces > > (tun(4) or tap(4)) to set up the VPN, but ifconfig(8) > > does not work inside a jail. That means you cannot > > set up a VPN inside a jail. However, you can _use_ > > it within a jai

Re: OpenVPN within a Jail under 6.x ...

2006-02-08 Thread Vlad GALU
On 2/8/06, Marc G. Fournier <[EMAIL PROTECTED]> wrote: > On Wed, 8 Feb 2006, Oliver Fromme wrote: > > > Marc G. Fournier <[EMAIL PROTECTED]> wrote: > > > Is this possible? I'm reading through the man pages for openvpn, and > > > doubt that it is with 4.x, since it requires access to /dev, but with

Re: Trouble with mounting USB stick as user

2006-02-08 Thread Oliver Fromme
Rob <[EMAIL PROTECTED]> wrote: > The mount-point is owned by root:operator, and my user is a member of the > operator group. I have vfs.usermount=1 in sysctl.conf. The mount point must be owned by the user. Being in the group of the mount point is not sufficient. Best regards Oliver -- O

Re: OpenVPN within a Jail under 6.x ...

2006-02-08 Thread Marc G. Fournier
On Wed, 8 Feb 2006, Oliver Fromme wrote: Marc G. Fournier <[EMAIL PROTECTED]> wrote: > Is this possible? I'm reading through the man pages for openvpn, and > doubt that it is with 4.x, since it requires access to /dev, but with 6.x > using devfs to mount dev into the jail, is it possible to set

Re: truss and /sbin/init

2006-02-08 Thread David Kirchner
On 2/8/06, Jens Trzaska <[EMAIL PROTECTED]> wrote: > Hi, > > I just tried to use truss on the running /sbin/init process. > > [EMAIL PROTECTED]:~# truss -p 1 > truss: cannot open /proc/1/mem: No such file or directory > Exit 8 > > As you can see without any luck. But why is

truss and /sbin/init

2006-02-08 Thread Jens Trzaska
Hi, I just tried to use truss on the running /sbin/init process. [EMAIL PROTECTED]:~# truss -p 1 truss: cannot open /proc/1/mem: No such file or directory Exit 8 As you can see without any luck. But why is the memory information missing in procfs here? /sbin/init is a mo

Re: Trouble with mounting USB stick as user

2006-02-08 Thread Lowell Gilbert
Rob <[EMAIL PROTECTED]> writes: > Got a small problem thats just driving me nuts. I have an MP3 player that > appears as a memory stick - from dmesg: > > umass0: iRiver Limited. iRiver Internet Audio Player IFP-700, rev 2.00/0.01, > addr 2 > da0 at umass-sim0 bus 0 target 0 lun 0 > da0: Remova

Re: fsck: cannot increase directory list and Out of Memory .

2006-02-08 Thread Ricardo A. Reis
Hi Eric, Thanks, is work perfectly. On the past i changed this variable for one value minor 512MB per mislead. Thanks again por your help. You need to increase the maxdsiz setting to something bigger - the default I believe is 512MB, so if you have say, 1GB of memory, you may try settin

IPv6 and IPFW

2006-02-08 Thread Neal Nelson
I've been trying to set up IPv6 and without ipfw my tunnel seems to work. However I cannot seem to setup ipfw to allow IPv6 to flow. Do I need to use ip6fw or just ipfw as that seems to accept ip6 protocols. If I need to use ip6fw then why does ipfw accept ip6 protocols? I'm using -STABLE from

Re: Trouble with mounting USB stick as user

2006-02-08 Thread Oliver Fromme
Michael Ekstrand <[EMAIL PROTECTED]> wrote: > Rob <[EMAIL PROTECTED]> wrote: > > Can anyone shed some light on what is happening here? > > AFAIK, only root can mount things under FreeBSD, period. I could be > wrong on this... You are wrong. :-) > but I looked around a while ago for someth

Re: OpenVPN within a Jail under 6.x ...

2006-02-08 Thread Oliver Fromme
Marc G. Fournier <[EMAIL PROTECTED]> wrote: > Is this possible? I'm reading through the man pages for openvpn, and > doubt that it is with 4.x, since it requires access to /dev, but with 6.x > using devfs to mount dev into the jail, is it possible to set it up? The problem isn't related to /

Re: Trouble with mounting USB stick as user

2006-02-08 Thread Steve O'Hara-Smith
On Wed, 8 Feb 2006 06:46:37 -0600 Michael Ekstrand <[EMAIL PROTECTED]> wrote: > On Wed, 8 Feb 2006 22:40:04 +1100 > Rob <[EMAIL PROTECTED]> wrote: > > Can anyone shed some light on what is happening here? > > AFAIK, only root can mount things under FreeBSD, period. I could be > wrong on this... b

Intel watchdog timer

2006-02-08 Thread Christopher Arnold
Hi, does anyone have any info on how to disable the watchdog timer on an intel serverboard model SE7501WV2? I have found the userland application to disable the watchdog in the ICH but that dosnt help much when i cant even get 6.0 installed before the timer goes off... Wouldnt it be a goo

Re: Trouble with mounting USB stick as user

2006-02-08 Thread Michael Ekstrand
On Wed, 8 Feb 2006 22:40:04 +1100 Rob <[EMAIL PROTECTED]> wrote: > Can anyone shed some light on what is happening here? AFAIK, only root can mount things under FreeBSD, period. I could be wrong on this... but I looked around a while ago for something to do the job of the Linux 'user' option, and

Crash during boot

2006-02-08 Thread Mathieu Larchet
Hi, I've just bought a HP Pavilion zv6000 laptop and I can't go trough FreeBSD 6.0 install. Whatever boot option I choose, the system freeze at '- / | \ -' prompt. It seems something similar Compaq Presario R3000 series with FreeBSD 5.xx, keyboard probing at startup. I've already tried foll

Re: fsck: cannot increase directory list and Out of Memory .

2006-02-08 Thread Eric Anderson
Ricardo A. Reis wrote: Hi, I have severals problems with one server ibm x346, i use FreeBSD 6-STABLE, After a electric panic, this system refused to pass fsck with a message "fsck: cannot increase directory list" , the ibm bios not notified per "memory errors", i rebooting and boot wit

fsck: cannot increase directory list and Out of Memory .

2006-02-08 Thread Ricardo A. Reis
Hi, I have severals problems with one server ibm x346, i use FreeBSD 6-STABLE, After a electric panic, this system refused to pass fsck with a message "fsck: cannot increase directory list" , the ibm bios not notified per "memory errors", i rebooting and boot with fresbie and pass fsck an

Trouble with mounting USB stick as user

2006-02-08 Thread Rob
Hi all, Got a small problem thats just driving me nuts. I have an MP3 player that appears as a memory stick - from dmesg: umass0: iRiver Limited. iRiver Internet Audio Player IFP-700, rev 2.00/0.01, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 1

Re: kernel compile error - ata_modify_if_48bit

2006-02-08 Thread Iantcho Vassilev
*Hmmm.. I have checked it, but thank you for the idea* ** *Anyway here it is:* # # DANGER! WARNING! LOOK OUT! VORSICHT! # # If you add any of the ports or doc collections to this file, be sure to # specify them with a "tag" value set to ".", like this: # # ports-all tag=. # doc-all tag=. #

Re: kernel compile error - ata_modify_if_48bit

2006-02-08 Thread Kris Kennaway
On Wed, Feb 08, 2006 at 08:04:32AM +0200, Iantcho Vassilev wrote: > That`s strange. The file is missing > And i have done maybe 5 times cvsup! > > That`s really strange... > Do you have some ideas? Show us your cvsupfile. Perhaps you are not downloading the full source tree. Kris pgpEGjp