Re: Disk Copy Software

2005-02-03 Thread Mike Jeays
On Thu, 2005-02-03 at 21:45, Donald L Swoboda wrote: > Is there a Disk To Disk copy software available that can be used to > copy/backup a disk that has FreeBSD operating system installed. I would like > to copy my existing disk to another disk as a backup. > Thanks > Don Swoboda > [EMAIL PROTECT

Re: distrubuting distro

2005-02-02 Thread Mike Jeays
On Wed, 2005-02-02 at 04:12, faisal gillani wrote: > Is it allowed to distribute Freebsd on any other > distro & charging only media cost related to it ? > GNU based application are very hard to find here in my > country & ordering from Internet is very expensive, > for a normal user , so i was thi

RE: cannot boot after updating to 5.3 stable

2005-01-28 Thread Mike Jeays
On Fri, 2005-01-28 at 22:35, Subhro wrote: > Your problem is, somehow the mountpoint entries in /etc/fstab have messed > up. As a result the system cant find the root file system. At the > Mount> > Prompt type ? to get a list of all the valid mountpoints. Then manually > mount all the mount points

Re: FreeBSD 5.3 CD2 ?

2005-01-23 Thread Mike Jeays
On Sun, 2005-01-23 at 10:13, Daniel S. Haischt wrote: > AFAIK - The 2nd CD only contains additional software > packages ... > > faisal gillani schrieb: > > i installed freebsd 5.3 & the first cd installed > > everything i needed , but i got 2 cds with freebsd , i > > browsed it but couldent unders

Re: Help on a little script

2005-01-23 Thread Mike Jeays
On Sun, 2005-01-23 at 11:30, antenneX wrote: > Am running FBSD-4.10p2 > > I have a serious need for some help on a CGI script I just installed. > I've tried to reach the author but no dice there. > > It's used to automate "unsubscribes" on a mail list. > > It works well except for this: > It cha

Re: Cannot connect to printer...

2005-01-22 Thread Mike Jeays
On Sat, 2005-01-22 at 06:27, Kiffin Gish wrote: > I have read the manual carefully, looked in the forums and tried everything, > but for the life of me I just cannot get my printer to work under FreeBSD. > > Actually my setup is nothing complicated or so you would think. I have an HP > Deskjet 720

Re: FreeBSD I LOVE YOU

2005-01-19 Thread Mike Jeays
On Wed, 2005-01-19 at 15:10, Anthony Atkielski wrote: > faisal gillani writes: > > fg> hmmm exactly right .. u know i have a 750MHz At halon > fg> with 256MB ram .. & still my processor is 80% idle > fg> most of the time .. > fg> i also have some windows server on my network but > fg> thats a comp

Re: X11 configuration at 5.3 ?

2005-01-17 Thread Mike Jeays
On Mon, 2005-01-17 at 19:21, John wrote: > On Mon, Jan 17, 2005 at 07:12:16PM -0500, Mike Jeays wrote: > > On Mon, 2005-01-17 at 10:24, Giorgos Keramidas wrote: > > > On 2005-01-17 14:44, Frank Bonnet <[EMAIL PROTECTED]> wrote: > > > > how is call

Re: X11 configuration at 5.3 ?

2005-01-17 Thread Mike Jeays
On Mon, 2005-01-17 at 10:24, Giorgos Keramidas wrote: > On 2005-01-17 14:44, Frank Bonnet <[EMAIL PROTECTED]> wrote: > > how is called the X11 configuration tool at 5.3 ? > > It is called `xorgcfg'. Try running as root: > > # xorgcfg -textmode > > _

Re: mkisofs and growisofs

2005-01-09 Thread Mike Jeays
On Sun, 2005-01-09 at 11:35, Tom Vilot wrote: > Mike Jeays wrote: > > >Thanks very much. They both installed fine once I was told where they > >are! > > > > My avenue of last resort is this: > > cd /usr/ports > find . -type f -name pkg-descr | xargs grep

Re: mkisofs and growisofs

2005-01-09 Thread Mike Jeays
On Sun, 2005-01-09 at 09:58, Fabian Keil wrote: > On Sunday 09 January 2005 14:46, Mike Jeays wrote: > > Where are they? They don't seem to exist on my 5.3 system, and I can't > > find any trace of them in /usr/ports. pkg_add -r doesn't find them > > either. &

mkisofs and growisofs

2005-01-09 Thread Mike Jeays
Where are they? They don't seem to exist on my 5.3 system, and I can't find any trace of them in /usr/ports. pkg_add -r doesn't find them either. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

RE: Sun revokes FreeBSD license for Java

2005-01-07 Thread Mike Jeays
> Only the Java Cryptography Extension is unavailable as source. More info > is of course available on the FreeBSD Java mailing list. So why would anyone trust it? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinf

Re: Remote upgrade possible?

2005-01-07 Thread Mike Jeays
On Thu, 2005-01-06 at 23:26, Tabor Kelly wrote: > Laurence Sanford wrote: > > Joseph Koenig (jWeb) wrote: > > > > > This is possible, however you are always taking a chance when you > > installworld without going to single user mode first. That said, I make > > a habit out of pushing my luck w

Re: Problems with digital camera

2005-01-01 Thread Mike Jeays
On Sat, 2005-01-01 at 15:20, Louis LeBlanc wrote: > On 01/01/05 02:01 PM, Trey Sizemore sat at the `puter and typed: > > On Sat, 2005-01-01 at 13:43 -0500, Louis LeBlanc wrote: > > > > > > > > > No, my reader has to be plugged in at boot, but inserting the card > > > works on the fly. Your devic

Re: crontab file

2004-12-30 Thread Mike Jeays
On Thu, 2004-12-30 at 12:15, Leon wrote: > Hi All, > > I edited "crontab" file to update my ports every day at certain time. > But , when time comes, I do not see any information on the screen, that > something was updated. > Should the system sow any information about update or not? > If not, ho

Re: Copying a directory hierarchy

2004-12-21 Thread Mike Jeays
On Tue, 2004-12-21 at 21:08, Robert Huff wrote: > Mike Jeays writes: > > > How does on copy a complete directory hierarchy, including any hidden > > files? > > > > "cp -rp" leaves them out. > > cp -rp * > cp -rp .*

Copying a directory hierarchy

2004-12-21 Thread Mike Jeays
How does on copy a complete directory hierarchy, including any hidden files? "cp -rp" leaves them out. Some versions of cp seem to have a '-a' flag which will make it copy them, but it isn't available in the FreeBSD version. Is there a trick, or something obvious I have missed? ___

Re: rl0: watchdog timeout

2004-12-15 Thread Mike Jeays
> I have no first hand experience with this particular problem, but it's > almost common knowledge RealTek nics are great because they are cheap, > not because they are of good quality. The phrase "piece of crap" has > been uttered more than once in relation to these nics. > I have three of them

Writing multi-platform applications

2004-12-11 Thread Mike Jeays
Apologies if this is a bit off topic. I have been pushing the idea at work that we should write all applications so that they are OS-agnostic. They should work equally well (as far as that is possible...) on both the Windows platform, and any reasonable Unix. I have quoted as good examples OpenOf

Re: USB Flash Drive

2004-11-30 Thread Mike Jeays
On Tue, 2004-11-30 at 09:24, Brian Bobowski wrote: > Eric Kjeldergaard wrote: > > >>Yes, put an entry in /etc/fstab for it. e.g.: > >> > >>/dev/da0 /flash[1] msdosfs[2] rw > >> > >> > >> > > > >Perhaps my card is just unusal, but freeBSD makes a da0s1 node which > >is the appro

Re: bsdtar '--exclude pattern' problems

2004-11-30 Thread Mike Jeays
On Tue, 2004-11-30 at 08:31, Karol Kwiatkowski wrote: > Hello all, > > I upgraded 5.2.1 to 5.3 recently and I'm trying to run my cron scripts > which use tar utility (which defaults to bsdtar(1) on 5.3) and I can't > figure out how to use '--exclude pattern' with it. It seems I'm > missing somethi

Tar -N date error?

2004-11-25 Thread Mike Jeays
I have trouble with tar's -N format with 5.1 (yes, I am going to upgrade to 5.3 this weekend). Commands such as tar -cvzf arch.tar.gz -N '2004-09-01' * and tar -cvzf arch.tar.gz -N'10 days ago' * work fine for periods in the recent past (up to about 40 days), but for more than that, everything

Re: book recommendation...?

2004-11-21 Thread Mike Jeays
On Sun, 2004-11-21 at 09:27, J.D. Bronson wrote: > I am looking for a good FreeBSD book recomendation > that would over the 5.x series and be available in Barnes/Noble > locally. > > (My wife is looking for some gift ideas for me and I felt this might be a > good start) > > I dont need a totally

Re: Xmkmf/make problem

2004-11-15 Thread Mike Jeays
On Sat, 2004-11-13 at 12:41, Giorgos Keramidas wrote: > On 2004-11-13 08:49, Mike Jeays <[EMAIL PROTECTED]> wrote: > > On Tue, 2004-10-19 at 20:22, Giorgos Keramidas wrote: > > > On 2004-10-19 19:15, Mike Jeays <[EMAIL PROTECTED]> wrote: > > > > On Tue, 20

Re: Xmkmf/make problem

2004-11-13 Thread Mike Jeays
On Sat, 2004-11-13 at 19:53, Mike Jeays wrote: > On Sat, 2004-11-13 at 12:41, Giorgos Keramidas wrote: > > On 2004-11-13 08:49, Mike Jeays <[EMAIL PROTECTED]> wrote: > > > On Tue, 2004-10-19 at 20:22, Giorgos Keramidas wrote: > > > > On 2004-10-19 19:15,

Re: Xmkmf/make problem

2004-11-13 Thread Mike Jeays
On Sat, 2004-11-13 at 12:41, Giorgos Keramidas wrote: > On 2004-11-13 08:49, Mike Jeays <[EMAIL PROTECTED]> wrote: > > On Tue, 2004-10-19 at 20:22, Giorgos Keramidas wrote: > > > On 2004-10-19 19:15, Mike Jeays <[EMAIL PROTECTED]> wrote: > > > > On Tue, 20

Re: Xmkmf/make problem

2004-11-13 Thread Mike Jeays
On Tue, 2004-10-19 at 20:22, Giorgos Keramidas wrote: > On 2004-10-19 19:15, Mike Jeays <[EMAIL PROTECTED]> wrote: > > On Tue, 2004-10-19 at 08:31, Giorgos Keramidas wrote: > > > On 2004-10-19 07:26, Mike Jeays <[EMAIL PROTECTED]> wrote: > > > > [...] I

Re: Corrupted Zip Disc

2004-11-12 Thread Mike Jeays
On Thu, 2004-11-11 at 15:36, Anthony Arjil wrote: > I am a novice when it comes to computers so I am not certain > if anything on your site will help me. I have a bad 100mb > zip disc that my Iomega can no longer read. I have photos on the disc. > Can anything help retrieve the data? > > Ant

Re: release 5.3 'Configure' missing 'XFree86' option

2004-11-09 Thread Mike Jeays
On Tue, 2004-11-09 at 22:13, e wrote: > hi: > > i downloaded the new 5.3 release (i386 iso disks 1, 2). > > i have installed freebsd many times. this release does not have > 'XFree86' as a 'Configure' option. > > is this me or is there a problem? > > thanks, > > efs > > > ___

Re: How to print to hp JetDirect/LaserJet

2004-10-30 Thread Mike Jeays
Add rm=192.168.1.40 to the /etc/printcap entry. My example is (faraday is the name of the machine with the printer): lp|hp710c:\ :lp=::rm=faraday:rp=lp:lf=/var/log/lpd-errs:sd=/var/spool/lpd:mx#0: ___ [EMAIL PROTECTED] mailing list http://lists.fr

Re: Xmkmf/make problem

2004-10-19 Thread Mike Jeays
On Tue, 2004-10-19 at 08:31, Giorgos Keramidas wrote: > On 2004-10-19 07:26, Mike Jeays <[EMAIL PROTECTED]> wrote: > > On Mon, 2004-10-18 at 19:39, Giorgos Keramidas wrote: > > > On 2004-10-18 19:25, Mike Jeays <[EMAIL PROTECTED]> wrote: > > > >

Re: Xmkmf/make problem

2004-10-19 Thread Mike Jeays
On Mon, 2004-10-18 at 19:39, Giorgos Keramidas wrote: > On 2004-10-18 19:25, Mike Jeays <[EMAIL PROTECTED]> wrote: > > I have several Xlib programs that compiled successfully on earlier > > versions of FreeBSD (4.1 and before), using xmkmf and make. With 5.1, I >

Xmkmf/make problem

2004-10-18 Thread Mike Jeays
I have several Xlib programs that compiled successfully on earlier versions of FreeBSD (4.1 and before), using xmkmf and make. With 5.1, I get an error message: "make: don't know how to make /usr/include/machine/ansi.h. Stop" It looks as though this header file, and several others, have been mov

Re: Unable to umount Cdrom drive.

2004-10-13 Thread Mike Jeays
On Wed, 2004-10-13 at 14:22, Laszlo Antal wrote: > Hi, > > I have FreeBSD 4.10 installed. > When I mount the cdrom with #mount -t cd9660 /dev/acd0c /cdrom > everything works fine.I can get to my ports and everything > But when I want to swap cds and I type #umount /cdrom > I get this error message

Re: When Unix Stops Being Fun

2004-10-03 Thread Mike Jeays
On Sun, 2004-10-03 at 17:26, [EMAIL PROTECTED] wrote: > In a message dated 10/3/04 4:31:47 PM Eastern Daylight Time, > [EMAIL PROTECTED] writes: > >Excuse me while I shred it before the Secret Service comes knocking on > >my door... > > Is the secret service in charge of counterfiting now? (as y

SMTP Authentication

2004-10-03 Thread Mike Jeays
How do I tell sendmail to provide an authentication string when I ask it to send messages to my ISP (a cable provider)? They use PLAIN authentication, and I did not have too much trouble getting the base 64 string by snooping with Ethereal when I sent mail from Evolution, and can send out emails "

Re: freebsd-questions@freebsd.org

2004-09-28 Thread Mike Jeays
On Tue, 2004-09-28 at 18:17, Nicx wrote: >Hi Guy's > >I have problem with my floppy > >always said me : > >Can't open /dev/fd0: > >No such file or directory > >and my floppy disk is corectly installed at my BIOS > >I haven't problem with Linux or Solaris but i don'

Re: What to backup

2004-09-15 Thread Mike Jeays
On Wed, 2004-09-15 at 18:23, Scott Gerhardt wrote: > On Sep 15, 2004, at 1:08 PM, Louis LeBlanc wrote: > > > On 09/15/04 11:19 AM, Curtis Vaughan sat at the `puter and typed: > >> I have a question about what exactly I should backup on my 5.3 FreeBSD > >> Server. So far I have chosen the following

Re: showing which path a user program runs from?

2004-09-13 Thread Mike Jeays
On Mon, 2004-09-13 at 22:37, robg wrote: > hi, say im the user 'rob' and i have the same program in two seperate > folders in my /home dir and run both.. if i run ps it shows me im > running both, but how can i find out which location folder is running > which program shown in ps The "which" comma

RE: Web browsing

2004-09-06 Thread Mike Jeays
On Mon, 2004-09-06 at 10:00, JJB wrote: > [EMAIL PROTECTED] wrote: > > Um, I know this is going to sound stupid, but I am completely > > dumbfounded as to how I can runa web browser in FreeBSD. I got so > > frustrated that I didn't know how to use FreeBSD and the fact that > > Elmira is a Windows c

Re: vi editor related question

2004-08-27 Thread Mike Jeays
On Fri, 2004-08-27 at 20:46, Parv wrote: > in message <[EMAIL PROTECTED]>, wrote > Soo-Hyun Choi thusly... > > > > I edit ... certain text editor under Windows XP, and then I open > > ... using vi editor under FreeBSD. Then, there are bunch of "^M" > > sign at the end of each line. Does anyone know

Re: mtools on -STABLE

2004-08-25 Thread Mike Jeays
On Wed, 2004-08-25 at 18:37, Steven Friedrich wrote: > I discovered the culprit. I recently added acpi to my STABLE kernel. > I've removed acpi and now I get, like before: > > fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 > fdc0: FIFO enabled, 8 bytes threshold > fd0: <1440-KB 3.5" drive>

Re: disk2.iso: rescue disk

2004-08-23 Thread Mike Jeays
On Mon, 2004-08-23 at 17:02, Charles Ulrich wrote: > Hanspeter Roth said: > > Hello, > > > > is the disk2.iso mainly a rescue disk? > > Or does it contain further stuff for installation? > > It is mainly a rescue disk. It contains nothing that you'll actually need for > a FreeBSD install. It would

[Fwd: Re: licensing]

2004-08-18 Thread Mike Jeays
I omitted sending this reply to Chris to the list by mistake. Please correct me if I am wrong. --- Begin Message --- On Wed, 2004-08-18 at 11:06, Chris Knipe wrote: > Quick question > > I'm not sure about the license that FreeBSD falls under. Are we allowed to modify > code (specifically /sb

Re: Problems connecting a digital camera

2004-08-12 Thread Mike Jeays
On Thu, 2004-08-12 at 13:00, Norbert Koch wrote: > Hi! > > I run into problems trying to connect a KONICA_MINOLTA DiMAGE Xg from > my FreeBSD system, FreeBSD 4.10-STABLE i386. > > I think, I've got all the necessary devices in my kernel. > > Now, dmesg tells me > > umass0: KONICA_MINOLTA DiMAGE

RE: Porting new Software into FreeBSD

2004-08-11 Thread Mike Jeays
On Wed, 2004-08-11 at 02:12, Eric Crist wrote: > [EMAIL PROTECTED] wrote: > >> have not yet found a way to port it into FreeBSD ports. Can any body > >> tell me how its done. Are there any documentation on how to do this? > >> > >> The new software is called RURS (Remote Unix Recovery Service). > S

Gnome screensavers

2004-07-13 Thread Mike Jeays
I am blown away by the variety of screen-savers that come with GNOME. I have been running it for about 4 months, and there are still new ones that I haven't seen before. Is there a mechanism running to download new ones automatically, that may be adding to my collection without me being aware of

Re: How to install GIMP

2004-07-13 Thread Mike Jeays
On Tue, 2004-07-13 at 00:44, Jonathan Chen wrote: > On Mon, Jul 12, 2004 at 08:43:18AM +0100, Oryx wrote: > > Hi, i'm just wondering how I could install gimp onto my box, I have > > the package stuff but I don't know how to install it via console (i'm > > new to freebsd by the way) > > If you have

Re: I downloaded everything to no avail! ISO's fail to burn

2004-07-12 Thread Mike Jeays
Jerry Schromm wrote: Hi everyone, I am not sure how this works or if I will ever get feedback. Anyway I just discovered FreeBSD yesterday. I read all about it and I am excited to intrigue myself with this new pc adventure. Sounds great and I will learn something about code at the same time. I f

Re: excluding from tar

2004-07-10 Thread Mike Jeays
On Sat, 2004-07-10 at 22:55, D Golden wrote: > I've created a tar archive of my entire system, but I want to exclude > everything in /proc , /usr/ports, and the FILE /usr/backup.tar when > updating the archive. I've tried: > > 1. cd / && tar -vu --file /usr/backup.tar * --exclude=/proc > --exclude

RE: [WAAAY OT]

2004-07-02 Thread Mike Jeays
On Thu, 2004-07-01 at 20:43, Eric Crist wrote: > That's it! Reason for my question was that a buddy asked me as a trivia > question. Bet me $50 I couldn't figure it out (we both agreed any > method I could use was OK) by the time he left for Vancouver, WA > tomorrow morning. > > Thanks guys. >

Re: USB drive questions

2004-06-20 Thread Mike Jeays
On Sat, 2004-06-19 at 09:13, stan wrote: > I had a vendor give me a USB memory stick as a promotional giveaway > yesterday. Kind of amazing theat they have gotten cheap enough for this. > > In any case, I pluged it into my laptop with STABLE on it (cvsuped last > weekend). It recognized the device

Re: Leaving a server on all day

2004-06-08 Thread Mike Jeays
On Tue, 2004-06-08 at 16:06, Bill Moran wrote: > Charles Swiger <[EMAIL PROTECTED]> wrote: > > > On Jun 8, 2004, at 1:59 PM, Bill Moran wrote: > > >> Hopefully I'll get my flat screen back soon from repair. I guess > > >> those use > > >> less power, right? > > > > > > I remember having this con

Re: statistical program for FreeBSD?

2004-06-04 Thread Mike Jeays
On Thu, 2004-06-03 at 21:58, Gary wrote: > Hi all, > > Does anyone know of a statistical program that will run in FreeBSD? I am > looking for one that will run the Heckman's Phase 2 model, as SPSS will not > run it. The only one I know of is SAS, but it is for windows only.. (costs a > lot of mone

Gnome System Monitor 2.2.2

2004-05-31 Thread Mike Jeays
This applet works fine for CPU and memory, but shows 0% for network utilization on my machine, even when doing a heavy FTP transfer. Is there some magic setting somewhere, please? FreebSD 5.1 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.

Re:

2004-05-24 Thread Mike Jeays
On Mon, 2004-05-24 at 09:58, [EMAIL PROTECTED] wrote: > I have an older computer wich cant`t boot CD-ROM discs and I hawe two ways: > -to boot from the hard disc; > -or to boot from the floppy and instal it from CD-ROM. > But i have no idea how to do this. > Marko, Slovenia > > __

FreeBSD mailing lists

2004-05-21 Thread Mike Jeays
Hi! I have received no messages at all from freebsd-questions, or one or two of the other FreeBSD mailing lists, for about 2 days. Do you know if there is a problem at their end, or has perhaps my ISP decided they are all spam? ___ [EMAIL PROTECTED]

Re: mounting usb camera - no /dev/da* !!!

2004-05-18 Thread Mike Jeays
On Tue, 2004-05-18 at 04:09, Ben Paley wrote: > On Tuesday 18 May 2004 04:02, Mike Jeays wrote: > > On Mon, 2004-05-17 at 19:16, Jason Taylor wrote: > > > I have a similar situation with a Cannon Powershot A40. I can't mount > > > it, but gphoto is able to acce

Re: mounting usb camera - no /dev/da* !!!

2004-05-17 Thread Mike Jeays
On Mon, 2004-05-17 at 19:16, Jason Taylor wrote: > I have a similar situation with a Cannon Powershot A40. I can't mount > it, but gphoto is able to access it. I had to modify a config file or > two in order for the ugen devices to be created writable by anyone other > than root. Sorry, I don

Re: Simulating network latency

2004-05-14 Thread Mike Jeays
On Fri, 2004-05-14 at 19:05, Kevin Stevens wrote: > On Fri, 14 May 2004, Mike Jeays wrote: > > > Is there a way to set up a machine with two network cards, which will > > simply forward every packet from one card to the other, but will > > introduce an arbitrary delay per

Simulating network latency

2004-05-14 Thread Mike Jeays
We have a proprietary application which will not work properly over our WAN, even though there is more than enough bandwidth. It works fine on a LAN. We suspect a latency problem, mainly because we can't think of anything else it might be. We are not getting any help from the vendor. Is there a

Re: Format floppy problem

2004-03-16 Thread Mike Jeays
On Tue, 2004-03-16 at 11:39, Prodigy wrote: > When u formated your floppy, u have to use disklabel to label floppy disc: > disklabel -w -r /dev/fd0 fd1440 > > and then u have to make new file system on that floppy: > newfs /dev/fd0 > > That's all, now u can mount your floppy disc. > > > Hi folks

Re: extra pages when printing text files using pr and lpr

2004-03-12 Thread Mike Jeays
On Thu, 2004-03-11 at 23:09, rogermiller wrote: > Hi, all. > > I write a lot of plain text files, and print them to a dot matrix > printer attached to my parallel port. To do so, I use the pr command > to add headers, as follows: > pr -o 8 filename | lpr > > The problem is that the system alway

Re: Remote access in 5.1

2004-03-10 Thread Mike Jeays
On Tue, 2004-03-09 at 23:41, Kris Kennaway wrote: > On Tue, Mar 09, 2004 at 11:13:21PM -0500, Mike Jeays wrote: > > Since upgrading from 4.7 to 5.1, I can no longer open an xterm from > > another machine by setting the DISPLAY variable to point to the 5.1 > > machine. Is there

Remote access in 5.1

2004-03-09 Thread Mike Jeays
Since upgrading from 4.7 to 5.1, I can no longer open an xterm from another machine by setting the DISPLAY variable to point to the 5.1 machine. Is there some setting that is now disabled by default for security? Other connectivity works fine. ___ [EMAI

Re: Email account utilization warning.

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

Re: Fail to start KDE

2004-02-24 Thread Mike Jeays
On Tue, 24 Feb 2004 21:51:14 +0800 Stephen Liu <[EMAIL PROTECTED]> wrote: > > >>- snip - > >> > >> > >>2) > >>After starting 3 'Xterm windows' I can start KDE 3.1 from any one of the > >>'Xterm window' with; > >> > >># startkde > >> > >>It worked with KDE started. > >> > >> > >>3) On INIT 3/text

Re: Fail to start KDE

2004-02-23 Thread Mike Jeays
On Mon, 23 Feb 2004 11:48:56 +0800 Stephen Liu <[EMAIL PROTECTED]> wrote: > Mike Jeays wrote: > > >>Version 5.2 > >>new installation > >> > >>- snip - > >> > >> > > > >Create a file .xinitrc in the home directo

Re: Fail to start KDE

2004-02-22 Thread Mike Jeays
On Sun, 22 Feb 2004 11:07:52 -0600 Chris <[EMAIL PROTECTED]> wrote: > On Sunday 22 February 2004 10:33 am, Mike Jeays wrote: > > On Sun, 22 Feb 2004 23:46:54 +0800 > > > > > Create a file .xinitrc in the home directory, containing the single > > line 'st

Re: Fail to start KDE

2004-02-22 Thread Mike Jeays
On Sun, 22 Feb 2004 23:46:54 +0800 Stephen Liu <[EMAIL PROTECTED]> wrote: > Hi all folks, > > Version 5.2 > new installation > > I encountered problem in starting KDE after installation. > > 1) > KDE installed > pkg_info | grep kde > kde-3.1.4 The "meta-port" for KDE > kdeaddons-3.1.4 Additiona

Re: Failure to probe devices

2004-01-04 Thread Mike Jeays
Lowell Gilbert wrote: Mike Jeays <[EMAIL PROTECTED]> writes: I am not sure what else there is to post. The machine gets to the point where it says something like "Probing devices - this may take a while", and then nothing else happens. I read the 5.1 errata, and tried switch

Re: Failure to probe devices

2004-01-04 Thread Mike Jeays
Subhro wrote: Hello Mike, Did u recompile the kernel? If yes then can u just include the kernel config file? Also did u include any non standard flags in /etc/make.conf? Cheers! Subhro -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Jeays Sent

Re: Failure to probe devices

2004-01-03 Thread Mike Jeays
Lowell Gilbert wrote: Mike Jeays <[EMAIL PROTECTED]> writes: I have a Pentium 4 1.8 Ghz on an ASUS P4S533 motherboard. FreeBSD 5.1 fails to install - it just hangs while probing for devices, and I left it for many minutes. There is no ZIP or JAZZ drive; just an IDE disk and an LG

Failure to probe devices

2004-01-03 Thread Mike Jeays
I have a Pentium 4 1.8 Ghz on an ASUS P4S533 motherboard. FreeBSD 5.1 fails to install - it just hangs while probing for devices, and I left it for many minutes. There is no ZIP or JAZZ drive; just an IDE disk and an LG CD-RW drive. This machine installs and runs FreeBSD 4.7 with no problems, a

USB disks on FreeBSD 4.7

2003-11-23 Thread Mike Jeays
I have a 4.7 system, and have trouble with an Apacer Flash Memory 64 MB disk. I can read and write the FAT system on it if it is plugged in at boot time, but I cannot remount it if I unmount it, unplug it, and then plug it in again. Is this a known problem in 4.7 that is fixed in later versions,

OpenOffice and Mozilla

2003-02-20 Thread Mike Jeays
Several times I have found that running OpenOffice 1.0 on FreeBSD 4.7 has corrupted my Mozilla settings. The contents of .mozilla looks intact, but it refuses to recognize my profile. I have to build a new profile, and move over my bookmarks and mail folders. Mozilla/5.0 (X11; U; FreeBSD i386;

Re: mounting a dos file system

2003-01-10 Thread Mike Jeays
Adam Stroud wrote: Instal Samba. I have a silimar situation, and Samba works great foe me. I have small network at home, my system running freebsd and two other systems running windoze. I would like to be able to mount one of the logical dos drives on one of the windoze systems so I can tra

Re: Bystander shot by a spam filter.

2003-01-04 Thread Mike Jeays
Mike, this message was originally posted to the FreeBSD-chat mailing list, where by definition it's on topic. It is definitely not on topic for FreeBSD-questions. Please don't forward this sort of thing to this list. Greg -- When replying to this message, please copy the original recipients. I

Re: Bystander shot by a spam filter.

2003-01-04 Thread Mike Jeays
Brett Glass wrote: At 07:05 AM 1/1/2003, Cliff Sarginson wrote: Let's stop kicking Richard Stallman. He has his own agenda. It should remain his own. But GCC is why you can compile FreeBSD. No, it's not. You can compile FreeBSD because it's written in C. GCC just happens to b

Re: FreeBSD Stability

2003-01-02 Thread Mike Jeays
Dimitry Andric wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2003-01-03 at 02:29:49 Chris Doherty wrote: Additionally HP-UX, Linux, Solaris and recent releases of FreeBSD cycle back to zero after 497 days wacky. how/why is this the case? 2^32/100/24/60/60 ~= 497.1

Re: Shell guru needed.

2003-01-02 Thread Mike Jeays
mike wrote: Hey guys. heres the skinny. I have a huge library and i want to organize it. I want find to go through recursively, and move any "pdf" files it finds to a certain directory. I need an example piece of script on how i would confront this. It will save me hours if not days so thanks in

Re: Error when trying to mount cd

2002-12-31 Thread Mike Jeays
Stacey Roberts wrote: On Tue, 2002-12-31 at 21:29, Kevin Greenidge wrote: --- Stacey Roberts <[EMAIL PROTECTED]> wrote: On Tue, 2002-12-31 at 17:28, Kevin Greenidge wrote: I was trying to mount a Windows XP disk to use as a test. Hi Kevin, To test what?

Re: Browser delays

2002-12-30 Thread Mike Jeays
correctly. After a timeout on the series of requests a request is submitted in ipv4 format and the connection is made. The only thing to do is force FreeBSD to use only ipv4 addresses. Dean Scott Network Engineer Familymeds, Inc. -Original Message----- From: Mike Jeays [mailto:[EMAIL

Re: Browser delays

2002-12-30 Thread Mike Jeays
Robin Damm wrote: On Sun, Dec 29, 2002 at 09:48:04PM -0500, Mike Jeays wrote: When browsing certain web sites, including www.cnn.com, there is about a 90 second delay when I load the first page; subsequent pages are quite fast. I don't get the same problem with Windows 2000. Any sugges

Browser delays

2002-12-29 Thread Mike Jeays
I am using Mozilla 1.0 with FreeBSD 4.7. The machine is attached to a cable-TV high-speed service via an SMC Barricade router. I get IP addresses assigned by DHCP running on the router. I have tried without the router (connecting directly to the cable modem), and get the same results. When brow

Re: cron/crontab befuddlement

2002-12-26 Thread Mike Jeays
Kirk Bailey wrote: ok, I read man cron and man crontab, and it's as clear as mud. Anyplace I can read more and maybe make the light dawn on this useful feature? OR, would anyone care to explain more? Basically, you create a file where each line is a command to be executed on a given schedule.

Re: List etiquette

2002-12-23 Thread Mike Jeays
Cliff Sarginson wrote: On Sun, Dec 22, 2002 at 08:39:17PM -0500, John Bleichert wrote: On Sun, 22 Dec 2002, Dan Nelson wrote: Date: Sun, 22 Dec 2002 18:38:37 -0600 Subject: Re: List etiquette In the last episode (Dec 22), Mike Jeays said: Many times I have asked questions on this

Re: Padding expr output

2002-12-22 Thread Mike Jeays
Kurt Bigler wrote: on 12/22/02 3:57 PM, BSD Freak <[EMAIL PROTECTED]> wrote: Hi all, I am usiung expr in a shell script and need to pad it's output to always be 3 characters. An example will explain thing better: % expr 007 + 1 Output is 8 I need the output to be 008 I checked the expr m

List etiquette

2002-12-22 Thread Mike Jeays
Many times I have asked questions on this list, and had helpful replies from one or more people. My usual practice is to reply to them directly and thank them, and tell them whether their idea helped. This avoids cluttering up the list with "thank-you" messages, but may look as though I haven't b

Re: Copying a CD

2002-12-22 Thread Mike Jeays
David S. Jackson wrote: On Sat, Dec 21, 2002 at 09:44:58PM -0500 Mike Jeays <[EMAIL PROTECTED]> wrote: How can I use dd to copy a CD? The command below does not work - I presume I have failed to understand something. I have tried other devices begining "acd". 209 ~# dd

Copying a CD

2002-12-21 Thread Mike Jeays
How can I use dd to copy a CD? The command below does not work - I presume I have failed to understand something. I have tried other devices begining "acd". 209 ~# dd if=/dev/acd0c of=x1 dd: /dev/acd0c: Invalid argument 0+0 records in 0+0 records out 0 bytes transferred in 0.000219 secs (0 byt

Re: Drawing diagrams a-la-Visio

2002-12-21 Thread Mike Jeays
Cliff Sarginson wrote: Ok, thanks for the answers. I shall have a look at the various suggestions... I may also mail whoever makes Visio and say what an excellent X11 application it would make :) It's sold by Microsoft - although they bought it from someone else. I don't think they will be i

Re: Drawing diagrams a-la-Visio

2002-12-21 Thread Mike Jeays
David Schultz wrote: Thus spake Cliff Sarginson <[EMAIL PROTECTED]>: I am looking for an application that will allow diagrams to be drawn (such as network topologies) similar to the Windows program Visio (I think that is what it is called). One that has some pre-defined shapes/lines etc suitab

Re: Going from Windows to X - suggestions

2002-12-18 Thread Mike Jeays
Marco Radzinschi wrote: On Wed, 18 Dec 2002, Raphaël Dingé wrote: Install KDE and/or gnome. Your call. I'm new to FreeBSD myself, having used blackbox window manager on a P133 with 48MB of RAM. Though it's not impossible, with only 16MB or RAM, GNOME or KDE would probably be pushing

Scanners and software

2002-12-14 Thread Mike Jeays
Does anyone know of a combination of scanner and software that works well with FreeBSD (4.7)? The machine has USB ports built into the ASUS P4S533 motherboard. I am looking for a scanner that will handle both 35mm and 2 1/4 inch square black and white negatives with good resolution. To Unsubs

Re: NEC Versa LX and 3COM Megahertz

2002-10-29 Thread Mike Jeays
Warren Block wrote: On Tue, 29 Oct 2002, Mike Jeays wrote: I have a NEC Versa LX (Pentium 200), with a 3Com Megahertz combined Ethernet and modem PCMCIA card (3CCFEM556 B). The Ethernet part works fine under a well-known proprietary OS, but FreeBSD 4.7 refuses to see it on boot-up. I have

NEC Versa LX and 3COM Megahertz

2002-10-29 Thread Mike Jeays
I have a NEC Versa LX (Pentium 200), with a 3Com Megahertz combined Ethernet and modem PCMCIA card (3CCFEM556 B). The Ethernet part works fine under a well-known proprietary OS, but FreeBSD 4.7 refuses to see it on boot-up. I have fiddled with the BIOS options, but have had no success. Any sugge

NEC Versa LS and 3COM Megahertz card

2002-10-28 Thread Mike Jeays
I have a NEC Versa LX (Pentium 200), with a 3Com Megahertz combined Ethernet and modem PCMCIA card (3CCFEM556 B). The Ethernet part works fine under a well-known proprietary OS, but FreeBSD 4.7 refuses to see it on boot-up. I have fiddled with the BIOS options, but have had no success. Any sugge

Releasing IP addresses

2002-10-14 Thread Mike Jeays
How can I release IP addresses obtained by DHCP? I need to do the equivalent of "ipconfig /release" under Windows 2000, or the winipcfg utility in Windows 95. -- Mike Jeays : Informatics Technology Services Division, Statistics Canada Room 3200, Main Building, Holland Aven

<    1   2   3   4   >