Administrative Sales Support - Virtual Office

2012-03-25 Thread jmelo
I would like to take this time to welcome you to our hiring process and give you a brief synopsis of the position's benefits and requirements. If you are taking a career break, are on a maternity leave, recently retired or simply looking for some part-time job, this position is for you. Occupat

Re: Vivaldi Tablet

2012-03-25 Thread Da Rock
On 03/26/12 09:39, Jerome Herman wrote: On 26/03/2012 01:29, Da Rock wrote: On 03/26/12 06:49, Skippy 311 wrote: With a large portion of the open source community looking towards the Vivaldi Tablet as the push for mobile linux, The site reminds me of someone organising a large party and no one

Re: need help in freebsd

2012-03-25 Thread Colin Barnabas
On Mon, Mar 26, 2012 at 09:36:35AM +1000, Stanley Aisi wrote: > hi there, > > i need your help in freebsd > > regards, > > Stanley > papua new guinea > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Vivaldi Tablet

2012-03-25 Thread Robert Bonomi
Jerome Herman wrote: > On 26/03/2012 01:29, Da Rock wrote: > > On 03/26/12 06:49, Skippy 311 wrote: > >> With a large portion of the open source community looking towards the > >> Vivaldi Tablet as the push for mobile linux, > > The site reminds me of someone organising a large party and no one >

Re: need help in freebsd

2012-03-25 Thread Erich Dollansky
Hi, On Monday 26 March 2012 06:36:35 Stanley Aisi wrote: > hi there, > > i need your help in freebsd > you found the right place to get help but you have to be a bit more specific. Erich ___ freebsd-questions@freebsd.org mailing list http://lists.free

Re: need help in freebsd

2012-03-25 Thread Edward M
On 03/25/2012 04:36 PM, Stanley Aisi wrote: hi there, i need your help in freebsd regards, Stanley papua new guinea ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any ma

need help in freebsd

2012-03-25 Thread Stanley Aisi
hi there, i need your help in freebsd regards, Stanley papua new guinea ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.o

Re: Vivaldi Tablet

2012-03-25 Thread Jerome Herman
On 26/03/2012 01:29, Da Rock wrote: On 03/26/12 06:49, Skippy 311 wrote: With a large portion of the open source community looking towards the Vivaldi Tablet as the push for mobile linux, The site reminds me of someone organising a large party and no one showing up :) Indeed, I felt very alon

Re: Off-Topic: Computing for the Blind

2012-03-25 Thread Polytropon
On Mon, 26 Mar 2012 09:33:05 +1100, Barbara La Scala wrote: > Apologies for the off topic posting but my stepfather is blind and he wants > my advice > about how to get online. I have no idea where to start looking for > information on hardware > and/or software for him. However, I vaguely rememb

Re: Vivaldi Tablet

2012-03-25 Thread Da Rock
On 03/26/12 06:49, Skippy 311 wrote: With a large portion of the open source community looking towards the Vivaldi Tablet as the push for mobile linux, The site reminds me of someone organising a large party and no one showing up :) I was curious if there was any plans to make an official push

Off-Topic: Computing for the Blind

2012-03-25 Thread Barbara La Scala
Apologies for the off topic posting but my stepfather is blind and he wants my advice about how to get online. I have no idea where to start looking for information on hardware and/or software for him. However, I vaguely remember someone on this list saying they were visually impaired. If I'm r

Re: NFS locking and linux NFS server

2012-03-25 Thread Christoph Egger
Hi! Dan Nelson writes: > Are you running statd and lockd (in rc.conf, rpc_statd_enable="YES" and > rpc_lockd_enable="YES")? Make sure that "rpcinfo localhost" and "rpcinfo > otherhost" both show "nlockmgr" and "status" services. it was missing nfs_client_enable="YES" Thanks everyone for the a

Vivaldi Tablet

2012-03-25 Thread Skippy 311
With a large portion of the open source community looking towards the Vivaldi Tablet as the push for mobile linux, I was curious if there was any plans to make an official push to put something together for this tablet. It is alot to ask from FreeBSD, but to put it bluntly, the more this tablet can

Re: NFS locking and linux NFS server

2012-03-25 Thread Dan Nelson
In the last episode (Mar 25), Christoph Egger said: > Hi all! > > I have a Linux Host (2.6.32 kernel, Debian stable) providong NFS > shares. Locking files on that share works fine for linux clients [0] > while it fails on a freebsd 9.0-STABLE system. The interwebs indicate > there have been prob

Re: Performance of Geli compared to Luks

