RE: Bandwidth hit in natd/ipfw on 4.4-RELEASE

2004-04-03 Thread Mark Weisman
My first question to help is why do you have any firewall at all? 
firewall_type=OPEN
Typically means that you have no ports being blocked? I'm hoping this is
just for testing purposes? 
I see in your natd.conf file you have a line for unregistered_only=YES.
This switch is for alteration of outgoing packets based on RFC 1918. I'm
assuming then that you are looking at using natd for outgoing packets
only? In which case in your files you would identify the
natd_interface=dc0 allowing for the unregistered statement to then alter
outgoing packets. I would also suggest if you have any LinkSys routers
between your FBSD box and the Internet, that you examine them, as I have
just recently replaced all my Internet hard routers with CISCO's due to
the LinkSys being unable to hold an MTU setting. Just my two cents.

Res Ipsa Loquitor,
Mark-Nathaniel Weisman
Site Master
Mystic_One Internet Gaming Server
Anchorage, Alaska
http://games.mystic1.net


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Sent: Thursday, March 25, 2004 6:24 PM
To: [EMAIL PROTECTED]
Subject: Bandwidth hit in natd/ipfw on 4.4-RELEASE


Hey, I just my got NAT box running 4.4-RELEASE on an old Pentium 90 and 
I'm experiencing a number of problems and I think they're related.. 
there's been a major bandwidth hit in all my web surfing and my ICQ, AOL
and MSN (using both Trillian and Messenger) are dropping connections --
a lot. I don't think a single day's gone by without a connection
dropping or two. As I said before, I've taken a bandwidth hit on my
surfing as well -- to the point where connection attempts are completely
timing out. I've included an abbreviated rc.conf and my natd.conf here..

rc.conf

snip
ifconfig_rl0=DHCP
ifconfig_dc0=inet 192.168.0.1 netmask 255.255.255.0 inetd_enable=YES
snip gateway_enable=YES natd_enable=YES natd_inteface=rl0
natd_flags=-config /etc/natd.conf firewall_enable=YES
firewall_type=OPEN

natd.conf

unregistered_only yes
same_ports yes
log yes
dynamic yes
interface rl0

Did I do anything wrong? Miss anything? Add anything unnecessary? The 
kernel's been recompiled as is appropriate.

Thanks in advance.

-- 
Matt Coe, CCNA
Member-At-Large, Dalhousie University CS Society Fall 2003

'Ford! There's an infinite number of monkeys outside who want to talk to
us about this script for Hamlet they've worked out.'
 -- DNA, 'The Hitch Hiker's Guide to the Galaxy', Arthur Philip Dent

Sick of long-distance bills? Get Skype! www.skype.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Hardware problems or Software problems

2004-04-03 Thread Mark Weisman
Luke,
  If I may offer you my two cents. Many newer systems come standard with
125W power supplies which will probably power the motherboard, that's
usually about all. By the time you add several PCI cards and several
hard drives, you've overloaded the power supply. Typically overlooked,
this one small gadget is responsible for providing enough power to light
everything. 
  My advice here, if you are running more than one drive (CD included),
and have more than one peripheral device, I would start with a 350W
power supply and move up depending. Now I'm not saying this is your
problem, however, I will say that the symptoms for failing power
supplies can be almost anything that pushes over that last hump. A
simple Read/Write operation from the drive or memory could be all it
needs to shut itself down. Hope this helps.

Res Ipsa Loquitor,
Mark-Nathaniel Weisman
Site Master
Mystic_One Internet Gaming Server
Anchorage, Alaska
http://games.mystic1.net


