Error compiling kdebase-3.5.2

2006-04-01 Thread ganael.laplanche
Hi all, I'm running FreeBSD 6.1-PRERELEASE #0 on an AMD64 machine. I'm trying to update kde to 3.5.2 and getting this error : if /bin/sh /usr/local/bin/libtool --silent --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../libkonq -I../kcontrol/input -I/usr/local/include

Re: Sendmail Patch Question

2006-04-01 Thread Chuck Swiger
Sean Murphy wrote: [ ... ] Ok I just did the make restart. Everything is good but the version number did not change. How do I know the patch was applied? Is there some command I can use to check? Running sendmail -d0.1 ought to tell you the exact version of the sendmail binary. Because the

Re: Is ALTQ part of 6.0 base system

2006-04-01 Thread RW
On Thursday 30 March 2006 16:42, fbsd_user wrote: Can ALTQ support be compiled into a custom kernel and be used stand-a-lone? They can be used in anything which is compiled to use them, yes. Then if what you say is true, there would be man pages in the base system for using ALTQ

Hard Disk problems

2006-04-01 Thread Shane Ambler
A few days ago I started getting some disk errors and can't seem to find a reference to find a way to fix them (other than the obvious re-format) The daily security run output contains the following (abbreviated) Checking setuid files and devices: find:

How to upgrade samba version to 3.0.22

2006-04-01 Thread Jeffrey
Hi, I am using FreeBSD 6 and install samba from ports collection /usr/ports/net/samba3. The make install download and install samba 3.0.14a. I noticed samba has new version 3.0.22. How can I instal the new verion? Thanks, Jeffrey ___

Re: How to upgrade samba version to 3.0.22

2006-04-01 Thread Richard Collyer
Jeffrey wrote: Hi, I am using FreeBSD 6 and install samba from ports collection /usr/ports/net/samba3. The make install download and install samba 3.0.14a. I noticed samba has new version 3.0.22. How can I instal the new verion? Thanks, Jeffrey cd /user/ports/net/samba3 make clean make

Re: How to upgrade samba version to 3.0.22

2006-04-01 Thread Chuck Swiger
Jeffrey wrote: I am using FreeBSD 6 and install samba from ports collection /usr/ports/net/samba3. The make install download and install samba 3.0.14a. I noticed samba has new version 3.0.22. How can I instal the new verion? You need to update your ports tree, then (re)install Samba.

Re: How to upgrade samba version to 3.0.22

2006-04-01 Thread Richard Collyer
Richard Collyer wrote: Jeffrey wrote: Hi, I am using FreeBSD 6 and install samba from ports collection /usr/ports/net/samba3. The make install download and install samba 3.0.14a. I noticed samba has new version 3.0.22. How can I instal the new verion? Thanks, Jeffrey cd

Re: How to upgrade samba version to 3.0.22

2006-04-01 Thread P.U.Kruppa
On Sat, 1 Apr 2006, Jeffrey wrote: Hi, I am using FreeBSD 6 and install samba from ports collection /usr/ports/net/samba3. The make install download and install samba 3.0.14a. I noticed samba has new version 3.0.22. How can I instal the new verion? Depends on how adventurous you are:

Re: How to upgrade samba version to 3.0.22

2006-04-01 Thread Gerard Seibert
Jeffrey wrote: Hi, I am using FreeBSD 6 and install samba from ports collection /usr/ports/net/samba3. The make install download and install samba 3.0.14a. I noticed samba has new version 3.0.22. How can I instal the new verion? Thanks, Jeffrey There are many different ways to

RE: Video on webservers

2006-04-01 Thread Darryl Hoar
snip Darryl Hoar [EMAIL PROTECTED] wrote: Greetings, I have my own freebsd box that is a webserver (running apache). My wife has a family oriented website on this server. She has videos that she has taken with dvd camcorder. She used Ulead on her windows machine to create mpg files

