OT - Test

2004-05-08 Thread Chris
Pardon the intrusion. I have not gotten anything in a few days, and the list 
site does not show bounces. 

So - this is just a test.

Again, sorry everyone.

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


Re: blacklist(s)

2004-05-15 Thread Chris
On Saturday 15 May 2004 02:21 am, Jay Moore wrote:
 On Friday 14 May 2004 07:55 pm, Gary Kline wrote:
  Can anyone point me to the website that told how to set up
  sendmail's FEATURE to use blacklists?  There were at least
  fourr blacklist sites.  I've grep'd thru my ~/Mail directory,
  can't find it?

You also need to consider that using multiple RBL's help. My *.mc file has 
about 8 RBL sites. The amount of spam is perhaps 2 or 3 mails a day.

Just a few pennies ...

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


Re: Tcp to IP?

2004-05-15 Thread Chris
On Saturday 15 May 2004 12:31 pm, Remko Lodder wrote:
 Bryan Maxwell wrote:
  I would like to change all packets on my cuaa0 line to IP packets only.
 
   RIght now im sending TCP headers. What should I do to change that

 line to IP headers only?

   Thanks in advance. Im almost starting to like FreeBSD/Linux.
   I guess the windows worm is wearing off. hehe
 
  Bryan

 TCP/IP is a protocol,
 over IP there are TCP packets.
 IF you are sending TCP packets, you already have IP packets flowing...
 and please wrap your lines...

We play have kinds of music here. TCP and IP


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


Re: Tcp to IP?

2004-05-15 Thread Chris
On Saturday 15 May 2004 12:36 pm, Chris wrote:
 On Saturday 15 May 2004 12:31 pm, Remko Lodder wrote:
  Bryan Maxwell wrote:
   I would like to change all packets on my cuaa0 line to IP packets only.
  
RIght now im sending TCP headers. What should I do to change that
 
  line to IP headers only?
 
Thanks in advance. Im almost starting to like FreeBSD/Linux.
I guess the windows worm is wearing off. hehe
  
   Bryan
 
  TCP/IP is a protocol,
  over IP there are TCP packets.
  IF you are sending TCP packets, you already have IP packets flowing...
  and please wrap your lines...

 We play have kinds of music here. TCP and IP

Heh - that sould have said,

We play both kinds of music here, TCP and IP (Blues Brothers)

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


Re: USB generic driver problems

2004-05-19 Thread Chris

On Wed, 19 May 2004, Trevor Blackwell wrote:


 I'm also trying to make the Labjack work on FreeBSD 4.9. I haven't
 solved the problem, but I at least know why you're getting a device not
 configured error when writing to the USB endpoint. The ugen driver
 finds that:

   (sce-edesc-bmAttributes  UE_XFERTYPE) == UE_INTERRUPT

 but only allows a generic write for devices with XFERTYPE of UE_BULK. So
 it gives a ENXIO (device not configured) when you call write.

Makes since. So what if we override that code? ;-) I haven't looked at
this for a month or so, but I started writing my own device driver using
the existing ones as a template. I suceeded in detecting the device but
crashed the system with a type 12 when trying to connect. I'm just not
that experienced with C programming, but what better project to get a
crash course in C?

 I've also fooled around with using the uhid driver, but I haven't been
 able to complete a write with it either. If you figure it out, drop me a
 note!

I'll followup with you privately and we can post a summary to the list
when we figure it out.

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


Re: PROBLEM: Error Mounting CDROM

2004-05-21 Thread Chris
On Friday 21 May 2004 10:34 pm, [EMAIL PROTECTED] wrote:
 PROBLEM: Error Mounting CDROM

 AT BOOT SYSTEM DISPLAYS: acd0: CDROMSamsung SCR-3232] at ata1-master PI04

 THE COMMAND THAT I USED TO ACCESS IT WAS: mount /dev/acd0
 WHICH RETURNED: CD9660:/dev/acd0: Input/output error

 I checked  /dev to insure that the device was there I checked the kernel,
 tried to add option SCSI_REPORT_GEOMETRY , obviously the CDROM is ATA which
 I now know after checking the boot log.

 What are FLAGS?


Try mount -t cd9660 /dev/acd0 /cdrom


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


Re: Problem after running portupgrade

2004-05-24 Thread Chris
On Monday 24 May 2004 11:49 am, Stephen Liu wrote:
 Hi folks,

 I encountered problems after running

 # portupgrade -aRrvO

 At completion following warning popup;
 .
 ..
 Backing up the old version

 /var: write failed, filesystem is full

Look into /var/log for a list of files like this example:


cron.0.bz2  maillog.1.bz2   sendmail.st.0
cron.1.bz2  maillog.2.bz2   sendmail.st.1

Note the bz2 extensions and the files that have digits  at the end.
Chances are you may have many. You can delete these if you wish.

Also, look around the dirs within /var  You may have something logging such as 
a core dump.

Just a thought.

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


Re: which kinds of AMD work withh FBSD?

2004-05-24 Thread Chris
On Monday 24 May 2004 11:45 pm, Gary Kline wrote:
   Fellow BSD'ers,

   What kinds of the newer AMD processors worth with FreeBSD?
   It might be better long-run to buy a barebones system than
   mess with upgrading 5-yr-old boxen.  I'm thinking of something
   in the = 2GHz rangewith 512MB and a 60 or 80G drive.  So far
   I've stuck with Intel since my first 8085/8088.  No problems
   with Unix.  If AMD is a good enough clone, it may be time to
   give it a shot.

   thanks for any input,

   gary

For now, I'm using an AthlonXP 2100+  Aside from the overheating issues I have 
(now corrected) it's running just dandy.

Some other specs:

1024 meg of RAM
80 gig drive
FireGL 1000 vid.

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


Re: Stupid question

2004-05-25 Thread Chris
On Tuesday 25 May 2004 10:41 am, Albert Shih wrote:
 Hi all

 A stupid question :

   Anyone have some idea when the 5.3 is released ? (juste some idea :
   it's in middle of year or end of year)

 Regards.

 --
 Albert SHIH
 Universite de Paris 7 (Denis DIDEROT)
 U.F.R. de Mathematiques.
 Heure local/Local time:
 Tue May 25 17:40:22 CEST 2004

Take a look here:
http://www.freebsd.org/releases/index.html

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


Re: cvsup kills /etc/ipf.rules !?

2004-05-25 Thread Chris
On Tuesday 25 May 2004 10:57 am, Yaraghchi, Stephan wrote:
 Hi fellows,

 I was running cvsup on a FBSD 4.9-RELEASE #5 box
 with the following supfile:

 *default host=cvsup6.FreeBSD.org
 *default base=/usr
 *default prefix=/usr
 *default release=cvs tag=RELENG_4_9
 *default delete use-rel-suffix
 *default compress
 src-all

 when suddenly all ip connections broke down.

 Further investigation turned up that /etc/ipf.rules
 somehow disappeared.
 Since the default stance in the kernel file is set to
 deny all the box reacted as expected, though.

 Any ideas?


 Stephan.

My guess - perhaps you missed running mergmaster? If I remember right, your 
rc.conf should define the file to use for ipf/w

Perhaps rc.conf was overwritten? Is ipf.conf the default file name when 
running ipf? If so, perhaps changing it to something like myipf.conf will 
prevent any overwriting?

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


Re: Need Help on Win98

2004-06-03 Thread Chris
On Thursday 03 June 2004 09:44 am, Matthew Seaman wrote:
 On Thu, Jun 03, 2004 at 03:15:10PM +0200, Yaraghchi, Stephan wrote:
  Is this list really only for FreeBSD users?
  What about the FreeBSD *and* MS users?   ;-)

 We don't really care what OS you use, but this list is for asking (and
 answering) questions about FreeBSD.

 It is just plain wrong for questioners to exploit the good nature of
 many of the participants here by expecting them to answer questions
 about some irrelevant topic.  It's not as if there aren't many other
 fora where such questions *are* precisely on topic.

 Besides which those questions and answers will not be archived
 anywhere that people with similar questions in the future would
 reasonably expect to find them.

   Cheers,

   Matthew

I was going to chime in on this - but I think all has been said. The above 
states it perfectly.


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


Re: How to make a screenshot?

2004-06-04 Thread Chris
On Friday 04 June 2004 11:23 am, Andrew L. Gould wrote:
 How can I make a screenshot of what's on my monitor?  (I searched the
 archives unsuccessfully for screenshot.)

 I'm running FreeBSD 4.10.


Gimp and if you use KDE, KSnapshop



 Thanks,

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

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


Re: starting Konqueror from the command line

2004-06-06 Thread Chris
On Sunday 06 June 2004 01:01 am, Jay Moore wrote:
 On Sunday 06 June 2004 12:46 am, Bruce Hunter wrote:
   This oughta' be easy, but I've been unable to find any documentation on
   it...
  
   I'm using bluefish as an html editor. I don't have mozilla installed
   (don't really want it), and would like to preview my html in Konqueror.
  
   What is the correct command line incantation for this?
 
  I believe the command is #konqueror, only 50% sure though.

 I'm 100% sure you've got 50% of the answer, Bruce  :)

 What I need is the part that comes after konqueror... i.e. which file to
 open. And that's assuming Konqueror knows to start in html mode since the
 file it's opening is html. I thought there might even be a way to specify a
 profile file (??) to set window size  other options.

 Jay

Generally -  konqueror http://www.freebsd.org 
works for me

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


Anti-Spam app for sendmail

2004-06-08 Thread Chris
Any comments on a good anti-spam app that works with sendmail for a mail 
server?

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


Bug report 64462

2004-06-10 Thread Chris

I submitted a bug report:

http://www.freebsd.org/cgi/query-pr.cgi?pr=64462

back in March,and didn't notice any followup on it yet. Is there any way to know 
if/when the bug will be addressed, or if someone found a fix for it?

Thanks,
Chris
_
Email harvesters eat this: [EMAIL PROTECTED]

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


swap size and a zombie

2004-06-11 Thread Chris
*This message was transferred with a trial version of CommuniGate(tm) Pro*


Looking at a web/email server with the following from top ...


last pid: 29494;  load averages:  0.00,  0.00,  0.00   up 85+12:33:05  23:07:44
39 processes:  1 running, 37 sleeping, 1 zombie
CPU states:  0.0% user,  0.0% nice,  0.0% system,  0.0% interrupt,  100% idle
Mem: 197M Active, 545M Inact, 176M Wired, 51M Cache, 112M Buf, 33M Free
Swap: 2048M Total, 184K Used, 2048M Free


Does it look like the swap file is way too big? The box has been online for awhile, 
yet it seems like the swap file is not utilized very much at all. For that matter, the 
server is clearly overpowered for what it does, but better than underpowered I suppose.

Also, I cannot seem to get rid of that zombie... it happens at boot time:

root   0  0.0  0.0 00  ??  ZW   - 0:00.00  (perl)

Thanks,
Chris
_
Email harvesters eat this: [EMAIL PROTECTED]

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


swap size and zombie

2004-06-12 Thread Chris
*This message was transferred with a trial version of CommuniGate(tm) Pro*



Looking at a web/email server with the following from top ...


last pid: 29494;  load averages:  0.00,  0.00,  0.00   up 85+12:33:05  23:07:44
39 processes:  1 running, 37 sleeping, 1 zombie
CPU states:  0.0% user,  0.0% nice,  0.0% system,  0.0% interrupt,  100% idle
Mem: 197M Active, 545M Inact, 176M Wired, 51M Cache, 112M Buf, 33M Free
Swap: 2048M Total, 184K Used, 2048M Free