2012-03-25 Thread Dan Nelson
In the last episode (Mar 25), Moritz Schlarb said: > My HP Proliant Microserver, which I want to use as a NAS, is using an AMD > Turion II Neo N40L processor. The plain disks give me about 100 MB/s > using filebench with the fivestreamwrite/multistreamwrite workloads (as > software RAID-1 under Li

Re: Libreoffice daemon in rc script does not work (shell expansion problem)

2012-03-25 Thread Keith McKenzie
On 25/03/12 19:22, Jose Garcia Juanino wrote: Syntax error: Unterminated quoted string I'm new here, so bear with me, just trying to help. To find an unterminated quoted string, I would suggest loading your script into a programmers editor. Keith -- Sent from Free Open Source Software (FOSS)

LUKS/ dm-crypt/ ext4 appears to be single threaded

2012-03-25 Thread David Christensen
freebsd-questions: Thread moved from debian-user and dm-crypt. http://lists.debian.org/debian-user/2012/03/msg01154.html http://article.gmane.org/gmane.linux.kernel.device-mapper.dm-crypt/5724 I seem to recall FreeBSD having encrypted disks/ filesystems/ whatever. Is there one that

Performance of Geli compared to Luks

2012-03-25 Thread Moritz Schlarb
Hello everyone, My HP Proliant Microserver, which I want to use as a NAS, is using an AMD Turion II Neo N40L processor. The plain disks give me about 100 MB/s using filebench with the fivestreamwrite/multistreamwrite workloads (as software RAID-1 under Linux and zpool mirror under FreeBSD). In L

Libreoffice daemon in rc script does not work (shell expansion problem)

2012-03-25 Thread Jose Garcia Juanino
Hi, I am trying to make an rc script to start libreoffice daemon. The aim is convert Open Document files to PDF, HTML and TXT. The script is the following: #!/bin/sh # # PROVIDE: libreoffice # REQUIRE: LOGIN cleanvar usr # KEYWORD: shutdown . /etc/rc.subr soffice_path="/usr/local/lib/libreoff

Re: Intercepting X11 events

2012-03-25 Thread Devin Teske
On Mar 25, 2012, at 10:26 AM, Devin Teske wrote: > > On Mar 25, 2012, at 8:04 AM, Da Rock wrote: > >> I'm not 100% sure where else to ask this. I have an annoying window that >> disappears when I click close (ha ha, yes I know it will usually do that, >> but this one doesn't go away) but it i

Re: Intercepting X11 events

2012-03-25 Thread Devin Teske
On Mar 25, 2012, at 8:04 AM, Da Rock wrote: > I'm not 100% sure where else to ask this. I have an annoying window that > disappears when I click close (ha ha, yes I know it will usually do that, but > this one doesn't go away) but it is unable to cooperate with the system tray > so it simply b

Re: clang buildworld broken

2012-03-25 Thread James
Fixed now in stable/9. r233468 | marius | 2012-03-25 11:24:42 -0500 (Sun, 25 Mar 2012) | 6 lines MFC: r233105 Declare some variables static in order to reduce the object size and redo r232822 (MFC'ed to stable/9 in r232962)

Re: Problem gnome2-2.32.1_4 not work libgcrypt-1.5.0 (freebsd 8.2 release)

2012-03-25 Thread Matthew Seaman
On 25/03/2012 15:49, Андріан wrote: > Hi, I use freebsd version 8.2-RELEASE, installed graphical shell > gnome2-2.32.1_4, works without problems, I am satisfied, but that the > problem appeared when I put the package remmina-0.9.3_1. But is the > problem is that the package remmina-0.9.3_1 requires

Problem gnome2-2.32.1_4 not work libgcrypt-1.5.0 (freebsd 8.2 release)

2012-03-25 Thread Андріан
Доброго дня. Hi, I use freebsd version 8.2-RELEASE, installed graphical shell gnome2-2.32.1_4, works without problems, I am satisfied, but that the problem appeared when I put the package remmina-0.9.3_1. But is the problem is that the package remmina-0.9.3_1 requires the presence of the pac

Re: NFS locking and linux NFS server

2012-03-25 Thread Christoph Egger
Hi! Da Rock writes: > On 03/25/12 23:59, Christoph Egger wrote: >> Hi all! >> >>I have a Linux Host (2.6.32 kernel, Debian stable) providong NFS >> shares. Locking files on that share works fine for linux clients [0] >> while it fails on a freebsd 9.0-STABLE system. The interwebs indicate >>

Re: NFS locking and linux NFS server

2012-03-25 Thread Da Rock
On 03/25/12 23:59, Christoph Egger wrote: Hi all! I have a Linux Host (2.6.32 kernel, Debian stable) providong NFS shares. Locking files on that share works fine for linux clients [0] while it fails on a freebsd 9.0-STABLE system. The interwebs indicate there have been problems witha buggy li

Intercepting X11 events

2012-03-25 Thread Da Rock
I'm not 100% sure where else to ask this. I have an annoying window that disappears when I click close (ha ha, yes I know it will usually do that, but this one doesn't go away) but it is unable to cooperate with the system tray so it simply becomes "invisible", and hangs about in the background

NFS locking and linux NFS server

2012-03-25 Thread Christoph Egger
Hi all! I have a Linux Host (2.6.32 kernel, Debian stable) providong NFS shares. Locking files on that share works fine for linux clients [0] while it fails on a freebsd 9.0-STABLE system. The interwebs indicate there have been problems witha buggy linux implementation back in 2006 but no more h