cvs over SSH using nonstandard port

2006-04-01 Thread Troy
Recently I changed the port that SSH was listening on to a non-standard port. I access my cvs repository using SSH but need to point it to the non-standard port. In my .cshrc file I have these settings which work fine when SSH is using port 22. setenv CVSROOT :ext:[EMAIL

Re: Oops: Deleted /var/named

2006-04-01 Thread Lowell Gilbert
daniel [EMAIL PROTECTED] writes: Yes, it was dumb, but while I have a backup of all of my domain info and have restored it all, starting named gives me this error now: devfs rule: ioctl DEVFSIO_RAPPLY: Inappropriate ioctl for device devfs rule: ioctl DEVFSIO_RAPPLY: Inappropriate ioctl

RE: cvs over SSH using nonstandard port

2006-04-01 Thread fbsd_user
change it in /etc/services -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Troy Sent: Saturday, April 01, 2006 9:00 AM To: freebsd-questions@freebsd.org Subject: cvs over SSH using nonstandard port Recently I changed the port that SSH was listening on to a

Re: cvs over SSH using nonstandard port - SOLVED

2006-04-01 Thread Troy
Actually I just figured it out after posting. I just had to edit ~/.ssh/config and put a few lines in like: host foo.bar.com user foobar port On Sat, Apr 01, 2006 at 09:06:29AM -0500, fbsd_user wrote: change it in /etc/services -Original Message- From: [EMAIL PROTECTED]

Re: Video on webservers

2006-04-01 Thread Richard Collyer
Darryl Hoar wrote: snip Darryl Hoar [EMAIL PROTECTED] wrote: Greetings, I have my own freebsd box that is a webserver (running apache). My wife has a family oriented website on this server. She has videos that she has taken with dvd camcorder. She used Ulead on her windows machine to

Saving in MAILDIR format with Sendmail

2006-04-01 Thread Gerard Seibert
I presently have Sendmail as my MTA. The mail in /var/mail is in MBOX format. I wanted to change it to MAILDIR format. 1) Is it possible for Sendmail to save in MAILBOX format directly? 2) If not, can ProcMail be used in this scenario? If so, how would I configure it? I Googled and noticed

show port's deps

2006-04-01 Thread Miguel
Hi, how can i know what the dependencies are for a particular port? i want to know in advance before install the port, is there something like emerge -pv in gentoo?, with this i mean a user friendly command, i already know that doing a make search key=xxx and look at the B-DEPS and R-DEPS

Re: Saving in MAILDIR format with Sendmail

2006-04-01 Thread albi
On Sat, 1 Apr 2006 09:29:00 -0500 Gerard Seibert [EMAIL PROTECTED] wrote: I presently have Sendmail as my MTA. The mail in /var/mail is in MBOX format. I wanted to change it to MAILDIR format. 1) Is it possible for Sendmail to save in MAILBOX format directly? sorry, no idea 2) If not,

issues with ports: conflicts

2006-04-01 Thread Jim Stapleton
sorry, in my n00bness, I need to ask yet another question, a bit more serious. I have run into several instances where there are conflicts with ports. My current machine is an x86_64 machine, running FreeBSD 6.0 The first conflict issue that I run into a lot is that the applications want 32 bit

Re: Saving in MAILDIR format with Sendmail

2006-04-01 Thread Matthew Seaman
Gerard Seibert wrote: I presently have Sendmail as my MTA. The mail in /var/mail is in MBOX format. I wanted to change it to MAILDIR format. 1) Is it possible for Sendmail to save in MAILBOX format directly? 2) If not, can ProcMail be used in this scenario? If so, how would I configure

freebsd + usb irda

2006-04-01 Thread Tofik Suleymanov
Hello, is there any success story of using freebsd 6.x and usb irda ? How can i manage it to work ? Below goes /var/log/messages snippet when i connect my irda port to usb: Apr 1 15:38:26 paranoia kernel: ugen0: vendor 0x9710 product 0x7780, rev 1.10/0.01, addr 2 Is there some special

