Problem with freebsd on epia

2005-10-25 Thread Lord Raiden
Hi all.  I've got a problem and I'm not sure if this is an xorg 
problem or a freebsd problem or a bit of both.  I've currently got an Epia 
SP13000 running Freebsd 5.3 and I'm trying to configure it for 
Xwindows.  Well, the kicker is, it uses the newer Via Unicrome pro graphics 
chip and I've been through the video config for xorg and can't find any 
trace of the driver for this, or any via driver anywhere.  Nor is there 
anything in the ports either.  What do I need to do to get the driver 
working on this so I can run X on this machine?  Many thanks in advance.  :D



Steven Lake
-Owner/Webmaster
Raiden's Realm
www.raiden.net



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem with Epia 800 and Freebsd 5.3

2005-08-27 Thread Lord Raiden



What about installing 5.4-Release or -Stable? 5.4-Stable works fine here
on an EPIA PD1. If you still get the error, it might be hardware
related.


Yeah, I'm starting to pick up other problems too, so this might be 
a much bigger issue than just a nic card.  I had the 2nd HD get a dma 
failure and then lock the machine, so I guess I'm gonna have to pull it 
back out of service and run it on the bench for a while to be sure 
everything is fixed and running right again.  Doh.  And I just nicely got 
this off the bench.  :(



Steven Lake
-Owner/Webmaster
Raiden's Realm
www.raiden.net

Come see Monk the comic strip and laugh till you die!  :)
http://www.raiden.net/Monk/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem with Epia 800 and Freebsd 5.3

2005-08-26 Thread Lord Raiden
Just installed 5.3 onto an Epia 800 just a few weeks back and aside from 
the controlers being bloody picky as hell (got that fixed by using special 
cables), the stupid lan card is now giving me fits just a day after I put 
it into active service.  Here's the error I'm getting in my logs repeatedly.


 vr0: rx packet lost
 vr0: watchdog timeout

I rebooted it to clear the error and see if anything else showed up, and so 
far no errors since reboot.  But I suspect that the errors will come back 
in short order.  Anyone got any idea what's up with the box and what I 
might do to fix this?  I checked the cable already like what was suggested 
in another forum post on another site that I googled, but I can't find 
anything else that stands out as being something that might be the cause of 
this issue.  And yes, this board seems very picky under BSD, but it tested 
fine when I loaded windowsxp onto it when I was first testing it.  Go 
figure.  Any ideas?



Steven Lake
-Owner/Webmaster
Raiden's Realm
www.raiden.net

Come see Monk the comic strip and laugh till you die!  :)
http://www.raiden.net/Monk/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Freebsd Print Server

2005-06-21 Thread Lord Raiden
Hi all.  I'm building a Freebsd 5.3 based mini-itx file server on 
my network here and I'd like to also turn it into a print server.  Thing 
is, I've got an HP Deskjet 842c printer that connects via USB that is my 
printer.  It's not lan capable which kinda complicates things.  THEREFORE, 
I'd like to connect it via USB to the new file server, then set it up to do 
printing for the whole network.  Now, my questions are this.


1.  What do I need to do to set this up on the file server?  Heck, if 
someone's got a tutorial somewhere on setting up a print server using 
freebsd and can tell me what special configs I need to make my usb 
connected HP printer work off it, that'd be awesome.


2.  What do I need to do to get my freebsd workstation to print to it?  To 
date I haven't gotten around to configuring printing on the Freebsd 
Workstation (it's running 4.10) yet, so I think it's time I did 
that.  Again, a tutorial would be welcome.


3.  What do I have to do special, if anything, to allow my windows machines 
to print to the printer via the print/file server on the network?  I'm 
running both 98se and WinXP Pro on them.


Sorry to bug you guys with something so trivial, but google wasn't 
being friendly to me with this subject, so I'm coming to you guys 
next.  Thanks in advance for any answers.  :D




Steven Lake
-Owner/Webmaster
Raiden's Realm
www.raiden.net

Come see Monk the comic strip and laugh till you die!  :)
http://www.raiden.net/Monk/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Questions about processes

