Re: Simultaneously two versions of one port?

2005-06-24 Thread Thomas Beer
> either, 'cd'  to the port that is causing the problem, devel/py-orbit2, in
> this case and type 'make deinstall', than go back to your original port and
> issue a make again

What's with existing dependencies?

> 
> or, 'cd' to the port that is causing the problem, devel/py-orbit2, in this
> case and type 'make -DFORCE_PKG_REGISTER install clean'. This forces an
> upgrade of the troublesome port, but may result in a double registered port.
> This can be checked by issuing 'pkgdb -F'
> 
> Good luck,
> 
> Pascal
> 
> On Fri, 24 Jun 2005 14:17:29 +0200, Thomas Beer wrote
> > Dear All,
> >
> > I'm trying to install gdesklets which depends on
> > py24-orbit. However, py23-orbit is already
> > installed. I googled and tryed various ways
> > with portupgrade et al. What to do?
> >
> > Thanks Tom
> >
> > [EMAIL PROTECTED] gdesklets]# make install
> > ===>   gdesklets-0.34.3 depends on file: /usr/local/bin/python - found
> >
> > <---snip--->
> >
> > ===>  Installing for py24-orbit-2.0.1_1
> > ===>   py24-orbit-2.0.1_1 depends on file: /usr/local/bin/python2.4 - found
> > ===>   py24-orbit-2.0.1_1 depends on executable: pkg-config - found
> > ===>   py24-orbit-2.0.1_1 depends on shared library: glib-2.0.600 - found
> > ===>   py24-orbit-2.0.1_1 depends on shared library: IDL-2.0 - found
> > ===>   py24-orbit-2.0.1_1 depends on shared library: ORBit-2.0 - found
> > ===>   Generating temporary packing list
> > ===>  Checking if devel/py-orbit2 already installed
> > ===>   An older version of devel/py-orbit2 is already installed
> > (py23-orbit-2.0.1_1)
> >  You may wish to ``make deinstall'' and install this port again
> >  by ``make reinstall'' to upgrade it properly.
> >  If you really wish to overwrite the old port of devel/py-orbit2
> >  without deleting it first, set the variable "FORCE_PKG_REGISTER"
> >  in your environment or the "make install" command line.
> > *** Error code 1
> >
> > Stop in /usr/ports/devel/py-orbit2.
> > *** Error code 1
> >
> > Stop in /usr/ports/x11-toolkits/py-gnome2.
> > *** Error code 1
> >
> > Stop in /usr/ports/deskutils/gdesklets.
> >
> > --
> > --  Which is worse:  ignorance or apathy?
> > --  Don't know.  Don't care.
> > ___
> > freebsd-stable@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> > To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 
> ___
> freebsd-stable@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 


-- 
--  Which is worse:  ignorance or apathy?
--  Don't know.  Don't care.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Simultaneously two versions of one port?

2005-06-24 Thread Thomas Beer
Dear All,

I'm trying to install gdesklets which depends on
py24-orbit. However, py23-orbit is already
installed. I googled and tryed various ways
with portupgrade et al. What to do?

Thanks Tom

[EMAIL PROTECTED] gdesklets]# make install
===>   gdesklets-0.34.3 depends on file: /usr/local/bin/python - found

<---snip--->

===>  Installing for py24-orbit-2.0.1_1
===>   py24-orbit-2.0.1_1 depends on file: /usr/local/bin/python2.4 - found
===>   py24-orbit-2.0.1_1 depends on executable: pkg-config - found
===>   py24-orbit-2.0.1_1 depends on shared library: glib-2.0.600 - found
===>   py24-orbit-2.0.1_1 depends on shared library: IDL-2.0 - found
===>   py24-orbit-2.0.1_1 depends on shared library: ORBit-2.0 - found
===>   Generating temporary packing list
===>  Checking if devel/py-orbit2 already installed
===>   An older version of devel/py-orbit2 is already installed
(py23-orbit-2.0.1_1)
 You may wish to ``make deinstall'' and install this port again
 by ``make reinstall'' to upgrade it properly.
 If you really wish to overwrite the old port of devel/py-orbit2
 without deleting it first, set the variable "FORCE_PKG_REGISTER"
 in your environment or the "make install" command line.
*** Error code 1

Stop in /usr/ports/devel/py-orbit2.
*** Error code 1

Stop in /usr/ports/x11-toolkits/py-gnome2.
*** Error code 1

Stop in /usr/ports/deskutils/gdesklets.

-- 
--  Which is worse:  ignorance or apathy?
--  Don't know.  Don't care.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: DEVFS Overflow table

2005-05-17 Thread Thomas Beer
Here we go:

default:
set device PPPoE:em0
set MTU 1492
set MRU 1492
set dial
set crtscts off
set speed sync
accept lqr
disable deflate
disable pred1
disable vjcomp
disable acfcomp
disable protocomp
set log Phase   #   LCP IPCP CCP Warning Error Alert
set ifaddr 10.0.0.1/0 10.0.0.2/0 #0.0.0.0 0.0.0.0
add default HISADDR
set login
set authname **
set authkey **
set timeout 1800
allow user tom

Cheers Tom


On 5/17/05, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> On Tue, May 17, 2005 at 12:44:37PM +0200, Thomas Beer wrote:
> > >
> > > Yes, but how is your system configured? A boot log doesn't show us
> > > this.
> >
> > Kris,
> >
> > thanks for your patience! What do you need? Kernel config,
> > boot.loader, etc?
> 
> You claim the problem is related to PPP, so your appropriately edited
> ppp configuration.  This way someone else can drop that in and try to
> replicate the problem.
> 
> Kris
> 
> 
>
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: DEVFS Overflow table

2005-05-17 Thread Thomas Beer
> 
> Yes, but how is your system configured? A boot log doesn't show us
> this.

Kris,

thanks for your patience! What do you need? Kernel config,
boot.loader, etc?

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


Re: DEVFS Overflow table

2005-05-15 Thread Thomas Beer
> Can you show exactly how to repeat this error condition, so that
> others can try and replicate it?

After reboot:

[EMAIL PROTECTED] tom]# dmesg -aM
Copyright (c) 1992-2005 The FreeBSD Project.M
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994M
The Regents of the University of California. All rights reserved.M
FreeBSD 5.4-STABLE #0: Sat May 14 21:54:42 CEST 2005M
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/IBM_02M
Timecounter "i8254" frequency 1193182 Hz quality 0M
CPU: Intel(R) Pentium(R) M processor 1.80GHz (1798.48-MHz 686-class CPU)M
  Origin = "GenuineIntel"  Id = 0x6d6  Stepping = 6M
  
Features=0xafe9f9bfM
real memory  = 1073020928 (1023 MB)M
avail memory = 1040478208 (992 MB)M
npx0:  on motherboardM
npx0: INT 16 interfaceM
acpi0:  on motherboardM
acpi_ec0:  port 0x66,0x62 on acpi0M
acpi0: Power Button (fixed)M
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000M
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0M
cpu0:  on acpi0M
acpi_throttle0:  on cpu0M
acpi_lid0:  on acpi0M
acpi_button0:  on acpi0M
pcib0:  port 0xcf8-0xcff on acpi0M
pci0:  on pcib0M
agp0:  mem 0xd000-0xdfff at
device 0.0 on pci0M
pcib1:  at device 1.0 on pci0M
pci1:  on pcib1M
pci1:  at device 0.0 (no driver attached)M
uhci0:  port 0x1800-0x181f
irq 11 at device 29.0 on pci0M
usb0:  on uhci0M
usb0: USB revision 1.0M
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1M
uhub0: 2 ports with 2 removable, self poweredM
uhci1:  port 0x1820-0x183f
irq 11 at device 29.1 on pci0M
usb1:  on uhci1M
usb1: USB revision 1.0M
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1M
uhub1: 2 ports with 2 removable, self poweredM
uhci2:  port 0x1840-0x185f
irq 11 at device 29.2 on pci0M
usb2:  on uhci2M
usb2: USB revision 1.0M
uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1M
uhub2: 2 ports with 2 removable, self poweredM
pci0:  at device 29.7 (no driver attached)M
pcib2:  at device 30.0 on pci0M
pci2:  on pcib2M
cbb0:  mem 0xb000-0xbfff irq 11 at device
0.0 on pci2M
cardbus0:  on cbb0M
pccard0: <16-bit PCCard bus> on cbb0M
cbb1:  mem 0xb100-0xb1000fff irq 11 at device
0.1 on pci2M
cardbus1:  on cbb1M
pccard1: <16-bit PCCard bus> on cbb1M
em0:  port
0x8000-0x803f mem 0xc020-0xc020,0xc022-0xc023 irq 11
at device 1.0 on pci2M
em0: Ethernet address: 00:0d:60:b1:b9:07M
em0:  Speed:N/A  Duplex:N/AM
pci2:  at device 2.0 (no driver attached)M
isab0:  at device 31.0 on pci0M
isa0:  on isab0M
atapci0:  port
0x1860-0x186f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on
pci0M
ata0: channel #0 on atapci0M
ata1: channel #1 on atapci0M
pci0:  at device 31.3 (no driver attached)M
pcm0:  port 0x18c0-0x18ff,0x1c00-0x1cff mem
0xc800-0xc8ff,0xcc00-0xcdff irq 11 at device 31.5 on
pci0M
pcm0: M
pci0:  at device 31.6 (no driver attached)M
acpi_tz0:  on acpi0M
atkbdc0:  port 0x64,0x60 irq 1 on acpi0M
atkbd0:  irq 1 on atkbdc0M
kbd0 at atkbd0M
psm0:  irq 12 on atkbdc0M
psm0: model Generic PS/2 mouse, device ID 0M
fdc0:  port 0x3f7,0x3f0-0x3f5 irq 6 drq
2 on acpi0M
ppc0:  port 0x3bc-0x3be irq 7 on acpi0M
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE modeM
ppbus0:  on ppc0M
plip0:  on ppbus0M
lpt0:  on ppbus0M
lpt0: Interrupt-driven portM
ppi0:  on ppbus0M
acpi_cmbat0:  on acpi0M
acpi_acad0:  on acpi0M
orm0:  at iomem
0xdc000-0xd,0xd1000-0xd1fff,0xd-0xd0fff on isa0M
pmtimer0 on isa0M
vga0:  at port 0x3c0-0x3df iomem 0xa-0xb on isa0M
sc0:  at flags 0x100 on isa0M
sc0: VGA <16 virtual consoles, flags=0x300>M
ums0: Logitech USB Receiver, rev 1.10/9.10, addr 2, iclass 3/1M
ums0: 5 buttons and Z dir.M
umass0: USB Flash Disk, rev 2.00/2.00, addr 3M
Timecounter "TSC" frequency 1798480037 Hz quality 800M
Timecounters tick every 10.000 msecM
Fast IPsec: Initialized Security Association Processing.M
IP Filter: v3.4.35 initialized.  Default = block all, Logging = enabledM
em0: Link is up 10 Mbps Half DuplexM
ad0: 57231MB  [116280/16/63] at ata0-master UDMA100M
acd0: CDRW  at ata1-master PIO4M
da0 at umass-sim0 bus 0 target 0 lun 0M
da0:  Removable Direct Access SCSI-2 device M
da0: 1.000MB/s transfersM
da0: 125MB (256000 512 byte sectors: 64H 32S/T 125C)M
Mounting root from ufs:/dev/ad0s3aM
Pre-seeding PRNG:M
 kickstartM