Re: show port's deps

2006-04-01 Thread Eric Schuele
Miguel wrote: Hi, how can i know what the dependencies are for a particular port? i want to know in advance before install the port, is there something like emerge -pv in gentoo?, with this i mean a user friendly command, i already know that doing a make search key=xxx and look at the B-DEPS

freebsd rocks

2006-04-01 Thread Michael P. Soulier
People, I've been using Linux for some time, and decided to try out FreeBSD on my home server. I would like to thank all contributors for the quality of the product, and the community. My questions have always been answered helpfully. Out of the box, the server reports its health to me regularly

2d performance issues fixed

2006-04-01 Thread Josh Paetzel
Some time ago I posted about having 2d performance issues with Xorg, nvidia driver, and linux-opera. I haven't had much time lately to figure out what is going on but I finally found a solution/workaround yesterday. The fix was to take device agp out of the kernel and use Option NvAGP 1 in

Re: freebsd rocks

2006-04-01 Thread Jim Stapleton
I'd like to second this. Oh, and it's not just the network drivers, just about everything. And BSD has man, info, and html help too, but I actually like that. BSD just throws so much help in your face, in such better quality, it's nice. I got so much done with 1/10th the questions I would have

Re: Can FreeBSD safely use a (un-booted from) drive that is invisible to the BIOS?

2006-04-01 Thread Kevin Kinsey
Danny MacMillan wrote: Hi, I have a machine with the following two drives (as listed in dmesg): ad0: 12427MB Maxtor 91303D6 GAS54A12 at ata0-master UDMA33 ad2: 76319MB Maxtor 6L080P0 BAJ41G10 at ata1-master UDMA33 ad0 is the boot drive. It is recognized by the BIOS, obviously, and has been

quota with OWM

2006-04-01 Thread Marwan Sultan
Hello Gurus, This problem is related to DiskQuotas and OpenWebMail package, but no one replied back in OWM mailing list, I'm sending in here hope someone knows a good way to solve this. I'm On FreeBSD 4.8, latest openwebmail version,(upgraded) Openwebmail is a .pl scripts. Lately i have

flash plugins question

2006-04-01 Thread Marlon Martin
linuxpluginwrapper is installed from ports, and linux-flashplugin7 after that i copy libmap.conf-FreeBSD6 fromfile:///usr/local/share/examples/linuxpluginwrapper/libmap.conf-FreeBSD6 /usr/local/share/examples/linuxpluginwrapper/ to /etc/ and rename it as libmap.conf but still no plugins for

Re: Indiana goes to DST

2006-04-01 Thread John
DAve wrote: [EMAIL PROTECTED] wrote: At 11:08 AM 3/28/2006, you wrote: Selections 5 through 8 will no longer be valid in April. The list of counties changed. More counties than #6, #7, #8 are going to Central TZ, one county is going with Commerce Time, and item #5 (most locations) is

Dlink DWL520 and wi driver

2006-04-01 Thread gf
___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Video on webservers

2006-04-01 Thread Bill Moran
On Sat, 1 Apr 2006 07:42:40 -0600 Darryl Hoar [EMAIL PROTECTED] wrote: snip Darryl Hoar [EMAIL PROTECTED] wrote: Greetings, I have my own freebsd box that is a webserver (running apache). My wife has a family oriented website on this server. She has videos that she has taken

Re: flash plugins question

2006-04-01 Thread Paul Schmehl
--On April 2, 2006 12:51:59 AM +0800 Marlon Martin [EMAIL PROTECTED] wrote: linuxpluginwrapper is installed from ports, and linux-flashplugin7 after that i copy libmap.conf-FreeBSD6 fromfile:///usr/local/share/examples/linuxpluginwrapper/libmap.conf-Free BSD6

[4-STABLE] vm.kvm_free vm.kvm_size ... how?