Does it look like the swap file is way too big? The box has been online for awhile, 
yet it seems like the swap file is not utilized very much at all. For that matter, the 
server is clearly overpowered for what it does, but better than underpowered I suppose.

Also, I cannot seem to get rid of that zombie... it happens at boot time:

root   0  0.0  0.0 00  ??  ZW   - 0:00.00  (perl)

Thanks,
Chris

_
Email harvesters eat this: [EMAIL PROTECTED]

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


Re: Devil Mascot

2004-06-14 Thread Chris
On Monday 14 June 2004 04:09 pm, Jorn Argelo wrote:
 Peter Pauly wrote:
 I wonder if the FreeBSD daemon could be considered a god...
 
 because he can make world.

 Heh, now that's a nice one.

 Interesting discussion by the way, but I wonder, why are we going to
 reply to an obvious troll like that? Just let the man be, and we might
 as well spend time helping people who really need it, rather then
 wasting it to persons like him.

I think that the occasional sideshow is nice *laffs*


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


Re: Devil Mascot

2004-06-15 Thread Chris
On Tuesday 15 June 2004 11:19 am, Randy Pratt wrote:
 On Tue, 15 Jun 2004 09:53:57 -0400

 Mi A. Llort [EMAIL PROTECTED] wrote:
  On Sun, Jun 13, 2004 at 05:02:49PM -0700, Edward Hendrie wrote:
   Why do you have a Devil for a trademark mascot?  From a marketing
 
  Ed, it's obvious you've hit a nerve.
 
  Many list subscribers who have never contributed before, feel
  compelled to reply, repeating the same explanations which have
  been posted only minutes before by others.
 
  The FreeBSD devil may have been responsible for the fall of the great
  PTL Club during the 1980's. During his trial, Jim Bakker explained,
  ...the devil got into the computer.
 
  That's enough for me.

 And of course clearly demonstrates that the logo is The mark of
 the Beastie...  ;-)

... Let's not forget the mark ... chmod 666


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


Re: Bittorrent not in ports?

2004-06-18 Thread Chris
On Friday 18 June 2004 08:38 pm, Julian M. Mason wrote:
 ...is bittorrent really not in ports?

 my usual
 # cd /usr/ports ; make search name=bittorrent
 and
 # whereis bittorrent

 turned up nothing; nor did a wandering around /usr/ports/net.

 Do I have to actually go and get something myself? gasp


 --Mac

Try this:

make search key=bittorrent | more


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


Re: Building a Stable Secure FreeBSD Mail server

2004-06-26 Thread Chris
On Saturday 26 June 2004 03:07 am, Joshua Lewis wrote:
 I have located what I feel is a very complete document on Building a
 Stable Secure FreeBSD Mail server (That happens to be the name of the Doc
 too. Go figure)


Perhaps you might like to share the location of this document with the list?

-- 
Best regards,
Chris

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: Building a Stable Secure FreeBSD Mail server

2004-06-26 Thread Chris
On Saturday 26 June 2004 09:43 am, Joey Mingrone wrote:
 A little googling turned up:
 http://gene.wins.uva.nl/~jmsteggi/Creating_a_Stable_Secure_FreeBSD_Mailserv
er.pdf

Ahh yes - this IS a good doc. I have had it for a few months. I was hoping 
that it might have been an updated version. None the less, it's one doc that 
I keep in my Keep directory.

-- 
Best regards,
Chris

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: Guide to x.org update?

2004-06-28 Thread Chris
On Monday 28 June 2004 11:10 am, Your Name wrote:
 I'd like to upgrade to the x.org series from XFree86.
 Is there any simple guide to how to do this? There's
 nothing in /usr/ports/UPDATING. I see that some people
 have reported general success, but I'm worried that
 I'll miss something or forget about rebuilding
 something in the three days it'll take to rebuild
 every X dependent
 port on my system.

 Jen

Just update your ports tree, and run portupgrade to bring all your installed 
ports up to date.

-- 
Best regards,
Chris

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: Guide to x.org update?

2004-06-28 Thread Chris
On Monday 28 June 2004 11:25 am, Andrew L. Gould wrote:
 On Monday 28 June 2004 11:15 am, Chris wrote:
  On Monday 28 June 2004 11:10 am, Your Name wrote:
   I'd like to upgrade to the x.org series from XFree86.
   Is there any simple guide to how to do this? There's
   nothing in /usr/ports/UPDATING. I see that some people
   have reported general success, but I'm worried that
   I'll miss something or forget about rebuilding
   something in the three days it'll take to rebuild
   every X dependent
   port on my system.
  
   Jen
 
  Just update your ports tree, and run portupgrade to bring all your
  installed ports up to date.
 
  --
  Best regards,
  Chris

 I was unaware that FreeBSD switched to X.org from XFree86.  Did we
 switch or is there name confusion?  Are both offered in the newer
 ports?

 Andrew Gould

Hmm, after looking:

/usr/ports/x11/xorg
This is a metaport for all the X.Org packages available in the ports tree.

WWW: http://www.x.org/

- Eric Anholt
[EMAIL PROTECTED]



-- 
Best regards,
Chris

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: Guide to x.org update?

2004-06-28 Thread Chris
On Monday 28 June 2004 11:31 am, Your Name wrote:
 --- Chris [EMAIL PROTECTED] wrote:
  On Monday 28 June 2004 11:10 am, Your Name wrote:
   I'd like to upgrade to the x.org series from
 
  XFree86.
 
   Is there any simple guide to how to do this?
 
  There's
 
   nothing in /usr/ports/UPDATING. I see that some
 
  people
 
   have reported general success, but I'm worried
 
  that
 
   I'll miss something or forget about rebuilding
   something in the three days it'll take to rebuild
   every X dependent
   port on my system.
  
   Jen
 
  Just update your ports tree, and run portupgrade to
  bring all your installed
  ports up to date.

 I don't want to be thick, but what are the exact steps
 involved in this? My installed ports are already up to
 date, Id just want to rebuild the ones that depend on
 some version of X. So I guess I'd first install the
 xorg meta-port, then delete--what?, to make sure I get
 all the XFree86 versions?--and then do what to rebuild
 properly everything with depends?

 Thanks. I will wait if there is going to be some easy
 method in the future.


Well - if I understand this, you want to use X.org in place of XFree86 - if 
this is correct, I would assume you install eht X.org meta-port as you 
mentioned.

I don't know if X.org needs anything from XFree, so I can't answer that. The 
next thing is simply update the ports tree (that inturn updates the X.org 
meta when needed) then run portupgrade after the ports ttree update.

See the man page for portupgrade for the parms you want. I myself use -arR
Once you have run portupgrade, and if by chance the meta-port did get updated, 
portupgrade will bring that up to the current build for FreeBSD.

I may have left out some steps, but this is the jist of it.

-- 
Best regards,
Chris

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: Guide to x.org update?

2004-06-28 Thread Chris
On Monday 28 June 2004 12:13 pm, Vulpes Velox wrote:
 On Mon, 28 Jun 2004 09:10:12 -0700 (PDT)

 Your Name [EMAIL PROTECTED] wrote:
  I'd like to upgrade to the x.org series from XFree86.
  Is there any simple guide to how to do this? There's
  nothing in /usr/ports/UPDATING. I see that some people
  have reported general success, but I'm worried that
  I'll miss something or forget about rebuilding
  something in the three days it'll take to rebuild
  every X dependent
  port on my system.

 build xorg-server, deinstall it, reinstall, it use pkgdb -uF to fix :)

 then repeat for what other xorg stuff you want :)

 the pkgdb -uF is important... it will go through and update
 /var/db/pkg so that all ports recognize using the new xlibs and don't
 try to reinstall xfree86...

 pkgdb is part of portupgrade

Indeed - what I have found out - You can't install xorg while XFree resides on 
the same system. It seems you would need to uninstall XFree before installing 
xorg.

-- 
Best regards,
Chris

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: firewall for web server

2004-06-28 Thread Chris
On Monday 28 June 2004 12:44 pm, Peter wrote:
 I am budiling a web server.
 Since it is ina remote data center wher I do not contrl the router I prefer
 I to build firewall on the www server.

 APF http://www.rfxnetworks.com/apf.php
 very popular firewall in the linux world.

 Thanks,

 Peter

Yes - you can run both the web server and firewall on the same box.
What you need to do is think which you wish to do.

There are good and bad to both IPFW and IPF. I myself, prefer IPFW.

-- 
Best regards,
Chris

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: Guide to x.org update?

2004-06-28 Thread Chris
On Monday 28 June 2004 01:45 pm, Jim Trigg wrote:
 On Mon, Jun 28, 2004 at 01:22:32PM -0500, Vulpes Velox wrote:
  On Mon, 28 Jun 2004 13:17:56 -0400
 
  Jim Trigg [EMAIL PROTECTED] wrote:
   AFAICT, this won't really do anything -- there does not appear to be
   a real way to tell the ports system that you want X ports to depend
   on xorg instead of xfree.  Every X port appears to have xfree
   hardcoded.
 
  Not sure, I think some do, but everything I have hear does not seem to
  have that problem.

 OK, so how do you get cvsup to use xorg?  As best I can tell, it will
 depend on either XFree86 (XFree86 v. 3) or XFree86-4-libraries (XFree86
 v. 4), with no option to depend on xorg-libraries.

 Thanks,
 Jim

Well, you could always use cvsup-witout-gui.

-- 
Best regards,
Chris

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: Guide to x.org update?

2004-06-28 Thread Chris
On Monday 28 June 2004 02:26 pm, Matthew Seaman wrote:
 On Mon, Jun 28, 2004 at 02:45:08PM -0400, Jim Trigg wrote:
  On Mon, Jun 28, 2004 at 01:22:32PM -0500, Vulpes Velox wrote:
   On Mon, 28 Jun 2004 13:17:56 -0400
  
   Jim Trigg [EMAIL PROTECTED] wrote:
AFAICT, this won't really do anything -- there does not appear to be
a real way to tell the ports system that you want X ports to depend
on xorg instead of xfree.  Every X port appears to have xfree
hardcoded.
  
   Not sure, I think some do, but everything I have hear does not seem to
   have that problem.
 
  OK, so how do you get cvsup to use xorg?  As best I can tell, it will
  depend on either XFree86 (XFree86 v. 3) or XFree86-4-libraries (XFree86
  v. 4), with no option to depend on xorg-libraries.

 Both the XFree86-4-libraries and xorg-libraries provide the
 /usr/X11R6/lib/libX11.so.6 shared library (amongst others).  It's the
 same ABI independent of which port the shlib comes from.

 The short answer is just install the x11/xorg-libraries port before
 you install cvsup.

 In fact, cvsup works perfectly well even if you replace the XFree86
 libs with the xorg ones underneath a previously installed copy of
 cvsup.  Doesn't even need a recompile.  The same goes for most X based
 software.

 Here's how it works: when the Makefile in the cvsup port says
 USE_XLIB that gets transformed into a LIB_DEPENDS line in
 /usr/ports/Mk/bsd.ports.mk:

 LIB_DEPENDS+=   X11.6:${PORTSDIR}/x11/XFree86-4-libraries

 (assuming you've not got XFREE86_VERSION == 3).

 That LIB_DEPENDS line is in two parts separated by a colon.  The first
 bit:

 X11.6

 means that the port needs to link against libX11.so.6, and it checks
 to see if a suitable shlib is installed and accessible by grep'ing in
 the output of ldconfig:

 % ldconfig -r | fgrep X11.6
 116:-lX11.6 = /usr/X11R6/lib/libX11.so.6

 Since last night on my system that's from:

 % pkg_info -W /usr/X11R6/lib/libX11.so.6
 /usr/X11R6/lib/libX11.so.6 was installed by package
 xorg-libraries-6.7.0

 If make(1) can find a suitable shlib, everything is happy and the
 compile continues -- all make looks for is the presence of the
 library.  It doesn't check what (if any) port the library is part of.
 Only if it can't find the correct shlib does the right hand side of
 that LIB_DEPENDS line get considered:

 ${PORTSDIR}/x11/XFree86-4-libraries

 That's simply a suggestion of a suitable port that will provide the
 required shlib, and fulfil the dependency.  But there are several such
 ports in the tree, any of which could be used.  Often in such
 situations there will be some sort of 'WANT_FOO' or 'WITH_FOO_VER'
 make variable to select which one gets used.  Unfortunately, no such
 mechanism for saying I want X.Org ports in preference to XFree86
 ones has yet been committed.

 One annoyance due to the lake of make(1) infrastructure is that the
 suggested port will be listed in the package dependencies of the
 installed port, rather than the actual port that provided the shlib
 you used to build against.  That, however, is just an administrative
 detail which you can fix up with pkgdb(1), and has no real bearing on
 the effectiveness of the software.

   Cheers,

   Matthew

Odd - all I did was remove XFree, install the Xorg meta-port. Rename 
XF86Config to xorgcfg in /etc/X11R6, restart X and bingo. 

Now, I am cvsup'in as we speak - then again, I don't use the gui version of 
cvsup. 

If anyone is interested, I'll post a follow-up.

-- 
Best regards,
Chris

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


port upgrades

2004-06-30 Thread Chris
*This message was transferred with a trial version of CommuniGate(tm) Pro*



5.2.1-RELEASE

I've started using 'portupgrade' to update several ports to the latest versions, but 
have an odd problem when it comes to certain ports.

For example:

server# pkg_version -v | grep Spam
bsdpan-Mail-SpamAssassin-2.63  needs updating (port has 2.63_2)

server# portupgrade bsdpan-Mail-SpamAssassin
---  Skipping 'mail/p5-Mail-SpamAssassin' because it is held by user (specify -f to 
force)
server# portupgrade -f bsdpan-Mail-SpamAssassin


So I use the -f flag to force, and get several errors like:

===   p5-MIME-Base64-3.01 is already installed
  You may wish to ``make deinstall'' and install this port again
  by ``make reinstall'' to upgrade it properly.
  If you really wish to overwrite the old port of converters/p5-MIME-Base64
  without deleting it first, set the variable FORCE_PKG_REGISTER
  in your environment or the make install command line.
*** Error code 1

Stop in /usr/ports/converters/p5-MIME-Base64.
*** Error code 1

Stop in /usr/ports/security/p5-Digest.
*** Error code 1

Stop in /usr/ports/security/p5-Digest-SHA1.
*** Error code 1

Stop in /usr/ports/security/p5-Digest-HMAC.
*** Error code 1

Stop in /usr/ports/dns/p5-Net-DNS.
*** Error code 1

Stop in /usr/ports/mail/p5-Mail-SpamAssassin.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade64155.0 make
** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
! mail/p5-Mail-SpamAssassin (bsdpan-Mail-SpamAssassin-2.63) (unknown build 
error)
---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed


I can successfully install Mail::SpamAssassin using cpan, but it never seems to show 
up as the latest version (always seems to need upgrading when looking at pkg_version).

Are there are two different ways to install (for example) SpamAssassin (and other perl 
related ports)?

I can use cpan OR the pkg_add / portupgrade commands but not both?


Thanks,
Chris
_
Email harvesters eat this: [EMAIL PROTECTED]

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


RulesDuJour for FreeBSD

2004-06-30 Thread Chris
If anyone has got a tweak RulesDuJour scripts 
(http://www.exit0.us/index.php/RulesDuJour) for FBSD/MailScanner/SA - I would 
really love to see them

-- 
Best regards,
Chris

-- 
This message has been scanned for viruses and dangerous 
content by MailScanner, and is believed to be clean.
ClamAV virus dat updated: Wed Jun 30 2004 at 03:04:42
daily.cvd is up to date (version: 375, sigs: 1096, f-level: 2, builder: trog)

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


Re: RulesDuJour for FreeBSD

2004-06-30 Thread Chris
On Wednesday 30 June 2004 07:24 pm, Ryan Thompson wrote:
 Chris wrote to FreeBSD Questions:
  If anyone has got a tweak RulesDuJour scripts
  (http://www.exit0.us/index.php/RulesDuJour) for FBSD/MailScanner/SA -
  I would really love to see them

 What's to tweak?

 Make sure you have bash installed. Edit the path to bash if needed in
 the first line of the file. Do use the provided my_rules_du_jour, and
 follow the usage instructions found therein. There are no FreeBSD-
 specific tweaks to worry about.

 - Ryan

Gah! I missed that file. Ppfftt, sorry folks.

-- 
Best regards,
Chris

-- 
This message has been scanned for viruses and dangerous 
content by MailScanner, and is believed to be clean.
ClamAV virus dat updated: Wed Jun 30 2004 at 03:04:42
daily.cvd is up to date (version: 375, sigs: 1096, f-level: 2, builder: trog)

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


Re: Milter and ClamAV

2004-06-30 Thread Chris
On Wednesday 30 June 2004 08:22 pm, Richard Stevenson wrote:
 On Wed, 30 Jun 2004, Eric Crist wrote:
  I've just installed ClamAV with Milter support.  I was wondering how I
  would go about adding a signature at the bottom of outgoing mail to
  indicate that it has been scanned?

 I wouldn't bother, for two reasons:

 1.  Clamav-milter adds a couple of X- headers to the message, saying it
  was scanned.  This is what was in your message:

  X-Virus-Scanned: clamd / ClamAV version 0.72, clamav-milter version
 0.72 on grog.secure-computing.net
  X-Virus-Status: Clean

 2.  I'm not aware of any general way to add a note to the bottom of any
  message, unless you ban all multipart messages and/or attachments from
  passing through your system.  Your users/customers might complain
  about that ;)


You mean something like - Read below.

-- 
Best regards,
Chris

-- 
This message has been scanned for viruses and dangerous 
content by MailScanner, and is believed to be clean.
ClamAV virus dat updated: Wed Jun 30 2004 at 03:04:42
daily.cvd is up to date (version: 375, sigs: 1096, f-level: 2, builder: trog)

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


Re[2]: port upgrades

2004-07-02 Thread Chris
*This message was transferred with a trial version of CommuniGate(tm) Pro*
*This message was transferred with a trial version of CommuniGate(tm) Pro*



Have you tried running pkgdb -F?


Yes, at some point. I did solve the problem:

I finally deleted all packages that were installed directly from cpan, and added them 
back with the pkg_add command. Now all is well. It -seems- that adding things via cpan 
does not update the pkgdb like pkg_add or portupgrade does.

Thanks,
Chris

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


core dump location

2004-07-02 Thread Chris
*This message was transferred with a trial version of CommuniGate(tm) Pro*


5.2.1-RELEASE


I tried using this command to change the location where my core dump is being written:

sysctl kern.corefile=/var/coredumps/%U/%N.core


After doing that, new core dumps didn't show up there. I tried creating the directory 
(wasn't sure if it would be created with the first core dump or not) and chmod it to 
0777 just to make sure it was writeable by any process - still no core dumps there.

Is there a way to put it back the way it was, where the core dump ends up in the 
working directory as programname.core ?

Thanks,
Chris
_
Email harvesters eat this: [EMAIL PROTECTED]

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


JAILS: Shared IP?

2003-09-12 Thread Chris

When co-locating a FreeBSD box being used for 4 websites (inside jails),...

1) What would be the advantage(s) or disadvanatage(s) of giving each website it's own 
IP vs sharing a single IP?

2) Is one going to be more difficult to set up than the other?

3) Would it be better to use something like Webmin to configure the setup instead of 
trying to do it by hand, or does that take away from learning?

Thanks for any advice,
Chris

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


4.8 Install for Web Server

2003-09-14 Thread Chris

Any pointers or suggestions on a fresh install of 4.8, when the box will be used for a 
web server running in a handful of jails? It has 80gig HD, so one of the issues I'm 
inquiring about is a good partitioning scheme.
Thanks,
Chris

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


Question on FreeBSD name resolution

2003-09-24 Thread chris
I just installed 5.1 and have been playing around with it, but I am
troubled by an issue with my network configuration.  I apologize if this
is the wrong list, it seemed to be the most appropriate.  I want to at
least get the machine working so then I can start working through
learning the ins and outs.
 
My FreeBSD box is running on a Dell laptop on my home network where I
have three other Windows based machines.  All of my machines are
configured to use another NT-Based firewall as both the default gateway
and DNS server, which is connected out to the Internet via cable.  
 
I’m using the default network settings that were configured when I
installed the system.  The network card is configured to use DHCP and
when I do an ifconfig I see the Ethernet card has an appropriately
assigned IP address  netmask.    If I ping a website by it’s DNS name,
the name resolves quickly and I get ping responses back pretty quickly
(as I would expect).  When I use FTP, Telnet, or WWW to try to connect
to an address by FQDN, it takes a few minutes to establish the
connection.  However when I use the associated IP address instead of the
FQDN it connects instantly.  
 
It seems like the TCP (or at least FTP, WWW  Telnet) programs are
having an issue with resolving the name.  My guess is that they are
timing out through trying to resolve via one means, and therefore then
try a DNS resolve.  Is there a way to determine the order in which the
system currently does name resolution?  I looked for the host.conf file
in my /etc folder and there was one, but even when I added one in it
didn’t help.  
 
 


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


Re: install issues

2003-09-25 Thread Chris
On Thursday 25 September 2003 10:24 pm, default013 wrote:
 Hello,

Perhaps it's the media itself? Look into a nice siver coated CD-R instead of 
the nifty multi colored ones etc.

Seems to me, that would be the easiest and least expensive way to determine a 
problem.


 I've installed FreeBSD enough times, but have never had anything like this
 happen before. I searched the mailing list archives and couldn't find
 anything of use there either ... I was wondering if anyone has had any
 similar issues ...

 I've tested this with a storebought 4.2 version disk, and burned ISOs of
 4.1, 4.3, and 4.8. Each time I attempt the install I run into the same
 problem:

 System boots up, begins reading the CD ROM and takes me to the kernel
 configuration screen. I can select either of the options, but when it goes
 to the sysinstall screen I get a brief flash of sysinstall and 1 of 2
 things happen: most of the time the system reboots itself displaying no
 error messages or 2 rarely the system will stay at sysinstall, and after
 flashing the screen for a second displays a distorted image of sysinstall
 under which all I can see is basically a grey background with blue bars on
 it. I can move the selection around, but if I select something the system
 reboots.

 The system is running on a p3 733 mhz processor with 384M SDRAM on a 133
 Bus. Motherboard is a Intel D815EGEW that is brand new. Has 2 IBM 80G hard
 drives and a Netgear network card ... that's about it ...

 I've tried using a different (beside the built-in) video card and had the
 same problem. I tried disabling one of the hard disks and had the same
 problem, and also tried disabling the CD ROM device (it is very old) just
 in case ... but run into the same problem every time. The same thing
 happens even when using boot diskettes.

 Anyone have any idea why this would happen? I've tried everything I can
 think of and am stumped! Could it be the motherboard? Its an Intel ...

 Thanks,

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

