FreeBSD 7.2 Intel i915 / Xorg issue

2009-06-21 Thread Shawn Badger
://pastebin.com/f7d02e787 Any help would be very much appreciated. Thanks, Shawn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: FreeBSD 7.2 Intel i915 / Xorg issue

2009-06-21 Thread Shawn Badger
Glen Barber wrote: On Sun, Jun 21, 2009 at 1:06 PM, Glen Barber[1]glen.j.bar...@gmail.com wrote: On Sun, Jun 21, 2009 at 12:45 PM, Shawn Badger[2]shawnbad...@gmail.com wrote: Hi, I've seen several posts with similar issues, but none of them have helped me resolve my own. I am using 7.2

Re: FreeBSD 7.2 Intel i915 / Xorg issue

2009-06-21 Thread Shawn Badger
Francisco Cabrita wrote: Hi Shawn I would first try to figure why is this error in the logs. (EE) XKB: No components provided for device Virtual core keyboard I think only errors stop the X to start. The one you show are warnings. Regards, Francisco Thanks Francisco, I hadn't

Re: FreeBSD 7.2 Intel i915 / Xorg issue

2009-06-21 Thread Shawn Badger
Shawn Badger wrote: Francisco Cabrita wrote: Hi Shawn I would first try to figure why is this error in the logs. (EE) XKB: No components provided for device Virtual core keyboard I think only errors stop the X to start. The one you show are warnings. Regards, Francisco Thanks

Kernel Panic

2009-05-21 Thread Shawn Badger
panic: ffs_blkfree: freeing free block cpuid: 1 uptime: 15m47s Physical memory: 2027 MB Dumping 180 MB: Fatal Trap 12: page fault while in kernel mode ... I am using the default filesystem. Does anyone know what might cause this, and how I can fix it? Thanks, Shawn

Laptop battery life on FreeBSD

2009-01-27 Thread Shawn Badger
- integrated video/sound - 802.11bg / bluetooth I'm somewhat of a minimalist and don't use X11. I've disabled the bluetooth adapter, but frequently use my wireless adapter (intel pro/2200bg). Does anyone have any suggestions that could potentially extend my battery life? Thank You, Shawn

Re: Laptop battery life on FreeBSD

2009-01-27 Thread Shawn Badger
Chuck Swiger wrote: On Jan 27, 2009, at 3:19 PM, Shawn Badger wrote: I'm somewhat of a minimalist and don't use X11. I've disabled the bluetooth adapter, but frequently use my wireless adapter (intel pro/2200bg). Does anyone have any suggestions that could potentially extend my battery life

Re: Laptop battery life on FreeBSD

2009-01-27 Thread Shawn Badger
Chuck Swiger wrote: On Jan 27, 2009, at 4:49 PM, Shawn Badger wrote: Have you tried reducing HZ to 100 (put kern.hz=100 in /boot/loader.conf and reboot)? Are you running powerd? Look into sysctl hw.acpi and sysctl debug.cpufreq Thanks for the ideas Chuck. I lowered kern.hz to 100

Re: Laptop battery life on FreeBSD

2009-01-27 Thread Shawn Badger
Bruce Cran wrote: On Tue, 27 Jan 2009 16:19:31 -0700 Shawn Badger [1]shawnbad...@gmail.com wrote: Hi, I recently installed FreeBSD 7.1 on my laptop, replacing Arch Linux and I noticed a significant drop in my battery life (from ~3 hours to ~1.5 hours). I realize that Linux has

NetBSD networking question

2009-01-20 Thread Shawn Hoffman
Hello, my name is Shawn Hoffman, and I am the Staffing Manager for Logikos Inc. Logikos is a product software development firm located in Fort Wayne, Indiana. I am contacting you in hopes that you might be able to offer suggestions as to where we might find a contract NetBSD Administrator. We

mysql50-server port in 7.0

2008-04-24 Thread Shawn Badger
a hitch. Is the port broken? I could obviously go and hack the code into submission, but I refuse to believe that was the intended approach. Thanks, Shawn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: VMWare Tools for FreeBSD