.M
Loading configuration files.M
Entropy harvesting:M
 interruptsM
 ethernetM
 point_to_pointM
 kickstartM
.M
swapon: adding /dev/ad0s3b as swap deviceM
Starting file system checks:M
/dev/ad0s3a: FILE SYSTEM CLEAN; SKIPPING CHECKSM
/dev/ad0s3a: clean, 451015 free (591 frags, 56303 blocks, 0.1% fragmentation)M
/dev/ad0s3e: FILE SYSTEM CLEAN; SKIPPING CHECKSM
/dev/ad0s3e: clean, 247858 free (34 frags, 30978 blocks, 0.0% fragmentation)M
/dev/ad0s3f: FILE SYSTEM CLEAN; SKIPPING CHECKSM
/dev/ad0s3f: clean, 6642801 free (62417 frags, 822548 blocks, 0.7%
fragmentation)M
/dev/ad0s3d: FILE SYSTEM CLEAN; SKIPPING CHECKSM
/dev/ad0s3f: clean, 6642801 free (62417 frags, 822548 blocks, 0.7%
fragmentation)M
/dev/ad0s3d

DEVFS Overflow table

2005-05-14 Thread Thomas Beer
Dear all,

after upgrading from 5.3 to 5.4-Stable
I get 

DEVFS Overflow table with 65538 entries allocated

I already doubled the values in the kernel config via

options NDEVFSINO=2050
options NDEVFSOVERFLOW=65538

with no avail. The error message pops up if a user
(fails to) start ppp but not if root starts ppp. Any pointers?


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


DEVFS & ppp & ndis after upgrade to 5.4

2005-05-10 Thread Thomas Beer
Hi,

after upgrading from 5.3 to 5.4 yesterday

FreeBSD lap.mobile 5.4-STABLE FreeBSD 5.4-STABLE #0: Mon May  9
20:04:07 CEST 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/IBM_01 
i386

I receive

kernel: DEVFS Overflow table with 32768 entries allocated

and ppp stucks if issued as a normal user

[EMAIL PROTECTED] tom]$ ppp
Working in interactive mode
Warning: No available tunnel devices found (No such file or directory)

despite

# To build ppp with normal permissions
PPP_NOSUID= true

in /etc/make.conf.
Additionally will ndis no longer work correctly

 kldstat
Id Refs AddressSize Name
 1   11 0xc040 3eb1f4   kernel
 21 0xc07ec000 5884 snd_ich.ko
 3   14 0xc07f2000 56270acpi.ko
 41 0xc265d000 9000 ntfs.ko
 51 0xc2803000 16000linux.ko
 61 0xc2f64000 11000ndis.ko

 ifconfig ndis0 up
ifconfig: interface ndis0 does not exist

Do I have to compile the wrapper again?

Thanks for any support Tom
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"