-- 

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000


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


Re: install issues

2003-09-25 Thread Chris
On Thursday 25 September 2003 10:38 pm, default013 wrote:
 P.S.

 I forgot to mention. I tested installing Windows on the same machine to see
 if that would cause any problems, but I had no problems installing Windows
 on the same machine ...

Hmm, almost seems to me it may be the way your burning it.  Sounds like 
something isn't being dittoed correctly. Are you duplicating this under 
Windows or under Unix? That may be the key - other then that, I have no clue.


 Jordan

 - Original Message -
 From: Chris [EMAIL PROTECTED]
 To: default013 [EMAIL PROTECTED]; FreeBSD-Questions
 [EMAIL PROTECTED]
 Sent: Thursday, September 25, 2003 10:29 PM
 Subject: Re: install issues

  On Thursday 25 September 2003 10:24 pm, default013 wrote:
   Hello,
 
  Perhaps it's the media itself? Look into a nice siver coated CD-R instead

 of

  the nifty multi colored ones etc.
 
  Seems to me, that would be the easiest and least expensive way to

 determine a

  problem.
 
   I've installed FreeBSD enough times, but have never had anything like

 this

   happen before. I searched the mailing list archives and couldn't find
   anything of use there either ... I was wondering if anyone has had any
   similar issues ...
  
   I've tested this with a storebought 4.2 version disk, and burned ISOs
   of 4.1, 4.3, and 4.8. Each time I attempt the install I run into the
   same problem:
  
   System boots up, begins reading the CD ROM and takes me to the kernel
   configuration screen. I can select either of the options, but when it

 goes

   to the sysinstall screen I get a brief flash of sysinstall and 1 of 2
   things happen: most of the time the system reboots itself displaying no
   error messages or 2 rarely the system will stay at sysinstall, and
   after flashing the screen for a second displays a distorted image of

 sysinstall

   under which all I can see is basically a grey background with blue bars

 on

   it. I can move the selection around, but if I select something the

 system

   reboots.
  
   The system is running on a p3 733 mhz processor with 384M SDRAM on a
   133 Bus. Motherboard is a Intel D815EGEW that is brand new. Has 2 IBM
   80G

 hard

   drives and a Netgear network card ... that's about it ...
  
   I've tried using a different (beside the built-in) video card and had

 the

   same problem. I tried disabling one of the hard disks and had the same
   problem, and also tried disabling the CD ROM device (it is very old)

 just

   in case ... but run into the same problem every time. The same thing
   happens even when using boot diskettes.
  
   Anyone have any idea why this would happen? I've tried everything I can
   think of and am stumped! Could it be the motherboard? Its an Intel ...
  
   Thanks,
  
   Jordan
   ___
   [EMAIL PROTECTED] mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to
   [EMAIL PROTECTED]
 
  --
 
  Best regards,
   Chris
  __
 
  PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363
 
  PGP Mail encouraged / preferred - keys available on common key servers
  __
 01010010011101100011011001010111001001011000

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

-- 

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000


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


RE: KDM and FreeBSD?

2003-10-03 Thread Chris
Change this in /etc/ttys file - reboot, live happy.

ttyv8  /usr/local/bin/kdmxterm   on  secure




 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Alex de Kruijff
 Sent: Friday, October 03, 2003 7:38 PM
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Re: KDM and FreeBSD?


  Hey all,
 
  I'm a huge nut of the CLI, but my girlfriend is not.  I've gone
 through a
  bunch of the documentation on
 
 http://docs.kde.org/en/3.1/kdebase/kdm/Configuring-your-system-for
-kdm.html
 and have gotten as far as test whether I can run

 grog# kdm -nodeamon

 and I get a KDE login screen after a few breif seconds.  Now, how do I
 implement this so that kdm initalizes at boot so my gf can use my FreeBSD
 system without having to type what is, in her words, some arcane fucking
 command from the old world of DOS.

Any script in /usr/local/etc/rc.d/ gets started at boot time. A script
usaly has a echo -n 'script name' that print a message at boot time.


--
Alex

Articles based on solutions that I use:
http://www.kruijff.org/alex/index.php?dir=docs/FreeBSD/
___
[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]


KMail export to Outlook

2003-10-04 Thread Chris
Is there a way to take my mail (from KMail) and either export it to, or some
other app that will allow me to pull in all the mail into Outlook2000?

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000

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


Re: Does any one know product like to Outlook 2003

2003-10-07 Thread Chris
On Tuesday 07 October 2003 10:19 am, Andy Harrison wrote:
 ~
 On 07-Oct-2003, Ajit Kakade wrote message Does any one know product like
 to Outlook 2003
 ~

  Hi All, Does any one know FreeBSD product just like to Outlook 2003 (on
  exchange server). My company people want same features.
  Help me guys. Thanks

 Have a look at this one.

 http://www.freshports.org/mail/evolution/

Yes - This app does well. 2 things to keep in mind.

1. It's bloated and piggish. 
2. If you want to access an Exchange server and making use of the same 
features - it's gonna cost you for the Exchange connector per client.

Unless Xiam has changed this - I last remember it being somewhere in the 
ballpark of 50.00 to 100.00 bux per client.


 ~~
 Andy Harrison
 (full headers for details)

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

-- 

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000


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


Re: cvsup and portupgrade

2003-10-08 Thread Chris
On Wednesday 08 October 2003 01:33 pm, David Bear wrote:
 I'm still trying to muddle through the loads of different ways to keep
 FreeBSD 'current' -- meaning, safely patched, aka RELENG_5_1 (for me)

 As I conceptualize the operations there are two levels of 'patching',
 1) the kernel and base system
 2) then all the ports that I may have installed

 I've read the cvsup docs and can see how to update both the kernel
 source and ports.  But the problem I see is the ports.  After the
 ports collection has cvsupdated, I would still need to do a make
 install for each port I have previous installed, correct?  (or, more
 appropriately, make deinstall, the cvsup the ports, then make install)
 Is this making things more difficult?  Seems there really should be a
 cleaner way to keep things updated.

 I've heard reference to a portupgrade package, but can't find any
 details on how and what it really does-- and how well it plays with
 cvsupdate.

 The other rotten thing here is that cvsupdate requires modula-3 -- and
 portupgrade requires ruby...  It would really be nice if all this were
 done in the most perfect language, python;-)

 looking for some advice.. thx.

Allbeit I am doing 4.9, here is what I do for the ports part of it. I too have 
had issues and found a perect solution (for me)



To upgrade ports only  rebuild database:
-
type /usr/local/bin/cvsup -g -L2 /root/ports-supfile
type /usr/local/sbin/portsdb -uU
run /usr/local/sbin/portupgrade -arR 
The above line updates all ports and dependencies.



-- 

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000


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


Ongoing USB messages in /var/log/messages

2003-10-09 Thread Chris
How might I stop this? By stopping USBd support? 
Some facts, 4.8-STABLE, Athlon XP +2100, 1 gig ram

 tail -f /var/log/messages
Oct  9 22:33:08 racerx /kernel: usb0: scheduling overrun
Oct  9 22:33:08 racerx /kernel: usb0: scheduling overrun



-- 

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000


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


Re: Ongoing USB messages in /var/log/messages

2003-10-09 Thread Chris
On Thursday 09 October 2003 10:36 pm, Chris wrote:
 How might I stop this? By stopping USBd support?
 Some facts, 4.8-STABLE, Athlon XP +2100, 1 gig ram

  tail -f /var/log/messages

 Oct  9 22:33:08 racerx /kernel: usb0: scheduling overrun
 Oct  9 22:33:08 racerx /kernel: usb0: scheduling overrun

Ok - I searched the archives and found one solution - turn off USB in the bios 
if not in use. For now, that will have to do.



-- 

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000


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


Re: writing pdfs

2003-10-10 Thread Chris
On Friday 10 October 2003 07:31 am, William O'Higgins wrote:
 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 had some thoughts about generating PDFs, but I was hoping for advice
 about which tools to use.  Should I just learn how to mark up a text
 page manually (I write HTML almost as quickly as plain text)?  Should I
 learn TeX or some variant and translate it?  I hear that PHP has some
 excellent PDF-generation tools; should I write up a command-line
 interpreter myself?  Any suggestions would be appreciated.

 I did a bit of searching, but I didn't find any real *advice* on what
 process to use, and most of the tools that I found are for viewing PDFs,
 not writing them.

 Thanks.

OppenOffice.Org (/usr/ports/editors/openoffice   
/usr/ports/editors/openoffice-devel)

Is a suite that gets you as close to the MS Office package as can be. In 
addition, you CAN create PDF's

Just my 2 pennies

-- 

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000


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


Re: writing pdfs

2003-10-10 Thread Chris
On Friday 10 October 2003 08:14 am, Chris wrote:
 On Friday 10 October 2003 07:31 am, William O'Higgins wrote:
  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 had some thoughts about generating PDFs, but I was hoping for advice
  about which tools to use.  Should I just learn how to mark up a text
  page manually (I write HTML almost as quickly as plain text)?  Should I
  learn TeX or some variant and translate it?  I hear that PHP has some
  excellent PDF-generation tools; should I write up a command-line
  interpreter myself?  Any suggestions would be appreciated.
 
  I did a bit of searching, but I didn't find any real *advice* on what
  process to use, and most of the tools that I found are for viewing PDFs,
  not writing them.
 
  Thanks.

 OppenOffice.Org (/usr/ports/editors/openoffice  
 /usr/ports/editors/openoffice-devel)

 Is a suite that gets you as close to the MS Office package as can be. In
 addition, you CAN create PDF's

 Just my 2 pennies

As a follow up, I agree, I have not gotten OOo to install however, the 
openoffice-devel went smoothly for me.
-- 

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000


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


Re: packages

2003-10-11 Thread Chris
On Saturday 11 October 2003 01:47 pm, Peter Schuller wrote:
  i would like to know when will FreeBSD crew update packages.. for
  example: flashplugin for mozilla is still version 4, linux allready has
  6; mozilla 1.4b is beta?? there is gnome 2.4 out.. getta move on guys...

 Sounds like you want to keep and up-to-date ports collection:

 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html

 The easiest way is probably the cvsup method, if you wish to always have
 access to the latest ports with a minimum of fuss. Combine that with
 portupgrade -arP and you have a pretty efficient mechanism of upgrading
 all your packages.

Some things that I do:

First and foremost, ensure you have this -
1. Edit /etc/make.conf, add WITHOUT_GUI=yes
2. cd /usr/ports/net/cvsup-without-gui ; make install  make clean
3. cd /usr/ports/sysutils/portupgrade ; make install  make clean
4. Ensure all sup files reflect cvsup2.FreeBSD.org as the cvs server (or your 
fav)

This part assumes you have your sup files somewhere in /root

1. /usr/local/bin/cvsup -g -L2 /root/ports-supfile  /usr/local/sbin/portsdb 
-uU
2. /usr/local/sbin/pkgdb -fuF  /usr/local/sbin/portversion |grep 
3. /usr/local/sbin/portupgrade -arR