2006-04-01 Thread Marc G. Fournier
I recently upgraded one of my servers to the latest 4-STABLE ... we're just starting to migrate servers to 6.x, but I can't do this one yet ... after an indeterminate period of time running with a little bit of load, the server crashes with a page fault ... I have a script hat runs every 12

flash plugins question

2006-04-01 Thread Robert Huff
Marlon Martin writes: linuxpluginwrapper is installed from ports, and linux-flashplugin7 after that i copy libmap.conf-FreeBSD6 My last information is that linuxpluginwrapper is broken with respect to flash7, and maybe more generally as well. Has something to do with symbol lookup

Re: freebsd rocks

2006-04-01 Thread Michael P. Soulier
On 01/04/06 Jim Stapleton said: And BSD has man, info, and html help too, but I actually like that. BSD just throws so much help in your face, in such better quality, it's nice. I got so much done with 1/10th the questions I would have needed in linux. As long as everything I'm looking for

Re: show port's deps

2006-04-01 Thread Luke Dean
Hi, how can i know what the dependencies are for a particular port? try: # make pretty-print-run-depends-list - or - # make pretty-print-build-depends-list Where do you guys find these interesting and useful make targets? I've searched the manpages for make and make.conf and the

Re: show port's deps

2006-04-01 Thread Glenn Dawson
At 10:48 AM 4/1/2006, Luke Dean wrote: Hi, how can i know what the dependencies are for a particular port? try: # make pretty-print-run-depends-list - or - # make pretty-print-build-depends-list Where do you guys find these interesting and useful make targets? man ports -Glenn I've

Re: show port's deps

2006-04-01 Thread Lars Cleary
Glenn Dawson wrote: man ports -Glenn /usr/ports/Mk/bsd.port.mk ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Hi

2006-04-01 Thread Andrew Wingorodov
Hello, hackers! I want create a clone of the picobsd with cool tuning for firewalls. But my clone not working: can't start /sbin/init Stop and reboot after load kernel and modules If somebody can help me, make it, pls To fetch the clone it is possible from here

RE: ATA Drive Issues

2006-04-01 Thread wc_fbsd
At 05:52 PM 3/31/2006, fbsd_user wrote: Hay I am ran ata HD on 5.4 and now on 6.0 with out any problems. Your problems may be caused by your HD starting to go bad. You didn't say if you're running plain [parrallel] ATA or Serial ATA. Nearly two years ago I tried to replace our Samba file

RE: DHCPD config

2006-04-01 Thread wc_fbsd
At 04:43 PM 3/31/2006, you wrote: Your saying that dhcp client has no built in way to communicate to dhcpd the dns ip address it receives at boot time or during the normal lease update process? Not that I've seen. The script is pretty one-minded. Impression I get is you're expected to edit

Re: How to upgrade samba version to 3.0.22

2006-04-01 Thread wc_fbsd
At 07:11 AM 4/1/2006, you wrote: I am using FreeBSD 6 and install samba from ports collection /usr/ports/net/samba3. The make install download and install samba 3.0.14a. I noticed samba has new version 3.0.22. How can I install the new version? You need to update your ports. Read the

Re: ACPI disables network (why?)

2006-04-01 Thread Donald J. O'Neill
On Friday 31 March 2006 21:59, Peter wrote: Here is what I have for irq. It looks like irq 22 is being overused. $ dmesg | grep irq ioapic0 Version 1.1 irqs 0-23 on motherboard ohci0: OHCI (generic) USB controller mem 0xfc003000-0xfc003fff irq 22 at device 2.0 on pci0 ohci1: OHCI

Re: Indiana goes to DST

2006-04-01 Thread Chad Leigh -- Shire.Net LLC
On Apr 1, 2006, at 10:06 AM, John wrote: And I've heard rumor -- haven't verified it yet -- that next year the U.S. is going to expand DST to the 2nd Sunday in March through the 1st Sunday in November. YES, that is what they announced on the radio commemorating the last year of

