The FreeBSD Diary: 2005-10-02 - 2005-10-22

2005-10-23 Thread Dan Langille
The FreeBSD Diary contains a large number of practical examples and how-to guides. This message is posted weekly to freebsd-questions@freebsd.org with the aim of letting people know what's available on the website. Before you post a question here it might be a good idea to first search the maili

Re: Editor for C & C++ language

2005-10-23 Thread Frank Staals
vittorio wrote: Working usually under kde I'm looking for something similar to the llc-win32 program under ms-windows - that is a development environment where you can edit your c++ program, compile it, debug it step by step, and finally run it in a suitable window. I tried the nice editor kat

Re: Editor for C & C++ language

2005-10-23 Thread vittorio
Alle 02:34, domenica 23 ottobre 2005, Giorgos Keramidas ha scritto: > On 2005-10-22 22:07, vittorio <[EMAIL PROTECTED]> wrote: > > Working usually under kde I'm looking for something similar to the > > llc-win32 program under ms-windows - that is a development environment > > where you can edit you

Re: Editor for C & C++ language

2005-10-23 Thread Giorgos Keramidas
On 2005-10-23 12:52, vittorio <[EMAIL PROTECTED]> wrote: > In my freebsd portable I have xemacs that is "sensitive" to many > environments (I use it for the statiscal program R and for pdflatex) > among which C++ . In fact the C++ program I edit triggers a C++ > menu and many options among which

Re: vrele: negative ref cnt

2005-10-23 Thread Michał T . Masłowski
> > When I turn off the computer by halt, halt -p or something else, usually it > > shows kernel panic with "vrele: negative ref cnt". What should I do? > > I'm using FreeBSD 5.4-p7. > > Try updating to -stable, or try the 6.0 beta. If the problem > persists, follow the advice in the chapter on

qemu

2005-10-23 Thread dick hoogendijk
I discouvered QEMU today and I think it is an amazing program. Just to be sure and on the safe site: Will the command "qemu -hda win98se.img -boot d -user-net" do as I think it will do: .. boot from my cdrom device so I can install windows from it to the win98se.img file? Needless to sy I created

Re: qemu

2005-10-23 Thread albi
> I discouvered QEMU today and I think it is an amazing program. fully agreed :) > Just to be sure and on the safe site: > > Will the command "qemu -hda win98se.img -boot d -user-net" do as I think it > will do: .. boot from my cdrom device so I can install windows from it to > the win98se.img fi

Re: Bash Pattern Matching Syntax

2005-10-23 Thread Michał Masłowski
> I want to list the files in a directory that end in ".jpg" irregardless > of case. Thus after reading the bash man page, it seems I should be > able to issue a command something along the lines of "ls [*.[JjPpGg]]" > or "ls *.[JjPpGg]" but neither of these work and return a "No such file > or di

Re: qemu

2005-10-23 Thread dick hoogendijk
On Sun, 23 Oct 2005 14:41:59 +0200 (CEST) "albi" <[EMAIL PROTECTED]> wrote: > > I discouvered QEMU today and I think it is an amazing program. > > fully agreed :) > > > Just to be sure and on the safe site: > > > > Will the command "qemu -hda win98se.img -boot d -user-net" do as I > > think > it

Re: qemu

2005-10-23 Thread Roland Smith
On Sun, Oct 23, 2005 at 02:28:50PM +0200, dick hoogendijk wrote: > I discouvered QEMU today and I think it is an amazing program. Indeed. Very usefull to check out other OS on your FreeBSD box. > Just to be sure and on the safe site: > > Will the command "qemu -hda win98se.img -boot d -user-net"

problems running mixxx (direct rendering, segfault)

2005-10-23 Thread Linnea Forslund
Yesterday I installed mixxx and managed to start it, but only as root. Then i got this message: "Direct rendering is not enabled in your machine. This means that the waveform displays will be very slow and take a lot of CPU time. Either upgrade your configuration to enable direct rendering or di

Re: IPFW equivalent of iptables --state ESTABLISHED, RELATED