2005-04-26 Thread Lord Raiden

Most of those processes are used by the kernel, some of them, if you
aren't using the specific hardware or functionality they provide (such
as USB or ktrace) can be disabled by compiling your own kernel (see
here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/kernelconfig.html).
 While this may not provide a *HUGE* performance increase, it may be a
good idea to try.  I would also recommend, perhaps, adding some more
RAM?  :-)
Hmm, interesting.  I figured they might all be needed, but given 
the raw number that there were I was kind of shocked.  My ps list in 4.x 
was a whole lot shorter so I thought that a lot of these were just a lot of 
unneeded processes that could simply be removed, but apparently 
not.  heh.  Thanks for the info.  I guess I just found it weird to have a 
list like that come up.  Especially with all the irq and other items 
appearing on that list.

Steven Lake
-Owner/Webmaster
Raiden's Realm
www.raiden.net
Come see Monk the comic strip and laugh till you die!  :)
http://www.raiden.net/Monk/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Questions about processes

2005-04-26 Thread Lord Raiden

These are kernel threads. 5.x is more modular than 4.x and a lot
of functionality has been moved to internal threads (for the sake
of SMP). There's really nothing wrong with this; esp. since the
number of threads is still pretty small :)
The kernel may create more such threads if it needs them; like e.g.
when using GBDE or so.
AH!  So that explains those.  Cool.  Good info to know.  ^_^  Is 
there a benefit to these threads being modular if I might ask?  I'm sure 
there is, but I'm just curious what they might be.  And I didn't think they 
took up all that much processor, so I wasn't so worried about that.  It 
just kinda surprised me when I saw that huge list of processes when I 
listed them.  hehe.

I'm using the same hardware here. It is more than fast enough for this.
Don't worry about those kernel threads, which are idle most of the time.
The CPU time they consume would have been used up in 4.x too (as system
time), you would just not see it with ps there as you can see it here.
heh.  Yeah, I'm still breaking this one in, but it's been a 
fabulous trooper so far and I think it's really going to do a lot of honor 
to our old server that's being retired after many, many fine years of 
service.  :D

Thanks again for the info.  Curiousity can lead to learning a lot 
of cool things.  I know I certainly learned a bunch from this!! ^_^

Steven Lake
-Owner/Webmaster
Raiden's Realm
www.raiden.net
Come see Monk the comic strip and laugh till you die!  :)
http://www.raiden.net/Monk/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Questions about processes

2005-04-25 Thread Lord Raiden
Hi all.  Looking for some info about some processes I've got 
running on my box.  I'm new to 5.3 having used the 4x line for a long time 
and I'm curious about my process list.  When I do ps -ax I get the 
following list as seen below.  Are all of these items really needed and if 
not, what items can I get rid of and how?  The machine in question is a 
very simple fetching mail server running on a 500mhz Via Eden Mini-ITX 
board.  Any insight would be welcome.  I'm really only asking this because 
I tend to be a process minimalist.  IE I like to have as few processes 
running as is absolutely necessary.  Well, anyways, enough of my 
babbling.  Here's the list.