The above line is important - this will upgrade ALL of your installed ports 
and ALL dependencies.

I have put these routine into scripts and into /etc/periodic/daily - all 
execpt the portupgrade -arR 


-- 

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000


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


Re: packages

2003-10-11 Thread Chris
On Saturday 11 October 2003 08:30 pm, Jerry McAllister wrote:
  hi
 
  i would like to know when will FreeBSD crew update packages.. for
  example: flashplugin for mozilla is still version 4, linux allready has
  6; mozilla 1.4b is beta?? there is gnome 2.4 out.. getta move on guys...

   ^^
 Have you ever heard Beggars can't be choosers  --^
 You are getting free work out of volunteers.
 It is very poor manners to be ordering people around
 like this.   Maybe it is a language deficiency that results
 in a poor statement like this one, but one should still have
 more respect for those doing all the volunteer work to make
 this stuff available at all, let alone on your personal schedule.

 jerry

Actually Jerry, I envision this guy in like, a cheerleader's uniform, legs 
badly shaven, armpits are hairy, and a tuff of back hair right under the back 
of his head, between the shoulder blades, a tattoo that says Mom, a 
pot-belly, and greasy fingers.

*Shrug* Oh well - just some humor here.

X


  greetings
  anze
  slovenia
  ___
  [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]

-- 

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000


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


Re: Request for comments

2003-10-12 Thread Chris
On Sunday 12 October 2003 09:09 pm, Jem Matzan wrote:
   I'm writing a review of FreeBSD 5.1-RELEASE and part of the review
 entails outlining the significant differences between FreeBSD and
 GNU/Linux (in a general sense).

 These are the points that I plan on writing about:

 Development philosophy
 Development process
 Delivery and installation of ported programs and packages
 Cohesiveness of the kernel and the userland
 The licensing

   Most of these I can handle on my own, but I'd like to add some official
 comments from FreeBSD committers and contributors regarding development
 philosophy and process. Also if you feel that I've left out something
 important from the above list, please turn me on to it.
   Thanks for taking the time to respond to my request.

I dunno - but it seems to me that if someone, or some entity is going to write 
a review, the review is based on the reviewers experiance. 

to me, anything else would be considered hear-say, and really not a review at 
all. More, an opinion from other sources. That being said, the sources 
paraphrased would not represent a fair review in the othe camps eye.

I might suggest simply doing a head to head eval of a distro of Linux, give it 
30 days, then do the same with FBSD. Then, and only then (in my eyes) could 
you actually, and fairly write a review.

Just my 2 pennies.

X


-- 

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000


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


Re: Request for comments

2003-10-12 Thread Chris
On Sunday 12 October 2003 09:42 pm, Chris wrote:
 On Sunday 12 October 2003 09:09 pm, Jem Matzan wrote:
  I'm writing a review of FreeBSD 5.1-RELEASE and part of the review
  entails outlining the significant differences between FreeBSD and
  GNU/Linux (in a general sense).
 
  These are the points that I plan on writing about:
 
  Development philosophy
  Development process
  Delivery and installation of ported programs and packages
  Cohesiveness of the kernel and the userland
  The licensing
 
  Most of these I can handle on my own, but I'd like to add some official
  comments from FreeBSD committers and contributors regarding development
  philosophy and process. Also if you feel that I've left out something
  important from the above list, please turn me on to it.
  Thanks for taking the time to respond to my request.

 I dunno - but it seems to me that if someone, or some entity is going to
 write a review, the review is based on the reviewers experiance.

 to me, anything else would be considered hear-say, and really not a review
 at all. More, an opinion from other sources. That being said, the sources
 paraphrased would not represent a fair review in the othe camps eye.

 I might suggest simply doing a head to head eval of a distro of Linux, give
 it 30 days, then do the same with FBSD. Then, and only then (in my eyes)
 could you actually, and fairly write a review.

... and as a followup, more of the info you seek (in a general sense) is, and 
can be found on the FreeBSD site and a slew of other FreeBSD-dedicated sites 
via a Google search.

Add another penny please.

X


-- 

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000


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


Re: Deleting dirs to save space.

2003-10-19 Thread chris
You can safely delete /usr/src but if you need to redo the world or
recompile the kernel you wount be able too same with ports but in your
case it would be fine to remove /usr/ports,/usr/src,
   Got a server I'm trying to reclaim some space on and I was looking for
 some input.

   I've nuked the ports tree and /usr/src, but it's still not enough.  I'm
 looking at deleting /usr/obj/usr/src to gain another 400 megs, but I'm
 unsure if it's safe to do so.  Can I do it or should I just leave it
 alone?


 ___
 [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]


Re: portupgrade problems, please help

2003-10-21 Thread Chris
On Tuesday 21 October 2003 09:02 pm, Kent Stewart wrote:
 On Tuesday 21 October 2003 05:48 pm, ivan georgiev wrote:
I use 5_1_RELEASE. I do not know what happened but now I get:
   
