Re: Linux kernel on FreeBSD

2004-12-10 Thread Rod Person
On Friday 10 December 2004 5:16 pm, Jerry McAllister wrote:
  Jeff Lawlor wrote:
   Cisco VPN.
 
  Port:   vpnc-0.3.2
  Path:   /usr/ports/security/vpnc
  Info:   Client for Cisco 3000 VPN Concentrator
  Maint:  [EMAIL PROTECTED]
  B-deps: expat-1.95.8 gettext-0.13.1_1 gmake-3.80_2 libgcrypt-1.2.0_1
  libgpg-error-1.0_1 libiconv-1.9.2_1 perl-5.8.5
  R-deps: expat-1.95.8 gettext-0.13.1_1 libgcrypt-1.2.0_1
  libgpg-error-1.0_1 libiconv-1.9.2_1 perl-5.8.5
 
 
  This one? I have no idea what this thread is about, but that's in ports.
  Wouldn't Linux emulation work anyway?

 I think it was sort of a newbie question from someone who has yet to
 learn about ports and also the Linux emulation available in FreeBSD.

Not to be overly critical here, but if the original poster is try to use the 
Cisco 5000 vpn client, you need Linux kernal headers to build it from source.
The pre-built version won't run on FreeBSD (although I haven't tried it since 
4.8 or so).

My company requires the Cisco 5000 client to connect to our vpn. The 3000 
client will not work for us. I tried for sometime to build the 5000 client, 
but I could never get it to build properly on FreeBSD.

-- 
Rod


I have to struggle with wanting to kill you every day
 - Horsey