0  ??  DLs0:00.56 [swapper]
1  ??  ILs0:00.04 /sbin/init --
2  ??  DL 0:12.09 [g_event]
3  ??  DL 0:13.98 [g_up]
4  ??  DL 0:17.21 [g_down]
5  ??  DL 0:00.00 [thread taskq]
6  ??  DL 0:00.00 [kqueue taskq]
7  ??  IL 0:00.00 [acpi_task0]
8  ??  IL 0:00.00 [acpi_task1]
9  ??  IL 0:00.00 [acpi_task2]
   10  ??  DL 0:00.00 [ktrace]
   11  ??  RL   2889:39.85 [idle]
   12  ??  WL 0:00.00 [irq0: clk]
   13  ??  WL 0:00.00 [irq1: atkbd0]
   14  ??  WL 0:00.00 [irq3:]
   15  ??  WL 0:00.00 [irq4: sio0]
   16  ??  WL 0:00.00 [irq5:]
   17  ??  WL 0:00.00 [irq6:]
   18  ??  WL 0:00.00 [irq7: ppc0]
   19  ??  WL 0:00.00 [irq8: rtc]
   20  ??  WL 0:00.00 [irq9:]
   21  ??  WL 0:00.00 [irq10: uhci0 uhci1]
   22  ??  WL 0:01.12 [irq11: vr0]
   23  ??  WL 0:00.00 [irq12: acpi0]
   24  ??  WL 0:00.00 [irq13:]
   25  ??  WL 0:01.86 [irq14: ata0]
   26  ??  WL 0:00.00 [irq15: ata1]
   27  ??  WL 0:01.20 [swi1: net]
   28  ??  WL 3:55.06 [swi5: clock sio]
   29  ??  WL 0:00.00 [swi4: vm]
   30  ??  DL 0:13.88 [yarrow]
   31  ??  WL 0:00.00 [swi6:+]
   32  ??  WL 0:00.00 [swi2: camnet]
   33  ??  WL 0:00.00 [swi3: cambio]
   34  ??  WL 0:00.00 [swi6: acpitaskq]
   35  ??  WL 0:00.00 [swi6: task queue]
   36  ??  WL 0:00.00 [swi6:+]
   37  ??  DL 1:21.80 [acpi_thermal]
   38  ??  DL 0:00.03 [usb0]
   39  ??  DL 0:00.00 [usbtask]
   40  ??  DL 0:00.03 [usb1]
   41  ??  WL 0:00.00 [swi0: sio]
   42  ??  DL 0:11.71 [pagedaemon]
   43  ??  DL 0:00.00 [vmdaemon]
   44  ??  DL 0:12.99 [pagezero]
   45  ??  DL 0:01.53 [bufdaemon]
   46  ??  DL 2:05.27 [syncer]
   47  ??  DL 0:01.51 [vnlru]
   48  ??  DL 0:00.71 [hpt_wt]
   49  ??  IL 0:00.00 [nfsiod 0]
   50  ??  IL 0:00.00 [nfsiod 1]
   51  ??  IL 0:00.00 [nfsiod 2]
   52  ??  IL 0:00.00 [nfsiod 3]
   53  ??  DL 0:15.77 [schedcpu]
  178  ??  Is 0:00.00 adjkerntz -i
  234  ??  Is 0:00.00 /sbin/devd
(sshd, spamd and other standard mail stuff running below here)
Steven Lake
-Owner/Webmaster
Raiden's Realm
www.raiden.net
Come see Monk the comic strip and laugh till you die!  :)
http://www.raiden.net/Monk/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problems with man

2005-03-30 Thread Lord Raiden
Well, the only etc file I appear to have issues with is the 
/etc/manpath.config file because it won't let me use man until it finds it 
and yet the file is there.

At 02:06 PM 3/30/05 +0300, Giorgos Keramidas wrote:
On 2005-03-29 19:55, Lord Raiden [EMAIL PROTECTED] wrote:

 After updating everything to its latest version, did you remember to
 mergemaster to update your /etc files?

 Nope, didn't think to do it because I've never had to do it before.
 This would be a first.  But I did run it and it errored out when I
 tried it and got this error.  Any ideas?

 install -o root -g wheel -m 644  /usr/src/etc/sendmail/freebsd.mc
 freebsd.cf /var/tmp/temproot/etc/mail
 install: freebsd.cf: No such file or directory
 *** Error code 71

 Stop in /usr/src/etc/sendmail.
 *** Error code 1

 Stop in /usr/src/etc.

   *** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to
   the temproot environment
Ignore that.  mergemaster is not your problem if you only updated the
ports.  Sorry for the misguided attempt at helping, but when you said
everything I incorrectly assumed the base system.
 I cvsup'ed my ports tree and src files, but I didn't update my kernel
 or core files, only my ports.  Might that cause a problem?