-su-2.05b# portupgrade -arR
/usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:325:in `deorigin':
failed to convert nil into String (PkgDB::DBError)
from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:918:in
`tsort_build' from
/usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:917:in `each' from
/usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:917:in `tsort_build'
from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:909:in `each'
from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:909:in
`tsort_build' from
/usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:931:in `sort_build'
from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:935:in
`sort_build!' from /usr/local/sbin/portupgrade:674:in `main'
from /usr/local/sbin/portupgrade:207:in `initialize'
from /usr/local/sbin/portupgrade:207:in `new'
from /usr/local/sbin/portupgrade:207:in `main'
from /usr/local/sbin/portupgrade:1846
   
Can someone tell how to fix it. I tried pkgdb -uf but it
doesn't help.
  
   You may try to remove /var/db/pkg/pkgdb.db and pkgdb -u again.
 
  Thanks, but it didn't cure it  :(

 I would force upgrade portupgrade before you do anything using

 portupgrade -Rf portupgrade.

/usr/local/sbin/pkgdb -fuF
/usr/local/sbin/portupgrade -arR 


-- 

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000


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


Re: how do you actually download an up date for KDE

2003-10-25 Thread Chris
On Saturday 25 October 2003 09:52 pm, hawley wrote:
 How do you actually download an up date for KDE. I have been playing with
 Freebsd off and on for 3 yrs now. At present I have DSL internet access.
 I am running a 500 meg Hz intell machine. I have read untell my eyes bleed
 and tryed things untell my fingers cramped: NOTHING EVER WORKS I am now
 to the point where I would pay to have someone walk me through a
 successfull download. Any thoughts?
 stewart

2 ways:

1. /stand/sysinstall - and Configure/Packages and install them from the 
FreeBSD site.

2. Update your ports tree, update the ports database, install portupgrade, 
upgrade the installed ports (such as KDE) with portupgrade -arR


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

-- 

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000


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


Re: how do you actually download an up date for KDE

2003-10-25 Thread Chris
On Saturday 25 October 2003 09:52 pm, Chris wrote:
 On Saturday 25 October 2003 09:52 pm, hawley wrote:
  How do you actually download an up date for KDE. I have been playing with
  Freebsd off and on for 3 yrs now. At present I have DSL internet
  access. I am running a 500 meg Hz intell machine. I have read untell my
  eyes bleed and tryed things untell my fingers cramped: NOTHING EVER
  WORKS I am now to the point where I would pay to have someone walk me
  through a successfull download. Any thoughts?
  stewart

 2 ways:

 1. /stand/sysinstall - and Configure/Packages and install them from the
 FreeBSD site.

 2. Update your ports tree, update the ports database, install portupgrade,
 upgrade the installed ports (such as KDE) with portupgrade -arR

Sorry - 3 ways,

1. /stand/sysinstall - and Configure/Packages and install them from the 
FreeBSD site.

2. pkg_add package name

3.  2. Update your ports tree, update the ports database, install portupgrade,
upgrade the installed ports (such as KDE) with portupgrade


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

-- 

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000


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


Clanlib 0.6.5

2003-10-28 Thread chris
was wondering if anyone has sucessfully ported clanlib 0.6.5 to freebsd as
i have a game that i whant to port but it doesnt use 0.7.5 that is in
ports was wondering if anyone could point to a site that has patches or am
i stuck doing it myself ?

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


Re: stop upgrade - keep your mind safe

2003-10-29 Thread Chris
On Wednesday 29 October 2003 07:53 pm, .VWV. wrote:
 Hello to all.

 Are you sure you really need continuous upgrading your operating system,
 until the end of your life?

 I'm happy running an 'obsolete' 4.6.2, nobody will move me from it.
 Upgrading makes happy only the hardware vendors.

 ¡Enjoy the life - fight the upgrade system -!
 With my best regards

Interesting... In my mind, the above comment has merit in the Windows World. 
NOT *nix - That being said, upgrade Windows to *BSD THEN, be happy.


 VITTORI



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

-- 

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000


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


Re: let me help You

2003-10-29 Thread Chris
On Wednesday 29 October 2003 09:22 pm, Jamal wrote:
   I am living in wisconsin for 5 years now. And I have been working with
   linux for almost 2 years. I love it.


   So, I like to help you with my language (Turkish). Like if you need to
   translate somthings I can.


   Let me how I can be help to you guys.

Go to the FreeBSD site. There are things you can do for the Doc Project.



   Jamal.



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

-- 

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000


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


IPFW strange events

2003-11-01 Thread Chris

Hello,

This is occurring on a 4.8-RELEASE server using IPFW2...


I have numerous rules that block bogus networks... one of which is:

ipfw add 0104 deny log ip from 96.0.0.0/3 to any


And I know it's working because using ipfw list I get:

00104 deny log ip from 96.0.0.0/3 to any


Whenever that rule is active, it's blocking packets - ipfw show:

00104 21   1148 deny log ip from 96.0.0.0/3 to any

BUT

Various services stop working... so I look at /var/log/security and see NUMEROUS 
entries such as this:

Nov  1 10:30:00 server /kernel: ipfw: 104 Deny TCP 127.0.0.1:1051 127.0.0.1:80 out via 
lo0

Now I don't see anything in the rule about the localhost address, yet that's what it's 
blocking. But a little bit ahead of that rule, I do have this one:

ipfw add 082 divert natd all from any to any via fxp0

Would it help to put all the bogus network deny rules ahead of the divert rule?

Stumped,
Chris


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


Re: how do you get a script to run

2003-11-01 Thread Chris
On Saturday 01 November 2003 02:37 pm, Chris Hill wrote:
 On Sat, 1 Nov 2003, Gregory Stearns wrote:
  I know I am retarded, how ever I can not get the script I wrote to run
  on Free BSD 4.7.

 1) Make sure it has execute permissions set (man chmod)

 2) Make sure it's in a directory specified in your PATH variable.
 Usually username/bin/ is a good place to put scripts. Alternatively, cd
 to the directory where the script is and do a
./myscript.sh

 HTH.

Alternatively,  use the explicate path with the name of the script.
for example:

/usr/home/mayname/scripts/scriptname



 --
 Chris Hill   [EMAIL PROTECTED]
 ** [ Busy Expunging | ]


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

-- 

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000


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


Re: OpenOffice build

2003-11-02 Thread Chris
On Sunday 02 November 2003 03:58 am, Matthew Seaman wrote:
 On Sun, Nov 02, 2003 at 10:40:07AM +0100, R.T.G. TAN wrote:
  Hi,
 
  Im trying to install openoffice and am getting
  the folling:

Try /usr/ports/editors/openoffice-devel

This builds and installs nicely.

-- 

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000


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


Re: Evolution without gnome

2003-11-02 Thread Chris
On Sunday 02 November 2003 11:42 pm, C. Ulrich wrote:
 On Sun, 2003-11-02 at 18:50, Harald Schmalzbauer wrote:
  (I love pine and kmail for GUI)

 I used to use kmail quite a while back and loved it. I eventually quit
 using it and went to Mozilla mail because I ran the GNOME desktop and
 hated having to wait and wait for the ENTIRE KDE SUBSYSTEM to start up
 just so I could launch one little app. Does KDE still operate this way?
 I think Evolution is slick, but I'm beginning to tire of GNOME's
 our-way-or-the-highway interface design philosophy.

Evolution is slick. I loved it - but the fact remains that it is bloated and 
runs horrid if you happen to save messages, and they are in the k's.

I too opted for Kmail. Does what I need it to do, filters, uses encryption - I 
wish tho it had the calendaring that Outlook has. 


 Charles Ulrich

-- 

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000


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


jail core dumps

2003-11-03 Thread Chris

I followed the instructions from the man jail(8) and ended up with mount.core, 
swapon.core, and umount.core in the / directory. The messages that came up when trying 
to start up the jail are:

Segmentation fault (core dumped)
Skipping disk checks ...
Segmentation fault (core dumped)
Segmentation fault (core dumped)
Mounting /etc/fstab filesystems failed, startup aborted

This is my first time to try running a jail... any ideas where to look for the 
problem? It's a 4.8R box.

Thanks,
Chris



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


Minimal JAIL install?

2003-11-04 Thread Chris
Hello,

If one follows the directions given in man jail(8), a make world is done. I'm 
building jails to run websites, and don't believe I need the world in there. If I do 
it that way, each jail takes about 138 megs of space, BEFORE services and web files 
are installed.

Is there a better way to make the jail, with only the minimum needed to support things 
like apache, a smtp and pop server, sshd, etc?

4.9-RELEASE

Thanks,
Chris

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


Re: FreeBSD 5.1

2003-11-05 Thread Chris
On Wednesday 05 November 2003 07:36 pm, Jason Williams wrote:
 Just a quick question here.

 How stable is 5.1 for production servers? There are a lot of features I
 like offered in 5.1, but im not sure about the stability of it.
 Anyone care to comment on whether or not 5.1 is a good or bad idea for a
 production server?

Well - prolly not a good idea for production however, if you MUST use the 5.x 
line, 5.1 is far stabeler (is that a woid?) the it's previous release of 5.0


 I appreciate it.

 Jason

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

-- 

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000


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


4.9-RELEASE jails and named

2003-11-06 Thread Chris
Greetings,

I have a server which will host 3 websites, and is assigned a single local IP address 
(one from the 192.168.x.x group). I created 3 jails which are up and running, and each 
website will be contained entirely within it's own jail. The jail hostname reflects 
the domain of the website it will host. The only daemons running in each jail (for 
now) are cron and sshd, and each jail has a single wheel user. Some might call this 
the beginnings of a virtual server?

This host server runs named. For now, I tell my home computer to use the host server's 
public IP address as my only DNS server, so I can access (in theory) each jail/website 
by name.

I enabled named in rc.conf, then created named.conf, then created zone files for the 
server, the 3 jails/websites, and reverse DNS. This process was rather complicated, 
and somewhere along the way I have configured something wrong.

The way the zones are set up for the jails/websites, when I ping from my home 
computer, it resolves the name to the host server IP and pings it just fine. But if I 
try to ssh to the jail/website by name, it ends up ssh'ing to the host server. The 
only way I found to ssh into the jail/website was to first ssh into the host server, 
then from there I could ssh to the jail/website by using it's local IP address.

At least pings from the outside world can get to the host server but once at the 
host server, how do I get that traffic routed to the correct jail/website (local IP 
address)?

This is much tougher than I expected, and after hours of trial and error trying to 
self-teach myself how to do this, I digress... I must once again ask for help from the 
experts. All assistance is greatly appreciated!

Thanks,
Chris


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


Network Device(s) within jail?

2003-11-08 Thread chris

4.9-RELEASE

Hello, I now have a server running named, and it's assigned a public IP
address. Within this server is a jail that is running sshd, and the jail
has it's own unique public IP. The ethernet adapter has an alias to
accommodate the jail. (And it also works if I put the alias on the
loopback - not sure if there is any difference.)

If I ssh into the jail and run /stand/sysinstall, then use the menu
selections to try to obtain a port or package via FTP, I get to the part
where I select an FTP site the receive the following error message: no
network devices available and I can't go any farther.

Any suggestions? I did manage to find one previous post somewhere about
this, from over a year and a half ago, and I didn't fully understand what
was being said about low level calls. The reply did tend to indicate you
can't FTP from inside a jail, but I am hoping the technology has changed
and now it's possible well, I can hope, right?

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


JAIL can't FTP ports?

2003-11-08 Thread Chris

While logged into a jail (running on a public IP address), I can SSH into it and run 
/stand/sysinstall. I choose the options to install a port or package via FTP, and I 
end up with a message like No network devices available

I found a year-and-a-half-old post that mentioned sysinstall trying to use low level 
calls, and jails not allowing low level calls. While I really don't understand exactly 
what that means, I guess it brings up the questions:

1) Can I use FTP to install ports or packages without going through sysinstall?
2) If not, is there any other way to get the entire ports collection into the jail, 
without actually being at the console?

And if I create a jail from a system with no ports, does that mean the jail will have 
no ports? And if my system has the entire ports collection installed, will a new jail 
also have them?

Thanks again,
Chris

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


jails and ipfw2

2003-11-08 Thread Chris

My server, with a public IP address, is running named and sshd. This server is also 
running IPFW2.

There is a jail also running, with it's own unique public IP address. I have found 
that IPFW2 will filter traffic to/from the jail, no matter if I put the jail's alias 
on the ethernet device (fxp0) or the loopback device (lo0). Is there an advantage or 
disadvantage to doing it one way vs the other?

Thanks,
Chris

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


Re: info

2003-11-08 Thread Chris
On Saturday 08 November 2003 12:01 pm, alextintea wrote:
 Hello,
 I want to open an internet cafe' with linux, unix or variants on the
 desktop pcs I looking for important information about whitch distribution
 is the good one for this kind of bussiness and for what distribution I can
 find games (specially) and other programs for learning ( for instance Open
 Ofiice from Sun Microsystems) etc, if I may intall freebsd on desktop pcs
 and other informations about this Thank You!
 Alexandru tintea

FreeBSD would be a good choice. As to games, You have many default gamse, toss 
in KDE for your desktop (that also has many educational apps), maybe even add 
Gnome games and your fairly set.  KDE also has it's own office package that 
features KMail, KWord, KSpread, KPresenter to name a few. You also have the 
option to install OpenOffice from the ports colletion.

KDE is probably by far the most popular to use, and very simple to install. 
Your FreeBSD installation is also easy.




 -
 Do you Yahoo!?
 Protect your identity with Yahoo! Mail AddressGuard
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

-- 

Best regards,
 Chris
__

PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363

PGP Mail encouraged / preferred - keys available on common key servers
__
   01010010011101100011011001010111001001011000


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


Re: info

2004-01-14 Thread Chris
On Wednesday 14 January 2004 08:02 am, Jason Stewart wrote:
 On 13/01/04 23:47 -0600, Kevin R. Lee wrote:
  What does the acronym IA-64 stand for?

Somehow, I get the feeling this is a troll. 
And to the troll sending this - www.google.com.  USE IT


-- 
Best regards,
Chris

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


4.9 to 5.2 upgrade stratagy

2004-01-16 Thread Chris
Hey there everyone,

Here's my dilemma. I have a production box that does email and web. It's 
running 4.9-STABLE. Here are some of the things I want to do.

1. Move fro a 6 gig IDE drive to a 20 gig SCSI
2. It's a faster box (not by much, but that's Ok)
3. Upgrade (?) to 5.2

I am comfy enough with 5.2 to do this. The big question I pose to you all, 
how would you do this with little impact and little work also.

I'm open to any and all ideas and thanks in advance.
-- 
Best regards,
Chris

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


/ is filling up

2004-01-21 Thread Chris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hiya everyone.

Using 5.2-REL, what could be filling up my / directory? Any ideas?
- -- 
Best regards,
Chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFADqs/D5P/gMAbw2MRAsctAJ46ism5zMJiL3TVB2itJ2RzaxyAHwCfeZfn
Gpd6pwf4XMI65j96X+748Xs=
=h7x5
-END PGP SIGNATURE-

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


Re: / is filling up

2004-01-21 Thread Chris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 21 January 2004 10:39 am, Chris wrote:
 Hiya everyone.

   Using 5.2-REL, what could be filling up my / directory? Any ideas?

Negate this. Seems colortail cored in /root - Jeesh!!!

- -- 
Best regards,
Chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFADq25D5P/gMAbw2MRAkvOAJsEUoRZ8yYHGO9f6KzQpSfQ3Y55zwCeLhve
ySP2k3fPOnWHQYZc8DBlaNA=
=Tv1+
-END PGP SIGNATURE-

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


Re: Upgrading from 4.3 to 5.2

2004-01-21 Thread Chris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 21 January 2004 02:32 pm, David LeCount wrote:
 I have what is proving to be a difficult challenge. My
 friend wants to start using FreeBSD. Unfortunately the
 latest disc I have is 4.3, and I don't have easy
 access to broadband, so obtaining a newer iso is
 unlikely in the near future. Well I've been gradually
 upgrading mine and it's currently using 5.2. So I
 figured I'd try the routine the handbook gives on
 upgrading multiple machines. I installed 4.3 on his,
 and then I made buildkernel and buildworld on mine,
 and copied /usr/src and /usr/obj to his. But when I
 try to install anything on his, make crashes
 immediately saying it made an invalid system call. In
 fact, I can try make buildworld and buildkernel and it
 does the same thing. I tried making other makefiles I
 found on the hard drive to test make, and it worked
 fine. Yet it crashes immediately for any targets in
 /usr/src. I really don't want to be defeated, so can
 anyone help a bandwidth handicapped FreeBSD fan? Many thanks.

In short - the upgrade from 4.3 to 5.2 is near impossibe. Not for the faint of 
heart. I was hard-pressed to get things on track from 4.9

In any event, good luck ... You'll need it.

- -- 
Best regards,
Chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFADuLfD5P/gMAbw2MRAkQyAJ9voswF95E17hIRIUZUf1p6jdKD0QCeO8o6
jfczfHcRMxWk6YKvyyQgSMM=
=6X0q
-END PGP SIGNATURE-

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


Re: Web Editing?

2004-01-21 Thread Chris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 21 January 2004 05:57 pm, parv wrote:
 in message [EMAIL PROTECTED],
 wrote Eric F Crist thusly...

 Content-Description: signed data

  What do people here use to edit HTML documents?

 Vim.  Lacking that any other modern vi-like software; lacking that
 non-emacs software (but not pine); lacking that emacs ...


   - Parv

Well, if your under X and want some whistles and bells - Bluefish works well. 
(/usr/ports/www/bluefish)

- -- 
Best regards,
Chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFADxN8D5P/gMAbw2MRAvqxAJ45aYNcxMLjMvVDW0iudlGDR/SCqgCfQPHD
tiGs4b3r3MV3nmuWbPQ7lc4=
=X2B9
-END PGP SIGNATURE-

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


Re: ideas for an old BSD laptop?

2004-01-21 Thread Chris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 21 January 2004 06:06 pm, parv wrote:
 in message [EMAIL PROTECTED],
 wrote Jonathon McKitrick thusly...

  I haven't used my infamous Toshiba Satellite with FreeBSD 4.8 very
  much since I got my desktop system with a flatscreen.  I'm trying
  to think of something interesting to do with it now.
 
  Any ideas on something interesting to use it for?  Maybe some kind
  of learning experience?

 Try to run (Free|Net)BSD-current?  Or even, Sun Solaris 2.9?


   - Parv

Hmmm  - PicoBSD and turn it into a firewall?
- -- 
Best regards,
Chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFADxTlD5P/gMAbw2MRAitBAJ9zgJeQL6d2hF9Brh3BKvDmZPwgUACeJ3DA
4AhxjGZvNR0rt12M2QIMcMQ=
=Gsan
-END PGP SIGNATURE-

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


Re: Upgrade procedure question

2004-01-21 Thread Chris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wednesday 21 January 2004 09:20 pm, John Adams wrote:
 On Wednesday, January 21, 2004, at 10:55 AM, Kevin D. Kinsey, DaleCo,

 S.P. wrote:
  What install do you mean?
 
  Upgrading a la:
 
  a. cvsup new source
  b. make buildworld
  c. make buildkernel
  d. make installkernel
  e.  reboot and make installworld
 

This is interesting (points to the above).  Can I assume this is correct for 
upgrading from 5.2 - ? I read the /usr/src/UPDATING and it touches on the 
reasons as to why it needs to be done this way (or is this just from previous 
versions?).

So - I want to be clear on this - is the above way then correct way of going 
from say 5.1 - 5.2 and beyond?

- -- 
Best regards,
Chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAD0SLD5P/gMAbw2MRArndAKCBTLWwTkpCFzV+2ryqodyRN/ttywCfW0JJ
RJ8NI76NiiaGLPhx7wYr1Ng=
=u8b6
-END PGP SIGNATURE-

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


Re: Domain name for local network?

2004-01-22 Thread Chris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 22 January 2004 03:31 pm, Melvyn Sopacua wrote:
 On Thursday 22 January 2004 20:32, Jonathon McKitrick wrote:
  If I have a couple of boxes in a home network that connects to the
  Internet via ppp, is there any way I can name my network?  I don't want
  to register a name, just use it locally.  This way I can refer to
  'neptune.jonathon.org' or something similar rather than '10.0.0.1'.

 Andrew gave a good HOW-TO.
 In general, you would choose a TLD (the last part of a domainname, like
 .org or .net) that does not exist on the internet, so that you never
 confuse it with a real domainname.

 .lan, .home or .here are good candidates.

If he's behind some sort of routing device, he can certainly setup a DNS witin 
his own network.

- -- 
Best regards,
Chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAEEMKD5P/gMAbw2MRAvuUAJ9YHF3dH+VPpeDPNTysaVGaoZCVPwCgl6VT
QYMOOZgA4cxGgeNUCj5tr4w=
=rTss
-END PGP SIGNATURE-

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


Re: world

2004-01-23 Thread Chris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 23 January 2004 03:21 pm, Brian H wrote:
 Greetings:

 Problem: I do not have a fast internet connection at home and I want to
 upgrade my freebsd from release to stable. For the ports tree I download
 the file ftp1.freebsd.org/pub/FreeBSD/ports/ports/ports.tar.gz from a fast
 connection.

 Is there something similar that I can download for the /usr/src tree?


 Thanks,

 Brian


CVSuping the source won't take too long. Even on dialup. Setup your source sup 
for late at night if you can.

I'm willing to bet that doing a make world will take longer then your CVSup of 
source.

- -- 
Best regards,
Chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAEZFtD5P/gMAbw2MRAnveAJwOyzuKQWy7hYEl0+WSbiJc96wmCwCfczDr
+dTDqIpp0d0OIAgqtsGUwuI=
=316C
-END PGP SIGNATURE-

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


Re: Why BSD?

2004-01-23 Thread Chris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 23 January 2004 10:40 pm, Jeff Elkins wrote:
 This is not a troll.

 I've installed FreeBSD 5.2 on a spare SCSI drive and am compiling kernels,
 updating ports, etc,etc. Thus far, other than some minor hassles, it's
 equivilent to my Debian sid.

 I have to ask: Why FreeBSD rather than Linux?

 Honest question.

 Thanks,

 Jeff

Show us your feet! If they are Hobbit-like, it's a Troll *Laffs*

- -- 
Best regards,
Chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAEgLwD5P/gMAbw2MRAn+NAJ9aMoNW8v8B6QzaE3w5HpjBLBtwmgCfXp0q
Gl36EXkIJxEHW+uY3Lvfvzc=
=seP7
-END PGP SIGNATURE-

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


Re: open office install fails after two days of installing

2004-01-25 Thread Chris
On Sunday 25 January 2004 03:15 pm, chip wrote:
 I am trying to install OpenOffice on a PII-350 and it has been running
 make install clean for two days now. It just failed with this messages -


 In file included from
 /usr/ports/editors/openoffice-1.1/work/oo_1.1_src/sch/source/ui/docshell/do
cshell.cxx:138: ../../../inc/schview.hxx:110: syntax error before `*' token
 ../../../inc/schview.hxx:128: syntax error before `*' token
 ../../../inc/schview.hxx:192: syntax error before `*' token
 ../../../inc/schview.hxx:195: syntax error before `(' token
 ../../../inc/schview.hxx:196: vitual outside class declaration
 ../../../inc/schview.hxx:198: non-member function `window* GetWindow()'
 cannot have `const' method qualifier
 ../../../inc/schview.hxx:200: vitual outside class declaration
 ../../../inc/schview.hxx:201: syntax error before '}' token
 ../../../inc/schview.hxx:62:1 unterminated #ifndef
 dmake: error code 1, while making '../../../unxfbsd.pro/slo/docshell.obj'
 ---* TG_SLO.MK *---

 ERROR: error 65280 occured while making
 /usr/ports/editors/openoffice-1.1/work/oo_1.1_src/sch/source/ui/docshell
 dmake: error code 1, while making 'build_all'
 ---* TG_SLO.MK *---
 *** Error code 255
 Stop in /usr/ports/editors/openoffice-1.1.

 I hope there is a fix for this, crap two days of waiting for this to
 finish installing, what a drag. :(

 --
 Chip

Dude,

OpenOffice now has a binary install on thier site. Go for it!

-- 
Best regards,
Chris

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


Re: Installing OpenOffice from Ports Collection

2004-01-27 Thread Chris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 27 January 2004 07:27 am, Colin J. Raven wrote:
 Hi all!
 I'm trying to install OpenOffice-1.1 on FreeBSD4.9 RELEASE.
 The installation halts - which is in itself highly unusual.

Forget building it - get the binary. http://projects.imp.ch/openoffice/

- -- 
Best regards,
Chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAFm38D5P/gMAbw2MRAvoRAJ485EquNqHtly89M1yIsydkKdE2pACaA+/t
ynohAGYUuwXFtGx0sOBw0+Y=
=m9By
-END PGP SIGNATURE-

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


Re: Email Program

2004-01-27 Thread Chris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 27 January 2004 10:56 am, Jason Stewart wrote:
 On 08/01/04 05:34 -0500, Gerard Seibert wrote:
  This may not be the best place to post this question, but I will try
  anyway.
 
  I need a really full featured email program. Something along the lines of
  MS Outlook. It has to be able to handle multiple identifies and several
  different SMTP and POP addresses. The handling of both HTML and plain
  text messages is a must. It would also be a plus if the program properly
  interpreted Java and VB code inserted into email messages.
 
  Does anyone have any suggestions?
 
  Thanks!
 
  Jerry

 I'll assume that you want a mail client runs on FreeBSD. Evolution can
 do everything you want besides executing VBscript. The only platform
 that you'll find a mail client that will execute VB script in MS
 Windows.

 Evolution is often compared to MS outlook, and if you're into that
 sort of thing, It's a nice Application with lots of bells and
 whistles.

 Jason

I agree about Evolution however, I myself find it too bloated and sluggish 
when you email has more then a few thousand mails.

I prefer KMail - gives you much of the same as the above, and to me at least, 
it's not so bloated.  

- -- 
Best regards,
Chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAFpq7D5P/gMAbw2MRArxBAJ9WYnQ8Kj81Z8T8mGZNeYV7BBDbvwCfb1n2
iosNF3ojEE9I/pjsnhOUiWo=
=8dRl
-END PGP SIGNATURE-

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


Re: Installing OpenOffice from Ports Collection

2004-01-27 Thread Chris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 27 January 2004 11:33 am, Colin J. Raven wrote:
 + On Tuesday 27 January 2004 07:27 am, Colin J. Raven wrote:
 +  Hi all!
 +  I'm trying to install OpenOffice-1.1 on FreeBSD4.9 RELEASE.
 +  The installation halts - which is in itself highly unusual.
 +
 + Forget building it - get the binary.
 + http://projects.imp.ch/openoffice/
 +
 Good advice and thanks for it :-)
 There still appears to be a problem however, small though it may be.
 OO.org installer is asking to be pointed at a Java environment - and to
 the best of my (limited) knowledge - Java is not/may not be installed. I
 don't see any mention of it (by a name that makes sense, that is) within
 the ports collection.
 Any suggestions??

 Regards  TIA,
 -Colin

Java is NOT a requirement for the binary install. It does mention that some 
functionality may be missing if you opt to install without Java. 

I did so - and I can't see any issues.

- -- 
Best regards,
Chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAFqK2D5P/gMAbw2MRAuGfAJ9QUV4XnHoApHjrqmOPPq65dU89xgCfWhPu
2oM/zF9+BZfDxzHwhLSgY9o=
=nvpQ
-END PGP SIGNATURE-

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


Re: mozilla-firebird 0.7 plugins dont work

2004-01-27 Thread Chris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 27 January 2004 09:18 pm, Vulpes Velox wrote:
 On Tue, 27 Jan 2004 14:00:23 +

 marlon corleone [EMAIL PROTECTED] wrote:
  linux-flashplugin
  linux-flashplugin6
  linuxpluginwrapper
 
  i install this three plugins, but when i test mozilla-firebird 0.7
  plugins didn't work, help anyone?
 
  kern.version: FreeBSD 5.2-RELEASE #0: Sun Jan 11 04:21:45 GMT 2004
  [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC

If I may interject - if you installed Mozilla-Firebird, I don't think you need 
to use the Linux flash. 

Consider using /usr/ports/www/flashplugin


 Did you add the needed line to the mozilla start file or whatever?
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

- -- 
Best regards,
Chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAFytFD5P/gMAbw2MRAq1AAKCZMGEmKYYd1rRFT4pFGYh3uuWqyACghntS
AdbHeSf/buWWlGoudqKS+zM=
=KCrR
-END PGP SIGNATURE-

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


DVD Burner recommendations

2004-01-29 Thread Chris
*This message was transferred with a trial version of CommuniGate(tm) Pro*


For 5.2, does anyone have recommendations for a compatible DVD R/RW internal *slim* 
drive (ie: that's made to go inside a laptop)?

Thanks,
Chris
_
Email harvesters eat this: [EMAIL PROTECTED]

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


Re: 5.1 - 5.2 disaster

2004-01-29 Thread Chris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 29 January 2004 02:54 pm, Michael Clark wrote:
 First off, this is not a hardware problem!  It crashes at the exact same
 spot over and over on multiple different commands.

 I had a 5.1 - 5.2 upgrade via cvsup that went terribly wrong.  The machine
 got rebooted and certain things would no longer work.  I cannot get a make
 world, or make buildworld to work.  Errors on on the mtree command with:

 mtree -deU -f /usr/src/etc/mtree/BSD.include.dist  -p
 /usr/obj/usr/src/i386/usr/include
 *** Signal 12

 When I try the line manually I get:

 bash-2.05b# mtree -deU -f /usr/src/etc/mtree/BSD.include.dist  -p
 /usr/obj/usr/src/i386/usr/include
 Bad system call (core dumped)

 I have tried brining in a new kernel and /usr/bin and /usr/src from another
 machine.  The problems just seem to get worse
 Before we were only dumping on sendmail, now I have:

Did you by chance read /usr/src/UPDATING ?

 DANGER***

DO NOT make installworld after the buildworld w/o building and
installing a new kernel FIRST.  You will be unable to build a
new kernel otherwise on a system with new binaries and an old
kernel.

Even better, tha handbook describes the process in detail down to single user 
mode.

- -- 
Best regards,
Chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAGXjbD5P/gMAbw2MRAhiNAJwJjJKtBRsJrYe/cr+JVHApG1I6KwCfTFEc
w6PCizIzNw2ljkQqLS274NI=
=y8ik
-END PGP SIGNATURE-

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


Re: One of your employees are very rude.

2004-01-30 Thread Chris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 30 January 2004 10:06 pm, lorink wrote:
 To whom it may concern,

 I just want to let the bsd team know this has been a great OS and it is
 meeting my needs over that of other operating systems including windows
 which I was a software tester of W2k back in the late 90s. While your
 documentation is excellent and sometimes such subjects on google searches
 also provide answers I recently have stumbled across a irc chanell on efnet
 called #freebsdhelp. Been a good chanell so far but lately there is one op
 nick name hideaway  who has been a little on the rude side and has kicked
 some people or my self and not permited them to return to the chanell
 because of his fits. I have a log of  the events that led up to my being
 banned from the chanell and let me know if this is a employee that
 represent freebsd.org

 Sincerly,

 James K

That really has nothing to do with FreeBSD (the org) as a whole. You need to 
chat with the SOP's of the channel, or even the Founder.

- -- 
Best regards,
Chris

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQA/AwUBQBsf8A+T/4DAG8NjEQJQ3QCeOnCpoHpTsMvs1ULOr4We6OwwiaMAnRCe
W7ea1O1IxoXiypuyV9VG4skI
=onPU
-END PGP SIGNATURE-

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


Re: Make Syntax

2004-01-30 Thread Chris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 30 January 2004 11:21 pm, Rishi Chopra wrote:
 Is there any difference between 'make install' and 'make install clean'?

Yes - while Make install - installs the said app, make install clean does a 
cleanup and remove of the word dir withing the port dir.

- -- 
Best regards,
Chris

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQA/AwUBQBsuXw+T/4DAG8NjEQLU0QCfUYaQ0b9Tg3kVrQjOkaplo3F3NiAAnjgr
xoWXkytPI1e3Reu9WTtzUFpP
=wwTd
-END PGP SIGNATURE-

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


Re: Make Syntax

2004-01-30 Thread Chris
On Friday 30 January 2004 11:26 pm, Chris wrote:
 On Friday 30 January 2004 11:21 pm, Rishi Chopra wrote:
  Is there any difference between 'make install' and 'make install clean'?

 Yes - while Make install - installs the said app, make install clean does a
 cleanup and remove of the word dir withing the port dir.

Actually - make install does a cleanup and remove of the WORK directory WITHIN 
the port directory - sorry. I just can't type tonight.

-- 
Best regards,
Chris

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


Re: Make Syntax

2004-01-30 Thread Chris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 30 January 2004 11:38 pm, Rishi Chopra wrote:
 Is there any way to run a 'clean' command to remove 'WORK' directories
 from the ports tree after the fact?

Sure -
portsclean -CDD

To find out what the flags are: man portsclean


- -- 
Best regards,
Chris

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQA/AwUBQBsyjg+T/4DAG8NjEQLkdwCfffUzrCStP/qIJqWmcV8a/geBQoUAn0IK
v2VSXYVr1aC5gCkVFXU/Sn/Q
=0vLJ
-END PGP SIGNATURE-

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


Re: compiling kernel with netgraph option

2004-01-30 Thread Chris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 30 January 2004 11:56 pm, niraj kumar wrote:
 1. how can we compile kernel in freebsd 4.7 with netgraph option.

 2 what is the procedure to add ur own module between the lower and the
 higher node of the ng_ether.

 3 where i can find more about this

  niraj


I know this sounds redundant, but your answer might be in the Questions 
Archive - and consider this:
http://www.google.com/search?hl=enlr=ie=ISO-8859-1q=kernel+in+freebsd+4.7+with+netgraphbtnG=Google+Search

- -- 
Best regards,
Chris

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQA/AwUBQBs2pw+T/4DAG8NjEQIBIwCeJM0KMzA8Wj0FlYa3CNShuLuYfLAAoIvp
W8M+6EJdaCjkKzlk+j6ackL4
=I7xR
-END PGP SIGNATURE-

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


Re: Root pwd and single user mode question

2004-01-31 Thread Chris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Saturday 31 January 2004 11:33 am, Patrick Wilcox wrote:
 I loaded FreeBSD on one of my old PCs a few years ago.
  I wanted to start using it again, but I can't
 remember what the root password was.  I'm sure I used
 the default, but I tried hitting enter and using
 password, root, r00t, sysadmin, admin and a
 few others to no avail.

 Can anyone tell me some others to try?

 Alternately, I tried logging into the box in
 single-user mode to change it.  However, when I got to
 the boot: prompt and typed -s, it proceeded to do a
 normal boot.

A few things - there isn't a default root password. You either set it or you 
don't Nextly (grin) for single user mode to change the root password, look 
here.

http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#FORGOT-ROOT-PW

- -- 
Best regards,
Chris

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQA/AwUBQBvaxA+T/4DAG8NjEQJfnwCeM37Jgb6X7o2vjdBeWc9CrXD69eoAoLwg
h7PYXfgxNTTb8Bpd3OIllbpN
=qJ+Y
-END PGP SIGNATURE-

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


Re: PORTS: What is Makefile broken ?

2004-01-31 Thread Chris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Saturday 31 January 2004 08:03 pm, Payam wrote:
 Hi. I'm running FreeBSD 4.9.

 Whenever I do a cvsup ports-supfile followed by a portupgrade -a
 some ports fail (Makefile broken, install error, unknown error) and then
 some of their dependants aren't built because of it.


Try this after a CVSup -
/usr/local/sbin/portsdb -uU


- -- 
Best regards,
Chris

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQA/AwUBQBxReQ+T/4DAG8NjEQIvWQCeJvIrdIufugK8xsVRGf23MvJZYAQAnRyL
ClBkYy9njg65tpjCmcNgT5Ao
=SUUP
-END PGP SIGNATURE-

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


Re: Can FreeBSD be a PDC for microsoft machines?

2004-01-31 Thread Chris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Saturday 31 January 2004 10:20 pm, Derrick MacPherson wrote:
 http://www.samba.org

 It's in the ports, but you can read about it at the website first

  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of
  L.I. Benjamín Guerrero Del Angel
  Sent: Saturday, January 31, 2004 8:03 PM
  To: [EMAIL PROTECTED]
  Subject: Can FreeBSD be a PDC for microsoft machines?
 
  I am a new user about FreeBSD, I have installed two computers
  with this OS and I think is good.
 
  I want to know if FreeBSD can operate as a Primary Domain
  Controller in a Network, because where I live everybody has
  microsoft computers so I want to use FreeBSD as server
  instead Windows NT o 2000.
 
  If you know how to do that, plaese let me know. Or tell me
  what to read about.
 
  Thank you!
 
  Benjamin Guerrero
  Reynosa, Tamaulipas Mexico

Hmm - I don't know if Samba can do what I *think* he means. Allow me to 
expand. I'm thinking he means as in Active Directory. A Domain.

I first did a fast search of the ports - See below:

racerx# make search key=active dir | more
Port:   adtool-1.2
Path:   /usr/ports/sysutils/adtool
Info:   Active Directory administration tool
Maint:  [EMAIL PROTECTED]
Index:  sysutils
B-deps: expat-1.95.6_1 gettext-0.12.1 gmake-3.80_1 libiconv-1.9.1_3 
openldap-cli
ent-2.1.26
R-deps: openldap-client-2.1.26


I'm willing to bet there may be something there for you. Always use make 
search key (as root - from /usr/ports) to seek something.



- -- 
Best regards,
Chris

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQA/AwUBQBxy5Q+T/4DAG8NjEQL9ggCfRaSpy51XXmVhTMGkaGlT1fTXjoYAoJbu
a8foir7Vbn5xNTlRyCS30FL7
=FQS3
-END PGP SIGNATURE-

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


Re: portsdb -U fails

2004-02-02 Thread Chris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 02 February 2004 03:19 pm, Kris Kennaway wrote:
 On Mon, Feb 02, 2004 at 09:45:00PM +0100, r t g tan wrote:
   Then why not quit banging you head on a wall and use make index. Your
   failure to adapt is spamming the list. Portsdb -U has not produced
   totally clean INDEX runs since I can remember. Make index, on the other
   hand, is currently producing clean makes.
  
   There are times when one doesn't work and the other does. You just have
   to not refuse anything but ports/INDEX.
  
   Kent
  
   --
   Kent Stewart
   Richland, WA
  
   http://users.owt.com/kstewart/index.html
 
  make index fails as well with a bunch of make_index: no entrie messages.
 
  I guess Ill leave it at this waiting for it to get fixed.

 It's not broken.  Please reread earlier advice given to you.

 Kris

Or - perhaps wiping /usr/ports and starting from the CD?


- -- 
Best regards,
Chris

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQA/AwUBQB69ag+T/4DAG8NjEQJnfwCgs/Xq7GsgqzqdDcfEg0sRTuryexMAnjX3
oJaDvmgp3IV5ymwIoS5R3UNW
=fwxv
-END PGP SIGNATURE-

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


OT: Request to the postmaster.

2004-02-02 Thread Chris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Is it possibe, that you can weed out these idiots that not only use comany 
email, but have the lameness about them to put on an auto-reply?

- -- 
Best regards,
Chris

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8

iQA/AwUBQB7Dfg+T/4DAG8NjEQLX7gCfVdmkGNZ//F/Ctu2wLz76Dd85qbIAn1gO
SircQLr2ytuMIvdurphI2EKs
=Nmaa
-END PGP SIGNATURE-

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


DVD Burner recommendations

2004-02-04 Thread Chris
*This message was transferred with a trial version of CommuniGate(tm) Pro*
For 5.2, does anyone have recommendations for a compatible DVD +R/+RW *slim* drive 
(ie: that could go internally into a laptop)?

Thanks,
Chris
_
Email harvesters eat this: [EMAIL PROTECTED]

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


  1   2   3   4   5   6   7   8   9   10   >