2005-10-23 Thread Eric F Crist
On Oct 22, 2005, at 11:53 PM, John Do wrote: Hi guys I'm having trouble with IPFW I need to allow user initiated traffic IN but I can't Basically in iptables for Linux I would have used something like -A INPUT -p tcp -m tcp --state ESTABLISHED,RELATED -j ACCEPT Can someone help me discover w

Re: qemu

2005-10-23 Thread dick hoogendijk
On Sun, 23 Oct 2005 14:53:10 +0200 Roland Smith <[EMAIL PROTECTED]> wrote: > On Sun, Oct 23, 2005 at 02:28:50PM +0200, dick hoogendijk wrote: > > I discouvered QEMU today and I think it is an amazing program. > > Indeed. Very usefull to check out other OS on your FreeBSD box. Win98 is up and run

Re: ntpd problems

2005-10-23 Thread Lowell Gilbert
Shelby Westman <[EMAIL PROTECTED]> writes: > I am a relatively new freeBSD user. The problem I describe below happens on > both a 5.4 install and a 6.0 RC1 install. > > Right after installing the OS, I enable ntpd in rc.conf, and setup a simple > config file in /etc/ntp.conf. When I reboot, I get

Re: Difficulties to launch KDE

2005-10-23 Thread Michał Masłowski
> Hello: > > I am sure you will find my problem quite easy. I just installed FreeBSD > 5.4, and I configured KDE and related configurations according with the > handbook. My .xinitrc file contains only the line: "echo "exec startkde"". > When I type "startx" everything seems to be well, but KDE doe

NAT+NET-SNMP Problem+FreeBSD-4.10

2005-10-23 Thread Edwin D. Vinas
Hi, This is just a follow-up on my previous posting on my problem with snmp. My setup involves 1 DSL interface and 1 LAN interface in a FreeBSD-4.10 which is configured as gateway and NAT router. I haven't been able to query any SNMP data from this machine which acts as my DSL router. Was it a pro

Fwd: NAT+NET-SNMP Problem+FreeBSD-4.10

2005-10-23 Thread Edwin D. Vinas
"Applications that work with identified devices, or that actually identify devices (such as the *Simple Network Management Protocol* [SNMP] and DNS) require very careful configuration when operating an a NAT environment." - Source: http://www.cisco.com/en/US/about/ac123/ac147/archived_issues/ipj_7-

Re: Difficulties to launch KDE

2005-10-23 Thread Philip Lykke Carlsen
Sunday 23 October 2005 17:13 skrev Michał Masłowski: > > Hello: > > > > I am sure you will find my problem quite easy. I just installed FreeBSD > > 5.4, and I configured KDE and related configurations according with the > > handbook. My .xinitrc file contains only the line: "echo "exec > > startkde

Re: IPFW equivalent of iptables --state ESTABLISHED, RELATED

2005-10-23 Thread Chuck Swiger
John Do wrote: Hi guys I'm having trouble with IPFW I need to allow user initiated traffic IN but I can't Basically in iptables for Linux I would have used something like -A INPUT -p tcp -m tcp --state ESTABLISHED,RELATED -j ACCEPT Can someone help me discover what the equivalent syntax in I

Hosting a mirror?

2005-10-23 Thread nocturnal
Hi I really tried finding information for people who can host mirrors but could not find any. I'd like to know everything i need to know about hosting a mirror for the FreeBSD project and how i apply for it. -- Med vänliga hälsningar Stefan Midjich aka nocturnal [Swehack] http://swehack.se

Re: Hosting a mirror?

2005-10-23 Thread nocturnal
Hi Sorry for my last e-mail, i was not paying attention and found everything i needed now. -- Med vänliga hälsningar Stefan Midjich aka nocturnal [Swehack] http://swehack.se ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/

RFC: my firewall ruleset(s)

2005-10-23 Thread Eric F Crist
Hey all. I'm relatively new to shell scripting and I'm looking for some comments on my firewall script. Comments on either the ipfw rules themselves or on my scripting lack of ability would be appreciated. Thanks. nerp.firewall Description: Binary data ___