Not really.
I don't know what you updated and how, so can you please give us more
details.  Then we'll probably be able to help you with the /etc files
that seem to have problems.
Steven Lake
-Owner/Webmaster
Raiden's Realm
www.raiden.net
Come see Monk the comic strip and laugh till you die!  :)
http://www.raiden.net/Monk/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problems with man

2005-03-30 Thread Lord Raiden
At 06:11 PM 3/30/05 +0300, Giorgos Keramidas wrote:
install -o root -g wheel -m 644 \
/usr/src/gnu/usr.bin/man/manpath/manpath.config \
/etc/manpath.config
Awesome, that worked.  Thanks!!
Steven Lake
-Owner/Webmaster
Raiden's Realm
www.raiden.net
Come see Monk the comic strip and laugh till you die!  :)
http://www.raiden.net/Monk/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problems with man

2005-03-29 Thread Lord Raiden
I've got a server that I just recently upgraded to the latest of 
everything, but for some reason when you type man and then what you want 
to look at the manual for I get this error:

man: unable to find the file /etc/manpath.config
I've looked under /etc and it's there and it's not corrupt or 
anything.  So what might be wrong?  Would this be a file system issue 
because the box DID reboot while it was registering the upgrade for 
bash.  I've tried under CSH and TCSH and it's the same problem.  Is there 
any way to fix this or is this a sign of a much larger issue?  Any pointers 
would be nice.

Oh, and please reply directly to me.  I don't subscribe directly to this 
list.  Thanks.

Steven Lake
-Owner/Webmaster
Raiden's Realm
www.raiden.net
Come see Monk the comic strip and laugh till you die!  :)
http://www.raiden.net/Monk/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problems with man

2005-03-29 Thread Lord Raiden

After updating everything to its latest version, did you remember to
mergemaster to update your /etc files?
Nope, didn't think to do it because I've never had to do it 
before.  This would be a first.  But I did run it and it errored out when I 
tried it and got this error.  Any ideas?

install -o root -g wheel -m 644  /usr/src/etc/sendmail/freebsd.mc 
freebsd.cf /var/tmp/temproot/etc/mail
install: freebsd.cf: No such file or directory
*** Error code 71

Stop in /usr/src/etc/sendmail.
*** Error code 1
Stop in /usr/src/etc.
  *** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to
  the temproot environment
I cvsup'ed my ports tree and src files, but I didn't update my kernel or 
core files, only my ports.  Might that cause a problem?


Steven Lake
-Owner/Webmaster
Raiden's Realm
www.raiden.net
Come see Monk the comic strip and laugh till you die!  :)
http://www.raiden.net/Monk/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


The mouse and KDE

2003-06-16 Thread Lord Raiden
Hi all.  Ok, ran into a really weird issue with my machine today.  When
I click my center scroll wheel it will paste anything that I have stored
in the clipboard right into the browser, kedit, console, or whatever I
happen to have my mouse pointed pointed at.  This even happens sometimes
when I'm using the scroll wheel to scroll through pages.  I'll go and
accidentily click the wheel instead of just rolling it. 

Anyone know how to keep the scrolling ability on the mouse without
having it paste something each time the scroll wheel is clicked?  Any
help on this would be welcome.  I've looked at my control panel in KDE
and I don't see anything there, and I don't see anything in the
clipboard util Kclippper, so I'm not sure where to look.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Assigning a PID to a given program?

2003-06-13 Thread Lord Raiden
Regreatably it was long enough back that I can't remember which ones it
was.  One I think might have been in question was when I was rebuilding
my sendmail configs.  When the script tried to bounce sendmail it tried
to do it by PID.

 At 2003-06-13T15:43:06Z, Dragoncrest [EMAIL PROTECTED] writes:
 
  but I've hit into at least one or two apps that's looking for a
