RE: WINE on 5.0-CURRENT?

2003-04-01 Thread Scott R.
From: Pierrick Brossin [mailto:[EMAIL PROTECTED] >> Does anyone know why this might be or how I can fix it? Any tips >> would >> be greatly appreciated. > Play to unix solitaire games ? :)= Heh. If all I wanted to run were solitaire games, then I guess that would work. I'm using them as sma

Re: Need help getting FreeBSD to run

2003-04-01 Thread Scott Mitchell
On Mon, Mar 31, 2003 at 01:02:51PM +0100, Mike Doyle wrote: > sis900.c: v1.08.06 9/24/2002 > divert: allocating divert_blk for eth0 > eth0: Realtek RTL8201 PHY transceiver found at address 1. > eth0: Using transceiver found at address 1 as default > eth0: SiS 900 PCI Fast Ethernet at 0x8800, IRQ 12

IPFW stateful deny question

2003-04-01 Thread Sten Daniel Sørsdal
This one is for the archives. If anyone would donate their time to replying to this one, It would be appreciated. Im trying to setup a firewall that for a time-limited period block IP's that send packets to specified ports. After time has expired the ip will be allowed again. With this setup;

Re: Software Watchdog?

2003-04-01 Thread David Landgren
Lasse Laursen wrote: Hi, Are there any apps. like 'watchdog' - http://packages.debian.org/stable/admin/watchdog.html - for FreeBSD? I have been searching the ports tree and freshmeat but was unable to locate anything usefull. What are you trying to do? Dan Bernstein's daemontools will look after

Re: localhost name resolution problem

2003-04-01 Thread Toomas Aas
Hello! > # host localhost > localhost.my.domain is a nickname for my.domain > my.domain has address 202.x.x.x > > > Someone suggested I check localhost.: > > # host localhost. > Host not found. AFAIK the host command doesn't use /etc/hosts. No matter what is specified in /etc/host.conf, the h

Re:

2003-04-01 Thread Aleksey I. Yurlov
From ftp server in your country. For example in Russia that's will be: ftp://ftp3.ru.freebsd.org/.0/FreeBSD/ISO-IMAGES-i386/4.8/ Here you will find iso-images for 4.8-RELEASE. Have fun. Aquarius Computer Services wrote: how can i get free freebsd cd s

CRW-600 MultiCard reader

2003-04-01 Thread Dima Veselov
Hello there! I have problem using Multi-Card reader CRW-600 6-in-1 When I attach it kernel says Mar 27 15:31:49 laura /kernel: umass0: MCRW USB Multi-Card Reader, rev 1.10/0.12, addr 2 Mar 27 15:31:49 laura /kernel: da1 at umass-sim0 bus 0 target 0 lun 0 Mar 27 15:31:49 laura /kernel: da1: Remo

Re: PHY drivers for Proliant ML370

2003-04-01 Thread bsd
James Long writes: On Mon, Mar 31, 2003 at 10:02:04PM +0200, Patrick O'Reilly wrote: The 4.6 CD installs OK, but it does not recognise the on-board PHYs Drop an Intel (fxp) NIC in there temporarily, install, cvsup sources, and update the OS to 4-STABLE. I bet then it'll recognize the Broadc

Re: PHY drivers for Proliant ML370

2003-04-01 Thread bsd
David Landgren writes: You might be able to get away by downloading just a bootable floppy, and then switching to your kit? OK - this is new territory for me. Can I boot off a 4.8 boot floppy and then start rebuild the box which still has a 4.6 world installed? Another thought - could I do

Re: Which Processor and motherboard is better (new to FreeBSD)

2003-04-01 Thread David Landgren
Paredes Sánchez Martín A. wrote: Hi: I want to build a new PC with FreeBSD, which processor is best for FreeBSD. Intel builds processors and motherboards, which gave me a feel of good performance between this two elements. Intel has something called Hyper-Threading Technology, Which turbo charges

gcc and FreeBSD 5.0

2003-04-01 Thread Miika Komu
Has anyone had similar trouble? # cvsup RELENG_5_0 # cd /usr/ports # make buildworld ... c++ -O -pipe -mcpu=pentiumpro -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/usr/src/gnu/lib/libstdc++ -I/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++ -I/usr/src/gnu/lib/libstdc++/../../../contrib/gcc

IPFILTER Question

2003-04-01 Thread Nevins, Peter
Hello. I'm a firewall admin and have run into a question regarding your OS. A client is running IPFILTER and cannot send mail to us here. We're running a Raptor Firewall for NT (yes, NT). He sends a SYN and my system responds with an ACK that is more on the lines of 1 million in length over the exp

