Inconsistent behavior with dd(1)

2014-08-14 Thread William Orr
Hey, I found some inconsistent behavior with dd(1) when it comes to specifying arguments in -CURRENT. [ worr on terra ] ( ~ ) % dd if=/dev/zero of=/dev/null count=18446744073709551616 dd: count: Result too large [ worr on terra ] ( ~ ) % dd if=/dev/zero of=/dev/null count=1844674407370955161

Re: android bsd connectivity tools etc ?

2014-08-14 Thread Adam Vande More
On Wed, Aug 13, 2014 at 6:47 PM, Julian H. Stacey wrote: > Hi, > Any tips for Android / FreeBSD BSD tools for connectivity etc ? > > I just got a Samsung Galaxy Note 3, with Android 4.4.2 kernel 3.4.0 > > It directs me to > https://www.android.com/filetransfer/ > which seems binary for ma

Re: android bsd connectivity tools etc ?

2014-08-14 Thread Thiago Barroso Perrotta
Nowadays I'm using syncthing [1] for file transfer. ADB over WIFI also works great. [1]: http://svnweb.freebsd.org/ports/head/net/syncthing/ ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubsc

Re: android bsd connectivity tools etc ?

2014-08-14 Thread Thiago Barroso Perrotta
Nowadays I'm using syncthing [1] for file transfer. ADB over WIFI also works great. [1]: http://svnweb.freebsd.org/ports/head/net/syncthing/ 2014-08-14 8:47 GMT-03:00 Luigi Rizzo : > On Thu, Aug 14, 2014 at 09:40:56AM +0200, Lars Engels wrote: > > On Thu, Aug 14, 2014 at 08:29:37AM +0200, Per

Re: android bsd connectivity tools etc ?

2014-08-14 Thread Thiago Barroso Perrotta
Nowadays I'm using syncthing [1] for file transfer. ADB over WIFI also works great. [1]: http://svnweb.freebsd.org/ports/head/net/syncthing/ PS.: Sorry if I've sent you multiple e-mails. 2014-08-13 20:47 GMT-03:00 Julian H. Stacey : > Hi, > Any tips for Android / FreeBSD BSD tools for connecti

[PATCH] Switch pst(4) to callout(9)

2014-08-14 Thread John Baldwin
This patch switches the pst(4) driver from timeout(9) to callout(9). It also cleans up detach a bit. The patch is against HEAD but probably applies to 9 and 10. Please test with INVARIANTS enabled. http://www.FreeBSD.org/~jhb/patches/pst_callout.patch -- John Baldwin ___

[PATCH] Add locking to mly(4)

2014-08-14 Thread John Baldwin
This patch adds locking to mly(4) and marks it MPSAFE. This patch is against HEAD but probably applies to 9 and 10 as well. Please enable INVARIANTS while testing. http://www.FreeBSD.org/~jhb/patches/mly_locking.patch -- John Baldwin ___ freebsd-cu

[PATCH] Switch ofw_console(4) to callout(9)

2014-08-14 Thread John Baldwin
This patch switches the ofw_console driver from timeout(9) to callout(9). The patch is against HEAD but it probably applies to 9 and 10. Please test with INVARIANTS enabled. http://www.FreeBSD.org/~jhb/patches/ofw_console_callout.patch -- John Baldwin

[PATCH] Add locking to iir(4)

2014-08-14 Thread John Baldwin
This patch fixes various issues in the iir(4) driver and adds locking to make it MPSAFE. The patch is against HEAD though I expect it probably applies to 9 and 10 as well. Please test with INVARIANTS enabled. http://www.FreeBSD.org/~jhb/patches/iir_locking.patch -- John Baldwin _

[PATCH] Replace timeout(9) with callout(9) in ips(4)

2014-08-14 Thread John Baldwin
This patch converts the ips(4) driver to the callout(9) API and adds additional locking to remove its use of Giant. The patch is against HEAD but probably applies to 9 and 10 as well. Please test with INVARIANTS enabled. http://www.FreeBSD.org/~jhb/patches/ips_callout.patch -- John Baldwin _

[PATCH] Add locking to mcd(4)

2014-08-14 Thread John Baldwin
This patch adds locking to mcd(4) and marks it MPSAFE. This patch is against HEAD but probably applies to 9 and 10 as well. Please enable INVARIANTS while testing. http://www.FreeBSD.org/~jhb/patches/mcd_locking.patch -- John Baldwin ___ freebsd-cu

Re: installing packages into a mounted system

2014-08-14 Thread Matthias Apitz
Hello, To close this thread: after reading and understandig how it should work, I have found the following easy solution: # chroot /mnt pkg-static repo /PKGDIR Creating repository in /PKGDIR: 83% ... Packing files for repository: 100% # chroot /mnt mkdir -p /usr/local/etc/pkg/repos # vim /mnt/u

Re: PostgreSQL performance on FreeBSD

2014-08-14 Thread Alan Cox
On 08/14/2014 10:47, John Baldwin wrote: > On Wednesday, August 13, 2014 1:00:22 pm Alan Cox wrote: >> On Tue, Aug 12, 2014 at 1:09 PM, John Baldwin wrote: >> >>> On Wednesday, July 16, 2014 1:52:45 pm Adrian Chadd wrote: Hi! On 16 July 2014 06:29, Konstantin Belousov wrote: >

Re: Child suspend/resume

2014-08-14 Thread Justin Hibbits
Thanks Alexandr! - Justin On Wed, Aug 13, 2014 at 11:33 PM, Alexandr Krivulya wrote: > I've done three suspend/resume cycle during last workday and all works > fine. Sorry for misled. > > 13.08.2014 18:35, Justin Hibbits пишет: >> That's odd, because another tester reported everything worked cor