___
[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 Rod Person
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


pgphhNDTO6QGV.pgp
Description: PGP signature


Re: mouse whell

2004-12-03 Thread Rod Person
On Friday 03 December 2004 12:49 pm, Luís Vitório Cargnini wrote:
 Hi i have noticed this before, and tryed some workarunds but nothing
 works for.
 I have a Genius NetScroll+ PS/2 and my whell doesn't work. I have
 Buttosn 5 and ZAxisMapping on xorg.conf my moused have flags high and z
 4 5 but nothing this make my mouse whell works. It start to happen since
 i migrated to 5.1 now i'm using 5.3.
 What could i do ?

I've been having the same problem. I changed it to buttons 6 7 and that 
worked for sometime, but now it stopped again.

It would seem that something else is in the xorg conf conflicts with this 
setting. 

I'm looking for a solution still.


Rod

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


Sed Help.....

2004-11-10 Thread Rod Person
I trying to write a script that will make it easier for a friend that I 
finally talked into trying Freebsd setup a desktop.

This part of the script is suppose to change the line in the ttys file
to allow kdm to start on boot. 

Here is the relavent code:

KDMLINE=/usr/local/bin/kdm -nodaemon
REPLACELINE=/usr/X11R6/bin/xdm -nodaemon

sed -e s/$REPLACELINE/$KDMLINE/g /etc/test/ttys  /etc/test/new

Here is the error I'm getting:
sed: 1: s//usr/X11R6/bin/xdm -n ...: bad flag in substitute command: 'X'

I can't seem to figure this out and the only things I've found in
searching is that sed had a problem with replacing strings over
4096 bytes, but I don't think this is the cause and all those post
were years old.

This is on FreeBSD 5.3.

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


Re: Sed Help.....

2004-11-10 Thread Rod Person
On Wednesday 10 November 2004 7:58 pm, mailing lists at MacTutor wrote:
 Rod,

 Take a look at what the shell replacement is actually doing. If you
 were to write the line manually it would look like this:

 sed -e 's/\/usr\X11R6\/bin\/xdm/\/usr\/local\/bin\/kdm/g' ...

 Right?

 But the shell doesn't escape the path separators (slashes). You need to
 escape them yourself in the variable assignments. Like this,

 KDMLINE='\/usr\/local\/bin\/kdm'
 c

 And if there is only one occurrence per line, then you don't need the
 'g' modifier.

 Hope that helps.

 Alex


Thanks Alex and Miguel...

I hate when you look at something for hours and it something you know you 
should have known! I had at one point had the variables with double qoute and
even tried to escape the qoutes!!

Thanks again

Rod...

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


Re: cdbakeoven doesn't see atapi burner

2003-11-14 Thread Rod Person
On Friday 14 November 2003 06:42 am, It was written:

 Ok... some of this was black talk to me. I just tested cdbakeoven as root,
 and the devices was recognised. So I get the it's something about
 permission-part. What I don't get is the cdrdao-thing; it's a tool/app/
 port, right? Don't have it installed.

cdrdao - CDR Disk At Once, the tool that allows you to record the entire cd at 
once instead of track by track. I believe that cdbakeoven uses this tool to 
detect the records, most of the other KDE recording apps do. I could be 
mistaken it been sometime since I used cdbakeoven.


 But what is it I need to change the permission for? Do i need to set
 cdda2wav, cdrecord and cdparanoia to SUID? Or is it some device I need to
 set the r-bit for in dev/?

the user will need to be in the group that has access to the cd burner device, 
most likely operator. That group will need rw access to the device. As for 
cdrecord and cdparanoia I've not used them so I'm not positive how they work.

-- 
Rod

@ Home So No Cool Signature
AIM: TheRealRoddieRod
Yahoo:RoddieRod
http://opensourcebeef.bsd.st

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


Re: cdbakeoven doesn't see atapi burner

2003-11-14 Thread Rod Person
On Friday 14 November 2003 07:45 am, It was written:
 On Friday 14 November 2003 12:53, Rod Person wrote:
  On Friday 14 November 2003 06:42 am, It was written:
   Ok... some of this was black talk to me. I just tested cdbakeoven as
   root, and the devices was recognised. So I get the it's something
   about permission-part. What I don't get is the cdrdao-thing; it's a
   tool/app/ port, right? Don't have it installed.
 
  cdrdao - CDR Disk At Once, the tool that allows you to record the entire
  cd at once instead of track by track. I believe that cdbakeoven uses this
  tool to detect the records, most of the other KDE recording apps do. I
  could be mistaken it been sometime since I used cdbakeoven.

 cdrdao isn't a dependency for cdbakeoven nor KDE.

http://cdbakeoven.sourceforge.net/software.php

it's listed as a requirement on the web site for cd bake oven.

-- 
Rod

@ Home So No Cool Signature
AIM: TheRealRoddieRod
Yahoo:RoddieRod
http://opensourcebeef.bsd.st

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


Re: cdbakeoven doesn't see atapi burner

2003-11-13 Thread Rod Person
On Wednesday 12 November 2003 11:47 am, It was written:
 On Wednesday 12 November 2003 17:13, Charles Howse wrote:
   Try reading 'man atapicam'. It tells you what needs to be done.
 
  Actually, I read the Handbook section on CD's, added device atapicam to
  my kernel config file, rebuilt the kernel.
  Now my burner is detected in scanbus.

 Hmm... interesting. I've done everything described in man/handbook. The
 drives shows up (correctly) in dmesg and with camcontrol. So *why* will
 cdbakeoven not detect the drives?

did you try running cdbakeoven as root? if you run it as a normal user you 
need to have the correct permissions set to cdrdao for it to be able to 
detect the drive.


-- 
Rod

@ Home So No Cool Signature
AIM: TheRealRoddieRod
Yahoo:RoddieRod
http://opensourcebeef.bsd.st

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


problem with tar on 5.1?

2003-11-08 Thread Rod Person
according to the man page for tar --exclude-from and -X are supported.
This command does not do what I expected it to do:
 tar -cz -f/usr/local/tmp/RoddieRodHome.tgz /home/roddierod 
--exclude-from=/home/roddierod/.pan

Now I would expect that this would create a tar gzip file called 
RoddieRodHome.tgz and tar ball of my home with every thing but the files in 
.pan. But it does include the .pan directory.

Is the --exclude-from not supported even though it is in the manpage?

TIA

-- 
Rod

@ Home So No Cool Signature
AIM: TheRealRoddieRod
Yahoo:RoddieRod
http://opensourcebeef.bsd.st

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


Re: free (or cheap) smtp server accounts?

2003-10-17 Thread Rod Person
On Wednesday 15 October 2003 04:24 pm, Nuno Teixeira wrote:
 Hello to all,

 I'm having a lot of problems with my ISP smtp server and I decided to find
 a smtp service but for what I see it is rare to find one. You can find a
 lot of pop3 services but few smtp ones.

 I found one smtp.com but it is a little expensive for me.

 Does anyone knows any?

 Thanks very much,

I'm not sure what your looking for exactly, but www.hotpop.com offers FREE pop 
and smtp access. There are also pay accounts too. I have been using it for 5 
or so years now.

-- 
Rod

@ Home So No Cool Signature
http://opensourcebeef.bsd.st

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


Re: XFree86 woes

2003-10-16 Thread Rod Person
On Thursday 16 October 2003 03:54 am, Matthias Pirstitz wrote:
 Hi all,

 I'm new to FreeBSD, so please bear with me :)

 I have a Fujitsu Amilo-D notebook with a Radeon Mobility M9 card, and
 when I try to start X, it crashes with Caught signal 11.  Server
 aborting.

 There are no other error messages, only the following warning:
 RADEON(0): Bad V_BIOS checksum.

 I tried both FreeBSD 5.1 and 4.8.

I'm using a ATI Mobility Radeon on FreeBSD 5.1. I've had no problems at all.
What drive are you using in XF86Config, the 'ati' or the 'radeon'.

-- 
Rod

@ Home So No Cool Signature
http://opensourcebeef.bsd.st

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


Re:FreeBSD G3

2003-10-16 Thread Rod Person
On Wednesday 15 October 2003 11:44 pm, lawrencejr johnson wrote:
 Hello,

 I'm would like to install BSD on my old G3 Powerbook Laptop. Whare can I
 find out How to do this, if it is possible ?

Try Darwin. FreeBSD is not running on the G's yet.
-- 
Rod

@ Home So No Cool Signature
http://opensourcebeef.bsd.st

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


Re: Windows XP and FreeBSD 4.4 on the same hard drive

2003-10-14 Thread Rod Person
On Tuesday 14 October 2003 04:48 pm, Walt Haynes wrote:
 I am currently running Windows XP Professional on a HP Pavilion with a
 27.95GB hard drive which I've partitioned with FDISK. Windows is in the
 primary DOS partition (about 7GB)  on disk drive C and the extended DOS
 partition had three logical drives (D, E, and F) defined in it; they are
 7.3GB, 7.3GB, and 6.3GB respectively. I want to create my FreeBSD
 environment in the first logical drive (D). I know the starting and ending
 sector numbers so that I won't overwrite any data already on the drive.
 Does this sound reasonable ? And will I be able to install FreeBSD's boot
 manager to give me a choice of which OS I want to come up ? I'd really like
 to do this right the first time.

It been quit some time since I've used 4.4 or installed FreeBSD with DOS 
partitions that existed, so someone can correct me if I am mistaken. As 
memory serves me you can install FreeBSD into a extended DOS partition.

I would delete the partition that you want FreeBSD to be in. Then when you 
install FreeBSD let it take care of the formating for you.

Otherwise, you should have no problem.

-- 
Rod

@ Home So No Cool Signature
http://opensourcebeef.bsd.st

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


Re: Windows XP and FreeBSD 4.4 on the same hard drive

2003-10-14 Thread Rod Person

 It been quit some time since I've used 4.4 or installed FreeBSD with DOS
 partitions that existed, so someone can correct me if I am mistaken. As
 memory serves me you can install FreeBSD into a extended DOS partition.

Sorry that should have been can't

-- 
Rod

@ Home So No Cool Signature
http://opensourcebeef.bsd.st

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


Re: xmms-arts plugin

2003-09-11 Thread Rod Person
On Thursday 11 September 2003 03:11 am, Bjarne Wichmann Petersen wrote:
 You don't *need* it, but xmms will lock the sound-device while playing and
 thus hindering kde-apps using it. One solution is to use vchans, but it
 sound *awfull* with my HW. An arts-plugin to xmms would be really nice, but
 I never got the plugin working apart from crashing everythin IIRC.

To do this you need to use sysctl and set hw.snd.pcm.vchan and 
hw.snd.maxautovchans.

I have mine set to four. So I have 4 channels for audio.

Then you can use KDE control panel to set Sound I/O to use a custom sound 
device. Set it to /dev/dsp0.1 and KDE sounds will go through this device, 
leaving XMMS to have it's own device.

-- 
Rod

@ Home So No Cool Signature
http://opensourcebeef.bsd.st

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


Re: Images of FreeBSD

2003-09-06 Thread Rod Person
 On Saturday 06 September 2003 09:15 pm, Kevin Kinsey, DaleCo, S.P. wrote:
  From: Virgil [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Saturday, September 06, 2003 8:53 PM
  Subject: Images of FreeBSD
 
 
  I would like to know if their is any way I can find any images of
  what the desktop looks like in BSD, I have searched extensively for
  days and tried numerous ways to contact others and can't find

Here are some of my KDE desktops
http://opensourcebeef.bsd.st/osb/desktop.html

-- 
Rod

@ Home So No Cool Signature
http://opensourcebeef.bsd.st

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


Help setup home network when gateways, ip asigned by DHCP

2003-08-21 Thread Rod Person
I have been trying to setup a home network for some weeks now. Here is
the setup

 --- --  ---
|Cable Modem|---|Gateway/Server||Cisco Poweredhub|--|FreeBSD|
 --- --    ||Laptop |
   | ---
   ||win XP |
   | --- 
   |  
   | 2 other
 win ws

My problem is that my gateway get its external ip address via DHCP.
I can't figure out how to setup ipfw rules to use DHCP addresses.

Here are the portions of rc.ipfw:

oif=fxp0
onet=? this is assigned via DHCP
omask=255.255.255.240 - Should I change this?
oip=

#inside interface
iif=fxp1
inet=192.168.0.1/24
mask=255.255.255.0
iip=192.168.0.1

If someone can point me in there right direction I be really grateful.
I can't find and discussion on this anywhere.



-- 
Rod

@ Home So No Cool Signature
http://opensourcebeef.bsd.st

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


Re: A big favor..

2003-08-17 Thread Rod Person
On Sat, 16 Aug 2003 22:31:36 +
unknown name [EMAIL PROTECTED] wrote:

 Hello,
 
 I would like to try to tell you that i dream of having an email with 
 FreeBSD.org =$, i know im it sounds crazy,
 but i would like so much to have an email with FreeBSD.org, just a
 foward, not mailbox, just a simple forward...
 hehehe i just tried to say it as best as i can...bye :o)
 

Well if you use Open Domain Server (www.ods.org), you could set up your
own mail server and create an alias the ends with free-bsd.org. Without
contributing code that about the closest you can get.


-- 
Rod

@ Home So No Cool Signature
http://opensourcebeef.bsd.st
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Need help with mldonkey, Anybody...

2003-08-17 Thread Rod Person
On Mon 18 Aug 2003 00:01:44 +0200
kristof [EMAIL PROTECTED] wrote:

 Hi,
 
 I'm trying to get mldonkey working but I don't really know what I'm
 doing wrong. Fisrt I got the error of no servers in servers.ini but
 was able to solve this by copying the servers.ini in the ../distrib
 dir over the other ones. now I can see a list of all the servers in
 the browsers but I don't seem to be able to connect to them. In the
 following you can see my start up messages, and as you can see there
 is an error in it...could it because of this error things go wrong and
 how do I solve it?
 
 Also when I run the command mlgui, wich should start the gui version
 of mldonkey (if not I'm way off target then) it just does the same as
 the command mlnet and doesn't start the gui.
 

I don't know if this is much help, but try switching to port 6348 or
6346. I used mldonkey for awhile but found it slow. I switched to xmule
and gtk-gnutella. gtk-gnutell is faster than xmule and mldonkey.

Otherwise the servers may just be down
-- 
Rod

@ Home So No Cool Signature
http://opensourcebeef.bsd.st
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


root account expired error.

2003-07-30 Thread Rod Person
I don't know what happened, but here it is.

I added a new user. After the adduesr finished I got an error that the
directory /var/spool/mail/newuser could not be created. That seems to
have hosed something, because after that another user account's password
was lost/changed. I used passwd command to fix that.

Now when I long in as my normal user account and try to su to root I get
the error message sorry account expired. I can still long in as root,
I just can't su to root. So how do I unexpire the root account.

-- 
Rod

@ Home So No Cool Signature
http://opensourcebeef.bsd.st

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


FreeBSD and OSX applications

2003-07-29 Thread Rod Person
Today I went to an Adobe seminar. All demos where done on OS X. I kept think that it 
looked a lot like KDE and of course I got to thinking...

Can applications such as Acrobat and Illustrator run on FreeBSD? Since OS X userland 
is based on FreeBSD it seemed to me there should be a chance of it, is there? I'm 
think these would not be as hard, but do to the MACH kernel on OS X, I'm not sure. 
Does anyone know? I also wonder if this would work with Darwin either. But the last I 
tried Darwin it would not run on my hardware. I'm I just crazy or is there a chance of 
this?

I also wonder is there a OS X emulator anywhere in the works or future?


-- 
Rod

@ Home So No Cool Signature
http://opensourcebeef.bsd.st

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


Re: Dynamic Hostname Assignment

2003-07-25 Thread Rod Person
On 25 Jul 2003 03:49:15 +
Shawn [EMAIL PROTECTED] wrote:

 On Fri, 2003-07-25 at 03:37, Rod Person wrote:
  I assume your isp uses DHCP. If so, did you try ifconfig_xl0=DHCP in your 
  /etc/rc.conf.
 
 First that's already set, I selected DHCP configuration of the network
 interface during setup and installation. That's how my IP address gets
 assigned. It's only the hostname that isn't being dynamically assigned
 for some reason. This is what puzzles me because previous Linux
 distributions I've used have all done this without any extra
 intervention on my part.

Does you host name get set to anything at all? Did you accidently set the hostname in 
your rc.conf in /etc or /etc/defaults? If that not set may host name becomes a 
hostname set by DHCP which is a long string containing the ip address. Only if I've 
set hostname to something else do it give me something else.


-- 
Rod

@ Home So No Cool Signature
http://opensourcebeef.bsd.st

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


Re: Dynamic Hostname Assignment

2003-07-24 Thread Rod Person
On 24 Jul 2003 21:03:13 -0500
Shawn [EMAIL PROTECTED] wrote:

 When I recently installed and setup FreeBSD 5.1 on my box here at home,
 I noticed that it didn't dynamically set the hostname for me. When I
 used RedHat Linux 9 before it did.
 
 Any suggestions?

I assume your isp uses DHCP. If so, did you try ifconfig_xl0=DHCP in your 
/etc/rc.conf.

-- 
Rod

@ Home So No Cool Signature
http://opensourcebeef.bsd.st

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


Still fighting with Lazarus IDE

2003-07-18 Thread Rod Person
I've built lazarus from the cvs source. 
I have fpc 1.0.10 installed.

When I drop a component on a from, such as a button a click on the button to access 
the buttons OnClick event I got the error that it can't find unit buttons. I've added 
/usr/local/lib/lcl/units/freebsd to the units path under the run compiler options but 
that does no good.

Any suggestion?

-- 
Rod

@ Home So No Cool Signature
http://opensourcebeef.bsd.st

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


Key Mapping problem after build world

2003-07-11 Thread Rod Person
I'm running 4.8 stable. I did a buildworld a few days ago. Since then I
have been unable to log into the console.

If I try to log in as root, when I type root it comes out as r66t.

Lucky, I boot into kdm and that still works. Has anyone seen this before
and have a way to fix this.

-- 
Rod

@home therefore no cool signature


Home Of Open Source Beef
http://opensourcebeef.bsd.st/index.html

FreeBSD User since 1999

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


Re: Does Bill Gates own any of those Linux distributions firma?

2003-07-04 Thread Rod Person
On 04 Jul 2003 07:11:59 +0200
Joachim Dagerot [EMAIL PROTECTED] wrote:

 On Fri, 2003-07-04 at 01:31, Niel wrote:
  Does Bill Gates own any of those Linux distribution firms?
  Maybe under a cover name?
 
 I haven't heard such a thing, but as a conspiracy-lover it sounds not
 unreasonable.

didn't m$  have a stake in corel. but that distro failed.
-- 
Rod

@home therefore no cool signature


Home Of Open Source Beef
http://opensourcebeef.bsd.st/index.html

FreeBSD User since 1999

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


Re: Need guidance in choosing mail-client

2003-07-02 Thread Rod Person
On Thu, 29 May 2003 10:34:39 +0200
Joachim Dagerot [EMAIL PROTECTED] wrote:

 
 Based on the two criterias above (Possibility to have multiple sender
 addresses on one account, and messages sorted in threads) can you give
 me some hints on good software?


Sylpheed-Claws
-- 
Rod

@home therefore no cool signature


Home Of Open Source Beef
http://opensourcebeef.bsd.st/index.html

FreeBSD User since 1999

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


NFS mount problem - can't get net id for host

2003-06-29 Thread Rod Person
I'm trying to setup a nfs share on my server. I'm trying to connect from
a laptop to that share. The laptops ip address is assigned via dhcp.

I try to connect to the share with the command
mount -v servername:/mountpoint /mnt

and get the error: nfs: can't get net id for host

/etc/exports

/data_drive/public  -alldirs

/etc/hosts.allow I have even added

portmap : ALL : allow

in attempt to mount the share, but I still get this error.

Any hints or tips?

-- 
Rod

@home therefore no cool signature


Home Of Open Source Beef
http://opensourcebeef.bsd.st/index.html

FreeBSD User since 1999

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


Re: Silly KDE question

2003-06-29 Thread Rod Person
On Sun, 29 Jun 2003 14:54:02 +0100
Matthew Ryan [EMAIL PROTECTED] wrote:
 Can I copy the .kderc and .kde files from one home directory to
 another? Are there any other files I will need to copy.
 Or do I have to start over.

You can most likely do this. I've done similar things. You'll need to
chown the all files to the user your copying them too. I have KDE 3.1
and there is .kde2 that you may need.

-- 
Rod

Home Of Open Source Beef
http://opensourcebeef.bsd.st/osb/Index.html

FreeBSD User since 1999

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


NFS - Problem 2 today, NFSPROC_NULL error

2003-06-29 Thread Rod Person
ok,

when trying to make a nfs connect to the server, I get the following
error.

NFSPROC_NULL: RPC: Unable to receive; errno = Connection refused

Nothing is written in /var/messages on the server. So I'm not sure what
to do.

I tried starting nfsiod on the client and still the same error. I'm
assuming this is a client problem and not a server problem.

Googling this error return nothing of use. So I'm stuck at what to look
at now.

The Client is a FreeBSD 4.8-stable laptop and the Server is 4.7.


-- 
Rod

@home therefore no cool signature


Home Of Open Source Beef
http://opensourcebeef.bsd.st/index.html

FreeBSD User since 1999

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


Small Database Software Recommendation

2003-06-21 Thread Rod Person
Hi Guys,

I'm looking for a small database application to create a database of all
may dvds and cds. I think mysql my be too much overkill, since it would
be running on my laptop. Any suggestions.

TIA

Rod

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


Re: Free Pascal and Lazarus

2003-06-18 Thread Rod Person
On Wed, 18 Jun 2003 06:00:15 +0200 (CEST)
P. U. Kruppa [EMAIL PROTECTED] wrote:
 Marco van de Voort mailed me yesterday, you would need the latest
 version of fpc, which hasn't been ported to FreeBSD yet.
 One could try to install the latest linux binaries.
 
 I didn't have the time to try it myself yet.
 
 Regards,

Yes, I was pointed to the posting discussing this.
I download fpc 1.0.8 and the Laraus binary from Marco's site.
I got it to start up, but it not finding the units directory.
I'm going to try to get it to work tonight.

Rod

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


Re: television cable internet service

2003-06-17 Thread Rod Person
On Tue, 17 Jun 2003 10:33:43 -0700
[EMAIL PROTECTED] wrote:

 Greetings fellow B.S.D. enthusiasts.   Recently, I requested installation
 of a television cable at my home in Sacramento, California.  The cable
 operator is Comcast.  I requested connection of the television cable to my
 computer, which is a service that the operator advertises profusely.  The
 telephone sales representative assured me that all things are possible,
 including both a Unix operating system, and an in-house L.A.N.  The
 installation technician spent some time installing the cable, then attached
 it through a Motorola DOCSYS modem to the NIC board on the computer.  The
 computer saw the cable network, but the cable refused to accept a logon
 request from the computer.  The technician said that he believed that
 neither B.S.D. nor any other Unix, nor any Microsoft product that could be
 programmed to act as a server was acceptable.  Has any other person had the
 same problem?  How did you solve it?  If I insist on a B.S.D. connection,

Well that all sounds like crap to me. I have comcast in Pgh, Pa. area. All I had to do 
was enable dhcp client on my laptop and BAM i was online. I have an old pentium pc 
connected to the same cable modem connect via a hub running as a web server. So it 
sound more of a tech that wasn't to technical.

My brother had a tech come to his house to install his cable modem and his tech could 
not set it up on Windows 98, they told him to reinstall windows.

I too, had a windows pc laying around for the tech to setup on, I think that's the 
easiest way. I would assume that that's what they are trained on.

Rod

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


Free Pascal and Lazarus

2003-06-17 Thread Rod Person
Is anyone using Free Pascal and Lazarus on FBSD?

I've download source for Lazarus but can't get it to build on 4.8 with the version of 
free pascal in the ports.

Any help would be useful

thanks

Rod

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


Re: Starting applications

2003-06-12 Thread Rod Person
On Wed, 11 Jun 2003 19:39:15 -0600
Ken Thompson [EMAIL PROTECTED] wrote:

 I have FreeBSD 5.0 installed and working pretty good but being so new to it I 
 find myself a bit lost.
 I used the portinstall webmin command and it looked for all the world like it 
 grabbed the package, compiled it and installed it. Now I can't get it to 
 start and can't seem to find any executible or any command to make it start 
 (service webmin start in Mandrake 9.0).. I have the same problem with Apache, 
 it's not started during boot and I can't figure out how to get it started..
 Can someone rescue me??

/usr/local/sbin/apachectl -start will start apache manually

/usr/local/lib/webmin has the setup script but if you installed from ports it should 
have prompted you with the default port to connect to. Start you web browser and 
connect to http://localhost:portnumber if you set for secure connections use https

Rod

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


Re: Setting-up FreeBSD 4.6 on my computer !

2003-03-31 Thread Rod Person
On Tue, 01 Apr 2003 01:19:19 +
[EMAIL PROTECTED] wrote:

 Hello,
 I bought FreeBSD 4.6  OS which includes 4 discs  and FreeBSD Toolkit 
 I know my message is long , but I don't know what to do .
 
 Thanks . 
Maher

I don't remember the exact version of X the came with 4.6, but from you email I'd 
suggest that you try setting up X by using either:

XF86Setup - a graphic configuration interface
xf86config - text based

From you email it sounds as if XF86Setup would be easier for you.

Also, on the pentium 166 machine, I think you should try a different window mananger. 
I think KDE my be to large for that machine. I'd try windowmaker.

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


Help setting up a home network with FreeBSD

2003-03-29 Thread Rod Person
Hello,

for the last week I have been trying to set up a home network with FreeBSD.

Here is what I have:
FreeBSD 5.0 server 2 nics
FreeBSD 4.8 workstation
Windows XP machine
Windows 98 machine.

I have been successful in setting up the 5.0 server to connect to my verizon dsl 
account. I've configure the kernel for use as a firewall and set this up as a gateway 
machine. I like the 2nd nic to connect to my hub and server dhcp addresses to the 
other machines on the network.

I been searching for a tutorial or how-to but nothing I have read has been successful 
it letting the the other machines to access the internet via the server.

Can someone point me in the right direction to a good how to or supply me with some 
tips.

TIA

Rod

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


Re: Help setting up a home network with FreeBSD

2003-03-29 Thread Rod Person
On Sat, 29 Mar 2003 20:53:30 +
Andrew Boothman [EMAIL PROTECTED] wrote:

So can the server talk to the Internet perfectly fine? Can the other machines talk 
to the server?

No the other machines can not talk to the server. I even tried to ping the server by 
server name but nothing.



 Do you need to use NAT to connect the other machines or do Verizon give you 
 multiple IPs. If you need NAT, you should simply be able to set 
 gateway_enable=yes
 natd_enable=yes
 natd_interface=name of external interface
 natd_flags=-dynamic -deny_incoming


Yes I was trying to use NAT. My natd_flags are different from yours. I try these.

 
 Then if your server is set us the default router for your other machines, 
 everything should just work! You'll need to set-up the IPs of the other 
 machines by hand and you'll also need to give the machines the IP of 
 Verizon's DNS server. But you can begin to check that everything works by 
 pinging around with IP addresses only.
 


This may be my problem here. I was trying to get DHCP to work. Not that I really 
wanted it but thought that I did. So if I hard code the addresses I may have better 
luck. I will give this a try

Thanks

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


Help Troubleshooting Network problem

2003-03-24 Thread Rod Person
Hi all,

I have a DSL connection and a Intel EtherPro 10/100 network card running FreeBSD 4.8 
pre-release.

I have noticed that sometimes when I'm downloading overnight, something like an iso 
image or something large that make ppp load seems to overflow and stop working. 

What happens is that all application that use a network connection lock up. 
Applications such as email web browser etc. I have to Kill the ppp pid and all 
application accessing it and restart them.

I know this isn't the best description but can someone give me an idea on what to look 
at to try and trouble shoot this. I've never had this problem before with any release. 
I've even used 5.0 for awhile on this machine and had no such problem.

Rod

-- 
If you want to terrorize the world, you need the CIA.
  - Ralph McGhee, CIA Operative

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


Anyone use a commercial X-server?

2003-03-22 Thread Rod Person
I was wondering if anyone is using a commercial x server such as Xig or Metro-X with 
4.7 or 5.0 and if so, what are you thought vs Xfree?

Rod


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


Running Apps with wine...

2003-03-11 Thread Rod Person
Can anyone run anything with WINE. I have setup wine a tried apps using documentation 
from winehq, but none of the app that are listed as working work for me.

Anyone have any tip, hints or good place to find info on running anything on wine? Or 
someplace to find different examples of wine conf file?

TIA
Rod

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


Re: New Device inphy0??

2003-03-10 Thread Rod Person
On Sun, 9 Mar 2003 21:13:34 -0500
Matthew Emmerton [EMAIL PROTECTED] wrote:
 The inphy0 device is just one-half of a ethernet device, specifying the
 physical layer controller (which is often separate from the interface to the
 system).  You should have a network card identified just above this (such as
 fxp0, bge0, etc.)  It is this ethernet device which you should reference in
 your ppp.conf to enable your PPPoE DSL.


Oh, that explains it! I just switched from a 3Com card to an Intel card that is fxp0. 
It was the first time I really paid attention to my dmesg since I built world with 
4.8-prerealease and thought that might have something to do with it.

Thanks

Rod

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


New Device inphy0??

2003-03-09 Thread Rod Person
I looked at my dmesg output today and it seems that 4.8-prerelease is now picking up 
my built in Broadcom Ethernet card.

I now have this entry in demesg:

inphy0: i82555 10/100 media interface on miibus0
inphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto

I tried to switch my ppp.conf to use this device to connect to my DSL. NO LUCK :(

So I checked LINT and even the MAKEDEV entries and see no such device listed anywhere? 
Is it possible to use this device? If so how.

TIA

Rod


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


ATAPICAM problems in 4.7

2003-03-02 Thread Rod Person
Ok,

I just went back to 4.7 from 5.0. I'm trying to get the atapicam to work. I cvsup'd 
all may src. Did a make world and rebuild my kernel and added the device ATAPICAM. 
Everything went well!

Ok on reboot it doesn't list my cd or dvd as a scsi device.
camcontrol -devlist returns nothing. I even did a MAKEDEV cd0/cd1.

Now atapicam worked great in 5.0, is there something else I need to do to get it to 
work in 4.7? I can't seem to find documentation on needing to do anything else

TIA,

Rod

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


Re: ATAPICAM problems in 4.7

2003-03-02 Thread Rod Person
On Mon, 3 Mar 2003 04:18:19 +0100
Clement Laforet [EMAIL PROTECTED] wrote:

 On Sun, 2 Mar 2003 21:16:49 -0500
 Rod Person [EMAIL PROTECTED] wrote:
 
  Ok,
  
  I just went back to 4.7 from 5.0. I'm trying to get the atapicam to work. I 
  cvsup'd all may src. Did a make world and rebuild my kernel and added the device 
  ATAPICAM. Everything went well!
  
  Ok on reboot it doesn't list my cd or dvd as a scsi device.
  camcontrol -devlist returns nothing. I even did a MAKEDEV cd0/cd1.
 do you have :
 device  cd
 in your kernel config file ?

yes, I have that. Here are the related parts of my config flie...

# ATA and ATAPI devices
device  ata0at isa? port IO_WD1 irq 14
device  ata1at isa? port IO_WD2 irq 15
device  ata
device  atadisk # ATA disk drives
device  atapicd # ATAPI CDROM drives
device  atapifd # ATAPI floppy drives
device  atapist # ATAPI tape drives
device  atapicam# ATAPI SCSI emulation
options ATA_STATIC_ID   #Static device numbering


# SCSI peripherals
device  scbus   # SCSI bus (required)
device  da  # Direct Access (disks)
device  sa  # Sequential Access (tape etc)
device  cd  # CD
device  pass# Passthrough device (direct SCSI access)


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


Re: IDE LiteON CD-RW supported by burncd?

2003-02-26 Thread Rod Person
On Wed, 26 Feb 2003 12:42:30 -0500 (EST)
Michael Sharp [EMAIL PROTECTED] wrote:

 I understand ALL IDE CD-RWs are supported under FreeBSD, but has anyone
 actually used a CD-RW by LiteON ( http://liteonit.com ) and had sucess
 with it under burncd?
 
 I have the a 32x RW and it works great with FreeBSD 5.0, you have to use the 
camcontrol. 

Rod


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


How to tell if Port is blocked...

2003-02-22 Thread Rod Person
I'm running FreeBSD 5.0, I think that my isp have recently block ports on me. I know 
the block port 82. But is there a way I can test to see if other ports are blocked?

TIA,

Rod


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


Re: roaring penguin pppoe ?

2003-02-18 Thread Rod Person
On Wed, 19 Feb 2003 02:05:26 +0200 (WET)
Evren Yurtesen [EMAIL PROTECTED] wrote:

 did anyone try roaring penguin pppoe server on freebsd? any advice?
 

are you having some problem setting up pppoe? It quite simple to set up and works 
great. I've not found a need for roaring penguin.


Rod


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



Re: FreeBSD 5.0-RELEASE and pcm

2003-02-06 Thread Rod Person
On Thu, 06 Feb 2003 08:06:46 -0700
Lord Sith [EMAIL PROTECTED] wrote:

 Yeah, I got tired of having no success with the modules so I tried compiling 
 the sbc and pcm drivers directly into the kernel.
 
 Suprise! It now works.
 
 So why doesn't it work with the KLMs?
 
well as I understand it the default kernel doesn't have support for sound, so loading 
the module without kernel support does not work.
I'm not exactly sure but I believe that is it. Someone with more kernel knowledge may 
know better than I.

Rod


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



<    1   2