particular
  program running on a particular PID (don't ask me why. 
 
 I've never seen that before.  Could you name the apps, and say why you
think
 they're looking for a particular PID?
 -- 
 Kirk Strauser
 In Googlis non est, ergo non est.
 



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Segment faults in KDE

2003-06-07 Thread Lord Raiden
Yeah, I'm getting the same thing.  Only difference is when I look at the
debug information I get the following:

#0  0x28ecb644 in __sys_poll () from /usr/lib/libc_r.so.4
#1  0x28ecab90 in _thread_kern_sched_state_unlock () from
/usr/lib/libc_r.so.4
#2  0x28eca555 in _thread_kern_scheduler () from /usr/lib/libc_r.so.4
#3  0x0 in ?? ()

Not sure if it's the same error you are getting, but I would be curious
to find out what's causing this for me as well.  It's not a huge issue,
but it is very annoying.

   Ok, you can scratch my other issue.  I got that fixed.  Had to
 totally rebuild my XF86Config file and all was happy in X land.
 
   However, I'm back to my original problem.  I'm getting segment
 faults closing out of any app on my desktop.  KDE also crashes when I'm
 logging out.  I get core dumps a lot.  Any suggestions on why this is
 would be greatly welcomed.  Thanks.
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]
 



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


MS Frontpage in KDE/BSD?

2003-06-06 Thread Lord Raiden
I know this is kind of a stretch, but is there a way to run MS frontpage
under linux?  I know wine can potentially do it, but for some reason I
can't get it to even install let alone run.  I'm needing it for a
client.  Any info would be welcome.  thanks.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: I dont seem able to post here :-(

2003-02-21 Thread Lord Raiden
Looks like it's going through fine for me.  :)

 What be my problem?
 
 
 
 end
 
 intY has scanned this email for all known viruses (www.inty.com)
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
 




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Error accessing SquirrelMail on server

2003-02-21 Thread Lord Raiden
So on top of just Alias /squirrelmail /usr/local/squirrelmail I also
need a Directory tag to go with it?

 You need to add a Directory block to allow access to that directory :)
 
 Will
 
 On Friday 21 February 2003 22:41, Lord Raiden wrote:
  I'm getting an error when accessing my squirrel mail directory on the
  server via a browser after accessing it.  It gives the following.
 
  403 Forbidden
  You don't have permission to access /squirrelmail/ on this server.
 
  Before I added my alias in httpd.conf it was giving me a not found.  So
  I know I got the alias in there right.  A check of the directory shows
  it is owned entirely by root with no access by anyone else.  How do I
  fix this without totally breaking squirrel mail?  Thanks.
 
 
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with unsubscribe freebsd-questions in the body of the message
 
 -- 
 Willie Viljoen
 Freelance IT Consultant
 
 214 Paul Kruger Avenue, Universitas
 Bloemfontein
 9321
 South Africa
 
 +27 51 522 15 60
 +27 51 522 44 36 (after hours)
 +27 82 404 03 27 (mobile)
 
 [EMAIL PROTECTED]
 




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Error accessing SquirrelMail on server

2003-02-21 Thread Lord Raiden
I'm getting an error when accessing my squirrel mail directory on the
server via a browser after accessing it.  It gives the following.

403 Forbidden
You don't have permission to access /squirrelmail/ on this server.

Before I added my alias in httpd.conf it was giving me a not found.  So
I know I got the alias in there right.  A check of the directory shows
it is owned entirely by root with no access by anyone else.  How do I
fix this without totally breaking squirrel mail?  Thanks.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Enabling root ftp access

2002-12-04 Thread Lord Raiden
	Silly question.  Using ProFTPD, how do I enable access by root via FTP?  I 
need it only for short periods to be able to move and upload/update certain 
files.  I understand the security risks and the server will only need to be 
up for brief periods of time.  Anyone know how to do this?  Thanks.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Which one is the right FTP?

2002-12-04 Thread Lord Raiden
	Ok, got a slight dilemma.  Installed ProFTPD just a few days back and was 
trying to fire up my FTP server using /usr/libexec/ftpd.  Well low and 
behold, that's still the default FTP server for Freebsd.  I thought that 
when you installed ProFTPD it overwrote that.  If no, then where did it put 
it?  Thanks for the help.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Mail server howto question

2002-12-04 Thread Lord Raiden
	Ok, this is kind of a two part question. So here goes.

	1st, I need to build a mail server that does both pop and smtp.  2nd, I 
