PPPoE question

2006-02-15 Thread Ian Barnes
Hi,

 

I am trying to setup my pppoe connection and I keep getting the following
error:

 

Gateway ppp[526]: tun0: Error: ipcp_InterfaceUP: unable to set ip address

 

My ppp.conf looks something like this:

 

default:

 nat enable yes

 nat same_ports yes

 nat use_sockets yes

 nat unregistered_only yes

 

dsl1:

 set log Phase Chat tun command

 set mru 1492

 set mtu 1492

 set device PPPoE:dc0# Where xl0 is your NIC code

 set authname [EMAIL PROTECTED]

 set authkey password

 set dial

 set login

 set timeout 120

 set ifaddr 10.10.0.1/0 10.10.0.2/0

 add default HISADDR

 

I have the following options compiled into my kernel:

 

#PPPOE stuff

options NETGRAPH

options NETGRAPH_SOCKET

options NETGRAPH_PPPOE

options NETGRAPH_ETHER

options  PPP_DEFLATE

 

 

I run ppp: ppp -nat -ddial dsl1. It tries to connect, but I keep getting
that error.

 

Any ideas ?

 

Cheers

Ian

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


Ethernet Stopping Problem

2006-02-15 Thread Ian Barnes
Hi,

I have a freebsd 5.2 box setup as my gateway for my home network. The
network is layed out as follows:

FreeBSD Gateway - 10.0.0.1/16
ADSL Router - 10.0.0.2/16

DHCP Network - 10.0.1.0 - 10.0.1.254 all /16 with default gateway as .1

I have ppp enabled on the freebsd unit, and it connects fine and then
everything works perfectly for anything between 5 and 10 minutes. At this
stage, the freebsd machine cant get to the 10.0.1.0 network anymore. It can
still ping 10.0.0.2 fine and its connection to the internet remains perfect.
It just wont let anyone else come in from anywhere else on the network. It
kills all SSH sessions, web sessions etc. I replaced the ifac card with an
ed0 card, and also replaced cables and the switch in between. 

The card in question is both a dc0 and an ed0 card which I have swapped into
another PCI port and it still does the same thing there. Below is an
ifconfig:

ed0: flags=108843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
inet 10.0.0.1 netmask 0x broadcast 10.0.255.255
ether 00:c0:df:fa:b8:74
plip0: flags=108810POINTOPOINT,SIMPLEX,MULTICAST mtu 1500
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
inet 127.0.0.1 netmask 0xff00 
tun0: flags=8051UP,POINTOPOINT,RUNNING,MULTICAST mtu 1492
inet 165.x.x.x -- 165.x.x.x netmask 0x 
Opened by PID 218
[EMAIL PROTECTED] ~ #


Here is a rc.conf:
[EMAIL PROTECTED] ~ # cat /etc/rc.conf
defaultrouter=10.0.0.2
hostname=gateway.domain.local
ifconfig_ed0=inet 10.0.0.1 netmask 255.255.0.0
saver=logo
sshd_enable=NO
usbd_enable=YES
blanktime=3600
apache2_enable=YES
mysql_enable=YES
sendmail_enable=NONE
gateway_enable=YES
inetd_enable=NO
kern_securelevel_enable=NO
ppp_enable=YES
ppp_nat=YES
ppp_mode=ddial
ppp_profile=dsl1
dhcpd_enable=YES
dhcpd_flags=-q
dhcpd_conf=/usr/local/etc/dhcpd.conf
dhcpd_ifaces=ed0
[EMAIL PROTECTED] ~ #


I don't have any sysctl rules in place, and everything else about this unit
is standard.

I am not running a firewall at this stage and was just wondering what the
cause of this problem could be?

Cheers
Ian

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


RE: Ethernet Stopping Problem

2006-02-15 Thread Ian Barnes
Hi,

Here might be a better drawing (possibly)

Router (10.0.0.2)
|
|   
FreeBSD Gateway (10.0.0.1)
|
|
Switch (10/100)
|
-   (10.0.1.0/24)
|   |   |
Laptop  Desktop Wireless AP


The router is in bridge mode and my FreeBSD box gets its tun0 IP from DHCP
from the ISP through pppoe. The 10.0.0.1 is a static address and all the
machines (excluding the wireless), are dhcp in the 10.0.1.0/24 range.

I removed the read IP addresses from the post, I replaced them with x.x.x. I
howevere don't feel that the PPP is the problem because it is working for
about 5-10 minutes. Then everything stops working. Like an ARP problem. Cant
explain why I would have an arp problem though. I am not trying to configure
ppp as that works fine, its just that the network stops working after 5-10
minutes that its already working.

Cheers
Ian

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: 16 February 2006 01:53 AM
To: Ian Barnes; freebsd-questions@freebsd.org
Subject: RE: Ethernet Stopping Problem

Need more background info.
Explain where you are getting the public non-routable 10.0.0.0 ip
address from.
You say the ADSL router is using them.
Did you edit your real ip address to hide then from this public
post?
Also you have to post your ppp.conf file.
Are you trying to configure PPPoe?



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Ian Barnes
Sent: Wednesday, February 15, 2006 5:47 PM
To: freebsd-questions@freebsd.org
Subject: Ethernet Stopping Problem


Hi,

I have a freebsd 5.2 box setup as my gateway for my home network.
The
network is layed out as follows:

FreeBSD Gateway - 10.0.0.1/16
ADSL Router - 10.0.0.2/16

DHCP Network - 10.0.1.0 - 10.0.1.254 all /16 with default gateway as
.1

I have ppp enabled on the freebsd unit, and it connects fine and
then
everything works perfectly for anything between 5 and 10 minutes. At
this
stage, the freebsd machine cant get to the 10.0.1.0 network anymore.
It can
still ping 10.0.0.2 fine and its connection to the internet remains
perfect.
It just wont let anyone else come in from anywhere else on the
network. It
kills all SSH sessions, web sessions etc. I replaced the ifac card
with an
ed0 card, and also replaced cables and the switch in between.