Installing Horde 3.1.1

2006-04-01 Thread Duane Whitty
Hi, Anyone out there with experience installing Horde 3.1.1 I'm running 6-STABLE and PHP5-5.1.2_1. Updated ports tree 1 April. I've had a few problems which I have fixed but then I ran into Pear and Panda problems. My question is has anyone made this work recently or am I just chasing my

ipfw n'applique pas une regle ???? est-ce possible ?

2006-04-01 Thread michael
Bonjour, J'ai un firewall sous freebsd 6 avec ipfw J'autorise bien le port 53 en udp et tcp de n'importe ou vers n'importe ou en sortie avec les regles 20,21,22,23 mais visiblement, il n'en tient pas compte. Si je me connecte à un site avec l'ip ca marche. Si quelqu'un a une idée... ca

ipnat syntax error?

2006-04-01 Thread Juergen Heberling
Could someone please check me on this ... fw1# ipnat -CFn -f /etc/ipnat.rules 0 entries flushed from NAT table 1 entries flushed from NAT list syntax error error at -, line 1 /etc/ipnat.rules contains: map em0 192.168.1.0/24 - 204.134.75.1-10 .. snip .. line 1 in the rules file is the example

Re: Starting privoxy at startup

2006-04-01 Thread Oliver Iberien
I've solved this, after a fashion. Thanks again for your help. It turns out that the logfile directory, /var/log/privoxy, was accessible by root only, even with permissions changed. (Is this a basic BSD security thing? I googled that a little but was not sure.) I guessed it has been done for a

ipfw n'applique pas une regle ???? est-ce possible ?

2006-04-01 Thread michael
Bonjour, Tout d'abord bonjour à tous c'est mon premier mail sur cette liste de diffusion ! Mon problème: J'ai un firewall sous freebsd 6 avec ipfw J'autorise bien le port 53 en udp et tcp de n'importe ou vers n'importe ou en sortie avec les regles 20,21,22,23 mais visiblement, il n'en tient

Sound Wireless

2006-04-01 Thread Zaid Dashti
Hello I have installed FreeBSD v6.0R on my Toshiba satellite pro M30 laptop. Everything works fine except and wireless. The wireless card is identified, but I don't know how to find the access points, is there a good tool for kde or consol that does a job? Also, my sound driver is not

Re: flash plugins question

2006-04-01 Thread Patrick Bowen
Marlon Martin wrote: linuxpluginwrapper is installed from ports, and linux-flashplugin7 after that i copy libmap.conf-FreeBSD6 fromfile:///usr/local/share/examples/linuxpluginwrapper/libmap.conf-FreeBSD6 /usr/local/share/examples/linuxpluginwrapper/ to /etc/ and rename it as libmap.conf but

Re: Sound Wireless

2006-04-01 Thread Patrick Bowen
Zaid Dashti wrote: Hello I have installed FreeBSD v6.0R on my Toshiba satellite pro M30 laptop. Everything works fine except and wireless. The wireless card is identified, but I don't know how to find the access points, is there a good tool for kde or consol that does a job? Also, my

Re: flash plugins question

2006-04-01 Thread Joseph Vella
On Saturday 01 April 2006 09:44, Paul Schmehl wrote: --On April 2, 2006 12:51:59 AM +0800 Marlon Martin [EMAIL PROTECTED] wrote: linuxpluginwrapper is installed from ports, and linux-flashplugin7 after that i copy libmap.conf-FreeBSD6

linux-firefox

2006-04-01 Thread Beech Rintoul
I'm trying to get linux-firefox running on a box that also has native firefox installed. When I try to start it I get the Already Running error. I have tried renaming the .mozilla file and checked for a PID or lockfile in /var/run, found nothing. There is no firefox or mozilla process running.

Re: ipfw dosnt want to run a rule ???? is it possible ?