need that server to be able to do pop before smtp authentication for relaying.

	Anyone got a good tutorial on how to do that and how to setup the server 
to authenticate smtp users via pop before smtp?  What mail server 
software would I need to pull this off?  Thanks for the info!


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Anyone seen a fire server?

2002-12-04 Thread Lord Raiden
	Hi all.  Got a really interesting question.  Someone mentioned this to me 
and I have yet to find evidence of it so far.  Apparently some company out 
there makes a network file server of sorts that's not your typical network 
file server.  What it is, is the box itself is a multi-port network hub of 
sorts.  Basically each network branch could plug into it (up to 25 
branches) and each would have individual access to the files on the 
box.  Now here's the trick.  The drives are stored externally and access 
via firewire.  Yup, you heard me right.  Externally, and via fire 
wire.  Apparently from what I picked up, the drives themselves are 250gig 
high speed SCSI drives enclosed in a typical external drive housing that 
sits on top of the box and connects via firewire.  The advantage being that 
you can both hot swap the drives, and you can take them over to your 
neighborhood workstation or any server on the lan, plug them in, do what 
you need, unplug them and take them back over to this network drive hub and 
plug them back in all without rebooting.  I like the idea and I'm trying to 
find who has one so I can check it out.  Anyone seen anything like this yet?


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


RE: FreeBSD filesystem 1TB Limit

2002-11-06 Thread Lord Raiden
Couldn't you just use NFS to bypass the 1TB restrictions?  So when 
the main filesystem gets full, it spills over into nearby servers using the 
identical file system setup connected via fiber for top speed.  This would 
technically only limit your system space based on how many servers you 
could efficiently attach to the same array.  So if you could attach say 10 
of these servers efficiently, then you could technically have a 10TB array.


At 10:48 PM 11/6/02 -0800, Derrick Ryalls wrote:


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:owner-freebsd-questions;FreeBSD.ORG] On Behalf Of
 Kirk Strauser
 Sent: Wednesday, November 06, 2002 7:05 PM
 To: [EMAIL PROTECTED]
 Subject: Re: FreeBSD filesystem 1TB Limit



 At 2002-11-07T02:31:38Z, Marco Radzinschi
 [EMAIL PROTECTED] writes:

  Pity I didn't know about this before I built two 1200 MB arrays.
  Linux and FreeBSD both died past 1 TB, so I had to make the array
  smaller.

 1200*1MB == 1.2GB, does it not?

Yes, it does not.

Usually, when talking computers, people use 2^10 which = 1024.  So 1200
MB = 1.17 GB.  Anyone correct me if I am wrong.

 --
 Kirk Strauser
 In Googlis non est, ergo non est.

 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Easter Eggs

2002-11-06 Thread Lord Raiden
	This might sound like a silly question, but does Freebsd or any of it's 
component programs have known easter eggs?  Just curious.  :)

	If so, how would you get to them to see them?


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


bringing webmin online per need

2002-10-28 Thread Lord Raiden
	I'm wondering how I would go about bringing the webmin admin program up 
only when I needed it?  I want to be able to start it from the shell, use 
it as needed, then kill it again to help aid security a bit.  I don't like 
the idea of just leaving it running all the time if I don't need 
it.  Anyone got any good suggestions for this?  Maybe example start and 
kill scripts that could be executed at the command line?  That way I make 
sure that I start and kill all related services correctly.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: bringing webmin online per need

2002-10-28 Thread Lord Raiden


Real easy:

start: /usr/local/etc/rc.d/webmin.sh start
stop:  /usr/local/etc/rc.d/webmin.sh stop


oh.  Ok, I get to wear the newbie of the day hat now.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Command line RM player??

2002-10-21 Thread Lord Raiden
	Hi all.  Just wondering if anyone knew if there was a command line player 
that played Real Media streaming files?  I'm wanting to listen to some 
streaming media online via one of my machines, but I don't have enough 
horsepower on it to run Xwindows.  So I need to setup a cheap sound card in 
it and some kind of command line media player that will play real media files.

	Anyone know of a way to do this?  Thanks.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Questions about dialup