-Original Message-
From: Luke Kearney [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 24, 2004 6:19 AM
To: FreeBSD Questions
Subject: Hardware problems or Software problems 


Hello,

I have a server which recently died on me. I believed that the problem
was likely the memory as the machine would reboot of its own accord
initially when accessing via samba or NFS. Then I noticed that it would
reboot when under no load. Given that the motherboard and CPU etc was
pushing three years old it seemed like a good opportunity to upgrade to
some newer kit I had. I installed a new ASUS P4800 motherboard with a
celeron 2.20ghz chip and brandnew 512mb memory. 

Now again whilst under no load at all it will freeze. The only original
parts are the HDD's. My difficulty is that nothing is left in the logs
or on std out. 

If it is the disks I will reluctantly replace but I cannot see why disks
would cause a reboot and leave nothing logged such as a time out or
anything. 

Are there any specific commands I can issue during start up to increase
the verbosity of logging to try to capture the root cause for this ?

Any assistance is appreciated. 

LukeK

-- 
Luke Kearney [EMAIL PROTECTED]

___
[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: stable and perl5.8.2: PL_exit_flags undefined

2004-04-03 Thread Harlan Stenn
 On Saturday 03 April 2004 12:14 am, Harlan Stenn wrote:
  Thanks, and I had already installed perl5.8.0 via the ports and it
  was working fine.
 
  Everything stopped working when I upgradede to 5.8.2...
 
 Did you rerun use.perl port. There are links that it creates and they 
 would be pointing to 5.8.0 if you didn't update the links.

I let portupgrade do things.  This was not a manual install of the port.

I have even re-installed the system perl, completely uninstalled (pkg_delete
or maybe pkg_deinstall) the ports/perl, and then re-installed perl from
ports.

Same problem...

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


RE: Operation timmed out

2004-04-03 Thread Mark Weisman
This could also be caused by the wrong information about the key at
either the server or workstation. Simply locate the file known_hosts on
both computers to ensure that a key entry does not exist for the other
computer. If it does, delete it. If there are no keys, then the
possibility of a blocked port could be to blame. However, it's just my
two cents.

Res Ipsa Loquitor,
Mark-Nathaniel Weisman
Site Master
Mystic_One Internet Gaming Server
Anchorage, Alaska
http://games.mystic1.net


-Original Message-
From: Vasil Dimov [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 24, 2004 9:53 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: ssh: Operation timmed out


 Hello FreeBSD gurus!
 
 I have a question for you.
 
 I have two computers, both of them running FreeBSD 2.5.1-RELEASE. Let 
 us call them A and B.
 
 Computer A receives ssh connections from computers running Linux, 
 Solaris and even Windows; it also receives connections from FreeBSD 
 4.x and 5.1  but it does not receive ssh connections from B.
 
 A ask for password and then it takes a long time to say Operation 
 timmed out Connection to A closed.
 
 Enabling sshd in rc.d or using it from inetd makes no difference.
 
 Strange, isn't it?
 
 Hope you can help me.
 Thanks in advance:
 
 PD.  Here you will find what ssh -v A dislays:
 
 
 B:/home/mrspock ssh -v A
 OpenSSH_3.6.1p1 FreeBSD-20030924, SSH protocols 1.5/2.0, OpenSSL 
 0x0090703f
 debug1: Reading configuration data /etc/ssh/ssh_config
 ...

try running
A:/windows sshd -ddd
on computer A to see if anything happens.
___
[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: stable and perl5.8.2: PL_exit_flags undefined

2004-04-03 Thread Kent Stewart
On Saturday 03 April 2004 12:14 am, Harlan Stenn wrote:
 Thanks, and I had already installed perl5.8.0 via the ports and it
 was working fine.

 Everything stopped working when I upgradede to 5.8.2...

Did you rerun use.perl port. There are links that it creates and they 
would be pointing to 5.8.0 if you didn't update the links.

Kent


  On Friday 02 April 2004 11:53 pm, Harlan Stenn wrote:
   I am seeing this all of a sudden (after a portupgrade -afRr):
/usr/local/bin/perl5.8.2
  
   /usr/libexec/ld-elf.so.1: /usr/local/bin/perl5.8.2: Undefined
   symbol PL_exit_flags
  
   Any ideas what is going on and how I can fix it?
  
   a make test in the perl5.8 port/ area runs fine...
 
  When I updated to 5.8, I followed the example in
  /usr/ports/UPDATING with the addition of a use.perl port in
  between the portupgrade of perl from 5.6.1 to 5.8 and the upgrade
  of all of the p5-ports. I am not obviously having problems, so,I
  don't know if this helps.
 
  Kent

-- 
Kent Stewart
Richland, WA

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


Re: stable and perl5.8.2: PL_exit_flags undefined

2004-04-03 Thread Kent Stewart
On Friday 02 April 2004 11:53 pm, Harlan Stenn wrote:
 I am seeing this all of a sudden (after a portupgrade -afRr):
  /usr/local/bin/perl5.8.2

 /usr/libexec/ld-elf.so.1: /usr/local/bin/perl5.8.2: Undefined symbol
 PL_exit_flags


 Any ideas what is going on and how I can fix it?

 a make test in the perl5.8 port/ area runs fine...


When I updated to 5.8, I followed the example in /usr/ports/UPDATING 
with the addition of a use.perl port in between the portupgrade of 
perl from 5.6.1 to 5.8 and the upgrade of all of the p5-ports. I am not 
obviously having problems, so,I don't know if this helps.

Kent

-- 
Kent Stewart
Richland, WA

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


Re: stable and perl5.8.2: PL_exit_flags undefined

2004-04-03 Thread Harlan Stenn
Thanks, and I had already installed perl5.8.0 via the ports and it was
working fine.

Everything stopped working when I upgradede to 5.8.2...

H
--
 On Friday 02 April 2004 11:53 pm, Harlan Stenn wrote:
  I am seeing this all of a sudden (after a portupgrade -afRr):
   /usr/local/bin/perl5.8.2
 
  /usr/libexec/ld-elf.so.1: /usr/local/bin/perl5.8.2: Undefined symbol
  PL_exit_flags
 
  Any ideas what is going on and how I can fix it?
 
  a make test in the perl5.8 port/ area runs fine...
 
 When I updated to 5.8, I followed the example in /usr/ports/UPDATING 
 with the addition of a use.perl port in between the portupgrade of 
 perl from 5.6.1 to 5.8 and the upgrade of all of the p5-ports. I am not 
 obviously having problems, so,I don't know if this helps.
 
 Kent
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: stable and perl5.8.2: PL_exit_flags undefined

2004-04-03 Thread Kent Stewart
On Saturday 03 April 2004 12:23 am, Harlan Stenn wrote:
  On Saturday 03 April 2004 12:14 am, Harlan Stenn wrote:
   Thanks, and I had already installed perl5.8.0 via the ports and
   it was working fine.
  
   Everything stopped working when I upgradede to 5.8.2...
 
  Did you rerun use.perl port. There are links that it creates and
  they would be pointing to 5.8.0 if you didn't update the links.

 I let portupgrade do things.  This was not a manual install of the
 port.

 I have even re-installed the system perl, completely uninstalled
 (pkg_delete or maybe pkg_deinstall) the ports/perl, and then
 re-installed perl from ports.

 Same problem...


Well, portupgrade wouldn't run use.perl ports. Look for perl links 
in /usr/bin. If they don't connect to perl5.8.2, that could be part of 
your problem.

-- 
Kent Stewart
Richland, WA

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


Re: stable and perl5.8.2: PL_exit_flags undefined

2004-04-03 Thread Harlan Stenn
 Well, portupgrade wouldn't run use.perl ports. Look for perl links 
 in /usr/bin. If they don't connect to perl5.8.2, that could be part of 
 your problem.

Thanks, Kent. I'll have to do that tomorrow, as at the moment I have the
ports version of perl uninstalled.  I'll re-install it tomorrow and see
if it does better.

One problem I noticed is the version in work/perl-5.8.2/perl (or wherever)
is fine when I run make test, but after make install it stops working
with the same problem.

I'll attack it again after food and sleep.

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


Micronet SP 2610/2612 10/100/1000 with FreeBSD 4.9 Stable :: Which driver to load?

2004-04-03 Thread


Dear All

Hellow. Neither google nor the search facility in this list returned any 
answer. 

I am trying to install the Micronet SP 2610/2612 gigabit NIC. But it is not at 
all loaded. During boot, it goes like 

npx0: math processor on motherboard
npx0: INT 16 interface
pcib0: ServerWorks host to PCI bridge(unknown chipset) on motherboard
pci0: PCI bus on pcib0
pci0: ATI Mach64-GR graphics accelerator at 3.0
bge0: Broadcom BCM5702 Gigabit Ethernet, ASIC rev. 0x1002 mem 0xf6fe-0xf6f
e irq 3 at device 4.0 on pci0
bge0: Ethernet address: 00:0e:7f:b4:24:79
miibus0: MII bus on bge0
brgphy0: BCM5703 10/100/1000baseTX PHY on miibus0
brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX
-FDX, auto
pci0: unknown card (vendor=0x0e11, dev=0xa0f0) at 5.0 irq 5
ahc0: Adaptec (Compaq OEM) 29160 Ultra160 SCSI adapter port 0x2800-0x28ff mem
0xf6fc-0xf6fc0fff irq 10 at device 6.0 on pci0
aic7892: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs
pci0: unknown card (vendor=0x100b, dev=0x0022) at 8.0 irq 11
atapci0: Generic PCI ATA controller port 0x2000-0x200f,0x374-0x377,0x170-0x177
,0x3f4-0x3f7,0x1f0-0x1f7 at device 14.0 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
isab0: PCI to ISA bridge (vendor=1166 device=0203) at device 15.0 on pci0
isa0: ISA bus on isab0


Please note, I have another NIC (inbuilt) that had been detected and configured

3. if I do a /stand/sysinstall, and try to configure the NIC, I see there is a 
  faith0 unknown network interface type
device attached to the system

Please advice as to get this card up and running.

Thanks


-
This mail sent through Virus Free Email:
http://www.vfemail.net

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


Re: KVM Switches

2004-04-03 Thread anubis
On Thu, 1 Apr 2004 10:19 am, Ron wrote:
 Need information on how to get a KVM switch to work with the
 FreeBSD mouse driver.

 The Monitor and keyboard work fine but I have to hook a mouse
 directly to the box for it to work.

Does it work with another machine or O/S?

I have had kvm switches DOA before.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Java and printing: No print service found.

2004-04-03 Thread Dominik Epple
Hi,

I have a box with FreeBSD-5.2.1-RELEASE, system and ports rebuilt from
cvsuped sources around Feb 28. There is also installed the native
jdk-1.4.2, patchset 6. As printing system, cups-1.1.20 is installed and
working, i.e. printing via lpr is possible and lpq and stuff.

A self-written, existing Java application is now to be run on this
machine. This application uses the Java print api and printing works,
for example, when running this application under linux. However,
on the FreeBSD box, trying to print gives just a Message Box with
the text No print service found..

This Problem can be reproduced with this tiny Java program:

=== DummyPrinter.java
import java.awt.print.PrinterJob;

class DummyPrinter {
  public static void main(String[] args) {
PrinterJob printJob=PrinterJob.getPrinterJob();
printJob.printDialog();
System.exit(0);
  }
}
===

Compiling and running this program just pops up the Message Box with
this No print service found. text.

This behavior is also present when using linux-sun-jdk1.4.2.

How can I fix this problem? It would already be great to somehow make
the system just go on to display the dialog even without being able to
print to the printer, but to setup printing to print into a file.

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


Cvs http proxy

2004-04-03 Thread Osmany Guirola Cruz
 I am behind a firewall and its imposible to me do cvsup what do you
recommend me to do I want update my source and ports. 



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


Re: Micronet SP 2610/2612 10/100/1000 with FreeBSD 4.9 Stable :: Which driver to load?

2004-04-03 Thread Ruslan Ermilov
On Sat, Apr 03, 2004 at 04:11:33AM -0600, [EMAIL PROTECTED] wrote:
 Dear All
 
Please DO NOT cross-post!

 Hellow. Neither google nor the search facility in this list returned any 
 answer. 
 
 I am trying to install the Micronet SP 2610/2612 gigabit NIC. But it is not at 
 all loaded. During boot, it goes like 
 
[...]
 pci0: unknown card (vendor=0x100b, dev=0x0022) at 8.0 irq 11

According to the PCI database, this is the National Semiconductor
DP83820/1 10/100/1000 Gigabit Ethernet Adapter.  As such, it should
be supported by the nge(4) driver.

The reason why it's not detected during the initial installation
is because the GENERIC kernel doesn't include this driver [sic].

Just type ``ifconfig nge0'' under root, and the driver will be
loaded automatically.  You can then either put the following
line in your /boot/loader.conf file,

nge_load=YES

or compile a custom kernel which includes the nge(4) driver.


Cheers,
-- 
Ruslan Ermilov
[EMAIL PROTECTED]
FreeBSD committer


pgp0.pgp
Description: PGP signature


FreeBSD Release

2004-04-03 Thread Pavel A. Korshunov
.
 ,  
FreeBSD ? .

Hello. Prompt please where it is possible to find the information about preparing to 
release of releases FreeBSD? Thanks.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


i will download freeBSD 4.7

2004-04-03 Thread evgeny
Hello! I will download FreeBSD 4.7 (full CD-set, 5 cd-s), but i cannot find
this distributive. Help me please...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Installing FreeBSD through FTP

2004-04-03 Thread Daniel Hosler
Right now I am trying to build a router using FreeBSD. I have been having 
trouble from the very start. Right now I have two NIC cards connected to my 
FreeBSD box. One is connected directly to my cable modem, and the other is 
connected to my other computer which is running Windows XP. OK, I start the 
FreeBSD installtion and select FTP as my media type. I know which device is 
connected to the internet and I select that one to be configured. It asks me 
if I want to scan for DHCP servers and I say yes. It scans for about 2 
minutes but does not come up with anything. I fill in the information it 
asks, but that doesnt work either. I was whondering if I could set which 
DHCP server the installation could retrieve the information from. I looked 
in options but changing the DHCP server was not there. Please help.
   Thanks,
Daniel Hosler

_
FREE pop-up blocking with the new MSN Toolbar – get it now! 
http://toolbar.msn.com/go/onm00200415ave/direct/01/

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


still no sound

2004-04-03 Thread Mariejpooh
I HAD  TRYED  EVRY  THING  THAT  COULD  THINK  OF AND I EVEN DOUBLE CLICK.  
WHAT   ELS  SHOULD  DO  A  BOUT  THIS   POMBLE  CAN YOU  HELP  ME.   THANK YOU  
MARIE  JONHSON
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Help me please

2004-04-03 Thread shut g a
Hello! Sorry for my english, I`m from Russian and may be don`t known any specific 
words, but I need help. Try to help me: i want to make dial-ip server with mgetty+pppd 
(!!!), but I cannot do it. Ofcourse, I want dial-out from my work. Please, help me or 
give me some links.

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


Re: i will download freeBSD 4.7

2004-04-03 Thread Kris Kennaway
On Fri, Apr 02, 2004 at 06:28:38PM +0400, evgeny wrote:
 Hello! I will download FreeBSD 4.7 (full CD-set, 5 cd-s), but i cannot find
 this distributive. Help me please...

The 4 CD set is not available online any more.  You can download the
first 2 CDs, and the full set of thousands of packages (more than were
included on the remaining 2 CDs) from a FreeBSD mirror (see
http://mirrorlist.freebsd.org).

Kris


pgp0.pgp
Description: PGP signature


Re: FreeBSD Release

2004-04-03 Thread den
http://www.freebsd.org/releng/index.html

Pavel A. Korshunov wrote:

.
 ,  FreeBSD ? 
.
Hello. Prompt please where it is possible to find the information about preparing to release of releases FreeBSD? Thanks. 
___
[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: FreeBSD Release

2004-04-03 Thread Chuck Swiger
Pavel A. Korshunov wrote:
Hello. Prompt please where it is possible to find the information about
preparing to release of releases FreeBSD? Thanks.
Start with man release and the following URLs:

http://www.freebsd.org/releng/
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/releng/index.html
--
-Chuck
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


KDE upgrade problem

2004-04-03 Thread Ben Paley
Hello,

I'm running KDE 3.1.4 under FreeBSD 5.2-CURRENT. I want to upgrade to KDE
3.2.1, and I've tried this a number of ways, using the ports system: I've
tried using 'portupgrade kde' and also in smaller chunks like 'portupgrade
kdelibs' and 'portupgrade kdebase', and I've tried doing

#cd /usr/ports/x11/kdelibs3/
#make depend
#make
#make install

and every time I get through the kdelibs build with no problems, and get the
same error when it tries to install:



===  Installing for kdelibs-3.2.1

===  kdelibs-3.2.1 conflicts with installed package(s):
  kdebase-3.1.4
  They install files into the same place.
  Please remove them first with pkg_delete(1).
*** Error code 1

Stop in /usr/ports/x11/kdelibs3.
*** Error code 1

Stop in /usr/ports/x11/kde3.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade32717.0
make
** Fix the problem and try again.
** The following packages were not installed or upgraded
(*:skipped / !:failed)
! x11/kde3 (kde-3.1.4)  (new compiler error)
bash-2.05b#



So, of course, I could try pkg_delete-ing kdebase, but I'm a bit reluctant
to bugger up a working installation, just in case that doesn't actually
solve the problem, or something else goes wrong, leaving me with no
desktop! Of course I could install another, temporary deaktop in case...

Or is it possibly a problem with the port?

Any ideas? Thanks very much

Ben

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


Re: Help me please

2004-04-03 Thread Chuck Swiger
shut g a wrote:
Try to help me: i want to make dial-ip server with mgetty+pppd (!!!), but I
cannot do it. Ofcourse, I want dial-out from my work. Please, help me or give
me some links.
Try:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/serialcomms.html
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ppp-and-slip.html
By the way, if you continue to have problems after looking over the links 
above, please be sure you tell us what you've done and what specific problems 
you are having (ie, logfile output or error messages).

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


postscript on 5.x, -dSAFER and /

2004-04-03 Thread Eric Brunner-Williams in Portland Maine
Howdy folks,

My googling monkies have turned up several instances of the problem,
on several platforms, freebsd included. The log output is below.

Error: /invalidfileaccess in --.outputpage--
Operand stack:
   1   true
Execution stack:
   %interp_exit   .runexec2   --nostringval--   --nostringval--   --nostringval--   2  
 %stopped_push   --nostringval--   --nostringval--   --nostringval--   false   1   
%stopped_push   1   3   %oparray_pop   1   3   %oparray_pop   1   3   %oparray_pop   1 
  3   %oparray_pop   .runexec2   --nostringval--   --nostringval--   --nostringval--   
2   %stopped_push   --nostringval--   0   3   %oparray_pop   --nostringval--   
--nostringval--   --nostringval--   --nostringval--
Dictionary stack:
   --dict:1059/1123(ro)(G)--   --dict:0/20(G)--   --dict:74/200(L)--
Current allocation mode is local
Last OS error: 13
GNU Ghostscript 7.07: Unrecoverable error, exit code 1

If memory serves, gs et al did not take a lot of thought in 4.x.

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


Re: KDE upgrade problem

2004-04-03 Thread Kent Stewart
On Saturday 03 April 2004 07:26 am, Ben Paley wrote:
 Hello,

 I'm running KDE 3.1.4 under FreeBSD 5.2-CURRENT. I want to upgrade to
 KDE 3.2.1, and I've tried this a number of ways, using the ports
 system: I've tried using 'portupgrade kde' and also in smaller chunks
 like 'portupgrade kdelibs' and 'portupgrade kdebase', and I've tried
 doing

 #cd /usr/ports/x11/kdelibs3/
 #make depend
 #make
 #make install

 and every time I get through the kdelibs build with no problems, and
 get the same error when it tries to install:

 

 ===  Installing for kdelibs-3.2.1

 ===  kdelibs-3.2.1 conflicts with installed package(s):
   kdebase-3.1.4
   They install files into the same place.
   Please remove them first with pkg_delete(1).
 *** Error code 1

 Stop in /usr/ports/x11/kdelibs3.
 *** Error code 1

 Stop in /usr/ports/x11/kde3.
 ** Command failed [exit code 1]: /usr/bin/script -qa
 /tmp/portupgrade32717.0 make
 ** Fix the problem and try again.
 ** The following packages were not installed or upgraded
 (*:skipped / !:failed)
 ! x11/kde3 (kde-3.1.4)  (new compiler error)
 bash-2.05b#

 

 So, of course, I could try pkg_delete-ing kdebase, but I'm a bit
 reluctant to bugger up a working installation, just in case that
 doesn't actually solve the problem, or something else goes wrong,
 leaving me with no desktop! Of course I could install another,
 temporary deaktop in case...

 Or is it possibly a problem with the port?

 Any ideas? Thanks very much


All of us that upgraded had to do it. If you don't, you have a situation 
like the Xfont problem in XFree86 where the fonts were moved to 
-libraries and the pkg_delete of the old location deleted them but 
didn't reinstall them. You had to reinstall -library in order to 
continue with the update.

I don't upgrade kde from a konsole in kde. So, my attitude was that I 
didn't have a working version with the first dependancy update. I also 
used 2 AMD 2400+ XP's to build alternating packages in parallel and use 
the package for the install on the other computer. So I had 2 machines 
down until I finished and that was something on the order of 6 hours.

If you upgrade, set BATCH=yes in your /etc/make.conf and start the 
upgrade while you aren't around. FruitSalad only has packages for 5.2, 
so you will have to build them from the port and that takes a long 
time. The BATCH command tells the make to install everything.

Kent 

-- 
Kent Stewart
Richland, WA

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


Re: KDE upgrade problem

2004-04-03 Thread Ruslan N. Gogunsci
Hello Ben,
1.You must read handbook about ports and packages
2.then go to /usr/ports/sysutils/portupgrade and install it, read
manpages about portupgrade.
www.onlamp.org has good articles about how to use portupgrade.
3. then portsdb -Uu as root 
4. portupgrade -NcCr kde

On Sat, Apr 03, 2004 at 04:26:10PM +0100, Ben Paley wrote:
 Hello,
 
 I'm running KDE 3.1.4 under FreeBSD 5.2-CURRENT. I want to upgrade to KDE
 3.2.1, and I've tried this a number of ways, using the ports system: I've
 tried using 'portupgrade kde' and also in smaller chunks like 'portupgrade
 kdelibs' and 'portupgrade kdebase', and I've tried doing
 
 #cd /usr/ports/x11/kdelibs3/
 #make depend
 #make
 #make install
 
 and every time I get through the kdelibs build with no problems, and get the
 same error when it tries to install:
 
 
 
 ===Installingforkdelibs-3.2.1
 
 ===kdelibs-3.2.1conflictswithinstalledpackage(s):
 kdebase-3.1.4
 Theyinstallfilesintothesameplace.
 Pleaseremovethemfirstwithpkg_delete(1).
 *** Error code 1
 
 Stop in /usr/ports/x11/kdelibs3.
 *** Error code 1
 
 Stop in /usr/ports/x11/kde3.
 ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade32717.0
 make
 ** Fix the problem and try again.
 ** The following packages were not installed or upgraded
 (*:skipped / !:failed)
 !x11/kde3(kde-3.1.4)(newcompilererror)
 bash-2.05b#
 
 
 
 So, of course, I could try pkg_delete-ing kdebase, but I'm a bit reluctant
 to bugger up a working installation, just in case that doesn't actually
 solve the problem, or something else goes wrong, leaving me with no
 desktop! Of course I could install another, temporary deaktop in case...
 
 Or is it possibly a problem with the port?
 
 Any ideas? Thanks very much
 
 Ben
 
 ___
 [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: Cvs http proxy

2004-04-03 Thread Matthew Seaman
On Sat, Apr 03, 2004 at 08:58:33AM -0400, Osmany Guirola Cruz wrote:
  I am behind a firewall and its imposible to me do cvsup what do you
 recommend me to do I want update my source and ports. 

Try CTM -- get the updates sent to you as e-mail messages, or FTP them
off one of the FreeBSD servers.  See

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

Cheers,

Matthew

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


pgp0.pgp
Description: PGP signature


Symlinks chroot - Is it Possible?

2004-04-03 Thread Drew Tomlinson
I have a few users that I wish to allow FTP access on my 4.9-RELEASE-p4 
system.  I've setup their accounts and added them to /etc/ftpchroot to 
lock them into their login directories.  They are in the standard 
/home/user dirs.

However, I want all of them to have access to another directory 
(/ftp/share) that is setup read-only.  I tried adding a symlink to 
/ftp/share but I've found this doesn't work when the user is chrooted.  
I've Googled on this issue.  A FAQ for  PureFTPd confirms this and 
suggests mount_null.  But the man page for mount_null says that the code 
is beta and may wipe out a file system.

What is the best way to achieve my objective?  If mount_null is it, how 
do I use it?  Do I include it in some sort of login script?  I've set 
these users shells to nologin.  How would that work?

Thanks,

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


k3b on 5.2

2004-04-03 Thread Jay Moore
Has anyone here tried k3b? If so, what are your impressions?

Port vs package?

My question is a little after the fact, but I decided last night to try it. 
I decided to install from the ports tree (make install), and this thing has 
been going on like forever. Some of the stuff I've seen scroll by makes me 
nervous - warnings that constants exceed size limits for long integers, other 
packages being overwritten, etc.

Am I building a hairball?

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


Re: Symlinks chroot - Is it Possible?

2004-04-03 Thread den
I use mount_null and have no problem with it. You need create dir in 
each user home and use mount_null for mount your chrooted dir
with created directories as mount points .
So you need add many lines in your /etc/fstab file .
I think that words in manual about beta concern writing in directory 
that uses mount_null. I don't use write and it seems that you don't
need write too. So use this fs type ( set in fstab ro option for this 
mount point).
And read man for mount_null.

Drew Tomlinson wrote:

I have a few users that I wish to allow FTP access on my 
4.9-RELEASE-p4 system.  I've setup their accounts and added them to 
/etc/ftpchroot to lock them into their login directories.  They are in 
the standard /home/user dirs.

However, I want all of them to have access to another directory 
(/ftp/share) that is setup read-only.  I tried adding a symlink to 
/ftp/share but I've found this doesn't work when the user is 
chrooted.  I've Googled on this issue.  A FAQ for  PureFTPd confirms 
this and suggests mount_null.  But the man page for mount_null says 
that the code is beta and may wipe out a file system.

What is the best way to achieve my objective?  If mount_null is it, 
how do I use it?  Do I include it in some sort of login script?  I've 
set these users shells to nologin.  How would that work?

Thanks,

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


For Myron or Byron

2004-04-03 Thread peter lageotakes
Sorry to distrub the list.  I was having an off topic
discussion with Myron/Byron @ Juno.  I misplaced your
email address.  Can you resend.

Pete

=
ESCape with VI. Cheese A La mode.

__
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway 
http://promotions.yahoo.com/design_giveaway/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: KDE upgrade problem

2004-04-03 Thread Chuck McManis
At 07:26 AM 4/3/2004, you wrote:
I'm running KDE 3.1.4 under FreeBSD 5.2-CURRENT. I want to upgrade to KDE
3.2.1, and I've tried this a number of ways, using the ports system: I've
tried using 'portupgrade kde' and also in smaller chunks like 'portupgrade
kdelibs' and 'portupgrade kdebase', and I've tried doing
The only way I got it to work was a clean re-install without KDE (bare 
install) then cvsup, portupgrade of ruby, then build/install of the KDE 
meta port.

--Chuck

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


Re: Symlinks chroot - Is it Possible?

2004-04-03 Thread Mark
Drew Tomlinson wrote:

 I have a few users that I wish to allow FTP access on my
 4.9-RELEASE-p4 system.  I've setup their accounts and added them to
 /etc/ftpchroot to lock them into their login directories.
 They are in the standard /home/user dirs.

 However, I want all of them to have access to another directory
 (/ftp/share) that is setup read-only. I tried adding a symlink to
 /ftp/share but I've found this doesn't work when the user is chrooted.


True. A symlink cannot traverse 'up' the chroot; only a hardlink can (to a
file). Personally, I would not use something as beta as mount_null. When
the man pages say: (READ: IT DOESN'T WORK), I would stay clear of it.

There are other ways, though. You say your chroot is at:

 /etc/ftpchroot

I'm not necessarily sure whether the root-partition is the best place for a
chroot; but working from that fact, you could reverse the condition.
Instead of trying to link to /ftp/share, from within the chroot, you could
do the opposite: first create the following directory:

/etc/ftpchroot/ftp/share

Then, in /ftp/, symlink to within the chrooted dir:

share - /etc/ftpchroot/ftp/share

Then /ftp/share is accessible from both the 'real' and the chrooted
environment, pointing to the same directory.

- Mark

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


Reinstalling OpenLDAP-2.1.28 with SASL support

2004-04-03 Thread Robert Fitzpatrick
I want to be sure I'm doing this right before I start. I currently have
OpenLDAP-2.1.28 port installed on FreeBSD-5.2.1. I need to rebuild it
with SASL support. I have defined WITH_SASL in /etc/make.conf and have
Cyrus-SASL-2.1.18 and saslauthd installed. My directory has plenty of
existing entries and I have dumped them out into an LDIF file.

So, from here, can I just move into the /usr/ports/net/openldap21-server
dir and do 'make deinstall' and then 'make install clean'? I guess my
big question is where will the server end up? My current install is in
/usr and I know ports will usually install under /usr/local, or should I
add PREFIX somewhere for this install? I would like it to just overwrite
the old version, am I planning this right?

-- 
Robert

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


Problems login into NIS Slave and Client

2004-04-03 Thread Jamel Brown
freebsd1.compulinux.org 4.9-RELEASE FreeBSD
4.9-RELEASE #0: Mon Oct 27 17:51:09 GMT 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
 i386

freebsd2.compulinux.org 4.9-RELEASE FreeBSD
4.9-RELEASE #0: Mon Oct 27 17:51:09 GMT 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
 i386

freebsd3.compulinux.org 4.9-RELEASE FreeBSD
4.9-RELEASE #0: Mon Oct 27 17:51:09 GMT 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
 i386

freebsd4.compulinux.org 4.9-RELEASE FreeBSD
4.9-RELEASE #0: Mon Oct 27 17:51:09 GMT 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
 i386 

I'm having several problems setting up NIS on my
system I have 4 computers that I am trying to setup
NIS on. The roles I would like my computers to play
are as follows Freebsd1 Server, Freebsd2 Slave,
Freebsd3 Client, and Freebsd4 Client. I have been
trying to set up NIS according to what the FreeBSD
handbook says several times but all with no luck. Ok
here's is another thing I’m new to FreeBSD so I don’t
know how to use vipw very well so I always use add
user instead please let me know if I am causing the
problem by not using these programs. Also if you
notice I have missed anything please let me know. Also
Please Type in the exact command needed to fix my
problem if at all possible as I have stated before I
am new to FreeBSD so please assume I might not know.


This is /etc/group on freebsd1
# $FreeBSD: src/etc/group,v 1.19.2.3 2002/06/30
17:57:17 des Exp $
#
wheel:*:0:root
daemon:*:1:daemon
kmem:*:2:root
sys:*:3:root
tty:*:4:root
operator:*:5:root
mail:*:6:
bin:*:7:
news:*:8:
man:*:9:
games:*:13:
staff:*:20:root
sshd:*:22:
smmsp:*:25:
mailnull:*:26:
guest:*:31:root
bind:*:53:
uucp:*:66:
xten:*:67:xten
dialer:*:68:
network:*:69:
www:*:80:
nogroup:*:65533:
nobody:*:65534:
+:*::

This is /etc/group on freebsd2
# $FreeBSD: src/etc/group,v 1.19.2.3 2002/06/30
17:57:17 des Exp $
#
wheel:*:0:root
daemon:*:1:daemon
kmem:*:2:root
sys:*:3:root
tty:*:4:root
operator:*:5:root
mail:*:6:
bin:*:7:
news:*:8:
man:*:9:
games:*:13:
staff:*:20:root
sshd:*:22:
smmsp:*:25:
mailnull:*:26:
guest:*:31:root
bind:*:53:
uucp:*:66:
xten:*:67:xten
dialer:*:68:
network:*:69:
www:*:80:
nogroup:*:65533:
nobody:*:65534:
+:*::

This is /etc/group on freebsd3
# $FreeBSD: src/etc/group,v 1.19.2.3 2002/06/30
17:57:17 des Exp $
#
wheel:*:0:root
daemon:*:1:daemon
kmem:*:2:root
sys:*:3:root
tty:*:4:root
operator:*:5:root
mail:*:6:
bin:*:7:
news:*:8:
man:*:9:
games:*:13:
staff:*:20:root
sshd:*:22:
smmsp:*:25:
mailnull:*:26:
guest:*:31:root
bind:*:53:
uucp:*:66:
xten:*:67:xten
dialer:*:68:
network:*:69:
www:*:80:
nogroup:*:65533:
nobody:*:65534:
pgsql:*:70:
+:*::

This is /etc/group on freebsd4
# $FreeBSD: src/etc/group,v 1.19.2.3 2002/06/30
17:57:17 des Exp $
#
wheel:*:0:root
daemon:*:1:daemon
kmem:*:2:root
sys:*:3:root
tty:*:4:root
operator:*:5:root
mail:*:6:
bin:*:7:
news:*:8:
man:*:9:
games:*:13:
staff:*:20:root
sshd:*:22:
smmsp:*:25:
mailnull:*:26:
guest:*:31:root
bind:*:53:
uucp:*:66:
xten:*:67:xten
dialer:*:68:
network:*:69:
www:*:80:
nogroup:*:65533:
nobody:*:65534:
+:*::

This is /etc/host.conf on all hosts

# First try the /etc/hosts file
hosts
# Now try the nameserver next.
bind
# If you have YP/NIS configured, uncomment the next
line
nis

this is how /etc/hosts is listed on all hosts

::1 localhost localhost.compulinux.org
127.0.0.1   localhost localhost.compulinux.org
192.168.123.1   freebsd1.compulinux.org freebsd1
192.168.123.2   freebsd2.compulinux.org freebsd2
192.168.123.3   freebsd3.compulinux.org freebsd3
192.168.123.4   freebsd4.compulinux.org freebsd4
192.168.123.5   freebsd5.compulinux.org freebsd5
192.168.123.6   winxpcorp1.compulinux.org   winxpcorp1
192.168.123.7   winxpcorp2.compulinux.org   winxpcorp2
192.168.123.8   hpnotebook.compulinux.org   hpnotebook
+::

this is /etc/master.passwd on freebsd1
# $FreeBSD: src/etc/master.passwd,v 1.25.2.6
2002/06/30 17:57:17 des Exp $
#
root:$1$JXm8MlGX$HehcsfGmwYiOg1C337o5x/:0:0::0:0:Charlie
:/root:/bin/csh
toor:*:0:0::0:0:Bourne-again Superuser:/root:
daemon:*:1:1::0:0:Owner of many system
processes:/root:/sbin/nologin
operator:*:2:5::0:0:System :/:/sbin/nologin
bin:*:3:7::0:0:Binaries Commands and
Source:/:/sbin/nologin
tty:*:4:65533::0:0:Tty Sandbox:/:/sbin/nologin
kmem:*:5:65533::0:0:KMem Sandbox:/:/sbin/nologin
games:*:7:13::0:0:Games
pseudo-user:/usr/games:/sbin/nologin
news:*:8:8::0:0:News Subsystem:/:/sbin/nologin
man:*:9:9::0:0:Mister Man
Pages:/usr/share/man:/sbin/nologin
sshd:*:22:22::0:0:Secure Shell
Daemon:/var/empty:/sbin/nologin
smmsp:*:25:25::0:0:Sendmail Submission
User:/var/spool/clientmqueue:/sbin/nologin
mailnull:*:26:26::0:0:Sendmail Default
User:/var/spool/mqueue:/sbin/nologin
bind:*:53:53::0:0:Bind Sandbox:/:/sbin/nologin
uucp:*:66:66::0:0:UUCP
pseudo-user:/var/spool/uucppublic:/usr/libexec/uucp/uucicoxten:*:67:67::0:0:X-10

Re: IPSEC in kernel

2004-04-03 Thread Lowell Gilbert
Andri Kok [EMAIL PROTECTED] writes:

 If I enable IPSEC and IPSEC_ESP in my kernel, do I have to edit anything else (for 
 e.g. rc.conf, etc). Sorry for this very silly question. I'm a noob. Thx a lot in 
 advance.

http://www2.au.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ipsec.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: installing with packages-4-stable

2004-04-03 Thread Lowell Gilbert
Mickael Suzenne [EMAIL PROTECTED] writes:

 I'm currently installing a new server from scratch with the 4.9-RELEASE
 CDROM.
 However, I would rather have to install the base system from the CDROM and
 all the rest from FTP.
 
 Ok, this would work very well (It's my 20th server I install by this way
 :-), fine), but I would rather pick the packages from the package-4-stable
 repository. Ok, that's right if I do pkg_add -r
 ftp://ftp.freebsd.org/.../packages-4-stable/All/the_package.tgz; I will have
 the right package and all its dependancies fetched from the right place. But
 what if I (or an another sysadmin) do the install from sysinstall ? It would
 fetch from 4.9-RELEASE !
 
 Is there any solution for this ?

Do the base system first, then run sysinstall, go to the options
screen and set the release name to 4.9-STABLE.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Reinstalling OpenLDAP-2.1.28 with SASL support

2004-04-03 Thread Robert Fitzpatrick
On Sat, 2004-04-03 at 15:45, Robert Fitzpatrick wrote:
 So, from here, can I just move into the /usr/ports/net/openldap21-server
 dir and do 'make deinstall' and then 'make install clean'? I guess my
 big question is where will the server end up? My current install is in
 /usr and I know ports will usually install under /usr/local, or should I
 add PREFIX somewhere for this install? I would like it to just overwrite
 the old version, am I planning this right?

So, forget this, I see 2.1.29 with sasl is all ready to go with
portupgrade and all is under /usr/localgot to love that port system!

-- 
Robert

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


courrier maildir problem after portupgrade

2004-04-03 Thread Jason
BSD fans,

I had qmail/courier imapd running fine. I ran portupgrade -ra and after 
everyting was upgraded and restarted, my email works fine. but my courier 
imapd cannot find my ~/Maildir even though it is there. I look in my logs 
and I see that I am getting authenticated with imapd, but all I get when I 
login via imap to the server is
BYE [ALERT] Fatal error: No such file or directory
(I see this via a sniffer trace)

Ive searched google for quite a while, but cant seem to figure this one 
out. How do I specify the default location that courier looks for my 
inbox in a maildir format?

Jason

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


startssl at boot time

2004-04-03 Thread RYAN vAN GINNEKEN
I use freebsd 4.9 stable and apache 2.0.0.49 with mod_ssl when i type
startssl everything seems to work ie my non ssl sites and my ssl site.
However on reboot my ssl site does not come up until i run apachectl 
stop and then apachectl startssl. How do i make apache start the ssl 
stuff at boot time THANK YOU  in advance.

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


courrier maildir problem after portupgrade (SOLVED!)

2004-04-03 Thread Jason
finally found the answer..
gotta have MAILDIRPATH=Maildir in /usr/local/etc/courier-imap/imapd

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


Re: installworld failing on sparc64

2004-04-03 Thread Garance A Drosihn
At 5:48 AM + 4/3/04, Andy Miller wrote:
I am currently upgrading a Sparc64 system from 5.1 to 5.2.1.
buildworld was successful, as well as the build and install
of the kernel.  After a reboot, I ran installworld and
received the following error message:
=== bin/csh
install -s -o root -g wheel -m 555   csh /bin
install -o root -g wheel -m 444 
/usr/src/bin/csh/../../contrib/tcsh/complete.tcsh 
/usr/src/bin/csh/../../contrib/tcsh/csh-mode.el 
/usr/share/examples/tcsh
gencat -new et_EE.ISO8859-15.cat et_EE.ISO8859-15.msg
gencat:No such file or directory
*** Error code 1

I'm not sure what has gone wrong.  Any input on how to fix this
will be greatly appreciated.
I would try:

 cd /usr/src/usr.bin/gencat
 make install
 cd /usr/src
 make installworld
I am not sure that will fix the problem, but it's a plausible
guess at a fix.
--
Garance Alistair Drosehn=   [EMAIL PROTECTED]
Senior Systems Programmer   or  [EMAIL PROTECTED]
Rensselaer Polytechnic Instituteor  [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Laptop 5.2.1 Install Problem

2004-04-03 Thread Stephen West-Fisher
I'm trying to install 5.2.1 on an old laptop, replacing 4. There is no
CD-ROM on this machine, so I use a PCMCIA Ethernet card for the install
device. When I boot up with floppies, unlike version 4.X, PCMCIA services
are not started, so I cannot install.

Have I missed something that has changed with the install kernel for 5.2.1?

-- 
Stephen West-Fisher
Coastal Data Systems
727.418.9774
http://www.coastaldatasystems.com/
 


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


Virus Alert

2004-04-03 Thread administrator
The mail message (file: your_bill.pif) you sent to [EMAIL PROTECTED] contains a virus. 
(on mail.sahara.co.in)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Synchronization Of Evolution with Palm Pilot IIIe

2004-04-03 Thread Barry Skidmore
I have been trying for many months to synchronize my Palm Pilot IIIe
with Evolution.  I am currently using Gnome 2 with Evolution 1.4.6.

Every time I select 'Palm Settings...' from the Evolution 'Tools' menu,
I receive the following error message:

'Application gpilotd (process x) has crashed due to a fatal error.
(Abort trap)'

If someone has successfully done a synchronization under these
conditions, I would very much appreciate a link to a HOWTO.  Every HOWTO
I have used has resulted in this same error.

Thanks,
Barry

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


Re: k3b on 5.2

2004-04-03 Thread Jay Moore
On Saturday 03 April 2004 02:44 pm, Eric F Crist wrote:

  Has anyone here tried k3b? If so, what are your impressions?
 
  My question is a little after the fact, but I decided last night to try
  it. I decided to install from the ports tree (make install), and this
  thing has been going on like forever. Some of the stuff I've seen scroll
  by makes me nervous - warnings that constants exceed size limits for long
  integers, other packages being overwritten, etc.
 
  Am I building a hairball?
 

 Just let it run.  It's upgrading some of your outdated ports.  Ignore those
 warnings.  If it's something serious, it will stop the installation.

Ouch! It finally did stop - there were error messages with details  
suggestions to mail files developers/maintainers, etc - all of which I 
ignored :(

I decided I could clean this up by doing an update (via CVSup), followed by 
an upgrade (via portupgrade). So here's what I did:

# cvsup -g -L 2 /root/ports-supfile

 -- which completely successfully, followed by:

# portupgrade -a

 -- which ended badly... a long list of packages (approx 140) that did not 
install due to * (skipped) or ! (failed). Some of them look pretty important:
! sysutils/cdrtools (cdrtools-2.0.3)(unknown build error)
* devel/ORBit2 (ORBit2-2.8.2)
etc, etc.

Looking at the terminal log, it appears that the wheels came off because this 
port couldn't be fetched:

docbook-xsl-1.62.4

What should my next move be?

THanks,
Jay

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


MASTER_SITE_OVERRIDE in make.conf

2004-04-03 Thread Robert Downes
My make.conf file contains the line:

   
MASTER_SITE_OVERRIDE=ftp://ftp.uk.freebsd.org/pub/FreeBSD/ports/distfiles

Someone gave me this line months ago when I asked how to instruct make 
to request files from local FTP servers (rather than dumping all 
requests on the master server).

However, I can not find a description for this line in any official 
literature. I have checked man make.conf, and there seems to be no mention.

Where should I be looking for the definitive description of this 
configuration setting, or has it been removed from recent versions of 
FreeBSD?

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


Re: 2.6 out performs FreeBSD?!

2004-04-03 Thread Chris
On Sunday 04 April 2004 01:10 am, paul wrote:
 I know this benchmark is a little outdated and has probably been discussed
 before http://bulk.fefe.de/scalability/

 but I was like wtf when I saw this, is this a legit benchmark? Anyone out
 there in the FBSD community wanna benchmark 5.2.1 or 4.x vs Kernel 2.6. I
 would be interested in seeing what a properly tuned system would look like
 in this benchmark ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]


Troll, troll, troll, troll, troll

Begone ye one legged gnome! Back to the darkness for ye once came...

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


ports hosed

2004-04-03 Thread Jay Moore
FreeBSD 5.2 installed from the cd a couple of weeks ago:

I guess I've stepped into it, somehow... the sequence was:

# cvsup -g -L 2 /root/ports-supfile  completed OK
# pkgdb -F OK
# portupgrade -afailed...

The failure appeared to be the result of inability to find a distfile:
 docbook-xsl-1.65.1.tar.gz

So I manually d/l this file from sourceforge, copied it into /usr/ports/
distfiles, and ran 'portupgrade -a' again. Got following error:

/usr/local/sbin/portupgrade:35:in `require': No such file to load -- pkgtools 
(LoadError)
from /usr/local/sbin/portupgrade:35

How do I get back to Kansas (there's no place like home)?

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