Re: RFC: my firewall ruleset(s)

2005-10-23 Thread Eric F Crist
On Oct 23, 2005, at 10:44 AM, Eric F Crist wrote: Hey all. I'm relatively new to shell scripting and I'm looking for some comments on my firewall script. Comments on either the ipfw rules themselves or on my scripting lack of ability would be appreciated. Thanks. ___

Preloading of shared libraries

2005-10-23 Thread Philip Lykke Carlsen
Hey.. I wondered if it was possible to load a selection of shared libraies into the cache at boot time.. I figure that it would speed up starting things.. like the KDE login manager for instance.. hm.. is this possible? .. and if so.. would it speed up the process of starting stuff at all?.. _

RE: OpenAFS for FreeBSD...

2005-10-23 Thread Jack T
Forrest Aldrich wrote: > I've asked the OpenAFS people about a port to FreeBSD. > > They recently gained a port to OS X, which I understand > has a similar/FreeBSD codebase. Please look at Arla. I've been using Arla quite happily on FreeBSD 5.4, and it provides all the AFS functionalities I need.

Re: Sound driver

2005-10-23 Thread Mark Kane
Teilhard Knight wrote: Mark Kane wrote: Teilhard Knight wrote: Hello: I have only compiled a kernel for FreeBSD for the series 4.x. I now installed version 5.4, and I do not have sound. I am compiling my custom kernel essentially to get sound. In the series 4.x the driver "pcm" worked fine f

Re: RFC: my firewall ruleset(s)

2005-10-23 Thread Chuck Swiger
Eric F Crist wrote: Hey all. I'm relatively new to shell scripting and I'm looking for some comments on my firewall script. Comments on either the ipfw rules themselves or on my scripting lack of ability would be appreciated. Ugh. :-) IPFW knows how to increment rule numbers all by itse

Re: OpenAFS for FreeBSD...

2005-10-23 Thread Jason C. Wells
Jack T wrote: Forrest Aldrich wrote: I've asked the OpenAFS people about a port to FreeBSD. They recently gained a port to OS X, which I understand has a similar/FreeBSD codebase. Please look at Arla. I've been using Arla quite happily on FreeBSD 5.4, and it provides all the AFS functionaliti

Re: Preloading of shared libraries

2005-10-23 Thread Chuck Swiger
Philip Lykke Carlsen wrote: Hey.. I wondered if it was possible to load a selection of shared libraies into the cache at boot time.. I figure that it would speed up starting things.. like the KDE login manager for instance.. hm.. is this possible? .. and if so.. would it speed up the process o

Re: Sound driver

2005-10-23 Thread Teilhard Knight
Mark Kane wrote: Teilhard Knight wrote: Mark Kane wrote: Teilhard Knight wrote: Hello: I have only compiled a kernel for FreeBSD for the series 4.x. I now installed version 5.4, and I do not have sound. I am compiling my custom kernel essentially to get sound. In the series 4.x the driver "

Re: RFC: my firewall ruleset(s)

2005-10-23 Thread Eric F Crist
On Oct 23, 2005, at 11:12 AM, Chuck Swiger wrote: Eric F Crist wrote: Hey all. I'm relatively new to shell scripting and I'm looking for some comments on my firewall script. Comments on either the ipfw rules themselves or on my scripting lack of ability would be appreciated. Ugh.

Re: Sound driver

2005-10-23 Thread Teilhard Knight
Mark Kane wrote: Teilhard Knight wrote: Hello: I have only compiled a kernel for FreeBSD for the series 4.x. I now installed version 5.4, and I do not have sound. I am compiling my custom kernel essentially to get sound. In the series 4.x the driver "pcm" worked fine for me. My question is whet

Re: How do I name my network interface?

2005-10-23 Thread Chris
Andreas Davour wrote: > > Hi! > > I have realized that my new motherboard has a built-in network > interface, and I'd like to use it as well as the PCI based one I have. > > But, what do I call it when I plumb it with "ifconfig"? > > The PCI card I have is identified during boot as rl0, and the

