Re: Jails and IPFW

2009-12-14 Thread Paul Procacci
I hope I'm not misinterpreting your response. Given what you stated, then I perceive what you stated is correct. Just a thought, but it might make sense for you to specify -J name (man jail) via jail_jname_flags via rc.conf for each of your configured jails. Perhaps this would be easier on

Re: Jails and IPFW

2009-12-14 Thread Matthew Seaman
Jack Raats wrote: Hi, I'm looking for a good manual how to implement ipfw in and with jails. Google doesn't give anything usefull Thanks for your time By default, the only way you can implement firewalling (either ipfw, ipf or pf) is within the host system -- it simply has not been possible

Re: Jails working differently in FreeBSD-8

2009-12-14 Thread Steven Hartland
Did you make sure you tightly binded sshd on the host. Regards Steve - Original Message - From: Nathan Butcher n-butc...@fusiongol.com Jails appear to be working differently in 8.0 compared with 7.x (due to the networking changes in 8 most likely). Anyway, I've created a jail

Re: freebsd / gpt boot

2009-12-14 Thread Steven Hartland
The following worked for me on 8TB array: Add slices as needed (modify sizes as required): gpart add -s 128K -t freebsd-boot da0 gpart add -s 1G -t freebsd-ufs -l root da0 gpart add -s 10G -t freebsd-swap -l swap da0 gpart add ... Then for installing the bootcode: gpart bootcode

Re: Jails working differently in FreeBSD-8

2009-12-14 Thread Nathan Butcher
It may sound silly but can you confirm that sshd is running inside the jail? Er... that was the problem. Not enabled in rc.conf Please allow me to feel embarrassed ;) ___ freebsd-stable@freebsd.org mailing list

Tomahawk Desktop 2.0 Beta1 Released

2009-12-14 Thread Sagara Wijetunga
Hi FreeBSD community We are happy to announce the release of Tomahawk Desktop 2.0 Beta1. The Tomahawk Desktop is based on FreeBSD 7.2 sources. The objective of the release is, that we could not get the KDE (ver. 4.3.3) up. When try to run the KDE, the greeter crashes. Appreciate if the

Re: Hacked - FreeBSD 7.1-Release

2009-12-14 Thread kama
Hi! This is (most probably) a php coding issue and not e FreeBSD related issue per se. I would look into what type of application you run on your website and the permissions you have on your files. Check if there is something that can be upgraded. I know that at least phpBB2 had these issues in

Re: freebsd / gpt boot

2009-12-14 Thread Torfinn Ingolfsen
On Sun, 13 Dec 2009 22:53:44 + Steven Hartland kill...@multiplay.co.uk wrote: The only thing I'd warn you about is to ensure you use the DVD not the CD as the CD doesn't have all the things you'll need on it. FWIW, the memstick image worked nicely, too. -- Regards, Torfinn Ingolfsen

Jails in FreeBSD 8

2009-12-14 Thread Peter Fraser
Hi All I installed FBSD 8 and got some jails up using the instructions in the handbook. My question is this. Do you still have to use the alias IP address on the host that you want the jail to have? Example: I want my jail to have ip address 192.168.2.5 I put these entries in rc.conf on the

Re: Jails in FreeBSD 8

2009-12-14 Thread Glen Barber
Hi On Mon, Dec 14, 2009 at 9:54 AM, Peter Fraser petros.fra...@gmail.com wrote: Hi All I installed FBSD 8 and got some jails up using the instructions in the handbook. My question is this. Do you still have to use the alias IP address on the host that you want the jail to have? Example: I

Re: Jails in FreeBSD 8

2009-12-14 Thread Steven Hartland
You shouldn't need the ifconfig entry no. The default config for a jail doesn't start sshd, do you have that configured in your jails /etc/rc.conf? Regards Steve - Original Message - From: Peter Fraser petros.fra...@gmail.com ... Do I also need this entry below?

Re: freebsd / gpt boot

2009-12-14 Thread Steven Hartland
Possibly the issue we had was the live CD doesn't include dist but you cant remove it once your in it so no way to do the actual install. Using a memstick live would presumably get around this issue due to the fact you can have Disk 0 in the CDROM as well :) Regards Steve - Original

Re: Jails in FreeBSD 8

2009-12-14 Thread Peter Fraser
Yes, I do have sshd_enable=YES in the jail's rc.conf as well as network_interfaces= I can ssh in if I use the alias entry in the host's rc.conf. I'm trying another entry Glen just mentioned which is jail_www_interface=vr0 to see if that works for me. On Mon, Dec 14, 2009 at 10:26 AM, Steven

Re: freebsd / gpt boot

2009-12-14 Thread Robert Noland
On Sun, 2009-12-13 at 23:21 +0100, Rolf G Nielsen wrote: Adam Jacob Muller wrote: Hi, I'm trying to setup a system with a very large RAID array (total ~10TB), I would ideally like to have the system boot directly off that 10TB array, so i'm trying to get the system setup with GPT but

Re: Jails in FreeBSD 8

2009-12-14 Thread Peter Fraser
Yes, that jail_www_interface=vr0 entry worked just fine. Thank you. On Mon, Dec 14, 2009 at 10:45 AM, Peter Fraser petros.fra...@gmail.com wrote: Yes, I do have sshd_enable=YES in the jail's rc.conf as well as network_interfaces= I can ssh in if I use the alias entry in the host's rc.conf. I'm

Re: Cannot list a particular directory through NFS with UDP

2009-12-14 Thread Rick Macklem
On Mon, 14 Dec 2009, Jeremie Le Hen wrote: Hi, __ Please Cc: me when replying as I'm not subscribed. Thanks. __ My NFS server is running FreeBSD 8.0 from December 6th. The client is a NetBSD 5.0. The directory exported is /data/repos on the server (192.168.1.222) and is mounted on

