FreeBSD 7.0 and DummyNet

2008-05-27 Thread Ray Seals
It's been a long time since I have tried to get dummynet working.  I have a
FreeBSD 7.0 box ready to go.  Do I still need to recompile the kernel and
all that stuff or is there any easier way to do this now?

-- 
Ray Seals
-
Office: 314-594-0150 (St. Louis Area)
866-875-8863 (toll free)
Fax: 253-681-9982
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Where to rent the best dedicated servers?

2008-03-25 Thread Ray Seals
I recommend MediaTemple (http://www.mediatemple.net).

Great customer service and they communicate any problems or issues via the
blog so you can have it in an RSS feed which is nice.  They also have grid
computing and containers for Ruby on Rails and MySQL instances so once you
out grow your current setup you can have it spread across several machines.

On Mon, Mar 24, 2008 at 5:24 PM, Kyrre Nygård [EMAIL PROTECTED]
wrote:

 Excellent choice...

 But so far it looks like I'll be going for http://www.m5hosting.com.

 Small is the new big, might wanna Google that. Besides, they look so
 simple!

 Kyrre

 - Original Message -
 From: Bill Moran [EMAIL PROTECTED]
 Date: Tuesday, March 25, 2008 4:28 am
 Subject: Re: Where to rent the best dedicated servers?
 To:  Kyrre Nygård  [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],
 [EMAIL PROTECTED]

  In response to Kyrre Nygård [EMAIL PROTECTED]:
 
   Sorry, I really don't know where else to ask.
  
   I've been using Staminus for a while now and I've had it with
  the downtime.
  
   Basically I want a place to host my Ruby on Rails / Git
  projects, an IRC server as well as an internet radio channel.
  
   Simple website / control panel design is ofcourse a plus. None
  of that cpanel bullshit though, I prefer to meddle around with
  simple text files the way it's meant to be done.
  
   So, layeredtech.com? rackspace.com?
 
  pair.com ?
 
  --
  Bill Moran
  http://www.potentialtech.com
  ___
  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]




-- 
Ray Seals
-
Office: 314-594-0150 (St. Louis Area)
866-875-8863 (toll free)
Fax: 253-681-9982
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Is there a Freebsd equivalent to this Linux header file

2005-12-29 Thread Ray Seals
On Wed, 2005-12-28 at 14:42 -0600, Dan Nelson wrote:
 That's probably a Linux-specific ioctl.  Chances are that FreeBSD's
 ifconfig command will do what you want (so its sources are a good place
 to start looking); what do you mean by change it's operating mode?
 

Here is a snippet from the specs PDF:

Niagara 2261 is a dual Giga bit NIC card with programmable  Close  or
Open  while in the power off state. The Niagara 2261 is a universal low
profile PCI-X board based on Intel 82546 Dual Gigabit Ethernet
controller. Niagara 2261 is designed to operate either in 64-bit or
32-bit mode with the bus speeds up to 133 MHz. The physical form factor
for Niagara 2261 meets the requirements of PCI Local Bus specifications
Rev2.2 as well as Low profile PCI specifications.

Feature Summary   
- Programmable  Close  or  Open  while in the power off state.   
- Intel s 82546EB controller   
- Two integrated PHYs for 10/100/1000 Mb/s full- and half-duplex
operation
- Bypass - during power off or software failures
- PCI 2.2 compatible, 32/64-bit, 33/66/133MHz
- IEEE 802.3ab, 802.3u, 802.3x compliant
- Host offloading options - TCP/IP/UDP checksum, TCP segmentation and
advanced packet filtering
- Plug and Play
- Software support for, Linux 2.2.x and 2.4.x, FreeBSD 4.x and Solaris 7
and 8 running x86-based platforms
- Two RJ45 Connectors

So, it can do a lot of cool things, but at this point I just wanted to
set the box up as an in-line sniffer using this card for tcpdump only
and the other built in nic (on the PC) as the management port.

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


Re: Is there a Freebsd equivalent to this Linux header file

2005-12-29 Thread Ray Seals
On Thu, 2005-12-29 at 09:09 -0600, Dan Nelson wrote:
 In the last episode (Dec 29), Ray Seals said:
 So plug it in and run tcpdump :)
 

Well, that's what I did.  When you connect the 2 ports they never show a
connection but they pass traffic.  This is because by default they are
in Mode 0.

Oh, I forgot to mention the modes:

Mode 0: Niagara 2261 in this mode, powers up with Ethernet port 1 and
Ethernet port 2 connected together and the Intel Giga bit controller off
line. In order to set the two ports to send and receive data traffic
from Intel Giga bit MAC and function as a dual giga bit NIC card, the on
board local CPU expects to receive a heartbeat signal from the host at a
pre-programmed interval. In the event that the local CPU does not
receive the heartbeat it removed the Intel Giga bit MAC from the data
path and connects the two Ethernet ports. For detail on local on board
CPU please refer section 2.4

Mode 1: Niagara 2261 in mode 1, powers up with Ethernet port 1 and
Ethernet port 2 not connected together but operate independently similar
to dual giga bit cards. In order to bypass the Intel Giga bit controller
and short the two ports together, the local CPU expects to receive a
heartbeat from the host. For detail on local on board CPU please refer
section 2.4

Mode 2: Niagara 2261 in mode 2 functions similar to dual giga bit NIC
cards. Each port is independent of the other one. No heartbeat is
required.

So it looks like the key here is to setup a heartbeat function so they
can go active.  I also thought about setting the card to mode 2 just
to play around with tcpdump on 2 different segments, but I could do that
with 2 gig nics I have laying on my desk.

I've contacted the manufacturer and actually have a contact person to
talk to there (via e-mail).  I'm going to ask if they are opposed to
open source development or anything like that.  There source for the
utility programs doesn't have any copy right info, etc.

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


Is there a Freebsd equivalent to this Linux header file

2005-12-28 Thread Ray Seals
I'm not a programmer, but I trying to learn a few things.  I have a
Niagara 2261 pass through nic and I need to change it's operating mode.
It came with the source code and header files for a command line utility
which allows me to change operation modes on the card.  Along with the
documentation.

The card is recognized under the 'em' network driver.

I have all the errors down except for one.  The error is
'SIOCDEVPRIVATE' undeclared (first use in this function).

Doing some research I found that the linux header file sockios.h defines
this.

Is there a FreeBSD equivalent to this or am I so far out of my league
with this question that I should probably just stop right now?

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


Need Help compiling Utilities for Niagara 2261 Nic

2005-12-06 Thread Ray Seals
I need some help compiling the utility for the Niagara 2261 nic.  I have
the sources, make file and card specs.  I just don't have the knowledge.
Does anyone have any experience with this card?  I'm trying to get this
working on a FreeBSD 6.0 install.

FreeBSD 6.0 sees the 2 interfaces on the card as em0 and em1.  The card
is in a failed open state and passes traffic (what they call mode 0).
But ifconfig show that the interfaces have no carrier.  

I would like to run tcpdump on either the em0 or em1.  Basically I want
to sit a box between my router and switch and make it an in-line
sniffer.

Ray

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


Re: Personal Wiki without a webserver/database

2005-06-07 Thread Ray Seals

 Are you sure?  I believe that some are pure cgi which will work
 with lynx (with lynxcgi enabled) without a server.
 

Since this is for my laptop and I'm running Gnome (Mozilla and FireFox).
I decided to try Instiki from the ports.  Uses Ruby and opens up it's
own web server on port 2500.  The markup language is a little different,
but I'm finding that each type of wiki has it's own spin on the markup.
So far I've been pretty happy (1 day so far).


Ray

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


Personal Wiki without a webserver/database

2005-06-06 Thread Ray Seals
I would like to have a desktop wiki that doesn't need a big database
server or web server.  I have been using wikidPad for windows but since
my main machine is a BSD laptop.  I looked through the ports but
basically everything wants a web server installed.

Any suggestions?  

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


Re: Personal Wiki without a webserver/database

2005-06-06 Thread Ray Seals
On Mon, 2005-06-06 at 11:43 -0500, Ray Seals wrote:
 I would like to have a desktop wiki that doesn't need a big database
 server or web server.  I have been using wikidPad for windows but since
 my main machine is a BSD laptop.  I looked through the ports but
 basically everything wants a web server installed.
 
 Any suggestions?  
 

I have one for myself.  Read.  Just found dokuwiki in the ports.

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


APSFilter/LPD printing slow

