Re: linux netscape plugins with freebsd browser

2002-09-24 Thread Kris Kennaway
On Tue, Sep 24, 2002 at 01:09:19AM -0400, Wesley Morgan wrote: Is it possible, using some black magic, to use the linux netscape plugins with a native freebsd browser? Now that Opera is going to sport a FreeBSD binary I am curious if this will allow me to dump the linux versions without

ucom crash

2002-09-24 Thread john
Hi, I've just been starting to use the ucom drive (with uplcom for USB-RS232) and have had a few system crashes. It seems to be when the control lines are changed (ie; losing carrier, etc) it crash the system. I haven't caught the kernal at it yet (just seen the results...). I was wondering if

Re: Upgrading using /stand/sysinstall

2002-09-24 Thread Greg Lane
On Tue, Sep 24, 2002 at 03:58:03PM +1000, Danny [EMAIL PROTECTED] wrote: Dear Gregory, I found the old files by typing in /usr/libexec/locate.updatedb - locate master.passwd backup# ls aliases.bak group.bak2 master.passwd.bak2 group.bak

Re: 2.2 Snapshot

2002-09-24 Thread Matthew Seaman
On Mon, Sep 23, 2002 at 02:50:10PM -0400, Bob Bomar wrote: I am looking for a snapshot of 2.x Stable . Does anybody know where I can find it? There are 2.2.8-RELEASE mini iso images listed here: http://www.freebsdmirrors.org/FBSDsites.php3?showi386ISO=do Cheers, Matthew --

Problem with Sendmail or pop3d

