postfix and nis

2004-04-14 Thread Lutz Kittler
Hi,

I generated postfix from postfix-current and want to use
nis - aliases.
But postconf -m doesnt show nis and so I cant use it.
Where have I to configure nis ?
Theres no choice at package building for nis.

 Thanks , Lutz

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


install/update ports

2004-02-26 Thread Lutz Kittler
Hi,

I use FreeBSD-4.9 and have some troubles with portupdate.
Today I updated the ports with

 cvsup /etc/cvs-ports

( see Files and Directory Listings below ).
I wanted to install nagios and got problems. Portupgrade
tried to install from net/nagios and net/net-snmp and there
are errors because only the Makefile are there.
These ports have beend moved to net-mgmt as I can see in MOVED.
So I have some questions :

1. Which of the INDEX*-Files from /usr/ports is used by portupgrade/
   portinstall and "make search" ?
2. These Files seems not be updated , why ?
3. Is it right that directories of old net-ports exist and contain
   Makefile ? If it isnt, how can I update the ports-tree to the
   right structure ?

Thanks ,Lutz


bash-2.05a#cat /etc/cvs-ports
*default  host=kastor2
*default  base=/usr
*default  prefix=/usr
*default  release=cvs
*default  tag=RELENG_4
*default  delete use-rel-suffix

*default tag=.
ports-all

bash-2.05a# ls -lt /usr/sup/ports-all/
-rw-r--r--  1 root  wheel  10977893 26 Feb 11:37 checkouts.cvs:.

bash-2.05a# ls -l INDEX*
-rw-r--r--  1 root  wheel  4761293 19 Feb 12:18 INDEX
-rw-r--r--  1 root  wheel  4436222 16 Feb 10:39 INDEX-5
-rw-r--r--  1 root  wheel  9975808 19 Feb 12:25 INDEX.db
-rw-r--r--  1 root  wheel  2746434  6 Aug  2002 INDEX~

bash-2.05a# ls -l  net*/net-snmp
net-mgmt/net-snmp:
total 26
-rw-r--r--  1 root  wheel   5348 24 Feb 09:33 Makefile
-rw-r--r--  1 root  wheel 61 18 Nov 04:18 distinfo
drwxr-xr-x  2 root  wheel   1024 17 Feb 08:36 files
-rw-r--r--  1 root  wheel401 21 Dez 14:48 pkg-descr
-rw-r--r--  1 root  wheel695 31 Okt 15:17 pkg-message
-rw-r--r--  1 root  wheel  11813 21 Dez 14:48 pkg-plist

net/net-snmp:
total 6
-rw-r--r--  1 root  wheel  5314  8 Jan 11:28 Makefile
bash-2.05a# ls -l  net*/nagios*
net-mgmt/nagios:
total 22
-rw-r--r--  1 root  wheel   3065 24 Feb 09:33 Makefile
-rw-r--r--  1 root  wheel 59 11 Feb 05:56 distinfo
drwxr-xr-x  2 root  wheel512 17 Feb 08:36 files
-rw-r--r--  1 root  wheel677 29 Mai  2002 pkg-descr
-rw-r--r--  1 root  wheel  11023  7 Apr  2003 pkg-plist

net-mgmt/nagios-plugins:
total 12
-rw-r--r--  1 root  wheel  1259 24 Feb 09:33 Makefile
-rw-r--r--  1 root  wheel69  3 Aug  2003 distinfo
drwxr-xr-x  2 root  wheel   512 17 Feb 08:36 files
-rw-r--r--  1 root  wheel   753 22 Jul  2002 pkg-descr
-rw-r--r--  1 root  wheel  1601  3 Aug  2003 pkg-plist
drwxr-xr-x  2 root  wheel   512 17 Feb 08:36 scripts

net/nagios:
total 4
-rw-r--r--  1 root  wheel  3050 13 Feb 08:45 Makefile

net/nagios-plugins:
total 2
-rw-r--r--  1 root  wheel  1248  6 Feb 16:33 Makefile

bash-2.05a# ls -lt MOVED
-rw-r--r--  1 root  wheel  64094 24 Feb 09:31 MOVED

bash-2.05a# grep nagios MOVED 
net/nagios-plugins|net-mgmt/nagios-plugins|2004-02-22|new category
net/nagios|net-mgmt/nagios|2004-02-22|new category

bash-2.05a# portinstall -v -M WITH_MYSQL=yes net-mgmt/nagios
--->  Session started at: Thu, 26 Feb 2004 12:37:25 +0100
** No package has been installed or upgraded.
--->  Session ended at: Thu, 26 Feb 2004 12:37:27 +0100 (consumed 00:00:01)

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


Re: deleted ports

2003-11-13 Thread Lutz Kittler
Am Donnerstag, 13. November 2003 08:32 schrieb Erik Trulsson:
> On Thu, Nov 13, 2003 at 08:16:50AM +0100, Lutz Kittler wrote:
> > Hi,
> >
> > I had a problem with the Mesa3-Port. Someone told me
> > that the port has moved to libglut.
> > The problem was, that /usr/ports/graphics/Mesa3 was
> > not deleted and the only in this directory was README.html.
> > When I deleted the file and the mesa-directory libglut was
> > installed and everything was okay.
> >
> > So I have 2 questions:
> > 1. Why the mesa-port dir wasnt deleted ?
>
> Because you had created the README.html file in that directory.
> (You have probably issued a 'make readmes' at some point in the past.)
> cvsup does not delete non-empty directories.
>