2006-04-01 Thread michael
Thanx for ure answer, u're french is prety understandable ;-) I'm really sorry, i dont have subscribe to this mailing list, i was trying to send mail to [EMAIL PROTECTED] and i've made a mistake, and the second mail was for another mailling list (what happend this evening ???) but if u're able to

Re: Video on webservers

2006-04-01 Thread Kevin Kinsey
Darryl Hoar wrote: snip Darryl Hoar [EMAIL PROTECTED] wrote: Greetings, I have my own freebsd box that is a webserver (running apache). My wife has a family oriented website on this server. She has videos that she has taken with dvd camcorder. She used Ulead on her

Panic Reboots

2006-04-01 Thread Wil Hatfield
What are the best kernel options for rebooting after a panic? I am going to try these. Will this do the trick? Not sure about the restartable_panics so I figured I would ask. options PANIC_REBOOT_WAIT_TIME=10 options RESTARTABLE_PANICS FreeBSD 5.4-RELEASE-p11 #1: Sat Apr 1 13:58:33 PST 2006

Re[2]: Need some tips in reorganizing our LAN.

2006-04-01 Thread Playnet
Hello Mark, Thursday, March 30, 2006, 8:33:20 AM, you wrote: MJA Thanks for replying.. MJA I'm currently on the phase I of the plan. Its not finalized yet. I MJA hope you can add some more. What else do you want to know if you will be MJA reorganizing your own LAN? Also, if you have a

Re: linux-firefox

2006-04-01 Thread hackmiester / Hunter Fuller
On Monday 27 March 2006 04:01, Beech Rintoul wrote: I'm trying to get linux-firefox running on a system that also has native firefox installed. When I try and start linux-firefox I get a message saying that firefox is already running (which it's not). You sure? ps ax|grep firefox killall

RE: ATA Drive Issues

2006-04-01 Thread Wil Hatfield
I am giving 6.1 a whirl. In the first 5 minutes I have already noticed that there are some obvious filesystem issues fixed. I ran a tar and compared the speed to that on one of my 4.x boxes and low and behold they are about the same. THANK GOD! Now I didn't put your -j100 to the test but I did

Re: linux-firefox

2006-04-01 Thread Beech Rintoul
On Monday 27 March 2006 04:22, hackmiester / Hunter Fuller wrote: On Monday 27 March 2006 04:01, Beech Rintoul wrote: I'm trying to get linux-firefox running on a system that also has native firefox installed. When I try and start linux-firefox I get a message saying that firefox is already

RE: ATA Drive Issues

2006-04-01 Thread Wil Hatfield
I did a make -j80 buildworld and this is about the worse that it got. The build finished without freezes of any kind. last pid: 98605; load averages: 19.98, 14.50, 10.16 up 0+00:52:34 15:54:35 45 processes: 1 running, 43 sleeping, 1 zombie CPU states: 14.8% user, 0.0% nice, 5.1% system,

vsftpd pam problem

2006-04-01 Thread Terry
Hi going by the docs for virtual users i have got to this file vsftpd.pam auth required /lib/security/pam_userdb.so db=/etc/vsftpd_login account required /lib/security/pam_userdb.so db=/etc/vsftpd_login From google i gather pam_userdb.so isn't part of OpenPAM which is what FreeBSD uses. So how

Re: linux-firefox

2006-04-01 Thread Lars Cleary
Beech Rintoul wrote: On Monday 27 March 2006 04:22, hackmiester / Hunter Fuller wrote: On Monday 27 March 2006 04:01, Beech Rintoul wrote: I'm trying to get linux-firefox running on a system that also has native firefox installed. When I try and start linux-firefox I get a message saying that

Re: linux-firefox

2006-04-01 Thread Beech Rintoul
On Saturday 01 April 2006 15:15, Lars Cleary wrote: Beech Rintoul wrote: On Monday 27 March 2006 04:22, hackmiester / Hunter Fuller wrote: On Monday 27 March 2006 04:01, Beech Rintoul wrote: I'm trying to get linux-firefox running on a system that also has native firefox installed. When I