The card in question is both a dc0 and an ed0 card which I have
swapped into
another PCI port and it still does the same thing there. Below is an
ifconfig:

ed0: flags=108843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
inet 10.0.0.1 netmask 0x broadcast 10.0.255.255
ether 00:c0:df:fa:b8:74
plip0: flags=108810POINTOPOINT,SIMPLEX,MULTICAST mtu 1500
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
inet 127.0.0.1 netmask 0xff00
tun0: flags=8051UP,POINTOPOINT,RUNNING,MULTICAST mtu 1492
inet 165.x.x.x -- 165.x.x.x netmask 0x
Opened by PID 218
[EMAIL PROTECTED] ~ #


Here is a rc.conf:
[EMAIL PROTECTED] ~ # cat /etc/rc.conf
defaultrouter=10.0.0.2
hostname=gateway.domain.local
ifconfig_ed0=inet 10.0.0.1 netmask 255.255.0.0
saver=logo
sshd_enable=NO
usbd_enable=YES
blanktime=3600
apache2_enable=YES
mysql_enable=YES
sendmail_enable=NONE
gateway_enable=YES
inetd_enable=NO
kern_securelevel_enable=NO
ppp_enable=YES
ppp_nat=YES
ppp_mode=ddial
ppp_profile=dsl1
dhcpd_enable=YES
dhcpd_flags=-q
dhcpd_conf=/usr/local/etc/dhcpd.conf
dhcpd_ifaces=ed0
[EMAIL PROTECTED] ~ #


I don't have any sysctl rules in place, and everything else about
this unit
is standard.

I am not running a firewall at this stage and was just wondering
what the
cause of this problem could be?

Cheers
Ian

___
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: Ethernet Stopping Problem

2006-02-15 Thread Ian Barnes
Hi Danial,

Any ideas as to how I would be able to find out more if it was an arp
problem. I don't see how it could be because I have only 3 machines on the
network at the time that it died. The three where the router, the freebsd
gateway, and my notebook. Is there something I could enable on the sysctl
side of things? Or syslogd side of things to try and see if it is an arp
problem, and if it is, how can I rectify it ?

Cheers
Ian

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Danial Thom
Sent: 16 February 2006 02:36 AM
To: [EMAIL PROTECTED]; freebsd-questions@freebsd.org
Subject: RE: Ethernet Stopping Problem

Things that stop after 5-10 minutes are usually
ARP related, but I can't be certain.

--- [EMAIL PROTECTED] wrote:

 Need more background info.
 Explain where you are getting the public
 non-routable 10.0.0.0 ip
 address from.
 You say the ADSL router is using them.
 Did you edit your real ip address to hide then
 from this public
 post?
 Also you have to post your ppp.conf file.
 Are you trying to configure PPPoe?
 
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]
 Behalf Of Ian Barnes
 Sent: Wednesday, February 15, 2006 5:47 PM
 To: freebsd-questions@freebsd.org
 Subject: Ethernet Stopping Problem
 
 
 Hi,
 
 I have a freebsd 5.2 box setup as my gateway
 for my home network.
 The
 network is layed out as follows:
 
 FreeBSD Gateway - 10.0.0.1/16
 ADSL Router - 10.0.0.2/16
 
 DHCP Network - 10.0.1.0 - 10.0.1.254 all /16
 with default gateway as
 .1
 
 I have ppp enabled on the freebsd unit, and it
 connects fine and
 then
 everything works perfectly for anything between
 5 and 10 minutes. At
 this
 stage, the freebsd machine cant get to the
 10.0.1.0 network anymore.
 It can
 still ping 10.0.0.2 fine and its connection to
 the internet remains
 perfect.
 It just wont let anyone else come in from
 anywhere else on the
 network. It
 kills all SSH sessions, web sessions etc. I
 replaced the ifac card
 with an
 ed0 card, and also replaced cables and the
 switch in between.
 
 The card in question is both a dc0 and an ed0
 card which I have
 swapped into
 another PCI port and it still does the same
 thing there. Below is an
 ifconfig:
 
 ed0:

flags=108843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST
 mtu 1500
 inet 10.0.0.1 netmask 0x
 broadcast 10.0.255.255
 ether 00:c0:df:fa:b8:74
 plip0:
 flags=108810POINTOPOINT,SIMPLEX,MULTICAST mtu
 1500
 lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST
 mtu 16384
 inet 127.0.0.1 netmask 0xff00
 tun0:
 flags=8051UP,POINTOPOINT,RUNNING,MULTICAST
 mtu 1492
 inet 165.x.x.x -- 165.x.x.x netmask
 0x
 Opened by PID 218
 [EMAIL PROTECTED] ~ #
 
 
 Here is a rc.conf:
 [EMAIL PROTECTED] ~ # cat /etc/rc.conf
 defaultrouter=10.0.0.2
 hostname=gateway.domain.local
 ifconfig_ed0=inet 10.0.0.1 netmask
 255.255.0.0
 saver=logo
 sshd_enable=NO
 usbd_enable=YES
 blanktime=3600
 apache2_enable=YES
 mysql_enable=YES
 sendmail_enable=NONE
 gateway_enable=YES
 inetd_enable=NO
 kern_securelevel_enable=NO
 ppp_enable=YES
 ppp_nat=YES
 ppp_mode=ddial
 ppp_profile=dsl1
 dhcpd_enable=YES
 dhcpd_flags=-q
 dhcpd_conf=/usr/local/etc/dhcpd.conf
 dhcpd_ifaces=ed0
 [EMAIL PROTECTED] ~ #
 
 
 I don't have any sysctl rules in place, and
 everything else about
 this unit
 is standard.
 
 I am not running a firewall at this stage and
 was just wondering
 what the
 cause of this problem could be?
 
 Cheers
 Ian
 
 ___
 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]
 


__
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]


Xorg screen alignment

2005-06-30 Thread Ian Barnes
Hi,

 

