GCD in FreeBSD with gcc

2011-12-24 Thread Oleg Ginzburg
Hi, I try to play with GCD in FreeBSD. Compilation through clang is fine. However when i use the gcc from base for code with dispatch_async i got warning: implicit declaration of function 'dispatch_async' The existing file /usr/local/include/dispatch/queue.h contains the following

serial consoles

2011-12-24 Thread Matthew Luckie
Hi I'd like to be able to login using a null modem cable to a freebsd server, from a freebsd laptop. It doesn't need to display boot messages, just allow me to login after the system has booted. I've got a null modem cable connected to my freebsd server, and on the other end is a USB

Re: serial consoles

2011-12-24 Thread Da Rock
On 12/24/11 19:34, Matthew Luckie wrote: Hi I'd like to be able to login using a null modem cable to a freebsd server, from a freebsd laptop. It doesn't need to display boot messages, just allow me to login after the system has booted. I've got a null modem cable connected to my freebsd

Re: PolicyKit confusion

2011-12-24 Thread Roland Smith
On Sat, Dec 24, 2011 at 12:23:17PM +1000, Da Rock wrote: On 12/24/11 11:34, Roland Smith wrote: On Sat, Dec 24, 2011 at 09:57:38AM +1000, Da Rock wrote: FreeBSD be default already does buffering in the VFS layer (unless you turn that off). I don't think that adding more buffering would

Re: PolicyKit confusion

2011-12-24 Thread Roland Smith
On Sat, Dec 24, 2011 at 12:03:30PM +1000, Da Rock wrote: might render the application performing it unresponsive during that time. Bingo! Thats exactly the issue. Taking a look at FUSE I can see there are calls that FUSE_FSYNC which I would say is the closest to what is needed. The question

Re: chroot error: /bin/csh: No such file or directory; trying to create customized livecd/dvd

2011-12-24 Thread Da Rock
On 12/24/11 22:57, Antonio Olivares wrote: I'll ask a stupid question, and you're more than welcome to give a stupid answer: Is /bin/csh actually _in_ your chroot? So csh should be this path: /usr/home/olivares/tmp/tmp/R/bin/csh HTH ___

Re: chroot error: /bin/csh: No such file or directory; trying to create customized livecd/dvd

2011-12-24 Thread Antonio Olivares
I'll ask a stupid question, and you're more than welcome to give a stupid answer: Is /bin/csh actually _in_ your chroot? So csh should be this path: /usr/home/olivares/tmp/tmp/R/bin/csh HTH ___ freebsd-questions@freebsd.org mailing list

Re: chroot error: /bin/csh: No such file or directory; trying to create customized livecd/dvd

2011-12-24 Thread Antonio Olivares
On Sat, Dec 24, 2011 at 7:03 AM, Da Rock freebsd-questi...@herveybayaustralia.com.au wrote: On 12/24/11 22:57, Antonio Olivares wrote: I'll ask a stupid question, and you're more than welcome to give a stupid answer: Is /bin/csh actually _in_ your chroot? So csh should be this path:

Re: serial consoles

2011-12-24 Thread Warren Block
On Sat, 24 Dec 2011, Matthew Luckie wrote: However, when I use cu on the laptop: sudo cu -l /dev/cuaU0 -s 9600 I never get a login prompt. If I press enter, the cursor scrolls down. Likewise other characters echo back. I'm reasonably sure that I'm connected to the appropriate com port on

Re: Revision control advice

2011-12-24 Thread Chris Hill
On Wed, 21 Dec 2011, Chris Hill wrote: I'm looking to set up some sort of revision control system at work. Thank you to everyone who replied. Based on what I've found out, I think I will be setting up git on a test server so I can get familiar with it. Thanks again, and a happy $HOLIDAY to

Re: FLAME - security advisories on the 23rd ? uncool idea is uncool

2011-12-24 Thread Michael Sierchio
Careful reading, as opposed to blindly applying updates, is often rewarded. If you aren't running telnetd, it follows that you are not vulnerable to the most serious exploit addressed by the patch (remote root). I have had no trouble since applying the patch to 7.4 and 8.2 systems. YMMV. Given

Re: Revision control advice

2011-12-24 Thread Waitman Gobble
On Sat, Dec 24, 2011 at 9:22 AM, Chris Hill ch...@monochrome.org wrote: On Wed, 21 Dec 2011, Chris Hill wrote: I'm looking to set up some sort of revision control system at work. Thank you to everyone who replied. Based on what I've found out, I think I will be setting up git on a test