Firewall

2003-04-01 Thread John Meyer
Good Day. I have a small problem compared to the problems listed here. I have Freebsd v3.1 (fairly old). I have compiled the kernel with options IPFIREWALL and options IPDIVERT options IPFIREWALL_VERBOSE in my rc.conf file I have gateway_enable="YES" firewall_enable="YES" firewall_type="/etc/fir

Re: CRW-600 MultiCard reader

2003-04-01 Thread Scott Mitchell
On Tue, Apr 01, 2003 at 01:32:47PM +0400, Dima Veselov wrote: > Hello there! > > I have problem using Multi-Card reader CRW-600 6-in-1 Hi Dima, First of all, I assume this is one of those 6-in-1 devices that has four slots, for different flash media types? Each of those slots should probably ma

XF86Config file help

2003-04-01 Thread CARTER Anthony
My XF86Config file has in the Module section: Load "glx" Load "dri" Load "dbe" I know what these are, no problems. Now: Load "record" Load "extmod" Load "type1" I don't know what these are used for, can someone tell me? Now: Load "xie" Load "pex5" Load "pcm" I know what pcm is for (the sound)

Re: FW: recomended POP server?

2003-04-01 Thread Andy Harrison
-BEGIN PGP SIGNED MESSAGE- ~ On 28-Mar-2003, stan wrote message "FW: recomended POP server?" ~ > I;ve never set up a POP server before. What packages should I look at? >

Re: CRW-600 MultiCard reader

2003-04-01 Thread Dima Veselov
On Tue, Apr 01, 2003 at 02:17:33PM +0100, Scott Mitchell wrote: Hello, Scott! > > Hello there! > > I have problem using Multi-Card reader CRW-600 6-in-1 > Hi Dima, First of all, I want to thank you for your pretty detailed answer. Thanks. Your are right, it is 6-in-1 device with 4 slots. > fi

Cloning a jail

2003-04-01 Thread Hari Bhaskaran
Hi, When I need to clone a jail, would a cp -Rp do? (and change rc.conf). Or do I have to go through the jail(8) steps again? (make hierarchy, install etc). By 'clone', I meant an identical jail session, on top of which I will install other packages, not necessarily same on both. Also can I hardl

RE: Which Processor and motherboard is better (new to FreeBSD)

2003-04-01 Thread Paredes Sánchez Martín A.
I found in the intel web site that the Hyper-Threading has this requirements: Hyper-Threading Technology requires a computer system with an Intel Pentium 4 processor at 3.06 GHz or higher, a chipset and BIOS that utilize this technology, and an operating system that includes optimizations for this

Re: Sendmail + Cyrus + Procmail(?) + SpamAssassin

2003-04-01 Thread Kirk Strauser
At 2003-04-01T06:30:53Z, Rick Fournier <[EMAIL PROTECTED]> writes: > Well for the worth of it, I use Sendmail, Procmail, SpamAssassin and > IMAP-UW but with my setup the IMAP software used, is totaly irrelevant. Almost, but not quite. You have to call Cyrus' "deliver" program to actually deliver

make buildworld help!!?!?!?!!

2003-04-01 Thread Brent Bailey
Hello, Im running a FBSD 4.5 machine DUEL CPU 450 w/ 512 MB ram . Anywho ..i tried to CVSUP to the latest stable release , seems the CVSUP went well ...ANYWHO my problem after all was said and done was that i cant do a "ps -ax" or "w" or "top" this is the procedure i did with no good results: mak

[no subject]

2003-04-01 Thread freebsd_deamon
PAE -- "Physical Address Extension (PAE) X86 allows software using the Address Windowing Extensions (AWE) API set and running on a computer with an Intel Pentium Pro processor or later, more than 4 gigabytes (GB) of physical memory ..." -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++

Re: Sendmail + Cyrus + Procmail(?) + SpamAssassin

2003-04-01 Thread Kirk Strauser
At 2003-04-01T06:30:42Z, Miguel Mendez <[EMAIL PROTECTED]> writes: > On Tue, 01 Apr 2003 00:17:40 -0600 > Kirk Strauser <[EMAIL PROTECTED]> wrote: > > Howdy, > >> It's now well past my bed time, my brain is all muzzy, and I'm "this >> close" to giving up on the whole project. Before I do, I hav

PAE

2003-04-01 Thread freebsd_deamon
FORGOT THE SUBJECT LINE PAE -- "Physical Address Extension (PAE) X86 allows software using the Address Windowing Extensions (AWE) API set and running on a computer with an Intel Pentium Pro processor or later, more than 4 gigabytes (GB) of physical memory..." By the way it's comming up in 5-Curr