Re: How do I name my network interface?

2005-10-23 Thread Eric F Crist
On Oct 23, 2005, at 11:30 AM, Andreas Davour wrote: Hi! I have realized that my new motherboard has a built-in network interface, and I'd like to use it as well as the PCI based one I have. But, what do I call it when I plumb it with "ifconfig"? The PCI card I have is identified during bo

writing to syslog from a shell script?

2005-10-23 Thread Eric F Crist
How could I write an entry to syslog from a shell script. For example, I want to write an entry stating that a command worked or didn't work, along with an error message. TIA ___ Eric F Crist "I am so smart, S.M.R.T!" Secu

Re: How do I name my network interface?

2005-10-23 Thread Erik Trulsson
On Sun, Oct 23, 2005 at 06:30:35PM +0200, Andreas Davour wrote: > > Hi! > > I have realized that my new motherboard has a built-in network > interface, and I'd like to use it as well as the PCI based one I have. > > But, what do I call it when I plumb it with "ifconfig"? That would depend on w

Re: writing to syslog from a shell script?

2005-10-23 Thread David Kirchner
On 10/23/05, Eric F Crist <[EMAIL PROTECTED]> wrote: > How could I write an entry to syslog from a shell script. For > example, I want to write an entry stating that a command worked or > didn't work, along with an error message. Check out logger(1) ___

Re: How do I name my network interface?

2005-10-23 Thread Roland Smith
On Sun, Oct 23, 2005 at 06:30:35PM +0200, Andreas Davour wrote: > > Hi! > > I have realized that my new motherboard has a built-in network > interface, and I'd like to use it as well as the PCI based one I have. > > But, what do I call it when I plumb it with "ifconfig"? > > The PCI card I hav

I compiled mykernel seeking for sound support

2005-10-23 Thread Teilhard Knight
Hello: This is a second post in which I seek for advice about sound. I tried to solve my problem with the kernel after install, by using "kldload snd_driver". The result was that I had sound only in the right channel, and there was no output from audio CD's. I now compiled my own kernel with sou

Re: RFC: my firewall ruleset(s)

2005-10-23 Thread Chuck Swiger
Eric F Crist wrote: [ ... ] Ugh. :-) IPFW knows how to increment rule numbers all by itself; you can get rid of the "rulenum1=`expr $rulenum1 + 50`" stuff. I do this so that I have sufficient space between rules for my own sanity. By default, IPFW numbers rules that increment by 1. I hav

Re: I compiled mykernel seeking for sound support

2005-10-23 Thread Chris
Teilhard Knight wrote: > Hello: > > This is a second post in which I seek for advice about sound. I tried to > solve my problem with the kernel after install, by using "kldload > snd_driver". The result was that I had sound only in the right channel, and > there was no output from audio CD's. > >

Re: su command & PPP

2005-10-23 Thread Chris
Mohsen Pahlevanzadeh wrote: > Dears, > I have 2 question : > 1.for dialing PPP ,Am i do compile kernel? I don't know - I have not done PPP in years. > 2.When i run gdm,i can't use su command.When i use this command,i > recieve following text : > "su : sorrry!" Add yourself to the group wheel >

promail error message

2005-10-23 Thread stan
I'm trying to implement a new users .procmailrc file, and I'm getting this: Suspicious rcfile "/home/sff/.procmailrc" in /var/mail/log Here's the .prcmailrc file SHELL=/bin/sh PATH=/usr/bin:/bin:/usr/local/bin:. DEFAULT=/var/Mail/sff MAILDIR=$HOME/Mail # You'd better make sure it exists LOCK

Re: Hosting a mirror?

2005-10-23 Thread Chris
nocturnal wrote: > Hi > > I really tried finding information for people who can host mirrors but > could not find any. I'd like to know everything i need to know about > hosting a mirror for the FreeBSD project and how i apply for it. Simply typing in mirrors in the search box near the top of the

Re: su command & PPP

