RE: OFF-TOPIC but ... you will laugh !!

2005-11-02 Thread Haulmark, Chris
 
 An Indian discovered that nobody can create a FOLDER anywhere named as
 con.
 This is something pretty cool...and unbelievable...
 At Microsoft the whole Team, including Bill Gates, couldn't answer why
 this happened!
 Try it out yourself...

It's confirmed that it is correct on Windows XP with SP2 installed.

Amazing.

Chris

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


RE: OFF-TOPIC but ... you will laugh !!

2005-11-02 Thread Haulmark, Chris

 
  An Indian discovered that nobody can create a FOLDER anywhere named
as
  con.
  This is something pretty cool...and unbelievable...
  At Microsoft the whole Team, including Bill Gates, couldn't answer
why
  this happened!
  Try it out yourself...
 
 It's confirmed that it is correct on Windows XP with SP2 installed.
 
 Amazing.
 
 Chris

Just found a reference link to this:

http://www.microsoft.com/resources/documentation/Windows/XP/all/reskit/e
n-us/Default.asp?url=/resources/documentation/Windows/XP/all/reskit/en-u
s/prkc_fil_rbrx.asp

Chris

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


RE: i386/amd64 co-exist

2005-09-10 Thread Haulmark, Chris
Someone broke the silence: 

 I would like to be able to setup a system so that on power up I can
 choose weather to boot into either i386 or amd64.
 Is this possible or would I some how have to install the two
 releases on
 their own?
 
 No matter what I do above I would also like to be able to have a user
 log in no matter which kernel is up and have their own home directory.
 I am guessing that if I put /usr/home on its own then that
 could solve
 that idea?
 
 Anyone doing anything like this or know of a site to point me at for
 some information? 
 
   Thanks
   Sean
 

Ask yourself this question.

I would like to be able to set up a vehicle that I can choose wheather to use 
v4 motor or v8 motor.  That's so when I toss a car key to this kid, he will 
only use the vehicle with V4 motor enabled.  When I take this same car key, I 
want to use a vehicle with a V8.  Can both V4 and V8 co-exist in a single 
vehicle?

Kernel is similar to a motor in a PC.  What's bad is that you also re-compile 
every binary (make buildworld and make makekernel) to be supported with amd64 
optimizations to make it a amd64 system.  You would have to do the same if you 
want it to be an i386 system.

You can't flip back and forth between a different architecture to another 
architecture based on only the kernel swapping as you can do with a car if you 
swap the motors back and forth (with huge amount of physical work).

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


RE: postfix as nullclient on 5.4

2005-09-05 Thread Haulmark, Chris
Someone broke the silence: 

 Hello,
 I've got a central mailserver, and four machines acting
 as nullclients.
 Their only job is to send the central server emails of cron
 output. This
 isn't working, logs on the clients show nothing, the message just
 disappears, it's like it doesn't enter the queue. I'm
 assuming i have a
 configuration issue. Here's my config, i'd appreciate any
 suggestions. Thanks. Dave.

You didn't specific what the OS is for both 4 nullclients?

Chris

 
 main.cf:
 queue_directory = /var/spool/postfix
 command_directory = /usr/local/sbin
 daemon_directory = /usr/local/libexec/postfix
 mail_owner = postfix
 default_privs = nobody
 myhostname = host1.example.net
 mydomain = example.net
 myorigin = $myhostname
 relayhost = mailserver.example.net
 #alias_maps = hash:/usr/local/etc/postfix/aliases
 #alias_database = hash:/usr/local/etc/postfix/aliases
 sendmail_path = /usr/local/sbin/sendmail
 newaliases_path = /usr/local/bin/newaliases
 mailq_path = /usr/local/bin/mailq
 setgid_group = maildrop
 manpage_directory = /usr/local/man
 sample_directory = /usr/local/etc/postfix
 readme_directory = no
 local_transport = error:local delivery on this system is disabled
 
 master.cf:
 #
 ==
  #smtp  inet  n   -   y   -   -  
 smtpd #submission inet n  -   y   -   -   smtpd
 # -o smtpd_etrn_restrictions=reject
 # -o smtpd_client_restrictions=permit_sasl_authenticated,reject
 #smtpsinet  n   -   y   -   -   smtpd
 #  -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
 #submission   inetn   -   y   -   -   smtpd
 #  -o smtpd_etrn_restrictions=reject
 #  -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
 #628  inet  n   -   y   -   -   qmqpd
 pickupfifo  n   -   y   60  1   pickup
 cleanup   unix  n   -   y   -   0   cleanup
 qmgr  fifo  n   -   y   300 1   qmgr
 #qmgr fifo  n   -   y   300 1   oqmgr
 #tlsmgrunix  -   -   y   1000?   1   tlsmgr
 rewrite   unix  -   -   y   -   -
 trivial-rewrite
 bounceunix  -   -   y   -   0   bounce
 defer unix  -   -   y   -   0   bounce
 trace unix  -   -   y   -   0   bounce
 verifyunix  -   -   y   -   1   verify
 flush unix  n   -   y   1000?   0   flush
 #proxymap  unix  -   -   n   -   -   proxymap
 smtp  unix  -   -   y   -   -   smtp
 # When relaying mail as backup MX, disable fallback_relay to
 avoid MX loops
 #relay unix  -   -   y   -   -   smtp  #-o
 fallback_relay= #   -o smtp_helo_timeout=5 -o
 smtp_connect_timeout=5 
 showq unix  n   -   y   -   -   showq
 error unix  -   -   y   -   -   error
 discard   unix  -   -   y   -   -   discard
 local unix  -   n   n   -   -   local
 #virtual   unix  -   n   n   -   -   virtual
 #lmtp  unix  -   -   y   -   -   lmtp
 #anvil unix  -   -   y   -   1   anvil
 #scache   unix - - y - 1 scache
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

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


RE: Custom Build

2005-09-04 Thread Haulmark, Chris
Someone broke the silence: 

snip

 What I want to do is make a custom automated build for FreeBSD. 
 Basically, create a build, burn it to CD-ROM, go stick it into a
 server and it automatically configures to the correct hardware, auto
 sets up the file system (1 hard drive per server) and then reboots. 
 When it comes back up, I have a full functionaly customized FreeBSD
 install. 

Sounds like Corporate roll out OS release that you are looking for.

 
 The only interaction that should happen during the install, is
 putting in the hostname, select static or dynamic ip and then [for
 non-FreeBSD app] select to save to local or network drive.  I'm good
 with perl/bash, etc, so I know how to create a script to automate
 the install for our application. 

There's install.cfg in /usr/src for sysinstall to use to make things more
automatic for you in the menu system. 

snip

 The build I want to create would be a mini-FreeBSD, just the
 kernal, some basic programs and 1 non-FreeBSD application.  The only
 port that would be open is for SSHD and all servers would sit behind
 a firewall in there own seperate subnet (firewall only routes http
 requests to upload data and incoming ssh connections). 
 

