Re: Flash, FreeBSD and Opera

2003-11-05 Thread William O'Higgins
On Tue, Nov 04, 2003 at 11:19:07PM -0800, lists wrote: >I just got Flash working on FreeBSD 4.8 RELEASE, so I hope this helps >you with 5.1. > >First off, I'm running linux-opera from the ports. Here is the output >from pkg_info | grep opera: linux-opera-7.11.20030515_2. > >Second, I installed t

portupgrade -arR

2003-11-11 Thread William O'Higgins
Quite foolishly, I ran this command without thinking it through: portupgrade -arR It's been running for 15 hours or so now, and I'm wondering how much longer it is likely to take? I realize that "that depends" , but I've love some anecdotal hints if anyone's got some. I installed 4.8 from a CD,

exim not running after portupgrade?

2003-11-13 Thread William O'Higgins
I recently ran portupgrade to get to a state that approximates current, and when I rebooted exim is not running. It used to, just fine, but now when I boot I've got no MTA. I can tell you, fetchmail thinks this is quite the problem :-) What could have caused this? As far as I can tell it was be

Re: beeping on console...NOT X - related question

2003-11-14 Thread William O'Higgins
On a related note, where do you set the amount of scrollback kept in the console or xterm? If I want to Shift-PageUp I can only go a few screens before stopping. I don't need to scroll back to the beginning of something really silly like 'find / *e*', but I'd love to be able to get back to the be

wireless networking

2003-11-23 Thread William O'Higgins
After much effort I found a wireless PCMCIA card that is supported by FreeBSD. Now I have to get connected to a wireless network, and I need some help. I have read man wi, and the Handbook, but I'm still missing something. When I stick in the card in it is recognized and here is the output of if

Re: vim keyboard mapping problems (ssh)

2003-11-26 Thread William O'Higgins
should be able to find the settings you need. -- yours, William O'Higgins [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: wireless networking

2003-11-28 Thread William O'Higgins
On Mon, Nov 24, 2003 at 06:26:09AM -0500, Bruce Mackay wrote: > I'm no networking guru but I had similar issues trying to get my network up > and running. I ran "route add default 192.168.1.1" at the command prompt which > started to let me ping my router. I guess in your case you probab

Re: wireless networking

2003-11-28 Thread William O'Higgins
On Mon, Nov 24, 2003 at 09:03:29AM +0200, Kim Fredenberg wrote: > >>sudo ifconfig wi0 ssid kieran >> >>I still cannot ping either by ip or dns. Here is the output of >>ifconfig: >> > >What are you trying to ping, your gateway or something in the Internet? >If your pinging outside of your network

ASUS WL-100

2003-12-01 Thread William O'Higgins
After much rooting through this list's archives I tried adding this to /etc/pccard.conf: # Asus WL-100 card "ASUS" "802_11b_PC_CARD_25" config auto "wi" ? insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop Now that card works just fine. Now, s

config(8) out of sync with source

2003-12-01 Thread William O'Higgins
I've been googling this error: Your version of config(8) is out of sync with your kernel source. and looked through the FAQ, Handbook and list archives and I can't find a fix. I have installed this system via a 4.9 RELEASE CD, and updated via cvsup a couple of times, and I need to recompile the

Re: config(8) out of sync with source

2003-12-03 Thread William O'Higgins
>> Your version of config(8) is out of sync with your kernel source. >> > >Did you follow the procedure out of the handbook? > ># cvsup ># make buildworld ># cd /usr/src ># make buildkernel KERNCONF=MYKERNEL ># make installkernel KERNCONF=MYKERNEL ># make installworld I hadn't used that method, b

Re: config(8) out of sync with source

2003-12-03 Thread William O'Higgins
>> >> Your version of config(8) is out of sync with your kernel source. >> > >> >Did you follow the procedure out of the handbook? >> > >> ># cvsup >> ># make buildworld >> ># cd /usr/src >> ># make buildkernel KERNCONF=MYKERNEL >> ># make installkernel KERNCONF=MYKERNEL >> ># make installworld >>

Re: a technical how to

2003-12-08 Thread William O'Higgins
On Mon, Dec 08, 2003 at 05:51:25PM -0800, homeyra g wrote: >Here is the question: How to truncate a file from the >begining to a certain point in the file? You can do this in vi. If you are trying to keep only the beginning, you'd do this, where ++ is the first line you don't want: :++,$d If y

laptop booting issue

