file sizes

2003-11-12 Thread Bryan Cassidy
Trying to figure out how to find out the size of a file. thanks ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: file sizes

2003-11-13 Thread Bryan Cassidy
Thanks. Just what I was looking for. On Wed, 12 Nov 2003 23:12:30 +0100 Jakob Breivik Grimstveit [EMAIL PROTECTED] wrote: On Thu, 2003-11-13 at 00:01, Bryan Cassidy wrote: Trying to figure out how to find out the size of a file. Try... ls -l filename ls -lh filename du -h

RELENG_4_8 to RELENG_4_9 question

2003-11-13 Thread Bryan Cassidy
I am currently using FreeBSD 4.8-RELEASE and I did a cvsup /usr/share/examples/cvsup/standard-supfile to a RELENG_4_8. I haven't done a build/install world and finished the update of the system. What I'm wondering is sence I did a cvsup to the latest security patches etc for 4.8 should I go on

RELENG_4_8 to RELENG_4_9 question

2003-11-13 Thread Bryan Cassidy
I am currently using FreeBSD 4.8-RELEASE and I did a cvsup /usr/share/examples/cvsup/standard-supfile to a RELENG_4_8. I haven't done a build/install world and finished the update of the system. What I'm wondering is sence I did a cvsup to the latest security patches etc for 4.8 should I go on and

Dictionary in ports?

2003-11-13 Thread Bryan Cassidy
Is there a stand-alone dictionary port? I would like to have one on the pc cause im gettin tired of goin online. thanks ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

GPGME + Sylpheed

2003-11-14 Thread Bryan Cassidy
I used FreeBSD 4.8 without any problems with GPGME + Sylpheed. This last time using 4.8 I didn't install/configure gpgme + sylpheed but I did a update to 4.9 and set this up but I get an error in Sylpheed saying Error could not find any key associated with currently selected key id 'Bryan Cassidy

CUPS + printing text files

2003-11-14 Thread Bryan Cassidy
I really need to get printing working on FreeBSD 4.9. Let me say that again. I got FreeBSD to print with my HP OfficeJet T 45 through CUPS. The test page from the admin on cups. How do I print my documents? I really need to get this working tonight if anyway possible. Thanks in advance.

Re: CUPS + printing text files

2003-11-14 Thread Bryan Cassidy
So, sorry to post so early. For some reason the cups port didn't install cups-lpr. Sorry everyone. On Sat, 15 Nov 2003 00:43:44 -0600 Bryan Cassidy [EMAIL PROTECTED] wrote: I really need to get printing working on FreeBSD 4.9. Let me say that again. I got FreeBSD to print with my HP OfficeJet

Re: GPGME + Sylpheed

2003-11-15 Thread Bryan Cassidy
to generate your key AS the user you want to use it under. Looks like maybe you created a gpg key for ROOT, not Bryan Cassidy. gpg --list-keys ...should help clarify/confirm this. On Fri, 14 Nov 2003 18:45:51 -0600 Bryan Cassidy [EMAIL PROTECTED] wrote: I used FreeBSD 4.8 without

Re: GPGME + Sylpheed

2003-11-15 Thread Bryan Cassidy
Kinda new to this. Had to remove the ~/.gnupg dir and re-run gpg --gen-key as 'user' and it works fine now as you can see. Thanks for the response though. I appreciate it. On Sat, 15 Nov 2003 09:04:37 -0600 Bryan Cassidy [EMAIL PROTECTED] wrote: This is what I get when I run 'gpg --gen-key

Re: Problems Installing Printer with CUPS

2003-11-15 Thread Bryan Cassidy
Have you read the Handbook on printing? Might wanna check this out for installing cups http://www.freebsdforums.com/forums/showthread.php?s=threadid=15325 HTHs On Sat, 15 Nov 2003 21:03:34 -0500 Barry Skidmore [EMAIL PROTECTED] wrote: I am using FreeBSD-4.9-RELEASE on an i386 machine with

weird log messages

2003-11-17 Thread Bryan Cassidy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 uname -mrs FreeBSD 4.9-RELEASE i386 using mplayer when this happens Nov 17 07:48:23 bellsouth /kernel: acd0: REPORT_KEY - ILLEGAL REQUEST asc=0x6f ascq=0x04 error=0x04 Nov 17 07:48:23 bellsouth /kernel: acd0: REPORT_KEY - ILLEGAL REQUEST asc=0x2c

New parts for new PC (need help - little knowledge of hardware)

2003-11-17 Thread Bryan Cassidy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I suck when it comes to hardware. I know so little about hardware. My dad said he is gonna get me about $400.00 worth of computer parts for Christmas/Birthday sence they are so close so I can start building a new custom PC. I have already picked out

Re: New parts for new PC (need help - little knowledge of hardware)

