Re: Regex Wizards

2011-09-27 Thread Wayne Sierke
On Mon, 2011-09-26 at 22:02 -0400, grarpamp wrote: Under the ERE implementation in RELENG_8, I'm having trouble figuring out how to group and backreference this. Given a line, where: If AAA is present, CCC will be too, and B may appear in between. If AAA is not present, neither CCC or B

Re: Regex Wizards

2011-09-27 Thread Matthew Seaman
On 27/09/2011 03:02, grarpamp wrote: Under the ERE implementation in RELENG_8, I'm having trouble figuring out how to group and backreference this. Given a line, where: If AAA is present, CCC will be too, and B may appear in between. If AAA is not present, neither CCC or B will be

Re: Regex Wizards

2011-09-27 Thread joost
Under the ERE implementation in RELENG_8, I'm having trouble figuring out how to group and backreference this. Given a line, where: If AAA is present, CCC will be too, and B may appear in between. If AAA is not present, neither CCC or B will be present. is always present. Junk may be

linux-enemyterritory on FreeBSD 9

2011-09-27 Thread crsnet.pl
Hello. I try to run Enemy Territory on FreeBSD 9. But all works very slow ;/ Menu/Game have 1-2 FPS. I suspect that is problem with my Graphic card ;/ If any have try to run ET on that kind of hardware pleas let me know. x300# uname -a FreeBSD x300 9.0-BETA3 FreeBSD 9.0-BETA3 #4: Tue Sep 27

Re: FreeBSD 9-Beta3 on X300 2 problems

2011-09-27 Thread crsnet.pl
Hi, Hello, thanks for reply. Please try to do this without wlan loaded at all (not just down, but build your wifi support as a module.) Then try without X, see whether it's related to that or not. First i make kldunload if_iwn. When i try to suspend from X, Xorg close, i see console and

Re: [Solved] FreeBSD 9-Beta3 on X300 2 problems

2011-09-27 Thread crsnet.pl
On Tue, 27 Sep 2011 08:21:23 +0800, Adrian Chadd adr...@freebsd.org wrote: Hi, Please try to do this without wlan loaded at all (not just down, but build your wifi support as a module.) Then try without X, see whether it's related to that or not. (And you haven't told us what your hardware is.)

[0.5 OT] Looking for recommendation on Unix shell account

2011-09-27 Thread Carlos A. M. dos Santos
Hi, For reasons hard to explain I need to set-up a Unix (preferably FreeBSD) shell account that I can access from anywhere. Arbornet and PBS were the first names that came to my mind, but I'm open to other options. I don't mind paying a regular fee for it. Privacy and security are my main

ot :stuck in GRUB

2011-09-27 Thread Jean-Paul Natola
Hi all, A Friend of mine has some version of either *nux or bsd installed (he does not even know for sure), turns out he clicked yes for some updates to install and upon restarting he now winds up at GRUB , I told him to type boot and it reports kernel must loaded prior to booting I

ot :stuck in GRUB

2011-09-27 Thread Jean-Paul Natola
Hi all, A Friend of mine has some version of either *nux or bsd installed (he does not even know for sure), turns out he clicked yes for some updates to install and upon restarting he now winds up at GRUB , I told him to type boot and it reports kernel must loaded prior to booting I

Re: ot : stuck in GRUB

2011-09-27 Thread John Levine
GRUB is the boot program for several versions of Linux, not for FreeBSD. For a useful answer, ask where Linux weenies hang out, not here. Or even better, just google for the text of the error message. R's, John ___ freebsd-questions@freebsd.org

Re: ot : stuck in GRUB

2011-09-27 Thread Warren Block
On Tue, 27 Sep 2011, John Levine wrote: GRUB is the boot program for several versions of Linux, not for FreeBSD. But many people also use it to boot FreeBSD in multi-boot situations. The pkg-message in sysutils/grub and sysutils/grub2 might help.

Re: autologin on default shell /bin/sh

2011-09-27 Thread Polytropon
On Mon, 26 Sep 2011 19:07:47 -0500, Antonio Olivares wrote: I had it working (autologin on 8.2 amd64) on two machines, but I wanted to test out/install nvidia driver and I used sysinstall to install kernel source from 8.2 dvd and then many things I had working, like printer, scanner were

Re: [0.5 OT] Looking for recommendation on Unix shell account