Re: flash plugins question

2006-04-01 Thread Tom McLaughlin
On Sun, 2006-04-02 at 00:51 +0800, Marlon Martin wrote: linuxpluginwrapper is installed from ports, and linux-flashplugin7 after that i copy libmap.conf-FreeBSD6 fromfile:///usr/local/share/examples/linuxpluginwrapper/libmap.conf-FreeBSD6 /usr/local/share/examples/linuxpluginwrapper/ to /etc/

Re: ipnat syntax error?

2006-04-01 Thread Erik Nørgaard
Juergen Heberling wrote: Could someone please check me on this ... fw1# ipnat -CFn -f /etc/ipnat.rules 0 entries flushed from NAT table 1 entries flushed from NAT list syntax error error at -, line 1 /etc/ipnat.rules contains: map em0 192.168.1.0/24 - 204.134.75.1-10 .. snip .. line 1 in the

Re: ipnat syntax error?

2006-04-01 Thread Juergen Heberling
Erik Nørgaard wrote: Juergen Heberling wrote: Could someone please check me on this ... fw1# ipnat -CFn -f /etc/ipnat.rules 0 entries flushed from NAT table 1 entries flushed from NAT list syntax error error at -, line 1 /etc/ipnat.rules contains: map em0 192.168.1.0/24 - 204.134.75.1-10

Actually getting past the #

2006-04-01 Thread Wayne
I can't get past the # in FreeBSD What's the deal with this version? I need some help with this version. Help Wayne___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: flash plugins question

2006-04-01 Thread Paul Schmehl
--On April 1, 2006 1:41:57 PM -0800 Joseph Vella [EMAIL PROTECTED] wrote: I had to symlink the plugins: from /usr/X11R6/lib/linux-flashplugin6/flashplayer.xpt to /usr/X11R6/lib/browser_plugins/flashplayer.xpt from /usr/X11R6/lib/linux-flashplugin6/libflashplayer.so to

ipf and amule

2006-04-01 Thread jorge alonso
i'm running amule in the box running the ipf. I can't get highid when connecting to servers (i cant even connect to servers due to the lowid thingy i suppose). If i remove the line: block in on vr0 all amule connects without any problems. What i'am doing wrong ? i have the folowwing rules:

Re: flash plugins question

2006-04-01 Thread Paul Schmehl
--On April 1, 2006 1:41:57 PM -0800 Joseph Vella [EMAIL PROTECTED] wrote: I had to symlink the plugins: from /usr/X11R6/lib/linux-flashplugin6/flashplayer.xpt to /usr/X11R6/lib/browser_plugins/flashplayer.xpt from /usr/X11R6/lib/linux-flashplugin6/libflashplayer.so to

Re: Indiana goes to DST

2006-04-01 Thread Chris Hill
On Sat, 1 Apr 2006, Chad Leigh -- Shire.Net LLC wrote: On Apr 1, 2006, at 10:06 AM, John wrote: And I've heard rumor -- haven't verified it yet -- that next year the U.S. is going to expand DST to the 2nd Sunday in March through the 1st Sunday in November. YES, that is what they

Re: Actually getting past the #

2006-04-01 Thread Tom McLaughlin
On Sat, 2006-04-01 at 19:46 -0800, Wayne wrote: I can't get past the # in FreeBSD What's the deal with this version? I need some help with this version. Help Wayne People really need more information in order to help.

Re: Actually getting past the #

2006-04-01 Thread Chris Hill
On Sat, 1 Apr 2006, Wayne wrote: I can't get past the # The root prompt? in FreeBSD What's the deal with this version? I need some help with this version. Help Which version? (uname -a will tell you). Seriously, what have you done and where are you stuck? What are you trying to do? --