Re: PostgreSQL performance on FreeBSD

2014-08-14 Thread John Baldwin
On Wednesday, August 13, 2014 1:00:22 pm Alan Cox wrote: > On Tue, Aug 12, 2014 at 1:09 PM, John Baldwin wrote: > > > On Wednesday, July 16, 2014 1:52:45 pm Adrian Chadd wrote: > > > Hi! > > > > > > > > > On 16 July 2014 06:29, Konstantin Belousov wrote: > > > > On Fri, Jun 27, 2014 at 03:56:13P

Re: PostgreSQL performance on FreeBSD

2014-08-14 Thread John Baldwin
On Tuesday, August 12, 2014 5:36:26 pm Adrian Chadd wrote: > On 12 August 2014 11:09, John Baldwin wrote: > > On Wednesday, July 16, 2014 1:52:45 pm Adrian Chadd wrote: > >> Hi! > >> > >> > >> On 16 July 2014 06:29, Konstantin Belousov wrote: > >> > On Fri, Jun 27, 2014 at 03:56:13PM +0300, Konst

Re: installing packages into a mounted system

2014-08-14 Thread Michael Gmelin
On Thu, 14 Aug 2014 15:31:11 +0200 Matthias Apitz wrote: > El día Thursday, August 14, 2014 a las 09:22:38AM -0400, Nikolai > Lifanov escribió: > > > > # PACKAGESITE=file://PKGDIR export PACKAGESITE > > > # chroot /mnt /usr/local/sbin/pkg-static install xorg-7.7 > > > Updating repository catalog

Re: installing packages into a mounted system

2014-08-14 Thread Matthias Apitz
El día Thursday, August 14, 2014 a las 09:22:38AM -0400, Nikolai Lifanov escribió: > > # PACKAGESITE=file://PKGDIR export PACKAGESITE > > # chroot /mnt /usr/local/sbin/pkg-static install xorg-7.7 > > Updating repository catalogue > > pkg-static: file://PKGDIR/digests.txz: No such file or director

installing packages into a mounted system

2014-08-14 Thread Matthias Apitz
Hello, I've compiled ~1300 packages with poudriere 3.1pre on a 'head' system; went fine; mounted below /mnt is a complete new system (an USB key) which boots fine alreaday; the 1300 resulting *.txz file are copied into /mnt/PKGDIR in the past, using the pkg_* tools, I could just install the pac

Re: android bsd connectivity tools etc ?

2014-08-14 Thread Luigi Rizzo
On Thu, Aug 14, 2014 at 09:40:56AM +0200, Lars Engels wrote: > On Thu, Aug 14, 2014 at 08:29:37AM +0200, Per olof Ljungmark wrote: > > On 08/14/14 01:47, Julian H. Stacey wrote: > > > Hi, > > > Any tips for Android / FreeBSD BSD tools for connectivity etc ? ... > There's also Airdroid [1]. After in

Re: android bsd connectivity tools etc ?

2014-08-14 Thread Gary Jennejohn
On Thu, 14 Aug 2014 13:51:04 +0930 Shane Ambler wrote: > On 14/08/2014 09:17, Julian H. Stacey wrote: > > Hi, > > Any tips for Android / FreeBSD BSD tools for connectivity etc ? > > > > I just got a Samsung Galaxy Note 3, with Android 4.4.2 kernel 3.4.0 > > > I'll build a current from a 10.0-RE

nscd not caching

2014-08-14 Thread Eggert, Lars
[Resending to current@, since I can't get it to work on -CURRENT either.] Hi, anyone have an idea why nscd would not be caching NIS lookups? My nsswitch.conf looks as follows: group: cache files nis hosts: cache files dns networks: cache files passwd: cache files nis shells: files services: cac

Re: libthr and main thread stack size

2014-08-14 Thread Ivan A. Kosarev
On 08/13/2014 01:40 AM, Dimitry Andric wrote: On 08 Aug 2014, at 13:22, Konstantin Belousov wrote: On Fri, Aug 08, 2014 at 12:32:56PM +0400, Ivan A. Kosarev wrote: On 08/08/2014 09:28 AM, Konstantin Belousov wrote: On Thu, Aug 07, 2014 at 04:18:12PM +0400, Ivan A. Kosarev wrote: Hello, Acco

Re: HOWTO articles for migrating from Linux to FreeBSD, especially for pkg?

2014-08-14 Thread David Chisnall
On 14 Aug 2014, at 02:34, Russell L. Carter wrote: > So I would be very willing to contribute to this project, if that > makes sense. > > Best, > Russell > > (what list should this move to? Perhaps ports?) I'd suggest docs. Note that currently, the docs team is the smallest part of FreeBSD,

shmget (No space left on device) issue with firefox

2014-08-14 Thread Beeblebrox
I have been having difficulty getting firefox to work, so I built it with DEBUG and this error shows up when starting with "$ firefox -safe-mode" => "shmget failed: error 28 (No space left on device)" What "Shared Memory" setting do I need to change so as to get rid of this error? Alternatively, i

Re: android bsd connectivity tools etc ?

2014-08-14 Thread Lars Engels
On Thu, Aug 14, 2014 at 08:29:37AM +0200, Per olof Ljungmark wrote: > On 08/14/14 01:47, Julian H. Stacey wrote: > > Hi, > > Any tips for Android / FreeBSD BSD tools for connectivity etc ? > > > > I just got a Samsung Galaxy Note 3, with Android 4.4.2 kernel 3.4.0 > > > > It directs me to > >