2002-10-19 Thread Lord Raiden
	Hi.  Got a quick question.  I'm unsure of the answer or where to 
look.  I'm setting up one of our old machines as a freebsd dialup station 
for work to test local pops for linux compatibility for a local ISP.  I 
also want to use it as a way for me to learn how to dialup to the internet 
using Freebsd.  Considering I've only ever used it on a network, this will 
be new to me.  Can anyone recommend a good linux/freebsd dialer software I 
could use?  I'm using freebsd 4.6 on the machine and would like to install 
a dialer (and modem drivers if possible) so I can use it as a test dialer 
station.

	Any pointers, software suggestions, tutorials you can point me to or send 
my way would be great.  Thank you.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: KDE 3.1 - Opinions??

2002-10-16 Thread Lord Raiden

 Just looking for other people's opinions of the new KDE.  I don't 
normally use it, but I was considering switching to it.  Hence the feedback 
request.  :)

At 09:01 AM 10/16/02 +0200, Roman Neuhauser wrote:
# [EMAIL PROTECTED] / 2002-10-16 02:18:32 -0400:
Hi.  Just started to play with KDE 3.1, even though it's still in
  beta and I don't really have time to play with it technically.  hehe.
  Either way, I've looked at it and I must say, the eye candy is rather
  nice and I'm kind of liking the look and feel of it, but at the same
  time, I can't get over the feeling that this looks way too much like
  Windows XP.

 KDE has always looked like a better looking version of the latest MS
 offering, so what are you wondering about?

--
If you cc me or take the list(s) out completely I'll most likely
ignore your message.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



OpenSSH 3.5 in ports yet?

2002-10-15 Thread Lord Raiden

Hi all.  Noob question.  Didn't see the OpenSSH 3.5 in the ports when I
checked earlier and yet Slashdot says it's out.  Anyone know if it is
yet and if not, when it will be?

Also, is this a recommended upgrade or a required one?  Aka you need it
to fix a big, big issue or something.

Thanks!!


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: OpenSSH 3.5 in ports yet?

2002-10-15 Thread Lord Raiden


The ink on the announcement isn't dry yet and you're already asking
why the world hasn't caught up yet.

 Ok.  So I take it that this is a If you want to type 
upgrade.  Sorry for not being in the loop.  I've been so busy lately that I 
haven't had time to research much of anything.  Sorry.

You should know this if you're so worried about it.

 Again. too busy.

Last time there was a must-have upgrade they announced it as a
must-have upgrade.

 Ok.  Just curious cause I didn't see the must have side of it, 
so I wasn't sure if it was something I missed or it just wasn't an issue.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



KDE 3.1 - Opinions??

2002-10-15 Thread Lord Raiden

Hi.  Just started to play with KDE 3.1, even though it's still in beta and 
I don't really have time to play with it technically.  hehe.  Either way, 
I've looked at it and I must say, the eye candy is rather nice and I'm kind 
of liking the look and feel of it, but at the same time, I can't get over 
the feeling that this looks way too much like Windows XP.

What I'm generally curious of is other people's opinions of it so 
far.  What do you think of it?  Flaws, good points, other stuff like 
that.  Thanks.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Shortcuts in KDE/Gnome

2002-10-07 Thread Lord Raiden

Silly me, but how do you make a shortcut to a program you just 
installed?  I keep forgetting.  It seems that after each time I install a 
new app on my desktop machine I have to create a shortcut to it, but I keep 
forgetting how.  Can anyone enlighten me?  Thanks.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Event Trigger

2002-10-05 Thread Lord Raiden

Hi.  I'm looking for a simple way to implement a trap and trigger so to 
speak.  I'm wanting to setup the system so that the moment it detects a 
certain event in the system, it immediately executes another script or 
program to do something else, but not before, not after.  I thought about 
Cron, but the thing is, I don't know when these events will happen so since 
they're so random, I need something to identify them then immediately run 
another script or program at that exact moment.  Any suggestions?


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Mod_frontpage config error