Sounds like a job for a net install.

snip

 
 Could someone point me in the right direction or to some
 documentation or other resources? 
 

There are manpages on release(7) and plenty of documentations of creating cd
image releases in the handbook.

Chris Haulmark

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


Re: Sr. Compiler Engineering Opportunity

2005-07-27 Thread Haulmark, Chris
On Wed, 2005-07-27 at 07:20 -0700, Nathan Sanders wrote:
 Hello-
 
 I'm hoping to network with you and find out if you know anyone who 
 you think could be interested in the following opportunity?
 
 
 Sr. Compiler Engineer

snipped

We have [EMAIL PROTECTED] for this purpose.
freebsd-questions@freebsd.org mailing list is for tech and general
questions related to FreeBSD.

Resend your email to [EMAIL PROTECTED] and good luck locating a
desired new employee.

Chris

 
 Thanks,
 
 --
 Nathan Sanders
 Principal/Manager
 Bridgenex LLC
 2464 El Camino Real #206
 Santa Clara, Ca 95051
 Office: 1.800.881.5733
 Email: [EMAIL PROTECTED]
 Corporate: www.bridgenex.com
 
 :::STAFFING CONLULTANT SERVICES FOR HIGH TECH:::
 
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: install freebsd with usb keyboard

2005-06-13 Thread Haulmark, Chris
Someone broke the silence: 

 Hi,
 
 Thanks for the reply. But, as I said, the keyboard PS2 plugin of my
 mobo is *physically* broken. So even with a usb-ps2 adapter, it
 won't work. Any other suggestions?
 
 cheers,
 --ken

I've seen some keyboards that supports use of serial ports (RS-232).

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


RE: system cloning

2005-06-10 Thread Haulmark, Chris
Someone broke the silence: 

 Here's my scenario:
 
 I have a system that we are running in production that there was an
 oversight on, and it has a single hard drive installed (32GB SCSI I
 believe), rather than a 3 drive raid5 array.  We would like
 to correct
 this, but we have all sorts of up-to-date packages and config files
 that we've tweaked that we would hate to just start over on it.

There are many methods.  If it was my situtation and it's only up to 32 GB
of space, I would do this:

1. Get a temporary computer with at least 32 GB available.  Set it up as a
file server (Samba) with FreeBSD.

2. Mount it as a NFS server.

3. Use cp -rp for those directories (etc, usr, home, and all the others). Also
write down the partitions.

4. Replace the single hard drive with 3 hard drives and set up RAID 5.

5.  Install the exact same partitions that you originally had on the previous
setup system.  

6.  Mount the file share on your temporary computer system with the data.

7.  Copy everything back except those in /boot

8.  Modify the fstab file if there is a difference between the original and
the new setup.

I might have forgot something.

Chris Haulmark


 There's a tool for OSX called Carbon Copy Cloner that would
 take care of
 this for me, which is basically a series of copy commands
 that takes the
 filesystem from one drive to another, preserving EVERYTHING
 important, and then bless the boot volume.
 
 Is there anything similar I can do on FreeBSD?  My boss
 thinks I should be
 able to tar up the entire filesystem, create the raid array,
 and untar the
 whole thing on the new array.  I seem to think this will fail
 due to block
 devices that have changed, fstab entries that have changed (though
 this is correctable), and symlinks that don't nicely come across.
 
 Thoughts?
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

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


RE: system cloning

2005-06-10 Thread Haulmark, Chris
Someone broke the silence: 

 Except that I still have to re-install all of the packages in
 /usr/local, many which have been built from sources.  or are you
 suggesting that I
 copy out the /usr/local tree as well?  Will that break anything?
 
snipped

Well, you brought up something that I forgot about.

I'll rebuild the world/kernel and reinstall.

Then I would use portupgrade to upgrade and rebuild the ports.

Unless you used some special things like installing only tarballs or any
other kind, that is the approach I would go with.

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


RE: Managing virtual e-mails

2005-03-20 Thread Haulmark, Chris
Someone broke the silence: 

 Hello.
 
 I am running the Postfix+Courier on MySQL setup found on:
 
 http://www.high5.net/howto
 
 I am wondering how to add and delete users, as well as adding
 and deleting aliases -- and managing my virtual e-mail database
 in general -- using a pure, clean and efficient approach,
 rather than having to use Postfixadmin, which I find to be sort
 of unprofessional and bloated with bad design.
 
 For instance, I managed to avoid using the PHPMyAdmin, and
 instead got all my setup recorded in clean text:
 

You can just create any applications that has SQL capabilities.  Code
your own PHP website with administration functions? Python application?
C application? Ruby application?...the list goes on.

Chris  

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


RE: make make quieter?

2005-01-15 Thread Haulmark, Chris
Someone broke the silence: 

 On Jan 15, 2005, at 1:05 AM, Scott Bennett wrote:
 
  You've tried -s?  And that was still too chatty?
 
 -s looks promising (d'oh, checked make.conf settings but not man
 page... far too late, must sleep)
 
 Actually the redirect works well, esp. now that someone explained the
 redirect (new to 'sudo' too) 

If you are on a dialup connection like I am.  I just use screen 
(ports/misc/screen).

Create a new screen instance then do make install clean then hold down ctrl and 
hit D.

I would be deattached and it'll be compiling in the background.  When I want to 
check the status of
it, I would resume the screen.  Fairly simple.

Chris

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


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


RE: make make quieter?

2005-01-15 Thread Haulmark, Chris
Someone broke the silence: 

 Someone broke the silence:
 
 On Jan 15, 2005, at 1:05 AM, Scott Bennett wrote:
 
  You've tried -s?  And that was still too chatty?
 
 -s looks promising (d'oh, checked make.conf settings but not man
 page... far too late, must sleep)
 
 Actually the redirect works well, esp. now that someone explained the
 redirect (new to 'sudo' too)
 
 If you are on a dialup connection like I am.  I just use screen
 (ports/misc/screen). 
 
 Create a new screen instance then do make install clean then hold
 down ctrl and hit D. 

Excuse me, Hold down Ctrl then hit A key then let go of the Ctrl key and hit D 
key.

Now back to the grilling of my BBQ ribs.

Chris
 
 I would be deattached and it'll be compiling in the
 background.  When I want to check the status of
 it, I would resume the screen.  Fairly simple.
 
 Chris
 
 
 Thanks
 TjL
 
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


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


RE: smtp pull

2005-01-11 Thread Haulmark, Chris
Someone broke the silence: 

 Hi,
 
 Looking for some thoughts on the following scenario.
 
 firewall  smtp2
 
 
 smtp1
 
 smtp1 is on the DMZ. So smtp1 is the first point of call for incoming
 mail. Mail ultimately has to end up on smtp2 however I do not
 want smtp1
 to simply forward the mail to smtp2 as I'll have to
 explicitly allow the
 setup of port 25 through the firewall to smtp2.
 
 I would like smtp2 to connect to smtp1 and pull back the mail so that
 it's smtp2 that initiating an outgoing connection to smtp1.

