Re: Mail and DNS setup

2010-08-20 Thread Joshua Isom
On 8/19/2010 8:06 PM, RW wrote: On Thu, 19 Aug 2010 17:44:46 -0500 Depo Catcherdepocatc...@gmail.com wrote: getmail + qmail + procmail replacement + courier-imap = win? Why use an mta at all? getmail was specifically designed to avoid that. You can just do something like: getmail -

Re: Strange network issue (packet loss?)

2010-08-20 Thread Antonio Kless
I have tried to change switch port and use another ethernet interface (igb1) on the server, but problem are still here. So could I say it is 100% not hardware bug? -- Best regards, Antonio Kless, http://kless.spb.ru/ ___ freebsd-questions@freebsd.org

Re: Mail and DNS setup

2010-08-20 Thread Depo Catcher
On 8/20/2010 2:42 AM, Joshua Isom wrote: On 8/19/2010 8:06 PM, RW wrote: On Thu, 19 Aug 2010 17:44:46 -0500 Depo Catcherdepocatc...@gmail.com wrote: getmail + qmail + procmail replacement + courier-imap = win? Why use an mta at all? getmail was specifically designed to avoid that. You

Re: Strange network issue (packet loss?)

2010-08-20 Thread Matthew Seaman
On 19/08/2010 09:03, Antonio Kless wrote: # ifconfig igb0 media 100BaseTX # ifconfig igb0 igb0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500 options=19bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4 ether 00:30:48:de:9a:4e inet 1.2.3.4

Re: Xorg Problems

2010-08-20 Thread Thomas Mueller
Finally got motivated to put together a little writeup on this: http://www.wonkity.com/~wblock/docs/html/aei.html This writeup will give me options to experiment with and see which works when I'm back in FreeBSD, am in Linux (Slackware 13.0) now. I think I tried other things besides

Re: Xorg Problems

2010-08-20 Thread Polytropon
On Fri, 20 Aug 2010 09:22:44 +, Thomas Mueller mueller6...@bellsouth.net wrote: This writeup will give me options to experiment with and see which works when I'm back in FreeBSD, am in Linux (Slackware 13.0) now. Personally, I went the way with compiling X without HAL and DBUS, as I have

Re: FreeBSD, GPGPU and OpenCL/CUDA

2010-08-20 Thread Eduardo
Sorry for the dalay: On Thu, 19 Aug 2010 04:26:16 +0700 C. Bergström cbergst...@pathscale.com wrote: No, PathScale has a full NVIDIA replacement. From front-end programming model to kernel driver. (I'm happy to give more information, but don't want to spam the list) Oks, FreeBSD has

Re: Not booting after freebsd install

2010-08-20 Thread Bruce Cran
On Tue, 17 Aug 2010 10:17:14 +0530 Mubeesh ali mubeeshal...@gmail.com wrote: thanks bruce. Here the laptop is stuck at bios splash screen. here if i cannot get to bios set up. You'll need to either follow instructions for resetting the CMOS battery on the laptop (probably involving partial

Re: FreeBSD, GPGPU and OpenCL/CUDA

2010-08-20 Thread b. f.
... MPI is typically dependent on the network not OpenMP. OpenMP 3.0 can be made more scalable if there's tasks built-into the kernel that can be cleanly exposed to userland. (Like OpenSolaris + libtask from Moinak is a good example) If you have a specific set of modifications in mind,

Re: FreeBSD, GPGPU and OpenCL/CUDA

2010-08-20 Thread Eduardo
Hi b. f. On Fri, 20 Aug 2010 13:24:16 + b. f. bf1...@googlemail.com wrote: ... MPI is typically dependent on the network not OpenMP. OpenMP 3.0 can be made more scalable if there's tasks built-into the kernel http://www.bsdcan.org/2010/schedule/events/169.en.html , and

Can't remove or move file

2010-08-20 Thread Rem P Roberti
This is a new one for me. I converted a YouTube selection using youtube_dl and the file that was created was named -elDeJaPWGg.flv. When I try to rename it, or delete it, I get an error message thus: root@ ~: rm -elDeJaPWGg.flv rm: illegal option -- e usage: rm [-f | -i] [-dIPRrvW] file ...

Re: Can't remove or move file