2005-10-23 Thread Chris
Mohsen Pahlevanzadeh wrote: > Dears, > I have 2 question : > 1.for dialing PPP ,Am i do compile kernel? > 2.When i run gdm,i can't use su command.When i use this command,i > recieve following text : > "su : sorrry!" > Please guide me... > Yours,Mohsen. Oh - and btw, fix your time and date. --

Re: promail error message

2005-10-23 Thread Roland Smith
On Sun, Oct 23, 2005 at 01:13:52PM -0400, stan wrote: > I'm trying to implement a new users .procmailrc file, and I'm getting this: > > Suspicious rcfile "/home/sff/.procmailrc" > > in /var/mail/log > > Here's the .prcmailrc file > @ will simply be /dev/null'd '@' should be '#', I think. Rol

Re: RFC: my firewall ruleset(s)

2005-10-23 Thread Giorgos Keramidas
On 2005-10-23 12:12, Chuck Swiger <[EMAIL PROTECTED]> wrote: > You have anti-spoofing for the lookback, lo0 interface, but not for > your other interfaces. You should add anti-spoofing rules, and also > block strict and loose source routing [1]: > > # Stop strict and loose source routing > add den

Re: writing to syslog from a shell script?

2005-10-23 Thread Eric F Crist
On Oct 23, 2005, at 11:42 AM, David Kirchner wrote: On 10/23/05, Eric F Crist <[EMAIL PROTECTED]> wrote: How could I write an entry to syslog from a shell script. For example, I want to write an entry stating that a command worked or didn't work, along with an error message. Check out logg

Crash When "make index" - Repair Needed?

2005-10-23 Thread Richard Collyer
Hello, My box (5.4 Stable) has taken to crashing when I do a make index (in /usr/ports) after a cvsup ports upgrade. I think the problem may be down to overheating as it only does this when the server is put under considerable stress (I take it that make index is stressful on the PC) and has

SNMP problem in FreeBSD-4.10 has been solved

2005-10-23 Thread Edwin D. Vinas
If you are having some problems with net-snmp in FreeBSD-4.10: - Don't use latest net-snmp from sourceforge. - Use the /usr/ports/net-mgmt/net-snmp4/ which is the original UCD-SNMP package. - Use also the mrtg package which comes with ports. Now, I can already monitor my DSL link! -- -- Edwin D.

Re: ntpd problems

2005-10-23 Thread Shelby Westman
>Also... another thought. You might try disabling IPv6 unless you need >it. (remove 'options INET6' from kernconf) Yes, after I did that and recompiled the kernel, it got rid of the error message. Thanks! ___ freebsd-questions@freebsd.org mailing list h

Re: Making ports in alternative areas

2005-10-23 Thread ross
On Fri, 21 Oct 2005 16:07:12 -0700, Kris Kennaway <[EMAIL PROTECTED]> wrote: On Fri, Oct 21, 2005 at 06:42:36PM -0400, Jerry McAllister wrote: > > I'm running low on disc space on my /usr partition and I would like to > compile a program from the ports that is rather large. I have enough sp

Re: promail error message

2005-10-23 Thread stan
On Sun, Oct 23, 2005 at 07:22:19PM +0200, Roland Smith wrote: > On Sun, Oct 23, 2005 at 01:13:52PM -0400, stan wrote: > > I'm trying to implement a new users .procmailrc file, and I'm getting this: > > > > Suspicious rcfile "/home/sff/.procmailrc" > > > > in /var/mail/log > > > > Here's the .prc

Re: OpenAFS for FreeBSD...

2005-10-23 Thread Jack T
On 10/23/05, Jason C. Wells <[EMAIL PROTECTED]> wrote: > Arla was marked as BROKEN when I last tried to build it under 6X. IIRC, > it was marked as broken for 5.4 too. Is there some special secret you > could share with us to get an AFS client? I'd love to hear it. It's broken only for the reas

Re: OpenAFS for FreeBSD...