2008-04-02 Thread Shawn Barnhart
David Robillard wrote: Basically the only reason I have for using VM Tools is for the ability of Vmotion and such with our ESX Server farm. It's really the only benefit that the VM tools will give me on FreeBSD as all my virtual machines which are running FreeBSD are servers and don't use any

What periodic process strips executable permissions?

2008-02-25 Thread Shawn Barnhart
I wrote a shell script to email me the output of ntpdc -p and put it in my crontab. It works for a week, and at some point over the weekend my script loses its executable permissions for me (user) but not for group or other. Is there a FreeBSD periodic job that runs periodically and removes

Re: Clock stabilization in VMWare hosted machines?

2008-02-10 Thread Shawn Barnhart
Gelsema, P (Patrick) wrote: I am having problems with the vmware tools. It seems to die, everytime when I start it or rebooted. Feb 10 13:22:25 wolverine kernel: pid 566 (vmware-checkvm), uid 0: exited on sig nal 12 (core dumped) $ uname -a FreeBSD wolverine.superhero.nl 7.0-RC2 FreeBSD

Re: Clock stabilization in VMWare hosted machines?

2008-02-09 Thread Shawn Barnhart
Peter Boosten wrote: In my /boot/loader.conf: kern.hz=100 I rebuilt the kernel with options HZ=100 and this seems to fix it -- ntpd sync'd immediately and the clock does not appear to drift. When you installed the tools, did they require X to be operational? I'm not planning on running

Clock stabilization in VMWare hosted machines?