2002-07-22 Thread Lord Raiden

Ran into something I'm not entirely sure how to fix.  Was running the 
config script for configuring frontpage extentions on one of our apache 
servers by running the script 
/usr/local/frontpage/version5.0/fp_install.sh on the server after 
installing mod_frontpage.  But when I run it, all goes fine until I get 
to this one point.  Here is an example of the output.

Will chown web to www as part of install.
Will chgrp web to www as part of install.
Note: Local version of Apache must use the FrontPage Apache patch.Error: 
Cannot open srm.conf: no such file or folder.
ERROR:  / installation failed.
Hit enter to continue

Exiting due to an error!  Please fix the error and try again.

I do a find to see if that file exists, and I find the file in question 
located here /usr/local/etc/apache/srm.conf. so the file obviously 
exists.  I know the permissions are correct.  Here's the permissions on it, 
-rw-r--r--  1 root  wheel  357 Jul  2 18:52 
/usr/local/etc/apache/srm.conf.  I've even tried doing a chmod to 777 to 
see if it was a permissions issue, and it's not.

Anyone got any ideas how to fix this?  I'm stumped.

-- The Raiden Knows

Remember amateurs built the ark  -- professionals built the Titanic. - 
Unknown

Just when you think you have life figured out and all is going well, watch 
your step, for you are about to fall. - Ancient Proverb

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Mod_frontpage config error

2002-07-22 Thread Lord Raiden

 Thank you.  I didn't realize that some of the original apache 
features were depricated and moved to the httpd.conf file.  So I made some 
changes and it worked like a charm.  Thanks.

At 10:11 AM 7/22/02 +0200, Mark Pearce wrote:
On Mon, 22 Jul 2002 04:03:46 -0400
Lord Raiden [EMAIL PROTECTED] grunted:

Ran into something I'm not entirely sure how to fix.  Was running 
 the
  config script for configuring frontpage extentions on one of our apache
  servers by running the script
  /usr/local/frontpage/version5.0/fp_install.sh on the server after
  installing mod_frontpage.  But when I run it, all goes fine until I get
  to this one point.  Here is an example of the output.
 
  Will chown web to www as part of install.
  Will chgrp web to www as part of install.
  Note: Local version of Apache must use the FrontPage Apache patch.Error:
  Cannot open srm.conf: no such file or folder.
  ERROR:  / installation failed.
  Hit enter to continue

You should not be using a srm.conf file at all, adjust your httpd.conf 
file to the following:

ResourceConfig /dev/null
AccessConfig /dev/null

Mark


-- The Raiden Knows

Remember amateurs built the ark  -- professionals built the Titanic. - 
Unknown

Just when you think you have life figured out and all is going well, watch 
your step, for you are about to fall. - Ancient Proverb

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Internet Fax and FreeBSD

2002-07-17 Thread Lord Raiden

HI all.  Got a question.  I saw this the other day and I had almost forgot 
all about this since I haven't heard or talked about it in ages with 
anyone.  But what I saw was someone using an internet fax service on their 
computer (namely my hardware supplier) to receive faxed in bids and price 
quotes and in turn to send in orders to the suppliers.

I could set this up using Winfax on one of our 2k server, but I'd rather 
do it on a Freebsd server since I have more of them and I am not a big fan 
of Winfax anyways.  :)  What port or program would I use to setup such a 
thing on one of our systems and what, if any service would we need to 
signup to in order to use this?  Would I be able to receive internet faxes 
from other people who are also setup to send them, or would I again need to 
go through an online fax service?

I'm exploring this as a possibility right now, so I'm just asking to see 
what options are out there.  Plus it gives me something to do when we get 
some freetime.  :)  I'm looking for a new toy to play with.  hehe.

-- The Raiden Knows

Remember amateurs built the ark  -- professionals built the Titanic. - 
Unknown

Just when you think you have life figured out and all is going well, watch 
your step, for you are about to fall. - Ancient Proverb

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message