Re: Input subsystem comparable to linux planned

2013-02-19 Thread Jan Beich
Martin Laabs i...@martinlaabs.de writes: Hi, maybe you know the input subsystem of linux that is very flexible in terms of various input data interpretations. Are there plans to implement something comparable into the freebsd system? The background is, that I currently write a joystick

Re: How to add zfs support to FreeBSD

2013-02-19 Thread Jeremy Chadwick
Regarding all the recommendations on how to determine if ZFS is available on the system: Do not run commands like /sbin/zfs or /sbin/zpool right off the bat. This will result in the underlying kld bits dynamically loading zfs.ko and opensolaris.ko on the fly -- even if there aren't any ZFS

RE: How to add zfs support to FreeBSD

2013-02-19 Thread Teske, Devin
4. lsvfs output? -- Devin From: owner-freebsd-questi...@freebsd.org [owner-freebsd-questi...@freebsd.org] on behalf of Jeremy Chadwick [j...@koitsu.org] Sent: Tuesday, February 19, 2013 12:16 AM To: freebsd-questions@freebsd.org Cc:

building libtorrent error: 'u_int16_t' does not name a type

2013-02-19 Thread David Collins
Hi, I'm trying to build libtorrent/rtorrent using gcc 4.8. The reason I'm using gcc 4.8 rather than the version in base is because there is apparently a bug in gcc 4.2 - http://libtorrent.rakshasa.no/ticket/926 I installed gcc 4.8 based on these instructions

Re: choosing ACLs

2013-02-19 Thread Lowell Gilbert
Robert Huff roberth...@rcn.com writes: man tunefs mentions two types of ACLs: POSIX.1e and NFSv4. Am I correct in assuming an unqualified ACL in general usage defaults to the former, not the latter? Nearly all ACL functionality is implemented in a single module, with NFS ACLs

Re: Ports Packages [Stable] in sync

2013-02-19 Thread Lowell Gilbert
Jeff Tipton jef...@mail.com writes: Thank you, Damien, for the reply. AFAIK, STABLE gets updated every 2 weeks but not every day, and it seems to be that because of the intrusion, it has not been updated for long. The versions of the ports that come with the 9.1-RELEASE are even slightly

Re: Ports Packages [Stable] in sync

2013-02-19 Thread Fleuriot Damien
On Feb 17, 2013, at 3:44 PM, Jeff Tipton jef...@mail.com wrote: On 02/17/2013 13:13, Damien Fleuriot wrote: On 16 Feb 2013, at 16:56, Jeff Tipton jef...@mail.com wrote: Hi, I upgraded 9.0 - 9.1 on my netbook and only then found out that there are no packages for 9.1-RELEASE. On my

Re: How to add zfs support to FreeBSD

2013-02-19 Thread Jeremy Chadwick
On Tue, Feb 19, 2013 at 09:09:07AM +, Teske, Devin wrote: 4. lsvfs output? -- Devin From: owner-freebsd-questi...@freebsd.org [owner-freebsd-questi...@freebsd.org] on behalf of Jeremy Chadwick [j...@koitsu.org] Sent: Tuesday, February 19,

FreeBSD 9.1 Update?

2013-02-19 Thread Denzel Turner
Hello Folks, /**/ When the FreeBSD 9.1 Update functionality gets rebuilt and back on- line so that fetch freebsd-update will get updates for FreeBSD 9.1, how will users be notified? I am unsure of which Mailing

Re: FreeBSD 9.1 Update?

2013-02-19 Thread Steve O'Hara-Smith
On Tue, 19 Feb 2013 12:26:18 -0600 Denzel Turner dgt...@gmail.com wrote: Hello Folks, /**/ When the FreeBSD 9.1 Update functionality gets rebuilt and back on- line so that fetch freebsd-update will get

Re: FreeBSD 9.1 Update?

2013-02-19 Thread Joseph A. Nagy, Jr
On 02/19/13 13:43, Steve O'Hara-Smith wrote: On Tue, 19 Feb 2013 12:26:18 -0600 Denzel Turner dgt...@gmail.com wrote: Hello Folks, /**/ When the FreeBSD 9.1 Update functionality gets rebuilt and back on- line

Re: FreeBSD 9.1 Update?

2013-02-19 Thread Denzel Turner
Hello Gentlemen and thank you for the prompt response. I thought freegsd-update for FreeBSD 9.1 only updated with FreeBSD 9.0 Packages as the Update Functionality Infrastructure was being rebuilt. I might be wrong about this but I thought this was put out in the FreeBSD 9.1 Announcement. I am

Re: FreeBSD 9.1 Update?

2013-02-19 Thread Joseph A. Nagy, Jr
On 02/19/13 14:03, Denzel Turner wrote: Hello Gentlemen and thank you for the prompt response. I thought freegsd-update for FreeBSD 9.1 only updated with FreeBSD 9.0 Packages as the Update Functionality Infrastructure was being rebuilt. I might be wrong about this but I thought this was put out

Re: building libtorrent error: 'u_int16_t' does not name a type