2010-08-20 Thread Mark Tinguely
Rem P Roberti wrote: This is a new one for me. I converted a YouTube selection using youtube_dl and the file that was created was named -elDeJaPWGg.flv. When I try to rename it, or delete it, I get an error message thus: root@ ~: rm -elDeJaPWGg.flv rm: illegal option -- e usage: rm [-f |

Re: Can't remove or move file

2010-08-20 Thread Rem P Roberti
On 08/20/10 09:06, Mark Tinguely wrote: Rem P Roberti wrote: This is a new one for me. I converted a YouTube selection using youtube_dl and the file that was created was named -elDeJaPWGg.flv. When I try to rename it, or delete it, I get an error message thus: root@ ~: rm -elDeJaPWGg.flv

Re: Can't remove or move file

2010-08-20 Thread Sean
No switch with either the rm or mv command works.  What is actually going on here? From the man page: NOTES The rm command uses getopt(3) to parse its arguments, which allows it to accept the `--' option which will cause it to stop processing flag options at that point. This

Re: Can't remove or move file

2010-08-20 Thread Rem P Roberti
No switch with either the rm or mv command works. What is actually going on here? From the man page: NOTES The rm command uses getopt(3) to parse its arguments, which allows it to accept the `--' option which will cause it to stop processing flag options at that point.

Re: Can't remove or move file

2010-08-20 Thread Rolf Nielsen
2010-08-20 18:00, Rem P Roberti skrev: This is a new one for me. I converted a YouTube selection using youtube_dl and the file that was created was named -elDeJaPWGg.flv. When I try to rename it, or delete it, I get an error message thus: root@ ~: rm -elDeJaPWGg.flv rm: illegal option -- e

Re: Can't remove or move file

2010-08-20 Thread Eitan Adler
On Fri, Aug 20, 2010 at 12:00 PM, Rem P Roberti remeg...@comcast.net wrote:  This is a new one for me.  I converted a YouTube selection using youtube_dl and the file that was created was named -elDeJaPWGg.flv.  When I try to rename it, or delete it, I get an error message thus: root@ ~: rm

Re: Can't remove or move file

2010-08-20 Thread Chad Perrin
On Fri, Aug 20, 2010 at 09:29:23AM -0700, Rem P Roberti wrote: On 08/20/10 09:06, Mark Tinguely wrote: For many commands, the -- stops the argument processing: rm -- -elDeJaPWGg.flv Thank you. Still deep into the FreeBSD learning curve, but loving it. I should have recognized

Re: Can't remove or move file

2010-08-20 Thread David Kelly
On Fri, Aug 20, 2010 at 09:00:54AM -0700, Rem P Roberti wrote: This is a new one for me. I converted a YouTube selection using youtube_dl and the file that was created was named -elDeJaPWGg.flv. When I try to rename it, or delete it, I get an error message thus: root@ ~: rm

Re: FreeBSD, GPGPU and OpenCL/CUDA

2010-08-20 Thread b. f.
On 8/20/10, Eduardo emor...@xroff.net wrote: On Fri, 20 Aug 2010 13:24:16 + b. f. bf1...@googlemail.com wrote: Reading documentation, thanks b. f. I'm already on freebsd-hackers list. Is that the correct list for this topic? If you have a specific technical question about FreeBSD

Any awk gurus on the list?

2010-08-20 Thread Paul Schmehl
I'm trying to figure out how to use awk to parse values from a string of unknown length and unknown fields using awk, from within a shell script, and write those values to a file in a certain order. Here's a typical string that I want to parse: alert ip

Re: Can't remove or move file

2010-08-20 Thread Parv
in message 20100820164939.gb50...@guilt.hydra, wrote Chad Perrin thusly... ... On 08/20/10 09:06, Mark Tinguely wrote: For many commands, the -- stops the argument processing: rm -- -elDeJaPWGg.flv ... There are a couple more ways to get around this. One requires planning

Re: Any awk gurus on the list?

2010-08-20 Thread David Kelly
On Fri, Aug 20, 2010 at 12:12:20PM -0500, Paul Schmehl wrote: But when I add an FS to the script, I get odd results: # awk '!/#/ { FS=;; for (i=1; i=NF; i++) { if ( $i ~ /sid/) {mtcmsg[sid]=$i; print mtcmsg[sid]}}}' /usr/local/etc/snort/rules/mtc.rules.test sid:299913; sid:52123

Hast + ZFS + Postgresql on FreeBSD 8.1

2010-08-20 Thread Omer Faruk SEN
Hi, Is there any one here in this list tried this combo on FreeBSD 8.1 ? I really would like to know your opinions about that. Especially I am concerned on how to keep consistency of database and recovery procedures in the event of failure (I mean pgsql recovery or any) Regards.

anybody onlist know about KVM stuff?

2010-08-20 Thread Gary Kline
of my three tower cases still linked by wires so i can click-over to each and use my one screen and keyboard, my server [ethic|ns1.thought.org] has a bad wire to my keyboard. so i really cannot do much on ethic. i've crawled down under 8 or 9 times and messed with various wires. that was

meory file system

2010-08-20 Thread gahn
Hi, All: I am running 8.1. under /dev, I don't see /dev/md0, so i am trying to add following lines in kernel file and got error messages: options MFS #Memory Filesystem /usr/src/sys/i386/conf/bn39_1: unknown option MFS *** Error code 1 Stop in /usr/src. *** Error code

Re: meory file system

2010-08-20 Thread Steve Kargl
On Fri, Aug 20, 2010 at 03:08:30PM -0700, gahn wrote: Hi, All: I am running 8.1. under /dev, I don't see /dev/md0, so i am trying to add following lines in kernel file and got error messages: options MFS #Memory Filesystem /usr/src/sys/i386/conf/bn39_1: unknown

Re: Any awk gurus on the list?

2010-08-20 Thread krad
On 20 August 2010 18:12, Paul Schmehl pschmehl_li...@tx.rr.com wrote: I'm trying to figure out how to use awk to parse values from a string of unknown length and unknown fields using awk, from within a shell script, and write those values to a file in a certain order. Here's a typical string

Re: meory file system

2010-08-20 Thread Olivier Smedts
2010/8/21 Steve Kargl s...@troutmask.apl.washington.edu: On Fri, Aug 20, 2010 at 03:08:30PM -0700, gahn wrote: Hi, All: I am running 8.1. under /dev, I don't see /dev/md0, so i am trying to add following lines in kernel file and got error messages: options         MFS                

Re: anybody onlist know about KVM stuff?

2010-08-20 Thread Adam Vande More
On Fri, Aug 20, 2010 at 4:38 PM, Gary Kline kl...@thought.org wrote: of my three tower cases still linked by wires so i can click-over to each and use my one screen and keyboard, my server [ethic|ns1.thought.org] has a bad wire to my keyboard. so i really cannot do much on ethic. i've

Re: Any awk gurus on the list?

2010-08-20 Thread Andres Perera
On Fri, Aug 20, 2010 at 12:42 PM, Paul Schmehl pschmehl_li...@tx.rr.com wrote: I'm trying to figure out how to use awk to parse values from a string of unknown length and unknown fields using awk, from within a shell script, and write those values to a file in a certain order. Here's a

Re: anybody onlist know about KVM stuff?

2010-08-20 Thread Gary Kline
On Fri, Aug 20, 2010 at 06:45:11PM -0500, Adam Vande More wrote: On Fri, Aug 20, 2010 at 4:38 PM, Gary Kline kl...@thought.org wrote: of my three tower cases still linked by wires so i can click-over to each and use my one screen and keyboard, my server [ethic|ns1.thought.org] has a bad

Re: Any awk gurus on the list?

2010-08-20 Thread Randal L. Schwartz
Paul == Paul Schmehl pschmehl_li...@tx.rr.com writes: Paul Yes, I know I could do this easily in Perl. I'm doing this to try Paul and improve my understanding of awk. To what end? Every modern system that can run awk can also run Perl. Why not concentrate on Perl? -- Randal L. Schwartz -

Re: Any awk gurus on the list?

2010-08-20 Thread CyberLeo Kitsana
On 08/20/2010 07:24 PM, Randal L. Schwartz wrote: Every modern system that can run awk can also run Perl. Why not concentrate on Perl? Unless perl is not installed, and you want to use only base system components. I frequently do this on my minimalist flashcard installations. -- Fuzzy love,

Re: Any awk gurus on the list?

2010-08-20 Thread Chad Perrin
On Fri, Aug 20, 2010 at 05:24:55PM -0700, Randal L. Schwartz wrote: Paul == Paul Schmehl pschmehl_li...@tx.rr.com writes: Paul Yes, I know I could do this easily in Perl. I'm doing this to try Paul and improve my understanding of awk. To what end? Every modern system that can run awk

Printing from Thunderbird

2010-08-20 Thread Rem P Roberti
I have Thunderbird installed on my new 8.1 box, and although I am able to print from within the program, the only way I can do it is to type the whole print command from within the print window. In my case that means typing: lpr -PPhotoshop7760 I have tried to figure a way of

Re: Forged messages being posted to freebsd-questions

2010-08-20 Thread jhell
Dear Sir/Madam, Your email was unable reach the intended person that you were sending it to. For more information on our business please click on the following link: [1]Click here for our website We look forward to your continued business in the future. Regards,

Re: Xorg Problems

2010-08-20 Thread Fred Boatwright
Hello, I am having trouble setting up X similar to a previous posting. I have a new 8.0 installation. Using the Handbook chapter suggested below I waas able to generate and edit an xorg.conf file. It tests ok. I generated a .xinitrc file based on an example in the Handbook. When a user runs

Re: Printing from Thunderbird

2010-08-20 Thread Polytropon
On Fri, 20 Aug 2010 18:23:46 -0700, Rem P Roberti remeg...@comcast.net wrote: I have Thunderbird installed on my new 8.1 box, and although I am able to print from within the program, the only way I can do it is to type the whole print command from within the print window. In my case that

Customizable wall clock for several time zones

2010-08-20 Thread Polytropon
I'm searching for a round-clock style clock application for X, and I would prefer a standalone program (not integrated with KDE, Gnome, or else). It should be possible to define several timezones and attach a label to each clock (which doesn't have to contain the name of the time zone, but an

Re: Xorg Problems

2010-08-20 Thread Warren Block
On Fri, 20 Aug 2010, Fred Boatwright wrote: I am having trouble setting up X similar to a previous posting. I have a new 8.0 installation. Using the Handbook chapter suggested below I waas able to generate and edit an xorg.conf file. It tests ok. I generated a .xinitrc file based on an

Re: Printing from Thunderbird

2010-08-20 Thread Rem P Roberti
On Fri, 20 Aug 2010 18:23:46 -0700, Rem P Robertiremeg...@comcast.net wrote: I have Thunderbird installed on my new 8.1 box, and although I am able to print from within the program, the only way I can do it is to type the whole print command from within the print window. In my case that

Re: Printing from Thunderbird

2010-08-20 Thread CyberLeo Kitsana
On 08/20/2010 11:29 PM, Rem P Roberti wrote: Ah-ha! In my case I am using the bash shell, and I believe the syntax that is needed for the .bashrc is different than what is used in your csh.cshrc. Any idea where I can find the appropriate syntax for variables stored within .bashrc? export

Re: Printing from Thunderbird

2010-08-20 Thread Rem P Roberti
On 08/20/10 21:35, CyberLeo Kitsana wrote: On 08/20/2010 11:29 PM, Rem P Roberti wrote: Ah-ha! In my case I am using the bash shell, and I believe the syntax that is needed for the .bashrc is different than what is used in your csh.cshrc. Any idea where I can find the appropriate syntax for

Re: Printing from Thunderbird

2010-08-20 Thread Polytropon
On Fri, 20 Aug 2010 21:44:37 -0700, Rem P Roberti remeg...@comcast.net wrote: On 08/20/10 21:35, CyberLeo Kitsana wrote: On 08/20/2010 11:29 PM, Rem P Roberti wrote: Ah-ha! In my case I am using the bash shell, and I believe the syntax that is needed for the .bashrc is different than

Re: Printing from Thunderbird

2010-08-20 Thread Rem P Roberti
On 08/20/10 22:01, Polytropon wrote: On Fri, 20 Aug 2010 21:44:37 -0700, Rem P Robertiremeg...@comcast.net wrote: On 08/20/10 21:35, CyberLeo Kitsana wrote: On 08/20/2010 11:29 PM, Rem P Roberti wrote: Ah-ha! In my case I am using the bash shell, and I believe the syntax that is needed

Re: Printing from Thunderbird

2010-08-20 Thread Polytropon
On Fri, 20 Aug 2010 22:15:08 -0700, Rem P Roberti remeg...@comcast.net wrote: [...] I can print any text file simply by using the lpr command. There is more (at least when using apsfilter, but CUPS should be capable of this, too): You can print ANY file using the lpr command, e. g.