Maybe fetchmail is what you need?  That is what most of dialup users use when 
they run their own MTA servers.

Chris

 
 Is there any smtp type approach I can use?
 
 Obviously I can make smtp1 drop the mail in a mailbox on
 smtp1 and then
 get smtp2 to imap or pop the mail out however I'm looking for
 something that's fast and pop doesn't really excite me..
 
 Anyone have any other thoughts?
 
 Thanks,
 
 ajt.


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



Portupgrade - Ruby error

2005-01-10 Thread Haulmark, Chris
Having problems using Portupgrade utilities because of Ruby.

It started last Friday and I waited for the weekend just in case the cvs tree 
will get updated with a possible fix.

Output of error is..

%portversion
/usr/local/lib/ruby/site_ruby/1.6/dl/types.rb:172:in `encode_type': unknown 
type: const char *. (TypeError)
from /usr/local/lib/ruby/site_ruby/1.6/dl/import.rb:138:in `import'
from /usr/local/lib/ruby/site_ruby/1.6/dl/import.rb:65:in `extern'
from /usr/local/lib/ruby/site_ruby/1.6/pkgmisc.rb:85
from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:5:in `require'
from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:5
from /usr/local/lib/ruby/site_ruby/1.6/pkg.rb:3:in `require'
from /usr/local/lib/ruby/site_ruby/1.6/pkg.rb:3
from /usr/local/lib/ruby/site_ruby/1.6/pkgtools.rb:24:in `require'
from /usr/local/lib/ruby/site_ruby/1.6/pkgtools.rb:24
from /usr/local/sbin/portversion:35:in `require'
from /usr/local/sbin/portversion:35
%

It happens same for using portupgrade too.

I tried to google this and discovered that it is possible a ruby developer 
problem. The cvs tree was updated just recently and I tried to reinstall just 
to be sure.  I did this by deinstalling both ruby and portupgrade.  After I 
deinstalled ruby, I deleted the directory, /usr/local/lib/ruby.

I only installed portupgrade which installed ruby by cd 
/usr/ports/sysutils/portupgrade/ ; make clean ; make install.

I still have this ruby problem above.

%pkg_info | grep portupgrade
portupgrade-20041226_1 FreeBSD ports/packages administration and management 
tool s
%pkg_info | grep ruby
ruby-1.6.8.2004.07.28_1 An object-oriented interpreted scripting language
ruby16-bdb1-0.2.2   Ruby interface to Berkeley DB revision 1.8x with full featu
ruby16-shim-ruby18-1.8.1.p3 A set of Ruby modules to provide Ruby 1.8 
functionalities
%uname -a
FreeBSD .org 4.10-STABLE FreeBSD 4.10-STABLE #0: Fri Sep 17 18:57:24 
CDT 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/HAULMARK02  i386
%


Any advices on how I can look into resolving this problem?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Supermicro Hardware and FreeBSD

2005-01-05 Thread Haulmark, Chris
Someone broke the silence: 

 One system cost me 3 months salary in Russia. Is this how you
 treat your users? Why can't your developer use the machine they used
 to make 5.3 work? 
 

Yes, I know things are expensive.  So are the rewards.  Would it be worth it?

The reason that Ted asked for a donation of the server is because apparently 
none of them have access to one to make FreeBSD work properly on this 
particular system architecture.  Ted's request is not the only thing that can 
be done.  You can even loan for a certain period of time if you wish.  The time 
period would have to be sufficent enough for the developers.

The developers can reward you (support for FreeBSD) if you give them something 
(donation money, parts, gimmericks).  That is why you got a free OS.

 Everyone tell me to use LINUX. Now I know why. You support
 bad slow version and not good one. Very stupid people.
 

FreeBSD is more organized and managed more professionally compared to many of 
the Linux distrubtion organizations.  That is why anyone will tell you to use 
anything except $THAT.

The FreeBSD development seems slow compared to Linux development for numberous 
of reasons.  I cannot and will not name them except for one.  We go for 
quality...not bleeding edge (I did that first!..but it's broken after few days).

Everyone in the world is stupid...no perfect smart human exists. :)

Chris

 Boris
 
 Ted Mittelstaedt [EMAIL PROTECTED] wrote:
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Boris
 Spirialitious Sent: Tuesday, January 04, 2005 3:25 PM
 To: freebsd-questions@freebsd.org
 Subject: Supermicro Hardware and FreeBSD
 
 
 None of the new Supermicro hardware I've tried works with Freebsd
 4.10 properly. I've seen that this has been reported by others.
 They are all based on the 7520 and 7530 Intel chips. 5.3 works
 ok, but a 3.4/800 processor on 5.3 is slower than a 3.06/533
 processor on our old 7502 chipset based system with 4.9. What can
 be done?
 
 Donate one of the systems to a FreeBSD kernel developer.
 
 Ted
 
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


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


RE: php modules

2004-12-31 Thread Haulmark, Chris
Someone broke the silence: 

 I didnt know where to post this to so im posting it to
 quistions@ and ports@

Both are fine.  Questions are for the general questions while ports are for 
ports' questions.

 
 i have compiles and installed php 4.3.10 and i was needing to
 install pcre ,so i did on the command line make
 PHP_MODNAME=pcre install
 and then i noticed that it didnt install pcre it just
 compiled in support for it so i did some looking around for
 pcre and found php4-pcre

You can install php4-pcre in ports/lang/php4-extensions.  php4-extensions is a 
metaport for all the other php additional supported features.

Chris


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


RE: freebsd on 2nd drive?

2004-12-29 Thread Haulmark, Chris
Someone broke the silence: 

 I know this has been asked already, but it's a slightly different
 problem. Let me explain my situation first: I'm 14 years old without
 my own PC. I can't let the FreeBSD bootloader install on the first
 drive (Windows XP), because my family is kinda...how should I put
 it...n00bish. They would completely freak out at the sight of turning
 on the computer and not seeing the XP startup screen.
 I'm planning on installing FreeBSD 5.2.1 on the second hard drive in
 this computer. I've read over the installation guide and don't see
 anything useful about the bootloader being on the non-first drive. My
 question is: can I install the FreeBSD bootloader on the second hard
 drive and use something like GAG on a floppy to boot it?
 
 ice

I just use the BIOS to change back and forth with the hard drives.  Just have 
to go into the habit of switching back to the first hard drive after a shutdown 
or reboot for your family.

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


Migrate from Qmail to Postfix..

2004-12-27 Thread Haulmark, Chris
Hello,

I want a real confirmation that you can copy the Maildir folders and move them 
to a different box with postfix running with the ability to continue as it was 
provided that the postfix was configured to use Maildir and also the domains 
that this mail server should accept for?

I have already googled and saw many howtos and tutorials.  I only need to know 
that if the Maildir format would be fine if I just copied and wanted to retain 
all the users' mail.  Possible be able to make the migration without the users 
realizing it at that time.  Possible or not?

I am open to thoughts or suggestions.

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


RE: My server goes down and I do not know why

2004-12-22 Thread Haulmark, Chris
Someone broke the silence: 

 Hi my name is Phill. I am having an issue with my freebsd
 webserver that
 is behind a freebsd nat/firewall and was wondering if you can
 point me the
 right way to resolve my issue. My connection to my ISP (microwave
 wi-fi) keeps dying every couple days and I do not know where to start
 to determine the issue. What are the basic diagnostic steps for
 determining why my connection keeps dying every couple days? I do not
 know if it is a
 problem with the wifi, routing, or nat. If it is a problem w/
 wifi i want
 to compile a bunch of info to bring to isp to be like 'you
 idiots are not
 upholding sla!' and if it is my internal configuration I would like to
 simply resolve the issue. What is necessary for me to do for
 assistance in this issue?
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

I would just install a bandwidth graphing software.

mrtg, cacti, or something else to graph up the usage of the bandwidth.  You can 
give them access when you discover some potential problems.

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


RE: I have an offer

2004-12-22 Thread Haulmark, Chris
Someone broke the silence: 

 Hello!
 I have an offer for you.
 Now access to the Internet with use of satellites gets the big
 popularity. For such type of access it is necessary to use special
 DVB-cards like SkyStar-1 and SkyStar-2. First of them is supported by
 FreeBSD (due to foreign people), but second (cheaper and popular) is
 not. Can you include official support for this cards in the next
 FreeBSD releases? :-D Please!

I have used direcway satellite internet systems in the past.  Their support 
were only for Windows at that time I used direcway.

I learned that for open source support, it would depend on getting cooperation 
from the vendors for the FreeBSD developers to be able to support a device.

I do not think that here is the correct place to ask for support unless there 
are already some development information for those devices available.

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


RE: Buildworld problems?

2004-12-21 Thread Haulmark, Chris
Someone broke the silence: 

 Hello,
 
 I was doing a buildworld
 
 cd /usr/src
 make buildworld
 
 after I updated the source tree with cvsup just before I did
 the buildworld.  I made clean and make buildworld several
 times to see if this would go away.  It's been like this on
 last Friday and I thought some source changes would fix this so I
 tried today after cvsup. 
 
 This system is FreeBSD 4.11-STABLE #0.
 
 One thing I should acknowledge is that I did build and
 installed the kernel right before I did the buildworld.
 
 I rebooted so I could use the kernel.  All the other binaries
 are seeming fine at this moment.  I have not made any other major
 changes. 
 
 I've done many buildworlds before.
 
 Here is the snip of the error which seems relative to lesskey?
 
 ln -s /usr/src/usr.bin/lesskey/../../contrib/less/lesskey.nro
 lesskey.1 gzip -cn lesskey.1  lesskey.1.gz
 /usr/src/usr.bin/lesskey/../../contrib/less/lesskey.c:137:
 `A_U_AGAIN_SEARCH' undeclared here (not in a function)
 /usr/src/usr.bin/lesskey/../../contrib/less/lesskey.c:137:
 initializer element is not constant
 /usr/src/usr.bin/lesskey/../../contrib/less/lesskey.c:137:
 (near initialization for `cmdnames[41].cn_action')
 /usr/src/usr.bin/lesskey/../../contrib/less/lesskey.c:170:
 syntax error before string constant
 *** Error code 1
 1 error
 *** Error code 2
 1 error
 *** Error code 2
 1 error
 *** Error code 2
 1 error
 *** Error code 2
 1 error
 
 
 Chris
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

For references, I just edited in my cvsup config to download the only src of 
4_10.  It did a successful buildworld and installworld after doing the kernel 
too.

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


Buildworld problems?

2004-12-20 Thread Haulmark, Chris
Hello,

I was doing a buildworld

cd /usr/src
make buildworld

after I updated the source tree with cvsup just before I did the buildworld.  I 
made clean and make buildworld several times to see if this would go away.  
It's been like this on last Friday and I thought some source changes would fix 
this so I tried today after cvsup.  

This system is FreeBSD 4.11-STABLE #0.

One thing I should acknowledge is that I did build and installed the kernel 
right before I did the buildworld.

I rebooted so I could use the kernel.  All the other binaries are seeming fine 
at this moment.  I have not made any other major changes.

I've done many buildworlds before.

Here is the snip of the error which seems relative to lesskey?

ln -s /usr/src/usr.bin/lesskey/../../contrib/less/lesskey.nro lesskey.1
gzip -cn lesskey.1  lesskey.1.gz
/usr/src/usr.bin/lesskey/../../contrib/less/lesskey.c:137: `A_U_AGAIN_SEARCH' 
undeclared here (not in a function)
/usr/src/usr.bin/lesskey/../../contrib/less/lesskey.c:137: initializer element 
is not constant
/usr/src/usr.bin/lesskey/../../contrib/less/lesskey.c:137: (near initialization 
for `cmdnames[41].cn_action')
/usr/src/usr.bin/lesskey/../../contrib/less/lesskey.c:170: syntax error before 
string constant
*** Error code 1
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error
*** Error code 2
1 error


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


RE: sftp and shell access

2004-12-14 Thread Haulmark, Chris
Someone broke the silence: 

 I am looking for a way to give a user an sftp account without giving
 them a shell.  So far I've tried setting their shell
 to /sbin/nologin, but when they try to log in via sftp it gives them
 a message to long error. 
 
 Any pointers would be appreciated...I've tried the FAQ, handbook and
 google so far.

I have used scponly and rssh for those purposes.

Both of them are in the ports.

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


RE: php4 install has conflicts

2004-12-14 Thread Haulmark, Chris
Someone broke the silence: 


 Okay, so I remove mod_php, huh - and then reinstall it?
 
 take a look at this.  how do I handle all the packages that Need
 mod_php?  how do I do this cleanly?
 
 --- snp ---
 
 # pkg_delete mod_php4-4.3.5_7,1
 pkg_delete: package 'mod_php4-4.3.5_7,1' is required by these other
 packages and may not be deinstalled:
 gallery-1.4.4.2
 gallery-1.4.4.4
 php4-bz2-4.3.9_1
 php4-gettext-4.3.8_2
 php4-mysql-4.3.8_2
 php4-pcre-4.3.8_2
 php4-session-4.3.8_2
 phpMyAdmin-2.5.6_1
 phpMyAdmin-2.5.7.1
 phpbb-2.0.8_3
 squirrelmail-1.4.3a
 
 
 


Use -f for pkg_delete when you want to delete a package without any worry about 
the dependencies. 

What I would do is:

pkg_delete -f mod_php4-4.3.5_7,1
portinstall mod_php4

Then you can be safe if you reinstall the rest of them with your previous 
reinstall method.

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


RE: cannot mount cdrom - not a newbie problem

2004-12-13 Thread Haulmark, Chris
Someone broke the silence: 

 i have a genuine problem here.
 i noticed my backup cdrw's had stopped working at some point. upon
 furthur investigation i find i cannot mount cd's full stop.
 
 titan# mount -t cd9660 /dev/acd0c /mount
 cd9660: /dev/acd0c: Invalid argument
 

Is this a typo of acd0c with the c?

Chris

 the above command makes the drive light flicker for 3 seconds
 then the
 error.
 
 this is NOT a hardware problem. i get the exact same issue
 with my brand
 new dvd drive.
 
 here is what dmesg gas to say:
 acd0: DVD-R HL-DT-ST DVDRAM GSA-4160B at ata1-slave WDMA2
 da0 at hpt3740 bus 0 target 0 lun 0
 da0: HPT3xx RAID 1 Array 3.00 Fixed Direct Access SCSI-0 device
 da0: 190782MB (390721957 512 byte sectors: 255H 63S/T 24321C)
 Mounting root from ufs:/dev/da0s1a
 cd0 at ata1 bus 0 target 1 lun 0
 cd0: HL-DT-ST DVDRAM GSA-4160B A301 Removable CD-ROM SCSI-0 device
 cd0: 16.000MB/s transfers cd0: cd present [1 x 2048 byte records]
 
 note this was working perfectly.
 i suspect that some how my ata device has gone bad some how.
 
 let me get the obvious replys out of the way:
 yes i have googled nothing i can find has even touched on a fix.
 yes there is a disc in the drive
 no it is not an audio disk.
 there is nothing else connected to the ide ports.
 ___
 [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: mysql won't start on boot

2004-12-08 Thread Haulmark, Chris
Someone broke the silence: 

 What happens if you run /usr/local/etc/rc.d/mysql-server.sh start
 manually? Does the log file enlighten you
 (/var/db/mysql/[boxname].err)?
 
   I think you may have found it. I was able to stop mysql
 using the rc
 script. However starting it back up did nothing:
 
 # /usr/local/etc/rc.d/mysql-server.sh start
 Starting mysql.
 
   Yet mysql never started up, here is the error log: ---
 041208 14:07:26  mysqld started
 041208 14:07:26 [ERROR] Can't find messagefile
 '/usr/local/share/mysql/english/errmsg.sys'
 041208 14:07:26 [ERROR] Aborting
 
 041208 14:07:26  mysqld ended
 ---
 
   I do have the file it's complaining about:
 
 # ll -d /usr/local/share/mysql/english/errmsg.sys
 -r--r--r--  1 root  wheel  16568 Dec  6 20:28
 /usr/local/share/mysql/english/err
 msg.sys
 
   If I start it up with mysql_safe using what I think the
 script is
 using as startup:
 
 # /usr/local/bin/mysqld_safe --user=mysql --datadir=/var/db/mysql
 --pid-file=/var/db/mysql/alpargata.net.pid 
 
   Then it starts up just fine:
 ---
 041208 14:07:32  mysqld started
 041208 14:07:32  InnoDB: Started; log sequence number 0 43912
 /usr/local/libexec/mysqld: ready for connections.
 Version: '4.1.7'  socket: '/tmp/mysql.sock'  port: 3306
 FreeBSD port:
 mysql-server-4.1.7
 ---
 
   So I'm really not sure what's going on.

Since you didn't mention which mysql version you are using..I will say this.

In the /usr/ports/UPDATING...there is a paragraph.

20041031:
  AFFECTS: users of databases/mysql40-server
  AUTHOR: [EMAIL PROTECTED]

  The MySQL Daemon must now be enabled / disabled in rc.conf.
  See the script for details.

Is there such an entry in the rc.conf?

Chris


 
 
 Vonleigh Simmons
 http://illusionart.com/
 
 ___
 [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: Designed for FreeBSD stickers

2004-12-07 Thread Haulmark, Chris
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Dave Horsfall
 Sent: Tuesday, December 07, 2004 7:19 AM
 To: [EMAIL PROTECTED]
 Subject: Designed for FreeBSD stickers
 
 Whilst upgrading another laptop to FreeBSD, a thought 
 occurred to me: is 
 there a source of Designed for FreeBSD stickers (with 
 Beastie logo) that 
 can be used to replace the Designed for M*cr*s*ft W*nd*ws XP ones?
 

This would be an excellent idea to implement.

Now we need to slap few graphic designers and a marketer together and lock them 
up in a closet.

Chris

 PS: No need to Cc: me, as I'm on the list.
 
 -- Dave
 ___
 [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: Designed for FreeBSD stickers

2004-12-07 Thread Haulmark, Chris
Someone broke the silence: 

 Now we need to slap few graphic designers and a marketer together and lock
 them up in a closet.
 
 
 You want to slap them and then lock them up in a closet?
 They'll probably
 all eat the marketer for suggesting that Windows is better than
 either FreeBSD or Mac. 

Nice diet?

After few more minutes of thinkings, 'Powered by' is more suitable than 
'Designed for'.

I work as a system administrator.  We have mixture of Linux, Windows, 
Freebsd(thanks to me) in our server room.  It's pretty sad when I can see the 
Windows and the Linux (redhat - slackware) logos stuck on the front of the rack 
servers.

We show our potential clients to our production server rooms whenever they 
request for it.  They always ask what those (freebsd) servers are running 
because there are no logo stickers.  I ended up sticking a white label with 
black arial font FreeBSD.  Is this what FreeBSD systems deserve?

FreeBSDsystems had couple of nice logos on their server packages.  I think that 
we should set few samples up for the community to use.

For myself, I want one so I can stick it on my desktop at home so it'll look 
better to casual computer users and to annoy my wife that my desktop is better 
than her gentoo desktop.

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


RE: Designed for FreeBSD stickers

2004-12-07 Thread Haulmark, Chris
Someone broke the silence: 

 Haulmark, Chris wrote:
 
 We show our potential clients to our production server
 rooms whenever they request for it.  They always ask what
 those (freebsd) servers are running because there are no logo
 stickers.  I ended up sticking a white label with black arial
 font FreeBSD.  Is this what FreeBSD systems deserve?
 
 I am surprised about your lack of creativity, check this:

It isn't the graphic creativity problem that I have.  It is the publishing 
problem I have. :(

Yea, I know about kinko..etc.  I prefer ordering them in a batch.

 
 http://www.freebsd.org/art.html
 
 Choose whichever you like, print it out on a color printer and go
 sticking. 
 
 Cheers, Erik
 
 PS: please wrap your lines.

My QuoteFix shows that it should wrap at 72 characters.  Has it not?

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


RE: Designed for FreeBSD stickers

2004-12-07 Thread Haulmark, Chris
Someone broke the silence: 

 On Tuesday 07 December 2004 8:20 pm, Haulmark, Chris wrote:
 
 We show our potential clients to our production server rooms
 whenever they request for it.  They always ask what those (freebsd)
 servers are running because there are no logo stickers.  I ended up
 sticking a white label with black arial font FreeBSD.  Is this
 what FreeBSD systems deserve? 
 
 Powered By FreeBSD badge...
  http://www.freebsdmall.com/cgi-bin/fm/bsdplate?id=RQKmKeZumv_pc=88
 
 
 Rod

Now I feel a bit embarrassed. I have never clicked on the Promo link of BSD 
Mall when I was there the last time to order couple of things.

Let me restart gracefully out of this converstation.

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


RE: Is this a sign of memory going bad?

2004-11-25 Thread Haulmark, Chris
Someone broke the silence: 

 On Thu, Nov 25, 2004 at 04:05:53PM -0500, Lowell Gilbert wrote:
 Jonathon McKitrick [EMAIL PROTECTED] writes:
 
 This is what I get from make buildworld.  I've gotten signal 10,
 11, and now 5. 
 
 Is this bad memory?
 
 That's a reasonable guess, but the only way to tell for sure is to
 test it.
 
 Is there a port to do this, or do I have to take it out and take it
 somewhere else to get it tested?
 
 jm

sysutils/memtest in the ports.

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


RE: Req: Good virtual mail server howto

2004-11-19 Thread Haulmark, Chris
Someone broke the silence: 

 I personally like qmail, we use it on our mail server, and like you we
 didn't want to give system accounts so we did it with a mysql patch.
 It took awhile to get up and running but now that it is running we
 have a php script which handles user management, etc.
 
 www.lifewithqmail.org is a good place to get a start on it.
 http://iain.cx/qmail/mysql/ is the version of qmail we used though
 documentation is limited and it sometimes can be a little tricky. It
 can be compiled in /usr/ports/mail/qmail-mysql though.
 
 Best of luck
 

If you opt for using postfix, I like using the www.high5.com howto which also 
includes using postfix admin to manage your virtual users.

 
 On Thu, 18 Nov 2004 19:07:40 +, Chris Smith
 [EMAIL PROTECTED] wrote:
 Hi,
 
 Has anyone got any good resources for configuring a virtual pop3/imap
 server under FreeBSD 5.x?  I need to host mail for more than one
 domain and do not wish to give users system accounts.
 
 Cheers,
 
 Chris Smith

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


RE: Req: Good virtual mail server howto

2004-11-19 Thread Haulmark, Chris
Someone broke the silence: 

 
 If you opt for using postfix, I like using the www.high5.com
 howto which also includes using postfix admin to manage your virtual
 users. 

Excuse my typo, I meant www.high5.net sorry.

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


RE: Outputting command to a text file

2004-11-11 Thread Haulmark, Chris
Someone broke the silence: 

 I want to use the du command to check on the sizes of files in a
 directory, but i want the output to be put into a text file so I can
 look at it later. 


Use the character  at the end of your command to redirect it to wherever you 
want.

For example,  if I was to want the output of du results to a file named du.log 
in the /home/chris directory, I would do this:

du -d 1 -h /  /home/chris/du.log

If I wanted to do it again but to have it added at the end of du.log.  I would 
use two .

du -d 1 -h /  /home/chris/du.og

Remember, if you use one , you will wipe out the original results and replace 
it with the newer results.

Files are not the only thing you can usually use after the  character.

 
 I did some search on google, and found nothing that applied.
 Searched other places (lists and things) and couldn't find what i was
 looking for, perhaps i was using the wrong search terms.
 
 Any help will be greatly appreciated
 
 Thanks
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

--
Chris Haulmark
System Admin. Freelancer
In market for IT corrections for a salary.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: KDE Front End for mPlayer

2004-10-23 Thread Haulmark, Chris
Someone broke the silence: 

 On Friday, 22. October 2004 05:50, Haulmark, Chris wrote:
 
 Do not include the version number when you use either pkg_update or
 portupgrade.  Instead, just do like this:
 
 pkg_update openldap
 portupgrade openldap
 
 If there are more than one versions, it'll ask you yes or no for each
 version.
 
 This is simply wrong (for openldap*). Please try out your suggestions
 yourself before mailing them...

Of course, those were intended to be an example of how to eliminate the use of version 
numbers as part of the given arg to either tools.

pkg_update was my only mistake as it is removed.  pkg_add is what I meant.

Perhaps, it would been best for you to point out that there are several different 
openldap packages instead of opting to respond and correct my lack of explanations 
considering the fact there are different openldap packages available.

--
Chris Haulmark
System Admin. Freelancer
In market for IT corrections for a salary.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: libtool13

2004-10-21 Thread Haulmark, Chris
Someone broke the silence on :

 Hi all,
 
 I am new to FreeBSD.  I am trying to install apache 1.3.31 and I keep
 getting the following error: 
 
 apache-1.3.31_6 depends on shared library: expat.5 - not found
 ===Verifying install for expat.5 in /usr/ports/textproc/expat2
 ===   expat-1.95.8 depends on file: /usr/local/bin/libtool13 - not
 found ===Verifying install for /usr/local/bin/libtool13 in
 /usr/ports/devel/libtool13 ===  Installing for libtool-1.3.5_2
 ===   Generating temporary packing list
 ===  Checking if devel/libtool13 already installed
 ln: POSIX: Operation not permitted
 *** Error code 1
 
 Stop in /usr/ports/devel/libtool13.
 *** Error code 1

Were you logged in as root?

 
 Output or 'uname -a'
 
 FreeBSD mycomputer.mydomain.com 4.10-STABLE FreeBSD
 4.10-STABLE #1: Mon
 Oct 18 13:58:38 EDT 2004
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
 
 Thank you in advance for your help.
 
 Dominique
 
 
 
 --
 --
 This electronic message transmission contains information that may be
 confidential or privileged.  The information contained herein
 is intended
 solely for the recipient and use by any other party is not
 authorized.  If you are not the intended recipient (or otherwise
 authorized 
 to receive this
 message by the intended recipient), any disclosure, copying,
 distribution or use of the contents of the information is prohibited.
 If you 
 have received
 this electronic message transmission in error, please contact
 the sender by
 reply email and delete all copies of this message.  Cigital,
 Inc. accepts no
 responsibility for any loss or damage resulting directly or
 indirectly from the use of this email or its contents.
 Thank You.
 --
 --
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

--
Chris Haulmark
System Admin. Freelancer
In market for IT corrections for a salary.


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


RE: Problems installing Subversion

2004-10-21 Thread Haulmark, Chris
Someone broke the silence: 

 I'm trying to install Subversion on a computer running FreeBSD 4.9,
 with a fully updated Ports tree. There seems to be some kind of
 apr-related problem, though it's not clear why.
 
 When I first ran portinstall, it installed apr itself, and everything
 ran smoothly with that install, but when it returned to Subversion
 I got
 
 ---
 ===   Returning to build of subversion-1.0.8
 ===  Configuring for subversion-1.0.8
 
 You select to use`devel/apr' for apr library.
 It seems that `devel/apr' is not properly installed.
 
 *** Error code 1
 ---
 
 I checked, and apr does seem to be installed (with the package
 apparently called apr-nothr-gdbm-db4-1.0.0), but trying to re-run
 the Subversion install dies in the same way.
 
 What's going on? The only thing in UPDATING is talking about
 installing Subversion with Apache2, which I am not doing; I
 couldn't find anything relevant on the mailing lists.

Check in the freebsd-ports mailing list archive.  There's a few days old
thread regarding this including a patch to update your version to
subversion 1.1.0.

I would just do a cvsup to see if Subversion has been updated or not.
If not, use the patch.

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

--
Chris Haulmark
System Admin. Freelancer
In market for IT corrections for a salary.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: KDE Front End for mPlayer

2004-10-21 Thread Haulmark, Chris
 
Someone broke the silence: 

 Hello everyone,
   Thanks in advance for any help. Still pretty fresh
 newbie here with FreeBSD
 and *nix in general. I have been trying to find a front end
 for mplayer in
 KDE 3.2. My system is 4.10, with an essentially generic
 kernel with sound
 drivers added. I have tried making both kmplayer, and
 kplayer from the
 ports tree. Both error out citing a dependancy on openldap-2.2.17
 I have tried to upgrade openldap using pkg_update and portupgrade,
 neither can find the upgraded software:

Have you tried gmplayer which is included with mplayer if you compile mplayer without 
WITHOUT_GUI?

 
 seminary# pkg_update openldap-2.2.17
 Can't find package file openldap-2.2.17
 
 seminary# portupgrade openldap-2.2.17
 ** No such installed package: openldap-2.2.17
 

Do not include the version number when you use either pkg_update or portupgrade.  
Instead, just do like this:

pkg_update openldap 
portupgrade openldap

If there are more than one versions, it'll ask you yes or no for each version.

 Would someone please be so kind as to give me some direction?
 Is there another
 available front end? Everything I find on the web is Linux, I would
 much prefer a full port. Or is my mistake above simply a syntax error?
 
 Thanks again in advance for any help. Also please CC your reponses to
 my e-mail address I am not a suscriber to any of the lists.


--
Chris Haulmark
System Admin. Freelancer
In market for IT corrections for a salary.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: pkgdb / ruby aborting

2004-10-17 Thread Haulmark, Chris
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Gene Bomgardner
 Sent: Sunday, October 17, 2004 12:53 AM
 To: [EMAIL PROTECTED]
 Subject: pkgdb / ruby aborting
 
 I've ben running into problems with pkgdb. I tried removing 
 /var/db/pkg/pkgdb.db then running 'pkgdb -F' .
 
 I get the following:
 
 [Rebuilding the pkgdb format:bdb1_btree in /var/db/pkg ... - 146 
 packages found (-0 +146) 
 ..
 ..
 .. 
 done]
 [Failed `Inappropriate file type or format'] [Updating the portsdb 
 format:bdb1_btree in /usr/ports ... - 11811 port entries found 
 .1000.2000.3000.4000.5
 000.6000.7000.8000./usr/local/lib/
 ruby/site_ruby/1.8/portsdb.rb:587: 
 [BUG] Bus Error
 ruby 1.8.2 (2004-07-29) [i386-freebsd5]
 
 --- Checking the package registry database
 Missing origin: bsdpan-Compress-Zlib-1.22
 Abort (Core Dumped)
 
 # [] UID:0 exited on signal 6
 
 Does anyone have any idea why ruby is aborting? (I know next 
 to nothing 
 about ruby18)

I would suggest you to look back several days ago on the FreeBSD mailing
lists as this problem has been solved quite few times.

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

--
Chris Haulmark
System Admin. Freelancer
In market for IT corrections for a salary.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: php4 with gd?

2004-10-05 Thread Haulmark, Chris

   
   Can someone please give me a clue?  I thought I remembered that
   there was a text gui asking what options we want, but it doesn't
   appear anymore.
  
  Have you looked in the ports collection of lang/php4-extensions?
 
 Bingo!  This seems to be the correct answer!
 cd /usr/ports/lang/php4-extensions
 make WITH_GD=yes WITH_GETTEXT=yes install
 does the trick!  Or one can leave off the WITH_* vars and select them
 in the text gui.
 
 Life would be so much easier if the php4 make and pkg-descr would
 mention where to look for extentions.  How is someone supposed to
 know this exists (without monitoring all freebsd mailing lists)?
 

There is an entry in /usr/ports/UPDATING:

20040719:
  AFFECTS: users of PHP
  AUTHOR: [EMAIL PROTECTED]

  The old lang/php4 and lang/php5 ports have been splitted into 'base' PHP,
  PEAR, and shared extensions to allow more flexibility and add new features.
  Upgrading your current PHP installation will result in a 'base' PHP
  installation (no PEAR and no extensions).
  PEAR can be found in the new devel/php4-pear and devel/php5-pear ports, while
  the set of PHP extensions to install can be choosen via the meta-ports
  lang/php4-extensions and lang/php5-extensions, or installing singular
  extensions individually.
  If you have a previous php.ini configuration file, be sure to comment out
  the extension_dir parameter, since the correct path is statically compiled
  into the PHP binary.
  For an overview of the modules used with the old PHP binary, use
  the command php -m.

This is why it is always recommended for all FreeBSD users to monitor the
/usr/ports/UPDATING after they do cvsup of their ports system.  Any major
changes in the ports tree will and should appear in the UPDATING file.

--
Chris Haulmark
System Admin. Freelancer
In market for IT corrections for a salary.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Issues with 2 instances of NATD

2004-10-04 Thread Haulmark, Chris
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Joseph Begumisa
 Sent: Monday, October 04, 2004 2:26 AM
 To: [EMAIL PROTECTED]
 Subject: Issues with 2 instances of NATD
 
 
 I want traffic from one machine on the LAN with ip address 
 169.254.0.18 to 
 go out through ISP2 and traffic from the rest of the machines 
 on the LAN 
 o go through ISP1.  However, traffic from all machines 
 including that one 
 goes through ISP1.  Perhaps I'm missing something. Below is 
 my setup and 
 configuration details:

This is because of your default route which is assigning all the packets
to go through the ISP1.


 
  ISP1 ISP2
   ||
   ||
 212.XX.XX.117 vr0 ||vr1 193.1XX.XXX.162
   --
   |  BSD GATEWAY   |
   --
   | fxp0 169.254.0.1
   |
    
   |   |   |   |   |  LAN 169.254.0.0/24
 
 *default route on BSD Gateway is thru ISP1.
 
 NATD Processes Running:
 --
 
 /sbin/natd -f /etc/natd.cf -n vr0
 /sbin/natd -f /etc/natd2.cf -n vr1
 
 natd.cf:
 ---
 log yes
 deny_incoming   no
 use_sockets yes
 same_ports  yes
 verbose no
 port8668
 interface   fxp0
 unregistered_only no
 
 
 natd2.cf:
 
 log yes
 deny_incoming   no
 use_sockets yes
 same_ports  yes
 verbose no
 port8669
 interface   fxp0
 unregistered_only no
 
 natd configuration in firewall:
 --
 /sbin/ipfw add 43 divert 8669 all from 169.254.0.18 to any via vr1
 /sbin/ipfw add 46 divert 8668 all from any to any via vr0
 
 
 Joseph.
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 
 

--
Chris Haulmark
System Admin. Freelancer
In market for IT corrections for a salary.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Issues with 2 instances of NATD

2004-10-04 Thread Haulmark, Chris
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Joseph Begumisa
 Sent: Monday, October 04, 2004 2:33 AM
 To: [EMAIL PROTECTED]
 Subject: RE: Issues with 2 instances of NATD
 
 On Mon, 4 Oct 2004, Haulmark, Chris wrote:
 
 
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of
  Joseph Begumisa
  Sent: Monday, October 04, 2004 2:26 AM
  To: [EMAIL PROTECTED]
  Subject: Issues with 2 instances of NATD
 
 
  I want traffic from one machine on the LAN with ip address
  169.254.0.18 to
  go out through ISP2 and traffic from the rest of the machines
  on the LAN
  o go through ISP1.  However, traffic from all machines
  including that one
  goes through ISP1.  Perhaps I'm missing something. Below is
  my setup and
  configuration details:
 
  This is because of your default route which is assigning 
 all the packets
  to go through the ISP1.
 
 i thought about this too.  how then would I go about this to 
 achieve my 
 goal?

I use Zebra for BGP routings.

For more information, 
http://lists.freebsd.org/pipermail/freebsd-questions/2004-January/031720.html

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

--
Chris Haulmark
System Admin. Freelancer
In market for IT corrections for a salary.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: php4 with gd?

2004-10-04 Thread Haulmark, Chris
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Ray Davis
 Sent: Monday, October 04, 2004 2:59 PM
 To: [EMAIL PROTECTED]
 Subject: php4 with gd?
 
 I must be totally dense, but after trying a number of things,
 searching the mailing lists, searching google, reading the freebsd
 ports doc, searching the php web - I still can not get php4 to
 build with gdlib support using the ports collection.
 
 We already had a working mod_php4 built and installed, and just
 want to add gdlib support.  None of the following (as well as
 other incantations) work in either the www/mod_php4 port nor the
 lang/php4 port:
 
 make deinstall; make reinstall
 make deinstall; make clean; make install
 make deinstall; make WITH_GD=YES reinstall
 make deinstall; make clean; make WITH_GD=YES install
 
 Can someone please give me a clue?  I thought I remembered that
 there was a text gui asking what options we want, but it doesn't
 appear anymore.

Have you looked in the ports collection of lang/php4-extensions?

 
 There seems to be a big gap between simply installing a port with
 its defaults and finding out what other options might be available
 via the WITH_* and WITHOUT_* options.  Isn't this documented with
 each port somewhere?
 
 Thanks!
 Ray
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 
 

--
Chris Haulmark
System Admin. Freelancer
In market for IT corrections for a salary.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Release Compiler options

2004-10-04 Thread Haulmark, Chris
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Emanuel Strobl
 Sent: Monday, October 04, 2004 8:43 PM
 To: [EMAIL PROTECTED]
 Subject: Release Compiler options
 
 I really spent some time tracing the make release, but 
 couldn't find any way 
 to modify the compiler flags for the release. Why do I need a 
 populated /usr/obj if it's never touched? I really think I'm missing 
 something. Two years ago I had no problems building specail 
 4.4-RELEASEs.
 
 Any hint is welcome.

There is an excellent hint for compiler flags to be found in the
19.4.3 section of the FreeBSD handbook.

The /usr/obj directory composes of the compiled applications from
the buildworld function.  You can delete it after you did a successful
completion of the installworld on a system.  That's what happens
when you do make clean in the /usr/src directory.
 
 
 -Mano


--
Chris Haulmark
System Admin. Freelancer
In market for IT corrections for a salary. 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Re-negotiate network speed

2004-09-21 Thread Haulmark, Chris


 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Rus Foster
 Sent: Tuesday, September 21, 2004 5:08 AM
 To: [EMAIL PROTECTED]
 Subject: Re-negotiate network speed
 
 Is there a software command that allows root to renogiate the network 
 speed similar to mii-tool on Linux?

IPFW has a dummynet interface. You can read the ipfw manpages about using
dummynet.

There are also other different tools.

 
 Thanks
 
 Rus
 
 -- 
 e: [EMAIL PROTECTED] : t: 1-888-327-6330 
 http://www.atwebhosting.com - Free Shared Hosting
 http://www.vpscolo.com - Your next hosting company
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 
 



--
Chris Haulmark
System Admin. Freelancer
In market of a IT corrections position for a salary. 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Core System Update

2004-09-20 Thread Haulmark, Chris
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Bill Moran
 Sent: Monday, September 20, 2004 1:31 PM
 To: Kenneth A. Bond
 Cc: [EMAIL PROTECTED]
 Subject: Re: Core System Update
 
 Kenneth A. Bond [EMAIL PROTECTED] wrote:
 
  Hello,
  I am trying to determine how often to update my systems.
  Currently I am using anoncvs in order to synch my source.
  From there I run the typical
   
  # make buildworld
  # make buildkernel
  # make installkernel
  # 
  # mergemaster -p# make installworld# mergemaster# reboot
  
  Should I only perform this when a security vulnerability is found?
  
  I am trying to achieve maximum uptime for these systems and want to
  confirm how often I should perform a core system update.
 
 Please wrap you lines aroun 72 chars.  See
 http://www.lemis.com/questions.html
 
 If you're shooting for max uptime and the most stable system, you can
 follow the procedure I follow for most of my clients:
 1) Install the latests 4.x-RELEASE
 2) cvsup to RELENG_4_x (currently RELENG_4_10)
 3) rebuild/reinstall the core system.
 4) When 4.11 comes out, schedule a weekend and cvsup the system to
RELENG_4_11, rebuild/reinstall.  Pay special attention to
/usr/src/UPDATING, repeat for 4.12, etc
 5) Subscribe to FreeBSD-security.  When a vuln is announced, recvsup
to the RELENG_4_x and rebuild/reinstall

Or simply follow the alert's patch instructions if it is unrelated to a
kernel fix.  A service or two would require to be restarted after being patched.

 6) Step 5 can occasionally be skipped.  For example, there were many
sites that I had using FreeBSD that I didn't have to update when
bind problems were fixed, because they weren't running DNS servers.
If you're not sure, you're safer updating than not.

For instance, today, a CVS server had a security alert sent out, which is
not important to those of us who do not use CVS server.

 
 -- 
 Bill Moran
 Potential Technologies
 http://www.potentialtech.com
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 


--
Chris Haulmark
System Admin. Freelancer
In market for IT corrections for a salary. 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]