2002-09-24 Thread Peter Rosa
Hi all, please advice with small problem. I have the gateway running FreeBSD 4.3 with sendmail and pop3d. It seems to slow down all downloads of localy saved mails. Two months ago I can download eg. 5MB mail up to 15 secs, now it is about 2-3 mins. It is still worse and worse :-((( Where could

find -exec : no terminating ;

2002-09-24 Thread rene
$ find . -type f ./ab ./de ./x/fg { (root@messenger) (10:12P) (#41:41) }- { (/home/rene/t ) (/root) }- $ find . -type f -exec cat {} r find: -exec: no terminating ; { (root@messenger) (10:12P) (#42:42) }- { (/home/rene/t ) (/root) }- $ find . -type f -exec cat {} r; find: -exec: no

Re: find -exec : no terminating ;

2002-09-24 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-09-24 10:44:24 +0200: $ find . -type f -exec cat {} r; find: -exec: no terminating ; if you don't quote the semicolon your shell will eat it. % find . -type f -exec cat {} r \; but this is quite an abuse of the sorry animal. % cat `find . -type

Re: Lagged behavior by Postnuke. Offtopic? No.

2002-09-24 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-09-24 10:51:54 +0200: Hi. I'm running FreeBSD 4.6-STABLE with Apache+IPv6 1.3.26 and mod_php4-4.2.3. I recently installed PostNuke into http://www.terrabionic.com/nma, but when it takes about 15 minutes to load I'm getting the feeling something is wrong.

Writing a start / stop script (getting pid)

2002-09-24 Thread Pascal Giannakakis
Lo ppl, how to i get the pid of a process i start in a shellscript? The Variables $$ / $PID are not really of use. What i would like to have, is some sort of command with has the return value of another startet script. The background: i try to write a rc.d script for ftpd, and i need

RE: Writing a start / stop script (getting pid)

2002-09-24 Thread Barry Byrne
Pascal: You can use the -p option of ftpd to write it's PID to a file. Something like ftpd -D -p /var/run/fptd.pid should probably work. - Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland -Original Message- From: [EMAIL

Re: Writing a start / stop script (getting pid)

2002-09-24 Thread Daniel Bye
On Tue, Sep 24, 2002 at 11:40:33AM +0200, Pascal Giannakakis wrote: Lo ppl, how to i get the pid of a process i start in a shellscript? The Variables $$ / $PID are not really of use. What i would like to have, is some sort of command with has the return value of another startet

latest apache13-modssl does not compile

2002-09-24 Thread James Green
Hi all, Sorry if this has been posted before, but I've not seen anything in the bug report db. I've got three boxes running FreeBSD4.5 with no src upgrades. I've got an up to date ports collection using cvsup. Gone into /usr/ports/www/apache13-modssl and done 'make build'. It gives me: cc -c

RE: Writing a start / stop script (getting pid)

2002-09-24 Thread Pascal Giannakakis
I'm sorry, i searched for PID in the manpage... Thanks! Pascal: You can use the -p option of ftpd to write it's PID to a file. Something like ftpd -D -p /var/run/fptd.pid should probably work. - Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2,

Wine GetSystemInfo

2002-09-24 Thread Vladislav A. Ott
Hi! I have problem with run wine ... wine winetest fixme:reg:GetSystemInfo not yet supported on this system FreeBSD 4.7 wine-20020804 To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: GUI Email Clients || Office Apps

2002-09-24 Thread John Bleichert
On Mon, 23 Sep 2002, MET wrote: Date: Mon, 23 Sep 2002 17:32:48 -0400 From: MET [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: GUI Email Clients || Office Apps 1) I'm wondering what people's favorite GUI email clients are that will run under KDE 3.0. Most KDE users I know who

Re: GUI Email Clients || Office Apps

2002-09-24 Thread ScaryG
On Mon, 23 Sep 2002 17:32:48 -0400 MET [EMAIL PROTECTED] wrote: 1) I'm wondering what people's favorite GUI email clients are that will run under KDE 3.0. I was pleased with Kmail, which is part of KDE but then switched to Sylpheed (it's in the ports) but both are quite nice. 2) What's the

Shoutcast on FreeBSD

2002-09-24 Thread Andreas Wideroe Andersen
Yesterday I played around with Nullsoft's SHOUTcast server (mp3 streaming) and things worked very well. I was looking for it in ports, but couldn't find it there so I had to install the tgz file offered from Nullsoft. Does SHOUTcast server exist as a FreeBSD port? If not, why? Is SHOUTcast a

RE: latest apache13-modssl does not compile

2002-09-24 Thread James Green
Hi Mathew, mm is already 1.2.1: bash-2.05a$ pkg_info |grep ^mm mm-1.2.1Shared memory allocation library for applications with pre- Any other ideas? James. -Original Message- From: Matthew Seaman [mailto:[EMAIL PROTECTED]] Sent: 24 September 2002 14:12 To: James Green

Re: changing subjects [in this manner]

2002-09-24 Thread Kirk Strauser
At 2002-09-24T05:22:39Z, Peter Leftwich [EMAIL PROTECTED] writes: PS - And that reminds me! Why am I still ssh'ing someplace and running pine when I could be running xpine and (probably) POP3s'ing my mail to my box!!! Because you haven't discovered fetchmail and mutt yet? :) -- Kirk

Re: cvsup tag problem

2002-09-24 Thread Lowell Gilbert
Rafal Grzybowski [EMAIL PROTECTED] writes: On Mon, 23 Sep 2002, Adam Weinberger wrote: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvs-tags.html I've read this but what if there are some tag name changes, I think I could expect RELENG_5 in the future ? This document

File - To_Unsubscribers.txt

2002-09-24 Thread Gel_Candle_News Moderator
We hate to lose you... We are so sorry to hear that you have unsubscribed to Gel Candles News Newsletter Can we win you back? If you have any comments on how we could improve the newsletter or comments on why you left, please write to us at: [EMAIL PROTECTED] We appreciate your feedback.

Is there anything like Linux Virtual Server Project for FreeBSD

2002-09-24 Thread r . brighenti
Hi all, Anyone know if there is something similar to the Linux Virtual Server Project for FreeBSD? Cheers Ray Corpex Limited * email virus protection * Server Co-Location UK Germany* Web Site Hosting * Domain Name Services http://www.corpex.com T +44 (0)207 430 8000 F +44(0)207 430

Re: ports dont build: WTF

2002-09-24 Thread Kent Stewart
anon user wrote: hi , iam a freeBSD noobie. i've tried to build some ports. like kdevelop-1.4.1.tar.gz and vice-1.2.tar.gz they error out .. stop .. well crap !! .. so wtf is up with this stuff ?? .. i've tried cvsup it connects says its doing it , but i dont get any version changes.

Re: ports dont build: WTF

2002-09-24 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-09-24 08:54:41 -0700: anon user wrote: hi , iam a freeBSD noobie. i've tried to build some ports. like kdevelop-1.4.1.tar.gz and vice-1.2.tar.gz they error out .. stop .. well crap !! .. so wtf is up with this stuff ?? .. i've tried cvsup it connects says its

Can IPFW keep state after a flush?

2002-09-24 Thread Kirk Strauser
From what I can tell, ipfw's 'flush' command clears the ruleset *and* the current list of dynamic (keep-state) rules. Is there any way to ask ipfw to flush only the ruleset, but to leave the dynamic rules intact? Ideally, ipfw could be made to compare the curreny dynamic rules against any new

Strange Behavior with ALL Java based GUI applications

2002-09-24 Thread Weston M. Price
Hello, I am having an awful time with any sort of Java application that requires a graphical user interface. I am using the native JVM 1.3.1 provided in the ports collection. If I try to run ANY of the following applications: RealPlayer Eclipse JEdit Forte etc. I get errors such as

Chroot

2002-09-24 Thread Gerard Samuel
Im trying to figure out how to restrict users from leaving their home directories. I would enter the new directory /usr/home/developer and issue the chroot command - hivemind# chroot /usr/home/developer chroot: /bin/csh: No such file or directory What am I doing wrong?? Also when this is set,

Re: Chroot

2002-09-24 Thread Brossin Pierrick
Hi, || Im trying to figure out how to restrict users from leaving their home || directories. || I would enter the new directory /usr/home/developer and issue the || chroot command - || hivemind# chroot /usr/home/developer || chroot: /bin/csh: No such file or directory It's because a chrooted

help out with internetpage

2002-09-24 Thread Josef El-Rayes
hi! i study computer science in austria and i am a convinced user of freebsd, therefore i would like to help out. altough i have some coding skills, i fear there are not good enough for helping you with the code ouf freebsd itself, but i have well knowledge of html php, so i wish to help you

Re: Chroot

2002-09-24 Thread Gerard Samuel
Your first half made total sense, and I was able to lock the root user in /home/developer when chroot was executed. Your second half however, is not clicking with me at the moment. Here is what I did 1. Under /home/developer/bin create a new file (my_sh) with this - #!/bin/sh

Graphical Interface?

2002-09-24 Thread Mooney Potter
I am used to shells only on FreeBSD and does FreeBSD have a windows graphical interface like Mandrake? Cause I'm looking for a OS with text commands not much grapical interface. -xachen _ http://fastmail.ca/ - Fast Secure Web

FreeBSD vs. Linux || Possibly wrong list

2002-09-24 Thread MET
I've been doing a LOT of reading, and I can't seem to find anything resembling a clear answer. The one truth I've found is this, there are more 'stupid' Linux users than there are FreeBSD users. So I figured I'd ask this to a FreeBSD mailing list, as opposed to a Linux one. 1) What is the BIG

Re: FreeBSD vs. Linux || Possibly wrong list

2002-09-24 Thread Erik Trulsson
On Tue, Sep 24, 2002 at 02:24:48PM -0400, MET wrote: I've been doing a LOT of reading, and I can't seem to find anything resembling a clear answer. The one truth I've found is this, there are more 'stupid' Linux users than there are FreeBSD users. So I figured That is just because there are

Re: FreeBSD vs. Linux || Possibly wrong list

2002-09-24 Thread Mark Haney
1) What is the BIG difference between FreeBSD and Linux? Is it truly a 'big' difference, or do people just exaggerate the truth? 2) Since FreeBSD offers its 'Linux Compatibility' - will that allow me to use programs that were written on and for a Red Hat version of Linux? Matthew, I found

Re: Partitions

2002-09-24 Thread Jud
-Original Message- From: John Wards [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Tue, 24 Sep 2002 17:25:51 +0100 Subject: Partitions Hi, I need to resize my XP partition so i can install FreeBSD. I have looked at loads of partition software but they all want me to pay for it and I

Re: FreeBSD vs. Linux || Possibly wrong list

2002-09-24 Thread Jud
-Original Message- From: Erik Trulsson [EMAIL PROTECTED] To: MET [EMAIL PROTECTED] Date: Tue, 24 Sep 2002 20:37:50 +0200 Subject: Re: FreeBSD vs. Linux || Possibly wrong list On Tue, Sep 24, 2002 at 02:24:48PM -0400, MET wrote: [snip] 2) Since FreeBSD offers its 'Linux

NIS + OpenLDAP + ypldapd

2002-09-24 Thread Eric Anderson
Has anyone gotten this to work? I'm struggling with the LDAP setup - any good pointers (for an LDAP newbie)? I have NIS running currently, and would like to move to LDAP (and use the ypldapd to bandaid things in the transitional phases). Eric --

Re: FreeBSD vs. Linux || Possibly wrong list

2002-09-24 Thread Weston M. Price
Hello, One of the major caveats to the FreeBSD--Linux compatibility is Java applications. This may just be in my case, but I am having absolutely no luck getting a lot of Java based applications to work on FreeBSD that work just fine on Solaris and Linux. Also, multimedia stuff is also

sendmail default relaying?

2002-09-24 Thread Chris Smith
Hi, I assume sendmail allows only local relaying by default on 4.6.2 ? I just built a mail server using the default config + smarthost define. Is this safe? Cheers, - Chris. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Problems installing from CD-ROM

2002-09-24 Thread Sren Neigaard
I'm trying to install FreeBSD 4.6.2 from CD-ROM, and it boots just fine. But when I chose to install from CD-ROM, it says that it can't find my CD-ROM. What can I do? I'm not sure what vendor/model my CD-ROM is (I'm compleet stupid when it comes to hardware), but it says VUEGO 36x MAX. Does that

Re: Can IPFW keep state after a flush?

2002-09-24 Thread D. Penev
On Tue, Sep 24, 2002 at 11:43:19AM -0500, Kirk Strauser wrote: To: [EMAIL PROTECTED] Subject: Can IPFW keep state after a flush? From: Kirk Strauser [EMAIL PROTECTED] Date: 24 Sep 2002 11:43:19 -0500 From what I can tell, ipfw's 'flush' command clears the ruleset *and* the current list of

Re: Mplayer

2002-09-24 Thread João Paulo Vasconcellos
I got it running once, in Linux, but I had to compile with --enable-gui or stuff like that. After that, I got my gmplayer symlink and gui running fine. Em Tuesday 24 September 2002 12:24, Weston M. Price escreveu: Hello, Does anyone have the mplayer gui running. The man page says it

Re: DVD software

2002-09-24 Thread João Paulo Vasconcellos
You can use mplayer from ports to watch DVD, VCD, and stuff like that. Em Tuesday 24 September 2002 04:08, [EMAIL PROTECTED] escreveu: Isn't there DVD software in FreeBSD? Thanks! To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: Can IPFW keep state after a flush?

2002-09-24 Thread dfolkins
- Original Message - From: Kirk Strauser [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 24, 2002 12:43 PM Subject: Can IPFW keep state after a flush? From what I can tell, ipfw's 'flush' command clears the ruleset *and* the current list of dynamic (keep-state) rules.

Re: DVD software

2002-09-24 Thread John Bleichert
On Tue, 24 Sep 2002 [EMAIL PROTECTED] wrote: Date: Tue, 24 Sep 2002 15:08:01 +0800 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: DVD software Isn't there DVD software in FreeBSD? Thanks! A quick search at http://www.freebsd.org/ports/index.html turned up 'ogle' and some

Re: Chroot

2002-09-24 Thread Gerard Samuel
Well I figured out why my example below wouldn't work. So this is one for the archive for others who may try what I was doing... chroot can only be executed by root, and the shell is executed by the user logging in, thus a no go. So the method of using chroot and or jail doesn't seem to make

OT: emacs command line switch

2002-09-24 Thread thursday
Ahoy-hoy, I've been reading the copious Emacs documentation, but cannot find the answer to my question, so...I am hoping someone here can help my poor frustrated self. I am wondering if there is a switch available when starting emacs to have it put you at the end of the buffer when you open

Re: Chroot

2002-09-24 Thread Brossin Pierrick
|| Your first half made total sense, and I was able to lock the root || user in /home/developer when || chroot was executed. || Your second half however, is not clicking with me at the moment. || Here is what I did || 1. Under /home/developer/bin create a new file (my_sh) with this - ||

kqueue

2002-09-24 Thread Michel Oosterhof
Hello. Recently I started looking into kqueue(2), and to get to know the interface better I attempted to turn usr.sbin/moused into a kqueue program (replacing the main select() loop that reads the mouse device). Now I thought I understood the interface, I requested a kqueue, but as soon as I

Re: DVD software

2002-09-24 Thread Adam Weinberger
/usr/ports/graphics/mplayer, xine, and ogle i prefer ogle for watching dvds. ymmv, of course. -Adam (09.24.2002 @ 0008 PST): [EMAIL PROTECTED] said, in 0.2K: Isn't there DVD software in FreeBSD? Thanks! To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

Re: Mplayer

2002-09-24 Thread Fernando Gleiser
On Tue, 24 Sep 2002, Weston M. Price wrote: Hello, Does anyone have the mplayer gui running. The man page says it is gmplayer but I cannot find a single reference to it on my system. Thanks. Try: mplayer -gui file If that doesn't work, reinstall mplayer with the GUI options: cd

Re: Mplayer

2002-09-24 Thread Wesley Morgan
This is a silly side question, but why do we have video players in the graphics subdir? When I think of graphics, I imagine pictures (stills). Why not a very convenient and much better suited /usr/ports/video? On Tue, 24 Sep 2002, Adam Weinberger wrote: if you're running a recent ports tree,

Re: Mplayer

2002-09-24 Thread Joshua Lokken
9/24/2002 1:07:02 PM, João Paulo Vasconcellos [EMAIL PROTECTED] wrote: I got it running once, in Linux, but I had to compile with --enable-gui or stuff like that. After that, I got my gmplayer symlink and gui running fine. Em Tuesday 24 September 2002 12:24, Weston M. Price escreveu: Hello,

graphics/ogle build errors

2002-09-24 Thread La Temperanza
gmake[1]: Entering directory `/usr/ports/graphics/ogle/work/ogle-0.8.5/mpeg2_video' /bin/sh ../libtool --mode=link cc -march=i686 -O -fforce-mem -fforce-addr -frerun-cse-after-loop -frerun-loop-opt -pipe -Wall -fomit-frame-pointer -funroll-loops -march=i686 -O -fforce-mem -fforce-addr

subscribe questions@freebsd.org

2002-09-24 Thread Mike Harris
subscribe [EMAIL PROTECTED] -- Mike Harris Thunder Network Tech Support To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

SOLVED: Problems installing from CD-ROM

2002-09-24 Thread Sren Neigaard
I have installed via ftp now, did not think about that :) I just choosed ftp in the menu from the booted CD. It's going to be a server, so who needs a CD-ROM anyway. Thanks for the replys :) OLD MESSAGE BELOW I'm trying to install FreeBSD 4.6.2 from CD-ROM, and it boots just fine.

no xargs -i flag

2002-09-24 Thread Peter Leftwich
I'm surprised that xargs has no flag for interactive mode (-i) so that the command line will be echoed to the terminal asking [y/n/!] where y means yes proceed and n means no stop now and ! would mean answer y to all remaining promptings. If the command passed to xargs *includes* something like

Re: changing subjects [in this manner]

2002-09-24 Thread Peter Leftwich
On 24 Sep 2002, Kirk Strauser wrote: PS - And that reminds me! Why am I still ssh'ing someplace and running pine when I could be running xpine and (probably) POP3s'ing my mail to my box!!! Because you haven't discovered fetchmail and mutt yet? :) Kirk Strauser Is mutt a lot like PINE?

Re: Silly vinum question

2002-09-24 Thread Greg 'groggy' Lehey
On Tuesday, 24 September 2002 at 10:49:34 -0400, Steve Shorter wrote: Howdy! I have 2 disks on separate SCSI busses that are striped to form a single vinum volume. They are recognized as da0 and da1 I want to add 1 more disk to each SCSI buss and create another striped vinum

Recommended partitions for a 20 GB disk

2002-09-24 Thread Sren Neigaard
I have gotten a new old server. The default patitions only leaves 128MB for '/', is that not a little to little? Do you guys have any recommendations? I will offcause place most things under '/usr', bu surely '/' must be able to contain quite some MB's too, after all 'bin' and 'sbin' are placed

Re: Mplayer

2002-09-24 Thread Greg 'groggy' Lehey
On Tuesday, 24 September 2002 at 15:24:00 +, Weston M. Price wrote: Hello, Does anyone have the mplayer gui running. The man page says it is gmplayer but I cannot find a single reference to it on my system. Thanks. Works fine for me, for a recent installation: $ pkg_info -L

how to find executable files

2002-09-24 Thread Peter Leftwich
Two questions, first is why doesn't this work, or is there a flag I can use with ls? # find . -type f -perm +x find: -perm: x: illegal mode string # find . -type f -perm +x -print find: -perm: x: illegal mode string Question II: Is find always recursive (through subdirectories) or can this be

Re: Recommended partitions for a 20 GB disk

2002-09-24 Thread Mike Hogsett
/ can be 128M if you have separate /var and /tmp directories... Here is my local box : ; df -lh Filesystem Size Used Avail Capacity Mounted on /dev/ad0a126M63M53M54%/ /dev/ad0f252M70M 162M30%/tmp /dev/ad0g 17G 5.0G11G31%/usr

Re: no xargs -i flag

2002-09-24 Thread Giorgos Keramidas
On 2002-09-24 18:48, Peter Leftwich [EMAIL PROTECTED] wrote: I'm surprised that xargs has no flag for interactive mode (-i) so that the command line will be echoed to the terminal asking [y/n/!] where y means yes proceed and n means no stop now and ! would mean answer y to all remaining

Strange IPFW log message: Deny MAC in via ed0

2002-09-24 Thread Kirk Strauser
I've just started using IPFW2 on my FreeBSD 4.7-RC1 firewall, and I'm getting an entry in /var/log/security that I've not seen before: /kernel: ipfw: 2100 Deny MAC in via ed0 and /kernel: ipfw: 2100 Deny MAC in via fxp0 with ed0 and fxp0 being two of the active interfaces on that server.

Re: Recommended partitions for a 20 GB disk

2002-09-24 Thread Adam Weinberger
monkey@manifold:/% du -h bin 4.0Mbin monkey@manifold:/% du -h sbin 12Msbin i have a 75MB / partition, and i only use 58% of it. as long as /var, /tmp, and /home are separate partitions, / doesn't need to be big at all. practically the only thing that takes up space then is /root. so,

Re: SOLVED: Problems installing from CD-ROM

2002-09-24 Thread Charles Pelletier
it really seems to be easier to install via ftp anyway. i've had that problem with multiple machines. just give up on cdroms. :-) --charlie pelletier --litmus(mp3.com/litmus) - Original Message - From: Søren Neigaard [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 24,

Re: lost vinum config

2002-09-24 Thread Greg 'groggy' Lehey
On Wednesday, 25 September 2002 at 9:48:22 +1000, Pietralla, Siegfried P wrote: hi all, i'm running 4.3 on partition ad0s3. i tried to install 4.6.2 on ad3s2 and when i booted back up on ad0s3 i lost my vinum partition which lives in ad3s4a ( i did not note down the error message :( so

front end to pkg_xxx

2002-09-24 Thread edscott wilson garcia
I've been thinking about writing a gtk2 frontend for the pkg_ series of programs (pkg_add, pkg_create, pkg_delete, pkg_info, pkg_update, pkg_version) but maybe it's already been done. Has it been done before? Edscott Wilson Garcia To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: Mplayer

2002-09-24 Thread Greg 'groggy' Lehey
On Tuesday, 24 September 2002 at 20:37:27 +, Weston M. Price wrote: On Tuesday 24 September 2002 11:11 pm, you wrote: On Tuesday, 24 September 2002 at 15:24:00 +, Weston M. Price wrote: Hello, Does anyone have the mplayer gui running. The man page says it is gmplayer but I cannot

Re: OT: emacs command line switch

2002-09-24 Thread Gary W. Swearingen
thursday [EMAIL PROTECTED] writes: I am wondering if there is a switch available when starting emacs to have it put you at the end of the buffer when you open the file, e.g., Well, there sorta is (in Xemacs, at least), but you'd be better off doing it the way Giorgos suggested. emacs -eof

Re: Mplayer

2002-09-24 Thread Dru
On Wed, 25 Sep 2002, Greg 'groggy' Lehey wrote: On Tuesday, 24 September 2002 at 20:37:27 +, Weston M. Price wrote: On Tuesday 24 September 2002 11:11 pm, you wrote: On Tuesday, 24 September 2002 at 15:24:00 +, Weston M. Price wrote: Hello, Does anyone have the mplayer gui

Re: Mplayer

2002-09-24 Thread Greg 'groggy' Lehey
On Tuesday, 24 September 2002 at 21:10:12 -0400, Dru wrote: On Wed, 25 Sep 2002, Greg 'groggy' Lehey wrote: On Tuesday, 24 September 2002 at 20:37:27 +, Weston M. Price wrote: On Tuesday 24 September 2002 11:11 pm, you wrote: On Tuesday, 24 September 2002 at 15:24:00 +, Weston M.

Re: VIA EPIA ITX MoBo

2002-09-24 Thread Marc Schneiders
On Tue, 24 Sep 2002, at 20:48 [=GMT-0500], Steve Fettig wrote: I have two coming this week slated for mini-backup machines. I can post how things go as far as the installation and usage once I have the machines running - if people are interested. Because the boards are designed to run x86

Re: Mplayer

2002-09-24 Thread Greg 'groggy' Lehey
On Tuesday, 24 September 2002 at 21:37:42 -0400, Dru wrote: On Wed, 25 Sep 2002, Greg 'groggy' Lehey wrote: On Tuesday, 24 September 2002 at 21:10:12 -0400, Dru wrote: Did you have to do any special magic to install mplayer in the first place? I've tried on several occasions on a couple of

Waaaaaay OT, OpenOffice and page numbering... .

2002-09-24 Thread Gary D Kline
Hi People, First, my apologies for this OT post... but I'm out of clues. The builtin docs don't make sense. Anybody know howto simply *number* pages when editing a file with OpenOffice? So far it's a very savvy and Cool w-processor; but how do you

X crashes on i810

2002-09-24 Thread manish jain
25 Sep, 02 Dear Everyone, I have a Tomato motherboard (Baby AT) with an Intel 810 chipset and a Logitech FirstMouse+ (serial). I tried installing FreeBSD 4.6 a few days back on my system. When I try startx, the monitor goes blank and the LED on the monitor starts blinking.