2005-10-23 Thread Jack T
On 10/23/05, Jack T <[EMAIL PROTECTED]> wrote: > On 10/23/05, Jason C. Wells <[EMAIL PROTECTED]> wrote: > > Arla was marked as BROKEN when I last tried to build it under 6X. IIRC, > > it was marked as broken for 5.4 too. Is there some special secret you > > could share with us to get an AFS clien

procmail/formail syntax question

2005-10-23 Thread stan
I'm trying to get procmail to rewrite the TO: header. I've tried something like: TO=`formail -xTo:` # is moved to "viruses". :0: * ^X-Virus-Status: Yes | formail -I "To: is_virus, $TO" # Mails with a score of 15 or higher are almost certainly spam (with 0.05% # false positives according to rule

M-Audio Transit USB on FreeBSD 5.4

2005-10-23 Thread Seamus Abshere
dear FreeBSD friends, is there any way I can use my M-Audio Transit USB soundcard on FreeBSD 5.4? I have tried OSS, but they do not support any USB cards on FreeBSD. thanks, Seamus Abshere ___ freebsd-questions@freebsd.org mailing list http://lists.f

Re: How do I name my network interface?

2005-10-23 Thread Roland Smith
On Sun, Oct 23, 2005 at 09:36:38PM +0200, Andreas Davour wrote: > >Using "dmesg |grep 'Ethernet address'|sort|uniq" gives a list of network > >interfaces. > > It unfortunately just shows my rl0 device. Then it seems that the other device is not supported my the FreeBSD kernel, or it could be disa

Re: procmail/formail syntax question

2005-10-23 Thread Roland Smith
On Sun, Oct 23, 2005 at 03:09:51PM -0400, stan wrote: > I'm trying to get procmail to rewrite the TO: header. I've tried something > like: > > TO=`formail -xTo:` I think this command is expanded only once, and gives an empty string because you didn't give formail any input. > # is moved to "vir

Re: extending volumes

2005-10-23 Thread Dimitar Vasilev
2005/10/23, bc <[EMAIL PROTECTED]>: > On Fri, 2005-10-21 at 07:35 +0300, Dimitar Vasilev wrote: > > Hi! > > Could someone advise on how to extend an existing stripe with growfs? > > I posted a question on freebsd-questions before 3 days and never got reply. > > The message is available at > > http:

Re: How do I name my network interface?

2005-10-23 Thread Roland Smith
On Sun, Oct 23, 2005 at 10:00:55PM +0200, Andreas Davour wrote: > Having done that I conclude it is a Realtek 8201BL chip. Wouldn't there > be another rl interface, then? The re nor the rl driver seem to support the 8201BL. > >What does 'pciconf -lv' say? > > Quite a lot. The parts that looks r

Re: ntpd problems

2005-10-23 Thread Shelby Westman
Regarding ntpd, Lowell wrote > > > # deny-by-default policy > > restrict default ignore > > > You're probably running into problems with your restrict clause, but > I'm not sure what offhand. > Use the "-d" flag to ntpd (or more than one) to get more information > on what it thinks the problem is.

Re: Making ports in alternative areas

2005-10-23 Thread Chris
ross wrote: This is way too much work. We have environment variable to solve the OP's problem. See make.conf(5) and ports(7). Kris Thanks for the solution. There is still the problem being that I, being the beginner I am, don't know how to change the enviroment variable for WRKDIRPREFI

Re: How do I name my network interface?

2005-10-23 Thread Erik Trulsson
On Sun, Oct 23, 2005 at 10:00:55PM +0200, Andreas Davour wrote: > On Sun, 23 Oct 2005, Erik Trulsson wrote: > > >On Sun, Oct 23, 2005 at 06:30:35PM +0200, Andreas Davour wrote: > >> > >>Hi! > >> > >>I have realized that my new motherboard has a built-in network > >>interface, and I'd like to use i

Re: How do I name my network interface?

2005-10-23 Thread Erik Trulsson
On Sun, Oct 23, 2005 at 10:29:14PM +0200, Roland Smith wrote: > On Sun, Oct 23, 2005 at 10:00:55PM +0200, Andreas Davour wrote: > > Having done that I conclude it is a Realtek 8201BL chip. Wouldn't there > > be another rl interface, then? > > The re nor the rl driver seem to support the 8201BL. >