2003-11-17 Thread Bryan Cassidy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oh no. I must have explained myself wrong. $400.00 is just for starters. I know for a fact I'm gonna buy that case so that leaves me with say $300.00 to be on the safe side. Besides the case I would like the motherboard to be the first actual piece of

Re: Can't Install KDE

2003-11-18 Thread Bryan Cassidy
I got these when doing a 'make install clean' in kde3 myself but the port installed. is the install stoping or are you just seeing these messages and the install is still going? If it stops the install then give us the actual error message. I'm sure this isn't a error. If so, then my install with

Re: New parts for new PC (need help - little knowledge of hardware)

2003-11-19 Thread Bryan Cassidy
PIONEER DVR-106BK DVD-Recordable (Black Bezel) DVD-R DVD-RW DVD+R DVD+RW Put all this in a Antec PLUS1080AMG Chassis On Tue, 18 Nov 2003 17:58:23 -0800 (PST) Dan Strick [EMAIL PROTECTED] wrote: On Mon, 17 Nov 2003, Bryan Cassidy wrote: I suck when it comes to hardware. I know so little

Re: Security question

2003-11-19 Thread Bryan Cassidy
I've never used sysinstall for anything but installing the operating system. I'm sure what you want is cvsup. Use the /usr/share/examples/cvsup/standard-supfile for updating source then follow instructions in handbook on make world to update the system. On Tue, 18 Nov 2003 21:09:03 -0800 Kevin

Re: Security question

2003-11-19 Thread Bryan Cassidy
I don't know anything about using sysinstall for security patches/upgrades etc. WHat your looking for I think is cvsup. Please read the handbook on Using CVSUP to get the latests source updates, security patches for your release and even updating to a different RELEASE or -CURRENT or -STABLE. On

Re: Security question

2003-11-19 Thread Bryan Cassidy
I don't know anything about using sysinstall for security patches/upgrades etc. WHat your looking for I think is cvsup. Please read the handbook on Using CVSUP to get the latests source updates, security patches for your release and even updating to a different RELEASE or -CURRENT or -STABLE. On

Re: Security question

2003-11-20 Thread Bryan Cassidy
looked all through the handbook and faq's but could not find a definitive answer. Thanks Kevin McKay - Original Message - From: Bryan Cassidy [EMAIL PROTECTED] To: Kevin McKay [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, November 19, 2003 11:18 PM Subject: Re: Security

Re: New parts for new PC (need help - little knowledge of hardware)

2003-11-20 Thread Bryan Cassidy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Here's the current setup that I have came up with. I think I would be pretty happy with it as long as I don't have any problems in FreeBSD. If I have problems I want them to beable to be fixed ya know? Antec PLUSVIEW1000AMG Chassis AMD Tyan S2466

SquirrelMail + Postfix

2003-11-25 Thread bryan cassidy
Just a quick question. Bellsouth FastAccess DSL (not lite) is my ISP. I use my [EMAIL PROTECTED] for pretty much all my e-mails. It used POP3 to recieve mail. Is this correct? Kinda new to POP,POP3, IMAP, SMTP etc. I think the protocol for sending is SMTP. Can I use SquirrelMail + Procmail to

Re: SquirrelMail + Postfix

2003-11-25 Thread Bryan Cassidy
Stucchi [EMAIL PROTECTED] wrote: On Tue, 25 Nov 2003 06:44:12 -0800 (PST) bryan cassidy [EMAIL PROTECTED] wrote: Just a quick question. Bellsouth FastAccess DSL (not lite) is my ISP. I use my [EMAIL PROTECTED] for pretty much all my e-mails. It used POP3 to recieve mail. Is this correct

Re: SquirrelMail + Postfix

2003-11-25 Thread Bryan Cassidy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm sorry. Not Procmail I meant Postfix. Sorry about that On Tue, 25 Nov 2003 16:07:12 +0100 Massimiliano Stucchi [EMAIL PROTECTED] wrote: On Tue, 25 Nov 2003 06:44:12 -0800 (PST) bryan cassidy [EMAIL PROTECTED] wrote: Just a quick question

hostname question

2003-11-25 Thread Bryan Cassidy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I got a quick question (just one for this minute). I was told I should add a hostname. (my domain name maybe? bsdjunky.dyndns.org? Will that do?) He said I should put an entry in /etc/hosts that maps the IP of your box to the hostname you gave it.

Re: Can't install gaim on FreeBSD 4.x

2003-11-25 Thread Bryan Cassidy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Why not just use the ports? Works fine on my end with FreeBSD 4.8-RELEASE On Tue, 25 Nov 2003 22:06:27 + David Gerard [EMAIL PROTECTED] wrote: We're trying to install gaim on a 4.8-RELEASE box, and it's acting like the package is broken.