2005-04-29 Thread Ray Seals
I'm running 5.3 on a Dell Precision 470 Pentium Xeon with a Gig of
memory and SATA hard drives.  I'm printing to a networked LaserJet 5
printer.  It takes about 40 seconds between pages when printing a
multi-page document.  Does anyone know how to speed this up?  I doubt
it's an APSFilter issue since the drive stops churning once the printer
starts (I think it's finished formatting the file).

The printer is in the next cube from me and we are all in the same vlan
on a Cisco 6500 series switch.

Thanks,
Ray

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


mount_smbfs can't get handle to requester

2005-03-16 Thread Ray Seals
I have a box running 4.5.  I try to execute the mount_smbfs I get
mount_smbfs: can't get handle to requester (no /dev/nsmb* device).
When I do an ls of the /dev directory I see the following devices:

/dev/nsmb0
/dev/smb0
/dev/smb1

Anyone seen this before?

Ray

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


Dell Precision Workstation 470n

2004-12-06 Thread Ray Seals
We have purchased 15 of these with a single 73Gig SATA drive.  Has
anyone gotten 5.3 to run on a Dell SATA single drive?  They are
currently scheduled to have the Red Death installed but I want to snatch
them from the clutches of almost evil if possible.

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


PAM and SSH configuration issues

2004-09-28 Thread Ray Seals
Hi,

I have a FreeBSD 5.2.1 box vanilla install.  I want to configure ssh to
use pam_tacplus to do the authentication.

My ssh file in the /etc/pam directory looks like this:

%-%

#
# $FreeBSD: src/etc/pam.d/sshd,v 1.15 2003/04/30 21:57:54 markm Exp $
#
# PAM configuration for the sshd service
#

# auth
authrequiredpam_nologin.so  no_warn
authsufficient  pam_opie.so no_warn
no_fake_prompts
authrequisite   pam_opieaccess.so   no_warn
allow_local
#auth   sufficient  pam_krb5.so no_warn
try_first_pass
#auth   sufficient  pam_ssh.so  no_warn
try_first_pass
authrequiredpam_tacplus.so  debug
try_first_pass
#auth   requiredpam_unix.so no_warn
try_first_pass

# account
#accountrequiredpam_krb5.so
account requiredpam_login_access.so
account requiredpam_unix.so

# session
#sessionoptionalpam_ssh.so
session requiredpam_permit.so

# password
#password   sufficient  pam_krb5.so no_warn
try_first_pass
passwordrequiredpam_unix.so no_warn
try_first_pass

%-%

Sometimes this works and sometimes it doesn't work properly.  I have a
couple of questions.  For example, for my userid it works like it should
but for the guy in the cube from me, it still requires his old local
password.

- Once this is working, can I delete the userids our of the passwd file?

- As long as the userid is in the groups will SU still work for those
users?

- Will the user still map to their proper home directory?

- I guess that it's a good idea to keep a userid on the box that is
non-root but is still stored local in case of any problems?


-- 
Ray Seals [EMAIL PROTECTED]

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


User Accounts across multiple machines

2004-07-22 Thread Ray Seals
I have 15 FreeBSD machines on my network (soon to be around 30) and want
to synch all the machines userid and passwords.  Is NIS still the
primary way to do this or is there a better solution?
-- 
Ray Seals [EMAIL PROTECTED]

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


Nessus scan of FreeBSD 5.2.1 shows old version of ssh

2004-07-19 Thread Ray Seals
I just ran a Nessus scan against one of my machines.  The scan triggered
on a version of ssh older than 3.7.1.

I ran /usr/bin/ssh -v and found that I have version 3.6.1p1.  I'm
looking for the best way to upgrade this.  Can I just install and run
'portupgrade' on SSH?  What are some of the gotcha points on doing
this?

-- 
Ray Seals [EMAIL PROTECTED]

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


LiveCD

2004-06-21 Thread Ray Seals
Anyone had any experience with LiveCD?  I'm trying to run it and I get
an error about an expected then at line 298.
-- 
Ray Seals [EMAIL PROTECTED]

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


Re: LiveCD

2004-06-21 Thread Ray Seals
On Mon, 2004-06-21 at 11:14, Remko Lodder wrote:

 When i was at the supermarket there was a line 298, there was indeed an 
 error, well a pretty error, a nice young lady who was in the way, not 
 that i hated that but...

Those pretty errors are always the most forgivable ones

 
 No really, where does that error occur? when starting up? after what 
 messages does it occur? What version are you running, when did you take 
 it of the site etc?

cd /usr/local/livecd/ Enter
./livecd.sh Enter
./livecd.sh: 298: Syntax Error: then unexpected

I've tried the livecd out of ports and off the project site with the
same results.



-- 
Ray Seals [EMAIL PROTECTED]

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


pciconf does show processor

2004-05-04 Thread Ray Seals
I have an e-machines laptop.  When I run pciconf -l -v I don't see the
CPU listed anywhere.  When I try to run fvcool, it tells me that
Support Athlon/Duron chipset (north bridge) not found.

I'm having a lot of problems with this laptop over heating and I'm
looking for ways to cool it.  I have checked the BIOS but there are no
settings to change there.

Any help would be appreciated.

Ray

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


Re: pciconf DOESN'T show processor

2004-05-04 Thread Ray Seals
On Tue, 2004-05-04 at 14:13, Ray Seals wrote:
 I have an e-machines laptop.  When I run pciconf -l -v I don't see the
 CPU listed anywhere.  When I try to run fvcool, it tells me that
 Support Athlon/Duron chipset (north bridge) not found.
 
 I'm having a lot of problems with this laptop over heating and I'm
 looking for ways to cool it.  I have checked the BIOS but there are no
 settings to change there.
 
 Any help would be appreciated.
 
 Ray
 
 ___
 [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: athlon-mp daily hang 5.2.1

2004-05-04 Thread Ray Seals
I have the same problem with my laptop.  I'm running an AthlonXP-M.  My
problem is due to overheating.  The machine hangs for 30 seconds and
then runs for about 30 minutes and then hangs again.  Then it powers
itself off.

Ray

On Tue, 2004-05-04 at 15:10, Patrick Crosby wrote:
 Just about every day, my FreeBSD system hangs.  I set up
 dumpdev/dumpdir, but I never get anything in /var/crashes.  I'm not
 sure what to do to debug the problem.  It usually happens during a
 'gmake -j4...', but has happened at other times as well.
 
 What can I do to get more information about what is causing the hang?
 
 I have the following in rc.conf to try to get a kernel crash dump:
 
 dumpdev=/dev/ad0s1b
 dumpdir=/var/crash
 
 And I'm running a kernel with debug symbols.  I'm running FreeBSD
 5.2.1-RELEASE-p5 with 2 athlon mp processors, using the GENERIC kernel
 config file (except I commented out INET6 so that firefox will resolve
 domains in a timely fashion): 
 
 ACPI APIC Table: PTLTD  APIC  
 Timecounter i8254 frequency 1193182 Hz quality 0
 CPU: AMD Athlon(tm) MP 2600+ (2000.08-MHz 686-class CPU)
   Origin = AuthenticAMD  Id = 0x6a0  Stepping = 0
   
 Features=0x383fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
   AMD Features=0xc048MP,AMIE,DSP,3DNow!
 real memory  = 1073217536 (1023 MB)
 avail memory = 1033003008 (985 MB)
 FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
  cpu0 (BSP): APIC ID:  1
  cpu1 (AP): APIC ID:  0
 ioapic0 Version 1.1 irqs 0-23 on motherboard
 
 Thanks.
 
 Patrick
 ___
 [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: athlon-mp daily hang 5.2.1

2004-05-04 Thread Ray Seals
I'm also running 5.2.1.

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


Re: Upgrading from 4.7 to 5.2.1 buildworld errors

2004-03-09 Thread Ray Seals
Updated the boxes sources from 4.7 to 5.2.1 Release.  I'm running a
GENERIC kernel.  When I do a make buildworld, I get the following error
message:

--
 stage 4.1: building includes
--
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj  MACHINE_ARCH=i386  MACHINE=i386
CPUTYPE=  GROFF_BIN_PATH=/usr/obj/usr/src/i386/legacy/usr/bin
GROFF_FONT_PATH=/usr/obj/usr/src/i386/legacy/usr/share/groff_font
GROFF_TMAC_PATH=/usr/obj/usr/src/i386/legacy/usr/share/tmac
DESTDIR=/usr/obj/usr/src/i386  _SHLIBDIRPREFIX=/usr/obj/usr/src/i386
INSTALL=sh /usr/src/tools/install.sh
PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/
usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/usr/obj/usr/src/i386/usr
/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbi
n:/bin:/usr/sbin:/usr/bin /usr/obj/usr/src/make.i386/make -f
Makefile.inc1 SHARED=symlinks par-includes
=== share/info
cd /usr/src/share/info; /usr/obj/usr/src/make.i386/make buildincludes;
/usr/obj/usr/src/make.i386/make installincludes
=== include
cd /usr/src/include; /usr/obj/usr/src/make.i386/make buildincludes;
/usr/obj/usr/src/make.i386/make installincludes
creating osreldate.h from newvers.sh
make: no target to make.
*** Error code 2

Stop in /usr/src/include.
*** Error code 1

Any help would be appreciated.

Ray

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


Upgrading from 4.7 to 5.2.1 buildworld errors

2004-03-05 Thread Ray Seals
I have a 4.7 machine that I installed the 5.2.1 sources on (ie. copied
the /usr/src directory from a fresh installed 5.2.1 machine).  

When I do a make buildworld I get an error about no target to make
when it starts stage 4.1 (building includes).  

This is a production box and I don't want to build it from scratch is
there a way for me to get the 5.2.1 sources on the box and do an upgrade
that way?

Ray

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


using NDIS

2004-02-13 Thread Ray Seals
I'm trying to use NDIS and have read a few posts from the archives by
Bill Paul.  I'm having one some problem.  There are no Makefiles and no
if_ndis in the /sys/modules directory.

Here is my uname:

FreeBSD  5.2-RELEASE FreeBSD 5.2-RELEASE #0:

What do I need to install?

I have the ndis and ndiscvt commands, but seem to be missing some of the
other needed items.

Ray
-- 
---
Linux is for people who hate Microsoft.
BSD is for people who love UNIX.


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


xmms will only play 1 mp3 and then stop

2003-12-05 Thread Ray Seals
xmms will only play one MP3 and then will not play another one.  The new
song will display the title but won't play.  If I click the play button
it just blinks the display and show 00:00.  This is the case with
selected mp3's from a directory or a play list.  The only way to play
another mp3 is to exit out of X and restart X.

I believe this may be a problem with KDE but don't know what additional
information one would need to start diagnosing the problem.

Ray

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


Re: xmms will only play 1 mp3 and then stop

2003-12-05 Thread Ray Seals
On Fri, 2003-12-05 at 13:40, Lowell Gilbert wrote:
 Ray Seals [EMAIL PROTECTED] writes:
 
  I believe this may be a problem with KDE but don't know what additional
  information one would need to start diagnosing the problem.
 
 The obvious way to check that belief 
 would be to try it under, say, twm(1).

I get nothing from twm.  It won't even play one file.

Ray

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


Trying to get MapServer 4.0.1 compiled on FreeBSD 4.7

2003-11-08 Thread Ray Seals
I'm trying to get MapServer 4.0.1 compiled on 4.7.  I have compiled and
installed gd-2.0.15.  When I perform a configure I get this error
message:

checking for GD 2.0.12 or higher...
checking for gdImageSetAntiAliased in -lgd... no
checking for gdImageSetAntiAliased in -lgd... (cached) no
configure: error: Could not find gd.h or libgd.a/libgd.so in /usr/local.
Make sure GD 2.0.12 or higher is compiled before calling configure.

When I do a locate or find for gd.h it finds it in /usr/local/include
and when I do a find or locate on libgd.a it finds it in /usr/local/lib

I would appreciate any suggestions at this point.

Ray

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


Question about tracking Current

2003-11-07 Thread Ray Seals
I'm trying to track the Current builds and have a question about my
cvsup file.

Should my release tag be

defautl tag=.

or

default tag=RELENG_5

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


Re: Question about tracking Current

2003-11-07 Thread Ray Seals
On Fri, 2003-11-07 at 09:49, Lowell Gilbert wrote:
 Make sure you know what you're getting into with -CURRENT, though.
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html
 

OK, I was looking in the FreeBSD UnLeashed book and they have a table on
page 479 (Table 18.2) which makes a reference to RELENG_5 as a valid
branch tag for Current.

I'm running 5 Current on a new laptop I purchased (had to use Current to
get everything to work) and wanted to make sure that when I cvsup'd
again I was really tracking current.  I also signed up for the Current
mailing list.

Thanks for the information.

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


Re: Problem with new laptop touch pad

2003-10-31 Thread Ray Seals
On Thu, 2003-10-30 at 23:25, Frank Knobbe wrote:

 My Dell Inspiron 8100 has a Synaptics Touchpad. There was nothing
 special that needed to be done. It is found like any other PS/2 mouse as
 psm0. Isn't that found during startup on your box? Check your messages
 log file or dmesg | grep psm0.

It works now.  Boot without ACPI and it finds it.

I started thinking and I thought, I haven't booted this thing without
ACPI support yet.  Thanks for responding.

-- 
Ray Seals [EMAIL PROTECTED]

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


Proper method to applying patches

2003-10-30 Thread Ray Seals
I have a quick question.  I have found a patch submitted on GNATS for a
problem I'm having with a NIC driver.  I understand using patch but my
question is what do I recompile to get an updated driver?  Do I need to
do a make world or is there a shorter way around this.

Some rules of thumb would be appreciated.

-- 
Ray Seals [EMAIL PROTECTED]

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


Problem with new laptop touch pad

2003-10-29 Thread Ray Seals
Just purchased and eMachine M3512.  I cannot get the touch pad to work. 
Anyone else know if it's supported or any ideas on getting this
running.  I have tried it with both 4.8 and 5.1.  I would rather have
5.1 working since the ethernet port is firewire and I can get it working
in 5.1 but not 4.8.


-- 
Ray Seals [EMAIL PROTECTED]

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


StarOffice 7

2003-10-13 Thread Ray Seals
Has anyone tried to run Star Office 7 on FreeBSD 5.1 yet?  I have 6 and
I use it daily on my 4.8 machine.  Just wanted to know what type of
battle I would have on my hands trying to get the new one working on
5.1.

-- 
Ray Seals [EMAIL PROTECTED]

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


Re: Securing the FreeBSD Console by removing OS Version

2003-09-15 Thread Ray Seals
It was the /etc/motd file.  I had already edited the file but failed to
take out the top line.  I was trying to make this harder than it really
was.

Thanks
Ray

On Fri, 2003-09-12 at 17:31, Matthew Seaman wrote:
 On Fri, Sep 12, 2003 at 03:44:14PM -0500, Ray Seals wrote:
  I don't want the console to display the OS version number.  I have
  removed the %h variable from gettytab for my remote login users.  Where
  can I remove this info from the Console screen?
 
 Edit /etc/motd ?
 
 If you've got an /etc/issue file (or whatever the if property in
 gettytab(5) is set to), that will be displayed before the login
 prompt, and it gets the same sort of % expansion as done for the im
 (initial banner message) or lm (login prompt) properties.  See also
 /etc/login.conf where the 'welcome' property can be changes to point
 to a different file than /etc/motd
 
   Cheers,
 
   Matthew
-- 
Ray Seals [EMAIL PROTECTED]

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


Re: Securing the FreeBSD Console by removing OS Version

2003-09-15 Thread Ray Seals
On Mon, 2003-09-15 at 13:48, Kris Kennaway wrote:
 You realise that if someone can log in to the system they can
 trivially discover the OS and OS version by querying the kernel?  As a
 security measure this change has zero benefit.
 

Yes, uname -a will do the trick.  Here is what I wanted.  I did not want the version 
to pop up on the console after boot.

So I added the clear command to the /etc/issue.  So, I want the console to look like 
this after the system is up and booted:

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

security mumbo jumbo

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Login:


Ray Seals [EMAIL PROTECTED]

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


Securing the FreeBSD Console by removing OS Version

2003-09-12 Thread Ray Seals
I don't want the console to display the OS version number.  I have
removed the %h variable from gettytab for my remote login users.  Where
can I remove this info from the Console screen?

-- 
Ray Seals [EMAIL PROTECTED]

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


pam_smb on a 5.1 box

2003-08-14 Thread Ray Seals
I'm trying to get pam_smb working on a 5.1 install.  This is a clean
install of FreeBSD.  I just using this machine for this test.

Here is what I've done so far:

1. I installed pam_smb from the ports collection.
2. Copied pam_smb.conf.example to pam_smb.conf in /usr/local/etc/
3. Edited the pam_smb.conf file the oneline looks like this:
office,pdc1,bdc2
4. Made sure I could ping pdc1 and bdc1 by name.
5. added a line to the top of my login file in the /etc/pam.d directory:
authrequiredpam_smb_auth.so
6. added a file to my /usr/local/etc/rc.d directory for auto startups.

Now at this point when the machine reboots I login as root from the
console.  I run TCPDUMP host pdc1 or host bdc1 and watch that.  I then
login to another console screen with a regular user name.  I don't see
any traffic going to either pdc or bdc box.

Any thoughts?

-- 
Ray Seals [EMAIL PROTECTED]

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


Arp cache needs clearing or machine stops responding

2003-03-31 Thread Ray Seals
I have a FreeBSD 5.0 box running IPFW in the OPEN configuration mode. 
Using natd to hide my inside addresses.  The Internet connection will
work fine for about 5 minutes and then stop.  When I mean stop, the
internal interface will allow me to ssh to it but when I try to ping
something on the Internet, no response.  The only way to get it to work
again is to clear the arp cache for the default gateway entry. 
Currently I have a cron job setup to clear it every minute.  

Any ideas on why this would happen?
-- 
Ray Seals [EMAIL PROTECTED]

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


Re: Instaling on a Compaq Proliant with SmartArray 221

2003-02-08 Thread Ray Seals
I just installed 5.0 on a Compaq 360 with no problems.  It booted from
the CD just fine.  It has a SmartArray controller in it also.  I should
be able to test it on a DL 380 soon.

I did have problems with an old Compaq Proliant Dual Pentium Pro box
with SmartArray controller.  I had to boot from a floppy.

Ray

On Sat, 2003-02-08 at 14:32, Daxbert wrote:
   I'm having problems with Compaq Hardware as well.
 
  I don't know if this helps you, but the Compaq SmartArray Adapters have
  a service partition which must be the boot-partition.
 
  Only installed linux on these machines so far. I know that you have to
  configure the boot-partition for your OS but don't remember if freebsd
  was an option.
 
 Actually you don't.  The Compaq diagnostic partition doesn't have to be installed.  
I've installed W2K, Linux, and FreeBSD 4.x w/o
 the diagnostic partition.  It can make your life easier, because you then don't need 
the Smart Start CD to make BIOS changes, but
 that's about it.
 
 My problem is with FreeBSD 5.0.  Obviously something has changed, which is keeping 
5.0's install CD, from booting on certain Compaq
 hardware.
 
 --daxbert
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
-- 
Ray Seals [EMAIL PROTECTED]


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



Re: FreeBSD stuff

2002-12-23 Thread Ray Seals
I can highly recommend http://www.bsdmall.com Chris runs a good shop
over there.  I can also recommend their training.  I went to training in
Salt Lake City in June.

I can also recommend http://www.freebsdmall.com.  I haven't ordered
anything from them in a while but I have had good luck in the past.

Ray

On Mon, 2002-12-23 at 00:29, Morten olson wrote:
 Hi. Where can i buy some FreeBSD stuff.. like FreeBSD t-shirt
 
 Morten olson
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
-- 
Ray Seals [EMAIL PROTECTED]


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



Re: About Evolution?

2002-12-22 Thread Ray Seals
I run evolution on my FreeBSD 4.7 laptop.  I have installed it out of
the ports collection with no problems.

Ray

On Sat, 2002-12-21 at 23:33, Mark-Nathaniel Weisman wrote:
 Hey all,
   Does anyone know if there is a ported copy of Evolution for FreeBSD? Or 
LinNeighborHood? I need both of those apps to work, and I get tons of errors with 
both of these apps when I try to install them under FreeBSD v4.5 with KDE. Any help?
 
   His Servant, 
   Mark Weisman
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message
-- 
Ray Seals [EMAIL PROTECTED]


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



Any word on FreeBSD 5.0 release

2002-12-17 Thread Ray Seals
I know that RC 1 was released and was wondering which mailing list would
have any traffic concerning the issues and what's going on with 5.0.

-- 
Ray Seals [EMAIL PROTECTED]


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



Re: FreeBSD and Wireless Networking

2002-07-25 Thread Ray Seals

I have been able to connect my FreeBSD 4.6 Laptop to both Cisco Aironet
access points as well as the cheaper Linksys WAP11 (which I own).  I
have used both Intel Wireless PCMCIA nics as well as Linksys.  The Intel
card was a little tricky but I was running FreeBSD 4.4 then.  It's much
better under 4.6

Ray


On Thu, 2002-07-25 at 16:29, MET wrote:
 Does FreeBSD allow and or follow the standards for wireless networking?
  
 - Matthew
  
  
 /**
  
   Matthew Metnetsky
  
   [EMAIL PROTECTED]
  
 **/
-- 
---
Linux is for people who hate Microsoft.
BSD is for people who love UNIX.


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



Re: Problems saving documents in StarOffice 6.0

2002-07-22 Thread Ray Seals

I found a fix and it's bizarre but it works:

touch /usr/compat/linux/etc/mtab

StarOffice needs this zero length file to work.  I did that and it works
like a dream.

Ray


On Mon, 2002-07-22 at 12:16, Tim Pozar wrote:
 On Sat, Jun 08, 2002 at 09:58:34PM -0500, Ray Seals wrote:
  I purchased StarOffice 6.0 and have installed it on my FreeBSD 4.5
  laptop.  I can successfully open up .xls .doc and other files.  I can
  print these documents to my network laser printer.  The problem begins
  when I try to save a document.  Every time that I try to save a document
  I get this error message:
  
  /home/trseals does not exist
  
  Which is correct, because it should be /usr/home/trseals.  Does anyone
  have a similar problem.  I have installed StarOffice as both my user and
  as root to see if the problem is different, but it still won't let me
  save a document.
 
 Yup. It has a problem seeing directories.   In the dialog box they
 look like zero length files.
 
 I bought the package too as I was hoping they fixed this as I
 reported it to them in the Beta period.  They didn't.  When I
 reported it to them last week I got the email below today.  Looks
 like we are S.O.L. from Sun on this. 
 
 Is this a known Linux emulation problem?  Arguments being passed
 back to Staroffice in ways it wasn't expecting?
 
 Tim
 --
 From: Sun Microsystems [EMAIL PROTECTED]
 To: Tim Pozar Pozar [EMAIL PROTECTED]
 Date: Mon, 22 Jul 2002 13:50:31 (GMT)
 X-MSMail-Priority: Normal
 X-mailer: AspMail 3.53 (SMTPD1B712)
 Subject: Answer for your Support Request CaseID #3339, Customer ID: 3000421
  
 Thank you for using our StarOffice Support Service.
  
 The following solution to your support case number #3339 is:
 
 Your question:
 I am experiencing problems with StarOffice under FreeBSD.
 
   [I actually gave them a very detail run down of the problem.
   I don't know how it got trimmed down to this. - Tim]
 
 Our answer:
 StarOffice was not developed, tested, or is available for the
 operating system FreeBSD. Problems which occur with FreeBSD cannot
 be traced or checked, since this platformis not supported or available
 inhouse.
 
 StarOffice supports the following operating systems:
  
 - Windows 95 / 98 / NT / ME / 2000 / XP
 - Linux (starting with Kernel 2.2.13 and glibc2 2.1.3)
 - Solaris (starting with Version 7, recommended is Version 8)
  
 Sparc processor:
 - Solaris (starting with Version 7, recommended is Version 8)
  
 Since this request involves a non-technical-based inquiry or a
 problem which could not be completely solved, this request will not
 be charged for. If you have used your Freecall for this particular
 support case, this option will be renewed so that you can reuse
 this call for a new request.
  
 We hope that your request has been resolved to your satisfaction.
 If you are not pleased with the solution provided (as long as this
 is technically possible), we would like to offer you the possibility
 to reopen this problem under the corresponding support case number
 #3339. In this case, please contact us either by phone or use our
 online support request form at
  
 http://www.support-central.de/staroffice
  
 ATTENTION: Please do not reply to this e-mail address because this
 address is used only to automatically send mail and therefore is
 not controlled by our engineers.  Shortly you will be receiving a
 survey based on the quality of our support service. We would greatly
 appreciate your input based on your experience with our support
 service ??? this naturally includes critic and helpful suggestions
 to improve our service.
 
 Please note that further questions about this particular case cannot
 be asked under this support case number #3339. Therefore, if you
 still have questions regarding this or other StarOffice problems,
 you will need to open a new support request.
  
 Sincerely,
  
 Your StarOffice Product Support Team
 Sun Microsystems, Inc.   
   
 
 -- 
   Snail: Tim Pozar / LNS / 1978 45th Ave / San Francisco CA 94116 / USA
POTS: +1 415 665 3790  Radio: KC6GNJ / KAE6247
 It's a damn poor mind that can only think of one way to spell a word.
 - Andrew Jackson
 What is wanted is not the will to believe, but the will to find out,
 which is the exact opposite. - Bertrand Russell, Skeptical_Essays
 
-- 
---
Linux is for people who hate Microsoft.
BSD is for people who love UNIX.


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