Re: Cloning a jail

2003-04-01 Thread Kirk Strauser
At 2003-04-01T14:32:51Z, Hari Bhaskaran <[EMAIL PROTECTED]> writes: > When I need to clone a jail, would a cp -Rp do? I don't know about `cp' (I'm not sure how well it deals with device nodes, symlinks, etc), but yes, making an exact copy of the file structure should result in an identical jail.

Re: make buildworld help!!?!?!?!!

2003-04-01 Thread james
Hi Brent What happens when you use ps or w - file not found? or another error? Also, you may need to build a new kernel (make buildkernel && make installkernel) . Cheers James On Tue, 1 Apr 2003, Brent Bailey wrote: > Hello, Im running a FBSD 4.5 machine DUEL CPU 450 w/ 512 MB ram . Anywho >

worker filemanager and some

2003-04-01 Thread alvins
hey.. was wondering if someone could help me out with worker filemanager. cant seem to associate text files with gvim or mp3 files with mpg123. went to the authors site and found some docs but cant really make anything out of it. downloaded the manual but it looks like some of the pages are not th

Re: localhost name resolution problem

2003-04-01 Thread W. Sierke
From: "Ryan Merrick" <[EMAIL PROTECTED]> > W. Sierke wrote: > >hosts contains > >::1 localhost.my.domain localhost > >127.0.0.1 localhost.my.domain localhost > >192.168.100.1 this_machine.my.domain this_machine > >192.168.100.2 another_machine.my.domain another_machine > >... > > Your #/etc/hosts f

NFS / MBUFs, oh my!

2003-04-01 Thread Eric Anderson
On a FreeBSD 4.7-RELEASE machine, running as a super heavily loaded NFS server, I occasionally get messages like: All mbuf clusters exhausted, please see tuning(7). All mbufs exhausted, please see tuning(7). All mbufs exhausted, please see tuning(7). All mbuf clusters exhausted, please see tuning

Re: Which Processor and motherboard is better (new to FreeBSD)

2003-04-01 Thread David Landgren
Paredes Sánchez Martín A. wrote: I found in the intel web site that the Hyper-Threading has this requirements: Hyper-Threading Technology requires a computer system with an Intel Pentium 4 processor at 3.06 GHz or higher, a chipset and BIOS that utilize this technology, and an operating system that

Re: Hell of a time, Cont'd

2003-04-01 Thread Dave McCammon
--- John McClure <[EMAIL PROTECTED]> wrote: > Firstly, thanks for the help so far. > > My disk is an IBM 27G. The Disklabel config looks > like > this: > > Part Mount Size Newfs Part > - - > ad0s1a /1024MB UFS1Y > ad0s1b sw

Re: worker filemanager and some

2003-04-01 Thread Adam
On Tue, 2003-04-01 at 10:57, alvins wrote: > was wondering if someone could help me out with worker filemanager. cant > seem to associate text files with gvim or mp3 files with mpg123. went to > the authors site and found some docs but cant really make anything out > of it. downloaded the manual bu

Using jailNG with 4.7R and the upcoming 4.8R

2003-04-01 Thread Andreas Berg
Greetings, I'd like to use jailNG as described in the developers handbook Chapter 12.3. I downloaded the diff files available through the link there and tried to apply them to my 4.7R kernel source, but several chunks of the patch failed to apply correctly. I'm wondering, are there up to date

Re: worker filemanager and some

2003-04-01 Thread Adam
On Tue, 2003-04-01 at 10:57, alvins wrote: > anyways, tried to associate some text files with 'own command' but > after that, all the other (unknown) files are 'text' files. so what am i > doing wrong? Hrm, it seems Text files aren't even in the default list of filetypes. But, you can add it. 1)

Installworld trouble

2003-04-01 Thread Mike Galvez
4.8-RC FreeBSD 4.8-RC #1: Tue Apr 1 11:08:12 EST 2003 I'm having some trouble with installworld. I cvsuped src to RELENG_4, then I did a make world, make buildkernel, make installkernel, then rebooted. The kernel booted, so I proceeded to do the installworld. The installworld hangs with the fol

IMAP SQL/ODBC

2003-04-01 Thread Matt Smith
All- I am looking for an IMAP server that can store mail in a database, preferably via ODBC. I am most interested in using either MySQL or PostgreSQL, but would also like to try storing in a remote Oracle database via ODBC. Any good recommendations? Thanks, -Matt -- Matt Smith <[EMAIL PROTECTE

Re: Cannot load crack.c

2003-04-01 Thread Adam
On Tue, 2003-04-01 at 12:34, Elliott Liggett wrote: > Hi folks, I just downloaded an exploit off insecure.org, and it has > totally fried my system. > > It seems as though I was supposed to type in an ip address other than my > own with the command. > > My friend told me that FreeBSD was based

Smbfs woes

2003-04-01 Thread Jason Stewart
Greetings, I have SMBFS compiled statically into the kernel. With the generic kernel, I was able to resolve netbios names via broacasts. After I installed my new kernel, I get a message like this: --- mount_smbfs //[EMAIL PROTECTED]/mis ./tmpmnt mount_smb

Re: Smbfs woes

2003-04-01 Thread Marcel Stangenberger
> Questions: > Did I break something when I made a new kernel? Why can smbfs not find a > broadcast interface? > can you provide your kernel configuration? Regards, Marcel ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/fre

Re: Cannot load crack.c

2003-04-01 Thread Peter Elsner
Please don't feed the trolls! :) At 12:42 PM 4/1/2003 -0500, you wrote: On Tue, 2003-04-01 at 12:34, Elliott Liggett wrote: > Hi folks, I just downloaded an exploit off insecure.org, and it has > totally fried my system. > > It seems as though I was supposed to type in an ip address other than

Re: Smbfs woes

2003-04-01 Thread Jason Stewart
Here is my Kernel Config: Thanks again. Jason # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-co

Re: Smbfs woes

2003-04-01 Thread Marcel Stangenberger
perhaps i'm overlooking it, but i don't see your network card in here? Regards, Marcel -- Real programmers don't write in FORTRAN. FORTRAN is for pipe stress freaks and crystallography weenies. FORTRAN is for wimp engineers who wear white socks. On Tue, 1 Apr 2003, Jason Stewart wrote: > He

Re: Smbfs woes

2003-04-01 Thread Jason Stewart
Must have overlooked in in my cut-and-paste job. Everything else appears to be intact. # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! device miibus # MII bus support # ISA Ethernet NIC

Re: Smbfs woes

2003-04-01 Thread Marcel Stangenberger
hmm odd, this all looks fine, can you paste the output from ifconfig ed0 to the list? Marcel -- Real programmers don't write in FORTRAN. FORTRAN is for pipe stress freaks and crystallography weenies. FORTRAN is for wimp engineers who wear white socks. On Tue, 1 Apr 2003, Jason Stewart wrote:

Re: Smbfs woes

2003-04-01 Thread Jason Stewart
Certainly, The interface is actually ed1 and it is a pcmcia network card. ed1: flags=8843 mtu 1500 inet 10.0.0.74 netmask 0xff00 broadcast 10.0.0.255 ether 00:04:5a:91:31:ac media: Ethernet autoselect (100baseTX ) status: active Jason On Tue, 2003-04-01 at 13

Re: Smbfs woes

2003-04-01 Thread Marcel Stangenberger
hmm ok, this all seems to be in perfect order (at least to me), if you reboot the system and load the generic kernel again, does it still work? -- Real programmers don't write in FORTRAN. FORTRAN is for pipe stress freaks and crystallography weenies. FORTRAN is for wimp engineers who wear white

VPN pass through?

2003-04-01 Thread Mark-Nathaniel Weisman
I have a W2K VPN server (RRAS using PPTP) setup behind my FreeBSD firewall. I also have a web server, mail server, and several others. I've setup up my ipfw to allow packets for port 1723 on both tcp and udp from any to any, and setup up NATD to redirect_port 1723 to the internal address of my V

Re: gcc and FreeBSD 5.0

2003-04-01 Thread Kris Kennaway
On Tue, Apr 01, 2003 at 03:59:28PM +0300, Miika Komu wrote: > Has anyone had similar trouble? Read UPDATING about stale C++ headers. Kris pgp0.pgp Description: PGP signature

Re: VPN pass through?

2003-04-01 Thread Toni Schmidbauer
On Tue, Apr 01, 2003 at 09:39:57AM -0900, Mark-Nathaniel Weisman wrote: > I have a W2K VPN server (RRAS using PPTP) setup behind my FreeBSD firewall. I also > have a web server, mail server, and several others. I've setup up my ipfw to allow > packets for port 1723 on both tcp and udp from any to

logging websites visited

2003-04-01 Thread Asenchi
Hello All, I have a been googling and reading for about 3-4 weeks on this, and can't seem to find the answer to. How do I log internet connections through my firewall. I am running IPFW with Natd and I want to log who is going to what site. Is there a way to do this? (I know, of course there

sendmail and octal \377 in the headers...?

2003-04-01 Thread Chuck Swiger
Apr 1 07:49:46 pi sm-mta[36242]: h31Cnfli036242: from=<[EMAIL PROTECTED]>, size=0, class=0, nrcpts=0, proto=SMTP, daemon=MTA, relay=pcp01062644.pcs.batlfl01.tn.comcast.net [68.60.28.39] Apr 1 07:49:56 pi sm-mta[36243]: h31Cnrli036243: ruleset=CheckSubject, arg1=\377\377\377\377\377\377\377\3

Howto grab/encode an audio cd?

2003-04-01 Thread D. Theunissen
Hi there, I've searched for some docs to grab a cd and convert it to mp3 (like with cdex for windows) but it seems that there is no such program written for freebsd (correct me if I'm wrong). The only thing I can find is to grab it manual, with cdda2wav and lame. Has anyone got any id how to au

MySQL Problem

2003-04-01 Thread Konrad Scorciapino
Hi, I had MySQL working perfectly yesterday, but when I logged on today and tried to use it, it just didn't worked. I tried to find it with `ps waux | grep mysqld`, but got nothing. Then I tried to start it manually: [EMAIL PROTECTED] /home/konrad # /usr/local/etc/rc.d/mysql-server.sh start

Re: PHPmySQL

2003-04-01 Thread Konrad Scorciapino
Oh, I see... I've Fixed the problem now... Thanks, everyone! ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Howto grab/encode an audio cd?

2003-04-01 Thread Kirk Strauser
At 2003-04-01T19:39:05Z, "D. Theunissen" <[EMAIL PROTECTED]> writes: > Has anyone got any id how to automize this? Is there a program that fixes > it for me? I like grip (from the audio/grip port). -- Kirk Strauser In Googlis non est, ergo non est. pgp0.pgp Description: PGP signature

Re: PHY drivers for Proliant ML370

2003-04-01 Thread James Long
On Tue, Apr 01, 2003 at 01:33:23PM +0200, [EMAIL PROTECTED] wrote: > > I'd love to - I just don't have any 64-bit PCI NIC cards lying about :( The > MoBo in this box has 5 or 6 PCI slots, but they are ALL 64-bit. > > I also noticed another poster raised the same problem a few days ago using >

Re: PHPmySQL

2003-04-01 Thread Jack L. Stone
At 04:35 PM 4.1.2003 -0300, Konrad Scorciapino wrote: >Oh, I see... I've Fixed the problem now... > >Thanks, everyone! > For the benefit of the list, what was the fix?? Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net [EMAIL PROTECTED] __

Re: logging websites visited

2003-04-01 Thread Matthew Emmerton
- Original Message - From: "Asenchi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 01, 2003 2:26 PM Subject: logging websites visited > Hello All, > > I have a been googling and reading for about 3-4 weeks on this, and can't seem to find the answer to. How do I log in

Re: logging websites visited

2003-04-01 Thread Toni Schmidbauer
On Tue, Apr 01, 2003 at 02:26:51PM -0500, Asenchi wrote: > > I have a been googling and reading for about 3-4 weeks on this, and can't seem to > find the answer to. How do I log internet connections through my firewall. I am > running IPFW with Natd and I want to log who is going to what site.

Re: PHPmySQL

2003-04-01 Thread Konrad Scorciapino
On Tuesday 01 April 2003 17:15, you wrote: > At 04:35 PM 4.1.2003 -0300, Konrad Scorciapino wrote: > >Oh, I see... I've Fixed the problem now... > > > >Thanks, everyone! > > For the benefit of the list, what was the fix?? > > Best regards, > Jack L. Stone, > Administrator > > SageOne Net > http

Re: fc-cache got killed with 100dpi

2003-04-01 Thread Hanspeter Roth
On Mar 31 at 16:48, Joe Marcus Clarke spoke: > Yeah, it is. Can you try removing the 100dpi directory, then uninstall > XFree86-font100dpi-4.3.0, then reinstall XFree86-font100dpi-4.3.0. You > shouldn't see this problem anymore. If you do, please let me know. It behaves still the same after

Re: fc-cache got killed with 100dpi

2003-04-01 Thread Joe Marcus Clarke
On Wed, 2003-04-02 at 15:32, Hanspeter Roth wrote: > On Mar 31 at 16:48, Joe Marcus Clarke spoke: > > > Yeah, it is. Can you try removing the 100dpi directory, then uninstall > > XFree86-font100dpi-4.3.0, then reinstall XFree86-font100dpi-4.3.0. You > > shouldn't see this problem anymore. If

Re: USB Printer

2003-04-01 Thread Konrad Scorciapino
Hi, > What did you try sending to /dev/ulpt0 that caused things to lock up? Anything I tried caused the system to lock up. Here are some examples [EMAIL PROTECTED] /home/konrad # lptest > /dev/ulpt0 ^C [EMAIL PROTECTED] /home/konrad # ls > /dev/ulpt0 ^C [EMAIL PROTECTED] /home/konrad # cat /etc/

Re: something@ in /etc/login.conf

2003-04-01 Thread Lowell Gilbert
Zheyu Shen <[EMAIL PROTECTED]> writes: > this weekend when i was editing /etc/login.conf i noticed a "@" behind a few of the > sample entrys, e.g.: [...] > reading the corresponding man page i could not find out what it means or how it is > used. it seems to substitute a whole lot of limit typ

Re: XFree86 -> font problems in 1600x1200

2003-04-01 Thread Lowell Gilbert
Sabri Berisha <[EMAIL PROTECTED]> writes: > I recently upgraded my antique 4.2 to 4.8-RC2. Unfortunately, I get > *huge* fonts in X. I have tried about anything I could come up with to > fix this (include copying the old fonts dir, randomly hacking in the > alias files, commenting out fontpaths et

Re: problem with DNS resolving

2003-04-01 Thread Toni Schmidbauer
On Tue, Apr 01, 2003 at 10:17:52PM +0200, Marcel Stangenberger wrote: > It shows me the zonefile from my server so far so good, bind seems to be working. what command did your issue so that you think you can't resolve your zone entries localy? output of 'ifconfig -a' could be helpfull. you could

Re: gcc and FreeBSD 5.0

2003-04-01 Thread Miika Komu
On Tue, 1 Apr 2003, Kris Kennaway wrote: > On Tue, Apr 01, 2003 at 03:59:28PM +0300, Miika Komu wrote: > > Has anyone had similar trouble? > > Read UPDATING about stale C++ headers. You probably mean this one: 20020831: gcc has been upgraded to 3.2. It is not all binary compatible

Gnome screenshots

2003-04-01 Thread Rodney Salomon
How can I get a screenshot of my desktop? TIA = Look at all the pretty C shells! __ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://platinum.yahoo.com ___ [EMAIL PR

Re: Gnome screenshots

2003-04-01 Thread Joe Marcus Clarke
On Tue, 2003-04-01 at 16:15, Rodney Salomon wrote: > How can I get a screenshot of my desktop? In GNOME 2, go to Actions->Screenshot... In GNOME 1, use gimp, xwd, or ImageMagick. Joe > > TIA > > = > Look at all the pretty C shells! > > __ >

Re: Gnome screenshots

2003-04-01 Thread Toni Schmidbauer
On Tue, Apr 01, 2003 at 01:15:20PM -0800, Rodney Salomon wrote: > How can I get a screenshot of my desktop? if you have ImageMagick(1) installed, import(1) will do that. toni -- Behandle die Menschen, als wären sie, was sie sein | [EMAIL PROTECTED] sollten, und du wirst ihnen helfen, zu werden,

Re: Gnome screenshots

2003-04-01 Thread Jason Stewart
Hi Rodney, Try using the gimp. Aquire->Screen Shot. Good Day, Jason On Tue, 2003-04-01 at 16:15, Rodney Salomon wrote: > How can I get a screenshot of my desktop? > > TIA > > = > Look at all the pretty C shells! > > __ > Do you Yahoo!? > Y

Re: Sendmail + Cyrus + Procmail(?) + SpamAssassin

2003-04-01 Thread Jan Grant
On Tue, 1 Apr 2003, Kirk Strauser wrote: > I may be showing my ignorance here, but what is "IFS"? Googling for > "sendmail forward ifs" returned over 3000 hits, none of them actually > explaining it. IFS is a /bin/sh variable controlling which characters are considered 'whitespace'. -- jan gra

Re: USB Printer

2003-04-01 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Konrad Scorciapino <[EMAIL PROTECTED]> typed: > > What did you try sending to /dev/ulpt0 that caused things to lock up? > Anything I tried caused the system to lock up. Here are some examples > [EMAIL PROTECTED] /home/konrad # lptest > /dev/ulpt0 > [EMAIL PROTECTED] /home/ko

SOLVED! Re: Sendmail + Cyrus + Procmail(?) + SpamAssassin

2003-04-01 Thread Kirk Strauser
At 2003-04-01T06:17:40Z, Kirk Strauser <[EMAIL PROTECTED]> writes: > It's now well past my bed time, my brain is all muzzy, and I'm "this > close" to giving up on the whole project. Before I do, I have to ask: has > *anyone* made Sendmail+Cyrus+Procmail+SpamAssassin work? I fixed my problem. Th

Re: Sendmail + Cyrus + Procmail(?) + SpamAssassin

2003-04-01 Thread Kirk Strauser
At 2003-04-01T21:37:09Z, Jan Grant <[EMAIL PROTECTED]> writes: > IFS is a /bin/sh variable controlling which characters are considered > 'whitespace'. Gotcha - thanks. -- Kirk Strauser In Googlis non est, ergo non est. pgp0.pgp Description: PGP signature

natd redirect_port changes source address?

2003-04-01 Thread Matthew Rench
I recently setup ipfw and natd on my freebsd box. I added the appropriate command line options to make natd forward 4 tcp ports on the external address to a box on the internal subnet. This appears to work, except that natd is rewriting the original source address such that connections to the inter

VMware2 build under -CURRENT

2003-04-01 Thread Danilo Fiorenzano
Hello, 5.0-CURRENT with sources cvsup'd on March 30. "portinstall vmware2" aborts with: /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/hostif.c: In function `FindMPN': /usr/ports/emulators/vmware2/work/vmware-distrib/vmmon-only/freebsd/hostif.c:186: invalid operands to b

Re: USB Printer

2003-04-01 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Konrad Scorciapino <[EMAIL PROTECTED]> typed: > > It's probably a winprinter. You can use those on FreeBSD if there's a > > driver for it for ghostscript. The ijs driver should support the > > 656C. > > There are 5 ghostscriptlike ports in /usr/ports/print: > ghostscript-a

Re: making expect without X11

2003-04-01 Thread Jim Arnold
On Sun, 30 Mar 2003 16:34:44 + (UTC) in lucky.freebsd.questions, Jim Arnold wrote: How do I compile expect without having X windows installed? If I use: make WITHOUT_X11=yes if bombs out with the message below: I'm sorry, I made mistake in previous my answer, your command is correct as we

Re: USB Printer

2003-04-01 Thread Konrad Scorciapino
Hi, > Whichever one you want. They should all work. you probably don't need > the x11 port, so one of the two -nox11 versions. One is licensed with > GNU, one with an open source license that permits commercial reuse if > you pay a licensing fee. Ok, I've installed both ghostscript and magicfilte

Question about vinum and contents of /dev/vinum

2003-04-01 Thread John Fox
I am copying files over the network -- from a failing drive in production box to a new drive in my workstation, with the intent of swapping these drives. I have been testing transfers with tar, and ran into some problems when it (tar) hit the '/dev/vinum' hierarchy: tar: dev/vinum/plex/virtdisk

Re: MySQL Problem

2003-04-01 Thread Konrad Scorciapino
Hi, > There is a program to install files necessary to the server. Look in > /usr/local/[s]bin. Which program is that? Thank you! ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any m

Re: Question about vinum and contents of /dev/vinum

2003-04-01 Thread Greg 'groggy' Lehey
On Tuesday, 1 April 2003 at 16:16:38 -0800, John Fox wrote: > I am copying files over the network -- from a failing drive in production > box to a new drive in my workstation, with the intent of swapping these > drives. > > I have been testing transfers with tar, and ran into some problems when >

Re: Howto grab/encode an audio cd?

2003-04-01 Thread Giorgos Keramidas
On 2003-04-01 21:39, "D. Theunissen" <[EMAIL PROTECTED]> wrote: > > I've searched for some docs to grab a cd and convert it to mp3 (like > with cdex for windows) but it seems that there is no such program > written for freebsd (correct me if I'm wrong). The only thing I can > find is to grab it man

Missing partition

2003-04-01 Thread Eduardo Viruena
I deleted a partition in my system. That partition was partition f in slice 1. Can I recover it? How? __ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://platinum.yahoo.com

Re: Which Processor and motherboard is better (new to FreeBSD)

2003-04-01 Thread Anthony Naggs
In article <[EMAIL PROTECTED] et.telmex.com>, Paredes Snchez Martn A. <[EMAIL PROTECTED]> writes >I found in the intel web site that the Hyper-Threading has this >requirements: > >Hyper-Threading Technology requires a computer system with an >Intel Pentium 4 processor at 3.06 GHz or higher, a chips

I damaged a disklabel

2003-04-01 Thread Eduardo Viruena
I just blew the label of my disk. I do not know how I did it but you know that we can make amazing things without even be aware of what we are doing. I have a paper on my desk where I write down the sizes of my partitions. Is there a way of fixing it? Thanks in advance.

Re: worker filemanager and some

2003-04-01 Thread alvins
hey adam... On 01 Apr 2003 11:50:57 -0500 Adam <[EMAIL PROTECTED]> wrote: > On Tue, 2003-04-01 at 10:57, alvins wrote: > > was wondering if someone could help me out with worker filemanager. cant > > seem to associate text files with gvim or mp3 files with mpg123. went to > > the authors site an

Re: worker filemanager and some

2003-04-01 Thread alvins
hey again.. On 01 Apr 2003 12:16:48 -0500 Adam <[EMAIL PROTECTED]> wrote: > On Tue, 2003-04-01 at 10:57, alvins wrote: > > anyways, tried to associate some text files with 'own command' but > > after that, all the other (unknown) files are 'text' files. so what am i > > doing wrong? > > Hrm, it

Neverwinter Nights Linux Beta on 4.7-RELEASE?

2003-04-01 Thread Edward Guldemond
I was wondering if any gamer had tried to use Linux emulation to run the Neverwinter Nights Linux Beta Client under 4.7-RELEASE? If so, did you have any luck, or were there any hoops to jump through? I'm going to end up trying it, but I figured that if somebody had already done it, there would be

NATD & IPFW

2003-04-01 Thread Brian McCann
Hi all. I'm having an issue with security while trying to get natd to work with ipfw. I got my ipfw rules working great, so I added the natd line in: ipfw add divert 8668 all from any to any via $EXTERNAL_INTERFACE But I can't do anything (ping, fetch, etc) until I add: ipfw add pass all fr

What's happening with my sendmail?

2003-04-01 Thread Carlos Carnero
Hello, in my firewall I have a sendmail relay for a couple of mailservers downstream inside my protected network--a mail switch of sorts. Now, I just had to restart the firewall and now I have several dozens of process that look like 752 ?? S 0:00.00 sendmail: startup with 192.168.250.28 (sendm

Is this a libc bug ? (gethostbyaddr)

2003-04-01 Thread Ronald F. Guilmette
Why does the program below produce radically different results when linked either (a) with just the libc on FreeBSD 4.7 or else (b) with the BIND library (libbind.a) from the ISC 8.x.x BIND release, and then with libc? Is FreeBSD's gethostbyaddr(3) mishandling the classless in-addr.arpa delegati

weird dmesg

2003-04-01 Thread David Jobes
i am running freebsd 5.0, when i look at or run the dmesg command i get the following 6 hw RW Node 1 machine R *Handler String 2 model R *Handler String 3 ncpu R *Handler Int 4 byteorder R *Handler Int 5 physmem R *Handler 6 usermem R *Handler 7 pagesize R *Handler Int 10 f

FreeBSD Distribution installations

2003-04-01 Thread Sukhbinder Singh
Hello, Can anyone explain, how can I install more distribution into a running freebsd from the root directory. for example if my initial freebsd installation was only customed to install the bin (required) distribution only, how can I install other distributions like the games distribution

RE: Running X from a windows PC

2003-04-01 Thread Terry Tyson
Try cygwin. http://www.cygwin.com/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Edinho Sent: Friday, March 28, 2003 12:35 PM To: freebsd-questions Subject: Running X from a windows PC Is it possible to run X remotely from a windows PC? What is the softw

RE: Stupid question

2003-04-01 Thread Terry Tyson
Check the man pages for "write" and "talk." -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gerard Samuel Sent: Friday, March 28, 2003 10:17 AM To: FreeBSD Questions Subject: Stupid question How does one send a message to another logged in user on the same

RE: Sony VAIO w/ Linksys card

2003-04-01 Thread Terry Tyson
I don't think it is a hardware problem. I have the same laptop (currently out of the office). It has a Linksys EtherFast 10/100 Integrated PC Card. When I was dual booting with Win98 and Mandrake9.0, the card worked fine with both OS. I changed to Win98 and FBSD4.7. The card still works under Win98

Re: Cloning a jail

2003-04-01 Thread Axel Gruner
Hi. On Tue, 1 Apr 2003 08:32:51 -0600 Hari Bhaskaran <[EMAIL PROTECTED]> wrote: > When I need to clone a jail, would a cp -Rp do? Yes and no. To do a exact copy of a jail, use the "cpdup" program (it is in the ports). > (and change rc.conf). Or do I have to go through > the jail(8) steps again

Re: FreeBSD Distribution installations

2003-04-01 Thread David Banning
On Wed, Apr 02, 2003 at 01:06:26PM +0800, Sukhbinder Singh wrote: > Hello, > > Can anyone explain, how can I install more distribution into a running freebsd > from the root directory. for example if my initial freebsd installation was only > customed to install the bin (required) distribut

  1   2   >