Im running x.org with kde 3.x ontop of that. Now  when I start X my screen
is off to the right a bit. What I do to get it right is run xvidtune and
move it left 4 times. Then its perfect.

 

The settings that I get from xvidtune are:

 

HDisplay: 1024

HSyncStart: 1056

HSyncEnd: 1152

HTotal: 1312

 

VDisplay: 768

VSyncStart: 769

VsyncEnd: 772

VTotal: 800

 

Pixel Clock (MHz): 78.80

Horizontal Sync (kHz): 60.06

Vertical Sync (Hz): 75.08

 

Now in my x.org config. These are my two settings:

 

HorizSync   31.5-60.2

VertRefresh 56.3-75.0

 

I have tried adjusting those numbers to reflect what I get from xvidtune but
to no avail. Any idea on how I could get it to align perfectly from start?

 

Then another question:

 

How can I get my mouse scroll wheel working in X? I am using a USB Logitech
Mouse.

 

Thanks,

Ian

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


RE: Problem installing x.org

2005-06-20 Thread Ian Barnes
Hi,

Thanks for that tip. I tried it, but it still doesn't work. I also tried a
pkgdb -F to see if anything else was amiss. I also tried uninstalling imake6
and letting xorg install imake during the build, and even after completing
the install, it moaned and bombed out.

Any ideas ?

Thanks,
Ian

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jorn Argelo
Sent: 19 June 2005 10:30 PM
To: Ian Barnes
Cc: freebsd-questions@freebsd.org
Subject: Re: Problem installing x.org

Ian Barnes wrote:

Hi,

I am trying to install x.org onto my 5.4stable box. 

