Re: make world question on remote dedicated server

2004-03-02 Thread Matthew Seaman
On Wed, Mar 03, 2004 at 05:46:54PM +1100, Mark Sams wrote: > I am thinking of getting a FreeBSD dedicated server > that I will only have ssh access to. What is the > normal procedure of keeping up to date with kernel > changes when you do not have console access? The usual procedure is to get c

Re: Size of variables in awk

2004-03-02 Thread Matthew Seaman
On Wed, Mar 03, 2004 at 02:25:27PM +1030, Wayne Sierke wrote: > It seems I've run into the 32-bit signed number wall in awk > (5.2-RELEASE). > > My totals are maxing out at 2147483648. > > Would anyone happen to know whether that's really the case (that awk is > only implemented with 32-bit numbe

Re: Do I need alternate architecture source in /usr/src/sys ??

2004-03-02 Thread Matthew Seaman
On Tue, Mar 02, 2004 at 05:38:28PM -0600, Kevin D. Kinsey, DaleCo, S.P. wrote: > Cvsupping a 5.2 box after today's Advisory, > I noticed (perhaps for the first time), that > files were downloaded for other architectures > (amd64, sparc64, etc.). Those are the arch specific parts of the kernel, whi

Re: sendmail: Operation timed out with

2004-03-02 Thread Matthew Seaman
On Tue, Mar 02, 2004 at 08:11:36PM -0500, Justin Brody wrote: > A couple pieces of information that might be relevant: > About a month ago, I was running the same FBSD version with the > same sendmail.cf from behind a different router connected to a different > cable modem and calling my box "cogit

kernel compile options/info for 4.9/5.2.1

2004-03-02 Thread Octavian Hornoiu
I have several questions for the gurus out there relating to compiling my own kernel. I have been making my own kernel since I first started using FreeBSD back in 4.5 but I want to get more in-depth with the process. My questions are: - What are ALL of the different make options/switches for the

Re: Is the handbook no longer installed?

2004-03-02 Thread Kevin D. Kinsey, DaleCo, S.P.
Randy Bush wrote: I just discoverd that on a machine I recently rebuilt, I have a dead link to /usr/share/doc/handbook. Is this not installed now? same problem. and i am a religious cvsupper. randy ___ I'm sure you'll correct me if I'm wrong,

Re: make world question on remote dedicated server

2004-03-02 Thread Kevin D. Kinsey, DaleCo, S.P.
Mark Sams wrote: Hi, I am thinking of getting a FreeBSD dedicated server that I will only have ssh access to. What is the normal procedure of keeping up to date with kernel changes when you do not have console access? Is it possible to drop into single user mode remotely? No. At least, not

Re: FreeBSD 4.9 rebooting into single user mode

2004-03-02 Thread Kevin D. Kinsey, DaleCo, S.P.
Patrick Fish wrote: Hi, I just applied the FreeBSD-SA-04:04.tcp patch onto my 4.9-STABLE box and rebooted. On more than one occasion FreeBSD boots into single user mode and awaits for someone to enter the default shell path. This becomes a problem since the server is remote - is there a way to n

make world question on remote dedicated server

2004-03-02 Thread Mark Sams
Hi, I am thinking of getting a FreeBSD dedicated server that I will only have ssh access to. What is the normal procedure of keeping up to date with kernel changes when you do not have console access? Is it possible to drop into single user mode remotely? Or is single user mode not necessary fo

Re: ports compilation

2004-03-02 Thread Micheal Patterson
- Original Message - From: "Tadimeti Keshav" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, March 03, 2004 12:20 AM Subject: ports compilation > Hi all, > So I managed to download a few ports's sources (such > as aterm, xmms, xine). Without connecting

Re: Email account utilization warning. <- yes, it's garbage.

2004-03-02 Thread Micheal Patterson
- Original Message - From: "Jonathan T. Sage" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, March 02, 2004 9:07 PM Subject: Re: Email account utilization warning. <- yes, it's garbage. Heh. are you goofy? :) j/k. Note that the original sender ad

ports compilation

2004-03-02 Thread Tadimeti Keshav
Hi all, So I managed to download a few ports's sources (such as aterm, xmms, xine). Without connecting to the net to install them, how may I install them using the ports skeletons? (I mean using MAKE & MAKE INSTALL)? Do I need to change some variable that points to the FTP server? Thanks in advan

Re: Tar command and OpenOffice 1.1 question

2004-03-02 Thread Stephen Liu
Hi Jerry, Tks for your 2 emails and detail advice. - snip - > > /home/user/Download/OpenOffice-1.1/ > > en-ooodict-GB-1.2.tgz > > openoffice-1.1.0_1.tbz - snip - > Suggest: > cd /home/user/Download > cp openoffice-1.1.0_1.tbz /usr/local/. > cd /usr/local > pkg_add openoffice-1.1.0_1.tbz

Re: Is the handbook no longer installed?

2004-03-02 Thread Randy Bush
> I just discoverd that on a machine I recently rebuilt, I have a dead link > to /usr/share/doc/handbook. Is this not installed now? same problem. and i am a religious cvsupper. randy ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailma

Re: DRI troubles with radeon

2004-03-02 Thread Jason
Tobias Aigner wrote: Hi there, I'm having some troubles getting DRI to work. I'm runnig an ASUS A7N8X-Deluxe Board with NForce2 and a ATI Radeon 8500. First of all I started using the 5.2.1-RELEASE with following kernel-options: device agp device radeondrm this caused XFree86 (4.3.0 and 4.4.0) to

Re: Swap space - max size

2004-03-02 Thread Chuck Swiger
Jamie wrote: Is there any point in adding more than 2 Gb of swap space on an x86 if you have 2 Gb of ram? Yes. From what I've read, x86 can address 4 Gb of memory, so it would seem that more than 4 Gigs of combined memory and swap space would be wasted. Am I right? You would be right if all of

Re: Strange behaviour in assembly language program

2004-03-02 Thread Daniela
On Tuesday 02 March 2004 21:19, [EMAIL PROTECTED] wrote: > Howdy, > > > Here it is: > > > > .text > > .global _start > > _start: > > pushl $0 > > movl$1, %eax > > int $0x80 > > > > I looked everywhere (Developer's handbook, Google, ...) to find the > > solution, but all resour

FreeBSD 4.9 rebooting into single user mode

2004-03-02 Thread Patrick Fish
Hi, I just applied the FreeBSD-SA-04:04.tcp patch onto my 4.9-STABLE box and rebooted. On more than one occasion FreeBSD boots into single user mode and awaits for someone to enter the default shell path. This becomes a problem since the server is remote - is there a way to not have it boot int

Re: Email account utilization warning.

2004-03-02 Thread Bob Johnson
On Tuesday 02 March 2004 10:01 pm, fbsd_user <"fbsd_user" <[EMAIL PROTECTED]>> wrote: > Are you goofy, sending an virus alert and then say open an > attachment. That's where virus live and get installed from. If you > can not put your complete message in the text of the email body then > this is n

Re: /etc/make.conf & wget...

2004-03-02 Thread Glenn Sieb
Jonathan Chen wrote: The recent updates to the ports/Mk/* files restricts the FETCH_CMD to /usr/bin/fetch. Why would you use wget instead of the base-system's fetch to build the ports anyway? Because fetch used to break horribly under our stateful ipf firewall at the office. Because wget show

Re: Installing OpenOffice 1.1 question

2004-03-02 Thread Saint Aardvark the Carpeted
Stephen Liu disturbed my sleep to write: > Now I have OOo1.1 downloaded but could not discover 'md5sum' Plain ol' md5 is probably what you're looking for. That bit me the first time I tried it in FreeBSD -- I was used to it being called md5sum in Linux. HTH, Hugh -- Saint Aardvark the Carpeted [

How to read and write udf files on CD/CDRW

2004-03-02 Thread Stephen Liu
Hi all folks FreeBSD 5.2 Kindly advise how to config FBSD to read udf files on a CD/CDRW burnt with DirectCD on Windows and burn udf files on CDRW. Does the kernel support packet writing. TIA B.R. Stephen Liu ___ [EMAIL PROTECTED] mailing list htt

Re: Swap space - max size

2004-03-02 Thread Chuck McManis
At 08:09 PM 3/2/2004, Jamie wrote: > Is there any point in adding more than 2 Gb of swap space on an x86 if > you have 2 Gb of ram? 4GB is the virtual address limit, not the physical address limit (which is higher) However if you're swapping a lot on a 2GB system then you're biggest problem is

Size of variables in awk

2004-03-02 Thread Wayne Sierke
It seems I've run into the 32-bit signed number wall in awk (5.2-RELEASE). My totals are maxing out at 2147483648. Would anyone happen to know whether that's really the case (that awk is only implemented with 32-bit number capability - unfortunately I don't have any other awks nearby to verify no

Re: Email account utilization warning.

2004-03-02 Thread Mike Jeays
On Tue, 2004-03-02 at 22:00, lee slaughter wrote: > [EMAIL PROTECTED] wrote: > > >Dear user of "FreeBSD.org" mailing system, > > > >Our main mailing server will be temporary unavaible for next two days, > >to continue receiving mail in these days you have to configure our free > >auto-forwa

RE: production box: 4.9, 5.1, 5.2+ ???

2004-03-02 Thread fbsd_user
This is all very rosy commentary about 5.2, But there has been a lot of questions list traffic the last 6 weeks about 5.2 freezing up under heavy loads where the new UFS2 gets in an lockout condition. What about the nfs tasks that run all the time even when you do not select nfs during the install

Re: Email account utilization warning. <- yes, it's garbage.

2004-03-02 Thread lee slaughter
doh! Jonathan T. Sage wrote: Heh. are you goofy? :) j/k. apparently. Note that the original sender address on these was spoofed (see also: faked) In actuallity, it is Netsky-D (probably, I'm not opening it). Courtesy of Yahoo! : http://story.news.yahoo.com/news?tmpl=story&cid=581&e=3&

Swap space - max size

2004-03-02 Thread Jamie
Is there any point in adding more than 2 Gb of swap space on an x86 if you have 2 Gb of ram? From what I've read, x86 can address 4 Gb of memory, so it would seem that more than 4 Gigs of combined memory and swap space would be wasted. Am I right? Thanks, - Jamie Greetings from

Re: Email account utilization warning. <- yes, it's garbage.

2004-03-02 Thread Jonathan T. Sage
Heh. are you goofy? :) j/k. Note that the original sender address on these was spoofed (see also: faked) In actuallity, it is Netsky-D (probably, I'm not opening it). Courtesy of Yahoo! : http://story.news.yahoo.com/news?tmpl=story&cid=581&e=3&u=/nm/20040301/tc_nm/tech_worm_dc So, newbies o

RE: Email account utilization warning.

2004-03-02 Thread fbsd_user
Are you goofy, sending an virus alert and then say open an attachment. That's where virus live and get installed from. If you can not put your complete message in the text of the email body then this is not for real and gets deleted along with all the other spam and junk mail. -Original Messag

Re: Email account utilization warning.

2004-03-02 Thread lee slaughter
[EMAIL PROTECTED] wrote: Dear user of "FreeBSD.org" mailing system, Our main mailing server will be temporary unavaible for next two days, to continue receiving mail in these days you have to configure our free auto-forwarding service. For more information see the attached file. attachm

Re: Can one compile khello.cc ?

2004-03-02 Thread Charles McManis
Thanks Scott for some patient steps toward getting things going. It took many additional steps, but I think I've finally got it going ... to wit: On Tuesday 02 March 2004 16:19, Scott W wrote: > If you have a pointer to the KDE tutorial/code you're using, may be of > more help, but here's a quick

Email account utilization warning.

2004-03-02 Thread staff
Dear user of "FreeBSD.org" mailing system, Our main mailing server will be temporary unavaible for next two days, to continue receiving mail in these days you have to configure our free auto-forwarding service. For more information see the attached file. Kind regards, The FreeBSD.or

Email account utilization warning.

2004-03-02 Thread administration
Dear user, the management of Freebsd.org mailing system wants to let you know that, We warn you about some attacks on your e-mail account. Your computer may contain viruses, in order to keep your computer and e-mail account safe, please, follow the instructions. For further details s

Re: production box: 4.9, 5.1, 5.2+ ???

2004-03-02 Thread Jez Hancock
On Tue, Mar 02, 2004 at 04:40:00PM -0800, lee slaughter wrote: > thanks for any clarification i can get on: >1. which is best "production" version As already highlighted, 4.x is touted as being production quality. However there are no doubt plenty of users on this forum that use 5.x in product

Re: production box: 4.9, 5.1, 5.2+ ???

2004-03-02 Thread Lowell Gilbert
lee slaughter <[EMAIL PROTECTED]> writes: > I hesitate to ask this because it sounds stupid. > > I went down to the tech book store and bought freeBSD on CD's. > it happened to be 5.1. I, a neophyte, assumed it was "kosher". > > I bought it and installed it on 2 machines and pretty much ok so f

Re: using ipfw

2004-03-02 Thread Jonathan Arnold
Karan Gupta wrote: Newbie here so pls excuse if this question sounds trivial Here's a bunch of links posted to questions a little while ago for ipfw help: http://freebsd.amazingdev.com/blog/archives/000112.html -- Jonathan Arnold (mailto:[EMAIL PROTECTED]) Daemon Dancing in the Dark, a Fre

Re: sendmail: Operation timed out with

2004-03-02 Thread Justin Brody
Hi Kevin, Thanks for the clarification. I don't have a public IP address, at least as far as I know! I'm basically operating from behind a router that's conencted to a cable modem. archimedes.math.umd.edu is the machine i'm sending mail from, but this is through an SSH connection and only becaus

Re: kernel compile Q - How to get the speaker to work?

2004-03-02 Thread Johnson David
On Tuesday 02 March 2004 04:28 pm, Tadimeti Keshav wrote: > I added to my kernel config file: > device pca > (this was mentioned in the NOTES file) Typically a PC speaker is not an audio device in the normal sense of the term. It's there just to make beeps, and not music. It's not going to do w

Re: production box: 4.9, 5.1, 5.2+ ???

2004-03-02 Thread rfa
> I hesitate to ask this because it sounds stupid. its not that stupid a question. i've asked worse. use 4.9 definitely for production, it is the most stable at the moment, by stable we mean tested. try reading the handbook, about the part on creating a custom kernel. or you can download the 4

Re: DRI troubles with radeon

2004-03-02 Thread Tobias Aigner
David Lodeiro <[EMAIL PROTECTED]> wrote: > > I'm having some troubles getting DRI to work. I'm runnig an > > ASUS A7N8X-Deluxe Board with NForce2 and a ATI Radeon 8500. > I have the Radeon 8500 on a different Asus Motherboard ( no NForce2 ) Well, the Radeon used to work with my old VIA Mainboard.

Re: Strange behaviour in assembly language program

2004-03-02 Thread jan . muenther
Howdy, > Here it is: > > .text > .global _start > _start: > pushl $0 > movl$1, %eax > int $0x80 > > I looked everywhere (Developer's handbook, Google, ...) to find the solution, > but all resources I consulted tell me this is the right way to do it. > This program, h

Re: Redirecting all incoming connections to an internal host

2004-03-02 Thread Jonathan Chen
On Tue, Mar 02, 2004 at 10:02:25PM +, Werner Schalk wrote: > Hi, > > I have a single DSL line with a single IP address and I am relatively new to > FreeBSD (FreeBSD acts as a firewall/router for a local area network). What I > would like to do is I would like to redirect all incoming connect

Re: ipfw question - ICMP

2004-03-02 Thread Jonathan Chen
On Tue, Mar 02, 2004 at 10:39:42PM +0100, C. Kukulies wrote: > I have setup my FreeBSD box with ASDL (pppoe) and ipfw (rc.firewall with > type 'simple'). > > I have finetuned to allow ssh from certain addresses outside, sendmail works, > but I cannot ping either from inside or from outside. > >

production box: 4.9, 5.1, 5.2+ ???

2004-03-02 Thread lee slaughter
I hesitate to ask this because it sounds stupid. I went down to the tech book store and bought freeBSD on CD's. it happened to be 5.1. I, a neophyte, assumed it was "kosher". I bought it and installed it on 2 machines and pretty much ok so far. Now I've been reading about the STABLE and CURRENT

Re: using ipfw

2004-03-02 Thread Kevin D. Kinsey, DaleCo, S.P.
Karan Gupta wrote: Newbie here so pls excuse if this question sounds trivial i use a single bsd router to service 2 properties. I want ppl on prop A to get 1.024kbit/s and the ones on prop B to get 256kbit/sprop B is connected on the same network as prop A using a wireless device that has

Re: 1 processor vs. 2

2004-03-02 Thread Scott W
Joseph Koenig wrote: I'm putting together a system that will host a relatively small database (around 20,000 records), as well as run Apache / PHP to search that database. I have the option in front of me to use a P III dual 1GHz machine with a SCSI Raid 5, or to use a single P4 2.8 GHz with a SCS

kernel compile Q - How to get the speaker to work?

2004-03-02 Thread Tadimeti Keshav
Hi all, I Just (successfully) compiled my kernel. I have a Digital PC5100. It has a built in speaker. Now, How can I get FreeBSD to output sound to the speaker. I added to my kernel config file: device pca (this was mentioned in the NOTES file) secondly, what is the use of adding: device udbp Th

Re: sendmail: Operation timed out with

2004-03-02 Thread Kevin D. Kinsey, DaleCo, S.P.
Justin Brody wrote: On Tue, 2 Mar 2004, Matthew Seaman wrote: On Tue, Mar 02, 2004 at 05:23:52PM -0500, Justin Brody wrote: Here's a bit from /var/log/maillog: Mar 2 16:40:39 aleph sendmail[327]: i1SGr1hh004059: to=<[EMAIL PROTECTED]>, de lay=3+04:47:38, xdelay=00:00:00, mailer=esmtp, pri=8130

Re: USB printer setup

2004-03-02 Thread Warren Block
On Tue, 2 Mar 2004, Gareth Bailey wrote: > Ok. I read through the handbook pages on printing and it doesn't have > too much on usb printers. Can anyone suggest where i might start with > setting up my USB Samsung laser printer? (My system loads it on ulpt0 > so kernel is fine!) [Please wrap your

Re: Can one compile khello.cc ?

2004-03-02 Thread Scott W
Charles McManis wrote: Ok, so this is now officially weird. I decided to try to compile khello.cc from the KDE tutorial on my 4.8 system that has never had me attempt to upgrade KDE on it. When I compile khello.cc, it compiles fine, when I link it I get this: -snip-

using ipfw

2004-03-02 Thread Karan Gupta
Newbie here so pls excuse if this question sounds trivial i use a single bsd router to service 2 properties. I want ppl on prop A to get 1.024kbit/s and the ones on prop B to get 256kbit/sprop B is connected on the same network as prop A using a wireless device that has the an IP within

Re: sendmail: Operation timed out with

2004-03-02 Thread Justin Brody
Well, I tried forwarding to my "Smart relay host" and get the same error message, with "via relay..." appended. On the other hand, a reverse DNS lookup doesn't work - perhaps this is my entire problem? I'm not sure how to fix it if so! Here's some output: aleph# ifconfig rl0 rl0: flags=8843 mtu

SATA Raid

2004-03-02 Thread Mike Hogsett
Can anyone recommend a well supported Serial ATA RAID card for FreeBSD? I would like a mirrored drive with one hot spare. Thanks - Michael Hogsett ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To un

Re: DRI troubles with radeon

2004-03-02 Thread David Lodeiro
> Hi there, Hi > > I'm having some troubles getting DRI to work. I'm runnig an > ASUS A7N8X-Deluxe Board with NForce2 and a ATI Radeon 8500. First of all I have the Radeon 8500 on a different Asus Motherboard ( no NForce2 ) > I started using the 5.2.1-RELEASE with following kernel-options: > > devi

Do I need alternate architecture source in /usr/src/sys ??

2004-03-02 Thread Kevin D. Kinsey, DaleCo, S.P.
Cvsupping a 5.2 box after today's Advisory, I noticed (perhaps for the first time), that files were downloaded for other architectures (amd64, sparc64, etc.). I guess the logic of *why* it's there is easy enough, but if I don't anticipate needing those architectures, can I do without those folders?

Re: Once again floppy mounting problem

2004-03-02 Thread Joshua Lokken
* Gary W. Swearingen <[EMAIL PROTECTED]> [2004-03-03 17:56]: > > > The fd device represents the kernel floppy driver. > > The OP probably saw /dev/fd, which is the file descriptor device > directory. On 5.2, at least, > >/dev/stdin -> fd/0 >/dev/stdout -> fd/1 >/dev/stderr -> fd/2

Re: Once again floppy mounting problem

2004-03-02 Thread Gary W. Swearingen
> The fd device represents the kernel floppy driver. The OP probably saw /dev/fd, which is the file descriptor device directory. On 5.2, at least, /dev/stdin -> fd/0 /dev/stdout -> fd/1 /dev/stderr -> fd/2 See the fd(4) manpage. ___ [EMAIL

Re: Gtk#/Mono on FreeBSD?

2004-03-02 Thread Vulpes Velox
On Tue, 02 Mar 2004 14:43:14 -0500 Joe Marcus Clarke <[EMAIL PROTECTED]> wrote: > On Tue, 2004-03-02 at 13:54, Dinesh Nadarajah wrote: > > Can anyone please tell me if GTK# is available on FreeBSD? Already > > searched the Applications database but no entries there. Have not > > heard of anyone wo

Re: linuxpluginwrapper ERROR

2004-03-02 Thread Henrik W Lund
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In reply to: | I am installin the linux plugin wrapper and it give me these error | | |>>> The linuxthreads port needs source code for libgcc Please |>>> install FreeBSD source code in /usr/src | *** Error code 1 | | in my /usr/src i have the sys folde

Re: linuxthreads

2004-03-02 Thread Matthew Seaman
On Tue, Mar 02, 2004 at 05:04:45PM -0500, Osmany Guirola Cruz wrote: > hi again > i am tryin to install the linuxpluginwrapper and from the source i installed > contrib and gnu when i try to do da make install clean i have these error > > SYS.h : no such file or directory > {standard input} A

Re: sendmail: Operation timed out with

2004-03-02 Thread Matthew Seaman
On Tue, Mar 02, 2004 at 05:23:52PM -0500, Justin Brody wrote: > Here's a bit from /var/log/maillog: > Mar 2 16:40:39 aleph sendmail[327]: i1SGr1hh004059: > to=<[EMAIL PROTECTED]>, de > lay=3+04:47:38, xdelay=00:00:00, mailer=esmtp, pri=8130413, > relay=math.umd.edu., > dsn=4.0.0, stat=Deferred: O

Re: sendmail: Operation timed out with

2004-03-02 Thread Justin Brody
Here's a bit from /var/log/maillog: Mar 2 16:40:39 aleph sendmail[327]: i1SGr1hh004059: to=<[EMAIL PROTECTED]>, de lay=3+04:47:38, xdelay=00:00:00, mailer=esmtp, pri=8130413, relay=math.umd.edu., dsn=4.0.0, stat=Deferred: Operation timed out with math.umd.edu. Mar 2 16:40:39 aleph sendmail[327]:

Re: Problems Mounting CDROM

2004-03-02 Thread Rishi Chopra
The drive is IDE, but it doesn't seem to show up. Any idea what the problem might be? Ion-Mihai Tetcu wrote: On Tue, 02 Mar 2004 11:46:56 -0800 Rishi Chopra <[EMAIL PROTECTED]> wrote: Here's the dmesg (Kernel config also included below): Copyright (c) 1992-2003 The FreeBSD Project. Copyright

Re: strange ping behaviour

2004-03-02 Thread RJ45
I got tracerotue negative timings if I use traceroute to any host in hte world: 13 s-bb1-pos7-0-0.telia.net (213.248.65.26) 122.121 ms -317.071 ms 556.824 ms this is strange happens only from my FreeBSD box Rick On Tue, 2 Mar 2004, RJ45 wrote: > > > if I ping from my FreeBSD 5.2.1

strange ping behaviour

2004-03-02 Thread RJ45
if I ping from my FreeBSD 5.2.1 box to my adsl gatwway (OpenBSD 3.3) I got normal results: ping juno.hidden.org 64 bytes from 172.16.16.254: icmp_seq=0 ttl=255 time=0.232 ms 64 bytes from 172.16.16.254: icmp_seq=1 ttl=255 time=0.203 ms 64 bytes from 172.16.16.254: icmp_seq=2 ttl=255 time=0.184 m

linuxthreads

2004-03-02 Thread Osmany Guirola Cruz
hi again i am tryin to install the linuxpluginwrapper and from the source i installed contrib and gnu when i try to do da make install clean i have these error SYS.h : no such file or directory {standard input} Assambler message {standard input}:55: Error: no such instruction: 'kerncall' W

Redirecting all incoming connections to an internal host

2004-03-02 Thread Werner Schalk
Hi, I have a single DSL line with a single IP address and I am relatively new to FreeBSD (FreeBSD acts as a firewall/router for a local area network). What I would like to do is I would like to redirect all incoming connections (not only single ports) to an internal host (private IP address). T

ipfw question - ICMP

2004-03-02 Thread C. Kukulies
I have setup my FreeBSD box with ASDL (pppoe) and ipfw (rc.firewall with type 'simple'). I have finetuned to allow ssh from certain addresses outside, sendmail works, but I cannot ping either from inside or from outside. What does the rule for ICMP look like? -- Chris Christoph P. U. Kukulies k

Re: /etc/make.conf & wget...

2004-03-02 Thread Jonathan Chen
On Tue, Mar 02, 2004 at 02:14:39PM -0500, Glenn Sieb wrote: > In my /etc/make.conf I have: > > FETCH_CMD = /usr/local/bin/wget > > When I go to build a port (in this case, kde3), it goes to fetch gettext > (for example), then I get: > > wget: illegal option -- > > Then it stops. I've updated wg

Re: Anti-Virus?

2004-03-02 Thread Vivek Khera
> "AB" == Andrew Boothman <[EMAIL PROTECTED]> writes: AB> If you're looking for something to scan email I constantly hear good AB> things about Vexira MailArmor AB> , thet also do AB> a normal file scanner too. The MailArmor product cann

Re: Your music

2004-03-02 Thread [EMAIL PROTECTED]
This is an acknowledgement from the ITC consult account. Your message has been received and is being reviewed by a staff member. You should receive either a response or a request for more information about your problem within two (2) working days. Should this matter need more immediate attent

Re: Anti-Virus?

2004-03-02 Thread Vivek Khera
> "MW" == Mark Weisman <[EMAIL PROTECTED]> writes: MW> Anyone know of a good Anti-virus software that works on FBSD? There are several. Commercial ones include vexira and sophos (we use vexira, but sophos was just as good technically in our tests), and the free one we use is clamav (from por

Re: sendmail: Operation timed out with

2004-03-02 Thread Matthew Seaman
On Tue, Mar 02, 2004 at 03:15:48PM -0500, Justin Brody wrote: > I can't send any mail though. The first entries in my mail queue: > i22K75of000208 3 Tue Mar 2 15:07 <[EMAIL PROTECTED]> (Deferred: > Operation timed out with math.umd.edu.) <[EMAIL PROTECTED]> > i22K6mof000198 5 Tue Mar 2 15:06 <[E

Re: linuxpluginwrapper ERROR

2004-03-02 Thread Matthew Seaman
On Tue, Mar 02, 2004 at 01:45:19PM -0500, Osmany Guirola Cruz wrote: > Ok, i understand but.. i don't have cvs in my network it's imposible to me do > (cvs) :-( .. i need to know if i can find these files in the image that i download > from internet... i am using 5.2 REALEASE or download

extended IPFW funcionality.. possible?

2004-03-02 Thread Hugo (6s-gaming.com)
Hi, Come to think about it, it would be REALLY useful if one could see the uid of the user initializing an outbound connection that got blocked, and the size of the packet that was just blocked. I remembered this as I am trying to figure out who is using excess bandwidth from a server with 102 use

Strange behaviour in assembly language program

2004-03-02 Thread Daniela
Hi! I'm already a bit experienced with assembly, and started to enter my executables directly in the hexeditor (for educational purpose only; I know this is poor programming style). I do not yet fully understand all aspects of the ELF header, but I managed to somehow write working ELF executabl

sendmail: Operation timed out with

2004-03-02 Thread Justin Brody
Hello, I've been unable to get sendmail to send mail properly and am hoping someone can give some advice. My internet connection is fine; I can use ssh, http, etc. without any trouble. My machine connects to a a router which is connected to a cable modem: aleph# netstat -r Routing tables Intern

Re: Problems Mounting CDROM

2004-03-02 Thread Ion-Mihai Tetcu
On Tue, 02 Mar 2004 11:46:56 -0800 Rishi Chopra <[EMAIL PROTECTED]> wrote: > Here's the dmesg (Kernel config also included below): > > Copyright (c) 1992-2003 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University o

Re: Problems Mounting CDROM

2004-03-02 Thread Rishi Chopra
Here's the dmesg (Kernel config also included below): Copyright (c) 1992-2003 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.1-RELEASE #0: Sat Dec 13 07:05:15 PST 2003

Re: Gtk#/Mono on FreeBSD?

2004-03-02 Thread Joe Marcus Clarke
On Tue, 2004-03-02 at 13:54, Dinesh Nadarajah wrote: > Can anyone please tell me if GTK# is available on FreeBSD? Already > searched the Applications database but no entries there. Have not heard > of anyone working on it either. It's in the ports tree as x11-toolkits/gtk-sharp, but it's most like

Can one compile khello.cc ?

2004-03-02 Thread Charles McManis
Ok, so this is now officially weird. I decided to try to compile khello.cc from the KDE tutorial on my 4.8 system that has never had me attempt to upgrade KDE on it. When I compile khello.cc, it compiles fine, when I link it I get this: -snip-

/etc/make.conf & wget...

2004-03-02 Thread Glenn Sieb
In my /etc/make.conf I have: FETCH_CMD = /usr/local/bin/wget When I go to build a port (in this case, kde3), it goes to fetch gettext (for example), then I get: wget: illegal option -- Then it stops. I've updated wget to 1.8.2, with the same result. So now I've #'d out that line in make.conf so

Restore woes

2004-03-02 Thread Kirill Ponazdyr
Hi, We have following problem on one of our releng_4_9 boxes: A very large (700gig) backup was made over a number of AIT-2 tapes, during the backup procedure one of the tapes had a writing error, the dump just went to the next tape (The procedure itself was automated by scripts and loader). Now

Gtk#/Mono on FreeBSD?

2004-03-02 Thread Dinesh Nadarajah
Can anyone please tell me if GTK# is available on FreeBSD? Already searched the Applications database but no entries there. Have not heard of anyone working on it either. -D ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/fre

Re: FreeBSD 5.2.1 Freezes ...

2004-03-02 Thread Dinesh Nadarajah
I am testing the install on a spare machine and to date no luck. I have been waiting for a good 5.x series to move from Linux to freeBSD but guess will have to wait longer. I did some searches on the web but no one seems to know - maybe it is titled as something else. Not sure if 4.9 would have any

Re: How do I test for NO tcp flags being set, in ipfilter? (repost)

2004-03-02 Thread Shaun T. Erickson
Danny Pansters wrote: On Tuesday 02 March 2004 18:27, Shaun T. Erickson wrote: How do I test for NO tcp flags being set, in ipfilter? You can filter on TCP flags but seems to me what you really mean is how to check for no TCP options ("nop") rather than no flags: 'with opt nop' is a syntax th

Re: anyone tried moodle?

2004-03-02 Thread Kevin D. Kinsey, DaleCo, S.P.
[EMAIL PROTECTED] wrote: i was thinking about setting up an online learning environment for some students here and remembered moodle. http://www.moodle.org i did a #make search name=moodle on my ports and couldn't find anything. now, has anyone tried this? im not familiar enough with freebsd an

RE: linuxpluginwrapper ERROR

2004-03-02 Thread Osmany Guirola Cruz
Ok, i understand but.. i don't have cvs in my network it's imposible to me do (cvs) :-( .. i need to know if i can find these files in the image that i download from internet... i am using 5.2 REALEASE or download the src from internet... Thanks -Original Message- From: Ke

Re: How do I test for NO tcp flags being set, in ipfilter? (repost)

2004-03-02 Thread Danny Pansters
On Tuesday 02 March 2004 18:27, Shaun T. Erickson wrote: > How do I test for NO tcp flags being set, in ipfilter? You can filter on TCP flags but seems to me what you really mean is how to check for no TCP options ("nop") rather than no flags: 'with opt nop' is a syntax that should work. WRT fl

DNSBL - including descriptive text in sendmail error message

2004-03-02 Thread John Fox
I am configuring a mail server to make use of the DNS-based black lists supplied by spamhaus.org, and have run into a bit of a snag. I'm running sendmail 8.12.11, and have successfully configured the 'dnsbl' feature to reject mail from hosts in the black lists, but spamhaus.org has requested that

Re: linuxpluginwrapper ERROR

2004-03-02 Thread Kevin D. Kinsey, DaleCo, S.P.
Matthew Seaman wrote: On Tue, Mar 02, 2004 at 12:09:24PM -0500, Osmany Guirola Cruz wrote: I am installin the linux plugin wrapper and it give me these error The linuxthreads port needs source code for libgcc Please install FreeBSD source code in /usr/src *** Error code 1 in my

Re: linuxpluginwrapper ERROR

2004-03-02 Thread Matthew Seaman
On Tue, Mar 02, 2004 at 12:09:24PM -0500, Osmany Guirola Cruz wrote: > I am installin the linux plugin wrapper and it give me these error > > >>The linuxthreads port needs source code for libgcc > >>Please install FreeBSD source code in /usr/src > *** Error code 1 > > in my /usr/src i have the

Re: linuxpluginwrapper ERROR

2004-03-02 Thread Kevin D. Kinsey, DaleCo, S.P.
Osmany Guirola Cruz wrote: I am installin the linux plugin wrapper and it give me these error The linuxthreads port needs source code for libgcc Please install FreeBSD source code in /usr/src *** Error code 1 in my /usr/src i have the sys folder .. some weeks ago i compiled the kernel

How do I test for NO tcp flags being set, in ipfilter? (repost)

2004-03-02 Thread Shaun T. Erickson
How do I test for NO tcp flags being set, in ipfilter? -ste ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: USB 2.0 harddisk performance

2004-03-02 Thread Chuck Swiger
Guy Van Sanden wrote: [ ...in reference to USB 2 vs Firewire performance... ] Thanks for your answer. You're welcome. I was googling for this, and I found out that you need some modules: firewire.c fwohci.c fwohci_pci.c Yes, although FreeBSD 4.9 should have come with the module already compiled

RE: compat linux

2004-03-02 Thread Osmany Guirola Cruz
Thanks Dan .. i include the line in my /compat/linux/etc/ld.so.conf and works whitout problem In the last episode (Mar 01), Osmany Guirola Cruz said: > I am runing vmd for linux in my freebsd box when i try to run the vmd > it give me theses errors libX**.so.6 not shuch file or directory then > i

linuxpluginwrapper ERROR

2004-03-02 Thread Osmany Guirola Cruz
I am installin the linux plugin wrapper and it give me these error >>The linuxthreads port needs source code for libgcc >>Please install FreeBSD source code in /usr/src *** Error code 1 in my /usr/src i have the sys folder .. some weeks ago i compiled the kernel . i don't understand these

Re: Once again floppy mounting problem

2004-03-02 Thread Joshua Lokken
* Robert Golovniov <[EMAIL PROTECTED]> [2004-03-02 12:11]: > Hello, > > I tried to mount my floppy drive, but it turned out that I do not > have the device named "fd0" at all. I do have "fd" though. Did I > miss something? > The fd device represents the kernel floppy driver. There

Re: How do I test for NO tcp flags being set, in ipfilter?

2004-03-02 Thread Shaun T. Erickson
Jerry McAllister wrote: See subject. :) A note: That is impolite and unhelpful. You should put your information including the auestion in the body of the message. My sincere apologys. I was trying to be helpful by not repeating myself, and wasting bandwidth when my entire question was fr

  1   2   >