2013-02-19 Thread Lowell Gilbert
David Collins davidcollins...@gmail.com writes: I'm trying to build libtorrent/rtorrent using gcc 4.8. The reason I'm using gcc 4.8 rather than the version in base is because there is apparently a bug in gcc 4.2 - http://libtorrent.rakshasa.no/ticket/926 You do realize that the bug was

Re: FreeBSD 9.1 Update?

2013-02-19 Thread Steve O'Hara-Smith
On Tue, 19 Feb 2013 14:03:56 -0600 Denzel Turner dgt...@gmail.com wrote: Hello Gentlemen and thank you for the prompt response. I thought freegsd-update for FreeBSD 9.1 only updated with FreeBSD 9.0 Packages as the Update Functionality Infrastructure was being rebuilt. I might be wrong about

ZFS + iSCSI architecture

2013-02-19 Thread b...@todoo.biz
Hello, I am about to start deploying a large system (about 18 To which can grow up to 36 To) based on a big Intel platform with lot's of fancy features to have turbo boosted platform (ZIL on SSD + system on dongle if I go for FreeNAS). Since I want to move on quite fast I might decide to use

Re: ZFS + iSCSI architecture

2013-02-19 Thread Dmitry Sarkisov
On 19-02-2013, Tue [23:20:41], b...@todoo.biz wrote: Hello, I am about to start deploying a large system (about 18 To which can grow up to 36 To) based on a big Intel platform with lot's of fancy features to have turbo boosted platform (ZIL on SSD + system on dongle if I go for FreeNAS).

RE: convert date and time to epoch in awk

2013-02-19 Thread dteske
-Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- questi...@freebsd.org] On Behalf Of b w Sent: Tuesday, February 19, 2013 2:34 PM To: freebsd-questions@freebsd.org Subject: convert date and time to epoch in awk I want to write a script that

ZFS Question

2013-02-19 Thread Devin Teske
Hi, What's the difference between: zpool create -m /desired_destination POOL_NAME disk_device and zpool create -m none POOL_NAME disk_device zfs create -m /desired_destination POOL_NAME/foo We would prefer the former, but see more uses of the latter. The whole point is that we want to keep

Re: ZFS + iSCSI architecture

2013-02-19 Thread Fleuriot Damien
On Feb 19, 2013, at 11:20 PM, b...@todoo.biz b...@todoo.biz wrote: Hello, I am about to start deploying a large system (about 18 To which can grow up to 36 To) based on a big Intel platform with lot's of fancy features to have turbo boosted platform (ZIL on SSD + system on dongle if I

Re: ZFS + iSCSI architecture

2013-02-19 Thread iamatt
Sounds like a major headache. I'd just deploy NetApp with OnTap 8.X or isilon, both BSD based now. On Feb 19, 2013 7:15 PM, Fleuriot Damien m...@my.gd wrote: On Feb 19, 2013, at 11:20 PM, b...@todoo.biz b...@todoo.biz wrote: Hello, I am about to start deploying a large system (about

Re: convert date and time to epoch in awk

2013-02-19 Thread Karl Vogel
On Tue, 19 Feb 2013 23:34:21 +0100, b w bw.mail.li...@gmail.com said: b I want to write a script that parses the last, say, 10 minutes of a log b file looking for a certain string, like 'error', or failed', and returns b how many times it shows up. The script would be run by Nagios and if it b

Re: convert date and time to epoch in awk

2013-02-19 Thread bw.mail.lists
So, is there a way to compare two dates in FreeBSD's awk or convert a date to epoch? Or some other fast way to select the last 10 minutes from a log file? An example would be appreciated, if possible. Converting a date to an epoch is easy with date(1) (note: awk can make a system

Re: convert date and time to epoch in awk

2013-02-19 Thread bw.mail.lists
b I want to write a script that parses the last, say, 10 minutes of a log b file looking for a certain string, like 'error', or failed', and returns b how many times it shows up. The script would be run by Nagios and if it b returns 0 an alert is raised. Each line of the log file starts with

amd64 and COMPAT_AOUT

2013-02-19 Thread Daniel O'Callaghan
I'm migrating a lot of services to a new server running 9.1 amd64. I have a VMWare FreeBSD 3.3 server I want to decommission, which is running a client's website with a shopping cart system in an a.out binary (source code lost long ago). I have just tried to build a new kernel on the

Re: ZFS pool data recovery

2013-02-19 Thread CyberLeo Kitsana
On 02/18/2013 08:06 AM, Jonni Nakari wrote: It seems, that while testing suspend to RAM on my machine by running acpiconf -s 3 I managed to break a RaidZ zpool. The machine went to sleep fine, but after waking up commands (e.g. reboot) reported I/O error. When booting after a hard reset the

Re: ZFS + iSCSI architecture

2013-02-19 Thread b...@todoo.biz
Le 20 févr. 2013 à 02:14, Fleuriot Damien m...@my.gd a écrit : On Feb 19, 2013, at 11:20 PM, b...@todoo.biz b...@todoo.biz wrote: Hello, I am about to start deploying a large system (about 18 To which can grow up to 36 To) based on a big Intel platform with lot's of fancy features