2003-09-10 Thread William O'Higgins
boot the remnants of the previous OS (Win98), but if I hit F2 I get squat. Does this ring any bells for anyone? Or should I just install Windoze first (I have to dual-boot :-( ) and then try again? Any input would be appreciated. Thanks. -- yours, William O'Higgins [EMAIL

Re: laptop booting issue - RESOLVED

2003-09-11 Thread William O'Higgins
On Wed, Sep 10, 2003 at 07:55:10PM -0700, lists wrote: >William O'Higgins wrote: > >>I recently installed FreeBSD 4.8 on a ThinkPad 600X. The install seemed >>to go fine, but when I reboot and I look at the menu, I have two choices >>- F1 DOS, F2 FreeBSD. There is

PCMCIA NIC

2003-09-11 Thread William O'Higgins
I have FreeBSD installed on a laptop, but I am having trouble with setting up networking. ifconfig does not show the PCMCIA NIC (3Com 10/100, pretty standard and works under Linux, so I expect it's supported), and after some looking I think that I have the necessary kernel parameters built, but I

Re: PCMCIA NIC

2003-09-11 Thread William O'Higgins
Original problem description: >>> ifconfig does not show the PCMCIA NIC (3Com 10/100, pretty standard and >>> works under Linux, so I expect it's supported), and after some looking I >>> think that I have the necessary kernel parameters built, but I'm >>> definitely missing something. One of seve

running at as a user

2003-09-21 Thread William O'Higgins
How do you run at as a user? I get the following error: at: you do not have permission to use this program I thought it might work to change the permissions on the executable to 555, but that yields the same result. Suggestions? -- yours, William ___

writing pdfs

2003-10-10 Thread William O'Higgins
I have grown tired of using MS Word as my standard document output format. I haven't gotten OpenOffice to work under FreeBSD (and it isn't my favourite tool by a long shot) and I am most happy generating text in vi. PDF is eminently portable, and I think that it would suit my purposes nicely. I

Re: writing pdfs

2003-10-10 Thread William O'Higgins
Thanks to all who, very quickly, gave recommendations, hints, references and ports locations. An excellent response. I'm going to look into DocBook and LaTex and see where that takes me. Thanks also to those who offered help with OpenOffice, but I have come to *profoundly* dislike Word and all i

Re: *Editing* PDFs?

2003-10-13 Thread William O'Higgins
On Mon, Oct 13, 2003 at 09:59:31AM -0700, Bill Campbell wrote: >On Mon, Oct 13, 2003, Alexander Farber wrote: >>I've read some where that the new OpenOffice is capable of pdf-output > >There's an article in this month's Linux Journal on Scribus saying that it >has very good PDF capabilities. The a

data flow diagrams

2003-10-15 Thread William O'Higgins
Is there any software in the ports tree that will help build data flow diagrams? I've done some looking but haven't come up with anything. Thanks. -- yours, William ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

hacking broken ports

2003-11-02 Thread William O'Higgins
I was trying to build mplayer tonight, and I ran into a problem with net/liveMedia. The port that I've got calls for the build done on 10.24.2003. This file was unavailable on *any* of the listed mirrors, with the closest match being one built on 10.30.2003. I got around this problem by putting

Re: killing sendmail, using exim

2003-06-05 Thread William O'Higgins
On Thu, Jun 05, 2003 at 07:06:02PM +0800, Robert Storey wrote: >Sendmail is the default MTA, but I have Exim installed and now would like that to be >my mail server. I'd like to be able to kill Sendmail startup permanently, and have >Exim start at boot time, but I'm not sure how to do this. > >I

laptop install problem - usb cd drive

2003-06-26 Thread William O'Higgins
The Challenge: An old laptop, with no OS that can only boot from a floppy. I want to install FreeBSD. I have a USB CDROM, but I cannot make it bootable at the BIOS level. I have a network card (PCMCIA) but no knowledge of how to get drivers for it on a FreeBSD install floppy. I'm pretty sure I

colour in the console and xterms

2003-07-09 Thread William O'Higgins
I am trying to migrate to FreeBSD from Linux, but some things just aren't working the way I'd like. When I launch an xterm it honours my .bashrc, and I get my custom prompt, which includes colour, but no other colour seems to work - not vim, not ls -G, not mutt. In the console, however, I never g

Re: mgapdesk crash

2003-08-26 Thread William O'Higgins
On Mon, Aug 25, 2003 at 01:58:36PM -0400, James Halstead wrote: >I am curious if anybody has had any luck using the mgapdesk port. A >friend of mine has a computer with a matrox g550 installed, after >a fresh install of 4.8, newest X port and running X -configure, >the mgapdesk program seems to jus

exim configurations?

2003-08-28 Thread William O'Higgins
Is anyone using exim as their MTA? I am attempting to migrate to FreeBSD, but this is my stumbling block. exim works, but it will not send mail out of the machine, and the log has "Operation timed out" messages for every queue run on every message until they get returned as undeliverable. Has an