2011-09-27 Thread Kruppa, Peter Ulrich
Hi, On 27.09.2011 14:29, Carlos A. M. dos Santos wrote: Hi, For reasons hard to explain I need to set-up a Unix (preferably FreeBSD) shell account that I can access from anywhere. Arbornet and PBS were the first names that came to my mind, but I'm open to other options. I don't mind paying a

Re: Execute at login

2011-09-27 Thread Polytropon
On Mon, 26 Sep 2011 20:41:43 + (UTC), Helmut Schneider wrote: Hi, which options do I have to execute at login? I would like to implement something like update-motd [1] without actually modifying /etc/motd. The code snippet is if [ -d /etc/motd.d ]; then for FILE in /etc/motd.d/*;

Re[2]: 'man' wrong show

2011-09-27 Thread Коньков Евгений
Здравствуйте, Thomas. Вы писали 25 сентября 2011 г., 15:40:09: TD On Sun, Sep 25, 2011 at 02:19:22PM +0300, Êîíüêîâ Åâãåíèé wrote: Hi. When I rum 'man' it show info like: 1mNAME0m 1mhostapd 22m-- authenticator for IEEE 802.11 networks 1mSYNOPSIS0m 1mhostapd

Re: Regex Wizards

2011-09-27 Thread grarpamp
I think I'm grokking my mistake with the greedy stuff now. I'll try implementing a couple of your suggestions. Thanks guys! ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: Execute at login

2011-09-27 Thread Helmut Schneider
Polytropon wrote: On Mon, 26 Sep 2011 20:41:43 + (UTC), Helmut Schneider wrote: Hi, which options do I have to execute at login? I would like to implement something like update-motd [1] without actually modifying /etc/motd. The code snippet is if [ -d /etc/motd.d ]; then

GEOM_MIRROR GPT table corrupt or invalid

2011-09-27 Thread peter harrison
Hello list, I have a problem with a software RAID1. This was created under Freenas 0.7.2 (using the web interface - FreeBSD 7.3 under the hood) which as I understand it uses GPT and GEOM_MIRROR. This Freenas is running on AMD64 on an ESXi 4.1 host with the 2 drives for the mirror passed through

Re: GEOM_MIRROR GPT table corrupt or invalid

2011-09-27 Thread Johan Hendriks
peter harrison schreef: Hello list, I have a problem with a software RAID1. This was created under Freenas 0.7.2 (using the web interface - FreeBSD 7.3 under the hood) which as I understand it uses GPT and GEOM_MIRROR. This Freenas is running on AMD64 on an ESXi 4.1 host with the 2 drives for

Re: linux-enemyterritory on FreeBSD 9

2011-09-27 Thread crsnet.pl
Yes, The intel chipset suck as on another OS. Try to Nvidia.  ;/ on my X300 i have Intel ;) Any other idea ?:) Regards. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: GEOM_MIRROR GPT table corrupt or invalid

2011-09-27 Thread Johan Hendriks
peter harrison schreef: On 27 September 2011 22:58, Johan Hendriks joh.hendr...@gmail.com mailto:joh.hendr...@gmail.com wrote: peter harrison schreef: Hello list, I have a problem with a software RAID1. This was created under Freenas 0.7.2 (using the

Re: GEOM_MIRROR GPT table corrupt or invalid

2011-09-27 Thread peter harrison
On 27 September 2011 22:58, Johan Hendriks joh.hendr...@gmail.com wrote: peter harrison schreef: Hello list, I have a problem with a software RAID1. This was created under Freenas 0.7.2 (using the web interface - FreeBSD 7.3 under the hood) which as I understand it uses GPT and

Re: [0.5 OT] Looking for recommendation on Unix shell account

2011-09-27 Thread Mehmet Erol Sanliturk
On Tue, Sep 27, 2011 at 2:20 PM, Kruppa, Peter Ulrich ulr...@pukruppa.dewrote: Hi, On 27.09.2011 14:29, Carlos A. M. dos Santos wrote: Hi, For reasons hard to explain I need to set-up a Unix (preferably FreeBSD) shell account that I can access from anywhere. Arbornet and PBS were the

Re: [0.5 OT] Looking for recommendation on Unix shell account

2011-09-27 Thread Edward
On 9/27/11 8:29 PM, Carlos A. M. dos Santos wrote: For reasons hard to explain I need to set-up a Unix (preferably FreeBSD) shell account that I can access from anywhere. I've tried Devio.us and it is great as a generic shell ... It even allow you to setup a personal webpage on it :)