ahci and user mount of cdrom

2009-12-28 Thread Johan Hendriks
Hello all I am on 8.0-STABLE now, and using the ahci driver. All works likei t should, but i can not mount my cdrom anymore as a regular user. i have this in my sysctl.conf vfs.usermount=1 my /etc/devfs.conf looks like this #CDROM_BURNER permissions permacd00666 #permacd10

RE: Hacked - FreeBSD 7.1-Release

2009-12-28 Thread Andresen, Jason R.
>From: Chris H > >On Tue, December 22, 2009 8:35 am, Andresen, Jason R. wrote: >> Squirrel wrote: >> >>> most likely could be some kind of remote code execution or SQLi >executed in >>> the context of some php scripts, you should audit php code of your >web >>> interface and of the websites you hos

ips(4) in toaster mode FreeBSD 7.2

2009-12-28 Thread Jan Sieka
Hi! I'm writing to you because I've seen that you have recently commited patches to the FreeBSD ips(4) driver and perhaps you can shed some light on a problem I've encountered. Here is a description: Recently on one of our servers (IBM xSeries 345 [8760 M1X] with IBM ServeRAID 5i II (Sarasota

Re: sheevaplug questions

2009-12-28 Thread Attos
Hi Zoran, I have a Sheevaplug but I haven't been able to use the usb serial interface from my FreeBSD box. What I ended up with is using a EEE-PC with Ubuntu and minicomm set up as modem-less connection. I only needed this to set the plug to use a SD card for the main storage and not wear off the

Re: ahci and user mount of cdrom

2009-12-28 Thread Oliver Pinter
i think, usermount worked only with user owned and writable dir-s, example: mkdir ~/cdrom mount_cd9660 /dev/acd0 ~/cdrom On 12/28/09, Johan Hendriks wrote: > Hello all > I am on 8.0-STABLE now, and using the ahci driver. > > All works likei t should, but i can not mount my cdrom anymore as a > r

A script that modifies /etc/fstab to mount devices via glabel

2009-12-28 Thread Christian Laursen
Hi there, I wrote a script that modifies fstab so that UFS filesystems are mounted via their UFS IDs and swap partitions are labeled with glabel in order to access them that way. It works for me on at least FreeBSD 7.2 and 8.0. Use at your own risk. For swap devices it is neccesary to label

Jailed Service contact IMAPS

2009-12-28 Thread Peter Fraser
Hi All I have two servers, one running apache and squirrelmail in a jail. Squirrelmail on this server is trying to contact dovecot running imaps on port 993 on another server and failing. When I try from another physical machine it works but I would prefer to run this service from within a jail.

Re: Jailed Service contact IMAPS

2009-12-28 Thread Paul Procacci
Peter Fraser wrote: Hi All I have two servers, one running apache and squirrelmail in a jail. Squirrelmail on this server is trying to contact dovecot running imaps on port 993 on another server and failing. When I try from another physical machine it works but I would prefer to run this service

Re: Jailed Service contact IMAPS

2009-12-28 Thread Michael Loftis
--On Monday, December 28, 2009 3:43 PM -0500 Peter Fraser wrote: Hi All I have two servers, one running apache and squirrelmail in a jail. Squirrelmail on this server is trying to contact dovecot running imaps on port 993 on another server and failing. When I try from another physical mach

Re: Jailed Service contact IMAPS

2009-12-28 Thread Peter Fraser
Yes I can connect over telnet. If I even do openssl s_client -connect :993 I can also connect and list my mail. The machine is running FreeBSD 8 by the way. On Mon, Dec 28, 2009 at 9:53 AM, Paul Procacci wrote: > Peter Fraser wrote: >> >> Hi All >> >> I have two servers, one running apache and sq

Re: FreeBSD 8.0: can't PXE Boot using nvidia nForce4 network card

2009-12-28 Thread Olivier Cochard-Labbé
On Thu, Dec 24, 2009 at 8:33 PM, Pyun YongHyeon wrote: >> nfe0: MII without any phy! >  ^^ > Maybe this is the reason why you can't use NFS. > If your BIOS has an option that disables management feature > of ethernet controller try toggle the feature. > Hi, I've disabled

Re: FreeBSD 8.0: can't PXE Boot using nvidia nForce4 network card

2009-12-28 Thread Pyun YongHyeon
On Mon, Dec 28, 2009 at 10:30:25PM +0100, Olivier Cochard-Labb? wrote: > On Thu, Dec 24, 2009 at 8:33 PM, Pyun YongHyeon wrote: > > >> nfe0: MII without any phy! > > ?^^ > > Maybe this is the reason why you can't use NFS. > > If your BIOS has an option that disables manage

RE: Hacked - FreeBSD 7.1-Release

2009-12-28 Thread Chris H
On Mon, December 28, 2009 7:44 am, Andresen, Jason R. wrote: >> From: Chris H >> >> >> On Tue, December 22, 2009 8:35 am, Andresen, Jason R. wrote: >> >>> Squirrel wrote: >>> >>> most likely could be some kind of remote code execution or SQLi >> executed in the context of some php scripts

Re: Hacked - FreeBSD 7.1-Release

2009-12-28 Thread Adam Vande More
On Mon, Dec 28, 2009 at 4:59 PM, Chris H wrote: > > My point here was that by increasing the verbosity, you will more easily be > able > to grep against login /failures/, and more easily discover dictionary/ > brute-force > attacks. It's certainly made my job easier, and hasn't required any > mod

Re: A script that modifies /etc/fstab to mount devices via glabel

2009-12-28 Thread Pieter de Goeje
On Monday 28 December 2009 21:17:41 Christian Laursen wrote: > Hi there, > > I wrote a script that modifies fstab so that UFS filesystems are mounted > via their UFS IDs and swap partitions are labeled with glabel in order > to access them that way. > > It works for me on at least FreeBSD 7.2 and 8

Re: FreeBSD 8.0: can't PXE Boot using nvidia nForce4 network card

2009-12-28 Thread Olivier Cochard-Labbé
On Mon, Dec 28, 2009 at 11:21 PM, Pyun YongHyeon wrote: > Ok, it seems Linux forcedeth driver seems to poke NFE_STATUS > register before accessing PHY. I'm not sure whether this code could > be related with the issue but would you try attached patch? > Allready a patch to try! Thanks for your re

Re: FreeBSD 8.0: can't PXE Boot using nvidia nForce4 network card

2009-12-28 Thread Pyun YongHyeon
On Tue, Dec 29, 2009 at 01:22:40AM +0100, Olivier Cochard-Labb? wrote: > On Mon, Dec 28, 2009 at 11:21 PM, Pyun YongHyeon wrote: > > > Ok, it seems Linux forcedeth driver seems to poke NFE_STATUS > > register before accessing PHY. I'm not sure whether this code could > > be related with the issue

7.2 to 8.0 serial not working

2009-12-28 Thread Wes Morgan
I just upgraded from 7.2-stable to 8.0-stable, same kernel config (with uart), same everything else and now I can't receive more than a few bytes of data from my weather station before it just waits incessantly. Everything worked before, with the same serial port settings, uart device etc. Has

Re: 7.2 to 8.0 serial not working

2009-12-28 Thread Mike Tancsa
At 09:27 PM 12/28/2009, Wes Morgan wrote: I just upgraded from 7.2-stable to 8.0-stable, same kernel config (with uart), same everything else and now I can't receive more than a few bytes of data from my weather station before it just waits incessantly. Everything worked before, with the same s