Re: Sound driver

2005-10-23 Thread Kaspars Bankovskis
hi! for audio adjustment: mixer 100:100 (or any other value instead of 100 - from 0 to 100) as for audio cd's - if i'm not wrong, there was something about groups - add yourself to the "operator" group. i suppose it helps. On Sun, 23 Oct 2005 11:26:48 -0500 "Teilhard Knight" <[EMAIL PROTECTED]>

Re: procmail/formail syntax question

2005-10-23 Thread stan
On Sun, Oct 23, 2005 at 10:07:17PM +0200, Roland Smith wrote: > On Sun, Oct 23, 2005 at 03:09:51PM -0400, stan wrote: > > I'm trying to get procmail to rewrite the TO: header. I've tried something > > like: > > > > TO=`formail -xTo:` > > I think this command is expanded only once, and gives an e

Re: Sound driver

2005-10-23 Thread Danny Pansters
On Sunday 23 October 2005 16:26, Teilhard Knight wrote: > As far as I can see, the only thing present in my system to make audio > adjustments is Kmix. Very simple compared to Alsamixer in Mandriva. It does > not have any sort of balance or individual controls for left and right > channels, but fo

Re: procmail/formail syntax question

2005-10-23 Thread Giorgos Keramidas
On 2005-10-23 17:49, stan <[EMAIL PROTECTED]> wrote: >On Sun, Oct 23, 2005 at 10:07:17PM +0200, Roland Smith wrote: >>On Sun, Oct 23, 2005 at 03:09:51PM -0400, stan wrote: >>> I'm trying to get procmail to rewrite the TO: header. I've tried something >>> like: >>> >>> TO=`formail -xTo:` >> >> I th

Re: How do I name my network interface?

2005-10-23 Thread Roland Smith
On Sun, Oct 23, 2005 at 10:52:39PM +0200, Andreas Davour wrote: > >The "none" only means it's not bound to a driver. You might try the > >vr(4) driver, although the 6102 is not mentioned in vr(4). > > Ok, then "none" makes more sense. It read about the vr driver and it > worked! How did you know

Re: procmail/formail syntax question

2005-10-23 Thread stan
On Mon, Oct 24, 2005 at 01:13:18AM +0300, Giorgos Keramidas wrote: > On 2005-10-23 17:49, stan <[EMAIL PROTECTED]> wrote: > >On Sun, Oct 23, 2005 at 10:07:17PM +0200, Roland Smith wrote: > >>On Sun, Oct 23, 2005 at 03:09:51PM -0400, stan wrote: > >>> I'm trying to get procmail to rewrite the TO: he

Re: Editor for C & C++ language

2005-10-23 Thread Peter Clutton
On 10/23/05, Johnny Billquist <[EMAIL PROTECTED]> wrote: > emacs can do anything. Put it might not be graphical enough for your taste > if you come from Windows... I agree that Emacs rocks. I come from a Windows background and appreciated the control, and just plain coolness of Emacs. Took a littl

Re: procmail/formail syntax question

2005-10-23 Thread Giorgos Keramidas
Please do *not* remove the mailing list from the Cc: header, unless there is a very good reason (i.e. confidential information in the message text). On 2005-10-23 19:11, stan <[EMAIL PROTECTED]> wrote: >On Mon, Oct 24, 2005 at 01:13:18AM +0300, Giorgos Keramidas wrote: >>On 2005-10-23 17:49, stan

Re: procmail/formail syntax question

2005-10-23 Thread Giorgos Keramidas
On 2005-10-23 18:56, stan <[EMAIL PROTECTED]> wrote: >On Mon, Oct 24, 2005 at 01:13:18AM +0300, Giorgos Keramidas wrote: >>On 2005-10-23 17:49, stan <[EMAIL PROTECTED]> wrote: >>>On Sun, Oct 23, 2005 at 10:07:17PM +0200, Roland Smith wrote: On Sun, Oct 23, 2005 at 03:09:51PM -0400, stan wrote:

Re: procmail/formail syntax question

2005-10-23 Thread stan
On Mon, Oct 24, 2005 at 02:25:30AM +0300, Giorgos Keramidas wrote: > Please do *not* remove the mailing list from the Cc: header, unless > there is a very good reason (i.e. confidential information in the > message text). > Sorry, I hit "r" instead of "l" in mutt. My apoligies. -- U.S. Encoura

Re: procmail/formail syntax question

2005-10-23 Thread Giorgos Keramidas
On 2005-10-23 19:53, stan <[EMAIL PROTECTED]> wrote: >On Mon, Oct 24, 2005 at 02:25:30AM +0300, Giorgos Keramidas wrote: >> Please do *not* remove the mailing list from the Cc: header, unless >> there is a very good reason (i.e. confidential information in the >> message text). > > Sorry, I hit "r"

Re: procmail/formail syntax question

2005-10-23 Thread stan
On Mon, Oct 24, 2005 at 04:28:49AM +0300, Giorgos Keramidas wrote: > On 2005-10-23 19:53, stan <[EMAIL PROTECTED]> wrote: > >On Mon, Oct 24, 2005 at 02:25:30AM +0300, Giorgos Keramidas wrote: > >> Please do *not* remove the mailing list from the Cc: header, unless > >> there is a very good reason (

Re: Crash When "make index" - Repair Needed?

2005-10-23 Thread Kevin Kinsey
Richard Collyer wrote: Hello, My box (5.4 Stable) has taken to crashing when I do a make index (in /usr/ports) after a cvsup ports upgrade. I think the problem may be down to overheating as it only does this when the server is put under considerable stress (I take it that make index is stressfu

default routing question ZIPB ADSL PPPoA

2005-10-23 Thread Ahnjoan Amous
The short : I believe the problem I am having is due to routing. A DHCP server sends me IP A.B.C.D with a default route of A.B.C.D. "dhclient" isn't handling this well and I don't know how to fix it. Windows as well as Linux DHCP clients do not have a problem with this and I am at my wits end tryin

an Iranian forum & power of BSD

2005-10-23 Thread Mohsen Pahlevanzadeh
Dears,I'm discussing on power of BSD family.I told you bind(),accept() & socket() is own of BSD.But they saying me GNU write it.write or Rewrite? Yours,Mohsen ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freeb

Re: Editor for C & C++ language

2005-10-23 Thread Mohsen Pahlevanzadeh
vittorio wrote: Working usually under kde I'm looking for something similar to the llc-win32 program under ms-windows - that is a development environment where you can edit your c++ program, compile it, debug it step by step, and finally run it in a suitable window. I tried the nice editor kat

Re: an Iranian forum & power of BSD

2005-10-23 Thread stheg olloydson
it was said: > Dears,I'm discussing on power of BSD family.I told you >bind(),accept() & >socket() is own of BSD.But they saying me GNU write it.write or >Rewrite? >Yours,Mohsen You do not specify which bind(), accept(), and socket() you are talking about, so I will assume you mean the system ca

newbie

2005-10-23 Thread Eyad Salah
I'm kinda new to Linux, How can I start FreeBSD GUI (Like windows)? -- NEVER FORGET RAYDEN IS WATCHIN ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROT

Re: samba question

2005-10-23 Thread Igor Robul
spen wrote: smbd Abort trap nmbd The story is that the first time I installed samba I enabled it in my /etc/rc.conf writting "echo " smbd" && /usr/local/sbin/smbd -D echo " nmbd" && /usr/local/sbin/nmbd -D " This is incorrect way to start d

Re: an Iranian forum & power of BSD

2005-10-23 Thread Greg 'groggy' Lehey
On Sunday, 13 November 2005 at 4:48:18 +0330, Mohsen Pahlevanzadeh wrote: > Dears,I'm discussing on power of BSD family.I told you > bind(),accept() & socket() is own of BSD.But they saying me GNU > write it.write or Rewrite? The functions that you refer to come from the original TCP/IP implement