Thanks, but I havent done any 'make readmes' explicitly.
I only did 'make build/package/install' or install ports by
portupgrade. 
Is there a possibility that some of these commands
has done 'make readmes' implicitly? In this case it would be
good to know in which configuration file I can change this 
behaviour.

Is there a standard way to get rid of README.html of deleted
ports ?

 lutz

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


deleted ports

2003-11-13 Thread Lutz Kittler
Hi,

I had a problem with the Mesa3-Port. Someone told me
that the port has moved to libglut.
The problem was, that /usr/ports/graphics/Mesa3 was 
not deleted and the only in this directory was README.html.
When I deleted the file and the mesa-directory libglut was
installed and everything was okay.

So I have 2 questions:
1. Why the mesa-port dir wasnt deleted ? 
2. Is there anywhere a description of the ports mechanism
  inclusive meaning of files like MOVED?

 Thanks, lutz

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


Mesa port

2003-11-11 Thread Lutz Kittler
Hi,

whats going on with 

Port:   Mesa-3.4.2_2
Path:   /usr/ports/graphics/Mesa3

It is deleted in ports database,but many packages ( eg. kde* )
depend on this port.
So portupgrade brings up many errors.
What to do ?

Lutz


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


Re: mouse problems

2002-07-11 Thread Lutz Kittler

Roman Neuhauser writes:
 > > From: Petre Bandac <[EMAIL PROTECTED]>
 > > To: [EMAIL PROTECTED]
 > > Subject: mouse problems
 > > Date: Tue, 9 Jul 2002 21:52:06 +0300
 > > 
 > > I have a problem with the mouse in x-window on my fresh-installed 4.6 release 
 > > box.
 > > 
 > > initially I have installed wmaker and all went okay, except for the mouse 
 > > which started to click and move by itself ... just like a mouse with the 
 > > wrong drivers on a winblows machine :-)
 > > 
 > > so I switched to enlightenment - and same problem ...
 > > the mouse is ps2
 > > and the error I get sometimes when I Ctr-Alt-Backspace to kill x-window is 
 > > 
 > > (EE)Mouse1: Write to mouse failed.
 > > 
 > > and in the console the mouse works ok  that's what I dont understand ..
 > 
 > > ps - and yes, I did xf86config and set it all ok there
 > 
 > I could never get mouse work under X with any protocol other than "auto"
 > 
 > roman@freepuppy ~ > grep auto /etc/rc.conf /etc/X11/XF86Config292:0
 > /etc/rc.conf:moused_type="auto"
 > /etc/X11/XF86Config:Option "Protocol""auto"
 > 
 > I use a Genius Netscroll+ here (4.5-STABLE - 4.6-STABLE), and
 > another (old 3-button) Genius on another 4.5-RELEASE with these
 > settings. 
 > 

 Hi,

I had similar problems . I disabled moused and set mouse device to ps2
in XF86Config

Option  "Device" "/dev/psm0"

I dont use mouse on the console.

 lutz

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



has squid shot down the kernel?

2002-07-11 Thread Lutz Kittler

Jonas Sonntag writes:
 > hello
 > 
 > our 4.6-stable server has just rebootet itself.
 > this looks to me like squid has caused an error, but how come that the
 > machine reboots itself?
 > has anyone seen this behaviour before?
 > it's squid 2.4_8 from the ports.
 > 
 > here's the log, thanks for any advise:
 > 
 > Jul 11 16:06:56 tesla /kernel:
 > Jul 11 16:06:56 tesla /kernel:
 > Jul 11 16:06:56 tesla /kernel: Fatal trap 12: page fault while in kernel
 > mode
 > Jul 11 16:06:56 tesla /kernel: fault virtual address= 0x8769c1b2
 > Jul 11 16:06:56 tesla /kernel: fault code   = supervisor read,
 > page not present
 > Jul 11 16:06:56 tesla /kernel: instruction pointer  = 0x8:0xc0199760
 > Jul 11 16:06:56 tesla /kernel: stack pointer= 0x10:0xd7b03d80
 > Jul 11 16:06:56 tesla /kernel: frame pointer= 0x10:0xd7b03d9c
 > Jul 11 16:06:56 tesla /kernel: code segment = base 0x0, limit
 > 0xf, type 0x1b
 > Jul 11 16:06:56 tesla /kernel: = DPL 0, pres 1, def32 1, gran 1
 > Jul 11 16:06:56 tesla /kernel: processor eflags = interrupt enabled, resume,
 > IOPL = 0
 > Jul 11 16:06:56 tesla /kernel: current process  = 238 (squid)
 > Jul 11 16:06:56 tesla /kernel: interrupt mask   =
 > Jul 11 16:06:57 tesla /kernel: trap number  = 12
 > Jul 11 16:06:57 tesla /kernel: panic: page fault
 > Jul 11 16:06:57 tesla /kernel:
 > Jul 11 16:06:57 tesla /kernel: syncing disks... 25 1

 Hi,

I had the same problem  not only with squid but with all things that 
access net , eg. slogin , X , smbd and so on. Everytime I got
the same error.
I didnt find any reason.
I did cvsup , I also built new kernel with different options , no way out.
If I started the old kernels I had no troubles.
I installed clean FreeBSD vom CD and everything was alright.
I'm also interested in this error.

 Lutz

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