Re: Can't install gaim on FreeBSD 4.x

2003-11-26 Thread Bryan Cassidy
thoughts. Good luck. Pat On Wed, 2003-11-26 at 03:04, David Gerard wrote: On 11/26/03 01:52, Bryan Cassidy wrote: Why not just use the ports? Works fine on my end with FreeBSD 4.8-RELEASE 'Cos the port in 4.8-RELEASE is 0.59, and the new MSN protocol is only in 0.71 or later

Re: Printing in FreeBSD

2003-11-28 Thread Bryan Cassidy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Might want to check the handbook on printing and read this how-to on setting up CUPS http://www.freebsdforums.com/forums/showthread.php?s=threadid=15325 On Fri, 28 Nov 2003 20:46:07 -0800 Alex Wu [EMAIL PROTECTED] wrote: Hi, I am fairly new to

phpbb + Checksum mismatch

2003-11-29 Thread Bryan Cassidy
Trying to install www/phpbb. I get a Checksum mismatch error for phpBB-2.0.6.tar.bz2. Don't know how to fix Checumsum mismatch errors. Thanks ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

Mozilla 1.5 strange error

2003-11-29 Thread Bryan Cassidy
If I try to start mozilla 1.5 with 'mozilla' and I select the profile which is default for now and click Start Mozilla I get the following error Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nslProfileInternal.currentProfile] I checked the file permissions on mozilla and they

Re: Mozilla 1.5 strange error

2003-11-29 Thread Bryan Cassidy
bsdsys:bsdsys default/ without any luck though. On Sat, 29 Nov 2003 22:23:36 -0500 Joe Marcus Clarke [EMAIL PROTECTED] wrote: On Sat, 2003-11-29 at 23:24, Bryan Cassidy wrote: If I try to start mozilla 1.5 with 'mozilla' and I select the profile which is default for now and click Start Mozilla I

Remove ^M characters from xhtml file

2003-11-30 Thread Bryan Cassidy
I've downloaded a couple of .xhtml files and they have ^M characters all through it. I tried the col -b name newname command on these files but when I do that it erases the whole document. Any ideas? ___ [EMAIL PROTECTED] mailing list

Re: Remove ^M characters from xhtml file

2003-11-30 Thread Bryan Cassidy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sorry about sending you a e-mail directly. The tr -d '/r' name newname worked perfect. Thanks. On Sun, 30 Nov 2003 19:17:46 -0700 Robin Schoonover [EMAIL PROTECTED] wrote: On Sun, 30 Nov 2003 21:16:02 -0600, Bryan Cassidy [EMAIL PROTECTED] wrote

Re: Remove ^M characters from xhtml file