In /usr/ports/x11/xorg I typed make install and I get this error after a
while (It's a long error): 

making Makefiles in include/bitmaps...
imake: not found
  

There you have it, you miss imake. cd /usr/ports/devel/imake-6  make 
install clean

Kind of weird because it should just use imake as a dependency. Might be 
an idea to contact the ports maintainer about it and see why imake is 
not included as an dependency.

Cheers,

Jorn

*** Error code 127

[snip]

Does anyone know what could be wrong ?

Thanks,
Ian


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


Problem installing x.org

2005-06-19 Thread Ian Barnes
Hi,

I am trying to install x.org onto my 5.4stable box. 

In /usr/ports/x11/xorg I typed make install and I get this error after a
while (It's a long error): 

making Makefiles in include/bitmaps...
imake: not found
*** Error code 127

Stop in /usr/ports/x11/xorg-libraries/work/xc/include.
make: don't know how to make Makefiles. Stop
making Makefiles in include/extensions...
imake: not found
*** Error code 127

Stop in /usr/ports/x11/xorg-libraries/work/xc/include.
make: don't know how to make Makefiles. Stop
making Makefiles in include/fonts...
imake: not found
*** Error code 127

Stop in /usr/ports/x11/xorg-libraries/work/xc/include.
make: don't know how to make Makefiles. Stop
making Makefiles in include/GL...
imake: not found
*** Error code 127

Stop in /usr/ports/x11/xorg-libraries/work/xc/include.
make: don't know how to make Makefiles. Stop
making Makefiles in include/DPS...
imake: not found
*** Error code 127

Stop in /usr/ports/x11/xorg-libraries/work/xc/include.
make: don't know how to make Makefiles. Stop
making Makefiles in lib/xtrans...
imake: not found
*** Error code 127

Stop in /usr/ports/x11/xorg-libraries/work/xc/lib.
make: don't know how to make Makefiles. Stop
making Makefiles in lib/Xau...
imake: not found
*** Error code 127

Stop in /usr/ports/x11/xorg-libraries/work/xc/lib.
make: don't know how to make Makefiles. Stop
making Makefiles in lib/Xdmcp...
imake: not found
*** Error code 127

Stop in /usr/ports/x11/xorg-libraries/work/xc/lib.
make: don't know how to make Makefiles. Stop
making Makefiles in lib/X11...
imake: not found
*** Error code 127

Stop in /usr/ports/x11/xorg-libraries/work/xc/lib.
make: don't know how to make Makefiles. Stop
making Makefiles in lib/oldX...
imake: not found
*** Error code 127

Stop in /usr/ports/x11/xorg-libraries/work/xc/lib.
make: don't know how to make Makefiles. Stop
making Makefiles in lib/ICE...
imake: not found
*** Error code 127

Stop in /usr/ports/x11/xorg-libraries/work/xc/lib.
make: don't know how to make Makefiles. Stop
making Makefiles in lib/SM...
imake: not found
*** Error code 127

Stop in /usr/ports/x11/xorg-libraries/work/xc/lib.
make: don't know how to make Makefiles. Stop
making Makefiles in lib/Xext...
imake: not found
*** Error code 127

Stop in /usr/ports/x11/xorg-libraries/work/xc/lib.
make: don't know how to make Makefiles. Stop
making Makefiles in lib/Xt...
imake: not found
*** Error code 127

Stop in /usr/ports/x11/xorg-libraries/work/xc/lib.
make: don't know how to make Makefiles. Stop
making Makefiles in lib/Xss...
imake: not found
*** Error code 127

Stop in /usr/ports/x11/xorg-libraries/work/xc/lib.
make: don't know how to make Makefiles. Stop
making Makefiles in lib/Xxf86misc...
imake: not found
*** Error code 127

Stop in /usr/ports/x11/xorg-libraries/work/xc/lib.
make: don't know how to make Makefiles. Stop
making Makefiles in lib/Xxf86vm...
imake: not found
*** Error code 127

Stop in /usr/ports/x11/xorg-libraries/work/xc/lib.
make: don't know how to make Makefiles. Stop
making Makefiles in lib/Xxf86dga...
imake: not found
*** Error code 127

Stop in /usr/ports/x11/xorg-libraries/work/xc/lib.
make: don't know how to make Makefiles. Stop
making Makefiles in lib/Xmu...
imake: not found
*** Error code 127

Stop in /usr/ports/x11/xorg-libraries/work/xc/lib.
make: don't know how to make Makefiles. Stop
making Makefiles in lib/Xmuu...
imake: not found
*** Error code 127

Stop in /usr/ports/x11/xorg-libraries/work/xc/lib.
make: don't know how to make Makefiles. Stop
making Makefiles in lib/Xpm...
imake: not found
*** Error code 127

Stop in /usr/ports/x11/xorg-libraries/work/xc/lib.
make: don't know how to make Makefiles. Stop
making Makefiles in lib/Xp...
imake: not found
*** Error code 127

Stop in /usr/ports/x11/xorg-libraries/work/xc/lib.
make: don't know how to make Makefiles. Stop
making Makefiles in lib/XprintUtil...
imake: not found
*** Error code 127

Stop in /usr/ports/x11/xorg-libraries/work/xc/lib.
make: don't know how to make Makefiles. Stop
making Makefiles in lib/XprintAppUtil...
imake: not found
*** Error code 127

Stop in /usr/ports/x11/xorg-libraries/work/xc/lib.
make: don't know how to make Makefiles. Stop
making Makefiles in lib/Xaw6...
imake: not found
*** Error code 127

Stop in /usr/ports/x11/xorg-libraries/work/xc/lib.
make: don't know how to make Makefiles. Stop
making Makefiles in lib/Xaw7...
imake: not found
*** Error code 127

Stop in /usr/ports/x11/xorg-libraries/work/xc/lib.
make: don't know how to make Makefiles. Stop
making Makefiles in lib/Xaw...
imake: not found
*** Error code 127

Stop in /usr/ports/x11/xorg-libraries/work/xc/lib.
make: don't know how to make Makefiles. Stop
making Makefiles in lib/Xi...
imake: not found
*** Error code 127

Stop in /usr/ports/x11/xorg-libraries/work/xc/lib.
make: don't know how to make Makefiles. Stop
making Makefiles in lib/Xtst...
imake: not found
*** Error code 127

Stop in /usr/ports/x11/xorg-libraries/work/xc/lib.
make: don't know how to make 

Cron Mailing

2004-05-13 Thread Ian Barnes
Hi,

I am trying to find out if something is possible. On our servers we would
like all mail from cron not to come from [EMAIL PROTECTED] but rather from say
[EMAIL PROTECTED]

Is this possible? Am i making sense :P ??

Thanks

Ian

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


RE: Cron Mailing

2004-05-13 Thread Ian Barnes
Hi,

Thanks for the reply. Yes we want cron to be run as root. Okay, we are
running exim, so I will see what i can do.

Thanks

Ian

 -Original Message-
 From: Matthew Seaman [mailto:[EMAIL PROTECTED]
 Sent: 13 May 2004 01:16 PM
 To: Ian Barnes
 Cc: [EMAIL PROTECTED]
 Subject: Re: Cron Mailing


 On Thu, May 13, 2004 at 12:51:34PM +0200, Ian Barnes wrote:
  Hi,
 
  I am trying to find out if something is possible. On our
 servers we would
  like all mail from cron not to come from [EMAIL PROTECTED] but
 rather from say
  [EMAIL PROTECTED]

 I assume you still want the jobs to be run by root though, otherwise
 you could just use the 'ian' account's crontab file.

  Is this possible? Am i making sense :P ??

 Sure.  'root' always used to be special cased so that emails from
 there don't go through address rewriting.  But since sendmail-8.10
 that's no longer the case.  Just use the normal genericstable
 mechanisms to rewrite the sender address. Read through the bits of
 /usr/share/sendmail/cf/README that deal with genericstable first, but
 essentially what you need is:

 i) Make sure your /etc/mail/`hostname`.mc file contains:

 FEATURE(genericstable, `hash -o /etc/mail/genericstable')dnl

if not, add it to the .mc file and rebuild sendmail.cf and
restart sendmail in the usual way:

 # cd /etc/mail
 # vi `hostname`.mc
 # make all install restart-mta

ii) Edit the /etc/mail/genericstable file to set up the e-mail
address mappings you need.  That will be, minimally:

 rootian

and then process that into the .db hash format sendmail will
read:

 # make

   iii) That's all you need to do.  Send some e-mails as root to test.

 Nb. this rewrites all e-mail from [EMAIL PROTECTED], not just the stuff
 emitted by cron. If you want to do that, it's going to be much harder
 to achieve.

 --
 Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
   Savill Way
 PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
 Tel: +44 1628 476614  Bucks., SL7 1TH UK


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


RE: Sendmail in a jail

2003-12-21 Thread Ian Barnes
Hi,

nope, it doesnt. Anyway that i could debug it ? If i parse the variables
through to the screen they are fine, if i run it on another server not in a
jail it works, so my code i fine, now it just doesnt want to send. Any ideas
as to what i could do?

Ian


 -Original Message-
 From: Rus Foster [mailto:[EMAIL PROTECTED]
 Sent: 20 December 2003 11:23 PM
 To: Ian Barnes
 Cc: [EMAIL PROTECTED]
 Subject: Re: Sendmail in a jail


 On Sat, 20 Dec 2003, Ian Barnes wrote:

  Hi,
 
  I run my web sites from a jail. The time has come that i now
 need to send an
  email from one of those sites using the mail() function in php.
 
  I would like to know, what files do i need to be able to send
 mail from the
  jail using the mail command. The box is using sendmail as its
 mta, and is
  running 4.9 release.

 Hi,
 The mail() funciton in php just called sendmail on the command line so it
 should just work

 Rus
 --
 w: http://www.jvds.com  | Dedicated FreeBSD,Debian and RedHat Servers
 e: [EMAIL PROTECTED]| Donations made to Debian, FreeBSD
 t: +44 7919 373537| and Slackware
 t: 1-888-327-6330 | email: [EMAIL PROTECTED]


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


Mail in a Jail

2003-12-20 Thread Ian Barnes
Hi,

I run my web sites from a jail. The time has come that i now need to send an
email from one of those sites using the mail() function in php.

I would like to know, what files do i need to be able to send mail from the
jail using the mail command. The box is using sendmail as its mta, and is
running 4.9 release.

Thanks.

Ian

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


Sendmail in a jail

2003-12-20 Thread Ian Barnes
Hi,

I run my web sites from a jail. The time has come that i now need to send an
email from one of those sites using the mail() function in php.

I would like to know, what files do i need to be able to send mail from the
jail using the mail command. The box is using sendmail as its mta, and is
running 4.9 release.

Thanks.

Ian

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


Terminal Server

2003-11-21 Thread Ian Barnes
Hi,

I would like to deploy a few terminal servers at my company and im wondering
if FreeBSD has a way in which this can be done.

Linux has LTSP (http://www.ltsp.org). It basically allows you to boot up
from a stiffy using a diskless server. Can this be done on FreeBSD and if so
how ? Using bootprom ?

Thanks for the help.

Ian

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


PHP.ini parsing problems

2003-11-15 Thread Ian Barnes
Hi,

I am having problems parsing php variables.

say now i goto http://www.testdomain.com/index.php?news=TODAY its not
carrying the news=TODAY variable to the next page.

I have gone through my php.ini file and i cant find any problems. Now im
fairly sure that it is my php.ini file thats causing the problems. Attached
is my php.ini, if someone could find a fault i would be most gratefull.

I am running PHP 4-4.3.3.r1_1,1 withApache 1.3.27_5 on FreeBSD 4.9 Stable.

Thanks.

Ian

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


PHP.ini

2003-11-15 Thread Ian Barnes
Hi,

I appologise for duplicate posting. I forgot to attach the file

I am having problems parsing php variables.

say now i goto http://www.testdomain.com/index.php?news=TODAY its not
carrying the news=TODAY variable to the next page.

I have gone through my php.ini file and i cant find any problems. Now im
fairly sure that it is my php.ini file thats causing the problems. Attached
is my php.ini, if someone could find a fault i would be most gratefull.

I am running PHP 4-4.3.3.r1_1,1 withApache 1.3.27_5 on FreeBSD 4.9 Stable.

Thanks.

Ian


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


Proc Size Mismatch

2003-08-25 Thread Ian Barnes
Hi,

I am running a 4.7 stable machine on a p1 120. With 16meg of ram. ITs
function is a secondary DNS server.

IT has been running very stable until this weekend. The machine froze for
some or other reason. Upon reboot, i was told it couldnt FSCK the drives and
I had to do it manually. Okay, cool, fine, no problem, did it manually, and
got it to boot. Now when i login and try and type something, these are the
errors im getting:

[EMAIL PROTECTED] ~ # ps -ax
ps: proc size mismatch (27664 total, 1056 chunks)
[EMAIL PROTECTED] ~ #

[EMAIL PROTECTED] ~ # killall -HUP named
proc size mismatch (27664 total, 1056 chunks)
userland out of sync with kernel, recompile libkvm etc
[EMAIL PROTECTED] ~ #

[EMAIL PROTECTED] ~ # uptime
 7:08PM up 4:46, 1 user, load averages: 0.00, 0.00, 0.00
[EMAIL PROTECTED] ~ #

[EMAIL PROTECTED] ~ # uname -a
FreeBSD dns.domainnamehere 4.8-STABLE FreeBSD 4.8-STABLE #4: Wed Aug 13
01:37
:17 SAST 2003[EMAIL PROTECTED]:/usr/src/sys/compile/DNS i386
[EMAIL PROTECTED] ~ #



Any ideas anyone ? Do i need to format and reload ? What can i do to help
this?

Ian

P.S. Oh, i was doing a buildworld when i froze!

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


RE: KDM won't start KDE

2003-08-23 Thread Ian Barnes
Hi,

Remove the -nodaemon string.

Ian

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
[EMAIL PROTECTED]
Sent: 20 August 2003 04:12 PM
To: [EMAIL PROTECTED]
Subject: KDM won't start KDE


I just installed FreeBSD 4.8 on this machine and I set up kdm to run by
changing /etc/ttys to:

ttyv8 /usr/local/bin/kdm -nodaemon xterm on secure

When it boots I get:

login: ..time.. kdm[127]: Abnormal helper termination, code 0, signal
73

But KDM seems to start up fine and I get the login screen, but when I
login (as either root or a user) the login dialog disappears and I'm
left with the KDE background and the X cursor.  If I goto tty0 I now
have the message:

..time.. kdm[130]: no modules loaded for `kde' service

and in bot /var/log/XFree86.0.log and kdm.log it has this message
repeated about 4 times a second:

AUDIT: ..time..: 124 XFree86: client 2 rejected from local host

I searched on google for the above messages and found some discussion
about PAM problems.  I looked at pam.conf and noticed that xdm and gdm
were listed in there, but not kdm.  So I added an identical section for
kdm but it doesn't seem to have made any difference.

If I remove the kdm stuff from ttys and get a command line login I can
run startx and KDE comes up just fine.

Was there something else I needed to configure for KDM to run correctly?

Thanks
  -Scott
___
[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: Mail client (Virtual users/domains)

2003-08-10 Thread Ian Barnes
Hey,

I am running a virtual users setup using exim (http://www.exim.org) and
vm-pop3d. Works like a dream. For a webmail client, im using imp
(http://www.horde.org). Works very nicely aswell, with lots of nice addons.
If you use a different MTA then it will replace Sendmail. I dont know about
a Web Admin package for exim (?), but its easy enought to configure using
command line. I never touch my exim.conf file. I only edit a pop3-domains
file, which contains domains that i pop for, and an aliases file for each
domain that i host for mail forwarding etc.

The way it would work on my system would be:

remote pc -- exim -- mailbox -- vm-pop3d -- client (using virtual
login)

Your pop3 daemon should do the authentication for you, if you are not using
virtual users, then it will look at any users you have added to your system,
if you have virtual users, it will look into how you have set it up for
usernames and passwords.

HTH.

Ian



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Dead Line
Sent: 08 August 2003 11:12 PM
To: [EMAIL PROTECTED]
Subject: Mail client (Virtual users/domains)


Hello everybody,


   Iam on FreeBSD 4.8-R, I have ubimiaw Web mail client installed, but its
usless,
   It cannot take virtual Users and read the Mail inbox/dir for it plus
diffrent bad effects.

   I want to have installed a web mail client which can read the virtual
domains/users.
   what should i do in steps please?

   If i install postfix? it replace sendmail rite?

   okay. what i should do next ? for enabling virtual users mails? shall i
install vpop?
   If yes, so what Web Mail client i should install ? (other than SqWebmail)
?
   If there a need for any athentication daemon?

   Is this in order? postfix - vpop - WebMail client - Athentication
daemon?

   Is there any Web Admin, for postfix? such (QmailAdmin) ?

  Iam lil bit missed by the steps, and what should go first.

   Sorry for such long questions, and sorry if this not a rite list.
   But Iam looking for advises.

   Marwan.

_
Add photos to your messages with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail

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


Apache Seg Faulting

2003-07-12 Thread Ian Barnes
Hi,

I am having problems getting my apache running.

I have run apache+mod_php4 for almost a year now. Today i recompiled php4
(which was running on the latest version allready), to add in GD, and some
other support. Now, if i try and start apache it core dumps. It creates a
httpd.core file which is 3 meg big. Now if i tell it not to load the php4
modules, by commenting out the 2 php4 modules, then apache starts perfectly.

Could i be the modules ?
This is very serious, as my sites all run of php, so now everyone is down.

Thanks for the help.

Ian

P.S. Im running latest php, apache version 1.3.26. Its running on a BSD
4.8Stable system

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


CVSupping 5

2003-07-03 Thread Ian Barnes
Hi,

Please forgive my stupidity.

What is the cvsup tag for the 5 branch? RELENG_5 doesnt work. I have
searched the archives, the site and I cant find anything that would help me.

I just installed a 5.1 box, and would like to cvsup and rebuild my kernel.

Thanks alot.

Ian

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


RE: mtab

2003-06-16 Thread Ian Barnes
Hi,

What you might be looking for is /etc/fstab ...

HTH
Ian

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Antoine
 Jacoutot
 Sent: 16 June 2003 11:43 AM
 To: Julien Gabel
 Cc: [EMAIL PROTECTED]
 Subject: Re: mtab
 
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Monday 16 June 2003 11:32, Julien Gabel wrote:
  With the mount(8) command?
  # mount [-v|-p]
 
 Yes, this is what I was thinking about, but I just wanted to know if an 
 mtab equivalent existed :)
 
 Thanks.
 
 - -- 
 Antoine Jacoutot
 [EMAIL PROTECTED]
 http://www.lphp.org
 pgp key: http://www.lphp.org/ressources/ajacoutot.asc
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.2.2 (FreeBSD)
 
 iD8DBQE+7ZELY3Hnhkr+5cQRAlX9AJ9Nljd+qjTVj7SPIcdpXVc45FiHtACdHGFy
 +SE46/kAk5AUTh8dQRbH88A=
 =ud5b
 -END PGP SIGNATURE-
 
 ___
 [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]


Trafic Counter

2003-06-13 Thread Ian Barnes
Hi,

I am running FreeBSD 4.8 with squid v 2.5_2. It is only active for one
ethernet card (I have 3). I am using IPF, with IPNAT to do the NAT

What i would like to know, is how could i count the trafic through that
ethernet card, and that one only. And can i possibly set a limit as to the
amount of trafic they are allowed to use. Like say 200meg a month or
something?

Thanks for the help.

Ian

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


Alternate websites

2003-06-09 Thread Ian Barnes
Hi,

I have an idea. I dont know if it is possible, but here goes.

First my server layout.

Server 1
---
* Primary DNS
* Mail
* Web Server

Server 2
---
* Secondary DNS


Right, what I would like is that if server one goes down, it will redirect
web trafic to Server 2, displaying a This site is temporarily offline
page.  Is this possible, and could someone help me to get it right. And
could Server 2 display an error page according to the specific website that
the user is visiting ?

Thanks for the help.

Ian Barnes

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


RE: Alternate websites

2003-06-09 Thread Ian Barnes


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Moritz Fromwald
 Sent: 09 June 2003 09:51 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Alternate websites




 From: Ian Barnes [EMAIL PROTECTED]
 To:   [EMAIL PROTECTED]
 Date sent:Mon, 9 Jun 2003 20:42:15 +0200
 Subject:  Alternate websites

  Hi,
 
  I have an idea. I dont know if it is possible, but here goes.
 
  First my server layout.
 
  Server 1
  ---
  * Primary DNS
  * Mail
  * Web Server
 
  Server 2
  ---
  * Secondary DNS
 
 
  Right, what I would like is that if server one goes down, it will
  redirect web trafic to Server 2, displaying a This site is
  temporarily offline page.  Is this possible, and could someone help
  me to get it right. And could Server 2 display an error page according
  to the specific website that the user is visiting ?
 Sure it is, look at mod_backhand for apache
 (http://www.backhand.org/mod_backhand/)
 pound (front webserver)
 Pen (TCP Balancing) (http://siag.nu/pen/)

 
  Thanks for the help.
 
  Ian Barnes

 Regards
 moritz fromwald

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



Hi,

thanks for the reply. I dont think i was clear enough in my previous
description, sorry bout that.

What i would like is not load balancing, but that when the main server goes
down (and only then), does it forward to an error page on the secondary
server, until the main server has come back up again.

Thanks for the help.

Ian

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


Webalizer

2003-06-08 Thread Ian Barnes
Hi,

I am having these installation issues with webalizer, being built from the
latest cvsup.


snip
graphs.o: In function `year_graph6x':
graphs.o(.text+0xd0f): undefined reference to `gdImagePng'
graphs.o: In function `month_graph6':
graphs.o(.text+0x1a72): undefined reference to `gdImagePng'
graphs.o: In function `day_graph3':
graphs.o(.text+0x20c2): undefined reference to `gdImagePng'
graphs.o: In function `pie_chart':
graphs.o(.text+0x2688): undefined reference to `gdImagePng'
/usr/local/lib/libgd.so: undefined reference to `iconv_open'
/usr/local/lib/libgd.so: undefined reference to `iconv_close'
/usr/local/lib/libgd.so: undefined reference to `iconv'
*** Error code 1

Stop in /usr/ports/www/webalizer/work/webalizer-2.01-10.
*** Error code 1

Stop in /usr/ports/www/webalizer.
[EMAIL PROTECTED] /usr/ports/www/webalizer #

/snip

Hope someone can help.

Regards
Ian

P.S. Im running BSD 4.8, with latest apache.


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


Mysql

2003-05-30 Thread Ian Barnes
Hi,

I want to remove my mysql installation and re-install from scratch. Now the
problem. I have 6 active databases. How can i make sure that i dont loose
those. And that when i have re-installed, that they work immediatilly ??

I know this is a stupid question but i dont know this sort of thing.

Anyone maybee have a link to a tutorial or something.

Thanks alot.

Ian

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


PHP question

2003-05-30 Thread Ian Barnes
Hi,

I have just re-installed apache, then mod_php4.  I kept my old httpd.conf,
put it back, fired up apache, checked the website, and it displays all the
php code.

Any ideas as to what can be wrong.

Attached please find my httpd.conf

Thanks alot.

Ian


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


Another Openoffice problem

2003-03-18 Thread Ian Barnes
Hello,

I am getting this error when trying to build openoffice cvsupped yesterday.

snip
|Index: share/tools/hprof/hprof_site.c
|===
|RCS file: /data/java/JDK2/javasrc/src/share/tools/hprof/hprof_site.c,v
|retrieving revision 1.1.1.1
|retrieving revision 1.4
|diff -u -r1.1.1.1 -r1.4
|--- share/tools/hprof/hprof_site.c 1999/04/24 14:26:51 1.1.1.1
|+++ share/tools/hprof/hprof_site.c 2001/09/11 05:45:28 1.4
--
Patching file tools/hprof/hprof_site.c using Plan A...
Hunk #1 succeeded at 12.
Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--
|Index: share/tools/hprof/hprof_trace.c
|===
|RCS file: /data/java/JDK2/javasrc/src/share/tools/hprof/hprof_trace.c,v
|retrieving revision 1.1.1.1
|retrieving revision 1.4
|diff -u -r1.1.1.1 -r1.4
|--- share/tools/hprof/hprof_trace.c1999/04/24 14:26:51 1.1.1.1
|+++ share/tools/hprof/hprof_trace.c2001/09/11 05:45:28 1.4
--
Patching file tools/hprof/hprof_trace.c using Plan A...
Hunk #1 succeeded at 13.
Hunk #2 succeeded at 26.
Hunk #3 succeeded at 45.
Hunk #4 succeeded at 240.
Hunk #5 succeeded at 252.
done
*** Error code 1

Stop in /usr/ports/java/jdk12.
*** Error code 1

Stop in /usr/ports/devel/jakarta-ant.
*** Error code 1

Stop in /usr/ports/editors/openoffice.
[EMAIL PROTECTED] /usr/ports/editors/openoffice #
/snip

anyone got any insight.

Thanks alot,

Ian Barnes
-- 
--
BOFH - Mom's Pharmacies
Email: [EMAIL PROTECTED]



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


Openoffice build error

2003-03-16 Thread Ian Barnes
Hi,

I am trying to build the latest version of openoffice (cvsupped earlier). I 
get this error bellow, i am runing a 5.0 Rel system with X4, and KDE 3.1

snip
[EMAIL PROTECTED] /usr/ports/editors/openoffice # make install

REQUIREMENTS:

OO requires that the ENV variable LANG
is set to a proper value. Dependent on
which language port you use, OO does
automatically set LANG to a suitable
value. You can change this with:

USE_LANG=prefered language

and set a different language
like:

en_US.ISO8859-15 en_US.ISO8859-1
US-ASCII

Your current setting is:

USE_LANG=en_US.ISO8859-15


OPTIONS:

You can compile OO with different
gcc compiler versions:

Add USE_GCC=2.95 or USE_GCC=3.1
to compile openoffice with your
prefered compiler.

If you like to use the native BSD
JDK for the build system, you can use
WITH_BSD_JDK=TRUE to disable the
usage of the linux-JDK and linux dependency.


You can compile OO with debug symbols
if you call make with WITH_DEBUG=1

If you set WITH_DEBUG=2, you add internal
OO.org debug support.


You may set WITH_TTF_BYTECODE_ENABLED=YES
if you like to use the Freetype library to
render TTF fonts. Normally the TTF lib is
not used to render fonts.

If you have licensed the Apple patents
US05155805 US05159668 and US05325479
you can enable this option to get better
quality of glyphs at small bitmap sizes.


NOTICE:

To build Openoffice, you should have a lot
of free diskspace (~ 4GB).


===  Extracting for openoffice-1.0.2_1
 Checksum OK for openoffice/OOo_1.0.2_source.tar.bz2.
 Checksum OK for openoffice/gpc231.tar.Z.
 Checksum OK for openoffice/patch-openoffice-mozilla101-2002-10-14.
===  Extracting mozilla sub project
 libart_lgpl-1.0.2.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/.
 Attempting to fetch from 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/marcus/.
fetch: 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/marcus/libart_lgpl-1.0.2.tar.bz2:
 
Service not available, closing control connection
 Attempting to fetch from 
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/marcus/.
fetch: transfer timed out
 Attempting to fetch from 
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/marcus/.
Receiving libart_lgpl-1.0.2.tar.bz2 (97936 bytes): 100% (ETA 00:00)
97936 bytes transferred in 222.3 seconds (440.64 Bps)
===  Extracting for mozilla-1.0.2_1
 Checksum mismatch for mozilla-source-1.0.2.tar.bz2.
 Checksum OK for libart_lgpl-1.0.2.tar.bz2.
Make sure the Makefile and distinfo file 
(/usr/ports/editors/openoffice/work/mozilla/distinfo)
are up to date.  If you are absolutely sure you want to override this
check, type make NO_CHECKSUM=yes [other args].
*** Error code 1

Stop in /usr/ports/editors/openoffice/work/mozilla.
*** Error code 1

Stop in /usr/ports/editors/openoffice.
*** Error code 1

Stop in /usr/ports/editors/openoffice.
[EMAIL PROTECTED] /usr/ports/editors/openoffice #

/snip


Anyone have any ideas ?

Ian
-- 
--
BOFH - Mom's Pharmacies
Email: [EMAIL PROTECTED]



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


kGPG crash

2003-02-21 Thread Ian Barnes
Hi,

I sent an email to the author of the program, and he couldnt help me, so i was 
wondering if anyone here could help me. 

I am running FreeBSD 5.0rel, with gnupg-1.2.1, with kgpg-0.9.5, i installed 
both last night. So, once installed, i type kgpg, at the prompt, and i get 
the KDE crash handler, that tells me that kgpg crashed and caused a signal 11 
(SIGSEGV). Now in the backtrace window, this is what i get:

snip
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
[Switching to Process 30259, Thread 1]
0x28f4dab3 in poll () from /usr/lib/libc.so.5
#0  0x28f4dab3 in poll () from /usr/lib/libc.so.5
#1  0x28ef7111 in _thread_kern_sched_state_unlock () from /usr/lib/libc_r.so.5
#2  0x28ef6b10 in _thread_kern_scheduler () from /usr/lib/libc_r.so.5
/snip

At the prompt i get this:

snip
[root@ian] ~ # kgpg
Xlib:  extension GLX missing on display :0.0.
KCrash: crashing crashRecursionCounter = 2
KCrash: Application Name = kgpg path = unknown pid = 30259
ERROR: KUniqueApplication: DCOP communication error!
[root@ian] ~ # Xlib:  extension GLX missing on display :0.0.

/snip

Anyone got any ideas? Or got any other solutions to my problem. I want to use 
php, but with a GUI.

Thanks in advance.

Ian Barnes
--
BOFH - Mom's Pharmacies
Email: [EMAIL PROTECTED]

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



Sound Card and Speakers

2003-02-11 Thread Ian Barnes
Hi,

I have a sound blaster live value, with Cambride Soundworks 5.1 Surround 
Speakers. I am running FreeBSD 5.0 Rel, in my kernel config i have device 
pcm, my sound works fine. The only thing that is bothering me, is that it the 
surround sound isnt working properly. I am using KDE as my window manager, 
wih xmms as my mp3 player. 

Has anyone managed to get this problem sorted out ? Am i alone ?

Thanks for the help

Ian Barnes
-- 
BOFH - Mom's Pharmacies
Email: [EMAIL PROTECTED]

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



Re: Launch X at boot

2003-02-05 Thread Ian Barnes

- Original Message -
From: J. Seth Henry [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, February 05, 2003 7:26 PM
Subject: Launch X at boot


 I know this is probably an obvious question, but so far my attempts at
 writing a script to do this have failed.

 I would like to launch X windows at boot, and have it query an xdm server.
 I attempted to put a script with:

 #/bin/sh
 /usr/X11R6/bin/X -query whitetower

 in my /usr/local/etc/rc.d directory. When I boot, though, I get nothing -
 not even error messages. I did check that the file permissions were set
 (700) - and it works if I run it from the command line (after logging in)

 Am I missing something?

 Thanks,
 Seth Henry


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


Hi,

In your /etc/ttys file.. make the last one :

ttyv(whatever your last one is)   /usr/X11R6/bin/xdm -nodaemon  xterm   on
secure

Reboot, and then it should start xdm... if you are running KDE, you could
use KDM, and i dont know about gnome and all the others, but im sure they
have loaders aswell.

Ian


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



xvidtune question

2003-02-03 Thread Ian Barnes
Hi,

If this is off topic please excuse me.

I am running BSD 5.0 Release. With XFree86 4.2.0. I am using KDE 3.0x as my
WM. Now all is set up and working fine. I use xvidtune to move the screen to 
the left, that all works fine. The problem, is that it doesnt save what i 
have done, and i have to re-run xvidtune every time i start X. Is there any 
reason why it isnt saving ? If my memory serves me correct, it should save 
your settings. 

I hope someone can provide some light on this for me.

Regards
Ian Barnes
--
BOFH - Mom's Pharmacies
Email: [EMAIL PROTECTED]

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



Re: Nvidia support for FreeBSD 5 ?

2003-02-02 Thread Ian Barnes
On Sunday 02 February 2003 23:34, Alex Huth wrote:
 Hi!

  Hi all,
 
  The NVIDIA FreeBSD driver docs state that the driver does not work
  under -CURRENT. Does anyone know if there is a release in the pipeline
  that will support this and if so when we can expect to see it ?
 
  TIA,

 I´ve just setup a Notebook with a Geoforce 2 Go. Works fine for me!


 So long ,,,

 Alex Huth

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

Hi,

I was just wondering if anyone has an idea when the NVIDIA drivers are going 
to be supported in FreeBSD 5 ...

Ian
 
--
BOFH - Mom's Pharmacies
Email: [EMAIL PROTECTED]

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



disabling root logins

2002-11-14 Thread Ian Barnes
Hi,

I would like to disable root logins, both at console and through ssh ...

where should I start ?

thanks for the help

Ian

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



TX Under run

2002-10-25 Thread Ian Barnes
Hi,

I keep getting this in my log files, what does it mean ?

Oct 25 00:30:35 comrite-mdb /kernel: dc2: TX underrun -- increasing TX
threshold

thanks
Ian Barnes


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