2008-02-09 Thread Shawn Barnhart
I know this is a major nuisance, but I can't remember how I dealt with it in the past. My most recent stab at using ntpd with minpoll 4 polling of a local ntp time source isn't working, the clock drift prevents any sync from happening (but I'll admit not trying some of the more aggressive

Buildworld for slow system on faster system

2008-01-23 Thread Shawn Barnhart
My primary FreeBSD box is a Dual P3 700 Mhz, which is dandy for my console mode server usage but kind of blows for buildworld and kernels when I want them done a timely fashion. I'd like to do it in a dual-proc VM on my quad core workstation, where it gets done a lot faster. Is there any

Re: Buildworld for slow system on faster system

2008-01-23 Thread Shawn Barnhart
[EMAIL PROTECTED] wrote: It is /usr/obj you want to mount across, though it will work. Assuming they're similar enough versions. Also assure yourself that their respective /etc/make.conf (and/or /etc/src.conf) files are essentially identical, or you will great sorrows have. I'm not that

Re: Buildworld for slow system on faster system

2008-01-23 Thread Shawn Barnhart
Brent Jones wrote: What you propose works fine, but you should have the /usr/src and /usr/obj directories locally stored on your fast machine for the builds. Then have your slow machine nfs mount /usr/src and /usr/obj from your fast machine, and simply do your make installs from your slow

Re: Trendnet TEG-PCITXR hw rev 3.0 re driver

2008-01-15 Thread Shawn Barnhart
NetOpsCenter wrote: I have 5 of the nic cards TEG PCI TXR running on Various versions of 7. * and 8.* of FreeBSD. There was somebody on the weekind also having trouble with version 6.* Same as your problem. Try switch to 7.* At this point, switching to 7.* isn't really an option and its

Re: Trendnet TEG-PCITXR hw rev 3.0 re driver

2008-01-15 Thread Shawn Barnhart
NetOpsCenter wrote: I have 5 of the nic cards TEG PCI TXR running on Various versions of 7. * and 8.* of FreeBSD. There was somebody on the weekind also having trouble with version 6.* Same as your problem. Try switch to 7.* Now I see why -- the code looks way overhauled recently (like

Trendnet TEG-PCITXR hw rev 3.0 re driver

2008-01-14 Thread Shawn Barnhart
Went looking for a cheap GigE PCI card to use with a 6.2 (6.3-PRERELEASE) stable system, and brought this home due to Microcenter not stocking Intel cards and me not wanting to wait for Newegg to ship one to me. I have the re driver built into the kernel, but this particular card is not

Re: Trendnet TEG-PCITXR hw rev 3.0 re driver

2008-01-14 Thread Shawn Barnhart
Shawn Barnhart wrote: Went looking for a cheap GigE PCI card to use with a 6.2 (6.3-PRERELEASE) stable system, and brought this home due to Microcenter not stocking Intel cards and me not wanting to wait for Newegg to ship one to me. Card works after switching slots on the motherboard, but I

Re: Postfix with Cyrus SASL

2008-01-10 Thread Shawn Barnhart
Michal F. Hanula wrote: Your postfix is trying to use saslauthd, which usually listens on /var/run/saslauthd/mux. The right way to fix this depends on whether you want to use saslauthd and the place you store your e-mail user data. I want authentication against /etc/passwd (ultimately), not

Re: Postfix with Cyrus SASL

2008-01-10 Thread Shawn Barnhart
Paul Schmehl wrote: It should, because it calls this: .if defined(WITH_SASL2) LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 POSTFIX_CCARGS+=-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I${LOCALBASE}/include -I${LOCALBASE}/include/sasl POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib

Postfix with Cyrus SASL

2008-01-09 Thread Shawn Barnhart
I'm running a recently built 6.2 stable build (which uname calls 6.3-PRERELEASE) and Postfix built from ports with the Cyrus SASLv2 option. Postfix works fine, including TLS but SASAL authentication logs file not found errors. Jan 9 17:14:10 postfix postfix/smtpd[48488]: warning: SASL

Re: mdconfig using malloc()

2007-06-28 Thread Shawn O'Connor
On Jun 28, 2007, at 4:41 PM, Pieter de Goeje wrote: On Thursday 28 June 2007, Shawn O'Connor wrote: Guys, I'm trying to do the following: mdconfig -a -t malloc -o reserve -s 2g You really don't want to do this. mdconfig will try to allocate 2G of wired memory, which will obviously fail

mdconfig using malloc()

2007-06-28 Thread Shawn O'Connor
. But, on my 6.2 machine that immediately raises the swap usage to 2GB and does use disk instead of RAM when I test using it. Is there any way I can get 2GB of physical memory actually allocated? As a last resort, would upgrading to -CURRENT get this to work? Many thanks! -Shawn

RE: Content filtering

2006-06-20 Thread Shawn Guillemette
something about a db being used and also found a script that I can add to cron that will update the db list. I think a great deal of my confusion is related to my lack of understanding how this squidGaurd works. I'm heading to the site yet again.. Thanks in advance for any assistance. Thanks Shawn

Content filtering

2006-06-19 Thread Shawn Guillemette
on is an old alpha machine. I was wondering if anyone knew of a port that I could use to filter some web content from my children. I do have the X86 option as well Just have to reload the OS and start from scratch on another system. Thanks Shawn

Re: Strange pauses and cpu usage - FreeBSD 6.1

2006-05-28 Thread Shawn
On Sun, 28 May 2006 01:02:35 -0400 Kris Kennaway [EMAIL PROTECTED] wrote: On Sun, May 28, 2006 at 02:18:36AM +0200, Xavier Chantry wrote: On Sat, May 27, 2006 at 01:14:13AM +0100, Shawn wrote: I'm having a strange problem with cpu usage with my Athlon XP. Every so often there seems

Re: Strange pauses and cpu usage - FreeBSD 6.1

2006-05-28 Thread Shawn
OK, so I was using top to monitor what was going on inside the system and I noticed that it was in fact xorg taking up all the cpu, no matter what program actually was causing it. I searched around for nvidia xorg.conf settings and found a few things. I recompiled my kernel without agp and put

Strange pauses and cpu usage - FreeBSD 6.1

2006-05-26 Thread Shawn
I'm having a strange problem with cpu usage with my Athlon XP. Every so often there seems to be a pause where the system comes under heavy load for no apparent reason. If xmms was playing then I get a buzz sound and the mouse pointer stops just for a split second, the same with mplayer and vlc.

Kernel Panic when using mpd VPN Tunnel

2006-05-04 Thread Shawn Guillemette
Hello all, I have a Digital AlphaPC 164LX 533 MHz, running FreeBSD 4.11-RELEASE I have installed /usr/ports/net/mpd and attempted to make a vpn connection and after authenticating it seems to bring the machine to a panic with the following info in the messages file. May

/usr/ports/www/p5-Apache-MP3

2006-04-13 Thread Shawn Guillemette
of the next step. I see that apache is loading mod_perl just fine. I just not sure where to go next. Any help would be greatly appreciated. Thanks Shawn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Ntpd error msg

2005-07-08 Thread Shawn Wall
pool.ntp.org Server pool.ntp.org Restrict default ignore Ntpd.drift is located in /var/db/ Any ideas? Thanks. shawn -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.323 / Virus Database: 267.8.11/44 - Release Date: 7/8/2005

Firewall questions

2005-03-23 Thread Shawn B
I have been looking for a great firewall, something not too technical, since I have only been using FreeBSD for two months now. I have FreeBSD-4.8 installed, Apache-1.3, and Netqmail-1.05. I am also planning on running an NTP time server and possibly a forum in the future. The web site is

Errors

2005-03-12 Thread Shawn B
I am running FreeBSD-4.8, and upon doing a ps x, I see 163 ?? I 0:00.01 readproctitle service errors: . What process could that be, and how do I fix it? Thanks __ Post your free ad now!

readproctitle service errors

2005-03-12 Thread Shawn B
I am running FreeBSD-4.8, and upon doing a ps x, I see 163 ?? I 0:00.01readproctitle service errors: . What process could that be, and how do I fix it? Thanks __ Post your free ad now!

CGI script executing and Apache help (2nd try important)

2005-03-06 Thread Shawn B
httpd.conf using the search feature in Easy Editor, editing sections that have .cgi in it. Now, I am stumped as to how to get the CGI scripts to execute. Thanks, Shawn B. FreeBSD newbie __ Post your free ad now! http

CGI script executing and Apache help

2005-03-04 Thread Shawn B
httpd.conf using the search feature in Easy Editor, editing sections that have .cgi in it. Now, I am stumped as to how to get the CGI scripts to execute. Thanks, Shawn B. FreeBSD newbie __ Post your free ad now! http

Re: FreeBSD NFS client and Netware 6.5 NFS server]

2005-03-03 Thread Shawn C Lander
the problem. Is there some other setting that just turns the cache off completely? -shawn --On Wednesday, March 02, 2005 9:03 PM -0500 Bob Johnson [EMAIL PROTECTED] wrote: Here's a reply to my query. sysctl's are kernel values that you can tune with the sysctl command. sysctl

Question about FTP

2005-02-23 Thread Shawn B
I am new to FreeBSD, and I am wondering what good, easy-to-use and reliable FTP server FreeBSD can use. I tried ProFTP, and had problem after problem. When I figured out how to fix one error, I had another, after another, after another. Are there any good alternatives? I am using FreeBSD-4.8.

Re: Instead of freebsd.com, why not...

2005-02-12 Thread Shawn Harrison
Chris Zumbrunn wrote [02/12/05 1:53 PM]: Don't you think this Beastie qualifies as a professional logo? http://top.ch/sitedata/freebsd/beastie.gif He's certainly austere enough with that Roman nose. Gravitas. -- [EMAIL PROTECTED] ___

ISP connection issue

2005-02-07 Thread Shawn B
I am fairly new at *nix and FreeBSD. I am attempting to run a privately owned, publically accessible web server from a PC running FreeBSD 4.8. I configured ppp.conf and rc.conf for the *old* ISP settings (the ones that worked a year ago), and now they do now work. I cannot connect the machine to

openvpn?

2005-01-20 Thread Shawn
I have been attempting to get open vpn working on my freebsd 4.11 Alpha machine. SO Far I have done the following.. I did the make install for /usr/ports/security/openvpn/ Where is uses SSL Im trying to understand the config file for /etc/ssl/openssl.cnf After an attempted figure change I try

Mrtg question

2005-01-11 Thread Shawn Guillemette
Im using net-snmp-5.2.1 with mrtg on a Alpha CPU. I want to monitor my memorry usage. However when I add the following to the mrtg.cfg file I find that SNMPD shuts down and I get these errors in the logs. I add this to mrtg.cfg LoadMIBs: /usr/local/share/snmp/mibs/UCD-SNMP-MIB.txt ### Memmory

perl troubles.

2004-10-25 Thread Shawn Guillemette
Attempting to install perl 5.8 on a newly install FreeBSD 4.10 Machine. I have done the following.. Compiled Kernel with IPFW support Install cvsup and updated the ports tree then cd /usr/ports/databases/mysql40-server make install and cd /usr/ports/www/apache13-modssl make install I

Help with make install for php4

2004-10-24 Thread Shawn
--with-apache as well as make install -- with-apache1 If someone can point me in a direction that would be great. -- Cheers Shawn ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

make install error for openwebmail

2004-10-24 Thread Shawn
Openwebmail is somthing I been using now for some time. I heard of the new version having spam and virus scaning built in so I went to /usr/ports/mail/openwebmail and did make deinstall then ran make install i get this snip /usr/local/man/man1/s2p.1 install -c -o root -g wheel -m 555

Re: make install error for openwebmail

2004-10-24 Thread Shawn
I also see the same error when doing # use.perl /usr/libexec/ld-elf.so.1: /usr/local/bin/perl: Undefined symbol PL_exit_flags and # perl -v /usr/libexec/ld-elf.so.1: perl: Undefined symbol PL_exit_flags - Original Message - From: Shawn [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: Help with make install for php4

2004-10-24 Thread Shawn
I did try that .. But each time I try to reinstall I see this line . === Found saved configuration for php4-4.3.9 I dont know where its finding it from though - Original Message - From: Kevin D. Kinsey, DaleCo, S.P. [EMAIL PROTECTED] To: Shawn [EMAIL PROTECTED] Cc: [EMAIL PROTECTED

Re: make install error for openwebmail

2004-10-24 Thread Shawn
, not necessary, if you are upgrading from 5.8.4. But it is cleaner to do so anyway. - Original Message - From: Kevin D. Kinsey, DaleCo, S.P. [EMAIL PROTECTED] To: Shawn [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, October 24, 2004 10:40 PM Subject: Re: make install error

Re: make install error for openwebmail

2004-10-24 Thread Shawn
also just tried to reinstall perl and get that same error /usr/libexec/ld-elf.so.1: /usr/local/bin/perl: Undefined symbol PL_exit_flags *** Error code 1 - Original Message - From: Kevin D. Kinsey, DaleCo, S.P. [EMAIL PROTECTED] To: Shawn [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent

Re: Help with make install for php4

2004-10-24 Thread Shawn
that was it thank very much - Original Message - From: Bob Bomar [EMAIL PROTECTED] To: Shawn [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, October 24, 2004 10:53 PM Subject: Re: Help with make install for php4 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Oct 24, 2004

Re: make install error for openwebmail

2004-10-24 Thread Shawn
Message - From: Kevin D. Kinsey, DaleCo, S.P. [EMAIL PROTECTED] To: Shawn [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, October 24, 2004 10:40 PM Subject: Re: make install error for openwebmail Shawn wrote: Openwebmail is somthing I been using now for some time. I heard of the new

port redirection from 2 public ips - natd to a single service.

2004-09-01 Thread Shawn
maybe able to answer this one or place me ina direction. This could save a us from a future migraine from the ear full we will get.. hehe :-) Thanks for your time.. Shawn PC's are like air conditioners.. They are both useless with windows open

lang/ruby18 upgrade fails

2004-06-03 Thread Shawn Kennedy
in /usr/local/include Help! Shawn ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

WEB BASED EMAIL TRACKING

2004-05-20 Thread Shawn Guillemette
to the department not the employees mailbox. Also allowing the next employee to review what was asked and the response that the previous co worker gave. Any thoughts or ideas? Thanks, -- Shawn Guillemette ___ [EMAIL PROTECTED] mailing list http

installed perl 5.8. from the ports ??

2004-05-20 Thread Shawn Guillemette
and I get the same message: rt3-3.0.9 This program only support perl 5.6.1 or above. Unfortunately I dont know what version I has using before. I was wondering if there was somthign I needed to do to stop using the older version and start using the new one? -- Shawn Guillemette

RE: PORT comms/gnokii won't build

2004-04-22 Thread Shawn Kennedy
-Original Message- From: Kris Kennaway [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 5:17 PM To: Shawn Kennedy Cc: [EMAIL PROTECTED] Subject: Re: PORT comms/gnokii won't build On Wed, Apr 21, 2004 at 12:35:04PM -0500, Shawn Kennedy wrote: A port update came

PORT comms/gnokii won't build

2004-04-21 Thread Shawn Kennedy
A port update came in for gnokii and I can't get it to build. It's trying to use stdint.h even though it checks for it and cannot find it (finds inttypes.h which is correct). Below is the offending portion of the build. Anyone with any ideas? Shawn

WebMail

2004-04-08 Thread Shawn Guillemette
I'm looking into options for webmail.. was looking for ideas... Looking for something with a good how to .. ;-) Shawn Guillemette ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

error during install from ports

2004-04-02 Thread Shawn Guillemette
. 1 out of 1 hunks ignored--saving rejects to coders/jp2.c.rej Patch patch-coders::jp2.c failed to apply cleanly. *** Error code 1 Stop in /usr/ports/graphics/ImageMagick. Looking for ideas??? there is no place like 127.0.0.1 Shawn ___ [EMAIL

troubles when installing port

2004-04-02 Thread Shawn Guillemette
. 1 out of 1 hunks ignored--saving rejects to coders/jp2.c.rej Patch patch-coders::jp2.c failed to apply cleanly. *** Error code 1 Stop in /usr/ports/graphics/ImageMagick. Looking for ideas??? there is no place like 127.0.0.1 Shawn ___ [EMAIL

RE: cvsup behind firewall with port 5999 blocked

2004-03-25 Thread Shawn Kennedy
From: Matthew Seaman [mailto:[EMAIL PROTECTED] Sent: Thursday, March 25, 2004 3:42 AM On Wed, Mar 24, 2004 at 04:20:24PM -0600, Shawn Kennedy wrote: Help! My company has shut down the ports in and out of the firewall dramatically! No SOCKS support so I tried using ssh. According

cvsup behind firewall with port 5999 blocked

2004-03-24 Thread Shawn Kennedy
can bounce off of in place of a login. I've been googling for the last few days and haven't come up with solution yet! Options? Shawn ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

FreeBSD and Internal IDE 100M ZIP drive

2004-03-24 Thread Shawn Guillemette
Looking to eject my 100M iomega ZIP deive from with in my shell script. URL's, Pasted examples, anything.. Im searching the net too... not much luck yet... Shawn There is no place like 127.0.0.1 ___ [EMAIL PROTECTED] mailing list http

Wanted to ask the questions again during the day

2004-03-23 Thread Shawn Guillemette
though. Id like to have the script release the tape for me so I know when it has completed. Also wondering if there is another way to remove the files from the destination media.. I know with tapes you can use erase, rewind, so on .. are there similar commands for the zip drive? Thanks, Shawn

ZIP DRIVE

2004-03-22 Thread Shawn Guillemette
though. Id like to have the script release the tape for me so I know when it has completed. Also wondering if there is another way to remove the files from the destination media.. I know with tapes you can use erase, rewind, so on .. are there similar commands for the zip drive? Thanks, Shawn

ZIP DRIVE

2004-03-22 Thread Shawn Guillemette
though. Id like to have the script release the tape for me so I know when it has completed. Also wondering if there is another way to remove the files from the destination media.. I know with tapes you can use erase, rewind, so on .. are there similar commands for the zip drive? Thanks, Shawn

Sorry I sent 2

2004-03-22 Thread Shawn Guillemette
DUH!!! Shawn Guillemette There is no place like 127.0.0.1 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Perl won't compile

2004-03-18 Thread Shawn Ramsey
I've got a 4.7-STABLE system, and perl or the port won't compile... Does anyone have any clue what the problem might be? Haven't had any other issues compiling... other than Base 64 for perl. If I try to install the Base 64 module for the currently installed perl(5.6.0) it bombs with the same

Re: Perl won't compile

2004-03-18 Thread Shawn Ramsey
* Shawn Ramsey [EMAIL PROTECTED] [2004-03-18 07:31]: I've got a 4.7-STABLE system, and perl or the port won't compile... Does anyone have any clue what the problem might be? Haven't had any other issues compiling... other than Base 64 for perl. If I try to install the Base 64 module

port redirect

2004-01-19 Thread Shawn Guillemette
192.168.1.106: -n sis0 where is the port number. This also brings up another question. If was to find a need to port forward to more then one address inside my netwrok. What would the syntax look like. Thanks for all your time. Shawn

compile problems

2004-01-13 Thread Shawn Ramsey
I am having trouble compiling perl (as well as others, such as GD). Here is th error message : Making List::Util (dynamic) Making MIME::Base64 (dynamic) cc -c-DAPPLLIB_EXP=/usr/local/lib/perl5/5.8.2/BSDPAN -DHAS_FPSETMASK -DHAS _FLOATINGPOINT_H -fno-strict-aliasing

vinum / 5.2 cant mount/growfs/newfs terabyte

2004-01-12 Thread Shawn Ostapuk
, etc -- and i see this becoming more and more common now that 300 gig drives are $299 retail... Thanks, Shawn. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

RCS

2004-01-05 Thread Shawn Guillemette
the FreeBSD diary site and wanted to post to you all to see if anyone had any links to some good documentation on this. Even how-to's would be great. Thanks Shawn ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

FreeBSD 5.2 and RAID

2004-01-04 Thread Shawn Dillon
I will be upgrading our FreeBSD 5.0 box to 5.2 right away. I would like to install 2 200GB WD IDE drives in a mirror. Basic research has shown me that Vinum should do the trick... Any advice before I take the plunge? TIA ___ [EMAIL PROTECTED]

sendmail

2004-01-02 Thread Shawn Guillemette
I got some issues with sendmail and was hoping if I showed someone the logging that they might be able to point me in the right direction.. FreeBSD 4.8-RC1 sendamil 8.12.7_2 Thank you Shawn This is from /var/mail/maillog Jan 2 06:50:20 skywalker sendmail[28956]: i02BoKXY028956: from

libutil.so.4

2004-01-01 Thread Shawn Dillon
sites . Google , FreeBSD Mailing lists and man paged to no avail. Any help is greatly appreciated. Shawn ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

cron jobs

2003-12-25 Thread shawn
I installed MRTG and got it working. Noticed that it seemed it was not polling on its own. So I changed the cron job to make it poll more often and in fact its not polling on its own. Also noticed that I stopped receiving my Dailey, reports via email.. I'm also trouble shooting a send mail

Re: cron jobs

2003-12-25 Thread shawn
adjkerntz -a */1 * * * * /usr/local/bin/mrtg /usr/local/etc/mrtg/mrtg.cfg - Original Message - From: Jonathan T. Sage [EMAIL PROTECTED] To: shawn [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, December 25, 2003 10:23 AM Subject: Re: cron jobs

MRTG and SNMP

2003-12-21 Thread shawn
I'm looking to get MRTG working to monitor the traffic and CPU of a server of mine.. Currently searching for a good how to. The server I will be installing it on will be the same machine that I'm planning on monitoring. Its running FreeBSD 4.8-RC1 Shawn There is no place like

hlsd on FreeBSD anyone?

2003-12-18 Thread shawn
Thinking of using FreeBSD for a Half Life Counter strike server. Hoping to support like 20 players. Looking for thoughts on requirements.. Shawn There is no place like 127.0.0.1 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org

chroot users

2003-11-13 Thread Shawn Guillemette
I want to chroot users to there home directories so that I can allow them to use FTP and not worry about someone going lower then there home dir.. looking for a howto or links that might help out. Shawn ___ [EMAIL PROTECTED] mailing list http

Re: ipfw question

2003-11-11 Thread Shawn Guillemette
thank you.. Im realy only blocking 135 due to the MSBlaster and others... no Samba yet - Original Message - From: Simon Gray [EMAIL PROTECTED] To: Shawn Guillemette [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, November 11, 2003 7:00 AM Subject: Re: ipfw question 630000

ipfw question

2003-11-10 Thread Shawn Guillemette
Looking at ipfw show 630000 0 deny log logamount 100 udp from any to any 119 via sis0 63000 24 1152 deny log logamount 100 tcp from any to any 135 via sis0 630000 0 deny log logamount 100 udp from any to any 135 via sis0 63000 is the rule number correct? IM

Re: IPFW

2003-11-09 Thread Shawn Guillemette
Kay [EMAIL PROTECTED] Cc: Shawn Guillemette [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, November 09, 2003 7:30 AM Subject: Re: IPFW On Sun, Nov 09, 2003 at 03:51:13PM +1030, Malcolm Kay wrote: On Sun, 9 Nov 2003 09:49, Shawn Guillemette wrote: I have installed ipfw and each time

Installing form /stand/sysinstall

2003-11-09 Thread Shawn Guillemette
I normaly install from ports but wanted to over come this issue any how.. I cant install from /sys/standinstall it says that my vertion could not be found on the ftp server.. ?? im looking for the conf file that handles that.. There is no place like 127.0.0.1

Re: Installing form /stand/sysinstall

2003-11-09 Thread Shawn Guillemette
worked thanks - Original Message - From: Lee Harr [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, November 09, 2003 12:50 PM Subject: Re: Installing form /stand/sysinstall I normaly install from ports but wanted to over come this issue anyhow.. I cant install from

IPFW

2003-11-08 Thread Shawn Guillemette
I have installed ipfw and each time the machien is rebooted I lose the rules I added. any thoughts? There is no place like 127.0.0.1 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Hosed system

2003-10-21 Thread Shawn Ramsey
/usr/libexec/ld-elf.so.1: /usr/lib/libcrypt.so.2: Shared object has no run-time symbol table I was messing around with libdes trying to get Diablo to compile... and am now getting this error :( Pretty much hosed the system. Any idea how I can fix this? HELP. :) Reinstalling the crypto package

Re: Hosed system

2003-10-21 Thread Shawn Ramsey
/usr/libexec/ld-elf.so.1: /usr/lib/libcrypt.so.2: Shared object has no run-time symbol table I was messing around with libdes trying to get Diablo to compile... and am now getting this error :( Pretty much hosed the system. Any idea how I can fix this? HELP. :) Reinstalling the

Re: Hosed system

2003-10-21 Thread Shawn Ramsey
Operating system: i386-pc-freebsd4.8 /usr/libexec/ld-elf.so.1: /usr/lib/libcrypt.so.2: Shared object has no run-time symbol table /usr/libexec/ld-elf.so.1: /usr/lib/libcrypt.so.2: Shared object has no run-time symbol table This system (FreeBSD-elf) is not supported. See file

Re: Howto find packages

2003-10-16 Thread Shawn Morris
://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED] -- Shawn Morris NTT/Verio IP Engineering v:312.621.7422 f:520.447.7082 [EMAIL PROTECTED] [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http

error with mysql when doing mysql -u root

2003-09-20 Thread Shawn Guillemette
After setting the mysql root user passwd I get this when trying to log in. # mysql -u root ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: NO) Just after the install of mysql I had created a database as a test successfully..

Re: error with mysql when doing mysql -u root

2003-09-20 Thread Shawn Guillemette
like this ? # mysql -u root -p password Enter password: ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) if so is there a way I can reset the root' passwd for mysql? I have tried mysqladmin -u root passowrd newpassword and get this Shawn - Original Message

Re: error with mysql when doing mysql -u root

2003-09-20 Thread Shawn Guillemette
# mysql -u root -p test Enter password: ERROR 1045: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) thasts what i got when I tried that - Original Message - From: Kevin Kinsey [EMAIL PROTECTED] To: Shawn Guillemette [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent

Re: error with mysql when doing mysql -u root

2003-09-20 Thread Shawn Guillemette
is there a way to reset the mysql root user passwd? I'm starting to wonder if I finger mumbled the passwd or something.. shawn - Original Message - From: Jan van Stekelenburg [EMAIL PROTECTED] To: Shawn Guillemette [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, September 20

  1   2   >