2003-11-30 Thread Bryan Cassidy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Well, I take that back. It worked on 1 file and then ir started erasing the contents of the file. On Sun, 30 Nov 2003 21:29:13 -0600 Bryan Cassidy [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sorry about sending you

Re: Remove ^M characters from xhtml file

2003-11-30 Thread Bryan Cassidy
, 1 Dec 2003 03:53:00 +0100 Melvyn Sopacua [EMAIL PROTECTED] wrote: On Monday 01 December 2003 04:39, Bryan Cassidy wrote: Well, I take that back. It worked on 1 file and then ir started erasing the contents of the file. On Sun, 30 Nov 2003 21:29:13 -0600 Bryan Cassidy [EMAIL PROTECTED

Re: SOLVED: Can't install gaim on FreeBSD 4.x

2003-12-01 Thread Bryan Cassidy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gaim running perfect on FreeBSD 4.8-RELEASE p14 On 01 Dec 2003 11:33:19 -0500 Lowell Gilbert [EMAIL PROTECTED] wrote: David Gerard [EMAIL PROTECTED] writes: Gaim requires perl 5.8 or higher just to be installed - its 'l33t++ custom

Re: DynDNS

2003-12-03 Thread Bryan Cassidy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Of course you need apache installed. It will print out on the screen after you get done with a make install clean on ddclient but after you copy the appropriate files just edit /usr/local/etc/ddclient.conf Here I have attached my ddclient.conf file

Router question

2003-12-03 Thread Bryan Cassidy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello everyone. Hows everyone doing tongith/today? Well, I'm taking a week off of work and thought I would read up on Security/Networking and anything else to do with making my system/webserver secure. I am going to Best Buy (ya i know, but it's the

Re: Router question

2003-12-04 Thread Bryan Cassidy
. Plus what into what? Kinda confused here. I run these services on my box. Thanks for the help. Bryan CUPS Apache PHP COURIER-IMAP POSTFIX SquirrelMail On Thu, 04 Dec 2003 03:15:38 -0500 Scott W [EMAIL PROTECTED] wrote: Bryan Cassidy wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

Networking Questions

2003-12-05 Thread Bryan Cassidy
OK. The PC I am using now is the one I like to do all my work on but want to get a router. I was told to find a older PC and set it up as a router. Well, I have the extra PC now and I just need to set it up. My main PC runs apache webserver, php, squirrelmail, courier-imap, cups and a few other

USB Web Cam

2003-12-11 Thread Bryan Cassidy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 How does one go about configuring and using a usb wecam? I want to take a couple of pictures but not sure how to go about doing this. Here is the output from dmesg for my webcam ugen0: Logitech Camera, rev 1.00/1.00, addr 3 Thanks -BEGIN PGP

USB Web Cam

2003-12-13 Thread Bryan Cassidy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello. I'm using FreeBSD 4.8 p14 and have a USB Web Cam that I would like to use. I have the following in my /etc/rc.conf file usbd_load=YES and the following in /boot/loader.conf usb_load=YES ums_load=YES umass_load=YES Not sure if these are the

Logitech QuickCam (WebCam)

2003-12-15 Thread Bryan Cassidy
Hello. I'm using FreeBSD 4.8 with my Logitech QuickCam (I think it's a quick cam, kinda old.) Here is the output from dmesg | grep ugen ugen0: Logitech Camera, rev 1.00/1.00, addr 2 I would really like to get my camera configured and whatever else needs to get done so I can take some pictures

Mutt + Procmail Filters

2003-12-17 Thread Bryan Cassidy
I have just started using Mutt again. I would rather use Mutt if I can just setup my filters like I have in Sylpheed. I don't know if this is what Procmail filtering is suppose to do but this is what I want and I am very confused about setting up mail filters in Mutt. Have no clue

Where is my mail? (mutt + fbsd 4.8)

2003-12-21 Thread bryan cassidy
Hello. Fresh install of FreeBSD 4.8. I also installed mutt-devel + fetchmail. I setup a simple .fetchmailrc file with poll mail.isp.net proto pop3 username usrname password passwd and when I first opened Mutt it asked if I wanted to created ~/Mail and I said yes. When I run 'fetchmail' I don't

Procmail + Mutt

2003-12-25 Thread Bryan Cassidy
I am using FreeBSD 4.8 with Mutt 1.5 and Procmail 3.22 and have setup some filters. In my .procmailrc I have the following :0: * [EMAIL PROTECTED] FreeBSD_Questions :0: * ^TO_questions FreeBSD_Questions :0: * .* Default And in my .muttrc file I have the following subscribe freebsd-questions

Mutt + E-Mail count

2003-12-28 Thread Bryan Cassidy
Is there anyway when viewing your folders inside of Mutt to view the amount of e-mails instead of the size of the total e-mails? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

CUPS Admin Error

2004-01-12 Thread Bryan Cassidy
When I launch http://localhost:631/admin after installed and setting up CUPS with these instructions http://www.freebsdforums.com/forums/showthread.php?s=threadid=15325highlight=cups and I get the following error after entering the following information Request Entity Too Large The request is

DSL Disconnects

2004-12-01 Thread bryan cassidy
Hello. My ISP is through Bellsouth FastAccess DSL and I am trying to get my connection to stay up without disconnected and having to run /etc/netstart everytime it disconnects. I am very confused about how connections are in general. I think it is a PPPoE. I have to use a user name and password to

Mutt /tmp full error when trying to read email

2009-09-19 Thread Bryan Cassidy
Here is a little about my setup uname -a FreeBSD mail.comcast.net 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 r...@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 Mutt 1.4.2.3i Output from df -h Filesystem SizeUsed Avail Capacity Mounted on

Re: Mutt /tmp full error when trying to read email

2009-09-20 Thread Bryan Cassidy
On Sat, Sep 19, 2009 at 09:16:36PM -0500, Bryan Cassidy wrote: Here is a little about my setup uname -a FreeBSD mail.comcast.net 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 r...@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 Mutt 1.4.2.3i

ASUS M4A78T-E Motherboard

2009-10-10 Thread Bryan Cassidy
Hi, I am in the process of building a new PC and I am building this machine (one of three... second will be OpenBSD Firewall for FreeBSD and a third one for Windows.. you know games and all that stuff) and I am wondering if I will have any problems with this motherboard amd its chipset. North

HP PhotoSmart C4180

2009-10-18 Thread Bryan Cassidy
Anyone have this all-in-one functioning correctly under FreeBSD? ___ 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

Remote Desktop for Fedora 11 on External Hard Drive

2009-11-07 Thread Bryan Cassidy
I am currently using FreebSD 7.2 and I have just installed and configured Fedora 11 on an external hard drive so I can do some printing and other things. I was wondering how can I get full access to the Desktop (GUI) on FreeBSD for Fedora 11 on my external hard drive? Any ideas?

<    1   2