Re: freebsd update for 8.0-REL-p1 ?

2009-12-14 Thread Eugene Gladchenko
Arnaud, Sunday, December 6, 2009, 2:02:13 PM, you wrote: Now that the rtld patch is available, how do I upgrade using freebsd-update ? freebsd-update -r 8.0-RELEASE-p1 upgrade says: No mirrors remaining, giving up. So it does not upgrade 8-( AH Just do : AH freebsd-update fetch AH then :

Re: Dell D830, nVidia and FreeBSD-8/amd64

2009-12-14 Thread John Baldwin
On Sunday 13 December 2009 2:19:05 pm Jonathan Chen wrote: Hi, This is a general rehash of a problem that I've been having with my Dell Latitude D830 with an nVidia Quadro NVS 140M internal graphics card. I've been using the XOrg's vesa driver ever since something in the code rendered the

Re: Cannot list a particular directory through NFS with UDP

2009-12-14 Thread John Baldwin
On Sunday 13 December 2009 6:06:50 pm Jeremie Le Hen wrote: Hi, __ Please Cc: me when replying as I'm not subscribed. Thanks. __ My NFS server is running FreeBSD 8.0 from December 6th. The client is a NetBSD 5.0. The directory exported is /data/repos on the server (192.168.1.222) and

8.0 machine won't boot single user

2009-12-14 Thread Matt Burke
I have a server (Dell 2950) running 8.0-RELEASE-p1 that won't boot into single user mode - it hangs on Trying to mount root from ufs:/dev/label/root. It hangs when using the /dev/mfid1s1a device too so it doesn't appear to be a glabel issue. Previously I had this issue booting multi-user too and

Re: Cannot list a particular directory through NFS with UDP

2009-12-14 Thread Jeremie Le Hen
On Mon, Dec 14, 2009 at 10:50:40AM -0500, John Baldwin wrote: It looks like the NFS client does not like the replies to the 3819288094 request. Can you grab nfsstat output before and after a retransmit of the request and reply to see which counters are increased? This might indicate why

Re: Cannot list a particular directory through NFS with UDP

2009-12-14 Thread Jeremie Le Hen
Hi Rick, On Mon, Dec 14, 2009 at 11:14:06AM -0500, Rick Macklem wrote: My NFS server is running FreeBSD 8.0 from December 6th. The client is a NetBSD 5.0. The directory exported is /data/repos on the server (192.168.1.222) and is mounted on /mnt/repos on the client (192.168.1.1). The

Re: vge problem

2009-12-14 Thread Pyun YongHyeon
On Mon, Dec 14, 2009 at 11:01:37AM +0900, Yoshiaki Kasahara wrote: On Thu, 10 Dec 2009 16:08:49 -0800, Pyun YongHyeon pyu...@gmail.com said: While reading the code again I found some suspicious part which could be related with your issue. The controller's CMZ field has 3bits so it

Re: freebsd / gpt boot

2009-12-14 Thread Torfinn Ingolfsen
On Mon, 14 Dec 2009 15:28:50 + Steven Hartland kill...@multiplay.co.uk wrote: Using a memstick live would presumably get around this issue due to the fact you can have Disk 0 in the CDROM as well :) Err, no. It gets around thia by the very fact that all files required are on the memstick

RE: IPv6 - bad neighbor solicitation messages

2009-12-14 Thread Li, Qing
Please email me your routing table privately, but I am suspecting the following temporary patch would fix your issue. Please give it a try and report back. http://people.freebsd.org/~qingli/nd6-ns.diff -- Qing -Original Message- From: owner-freebsd-sta...@freebsd.org

Re: duplicity ftp backup / ncftp no longer working since 8.0-Release

2009-12-14 Thread Manfred Usselmann
On Mon, 14 Dec 2009 08:17:16 +0100 Manfred Usselmann usselman...@icg-online.de wrote: On Mon, 14 Dec 2009 00:23:17 -0500 David Horn dhorn2...@gmail.com wrote: I believe that there is something unusual going on with the checking on select() return in ncftp3. If you change every instance

Re: duplicity ftp backup / ncftp no longer working since 8.0-Release

2009-12-14 Thread David Horn
On Mon, Dec 14, 2009 at 5:31 PM, Manfred Usselmann usselman...@icg-online.de wrote: On Mon, 14 Dec 2009 08:17:16 +0100 Manfred Usselmann usselman...@icg-online.de wrote: On Mon, 14 Dec 2009 00:23:17 -0500 David Horn dhorn2...@gmail.com wrote: I believe that there is something unusual going

Re: freebsd / gpt boot

2009-12-14 Thread Steven Hartland
- Original Message - From: Torfinn Ingolfsen torfinn.ingolf...@broadpark.no Err, no. It gets around thia by the very fact that all files required are on the memstick image - no other image required. :) The machine I installed on didn't have an optical drive at all. Noted for future

Re: Dell D830, nVidia and FreeBSD-8/amd64

2009-12-14 Thread Jonathan Chen
On Mon, Dec 14, 2009 at 10:46:27AM -0500, John Baldwin wrote: On Sunday 13 December 2009 2:19:05 pm Jonathan Chen wrote: Hi, This is a general rehash of a problem that I've been having with my Dell Latitude D830 with an nVidia Quadro NVS 140M internal graphics card. I've been using the

patch: bad ipv6 neighbor solicitation

2009-12-14 Thread Li, Qing
Please find the more proper fix at http://people.freebsd.org/~qingli/nd6-patch.diff I realized I was slightly off in my previous email after I spent a bit more time looking through the problem. Both prefixes are present but one was marked off-link due to the fact only a single prefix