Re: serial consoles

2011-12-24 Thread Matthew Luckie
On 12/25/11 04:45, Warren Block wrote: On Sat, 24 Dec 2011, Matthew Luckie wrote: However, when I use cu on the laptop: sudo cu -l /dev/cuaU0 -s 9600 I never get a login prompt. If I press enter, the cursor scrolls down. Likewise other characters echo back. I'm reasonably sure that I'm

Re: serial consoles

2011-12-24 Thread Matthew Luckie
On 12/25/11 01:17, Mehmet Erol Sanliturk wrote: Perhaps the following pages will be helpful : http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/serialconsole-setup.html http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/serial.html#SERIAL-CABLES-PORTS

Re: serial consoles

2011-12-24 Thread Mehmet Erol Sanliturk
On Sat, Dec 24, 2011 at 1:15 PM, Matthew Luckie m...@luckie.org.nz wrote: On 12/25/11 01:17, Mehmet Erol Sanliturk wrote: Perhaps the following pages will be helpful : http://www.freebsd.org/doc/en_**US.ISO8859-1/books/handbook/**

Re: PolicyKit confusion

2011-12-24 Thread Roland Smith
On Sat, Dec 24, 2011 at 10:44:53PM +1000, Da Rock wrote: And yes, that will block write calls until they're truely done. You said that was slower too. A bit. But I think it is a good trade-off for filesystems on USB disks. It certainly circumvents a whole lot of problems with filesystem

Re: serial consoles

2011-12-24 Thread Matthew Luckie
On 12/25/11 07:46, Mehmet Erol Sanliturk wrote: On Sat, Dec 24, 2011 at 1:15 PM, Matthew Luckie m...@luckie.org.nz mailto:m...@luckie.org.nz wrote: One thing I have not done is touch /boot/loader.conf. I'm not worried about seeing the system boot messages, just the ability to

FreeBSD 8 LiveFS - How To Start SSHD?

2011-12-24 Thread Drew Tomlinson
I've lost a drive in my FBSD 8.? box. I have a FBSD 8.1 LiveFS CD from which I've booted. I'd like to get sshd running so I can connect remotely and have the ability to browse, copy/paste, etc. while I see what I might be able to salvage before replacing my drive. I've found these

Re: FreeBSD 8 LiveFS - How To Start SSHD?

2011-12-24 Thread Robert Bonomi
From owner-freebsd-questi...@freebsd.org Sat Dec 24 16:58:02 2011 Date: Sat, 24 Dec 2011 14:35:35 -0800 From: Drew Tomlinson d...@mykitchentable.net To: freebsd-questions@freebsd.org Subject: FreeBSD 8 LiveFS - How To Start SSHD? I've lost a drive in my FBSD 8.? box. I have a FBSD 8.1

Re: FreeBSD 8 LiveFS - How To Start SSHD?

2011-12-24 Thread Adam Vande More
On Sat, Dec 24, 2011 at 4:35 PM, Drew Tomlinson d...@mykitchentable.netwrote: I can do the Configure the network connection, the setup login shell for root, and the Prepare SSH part. However the Enable, configure, and start sshd part doesn't seem to apply and really doesn't make sense.

Re: FreeBSD 8 LiveFS - How To Start SSHD?

2011-12-24 Thread Drew Tomlinson
On 12/24/2011 4:47 PM, Robert Bonomi wrote: From owner-freebsd-questi...@freebsd.org Sat Dec 24 16:58:02 2011 Date: Sat, 24 Dec 2011 14:35:35 -0800 From: Drew Tomlinsond...@mykitchentable.net To: freebsd-questions@freebsd.org Subject: FreeBSD 8 LiveFS - How To Start SSHD? I've lost a drive in

Freebsd installation problem with 3ware 8506-4LP - storage controller (RAID)

2011-12-24 Thread heather
Hello, we tried to instal Freebsd with my 3ware 8506-4LP - storage controller (RAID) and it seems freebsd does not support my raid card could you please tell me how to fox this problem? Here below ismy data center message I got after they tried to instal freebsd on my server, regards, Miss

Re: FreeBSD 8 LiveFS - How To Start SSHD?

2011-12-24 Thread Drew Tomlinson
On 12/24/2011 9:05 PM, Adam Vande More wrote: On Sat, Dec 24, 2011 at 4:35 PM, Drew Tomlinson d...@mykitchentable.net mailto:d...@mykitchentable.net wrote: I can do the Configure the network connection, the setup login shell for root, and the Prepare SSH part. However the Enable,