FreeBSD 9.2 - does not appear to support the 'dc' PCMCIA NIC driver

2013-10-07 Thread Kent Kuriyama
I have a Netgear FA511 PCMCIA NIC that worked fine under 9.1.  Under 9.2 I
get the following message:

Oct  6 21:38:11 monitor4 kernel: dc0:  port 0x1100-0x11ff irq 19 at device 0.0 on cardbus0
Oct  6 21:38:11 monitor4 kernel: dc0: attaching PHYs failed

This used to work under 9.1, does anyone know what happened?  Thanks.

Kent
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: portupgrade fail qt4-rcc-4.6.1

2010-01-22 Thread Kent Stewart
On Thursday 21 January 2010 10:34:59 pm n dhert wrote:
> Today there were about 7 portupgrades to qt4 packages.
> Upgrading 'qt4-rcc-4.5.3' to 'qt4-rcc-4.6.1' (devel/qt4-rcc)  failed:
> ...
> c++ -c -O2 -fno-strict-aliasing -pipe -O2 -fPIC -Wall -W
> -DQT_BOOTSTRAPPED -DQT_
> LITE_UNICODE -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII
> -DQT_NO_CODECS -DQT_N
> O_DATASTREAM -DQT_NO_GEOM_VARIANT -DQT_NO_LIBRARY -DQT_NO_QOBJECT
> -DQT_NO_STL -D
> QT_NO_SYSTEMLOCALE -DQT_NO_TEXTSTREAM -DQT_NO_THREAD
> -DQT_NO_UNICODETABLES -DQT_
> NO_USING_NAMESPACE -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE
> -I/usr/local/share/
> qt4/mkspecs/freebsd-g++ -I. -I../../../include
> -I../../../include/QtCore -I../..
> /../include/QtXml -I/usr/local/include -o
> .obj/release-static/qfsfileengine_unix
> .o ../../corelib/io/qfsfileengine_unix.cpp
> ../../corelib/io/qfsfileengine_unix.cpp: In member function 'uchar*
> QFSFileEngin
> ePrivate::map(qint64, qint64, QFile::MemoryMapFlags)':
> ../../corelib/io/qfsfileengine_unix.cpp:1273: warning: comparaison
> between signed
>  and unsigned integer expressions
> ../../corelib/io/qfsfileengine_unix.cpp:1293: error: 'QT_MMAP' was
> not declared
> in this scope
> *** Error code 1
> Stop in
> /usr/ports/devel/qt4-rcc/work/qt-everywhere-opensource-src-4.6.1/src/
>too ls/bootstrap.
> *** Error code 1
> Stop in /usr/ports/devel/qt4-rcc.
> --->  Build of devel/qt4-rcc ended at: Fri, 22 Jan 2010 07:09:07
> +0100 (consumed
>  00:01:47)
> --->  Upgrade of devel/qt4-rcc ended at: Fri, 22 Jan 2010 07:09:07
> +0100 (consum
> ed 00:01:47)
>
> Waht's wrong and how to remedy?

I found that portugrade was trying to upgrade qt4-rcc or moc on my 
machines before it upgraded their only dependency, qt4-qmake. I updated 
that and then everything worked just fine.

Kent
-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: portupgrade broken, and apr won't build

2009-09-02 Thread Kent Stewart
On Wednesday 02 September 2009 01:22:37 am DA Forsyth wrote:
> Hiya all
>
> Something weird going on with portypgrade (and maybe ports in
> general) here.  Somewhere between last months upgrade and this month,
> portupgrade has started to ignore ports that are reported by
> portversion as needing upgrading.  The result is I have to force each
> one, one at a time.  Big schlep.
>
> For example
>
> > portversion -v | grep samba
>
> samba-3.0.35,1  <  needs updating (port has 3.0.36,1)
>
> > portupgrade -vr samba
>
> --->  Session started at: Wed, 02 Sep 2009 10:18:47 +0200
> ** None has been installed or upgraded.
> --->  Session ended at: Wed, 02 Sep 2009 10:18:47 +0200 (consumed
> 00:00:00)
>
> The other thing is that devel/apr will not build.  The make stops
> with this
> ...
>  checking whether it is safe to define __EXTENSIONS__... yes
>  checking for library containing strerror... none required
>  checking whether system uses EBCDIC... no
>  performing libtool configuration...
>  ./configure: 9753: Syntax error: word unexpected (expecting ")")
>  *** Error code 2
>
>  Stop in /usr/ports/devel/apr.
>  *** Error code 1
>
>  Stop in /usr/ports/devel/apr.
>
> I cvsup every Monday morning.  I tried the upgrades last week but got
> these failures and decided to wait a week and see if there are fixes.
> Apparently not.  I also had to manually fix the openssl distfile
> (missing MD5 and SH256) so that it would actually download the
> missing patch and confirm it.  I have never had so much trouble with
> the port system, who broke it? <-:
>
> Any ideas?

My experience with portupgrade problems like this is that your INDEX-? and 
INDEX-?.db aren't being created properly after cvsuping. Portversion doesn't 
depend on them but portupgrade does. The INDEX-? that you download is always 
out of date. I use p5-FreeBSD-Portindex to keep them incrementally up todate, 
which is much faster then building the INDEX from scratch.

After awhile, you have a mess and things don't build because the dependencies 
haven't been built.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: KDE3 --> KDE4

2009-08-06 Thread Kent Stewart
On Thursday 06 August 2009 05:53:05 pm Paul Schmehl wrote:
> --On August 6, 2009 7:15:18 PM -0500 Andrew Gould
>
>  wrote:
> > On Thu, Aug 6, 2009 at 6:21 PM, Paul Schmehl
> >
> > wrote:
> >> Can someone who has already done this upgrade suggest the best way to go
> >> about it?  Do I need to completely uninstall kde3 first?  Is there an
> >> upgrade path that's not fraught with gotchas?
> >>
> >> --
> >> Paul Schmehl, Senior Infosec Analyst
> >
> > Unless things have changed very recently, KDE4 is in its own directory
> > folder.  This may imply that KDE3 and KDE4 can coexist.
> >
> > As always, YMMV.
>
> I was looking for something a little more definitive, like I upgraded like
> this, and here's the problems I ran into.
>
> I don't want to run KDE3 and KDE4 side by side.  I want to migrate from
> the former to the latter.

There are features that haven't made it to kde4 such as koffice. I added 
OpenOffice but that can be a long compile. One of my favorite sites crashes 
konqueror, which wasn't a problem on kde3. I left my slower machine, which I 
use for e-mail, and web browsing running kde3 and play with kde4 on my system 
that can do a portupgrade -pfR kde4 in 7 hours and build OO in less than 2 
hours. It is running kde-4.3 now and it has been recursively rebuilt. The 
browser crash is still there. I can use the packages of common ports to 
update the slower machine. They are on a 4-port kvm and it is too easy to 
simply use the machine that works the best.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Failing to compile a new kernel

2009-07-28 Thread Kent Stewart
On Tuesday 28 July 2009 11:08:57 am gula nito wrote:
> Hello, Im trying to compile a new kernel, but when I try to make it , I
> receive the following error:
> *
> ***Error code 1
>
> Stop in /usr/obj/usr/src/sys/TEST28JUL09.
> ***Error code 1
>
> Stop in /usr/src.
> ***Error code 1
>
> Stop in /usr/src.*
>
> The last "MAKE" that appears in the terminal was *"MAKE=make sh
> /usr/src/sys/conf/newvers.sh TEST28JUL09"*
>
> I adjunt the configuration file
>
> Thanks!

You have to include the actual error messages. The error 1 is just telling you 
that you had an error. You have scbus, da, and miibus, which are the most 
common errors that I see. I didn't see anything else. Post the error messages 
and maybe some one will see what you did wrong.

You should probably include a "uname -a".

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: jpeg-7 - rebuild all dependencies - how?

2009-07-24 Thread Kent Stewart
On Friday 24 July 2009 10:51:18 am Jerry wrote:
> On Fri, 24 Jul 2009 13:55:42 +0100
>
> "Daniel Bye"  wrote:
> > On Fri, Jul 24, 2009 at 02:03:43PM +0200, Ewald Jenisch wrote:
> > > Hi,
> > >
> > > Updating one of my sytems I followed /usr/ports/UPDATING and did a
> > > "pkg_delete -r jpeg-6b_7" - only to discover that everything that
> >
> > Au contraire, Blackadder. UPDATING says to run either of
> >
> > portmaster -r jpeg*
> >
> > OR
> >
> > portupgrade -fr graphics/jpeg
>
> Which, unfortunately, does not build /x11/kdelibs3 with the updated
> jpeg library. I had to make a link from the old library to the new one
> to get the update to work correctly. I know that some have suggested
> that, that is not the proper way to do it; however, the fact that it
> works is all I was interested in.

There is the -L option for pkgdb, which fixes lost dependencies. I ran it on a 
system that I have been having problems upgrading and it seemed to fix all of 
the ones giving me grief. If the -fr didn't work, then you may need to use 
the -L option to get things back in order.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: my kernel is not build/install

2009-06-26 Thread Kent Stewart
On Friday 26 June 2009 01:25:58 pm fo...@pisem.net wrote:
> On Friday 26 June 2009 12:50:22 pm Rolf G Nielsen wrote:
> > Кирилл А. Фомин wrote:
> > > Здравствуйте, Rolf.
> > >
> > > In my first mail i attach my config file. Latest i attach full console
> > > output.
> > >
> > > Вы писали 26 июня 2009 г., 23:35:14:
> > >> Brent Bloxam wrote:
> > >>> fo...@pisem.net wrote:
> > >>>> When I make my kernel (make kernel KERNCONF=KERNEL) it stop whith
> > >>>>  Error code 1
> > >>>
> > >>> According to Chapter 8.5 of the handbook
>
> 
(http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html):
> > >>>>1.
> > >>>>   Change to the /usr/src directory:
> > >>>>   # cd /usr/src
> > >>>>
> > >>>>2.
> > >>>>   Compile the kernel:
> > >>>>   # make buildkernel KERNCONF=MYKERNEL
> > >>>>
> > >>>>3.
> > >>>>   Install the new kernel:
> > >>>>   # make installkernel KERNCONF=MYKERNEL
> > >>>
> > >>> You need to use `make buildkernel`, not `make kernel`
> > >>> ___
> > >>> freebsd-questions@freebsd.org mailing list
> > >>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > >>> To unsubscribe, send any mail to
> > >>> "freebsd-questions-unsubscr...@freebsd.org"
> > >>
> > >> According to the makefile, "make kernel" does "make buildkernel" +
> > >> "make installkernel", so that shouldn't be the problem. Your question
> > >> is very vague. Could you please attach the complete output (or at
> > >> least the last portion of it, e.g. 10-15 lines or so).
> >
> > First, please do not reply to me only. Put the list on CC, in case
> > somebody else has some insight on the matter.
> >
> > I looked at the kernel config file, but it is pretty difficult to see
> > what is wrong, without either knowing all the options by heart or
> > comparing it to the NOTES files. Moreover, I am sorry, but I cannot find
> >   the console output that you say you attached. Either I am blind or it
> > got stripped somewhere on the way.
>
> He has umass
>
> # USB support
> deviceuhci# UHCI PCI->USB interface
> device    ohci# OHCI PCI->USB interface
> deviceehci# EHCI PCI->USB interface (USB 2.0)
> deviceusb # USB Bus (required)
> #device   udbp# USB Double Bulk Pipe devices
> deviceugen# Generic
> deviceuhid# "Human Interface Devices"
> deviceukbd# Keyboard
> deviceulpt# Printer
> deviceumass   # Disks/Mass storage - Requires scbus 
> and da
>
> But in his "SCSI peripherals" he has scbus and da commented out.
>
> Kent

>May be Kent Stewart wright, cose http://dumpz.org/10103/. I try compile the 
>my kernel whith the all "SCSI peripherals" uncomment. 

You need to add the error messages. You got stdout and what was wrong was 
still missing.

I have a script that I use to do a build[world, kernel] that 
uses /var/log/build. I added build to ..\log. It does nothing more than

make buildkernel KERNCONF=FREEBSD1 2>&1 | 
tee /var/log/build/bkernel-`date "+%Y%m%d-%H%M"`.log

It leaves a complete log everytime I build a kernel. Your options would be 
different and I also use csh.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: my kernel is not build/install

2009-06-26 Thread Kent Stewart
On Friday 26 June 2009 12:50:22 pm Rolf G Nielsen wrote:
> Кирилл А. Фомин wrote:
> > Здравствуйте, Rolf.
> >
> > In my first mail i attach my config file. Latest i attach full console
> > output.
> >
> > Вы писали 26 июня 2009 г., 23:35:14:
> >> Brent Bloxam wrote:
> >>> fo...@pisem.net wrote:
> >>>> When I make my kernel (make kernel KERNCONF=KERNEL) it stop whith 
> >>>> Error code 1
> >>>
> >>> According to Chapter 8.5 of the handbook
> >>>
> >>> 
(http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html):
> >>>>1.
> >>>>   Change to the /usr/src directory:
> >>>>   # cd /usr/src
> >>>>
> >>>>2.
> >>>>   Compile the kernel:
> >>>>   # make buildkernel KERNCONF=MYKERNEL
> >>>>
> >>>>3.
> >>>>   Install the new kernel:
> >>>>   # make installkernel KERNCONF=MYKERNEL
> >>>
> >>> You need to use `make buildkernel`, not `make kernel`
> >>> ___
> >>> freebsd-questions@freebsd.org mailing list
> >>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> >>> To unsubscribe, send any mail to
> >>> "freebsd-questions-unsubscr...@freebsd.org"
> >>
> >> According to the makefile, "make kernel" does "make buildkernel" + "make
> >> installkernel", so that shouldn't be the problem. Your question is very
> >> vague. Could you please attach the complete output (or at least the last
> >> portion of it, e.g. 10-15 lines or so).
>
> First, please do not reply to me only. Put the list on CC, in case
> somebody else has some insight on the matter.
>
> I looked at the kernel config file, but it is pretty difficult to see
> what is wrong, without either knowing all the options by heart or
> comparing it to the NOTES files. Moreover, I am sorry, but I cannot find
>   the console output that you say you attached. Either I am blind or it
> got stripped somewhere on the way.

He has umass

# USB support
device  uhci# UHCI PCI->USB interface
device  ohci# OHCI PCI->USB interface
device  ehci# EHCI PCI->USB interface (USB 2.0)
device  usb # USB Bus (required)
#device udbp# USB Double Bulk Pipe devices
device  ugen# Generic
device  uhid# "Human Interface Devices"
device  ukbd# Keyboard
device  ulpt# Printer
device  umass   # Disks/Mass storage - Requires scbus and da

   
But in his "SCSI peripherals" he has scbus and da commented out.

Kent
-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Can't boot 7.2-RELEASE i386 or AMD64 on an Abit KV8 Pro motherboard with Sempron 3100+ CPU

2009-06-20 Thread Kent Stewart
On Saturday 20 June 2009 11:00:45 am ericr wrote:
> Hi,
>
> As the subject says, I can't get the 7.2-RELEASE i386 CD to boot on a
> system that has:
>
> Abit KV8 Pro (K8T800P-8237-6A7L1A1BC-26) motherboard with the most recent
> BIOS - BIOS release 26 4/20/2007
> (
> http://www.abit.com.tw/page/en/motherboard/motherboard_detail.php?pMODEL_NA
>ME=KV8+Pro&fMTYPE=Socket+754)
>
> An AMD Sempron 3100+ 1.8Ghz CPU
>
> 1 Gb RAM
>
> An ATI 1050 256mb AGP video card
>
> I think I have turned off everything ACPI related in the BIOS setup.
>
> When I boot the i386 ISO, the kernel boots to the point of probing the PCI
> bus and then hangs completely, even the keyboard is locked up.
>
> I've unplugged all the disks, so the only things in the system are the CD
> drive, the floppy drive, and the video card.
>
> I have turned off acpi at boot time, and when I boot the i386 ISO
> verbosely, the last few lines the kernel spews are:
>
> pci_open(1): mode 1 addr port (0x0cf8) is 0x8000c060
> pci_open(1a): mode1res=0x8000 (0x8000)
> pci_cfgcheck: device 0 [class=06] [hdr=80] is there (id=02821106)
> pcibios: BIOS version 2.10
> pcib0:  pcibus 0 on motherboard
> pci0:  on pcib0
> pci0: domain=0, physical bus=0
>
> There's no PCI cards plugged in, just the AGP video card.
>
>
> When I try booting the AMD64 ISO, the boot loader runs, I get the boot
> menu, and regardless of what boot options I give the kernel, I get the
> message "CPU doesn't support long mode" and then I get the OK prompt.
>
>
> I'm pretty sure it doesn't have a h/w problem, it'll boot and install
> Fedora 11, Win2K, WinXP, and runs every DOS based diagnostic app I can find
> with no problems.
>
> Anyone have any suggestions, or should I file a PR?

Did you follow the suggestion on the release announcement of using the other 
CDs and switching before you start the install.

Kent
>
> Thanks!
>
> - ericr
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscr...@freebsd.org"



-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: another compile error

2009-06-09 Thread Kent Stewart
On Tuesday 09 June 2009 09:54:41 am Valentin Bud wrote:
> On Tue, Jun 9, 2009 at 7:42 PM, Kent Stewart  wrote:
> > On Tuesday 09 June 2009 08:00:20 am DA Forsyth wrote:
> > > Hiya
> > >
> > > trying to build kernel for 7.2 and get this
> > > (my earlier problem was my having CFLAGS=... in /etc/src.conf)
> > >
> > > MAKE=make sh /usr/src/sys/conf/newvers.sh LERGY72
> > > cc -c -O -pipe  -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -
> > > Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -
> > > Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc  -
> > > I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -
> > > DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -
> > > finline-limit=8000 --param inline-unit-growth=100 --param large-
> > > function-growth=1000  -mno-align-long-strings -mpreferred-stack-
> > > boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -
> > > ffreestanding -Werror  vers.c
> > > linking kernel.debug
> > > udbp.o(.text+0x59): In function `ng_udbp_disconnect':
> > > /usr/src/sys/dev/usb/udbp.c:857: undefined reference to
> > > `ng_rmnode_self'
> > > udbp.o(.text+0xc9): In function `udbp_detach':
> > > /usr/src/sys/dev/usb/udbp.c:450: undefined reference to
> > > `ng_rmnode_self'
> > > udbp.o(.text+0xde):/usr/src/sys/dev/usb/udbp.c:452: undefined
> > > reference to `ng_unref_node'
> > > udbp.o(.text+0x79e): In function `udbp_attach':
> > > /usr/src/sys/dev/usb/udbp.c:375: undefined reference to `ng_newtype'
> > > udbp.o(.text+0x7cc):/usr/src/sys/dev/usb/udbp.c:381: undefined
> > > reference to `ng_make_node_common'
> > > udbp.o(.text+0x813):/usr/src/sys/dev/usb/udbp.c:384: undefined
> > > reference to `ng_name_node'
> > > udbp.o(.text+0x828):/usr/src/sys/dev/usb/udbp.c:385: undefined
> >
> > I just cvsuped and did a buildworld and a buildkernel. The kernel
> > compiled without a problem. So, this means that you have probably
> > modified your kernel
> > config file until it doesn't work. Start over with GENERIC and leave the
> > comment on udbp.
> >
> > Kent
> >
> > --
> > Kent Stewart
> > Richland, WA
> >
> > http://users.owt.com/kstewart/index.html
> >
> > ___
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "
> > freebsd-questions-unsubscr...@freebsd.org"
>
> Hello,
>
>  If you want udbp(4) you have to know that it requires netgraph(4).
> They are both available as modules and/or kernel config options
> (actually udbp(4) is a device :) ).

If that is all it takes, then, I think that GENERIC should mention 
the "options NETGRAPH" as a requirement for udbp. There are numerous places 
with "requires miibus" as a comment because a device won't compile without 
it. A commented line has often been there because it was a work in progress 
such as ULE was for what seems like years or broken for unknown reasons. 
GENERIC was always self documenting.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: another compile error

2009-06-09 Thread Kent Stewart
On Tuesday 09 June 2009 08:00:20 am DA Forsyth wrote:
> Hiya
>
> trying to build kernel for 7.2 and get this
> (my earlier problem was my having CFLAGS=... in /etc/src.conf)
>
> MAKE=make sh /usr/src/sys/conf/newvers.sh LERGY72
> cc -c -O -pipe  -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -
> Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -
> Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc  -
> I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -
> DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -
> finline-limit=8000 --param inline-unit-growth=100 --param large-
> function-growth=1000  -mno-align-long-strings -mpreferred-stack-
> boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -
> ffreestanding -Werror  vers.c
> linking kernel.debug
> udbp.o(.text+0x59): In function `ng_udbp_disconnect':
> /usr/src/sys/dev/usb/udbp.c:857: undefined reference to
> `ng_rmnode_self'
> udbp.o(.text+0xc9): In function `udbp_detach':
> /usr/src/sys/dev/usb/udbp.c:450: undefined reference to
> `ng_rmnode_self'
> udbp.o(.text+0xde):/usr/src/sys/dev/usb/udbp.c:452: undefined
> reference to `ng_unref_node'
> udbp.o(.text+0x79e): In function `udbp_attach':
> /usr/src/sys/dev/usb/udbp.c:375: undefined reference to `ng_newtype'
> udbp.o(.text+0x7cc):/usr/src/sys/dev/usb/udbp.c:381: undefined
> reference to `ng_make_node_common'
> udbp.o(.text+0x813):/usr/src/sys/dev/usb/udbp.c:384: undefined
> reference to `ng_name_node'
> udbp.o(.text+0x828):/usr/src/sys/dev/usb/udbp.c:385: undefined
 
I just cvsuped and did a buildworld and a buildkernel. The kernel compiled 
without a problem. So, this means that you have probably modified your kernel 
config file until it doesn't work. Start over with GENERIC and leave the 
comment on udbp.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: 7.2 Release kills my XP Dual Boot

2009-05-29 Thread Kent Hauser
Sorry I was less than clear.

I've been running XP + FreeBSD dual boot forever. After installing 7.2
(rebuilding from source), the XP partition wouldn't boot. When I selected
"F1" at the boot menu, the system just hung.

I booted from an old 6.2 install disk I had around & selected
"Custom/Partition" & used the hidden "W" command to write the partition
information & boot manager. I could then dual-boot XP / FreeBSD 7.2.

For fun, I tried "Custom/Partiion/Write" from the 7.2 DVD & it hung just
like the rebuild from source. Fixed again with 6.2 disk.

My conclusion is that 7.2 (or 7.1 -- I moved from 7.0) broke dual boot.

Any other thoughts?

Kent

On Wed, May 27, 2009 at 7:35 PM, Glen Barber wrote:

> Hi, Kent
>
> You're going to need to provide a bit more detail on the problem.
>
> On Wed, May 27, 2009 at 11:14 PM, KENT HAUSER  wrote:
> > Hi,
> >
> > Is there any resolution to this? I had the same problem upgrading from
> 7.0
> > -> 7.2. I've been running FreeBSD dual-boot for over 10 years w/o this
> > problem in the past.
> >
> > I re-ran my fdisk script from an old 6.x boot disk & recovered the XP
> > partitions, but can't boot 7.2. Re-installing 7.2 kills XP.
> >
>
> XP doesn't show up in the bootloader?
>
> If you're running 7.X, why are you using a 6.X boot disk?  That may be
> part of the problem.
>
> > My system disk has 3 partitions: ad0s2 is first (XP recovery). Next is
> ad0s1
> > (XP) followed by FreeBSD.
> >
>
> Do you see the FreeBSD booloader or Windows bootloader?
>
> Not that this fixes the problem, but have you tried installing GRUB?
>
> I personally have been dual-booting for the past year+, and haven't
> seen what you're describing (unless I overwrote my ${OTHER_OS}
> installation) -- are you sure the Windows install still exists?
>
> --
> Glen Barber
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


7.2 Release kills my XP Dual Boot

2009-05-27 Thread KENT HAUSER

Hi,

Is there any resolution to this? I had the same problem upgrading from  
7.0 -> 7.2. I've been running FreeBSD dual-boot for over 10 years w/o  
this problem in the past.


I re-ran my fdisk script from an old 6.x boot disk & recovered the XP  
partitions, but can't boot 7.2. Re-installing 7.2 kills XP.


My system disk has 3 partitions: ad0s2 is first (XP recovery). Next is  
ad0s1 (XP) followed by FreeBSD.


Thanks for any input.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: sane-backends

2009-05-26 Thread Kent Stewart
On Tuesday 26 May 2009 12:15:32 am Pieter Donche wrote:
> When doing a portupgrade -a
> the port sane-backends-1.0.20_1 gives compilation errors...
> What to do with that?
> Just wait for 1.0.20_2 to come up?
> Where to find information?
>

The fix has been posted several times in freebsd-po...@freebsd.org. You can 
cd /usr/ports/graphics/sane-backends
make deinstall
make reinstall

An alternative is to pkg_delete it and then reinstall it with portupgrade. The 
deinstall and reinstall commands are in my history but I wanted to see if 
portupgrade would install it and the N option was successful.

Kent
> ...
> canon_dr.c:1333: error: 'SANE_NAME_STANDARD' undeclared (first use in this
> funct ion)^M
> canon_dr.c:1333: error: (Each undeclared identifier is reported only once^M
> ...
> gmake[2]: *** [libcanon_dr_la-canon_dr.lo] Error 1^M
> gmake[2]: Leaving directory
> `/usr/ports/graphics/sane-backends/work/sane-backend s-1.0.20/backend'^M
> gmake[1]: *** [all] Error 2^M
> gmake[1]: Leaving directory
> `/usr/ports/graphics/sane-backends/work/sane-backend s-1.0.20/backend'^M
> gmake: *** [all-recursive] Error 1^M
> *** Error code 1^M
> ^M
> Stop in /usr/ports/graphics/sane-backends.^M
> *** Error code 1^M
> Stop in /usr/ports/graphics/sane-backends.^M
> --->  Build of graphics/sane-backends ended at: Tue, 26 May 2009 08:55:02
> +0200 (consumed 00:00:42)
> --->  Upgrade of graphics/sane-backends ended at: Tue, 26 May 2009 08:55:02
> +020 0 (consumed 00:00:42)
> --->  ** Upgrade tasks 2: 0 done, 0 ignored, 0 skipped and 1 failed
>
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscr...@freebsd.org"



-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Disappointed with version 6.0

2009-05-18 Thread Kent Stewart
On Monday 18 May 2009 09:56:07 am David Roberts wrote:
> Hi, I was reading this thread as the problem I'm having seems quite
> similar, and with version 7.2, although I had the same behavior with 6.3 as
> well.
>
<
>
> ad0: 9541MB  at ata0-master UDMA66
>
> ad2: DMA limited to UDMA33, controller found non-ATA66 cable
>
> ad2: 76345MB  at ata1-master UDMA33ad0: 9541MB
>  at ata0-master UDMA66
>
> ad2: DMA limited to UDMA33, controller found non-ATA66 cable
>
> ad2: 76345MB  at ata1-master UDMA33
>
>
>
> Any ideas?
>

I had a motherboard that would do this. If I killed power to the system for 
~15 seconds, it would go back to accepting everything. What I though was 
wrong was the controller developed a problem and if I cut the power to the 
system such that the system voltages bled off, it would go back to accepting 
ata66 cables.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Struggling to remove package.

2009-04-17 Thread Kent Stewart
On Friday 17 April 2009 04:50:22 am Brent Clark wrote:
> Hiya
>
> I seem to be struggling with removing a perl bsdpan package.
>
> I tried:
>
> # pkg_delete bsdpan-IO-stringy-2.110
>
> But I get
>
> pkg_delete: package 'bsdpan-IO-stringy-2.110' doesn't have a prefix
>
> I even went to ~/.cpan/build/IO-stringy-2.110-SFns8F/ and ran
> # make uninstall
>
> and this is that I got.
>
> Uninstall is unsafe and deprecated, the uninstallation was not performed.
> We will show what would have been done.
>
> unlink /usr/local/lib/perl5/5.8.9/man/man3/IO::AtomicFile.3
> unlink /usr/local/lib/perl5/5.8.9/man/man3/IO::InnerFile.3
> unlink /usr/local/lib/perl5/5.8.9/man/man3/IO::Lines.3
> unlink /usr/local/lib/perl5/5.8.9/man/man3/IO::Scalar.3
> unlink /usr/local/lib/perl5/5.8.9/man/man3/IO::ScalarArray.3
> unlink /usr/local/lib/perl5/5.8.9/man/man3/IO::Stringy.3
> unlink /usr/local/lib/perl5/5.8.9/man/man3/IO::Wrap.3
> unlink /usr/local/lib/perl5/5.8.9/man/man3/IO::WrapTie.3
> unlink /usr/local/lib/perl5/site_perl/5.8.9/IO/AtomicFile.pm
> unlink /usr/local/lib/perl5/site_perl/5.8.9/IO/InnerFile.pm
> unlink /usr/local/lib/perl5/site_perl/5.8.9/IO/Lines.pm
> unlink /usr/local/lib/perl5/site_perl/5.8.9/IO/Scalar.pm
> unlink /usr/local/lib/perl5/site_perl/5.8.9/IO/ScalarArray.pm
> unlink /usr/local/lib/perl5/site_perl/5.8.9/IO/Stringy.pm
> unlink /usr/local/lib/perl5/site_perl/5.8.9/IO/Wrap.pm
> unlink /usr/local/lib/perl5/site_perl/5.8.9/IO/WrapTie.pm
> unlink /usr/local/lib/perl5/site_perl/5.8.9/mach/auto/IO/Stringy/.packlist
>
> Uninstall is unsafe and deprecated, the uninstallation was not performed.
> Please check the list above carefully, there may be errors.
> Remove the appropriate files manually.
> Sorry for the inconvenience.
>
> --
>
> If anyone can assist, I would be most grateful.

If you used the port, it is p5-IO-stringy-2.110. However, if you added it 
outside of the port system, I think you are own your own.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: portupgrade problem

2009-04-09 Thread Kent Stewart
On Thursday 09 April 2009 10:49:44 pm Canhua wrote:
> hi,
>
> I ran the following to upgrade on my 7.0-release FreBSD:
> env
> PACKAGEROOT="ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-7-stable
>/Late st/" portupgrade -aPPR

The Handbook says this should be PACKAGESITE. When I set it in my .cshrc, I 
have setenv. I haven't set it on my 7-stable but on 6-stable, it looks like

setenv PACKAGESITE 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-stable/Latest/

Kent
>
> and it would failed with this error:
> fetch:
> ftp://ftp.freebsd.orgpub/FreeBSD/ports/i386/packages-7-stable/All/pub/FreeB
>SD/po rts/i386/packages-7.0-release/All/libX11-1.2.1,1.tbz: No address
> record
>
> please notice the site address being changed to
> "ftp.freebsd.orgpub", not "ftp.freebsd.org/pub",
> the slash between "org" and "pub" disappear.
>
> Best wishes
>
> Canhua
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscr...@freebsd.org"



-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Kernel compile fails

2009-03-22 Thread Kent Stewart
On Sunday 22 March 2009 12:07:44 pm "Remorque" wrote:
> On Sun, Mar 22, 2009 at 9:27 PM, Kent Stewart  wrote:
> > On Sunday 22 March 2009 08:43:53 am "Remorque" wrote:
> > > On Sun, Mar 22, 2009 at 6:23 PM, Kent Stewart  wrote:
> > > > On Sunday 22 March 2009 07:53:00 am "Remorque" wrote:
> > > > > I have installed 7.1-RELEASE on a hardware with AMD processor. I
> > > > > have successfully buildworld, and now doing the "make kernel"
> > > > > thing.The kernel config file is pretty GENERIC, I only removed the
> > > > > option to build a DEBUG kernel.I have csup-ped today.
> > > > > However, my compilation fails, viz:
> > > > > 
> > > > > cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99
> > > > > -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
> > > > > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef
> > > > > -Wno-pointer-sign
> > > > > -fformat-extensions -nostdinc  -I. -I/usr/src/sys
> > > > > -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS
> > > >
> > > > -include
> > > >
> > > > > opt_global.h -fno-common -finline-limit=8000 --param
> > > >
> > > > inline-unit-growth=100
> > > >
> > > > > --param large-function-growth=1000  -mcmodel=kernel -mno-red-zone
> > > > >  -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow  -msoft-float
> > > > > -fno-asynchronous-unwind-tables -ffreestanding -Werror
> > > > >  /usr/src/sys/dev/ath/if_ath.c -I/usr/src/sys/dev/ath
> > > > > *** Error code 1
> > > > >
> > > > > Stop in /usr/obj/usr/src/sys/FS.
> > > > > *** Error code 1
> > > > >
> > > > > Stop in /usr/src.
> > > > > *** Error code 1
> > > > >
> > > > > Stop in /usr/src.
> > > > >
> > > > > 
> > > > >
> > > > > I can go ahead and comment out all ath_* from the configuration,
> >
> > since
> >
> > > > > I wouldn't really need them at this juncture, but I believe it
> > > > > should not
> > > >
> > > > be
> > > >
> > > > > failing anyway. Do I just wait to csup again tomorrow and hope this
> > > > > gets fixed? :)
> > > >
> > > > You have optimization options on the compile line that I don't have
> > > > on
> >
> > my
> >
> > > > system. From this, I would guess that you have a cflags statment
> > > > in /etc/make.conf and it is bitting you.
> > > >
> > > > Kent
> > >
> > > Hi Kent,
> > >
> > > Thank you for replying.
> > >
> > > The fact is that:
> > >
> > > 1. I have never used any optimizations ever since I started using
> > > FreeBSD 2. This is a new box, and there is no /etc/make.conf as yet
> > >
> > > The only things I have done on this box (a Dell SC1435) is to install,
> >
> > csup
> >
> > > (src, ports) and buildworld.
> > > I was just gonna do the kernel, then start doing the other stuff after
> >
> > the
> >
> > > system updates.
> > >
> > > Your guess is wrong:-)
> >
> > Yes, you are right. I cvsuped and rebuilt my system and it died at the
> > same spot.
>
> Looks like AH_SUPPORT_AR5416 from 20090312 of /usr/src/UPDATING helped me
> compile my kernel successfully!
> Now another problem appears:

The AH_* stuff also fixed my problem.

>
> fs# make installworld
> mkdir -p /tmp/install.4l9c3cd6
> for prog in [ awk cap_mkdb cat chflags chmod chown  date echo egrep find
> grep install-info  ln lockf make mkdir mtree mv pwd_mkdb rm sed sh
> sysctl  test true uname wc zic; do  cp `which $prog` /tmp/install.4l9c3cd6;
> done
> cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj  MACHINE_ARCH=amd64  MACHINE=amd64
> CPUTYPE=  GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin  GRO
> FF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font
> GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac
> PATH=/usr/obj/usr
> /src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/s
>rc/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/us
> r/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/tmp/install.4l9c3cd6 make
> -f Makefile.inc1 reinstall
> 

Re: Kernel compile fails

2009-03-22 Thread Kent Stewart
On Sunday 22 March 2009 08:43:53 am "Remorque" wrote:
> On Sun, Mar 22, 2009 at 6:23 PM, Kent Stewart  wrote:
> > On Sunday 22 March 2009 07:53:00 am "Remorque" wrote:
> > > I have installed 7.1-RELEASE on a hardware with AMD processor. I have
> > > successfully buildworld, and now doing the "make kernel" thing.The
> > > kernel config file is pretty GENERIC, I only removed the option to
> > > build a DEBUG kernel.I have csup-ped today.
> > > However, my compilation fails, viz:
> > > 
> > > cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99 
> > > -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
> > > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef
> > > -Wno-pointer-sign
> > > -fformat-extensions -nostdinc  -I. -I/usr/src/sys
> > > -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS
> >
> > -include
> >
> > > opt_global.h -fno-common -finline-limit=8000 --param
> >
> > inline-unit-growth=100
> >
> > > --param large-function-growth=1000  -mcmodel=kernel -mno-red-zone
> > >  -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow  -msoft-float
> > > -fno-asynchronous-unwind-tables -ffreestanding -Werror
> > >  /usr/src/sys/dev/ath/if_ath.c -I/usr/src/sys/dev/ath
> > > *** Error code 1
> > >
> > > Stop in /usr/obj/usr/src/sys/FS.
> > > *** Error code 1
> > >
> > > Stop in /usr/src.
> > > *** Error code 1
> > >
> > > Stop in /usr/src.
> > >
> > > 
> > >
> > > I can go ahead and comment out all ath_* from the configuration, since
> > > I wouldn't really need them at this juncture, but I believe it should
> > > not
> >
> > be
> >
> > > failing anyway. Do I just wait to csup again tomorrow and hope this
> > > gets fixed? :)
> >
> > You have optimization options on the compile line that I don't have on my
> > system. From this, I would guess that you have a cflags statment
> > in /etc/make.conf and it is bitting you.
> >
> > Kent
>
> Hi Kent,
>
> Thank you for replying.
>
> The fact is that:
>
> 1. I have never used any optimizations ever since I started using FreeBSD
> 2. This is a new box, and there is no /etc/make.conf as yet
>
> The only things I have done on this box (a Dell SC1435) is to install, csup
> (src, ports) and buildworld.
> I was just gonna do the kernel, then start doing the other stuff after the
> system updates.
>
> Your guess is wrong:-)

Yes, you are right. I cvsuped and rebuilt my system and it died at the same 
spot.

kent

-- 
kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Kernel compile fails

2009-03-22 Thread Kent Stewart
On Sunday 22 March 2009 07:53:00 am "Remorque" wrote:
> I have installed 7.1-RELEASE on a hardware with AMD processor. I have
> successfully buildworld, and now doing the "make kernel" thing.The kernel
> config file is pretty GENERIC, I only removed the option to build a DEBUG
> kernel.I have csup-ped today.
> However, my compilation fails, viz:
> 
> cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99  -Wall
> -Wredundant-decls -Wnested-externs -Wstrict-prototypes 
> -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef
> -Wno-pointer-sign
> -fformat-extensions -nostdinc  -I. -I/usr/src/sys
> -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include
> opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100
> --param large-function-growth=1000  -mcmodel=kernel -mno-red-zone
>  -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow  -msoft-float
> -fno-asynchronous-unwind-tables -ffreestanding -Werror
>  /usr/src/sys/dev/ath/if_ath.c -I/usr/src/sys/dev/ath
> *** Error code 1
>
> Stop in /usr/obj/usr/src/sys/FS.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
>
> 
>
> I can go ahead and comment out all ath_* from the configuration, since I
> wouldn't really need them at this juncture, but I believe it should not be
> failing anyway. Do I just wait to csup again tomorrow and hope this gets
> fixed? :)

You have optimization options on the compile line that I don't have on my 
system. From this, I would guess that you have a cflags statment 
in /etc/make.conf and it is bitting you.

Kent

-- 
kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Speeding up exit(2)?

2009-03-15 Thread Kent Stewart
On Sunday 15 March 2009 11:20:58 am Kris Kennaway wrote:
> Wojciech Puchar wrote:
> >>> just tested with opera - the same. crappy software rulez ;)
> >>
> >> Yes, clearly web browsers should be optimized for speed of exiting.
> >
> > of other things - too
>
> My point is that for all your high handed judgement, you have no idea
> what trade-offs might be in play here ;)
>

I have always felt that good web programming took that into account. When I 
show an image, I use a mouse action that pops up a new window. I use another 
mouse action that allows you click on the image window that closes it and you 
are back to the original window with NO network activity. It is really 
fast :).

Kent

-- 
kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: make installworld fails on RELEASE6.4 amd64

2009-03-15 Thread Kent Stewart
On Sunday 15 March 2009 01:31:24 am Olivier Nicole wrote:
> Hi,
>
> > I am facing a problem that I cannot solve when trying to reinstall
> > wolrd on 6.4 amd 64.
>
> More about this issue.
>
> RELEASE_6.4 i386 is imune of this problem.
>
> I did a make -d A installworld and it seems that it is all about
> /usr/obj/usr/src/sys/boot/i386/boot2/machine.
>
> It's a link to /usr/src/sys/i386/include. This directory is created at
> the first installation of FreeBSD.
>
> When CMOS clock is the wall clock and when one is located ahead of UTC
> (Thailand is UTC+7), during the first installation of a distribution,
> the machine boots with UTC=CMOS clock, hence creating the directory
> hierarchy 7 hours ahead of time.
>
> The link /usr/obj/usr/src/sys/boot/i386/boot2/machine is created by
> make buildworld, after the first boot of the newly installed system,
> after the time zone has been set, so it is created with the right
> time.
>
> If one does an installworld between the 7 hours interval, when
> installing /usr/src/sys/boot/i386/boot2, it detects that the directory
> /usr/src/sys/i386/include pointed by
> /usr/obj/usr/src/sys/boot/i386/boot2/machine is newer than the objects
> being installed, and it tries to rebuild the object.
>
> My wild guess is that on i386, make installworld looks at the
> modification date of the link
> /usr/obj/usr/src/sys/boot/i386/boot2/machine; while on amd64 make
> installworld looks at the modification date of the directory
> /usr/src/sys/i386/include pointed by the link. Hence the different
> behaviour.
>
> This is annoying for people leaving ahead of UTC, that will install a
> new distribution, cvsup the release, build and installworld, during
> the interval of 7 hours. I think that users behing UTC will not be
> affected.
>
> What I did is: during the installation of the distrubition I set back
> the CMOS clock to UTC time, and when FreeBSD was done installing from
> the CD, I reset the CMOS clock to the wall clock. It worked, but it's
> not very nice.
>

What you did is not necessary if you "adjkerntz -i" when you boot to single 
user mode.

> I am curious to have experts opinion on the different behaviour of
> make regarding the modification date of the link
> /usr/obj/usr/src/sys/boot/i386/boot2/machine.
>
> Best regards,
>
> Olivier
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscr...@freebsd.org"



-- 
kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: sed error "unescaped newline inside substitute pattern"

2009-03-12 Thread Kent Stewart
On Thursday 12 March 2009 10:34:36 am David Banning wrote:
> Here is the php line that gives the error;
>
> cat start_text | sed "s/--maintext--/$test/" > endtext
>
> give error;
>
> sed: 1: "s/--maintext--/ Comment ...": unescaped newline inside substitute
> pattern
>
> where $test contains customer input from a website form
>
> There is something about the content of the text within the variable $test
> that is causing the error.
>
> Any pointers would be helpful.

Well, it might be because "test" is a command line function.

Kent

-- 
kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: port / portupgrade hangs

2009-03-02 Thread Kent Stewart
On Monday 02 March 2009 06:54:21 am Pieter Donche wrote:
> Sometimes (not often) when installing ports from the ports collection or
> upgrading ports (via portupgrade -R) when fetching some needed tar.gz
> file, the fetch hangs, just like now:
>
> => rdiff-backup-1.2.6.tar.gz doesn't seem to exist in
> /usr/ports/distfiles/.
> => Attempting to fetch from
> http://download.savannah.gnu.org/releases/rdiff-backup/.
> fetch:
> http://download.savannah.gnu.org/releases/rdiff-backup/rdiff-backup-1.2.6.t
>ar.gz: Moved Temporarily
> => Attempting to fetch from
> http://ftp.cc.uoc.gr/mirrors/nongnu.org/rdiff-backup/.
> rdiff-backup-1.2.6.tar.gz  43% of  191 kB  107 kBps
>
> This is now immobile for over an hour ...
>
> Up to now when such a hang occured, I just waited and waited and
> eventually it would continue and finish the job.
>
> But, is there a safe way to do a retry?
> I dare not just do a Ctrl-C and issue
> # portupgrade -R rdiff-backup
> again, since I have no no clue what could go wrong if one does that ...
>
> Or is it save to do Ctrl-C and try again?

It should be safe to do the Ctrl-c. You are doing a fetch. What can go wrong? 
If you only have a partial distfile, and portupgrade can't handle that, at 
the worst, you cd /usr/ports/distfiles, remove the partial file, and try 
again. Things only get messy if you kill a job during an install. Since 
nothing has been added to the port database, you can probably just install it 
again.

I did a portupgrade -FN rdiff-backup-1.2.6,1 and was able to download the 
distfile. I only saw 18KBps, which I assume means there are a other people 
doing a fetch from that site.

Kent
-- 
kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: which gray is best for print?

2008-09-06 Thread Kent
On Friday 05 September 2008 08:36:45 pm Gary Kline wrote:
> On Fri, Sep 05, 2008 at 10:38:59PM +0200, Polytropon wrote:
> > On Fri, 5 Sep 2008 13:06:01 -0700, Gary Kline <[EMAIL PROTECTED]> wrote:
> > >   I'm still open to the bg color.  The display white is not true,
> > >   paper-white.  Anyway, pretty sure the ink+paper publishers have
> > >   their own [[ BETTER ]] ideas.  I'm looking for what looks good on
> > >   the web.
> >
> > You can't look at the Web, you're looking at a monitor or at a sheet
> > of paper. :-) The same color may look different on
> > * a CRT type monitor
> > * a LCD type monitor
> > * a hardcopy done by a color laser printer
> > * a hardcopy done by a color ink pee printer
> > * ...
>
>   So you're saying that the "white" on my [monster] CRT is not the
>   same as on a future LCD Display?  rats:)  --I can't see much
>   difference in my new laserjet from my HP500 DeskJet, but then it
>   wasn't a main concern ... .

How do you have your digital camera set to color correct for white? Your eyes 
automatically compensate. Look at a photo taken in tungsten light, without 
automatic white balance turned on and then, view it or print it in raw mode 
so that you see the real world and then, compare it with what you saw.

Most monitors have a color temperature setting, which determines how the 
displayed colors are shifted. IIRC, our eyes peak at 5500 (a yellow green??), 
which is the color temperature of the sun.

>
> > This is due to the nature that these devices use different color
> > spaces (RGB, composed additively, CMY, composed negatively), and
> > most of them even aren't calibrated. GRB and CMY are parts of the
> > CIE specified space (see CIE diagram), but they don't have all the
> > colors in common. There are colors you can show on a CRT, but you
> > cannot print them 1:1.
>
>   I took all 5 quarters of physics, like most of us, but never got
>   far into optics.  And certainly, nothing like *this*.  the
>   quality of my writing is much more important that the colors of
>   typeface or background.  But this is an interesting side-bar.

But the ability of people to read it is an important consideration. I hate 
those web pages with dark backgrounds that I have to use the mouse to select 
the text so that I can read it. I am a speed reader and basically see words 
as images. Dark backgrounds strain my eyes and I can't read as fast as I can 
with dark text on light backgrounds. I get bored really fast when I start 
reading at 150-200 wpm instead of my normal 700-1200 wpm.

>
> > Anyway, the best reading contrast - black on white - looks boring
> > on the web, and it stresses your eyes (too much light reflected /
> > emitted). Furthermore, if you select a dark color for the background,
> > LCD type monitors (that have a minimal light emission even if the
> > color is pure black) may look too light, while a CRT type monitor
> > may display the color as dark as you intended (because when it's
> > black, the CRT does not emit any light, unless, of course, the
> > base brightness is needlessly adjusted above the zero point).
> >
> > So much for physics, kids. :-)
>
>   Really!  So far, in my tests [staring at a CRT], I find an
>   off-white reads most easily against a very dark blue. 33;
>   or whatever 66 is.  Still experimenting.
>

IIRC, dyslexics have a much harder time reading when the background is dark.

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


Fixit / LiveFS problems (AMD64)

2008-06-23 Thread Kent Hauser
I recently rebuild a 7-STABLE which refused to boot & then ran into some
problems trying to recover.

1) After escaping to the loader prompt, I could only enter a couple of
characters (eg 2) before the machine hung. Not enough for the "unload /
load" dance.

2) After booting from the downloaded 7-RELEASE install ISO (AMD64), I find
the emergency shell doesn't have mount_ufs, just mount_nfs. Also, no /rescue
directory. I don't know if this is by design, but how does one mount root or
any other local disk partition?

3) After downloading & burning the 7-RELEASE LiveFS ISO (AMD64), I find
fixit told me ld.so-hints could not be created & dynamicly linked programs
wouldn't run -- and they didn't.

4) So I reinstalled, only newfs'ing /root & pulled the appropriate files
from a backup.

What am I missing?

This is a dual-boot VISTA machine with easybcd boot sector. I don't know
what to make of problem 1), but the others seem release-engineering related.

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


Re: Stumped:: web HTML. Caution, may be OT.

2008-05-30 Thread Kent
On Friday 30 May 2008 12:04:16 pm Gary Kline wrote:
> On Fri, May 30, 2008 at 01:31:01AM -0400, DAve wrote:
> > Ted Mittelstaedt wrote:
> > >>-Original Message-
> > >>From: [EMAIL PROTECTED]
> > >>[mailto:[EMAIL PROTECTED] Behalf Of Gary Kline
> >
> > I nearly spit coffee on my keyboard! I agree with you 100%. When we all
> > did HTML with BBedit and Textpad, people like Black, Tog, and Nielsen
> > kept everyone designing websites to best serve the content. Now it is
> > all about the sizzle, but there is rarely a steak.
> >
> > DAve
>
>   You got it, man.  At least 80% of the site I happen on--at least
>   that are selling something--have so much kerrapp going on I'd go
>   blind if I stayed there for very long.   (I so *enjoy* being able
>   to block ads or stop-movie (gnash), and then find the router or
>   DVD or whatever.  And get out!)

I hate the over use of flash and etc. I sometimes think that is similar to 
putting a pdf file on a website instead of using txt. It bypasses some of the 
quirks and you see what they want you to see.

>
>   This is not the kind of page i'M aiming for.   --But then, I
>   really don't know what/how I want to revise my www homepage.

I use Adobe's GoLive but they killed it for Dreamweaver. If it had been a 
modest upgrade price, I would have upgraded but I didn't.

>
>   The reason for the strange display was a bad comment.  So at
>   least I've learned something!   Now www looks fine from ffox,
>   opera, and Konq. I've forbidden my tweenager from using IE so
>   have to wait for wife.  Or see if friends reply who use IE.
>

I have IE 7, Firefox, Seamonkey, and Safari on my main XP machine. I can't see 
any obvious difference. I also can't see any obvious difference between 
Firefox and Konqueror on FreeBSD and the XP browsers. 

FWIW, IE seems to complain on many of the sites I visit. It has a little 
comment on the status bar to the effect of completed but with errors. I 
didn't see it on your site.

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


Re: Wake-on-LAN and the em driver (freebsd 7.x)

2008-03-31 Thread Kent Hauser
On Mon, Mar 31, 2008 at 12:45 PM, Jerry McAllister <[EMAIL PROTECTED]> wrote:

> On Mon, Mar 31, 2008 at 02:09:22PM -0800, Ted Mittelstaedt wrote:
>
> >
> >
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED] Behalf Of Walker
> > > Sent: Monday, March 31, 2008 11:37 AM
> > > To: Kent Hauser; freebsd-questions@freebsd.org
> > > Subject: Re: Wake-on-LAN and the em driver (freebsd 7.x)
> > >
> > >
> > > I would like to know of any other easier ways to do this.
> >
> > Any network admin worth his salt has an old win98 system tucked
> > away that can be used to create bootable dos cd's.
>
> Don't know much about the value of salt, but the old Win 98 machine
> I have around has a dead CD and dead floppy as well.   Guess they are
> replaceable, but is it worth money and bother?
>
> I wouldn't be surprised if there are many like that sitting around.
>
> jerry
>
> >  And if your
> > really a wizard you have a windows for workgroups 3.11 system
> > tucked away as there are devices (notably HP JetDirect print servers)
> > that can only be firmware-updated from that platform, plus you
> > have a genuine DOS system with an
> > EGA card and monitor in inventory, like I do. ;-)  I'm sure one of
> > these days I'll need it for something...
> >
> > The ultimate guru's of course, have in addition to this, a trash-80,
> > an Apple II, a Commodore PET, and a VAX 11/70 plus the 3-phase power
> > to run it - and still remember how to boot all of them
> >
> > Ted
>


You comments got me to thinking, I have tossed all my old PC/AT, W98, etc
systems a while back (along with my old Foghat 8-tracks -- yes I cruised to
Fool for the City on 8-track),  but I still had a W98SE boot CD -- and
amazingly enough it worked. And it recognized my flash drive as B: no
problem. So step 1 complete.

Now I seem to have run up against a FreeBSD 7.x ACPI bug. Now that WOL is
turned on, if I "halt -p", I get the HUB LED to come back on -- but I can't
wake the machine. However, if I pull the power on the box & plug it back in,
I can WOL the machine fine.  Everything is fine when booted in XP.

Any thoughts on this one?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Wake-on-LAN and the em driver (freebsd 7.x)

2008-03-31 Thread Kent Hauser
On Mon, Mar 31, 2008 at 5:23 AM, Walker <[EMAIL PROTECTED]> wrote:

>
> FWIW;
>
> I have two 7.0-RELEASE boxes with single (on board) and dual
> (pro/1000) em NICs.  WOL works fine on both.
>
> The link light must be on after FreeBSD shuts down for WOL to work.
> You might try using the latest proboot.exe from Intel which allows you
> to update the NIC firmware and change its settings.  There might be
> FreeBSD sysctl knobs that might help as well.
>

Thanks for the pointer. I tried the proboot.exe utilities, but the must run
in a "dos" environment -- not under an XP command window.

Is there an easier way? I'm not sure how I'm going to get my machine booted
into DOS -- maybe I can find an 8-track player to provide background music
while I work.

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


Wake-on-LAN and the em driver (freebsd 7.x)

2008-03-31 Thread Kent Hauser
How can I get the WOL (wake-on-lan) feature to work on my 7-stable system? I
have a dual-boot system with an Intel PRO/1000 PT card that works great with
FreeBSD, but the WOL only works under XP. Is there an ifconfig option (or
similar) to enable WOL under FreeBSD?

I notice that the LED on the gigibit hub for system is not lit after FreeBSD
"halt -p", but is lit (low-speed) after XP shutdown.

Any help appreciated.

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


Re: SATA Tape drive

2008-03-11 Thread Kent Hauser
On the quantum web site, the internal DAT72 drives are choice of SATA, USB,
or SCSI. SATA listed first. The SATA drive part # is CD72SH-SB.

I'd love to not have to use the internal SCSI cabling for replacement. But
of course, I'd also like it to work. Hence the query.

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


SATA Tape drive

2008-03-10 Thread Kent Hauser
Hi,

I need to replace a failed DAT72 drive. My current one is SCSI, but I'd like
to use a SATA replacement. Will this work?

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


SATA Tape drive

2008-03-10 Thread Kent Hauser
Hi,

I need to replace a failed DAT72 drive. My current one is SCSI, but I'd like
to use a SATA replacement. Will this work?

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


Re: buildworld failed

2008-02-03 Thread Kent Stewart
On Sunday 03 February 2008, Venkatesh K wrote:
> On Feb 3, 2008 6:34 PM, Venkatesh K <[EMAIL PROTECTED]> wrote:
> > On Feb 3, 2008 5:36 PM, Gerard <[EMAIL PROTECTED]> wrote:
> > > On Sun, 3 Feb 2008 15:00:36 +0530
> > >
> > > "Venkatesh K" <[EMAIL PROTECTED]> wrote:
> > > > I did try that too! Still same problem.
> > >
> > > From the FreeBSD manual:
> > >
> > > 23.4.14.6. What do I do if something goes wrong?
> > >
> > > Make absolutely sure your environment has no extraneous cruft
> > > from earlier builds. This is simple enough.
> > > # chflags -R noschg /usr/obj/usr
> > > # rm -rf /usr/obj/usr
> > > # cd /usr/src
> > > # make cleandir
> > > # make cleandir
> >
> > I had tried cleaning build tree as described above and building
> > again. It was of no help.
>
> Here are the steps I followed.
>
> 1. Cleaned up using following script clean.sh
>
> -
>- chflags -R noschg /usr/obj/usr
> rm -rf /usr/obj/usr
> cd /usr/src
> make cleandir
> make cleandir
> -
>- 2. Cvsup latest sources using cvsup -g -L 2 /etc/supfile
> (attached).
>

I have never found the cleandir to be useful when you do it more than 
once. If you "rm -rf src" you have done the ultimate cleandir. 
Considering all of the things you have tried, why don't you switch your 
cvsup mirror. They get out of whack once in awhile. I have been using 
cvsup8 and it is keeping up with the ports. I am starting a build to 
see if it has any problems but I don't expect any. If your port tree is 
current and your docs tree is current, you can expect your source tree 
to also be current.

Kent


-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Does anyone know how to get the required downloads from Sun to build Java?

2007-11-23 Thread Kent Stewart
On Friday 23 November 2007 06:41:32 am Bill Moran wrote:
> It appears as if jdk 1.5 is now at version 14, but the FreeBSD ports
> still requires version 13.
>
> Luckily, Sun is run by a bunch of Nazis, and doesn't use a standard
> directory tree to distribute their stuff.  After 15 minutes of searching
> I can't figure out how to get the version 13 stuff off their site, and
> thus I can't build OpenOffice.org for my shiny, new laptop ...
>
> Does anyone have any advice on how to get the required files from Sun?

When you try to build any of the ports they supply you with a URL and the 
files you need to get the source. For most of them, you need an account that 
you have to login to but the account is free. The problem right now is that 
1.6 on Windows is the only one I have seen where the applet cache problem has 
been fixed. I have a number of machines that have software that gets confused 
when 1.6 has been installed and the only detect and upgrade option from 
www.java.com is to upgrade to 1.6.

I tried to install jdk*1.6 on FreeBSD 6-stable and it dies. I haven't looked 
into it. The security notice was serious enough that I switched my browsing 
to a machine that doesn't have the security problems.

Kent

-- 
Kent Stewart
Richland, WA

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


Re: cups builds on one, but rejected by another?

2007-11-14 Thread Kent Stewart
On Wednesday 14 November 2007, Jonathan Horne wrote:
> On Wednesday 14 November 2007 03:57:26 pm Kris Kennaway wrote:
> > Jonathan Horne wrote:
> > > On Wednesday 14 November 2007 03:39:47 pm Jonathan Horne wrote:
> > >> my jails server (6.2-p8) just ran portupgrade fine, and cups was
> > >> one of its items it updated:
> > >>
> > >> [EMAIL PROTECTED] ~]# pkg_info | grep cups-
> > >> cups-base-1.3.3_2   Common UNIX Printing System
> > >>
> > >> but my 7.0-b2 desktop, refuses to build the same package:
> > >>
> > >> ===>  cups-base-1.3.3_2 has known vulnerabilities:
> > >> => cups -- off-by-one buffer overflow.
> > >>Reference:
> > >> <http://www.FreeBSD.org/ports/portaudit/8dd9722c-8e97-11dc-b8f6-
> > >>001c2514 716 c.html> => Please update your ports tree and try
> > >> again. *** Error code 1
> > >>
> > >> what would be the differences between the 2 systems that one
> > >> would build it, and the other reject the same port?  ive not
> > >> tweaked any port security settings on either one, so this is
> > >> some curious behavior to me.
> > >>
> > >> thanks,
> > >
> > > another interesting thing, when you read the portaudit page for
> > > this, it says:
> > >
> > > Affects:
> > > cups-base <1.3.3_1
> > >
> > > but yet 1.3.3_2 still is rejected.
> >
> > One or the other has either a stale portaudit database or ports
> > tree.
> >
> > Kris
>
> what is the method for updating the portaudit database?  both have
> had their ports trees updated today, the 7.0 box multiple times.
>
> thanks,

Portaudit was updated w/r to cups-base at 2019 UDT 14 Nov

man portaudit

portaudit -Fa 

will update and check.

Kent


-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Gigabit ethernet with PCIe x1 interface

2007-10-18 Thread Kent Hauser
Hi,

I'm trying to find a gigabit ethernet card that is supported by 6.2 or
6-STABLE. The em(4) says it supports the intel 82573 chip, but no supported
cards are listed.

Is there a recommended card? The ethernet section of the supported hardware
doesn't list card by interface, and all the ones I see are PCI not PCIe.

Thanks for the help.

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


Re: help, make installworld fails!!!!!!

2007-10-07 Thread Kent Stewart
On Sunday 07 October 2007, Dino Vliet wrote:
> Gents,


> >>> Installing everything
>
> --
> cd /usr/src; make -f Makefile.inc1 install
> ===> share/info (install)
> ===> include (install)
> creating osreldate.h from newvers.sh
> touch: not found
> *** Error code 127
>
> Stop in /usr/src/include.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
>
> So what do I have to do now? How do I proceed next?
> Hope somebody can help me out,

Set your system clock to the right time. The only reason make tries to 
touch anything is when it thinks something needs to be redone. This 
means something in your source is newer than what it created in the 
buildworld phase. 

Kent

>
> thanks
> Dino
>
>
>
> -
> Fussy? Opinionated? Impossible to please? Perfect.  Join Yahoo!'s
> user panel and lay it on us.
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"



-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Unable to delete a package

2007-09-17 Thread Kent Stewart
On Monday 17 September 2007, [EMAIL PROTECTED] wrote:
> Hi,
>
> (I originally posted this on the freebsd-gnome mailing list and then
> realized that list was for people actively working on Gnome.  I don't
> know if my question is a Gnome-specific issue or if it is an issue
> that can arise when installing programs in general.)
>
> I am currently using FreeBSD 6.2 RELEASE and I am trying to install
> gnome2-office via the ports collection.  After running 'portsnap
> fetch update' I 'make install clean' in the gnome2-office directory.
> It goes well until:
>
> *
> *
> *
> gmake[2]: Entering directory
> `/usr/ports/databases/libgda3/work/libgda-1.9.102/doc/C'
> gmake[2]: Nothing to be done for `all'.
> gmake[2]: Leaving directory
> `/usr/ports/databases/libgda3/work/libgda-1.9.102/doc/C'
> gmake[2]: Entering directory
> `/usr/ports/databases/libgda3/work/libgda-1.9.102/doc'
> gmake[2]: Nothing to be done for `all-am'.
> gmake[2]: Leaving directory
> `/usr/ports/databases/libgda3/work/libgda-1.9.102/doc'
> gmake[1]: Leaving directory
> `/usr/ports/databases/libgda3/work/libgda-1.9.102/doc'
> gmake[1]: Entering directory
> `/usr/ports/databases/libgda3/work/libgda-1.9.102'
> gmake[1]: Nothing to be done for `all-am'.
> gmake[1]: Leaving directory
> `/usr/ports/databases/libgda3/work/libgda-1.9.102'
> ===>  Installing for libgda3-1.9.102_3
> ===>  libgda3-1.9.102_3 conflicts with installed package(s):
>   libgda2-1.2.4_1,1
>   They install files into the same place.
>   Please remove them first with pkg_delete(1).
> *** Error code 1
> Stop in /usr/ports/databases/libgda3.
> *** Error code 1
> Stop in /usr/ports/math/gnumeric.
> *** Error code 1
> Stop in /usr/ports/math/gnumeric.
> *** Error code 1
> Stop in /usr/ports/editors/gnome2-office.
> ***
>
>
>...so I:
>
>
> root# pkg_delete libgda2-1.2.4_1,1
> pkg_delete: package 'libgda2-1.2.4_1,1' is required by these other
> packages and may not be deinstalled:

man pkg_delete

see the option "-f" to force the deletion

Kent

> py25-gnome-extras-2.14.3_3
> straw-0.27
> gnome2-fifth-toe-2.18.3
> ***
>
>
> ...so I then try to install the new libgda separately:
>
> root# make install clean
> ===>  Installing for libgda3-1.9.102_3
> ===>  libgda3-1.9.102_3 conflicts with installed package(s):
>   libgda2-1.2.4_1,1
>   They install files into the same place.
>   Please remove them first with pkg_delete(1).
> *** Error code 1
>
> I am new to the subtle inner workings of FreeBSD.  Could anyone
> please advise, suggest, or comment on how I should proceed?  It seems
> that I can't install the new libgda unless I delete the old one, but
> I am prevented from deleting the old one because at least three other
> programs are dependent upon it.
>
> (As an aside, is it okay to run these installations from a terminal
> window from inside the Gnome GUI environment, or should I be outside
> of Gnome altogether when I do program installations/upgrades?)
>
> Thanks,
> Larry
>
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"



-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: can't `make index` on 4.11-STABLE

2007-09-06 Thread Kent Stewart
On Thursday 06 September 2007, Sean Ellis wrote:
> Hi,
>
> I have a problem trying to `make index` on a machine running
> 4.11-STABLE after cvsup-ing the ports tree.

The port tree is no longer supported for anything less than version 
5-stable. The last working tag is RELEASE_4_EOL.

>
> I'll paste the error in below. It is with a multimedia package. If it
> makes any difference, I don't need any multimedia on this computer.
>
> Alternately, any links to a howto about ugrading this to 6 STABLE
> would be appreciated.

Going from 4.x to 6.x, you are probably much better off doing a clean 
install. Change the HDs from ufs to ufs2. Without the clean install, 
you have too much crufty stuff left behind, such as the thread change. 
In addition, there was a massive change at 5.1 +/- that building and 
installing in the wrong order would leave your system unusable. I think 
you could recover with the fixit disk but doing a clean install 
bypasses all of the problems :). 

I don't think going to 6.x is supported, so, going to 5-stable and then 
6-stable will take a lot of time. Even a 6.2-release CD has the old 
version of xorg on it and rebuilding everything to 7.2 is a massive 
enterprise.

Install 6.2 and get all of the packages from freebsd.org.

Kent

>
> Thanks, here is the error:
>
> [10:42am] [/usr/ports]make index
> Generating INDEX-4 - please
> wait.."/usr/ports/audio/gstreamer-plugins-esound/../../multimedia/gst
>reamer-plugins/Makefile.common", line 392: Malformed conditional
> (${gst_${GST_PLUGIN}_GCONF_SCHEMAS}!="")
> "/usr/ports/audio/gstreamer-plugins-esound/../../multimedia/gstreamer
>-plugins/Makefile.common", line 396: Malformed conditional
> (${gst_${GST_PLUGIN}_USE_SDL}!="")
> "/usr/ports/audio/gstreamer-plugins-esound/../../multimedia/gstreamer
>-plugins/Makefile.common", line 398: if-less endif
> "/usr/ports/audio/gstreamer-plugins-esound/../../multimedia/gstreamer
>-plugins/Makefile.common", line 398: Need an operator
> "/usr/ports/audio/gstreamer-plugins-esound/../../multimedia/gstreamer
>-plugins/Makefile.common", line 419: if-less endif
> "/usr/ports/audio/gstreamer-plugins-esound/../../multimedia/gstreamer
>-plugins/Makefile.common", line 419: Need an operator make: fatal
> errors encountered -- cannot continue
> ===> audio/gstreamer-plugins-esound failed
> *** Error code 1
>
>
> Sean Ellis
>
>
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"



-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: help:make installworld(creating osreldate.h from newvers.sh touch: not found *** Error code 127)

2007-08-01 Thread Kent Stewart
On Wednesday 01 August 2007, Roy wrote:
>    Kent Stewart 写道:
>
> On Tuesday 31 July 2007, [EMAIL PROTECTED] wrote:
>
>
> On Wed, 1 Aug 2007, Roy wrote:
>
>
> [EMAIL PROTECTED] ~]$ uname -a
> FreeBSD admin.tmdxy.org 6.2-RELEASE-p6 FreeBSD 6.2-RELEASE-p6 #0:
> Tue Jul 31 23:11:21 CST 2007
> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/RoyKernel i386
>
> --
>
>
>
> Installing everything
>
>
> --
> cd /usr/src; make -f Makefile.inc1 install
> ===> share/info (install)
> ===> include (install)
> creating osreldate.h from newvers.sh
> touch: not found
> *** Error code 127
>
> Stop in /usr/src/include.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
>
>
> Your system's definitely fubar'ed. touch should be found immediately
> unless /bin isn't in $PATH.
>
>
>
> Touch isn't needed in a good installworld. This usually means your
> system date is seriously off. If you use local clock in your cmos,
> you need to "adjkerntz -i" when you boot to single user.
>
> Kent
>
>
>
>
>thanks,
>admin# echo $PATH
>   
> /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/b
>i n:/usr/X11R6/bin:/root/bin
>and, i have executed the statement 'adjkerntz -i' ,when i make
>installworld
>
> References
>
>1. mailto:[EMAIL PROTECTED]
>2. mailto:[EMAIL PROTECTED]:/usr/obj/usr/src/sys/RoyKernel

BTW, there is a FAQ on the subject, see
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#TOUCH-NOT-FOUND

The adjkerntz command is mentioned in /usr/src/UPDATING and the 
handbook, see section "23.4.5 Drop to Single User Mode".

Kent


-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: help:make installworld(creating osreldate.h from newvers.sh touch: not found *** Error code 127)

2007-07-31 Thread Kent Stewart
On Tuesday 31 July 2007, [EMAIL PROTECTED] wrote:
> On Wed, 1 Aug 2007, Roy wrote:
> > [EMAIL PROTECTED] ~]$ uname -a
> > FreeBSD admin.tmdxy.org 6.2-RELEASE-p6 FreeBSD 6.2-RELEASE-p6 #0:
> > Tue Jul 31 23:11:21 CST 2007
> > [EMAIL PROTECTED]:/usr/obj/usr/src/sys/RoyKernel i386
> >
> > --
> >
> >>>> Installing everything
> >
> > --
> > cd /usr/src; make -f Makefile.inc1 install
> > ===> share/info (install)
> > ===> include (install)
> > creating osreldate.h from newvers.sh
> > touch: not found
> > *** Error code 127
> >
> > Stop in /usr/src/include.
> > *** Error code 1
> >
> > Stop in /usr/src.
> > *** Error code 1
> >
> > Stop in /usr/src.
> > *** Error code 1
> >
> > Stop in /usr/src.
> > *** Error code 1
> >
> > Stop in /usr/src.
>
> Your system's definitely fubar'ed. touch should be found immediately
> unless /bin isn't in $PATH.
>

Touch isn't needed in a good installworld. This usually means your 
system date is seriously off. If you use local clock in your cmos, you 
need to "adjkerntz -i" when you boot to single user.

Kent


-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Why won't RELENG_6_2 Build?

2007-07-29 Thread Kent Stewart
On Saturday 28 July 2007, Lars Eighner wrote:
> On Sat, 28 Jul 2007, Kris Kennaway wrote:
> > On Sat, Jul 28, 2007 at 05:55:56PM -0500, Lars Eighner wrote:
> >> I am trying to build RELENG_6_2 from a freshly cvsupped ports
> >> tree.
> >>
> >> It stops in the build of libmagic with a message from the
> >> temporary (build) ld 'cannot find -lc'?
> >>
> >> What does this mean?  How can I fix it?
> >
> > Usually means your system clock is wrong
>
> Maybe a couple of minutes slow, but how exactly would the build know,
> so long as the times were consitent?

This is also one of the reasons why adjkerntz -i was added to the single 
user boot sequence. It takes care of when you are running the cmos 
clock on local time.

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: IBM HDs vanish on warm-boot?

2007-07-17 Thread Kent Stewart
On Monday 16 July 2007, Kent Stewart wrote:
> On Monday 16 July 2007, Steve Franks wrote:
> > I just had this problem this week - drives are fine until you
> > access one and then disappears.
> >
> > Checked my bios monitor page and 12V was only 11.8V.  Changing from
> > a 300W to a 500W power supply magically fixed the problem...
> >
> > I don't claim that this is necessarily your problem, but it caught
> > me off-guard and it's worth looking at.
>
> I just finished rebuilding a system that went down on Saturday
> afternoon. It ended up being the power supply. Early on, I probably
> could have just replaced the ps but after a number of fsck's,
> followed by panics, there were files that were linked and etc. and
> the system wouldn't boot into single user mode. A rebuild using a
> brand new HD seemed the logical way out. I could mount the old disk
> and cp important directories or individual files onto the new HD.
>
> It turned out that / was the only one trashed but backup files
> of /etc , /home/user's, and all of the port tarballs were ok.

One thing I forgot and that was the disappearance of the all HDs. You 
could cold boot and they were there. The system would panic and it 
would ask for a floppy to boot from. 

You could cold boot and fsck the HDs, reboot and it would run for a 
little bit and then go into the panic and HDs not there loop. It did 
this until it trashed ad0 and sh quit loading.

I would lay odds that I could have used the power supply tester and the 
ps would test ok until it got under a load and shutdown. I had a ps do 
the same thing a couple of months ago but it didn't make HDs disappear. 
The system would just shutdown unexpectedly. I never made it to a 
buildworld and have it die with a signal 11. Without a load, the ps 
would test ok. 

A friend who services computers told me that, in his experience, the 
pses are typically only lasting 3 years and that I should expect more 
of these failures.

Kent

>
> Kent
>
> > Steve
> >
> > On 7/16/07, Roger Olofsson <[EMAIL PROTECTED]> wrote:
> > > Dear mailing list,
> > >
> > > I have 2 IBM HDs and one WD HD (ata) in an old pc and for some
> > > reason FBSD 6.2 can't find the IBMs on a warm-boot. Cold-boot is
> > > fine and, the WD is fine.
> > >
> > > The motherboard is an old Aopen AX34 and all settings are default
> > > except for ACPI that's off.
> > >
> > > The first thought that came to mind was that one of the IBMs are
> > > going bad, but, I find it very unlikely that both HDs are doing
> > > it. One is a 120 and one is an 80gigger but both 'vanish' on
> > > warm-boot.
> > >
> > > Some other setting in bios than ACPI?
> > >
> > > Grateful for any answer,
> > >
> > > /Roger
> > > ___
> > > freebsd-questions@freebsd.org mailing list
> > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > > To unsubscribe, send any mail to
> > > "[EMAIL PROTECTED]"



-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: IBM HDs vanish on warm-boot?

2007-07-16 Thread Kent Stewart
On Monday 16 July 2007, Steve Franks wrote:
> I just had this problem this week - drives are fine until you access
> one and then disappears.
>
> Checked my bios monitor page and 12V was only 11.8V.  Changing from a
> 300W to a 500W power supply magically fixed the problem...
>
> I don't claim that this is necessarily your problem, but it caught me
> off-guard and it's worth looking at.

I just finished rebuilding a system that went down on Saturday 
afternoon. It ended up being the power supply. Early on, I probably 
could have just replaced the ps but after a number of fsck's, followed 
by panics, there were files that were linked and etc. and the system 
wouldn't boot into single user mode. A rebuild using a brand new HD 
seemed the logical way out. I could mount the old disk and cp important 
directories or individual files onto the new HD.

It turned out that / was the only one trashed but backup files 
of /etc , /home/user's, and all of the port tarballs were ok. 

Kent
>
> Steve
>
> On 7/16/07, Roger Olofsson <[EMAIL PROTECTED]> wrote:
> > Dear mailing list,
> >
> > I have 2 IBM HDs and one WD HD (ata) in an old pc and for some
> > reason FBSD 6.2 can't find the IBMs on a warm-boot. Cold-boot is
> > fine and, the WD is fine.
> >
> > The motherboard is an old Aopen AX34 and all settings are default
> > except for ACPI that's off.
> >
> > The first thought that came to mind was that one of the IBMs are
> > going bad, but, I find it very unlikely that both HDs are doing it.
> > One is a 120 and one is an 80gigger but both 'vanish' on warm-boot.
> >
> > Some other setting in bios than ACPI?
> >
> > Grateful for any answer,
> >
> > /Roger
> > ___
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> > "[EMAIL PROTECTED]"



-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: upgrading ports/packages

2007-03-17 Thread Kent Stewart
On Saturday 17 March 2007 13:55, Gary Kline wrote:
>   Is there a set of switches that portupgrade will use to upgrade
>   (from src) _only_ the ports that need rebuilding?   I'm guessing
>   "not" because it's either -arp or else portupgrade exits without
>   doing anything!
>
>   My aim is to build every package just once here (700+Mhz) and
>   scp and pkg_add the pacakges to my slower boxen?  But even after
>   using pkgdb -F, the pkg_version -vIL'=" results are unchanged.
>
>   thanks for any clues!

My experience is that -arp will build all of the ports from source that 
needs building but it will (re)build all of the packages. The price for 
using the generic "a".

On the slow machine, I wouldn't use pkg_add but portupgrade -Pa. There 
are some ports that you can't build packages and have to build from the 
source. So, if you have a package in /usr/ports/packages/All, 
portupgrade will use it but if you need to build it from source, it 
will also do that.

Kent

>
>   gary

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Forcing a portupgrade?

2007-02-13 Thread Kent Stewart
On Tuesday 13 February 2007 21:00, Warren Block wrote:
> On Tue, 13 Feb 2007, Bob wrote:
> > On Tue, 13 Feb 2007 16:41:29 -0600
> >
> > Paul Schmehl <[EMAIL PROTECTED]> wrote:
> >> Yikes!  That's a bit drastic.  What's wrong with make
> >> DISABLE_VULNERABILITIES install?
> >
> > Where would I find the documentation on all the possible
> > command-line options to make? IE, where is DISABLE_VULNERABILITIES
> > documented?
>
> man ports
>
> ISTR using it with portupgrade with the -M option.
>

Here is what I use. I gave it an alias and called it portforce
portupgrade -puf -m -DDISABLE_VULNERABILITIES

Kent

> A probably-better way to fix the vulnerabilities of Mozilla is to
> switch to the newest version, which is now called Seamonkey.
>
> > I am sure I would have occasion to use others if I knew what and
> > where they were.
>
> Also in the ports man page.  Other targets also avoid brute-force
> removal of files, like rmconfig.
>
> -Warren Block * Rapid City, South Dakota USA
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: strange troubles building 6.2

2007-02-10 Thread Kent Stewart
On Thursday 08 February 2007 17:53, Gary Kline wrote:
>   Folks,
>
>   I finally begged a favor a got two working NIC's in what will be
>   my emergency backup DNS server.  The box is old and slow but the
>   hardware is ++solid.  It was easy getting my 5.3 CD upgraded to
>   5.5, but for unknown reasons,I'm having troubles moving up to
>   6.2-R.  (I upgrades this server [tao] from 5.5 to 6.2-PRE without
>   any problems. )  KERNEL=GENERIC on my backup server and I'm
>   typing

What happened to KERNCONF=GENERIC

>
>
> make buildworld &&
> make buildkernel &&
> make installkernel;
>
>
>   Things hung up after buildworld, during buildkernel.  Thanks
>   to the "&&", the buildworld finished successfully.  I'm all but
>   sure that the cvsup grabbed all 6.2 files.  The troubles have
>   only been happening in the past two or three days.  Has anybody
>   else seen thtis?

With the security  bulletin, I upgraded both 5-stable and 6-stable 
systems.

Kent

>
>   tia,
>
>   gary

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: CVSup Touch

2007-02-02 Thread Kent Stewart
On Friday 02 February 2007 07:26, Kevin Kinsey wrote:
> Cy Schubert wrote:
> > What is a CVSup "Touch"? What is it? (A touch, right?) Why does it
> > happen? What triggers it?
> >
> > e.g.
> >  Touch ports/devel/makeplus/files/patch-main.mk,v
> >  Touch ports/devel/makeplus/pkg-descr,v
> >  Touch ports/devel/makeplus/pkg-plist,v
> >
> > I have a CVSup that's been running here for 15 minutes touching
> > every ,v file in ports. It still has not competed.
>
> Could we see your supfile?  Looks as if CVSup is, err, "barking up
> the wrong tree"?

I suspect that it is part of decoupling FreeBSD-4.x from the port tree.

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: [Semi OT]

2007-01-12 Thread Kent Stewart
On Friday 12 January 2007 20:56, Jay Chandler wrote:
> Installed /usr/ports/net/cvsup-mirror/
>
> I've got a couple dozen servers here, and waiting for cvsupdates is
> always onerous-- wish I'd thought of this ages ago.
>
> In any case, I wait for the update script to kick itself off, and get
> this in my logs:
>
> CVSup update begins at 2007-01-12 20:53:42
> Updating from cvsup-master.freebsd.org
> Connected to cvsup-master.freebsd.org
> No record for server "freefall.freebsd.org" in
> "/home/cvsupin/.cvsup/auth" CVSup update ends at 2007-01-12 20:53:42
>
>
> Did I forget something basic?

Yes, if you are not a major mirror, you are supposed to use a mirror 
such as cvsup1.freebsd.org.

Kent

>
> My apologies if this is too severely off topic...

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: fortune

2007-01-12 Thread Kent Stewart
On Friday 12 January 2007 06:39, Jonathan Horne wrote:
> your problem lies here:
>
> FreeBSD 5.3-RELEASE
>
> i never have fortune until i rebuild the world on my systems (which,
> i then immediatly 'chmod -x /usr/games/fortune', since it annoys me
> on login and i cant find where its called from).
>

Do a 
grep fortune .*

It is called from the profile used by your shell when you login. On my 
systems, I see "freebsd-tips".

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvsup

2006-10-25 Thread Kent Stewart
On Wednesday 25 October 2006 06:07, eoghan wrote:
> On 25 Oct 2006, at 14:03, Gábor Kövesdán wrote:
> > eoghan wrote:
> >> Hi
> >> Trying to cvsup my ports and server is saying:
> >> Rejected by server: Access limit exceeded, try again later
> >> So im using cvsup.FreeBSD.org
> >> but have tried cvsup1.FreeBSD.org, cvsup2.FreeBSD.org and
> >> cvsup3.FreeBSD.org
> >> and get the same message... is there something wrong?
> >> Thanks
> >> Eoghan
> >
> > Hello,
> >
> > try cvsup..freebsd.org. E.g. cvsup.de.freebsd.org for
> > Germany, cvsup.hu.freebsd.org, etc.
>
> Hi
> Thanks, that works for me... but the others used to work all the
> time... anyway updating now...
> Thanks again

Try using fastest_cvsup and you can see what kind of response the 
servers are providing. I did a 
fastest_cvsup -c us
and it showed at 1837 UTC that 1 and 3 were at the limit and cvsup6 is 
probably down.

They update from the master on the hour and you need to wait 10-15 
minutes for the update to finish. There isn't any magic time where they 
all work but you can find one closer to the next update where you get 
through almost all of the time.

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cannot print in kde apps using lp

2006-10-23 Thread Kent Stewart
On Monday 23 October 2006 11:03, Jonathan Chen wrote:
> On Mon, Oct 23, 2006 at 10:45:05AM -0700, Karl Agee wrote:
> > I posted about this about a month ago, thought i had
> > it it figured out but I guess I fooled myself.
> >
> > I have kde 3.5.4 installed in fbsd6.1.  I cannot print
> > from kde applications, such as the printer control
> > module, kpdf, etc.
> >
> > I can print just_fine from OO.o, Firefox and Adobe
> > Reader 7.
> >
> > The error kde gives me is:
> >
> > usr/local/bin/lpr -P 'lp' '-#1'
> > '/usr/local/share/apps/kdeprint/testprint.ps' :
> > execution failed with message:
> > /usr/local/bin/lpr: Connection refused
> >
> > I do have cups installed but it is not running or
> > enabled.
> >
> > I dont understand why I can print from non-kde apps
> > but not from kde apps.
>
> The problem is the `lpr' that KDE is invoking. It's using it's own
> internal version that requires CUPS to be running. I don't like
> CUPS, so I recompiled the whole of KDE making sure that x11/kdelibs3
> had the flag -DWITHOUT_CUPS. With this flag, KDE runs /usr/bin/lpr
> instead.
>

Sort of backwards, it uses the /usr/local/bin/lpr that cups-base 
installs. If you mv it to lpr.o, you can use lp to print from KDE. This 
is a fix that lofi sent to me early this morning.

Kent

> Cheers.

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Dualboot Ntloader "invalid slice"

2006-10-22 Thread Kent Stewart
On Sunday 22 October 2006 05:45, Kent Stewart wrote:
> On Sunday 22 October 2006 01:41, Laurens Timmermans wrote:
> > Kent Stewart schreef:
> > > Well "copy" will sometimes copy as asci instead of binary. You
> > > have /a and /b to force one type or the other.
> > >
> > > Xcopy, I think, always copies binary. I think a drag and drop
> > > does will also prefer to copy as binary.
> > >
> > > Kent
> >
> > I tried the following:
> >
> > "bsdlabel -B ad0s3"
> > according to the manual this should recreate boot1 and boot2 ? I
> > made a backup of boot1 but the above command does not recreate
> > boot1. It only does something with /boot/boot. So i restored the
> > backup of boot1, copied the first 512 bytes of /boot/boot to a
> > usb-stick using dd. I booted back into windows and used xcopy to
> > copy the boot1-file to my c:.
> >
> > But still i get "Invalid slice"
>
> The boot1 I use is created when you do the installworld and
> is /boot/boot1.
>
> When you are on the same HD as your Windows ntldr, that is all you
> need to use.
>

I went back to the source and it looks like RU recently updated boot1 (1 
Oct). The boot1 I use came from a 6.0 or 6.1 iso. I will try the boot1 
that my current 6-stable creates but I am still in the middle of doing 
a

portupgrade -rf libgpg-error

It still has a while to go :).

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Dualboot Ntloader "invalid slice"

2006-10-22 Thread Kent Stewart
On Sunday 22 October 2006 01:41, Laurens Timmermans wrote:
> Kent Stewart schreef:
> > Well "copy" will sometimes copy as asci instead of binary. You have
> > /a and /b to force one type or the other.
> >
> > Xcopy, I think, always copies binary. I think a drag and drop does
> > will also prefer to copy as binary.
> >
> > Kent
>
> I tried the following:
>
> "bsdlabel -B ad0s3"
> according to the manual this should recreate boot1 and boot2 ? I made
> a backup of boot1 but the above command does not recreate boot1. It
> only does something with /boot/boot. So i restored the backup of
> boot1, copied the first 512 bytes of /boot/boot to a usb-stick using
> dd. I booted back into windows and used xcopy to copy the boot1-file
> to my c:.
>
> But still i get "Invalid slice"

The boot1 I use is created when you do the installworld and 
is /boot/boot1.

When you are on the same HD as your Windows ntldr, that is all you need 
to use.

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Dualboot Ntloader "invalid slice"

2006-10-21 Thread Kent Stewart
On Saturday 21 October 2006 11:19, Laurens Timmermans wrote:
> Kent Stewart schreef:
> > On Saturday 21 October 2006 09:07, Laurens Timmermans wrote:
> >> Hi,
> >>
> >>
> >> I am trying to get a double boot system on my laptop with FreeBSD
> >> and Windows XP. I have tried this before using NTLOADER on my
> >> desktop-pc (by following the directions in the faq) and it works
> >> like a charm, but not on my laptop...
> >> I installed FreeBSD, copied /boot/boot1 to a usb-stick, set my
> >> windows-slice active and added a freebsd-entry to my boot.ini.
> >> When i boot i get the ntloader-menu, it boots xp just fine but
> >> when i choose FreeBSD i get "invalid slice". I can get back into
> >> my freebsd-install by setting it's slice active again (using
> >> boot/rescue-cd). I am using FreeBSD 6.2-beta2 (because of support
> >> for my pentium M). My disk looks as following:
> >>
> >> -ad0s1 = dell recovery-partition
> >> -ad0s2 = NTFS (windows xp)
> >> -ad0s3 = FreeBSD
> >>
> >> from fstab:
> >> +ad0s3b = swap
> >> +ad0s3a = /
> >> +ad0s3e = /tmp
> >> +ad0s3f = /usr
> >> +ad0s3d = /var
> >>
> >> How can i get this to work using ntloader ?
> >
> > That is very similar to what I am using right now on this computer
> > and 3 others. What does your boot.ini look like.
> >
> > Kent
>
> My boot.ini looks like this:
>
> [boot loader]
> timeout=5
> default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
> [operating systems]
> multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP
> Professinal" /noexecute=optin /fastdetect
> c:\boot1="FreeBSD"
>

The only difference is I called it bootsect.bsd to make it look like 
everything else. Could you have somehow copied it badly. I always have 
a machine running and did a binary ftp to the local machine and then 
renamed to to the *.bsd.

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Dualboot Ntloader "invalid slice"

2006-10-21 Thread Kent Stewart
On Saturday 21 October 2006 09:07, Laurens Timmermans wrote:
> Hi,
>
>
> I am trying to get a double boot system on my laptop with FreeBSD and
> Windows XP. I have tried this before using NTLOADER on my desktop-pc
> (by following the directions in the faq) and it works like a charm,
> but not on my laptop...
> I installed FreeBSD, copied /boot/boot1 to a usb-stick, set my
> windows-slice active and added a freebsd-entry to my boot.ini.
> When i boot i get the ntloader-menu, it boots xp just fine but when i
> choose FreeBSD i get "invalid slice". I can get back into my
> freebsd-install by setting it's slice active again (using
> boot/rescue-cd). I am using FreeBSD 6.2-beta2 (because of support for
> my pentium M). My disk looks as following:
>
> -ad0s1 = dell recovery-partition
> -ad0s2 = NTFS (windows xp)
> -ad0s3 = FreeBSD
>
> from fstab:
> +ad0s3b = swap
> +ad0s3a = /
> +ad0s3e = /tmp
> +ad0s3f = /usr
> +ad0s3d = /var
>
> How can i get this to work using ntloader ?
>

That is very similar to what I am using right now on this computer and 3 
others. What does your boot.ini look like.

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: /libexec/ld-elf.so.1: Shared object "libcvsservice.so.0" not found, required by "quanta"

2006-08-19 Thread Kent Stewart
On Saturday 19 August 2006 02:39, dick hoogendijk wrote:
> /libexec/ld-elf.so.1: Shared object "libcvsservice.so.0" not found,
> required by "quanta"
>
> This file is missing and I would like to know from which package this
> file comes. I'm sure there is some kind of command prompt which I
> regrettely don't know ;-(
>

If I am not mistaken, quanta is installed from kdewebdev. I looked 
around and couldn't see what dependancy installed it. I looked at the 
Makefile and you see

BUILD_DEPENDS=  cvsservice:${PORTSDIR}/devel/kdesdk3

I would force upgrade kdesdk.

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Shared object not found

2006-08-12 Thread Kent Stewart
On Saturday 12 August 2006 02:51, mr thooL wrote:
> I can't run xmms:
>
>
> ===
> # xmms
> /libexec/ld-elf.so.1: Shared object "libgtk12.so.2" not found,
> required by "xmms"
> ===
>
> version: xmms-1.2.10_4
> (Freebsd 6.0)
>
>
> How can I fix it?

Somehow gtk-1.2.10_4 hasn't been installed. You can try
portupgrade gtk-1.2 
or
portupgrade -N gtk-1.2.10_4

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cannot upgrade

2006-07-02 Thread Kent Stewart
On Sunday 02 July 2006 14:23, Jim Stapleton wrote:
> I would guess that means the file was corrupted somehow, though I
> don't know how.
>
> At any rate, I don't know how to fix that, and not loose the stored
> information.

You "pkgdb -fu" and it recreates the database. You will also probably 
find that you need to recreate your INDEX[-*].db. After that, 
everything works just fine. All I did is run pkg-version and it rebuilt 
the INDEX.db.

Kent

>
> On 7/2/06, Michael P. Soulier <[EMAIL PROTECTED]> wrote:
> > On 02/07/06 Michael P. Soulier said:
> > > Cannot update the pkgdb!]: Cannot update the pkgdb!]
> > > /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:444:in `__system':
> > > Command failed [exit code 1]: /usr/local/sbin/pkgdb -aFQ
> > > (CommandFailedError) from
> > > /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:467:in `__sudo'
> > > from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:473:in
> > > `xsystem!' from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:960:in
> > > `autofix!' from /usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:956:in
> > > `autofix' from /usr/local/sbin/portupgrade:475:in `main'
> > > from /usr/local/sbin/portupgrade:714:in `main'
> > > from /usr/local/lib/ruby/1.8/optparse.rb:815:in
> > > `initialize' from /usr/local/sbin/portupgrade:209:in `main'
> > > from /usr/local/sbin/portupgrade:1951
> >
> > [EMAIL PROTECTED] ~]# pkgdb -F
> > --->  Checking the package registry database
> > [Updating the pkgdb  in /var/db/pkg ...
> > /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid
> > argument; rebuild needed] [Rebuilding the pkgdb 
> > in /var/db/pkg ... /var/db/pkg/pkgdb.db: unexpected file type or
> > format -- Invalid argument: Cannot update the pkgdb!]: Cannot
> > update the pkgdb!]
> >
> > This doesn't look good.
> >
> > Mike
> >
> > --
> > Michael P. Soulier <[EMAIL PROTECTED]>
> > "Any intelligent fool can make things bigger and more complex... It
> > takes a touch of genius - and a lot of courage to move in the
> > opposite direction." --Albert Einstein
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Replacement for Adaptec 2200s

2006-06-05 Thread Kent Ketell
All,

It has come to my attention, apparently a bit belatedly, that Adaptec
has discontinued the 2200s and the 2120s RAID controllers.  This really
bums me out as it is the controller that I have standardized all of my
FreeBSD 4.x systems on.

My question to you all is this:  What RAID controller is available for
use in FreeBSD 4.x that offers the same type of functionality as the AAC
family did?

Thanks in advance.

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


Re: 6.1-STABLE : make installworld fails

2006-05-12 Thread Kent Stewart
On Friday 12 May 2006 06:59, Axel Burwitz wrote:
> Hi,
>
> well, need some help...
>
>
> I have just upgraded my system from 6.1-PRERELEASE to 6.1-STABLE,
> with cvsup, make buildworld, make buildkernel, make installkernel.
>
> The upgrade for the basic system went through, it shows 6.1-STABLE
> version, and the fresh kernel version works, but:
>
> when I (in single-user mode) want  to start "make installworld"
> (while being in /usr/src) to upgrade the userland, it only gives
>
> "
> 
>
>  >>> Installing everything
>
> 
>
> cd /usr/src; make -f Makefile.inc1 install
>
> ===> share info (install)
> ===> include (install)
>
> Creating osreldate.h from newvers.sh
> touch not found
>
> *** Error code 127
>
> Stop in /usr/src/include.
>
> *** Error code 1"
>
>
>
> No idea what to do now.
>

Check your system date. Almost everytime that make thinks it needs to 
use touch is due to the date on the computer being off.

I run local time and have to use adjkerntz -i to set the local time 
zone.

If your date is way off like it looks, you have to update it and then 
rebuild so that everything is current. You don't have any idea what 
wasn't built because it was thought to be current.

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


threads in 5.4 and 5.5

2006-05-09 Thread Mark Kent
Hello,

What is the canonical way to compile programs that use posix threads
on freebsd 5.4+, with gcc?

I've seen comments that say that -pthread, used in 4.x, should go away
for 5.x.  But, for example, /usr/ports/security/openssl uses -pthread. 

So, use it?  Don't use it?  Should I care?

And what does it mean when a program works with one thread
library and not another?  I've got a case like this:

libpthread.so.1: chew up cpu, then SEGV
libthr.so.1: chew up cpu, but works!
libc_r.so.5: works great!

This is changed with libmap.conf.

Does this point to any particular shady coding practice?

Once I know that libc_r is my friend, does this suggest
a certain set of compile flags and/or link flags?

Thanks,
-mark

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


Re: Installation date ?

2006-05-02 Thread Kent Stewart
On Tuesday 02 May 2006 10:41, S t i n g r a y wrote:
> Its been a long time since i installed my FreeBSD
> server & its been running since then , how can i find
> the installation date & time of my server ?
>

Look at the date of the kernel in /boot. That was the time it was last 
updated. You can use "uname -a" to find which version and also when it 
was compiled.

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Whay does "port is interactive" mean?

2006-04-26 Thread Kent Stewart
On Wednesday 26 April 2006 11:02, Steve Friedrich wrote:
> I couldn't portupgrade acroread7 because it is marked "interactive".
>
> What does that mean?  How do I upgrade it?
>

You have to agree to the license and you probably have batch=yes turned 
on in /etc/make.conf. Comment it out and then build it. You can then 
turn batch back on.

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: learning to buildworld

2006-04-24 Thread Kent Stewart
On Monday 24 April 2006 11:00, Paul Schmehl wrote:
> --On April 24, 2006 11:02:18 AM -0500 Jonathan Horne
> <[EMAIL PROTECTED]>
>
> wrote:
> > i have begun spending a good deal of time researching and
> > practicing the buildworld process on my dev boxes.  i want to make
> > sure i have the entire process down pat, before i attempt it on my
> > production server.
> >
> > the handbook states that i should:
> >
> > make buildworld
> > make buildkernel
> > make installkernel
> >
> > and then reboot to single usermode.  the installworld comes while
> > in single user mode, and my production server would see quite a bit
> > of downtime over this.  handbook says to, in sigle user mode:
> >
> > mergemaster -p
> > make installworld
> > mergemaster
> > reboot
> >
> > ive seen several articles on the net, and of course, no one agrees
> > on the exact steps to take to update your system.  my question is,
> > is it safe to 'mergemaster' and 'make installworld' while still up
> > and running?  or do i just need to bite the downtime-bullet, and
> > put it in single user?
>
> I have done the complete process remotely, over ssh, without
> problems. *However*, that is not the recommended procedure *and* I
> was doing it on a new install where, if it failed, I could simply
> start over.  I wouldn't recommend it for production systems that are
> remotely located.  The price you pay for going to the server and
> using single-user mode is less than the price you pay for doing it
> remotely *and* having it fail.
>

It wasn't too far into the upgrade process from 6.0 to 6.1 that my boot1 
got out of step and would cause a freeze during the boot. I could 
revert kernel.old back to kernel and then, I could figure out what was 
wrong. It was a multi-boot system and the version of boot1 on my 
c-drive was really old. Once I copied the new boot1 onto my c-drive, I 
didn't have any problems. It could have easily been something else that 
caused a panic at boot. The boot to single user mode is to reduce the 
frequency of that occuring; however, I find each system has quirks and 
if you take the chance, you may find a surprise waiting for you.

The current gigabit if_re can panic at boot. If you reboot, it 
frequently will boot successfully. If not, you have to power down and 
then boot. It has always booted after the power down. There is a pr on 
the problem but nothing has been done about it.

As you said, the price for doing it right, is often much less than 
scrambling to fix something that totally fails. A long time ago, I 
found that designing around the failures cost less in the long run than 
taking shortcuts that only saved time until something happened and your 
system was down for hours.

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: /boot at beginning of drive

2006-04-16 Thread Kent Stewart
On Sunday 16 April 2006 14:19, Colin Percival wrote:
> Brendan Grossman wrote:
> > Here is my reason for separating /tmp and mounting it
> > noexec,nosuid:
> >
> > http://www.sagonet.com/forums/showthread.php?t=2852
>
> Quoth mount(8):
>  noexec  Do not allow execution of any binaries on the
> mounted file system.  This option is useful for a server that has
> file systems containing binaries for architectures other than its
> own.  Note: This option was not designed as a security feature and no
> guarantee is made that it will prevent malicious code execution; for
> example, it is still possible to execute scripts which reside on a
> noexec mounted partition.
>
> Mounting /tmp as noexec causes perfectly good code to gratuitously
> fail, while providing no real security improvement.

Including weird system or port update failures.

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: pkg_add problem

2006-04-06 Thread Kent Stewart
On Thursday 06 April 2006 06:22, serguey ogoltsoff wrote:
> When I tried to pkg_add make-3.79.1 the attempt failed
> --NO RECORD.
> My try to copy the file via
> ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Lat
>est/make-3.79.1.tbz
>
> was also a failure.
> Then I sifted all http://ftps mirrored in A2.FTP Sites
> and found out that no one of them
> contains'5.3-release'.
> How can I get make-3.79.1.tbz please?
>

Add to your .cshrc for root
setenv PACKAGESITE 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/Latest/

That is all one line but kmail is folding it. Also, the 5.5-release is 
at
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.5-release/Latest/

I didn't check to see which set of packages are more recent. I leave 
that to you to do. It is the kind of process you need to be aware of 
and use the most recent set of builds. Once the 5.5-release is 
finished, the stable set will provide the set closest to what you will 
find after cvsuping ports-all.

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Non-boot on RELENG_6 1930 UTC source

2006-03-22 Thread Kent Stewart
I just updated my system with sources available on the mirrors at 11:30 
PST and ended up with a system that wouldn't boot. It would get to the 
point that I chose FreeBSD using ntldr and it just stopped. 

The XP sytem uses an older boot1 to boot FreeBSD. I could use the 
6.0-Release CD fixit option to go back to the system update of 18 March 
and that is what I am using now to send this email.

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: What profile does Konsole use on startup

2006-03-17 Thread Kent Stewart
On Friday 17 March 2006 13:07, Donald T Hayford wrote:
> When I run Konsole in KDE, it doesn't appear to be using my
> ~/.bash_profile as the startup file.  Does anybody know how to change
> this?  Or to tell what file it is using?  I looked in the Konsole
> help manual, but couldn't find any information.
>

Depends on whether you are a user or root. There is one for both. You 
want to make "Root shell" use "su -" so that you get roots environment.

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvsup to 6.0 stable from 5.5 release

2006-03-17 Thread Kent Stewart
On Thursday 16 March 2006 21:00, Chris wrote:
> On 16/03/06, Rick Knospler <[EMAIL PROTECTED]> wrote:
> > I keep getting this error when I try to make build world on version
> > 6.0..
> > --
> >
> >  >>> stage 1.1: legacy release compatibility shims
> >
> > --
> > cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/tmp  INSTALL="sh
> > /usr/src/tools/install.sh"
> > PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/lega
> >cy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/sbin:/bin:/usr/sbi
> >n:/usr/bin WORLDTMP=/usr/obj/usr/src/tmp  MAKEFLAGS="-m
> > /usr/src/tools/build/mk  -m /usr/src/share/mk"
> > /usr/obj/usr/src/make.i386/make -f
> > Makefile.inc1  DESTDIR=  BOOTSTRAPPING=502010  -DNO_HTML -DNO_INFO
> > -DNO_LINT -DNO_MAN -DNO_NLS -DNO_PIC  -DNO_PROFILE -DNO_SHARED
> > -DNO_CPU_CFLAGS -DNO_WARNS legacy
> > ERROR: Source upgrades from versions prior to 5.3 not supported.
> > *** Error code 1
> >
> > Stop in /usr/src.
> > *** Error code 1
> >
> > Stop in /usr/src.
> > *** Error code 1
> >
> > Stop in /usr/src.
> >
> > I am running version 5.5...
> >
> > (12:20:10 <[EMAIL PROTECTED]:/usr/src>) # uname -a
> > FreeBSD star.skylands.net 5.5-PRERELEASE FreeBSD 5.5-PRERELEASE #0:
> > Thu Mar  2 21:54:14 EST
> > 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
> >
> > How can I get past this error and upgrade to 6.0 stable..?
> >
> > Thanks
>
> I guess they have set 5.3 and 5.4 to be allowed and all other version
> outputs show that error, they may not add 5.5 until that hits
> release.
>

I thought you were supposed to go to 6.0-release first.

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: port updates

2006-03-15 Thread Kent Stewart
On Wednesday 15 March 2006 02:34, Markus Mayer wrote:
> Hi all,
> got a question about port updates.
> I run a FreeBSD Box 5.4 release. I use the
> server for webapps with php and mysql enabled,
> also samba an ssh is running. Everything works fine
> and stable.
> Now i update the ports on my machine via CVSup and check the
> installed packages for newer versions.
>
> Now my question:
> Do i run in trouble if i update my installed packages
> like apache, php or mysql ? or does it work without problems.
> Is it necessary to backup my config files and databases ?
> Or what is the best way to get my apps up to date ?
>

I find Apache always tries to install a new ../data, so, I always link 
data to a data on a different disk. Then, I unlink data and
ln -sf /usr3/data data
and I am back in business. You have to stop apache and start apache to 
get the new version running.

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Problem doing Buildworld

2006-03-12 Thread Kent Stewart
On Sunday 12 March 2006 16:24, Warren Liddell wrote:
> 2 days ago i was able to do a buildworld & installworld quite fine ..
> now im getting an error on my FreeBSD 6.1-PreRelease system and
> reading UPDATING gives me nothing
>
> ===> etc/sendmail (all)
> rm -f freebsd.cf
> m4
> -D_CF_DIR_=/usr/src/etc/sendmail/../../contrib/sendmail/cf/  
> /usr/src/etc/sendmail/../../contrib/sendmail/cf/m4/cf.m4
> /usr/src/etc/sendmail/freebsd.mc
>
> > freebsd.cf
>
> chmod 444 freebsd.cf
> rm -f freebsd.submit.cf
> m4
> -D_CF_DIR_=/usr/src/etc/sendmail/../../contrib/sendmail/cf/  
> /usr/src/etc/sendmail/../../contrib/sendmail/cf/m4/cf.m4
> /usr/src/etc/sendmail/freebsd.submit.mc
>
> > freebsd.submit.cf
>
> chmod 444 freebsd.submit.cf
> ERROR: Required audit group is missing, see /usr/src/UPDATING.
> *** Error code 1

This is a little bit obscure but you basically didn't follow the generic 
instructions on updating your system. You can get away without doing 
the 
mergemaster -p
most of the time but when you see a message about a missing user or 
group, you have to add them to the appropriate file and carefully 
running mergemaster -p will let you fix the problem.

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: portupgrade vs. portmanager ...

2006-03-04 Thread Kent Stewart
On Saturday 04 March 2006 19:20, Peter wrote:
> --- Kiffin Gish <[EMAIL PROTECTED]> wrote:
> > I would like to know the difference between running:
> >
> > portupgrade -arR
> >
> > and
> >
> > portmanager -u
> >
> > Just curious is all, thanks.
>
> I have found portmanager to be more intelligent.  When
> you run it it takes a look at all installed ports and
> then it decides what order to upgrade the ports and
> their dependencies.  Portupgrade proceeds linearly and
> you may need to run it a few more times for everything
> to be upgraded.  At least that's how I understand it.
>
> 
But the -rR tells it to look at all of the dependancies and build them 
if they need to be. In addition, if something depends on it, it will 
also build them. 

I don't see any differance.

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Determining proper order to upgrade

2006-03-04 Thread Kent Stewart
On Saturday 04 March 2006 11:20, Luke Dean wrote:
> I'm one of those masochists who insists on manually building all my
> pakages from the ports collection without using automating software
> like portmanager.
>
> Typically I upgrade my ports collection with
> cvsup -g -L 2 /etc/supfile-that-I-made-for-ports
> then run
> pkg_version -v -L '='
> to get a list of what I need to upgrade.
>
> Then I
> pkg_info -o name-of-each-port
> to find out where the port lives in the ports collection, go there,
> and then use "make" with whatever custom options I need to upgrade
> it.
>
> The trouble I have is when one or more of those low-level ports that
> everything else depends on gets upgraded.  I can spend DAYS building
> and rebuilding ports until everything gets built with the most
> current dependencies.
> I'm familiar with the "-r" and "-R" switches for "pkg_info", and they
> are a huge help in this situation, but I'm wondering if anybody has
> written a script that will take a list of packages to be upgraded,
> examine their dependencies and what depends on them, and then return
> a sorted list of every installed package that should be rebuilt in
> order to keep the dependencies current.
>
> I don't want something to automate the whole process - just something
> to help me out with determining which ports are affected and what
> order they should be rebuilt in.
>
> Some of those port management packages must have something like this
> internally.  I guess I could go look there.
> ___

I like aliases but they don't work for this. So, I have a shell script 
that does the work for me. I called it pkgreq and it looks like

#! /bin/sh
cd /var/db/pkg
pkg_info -R "$1*" | more

You "pkgreq port-name-of-interest" and it returns that ports that use 
the port.

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: X.org 7.0 port?

2006-03-02 Thread Kent Stewart
On Wednesday 01 March 2006 23:07, Yuan Jue wrote:
> hey, all
>
> anybody knows that when will X.org 7.0 be ported to FreeBSD?
> I have heard that X.org 7.0 support ATI cards inclued some exciting
> features, say tv-out & 3D acceleration and so on.
>
> Since my video card is ATI Mobility Radeon 9600, I really wanna these
> new fetures on my FreeBSD :)
>
> thanks in advance

There was a discussion a long time ago about 6.9 and 7.0. The comments 
were of the order that 7.0 was the same. They just made it more 
modular. Search the archives for the discussion.

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: A reason for major ports update?

2006-02-27 Thread Kent Stewart
On Monday 27 February 2006 19:27, Steve Lake wrote:
>   Ok, call me the curious cat, but I just cvsupped my ports tonight
> looking for a patch to Xine to fix a problem with MKV playback under
> KDE 3.5 and got quite the shocker.  There were about 101 ports that
> said they needed to be upgraded.  The part that's the kicker is I
> just upgraded everything about 3 weeks ago.  Did I miss something or
> did something big come down the pipe that caused a major number of
> ports to be updated?  Or is this just coincidence?  Just curious.
>
>

They killed libtool-1.3.5 and all of the ports that used it had to be 
upgraded to depend on 1.5.22.

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: anyone recognize this panic?

2006-02-26 Thread Kent Stewart
On Sunday 26 February 2006 16:18, Kris Kennaway wrote:
> On Sun, Feb 26, 2006 at 03:51:44PM -0800, Kent Stewart wrote:
> > One thing, the developer's handbook only talks about "option DDB"
> > but that won't compile until you have added KDB.
>
> Please send-pr about this to get the docs updated.
>
> > Now, I got it to panic but it took 5 or 6 tries. "At will" must
> > have heard his name and ran away :). However, when I try "call
> > doadump" it says no dump device has been specified. I have
> > dumpdev="AUTO" in rc.conf but I think this is happening far to
> > early.
> >
> > All is not lost because I think I have 3-6.3 MP images of the panic
> > and the trace back. How can I get a dumpdev that early into the
> > boot? This is turning into the pain I thought it would be :).
>
> Unfortunately I don't think you can.  dumpon(8) says you can set a
> loader variable, but this is just an outdated manpage and that
> facility went away in 2002 (probably something to do with GEOM).
> However, DDB traces should be sufficient.  Since you can reproduce
> this easily, please also turn on INVARIANTS, INVARIANT_SUPPORT, and
> WITNESS.

I forgot to point out that I am not running current but
FreeBSD topaz 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #13: Sun Feb 26 
20:58:16 PST 2006

It also occurs on RELENG_5 but that machine is my gateway and firewall.

It may be trying to confuse me but I have to use the NIC in XP before it 
will panic on the FreeBSD boot. My sacrificial machine only runs 
6-stable and it is much harder to make panic.

I have 3 280+KB images of the panic and traceback. They are
http://owt-207-41-94-232.owt.com/panic-0.jpgpanic
http://owt-207-41-94-232.owt.com/panic-1.jpg1st page of trace
http://owt-207-41-94-232.owt.com/panic-2.jpg2nd page of trace

This is a 128Kb DSL line on the upload so it won't be fast. Even 
cropped, the originals were 10MB+. So, they have been made more lossy 
for size.

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: anyone recognize this panic?

2006-02-26 Thread Kent Stewart
On Sunday 26 February 2006 12:42, Kris Kennaway wrote:
> On Sun, Feb 26, 2006 at 12:39:22PM -0800, Kent Stewart wrote:
> > On Sunday 26 February 2006 12:29, Kris Kennaway wrote:
> > > On Sun, Feb 26, 2006 at 11:24:28AM -0800, Kent Stewart wrote:
> > > > > Unfortunately without a traceback the panic string is useless
> > > > > since it gives you no clue about how the system got into that
> > > > > state.  This kind of panic is often a secondary effect of
> > > > > some other problem.
> > > >
> > > > I can cause this to happen almost at will with a Netgear GA311.
> > > > It only happens at boot. It will reboot after the panic just
> > > > fine and, for me, it only happens repeatedly after I do a
> > > > restart boot from XP. It has never happened if I shut the
> > > > system down first. I have moved many GBs of distfiles and
> > > > packages with out causing a panic.
> > > >
> > > > I haven't found a way to cause a dmp when it panics. At least,
> > > > what I have read doesn't work. So, how can I get a dmp, which I
> > > > can provide a traceback?
> > >
> > > What happens when you 'call doadump' from DDB?
> >
> > I haven't be able to invoke the debugger at the boot panic and even
> > adding dumpdev to rc.comp doesn't produce a dump file. The /swap
> > and /var are large enough to dump memory.
> >
> > I also haven't added DDB to the kernel config. I guess I need to
> > first get my Digital Rebel, so, I can keep a copy and see what is
> > on the screen when it panics.
>
> Well, if you don't have DDB in your kernel config, you certainly
> won't be able to invoke it when it panics ;-)

hehehe - of course :)

One thing, the developer's handbook only talks about "option DDB" but 
that won't compile until you have added KDB.

Now, I got it to panic but it took 5 or 6 tries. "At will" must have 
heard his name and ran away :). However, when I try "call doadump" it 
says no dump device has been specified. I have dumpdev="AUTO" in 
rc.conf but I think this is happening far to early.

All is not lost because I think I have 3-6.3 MP images of the panic and 
the trace back. How can I get a dumpdev that early into the boot? This 
is turning into the pain I thought it would be :).

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: anyone recognize this panic?

2006-02-26 Thread Kent Stewart
On Sunday 26 February 2006 12:29, Kris Kennaway wrote:
> On Sun, Feb 26, 2006 at 11:24:28AM -0800, Kent Stewart wrote:
> > > Unfortunately without a traceback the panic string is useless
> > > since it gives you no clue about how the system got into that
> > > state.  This kind of panic is often a secondary effect of some
> > > other problem.
> >
> > I can cause this to happen almost at will with a Netgear GA311. It
> > only happens at boot. It will reboot after the panic just fine and,
> > for me, it only happens repeatedly after I do a restart boot from
> > XP. It has never happened if I shut the system down first. I have
> > moved many GBs of distfiles and packages with out causing a panic.
> >
> > I haven't found a way to cause a dmp when it panics. At least, what
> > I have read doesn't work. So, how can I get a dmp, which I can
> > provide a traceback?
>
> What happens when you 'call doadump' from DDB?
>

I haven't be able to invoke the debugger at the boot panic and even 
adding dumpdev to rc.comp doesn't produce a dump file. The /swap 
and /var are large enough to dump memory.

I also haven't added DDB to the kernel config. I guess I need to first 
get my Digital Rebel, so, I can keep a copy and see what is on the 
screen when it panics.

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: can't cd to /usr/ports/devel/libtool13

2006-02-26 Thread Kent Stewart
On Sunday 26 February 2006 12:10, Xn Nooby wrote:
> > That port no longer exists. You can delete it and that is it.
>
> I did a "pkg_delete" on the libtool package, and that seemed to work.
>  I was able to re-install most of the packages that I had to remove
> when fixing libtool, for example xine abd vlc.  I am having a problem
> with rox-filer though, I have tried to "deinstall" and "reinstall" a
> couple of times. I thought doing a "make install" would pull in any
> needed dependencies, so I assume this is related to my earlier
> problems.
>
> Here is the error I get when I do:
>
>   cd /usr/src/x11-fm/rox-filer
>   make install clean
>
> > --===>  Configuring for
> > libbonobo-2.10.1_3
>
> checking for a BSD-compatible install... /usr/bin/install -c -o root
> -g wheel
> checking whether build environment is sane... yes
> checking for gawk... no
> checking for mawk... no
> checking for nawk... nawk
> checking whether gmake sets $(MAKE)... yes
> checking whether to enable maintainer-specific portions of
> Makefiles... no checking for perl... /usr/bin/perl
> checking for XML::Parser... configure: error: XML::Parser perl module
> is required for intltool

I think this is your error right here. I have had it before. They 
updated perl recently and you may not have a consistent set of p5-\* 
ports with respect to the new perl. Did you run "perl-after-upgrade -f" 
after you updated perl?

FWIW, rox-filer also no longer exists.

You appear to need www/p5-HTML-Parser but sometimes, the messages can be 
misleading :).

I think you have a different problem. I looked at  libbonobo-2.10.1_3 
and the dependancies are

Port:   libbonobo-2.10.1_3
Path:   /usr/ports/devel/libbonobo
Info:   A component and compound document system for GNOME2
Maint:  [EMAIL PROTECTED]
Index:  devel
B-deps: ORBit2-2.12.5_2 bison-1.75_2,1 expat-2.0.0_1 gettext-0.14.5_2 
glib-2.8.6_1 gmake-3.80_2 intltool-0.34.2 libIDL-0.8.6_2 
libiconv-1.9.2_2 libxml2-2.6.23_1 m4-1.4.4 p5-XML-Parser-2.34_2 
perl-5.8.8 pkgconfig-0.20 popt-1.7_1

R-deps: ORBit2-2.12.5_2 gettext-0.14.5_2 glib-2.8.6_1 libIDL-0.8.6_2 
libiconv-1.9.2_2 libxml2-2.6.23_1 perl-5.8.8 pkgconfig-0.20 popt-1.7_1

The problem is that the current version is p5-HTML-Parser-3.50. I think 
your problem might go away if you add the HTML-Parser. That doesn't fix 
libbonobo but you may be able to continue updating your system.

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: can't cd to /usr/ports/devel/libtool13

2006-02-26 Thread Kent Stewart
On Sunday 26 February 2006 12:10, Xn Nooby wrote:
> > That port no longer exists. You can delete it and that is it.
>
> I did a "pkg_delete" on the libtool package, and that seemed to work.
>  I was able to re-install most of the packages that I had to remove
> when fixing libtool, for example xine abd vlc.  I am having a problem
> with rox-filer though, I have tried to "deinstall" and "reinstall" a
> couple of times. I thought doing a "make install" would pull in any
> needed dependencies, so I assume this is related to my earlier
> problems.
>
> Here is the error I get when I do:
>
>   cd /usr/src/x11-fm/rox-filer
>   make install clean
>
> > --===>  Configuring for
> > libbonobo-2.10.1_3
>
> checking for a BSD-compatible install... /usr/bin/install -c -o root
> -g wheel
> checking whether build environment is sane... yes
> checking for gawk... no
> checking for mawk... no
> checking for nawk... nawk
> checking whether gmake sets $(MAKE)... yes
> checking whether to enable maintainer-specific portions of
> Makefiles... no checking for perl... /usr/bin/perl
> checking for XML::Parser... configure: error: XML::Parser perl module
> is required for intltool

I think this is your error right here. I have had it before. They 
updated perl recently and you may not have a consistent set of p5-\* 
ports with respect to the new perl. Did you run "perl-after-upgrade -f" 
after you updated perl?

FWIW, rox-filer also no longer exists.

You appear to need www/p5-HTML-Parser but sometimes, the messages can be 
misleading :).

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: anyone recognize this panic?

2006-02-26 Thread Kent Stewart
On Saturday 25 February 2006 22:13, Kris Kennaway wrote:
> On Sat, Feb 25, 2006 at 10:08:47PM -0800, Garrett Cooper wrote:
> > Kris Kennaway wrote:
> > >On Sat, Feb 25, 2006 at 10:33:06PM -0500, Robert Huff wrote:
> > >>  I just had my -CURRENT* machine crash under moderate load.  No
> > >>dump is available because the machine locked hard, but I did copy
> > >>this off the screen:
> > >>
> > >>re0: diagnostic failed to receive packet in loopback mode
> > >>re0: attach aborted due to hardware diagnostic failure
> > >>panic: mtx_lock() of spin mutex (null) @
> > >> /usr/src/sys/netinet/in_pcb,c:862
> > >>
> > >>  "re0" is a Linksys EG-1032, less than two months old.  It was
> > >>connected, but had zero traffic at the time of the crash.
> > >>  Before I take this to current@ - has anyone seen anything like
> > >>this before?  A quick check of the archives and the web in
> > >> general didn't show anything.
> > >
> > >You need to at least get a traceback from the panic, and
> > > preferably a crashdump.
> > >
> > >Kris
> >
> > Probably should pass this onto some devs. It seems like a null
> > value was passed for locking a mutex in the OS, which is important.
> > Having a traceback would be good though... but at least mentioning
> > that the issue laid with the re (?) kernel driver would be a start.
>
> Unfortunately without a traceback the panic string is useless since
> it gives you no clue about how the system got into that state.  This
> kind of panic is often a secondary effect of some other problem.
>

I can cause this to happen almost at will with a Netgear GA311. It only 
happens at boot. It will reboot after the panic just fine and, for me, 
it only happens repeatedly after I do a restart boot from XP. It has 
never happened if I shut the system down first. I have moved many GBs 
of distfiles and packages with out causing a panic.

I haven't found a way to cause a dmp when it panics. At least, what I 
have read doesn't work. So, how can I get a dmp, which I can provide a 
traceback? 

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: can't cd to /usr/ports/devel/libtool13

2006-02-26 Thread Kent Stewart
On Sunday 26 February 2006 10:42, Xn Nooby wrote:
> I fixed most of the errors from my upgrade from 6.1 p#1 to 6.1 p#2,
> and in the process apparently upgraded to 6.1 p#3.  I am still
> getting a libtool error.
>
> Earlier, I did a "make deinstall clean" on all ports that were using
> libtool, and after removing about 10, I thought I had it fixed.  It
> doesn't seem I am able to remove XMMS, though it appears to deinstall
> successfully when I run the command.  Portupgrade still fails.  I'm
> not really sure what it going on at this point.  I tried to do a
> "less /usr/src/UPDATING", but now it doesn't show the entry that was
> in there last night.  An entry for 2/23 about libtool being moved,
> and there not being any easy fix.
>
> Here is my error:
>
> -
> az# portversion -l "<"
> az# portupgrade -arR
> cd: can't cd to /usr/ports/devel/libtool13
> ** Package 'libtool' has been removed from ports tree.
> ** Port directory not found: devel/libtool13
> ** Detected a package name change: xmms (multimedia/xmms) ->
> 'xmms-esound' (multimedia/xmms)
> ** No need to upgrade 'xmms-1.2.10_4' (>= xmms-esound-1.2.10_4).
> (specify -f to force)
> ** Listing the failed packages (*:skipped / !:failed)
> !  (libtool-1.3.5_2)(port directory error)
> --->  Packages processed: 0 done, 174 ignored, 0 skipped and 1 failed
> az#
> -

That port no longer exists. You can delete it and that is it.

You also looked at /usr/src/UPDATING instead of /usr/ports/UPDATING. The 
top of the first entry is

20060223:
  AFFECTS: all ports using libtool as part of the build process
  AUTHOR: [EMAIL PROTECTED]


Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: fresh install, portupgrade fails on xterm

2006-02-18 Thread Kent Stewart
On Saturday 18 February 2006 12:08, Xn Nooby wrote:
> its depressing when a fresh install fails
>
> i followed my normal fail-proof slow method of updating a fresh
> install, and it fails to update xterm, some of the messages are:
>
> ==> xterm-206_1 conflicts with  installed packages:
>xorg-clients-6.8.2
> *** Error code 1
>
> 
>
> ** Listing the failed packages
>   ! x11/xterm (xterm-203) (install error)
>* x11/xorg-clients (xorg-clients-6.8.2)
>
>
> I'm trying to install FreeBSD 6.1.  I hadnt even gotten to
> configuring with X, so I was surprised there was a problem there. 
> the command tat generated the error was:
>
>portpgrade -arR
>
>
> I'm guessing other people will also be getting this error soon.


Maybe they read /usr/ports/UPDATING where 

20051113:
  AFFECTS: users of x11/xterm, x11/xorg-clients, x11/XFree86-4-clients
  AUTHOR: [EMAIL PROTECTED]

  Xterm no longer installs with '-static' prefix. Users should upgrade
  XFree86-clients to 4.5.0_1 or xorg-clients to 6.8.2_1 or newer before
  attempting upgrade of xterm to 206_1 or newer. Previous versions 
remove
  xterm on deinstall so CONFLICTS have been set accordingly.

It worked for me back in November :).

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: MySQL install fails - can't find mysqlclient.14

2006-02-06 Thread Kent Stewart
On Monday 06 February 2006 14:18, Seth Burgess wrote:
> I am working on installing MySQL 4.1 - Server on Freebsd 4.8.  I have
> gone through several tries and am now stuck with the following error
> which comes up very quickly when I run make.
>
> 
> seth# make
> ===>   mysql-server-4.1.16 depends on file: /usr/local/bin/libtool15
> -found ===>   mysql-server-4.1.16 depends on shared library:
> readline.5 - found ===>   mysql-server-4.1.16 depends on shared
> library: mysqlclient.14 -not found ===>Verifying install for
> mysqlclient.14 in
> /usr/ports/databases/mysql41-client
> "/usr/ports/misc/ldconfig_compat/bsd.ldconfig.mk", line 7: warning:
> String comparison operator should be either == or !=
> "/usr/ports/misc/ldconfig_compat/bsd.ldconfig.mk", line 7: Malformed
> conditional (${OSVERSION} < 504105 ||  (${OSVERSION} >= 70 &&
> ${OSVERSION} < 700012) ||  (${OSVERSION} >= 60 && ${OSVERSION} <
> 600104))
> "/usr/ports/misc/ldconfig_compat/bsd.ldconfig.mk", line 7: Missing
> dependency operator
> "/usr/ports/databases/mysql41-client/../mysql41-server/Makefile",
> line 224: if-less endif
> "/usr/ports/databases/mysql41-client/../mysql41-server/Makefile",
> line 224: Need an operator
> make: fatal errors encountered -- cannot continue
> *** Error code 1

The make in 4.8 doesn't support the ($ combination. This will be a 
constantly recurring problem that you can avoid by updating to a 
current version of the OS.

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Any idea when Xorg 7.0's coming to FBSD?

2006-02-03 Thread Kent Stewart
On Thursday 02 February 2006 23:53, Björn König wrote:
> Garrett Cooper schrieb:
> > Erm, unless 6.9 is modular (which I didn't think was the case),
> > there should be a noticeable difference.
>
> The noticeable difference is that 7.0 takes much more time to compile
> all in all because of its modularity. A German magazine tested both:
> 6.9 took 19 minutes and 7.0 75 minutes on their dual Opteron 246
> machine with 2 GB RAM (source: iX 1/2006).

Differences like that usually point out a poor interaction between the 
files and the make process. For example, if you provide the compiler 
with a list of files, you may only have to load the compiler once but 
you can compile many modules. If you use make and load the compiler 
many times, it will take much longer to build a system. 

We had one program that the computer center manager tried to build and 
after 7 hours, he killed the job. It was only half way done. I 
suggested Microsoft's Power Fortran which loaded once and compiled 
many. The MS Fortran compiler completed the build in 2 minutes. It took 
me around 30 minutes to figure out that it had compiled everything. 

MS Power Fortran went on to be DEC's Fortran for PCs and I don't know 
what it called now. CPU speeds and HD speeds were much slower when this 
happened.

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: (6.0) Firefox error, "Building for atk-1.9.1" ?

2006-01-28 Thread Kent Stewart
On Saturday 28 January 2006 09:58, Bill Schoolcraft wrote:
> Hello Family,
>
> Well I've read alot of "Firefox" posts and seconds after a
> successful ports update via cvsup I went to build and install
> Firefox and although I can easily open the "Makefile" in
> /usr/ports/accessibility/atk apparently "Firefox" cannot while
> attempting to build and install.

Something is out of whack on your port system because the current 
version of atk is 1.10.3 and portupgrade had no problem building it on 
my machine.

Kent

>
> Here is last part of the two above processes, TIA.
>
> #
> 
>
> Updating collection ports-www/cvs
> Updating collection ports-x11/cvs
> Updating collection ports-x11-clocks/cvs
> Updating collection ports-x11-fm/cvs
> Updating collection ports-x11-fonts/cvs
> Updating collection ports-x11-servers/cvs
> Updating collection ports-x11-themes/cvs
> Updating collection ports-x11-toolkits/cvs
> Updating collection ports-x11-wm/cvs
> Shutting down connection to server
> Finished successfully
> [EMAIL PROTECTED] /usr/ports/www/firefox]-> make install clean
> ===>   firefox-1.5_5,1 depends on executable: zip - found
> ===>   firefox-1.5_5,1 depends on executable: gmake - found
> ===>   firefox-1.5_5,1 depends on file: /usr/local/bin/perl5.8.7 -
> found ===>   firefox-1.5_5,1 depends on file:
> /usr/local/bin/intltool-extract - found ===>   firefox-1.5_5,1
> depends on executable: pkg-config - found ===>   firefox-1.5_5,1
> depends on shared library: jpeg.9 - found ===>   firefox-1.5_5,1
> depends on shared library: png.5 - found ===>   firefox-1.5_5,1
> depends on shared library: nspr4 - found ===>   firefox-1.5_5,1
> depends on shared library: nss3 - found ===>   firefox-1.5_5,1
> depends on shared library: Xft.2 - found ===>   firefox-1.5_5,1
> depends on shared library: iconv.3 - found ===>   firefox-1.5_5,1
> depends on shared library: atk-1.0.0 - not found ===>Verifying
> install for atk-1.0.0 in /usr/ports/accessibility/atk ===>  Building
> for atk-1.9.1
>
> make: cannot open Makefile.
> *** Error code 2
>
> Stop in /usr/ports/accessibility/atk.
> *** Error code 1
>
> Stop in /usr/ports/www/firefox.
>
> [EMAIL PROTECTED] /usr/ports/www/firefox]-> uname -r
>
> 6.0-RELEASE
>
> 
>
> #

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: make index

2006-01-24 Thread Kent Stewart
On Tuesday 24 January 2006 11:19, Matthew Seaman wrote:
> Michael P. Soulier wrote:
> > After running CVSup, I've seen people build their "index" via
> >
> > cd /usr/ports
> > make index
> > # wait a frickin' long time
> >
> > What is the index, and does it really require rebuilding after each
> > CVSup?
>
> The index is a list of all of the ports, what each port depends on,
> who the maintainer is and various other data.  It's used by the 'make
> search' command (see ports(7)) an a few other make targets you can
> invoke from /usr/ports, plus it's used quite extensively by
> portupgrade(8).  Other port maintenance software does not need an
> index file -- generally they work out the dependency relations
> between different packages on the fly.
>
> You don't need to keep running 'make index' all the time.  Firstly,
> you can download a freshly build index by 'make fetchindex' -- which
> is sufficient for most uses. If you use the new portsnap(1) facility
> instead of cvsup(1), you'll get a freshly built index file included
> automatically.  Or (blowing my own trumpet here...) you can install
> sysutils/p5-FreeBSD-Portindex which gives you a method of
> incrementally updating your index file based on what was modified
> during the previous cvsup session (or however you choose to upgrade
> your ports).
>

You might wonder what Portindex buys you. You have to appreciate that 
you can cvsup, create an HTML listing to the cvsweb cgi facility using 
a log of the cvsup session, create a new INDEX, and an INDEX.db 
relatively quickly. The process is all automated via a shell script.

A typical time for the entire sequence of processing steps using a local 
cvsup mirror is 2 minutes. I had an occasion to time the script because 
of a recent question on the es.freebsd list. I think that 2 minutes is 
as fast as it will run on my systems and do something.

The network is 1000baseT but that doesn't make cvsup run any faster than 
a 100baseT connection. The port people have been playing with some of 
the make features and that adds 5-10 minutes or so because the cache 
entries needs to be updated for all of the ports that use the make file 
that was modified. Occasionally you have to update the entire cache and 
that process is slower than a make index.

Kent

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: requesting assistance: stale dependency

2006-01-23 Thread Kent Stewart
On Monday 23 January 2006 13:10, Peter wrote:
> After upgrading ports I have a dependency issue and I am not sure how
> to respond.  Can anyone provide assistance?

You need to startout with gamin built. Then

pkg_delete -f  fam-2.6.9_6
cd /usr/ports/devel/gamin/
make install clean
pkgdb -F

fix all of the references to fam to gamin.

Kent

>
> # pkgdb -F
> --->  Checking the package registry database
> Stale dependency: abiword-plugins-2.4.2 -> gamin-0.1.5_2
> (devel/gamin): New dependency? (? to help):
> Skip this? ([y]es/[n]o/[a]ll) [yes]
> Skipped.
> Stale dependency: kdelibs-3.5.0_1 -> gamin-0.1.5_2 (devel/gamin):
> Skip this? ([y]es/[n]o/[a]ll) [yes]
> Stale dependency: rox-2.4.1_1 -> gamin-0.1.5_2 (devel/gamin):
> Skip this? ([y]es/[n]o/[a]ll) [yes]
>
> # cd /usr/ports/devel/gamin/
> # make install clean
> ===>  Installing for gamin-0.1.5_2
>
> ===>  gamin-0.1.5_2 conflicts with installed package(s):
>   fam-2.6.9_6
>
>   They install files into the same place.
>   Please remove them first with pkg_delete(1).
>
>
> # cat pkg-descr
> Gamin is a file and directory monitoring system defined to be a
> subset of the
> FAM (File Alteration Monitor) system. This is a service provided by a
> library
> which allows to detect when a file or a directory has been modified.
> Whereas
> the FreeBSD port of FAM polls files every few seconds, this port
> includes a
> kqueue(2) backend for immediate notification of most alterations.
>
> # pkg_info -x fam
> Information for fam-2.6.9_6:
>
> Required by:
> bluefish-1.0.4_1
> gimp-2.2.10,1
> glabels-2.0.4
> gnome-menus-2.12.0_1
> gnomevfs2-2.12.2
> gtksourceview-1.4.2
> k3b-0.12.10
> libbonoboui-2.10.1_1
> libgnome-2.12.0.1
> libgnomeui-2.12.0_1
> libgtkhtml-2.11.0
> py24-gnome-2.12.3
>
> Description:
> FAM, the File Alteration Monitor, provides an API which applications
> can use
> to be notified when specific files or directories are changed.
>
>
>
>
>
>
> __
> Find your next car at http://autos.yahoo.ca
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"

-- 
Kent Stewart
Richland, WA

http://www.soyandina.com/ "I am Andean project".
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 4.6-RELEASE to 6.0-RELEASE...

2006-01-11 Thread Kent Stewart
On Wednesday 11 January 2006 09:30 am, Crispy Beef wrote:
> Hi,
>
> I have a production server running 4.6-RELEASE and I would like to
> bring it upto date and get 6.0-RELEASE on there.  I have a rough idea
> of what needs to be done to accomplish this from reading various docs
> but it would be nice to see how smoothly it has gone for any others.

There have been major changes in processes such as threads. You also 
have to boot the 5.3 update in single user mode to have a kernel that 
accepts the new arrangement and then install the userland. Before 5.1 
or 5.2 it didn't matter much but there was an fs change that you update 
in single user mode or boot the fix disc to finish the botched update.

You also have the problem that probably none of your ports from 4.x will 
work at 6.0. This could take quite a bit of time to upgrade.

I don't think you can do src upgrade remote unless you have a serial 
console setup. I also think you are better off building new HDs and 
install them in the remote machine.

Kent

>
>  From what I can tell I first need to upgrade to a minimum of
> 5.3-RELEASE and then onto 6.0, so I guess doing a cvsup to the
> 5.3-RELEASE and then doing buildworld et all?  Then from there to
> same to get to 6.0?
>
> My main concern is the filesystem, it's been updated since 4.x?  Will
> this mess things up?
>
> The machine is remote so I really need to make sure this works
> without making it inaccessible.  I have a box here to trial run the
> process on so I get the steps correct first time, but thought I'd ask
> here too. :-)
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"

-- 
Kent Stewart
Richland, WA

"Nunca te acostarás sin saber una cosa más"
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD ftpd & Windows compatibility

2006-01-07 Thread Kent Stewart
On Saturday 07 January 2006 02:58 pm, Wojciech Puchar wrote:
> or to be exact - Windows incompatibility with standards & FreeBSD
> server.
>
> the problem:
>
> Windows clients (like total commander) can't fetch or delete files
> with spaces in name - while it can create such file.
>
> are there any solutions?
>

I have used WS Ftp-pro for years and never had any problems with blanks. 
I back up on to FreeBSD all of the music I convert into a lossy medium 
and the artist names, albums, and track names all have embedded blanks.

I think there is a lite version that you can download for free.

Kent

-- 
Kent Stewart
Richland, WA

"Nunca te acostarás sin saber una cosa más"
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Can't build mplayer-skins: checksum missing error

2006-01-04 Thread Kent Stewart
On Wednesday 04 January 2006 07:45 pm, Jesse Sheidlower wrote:
> On Wed, Jan 04, 2006 at 06:15:46PM -0500, Chris Hill wrote:
> > On Wed, 4 Jan 2006, Jesse Sheidlower wrote:
> > >I'm trying to build mplayer-skins as part of an upgrade of GNOME.
> > >I am unable to get around a weird error with a supposedly missing
> > >checksum in mplayer. After I choose my options (the default skin
> > >only), I get:
> > >
> > >===> Options unchanged
> > >===> Vulnerability check disabled, database not found
> > >===> Extracting for mplayer-skins-1.1.2_1
> > >=> No MD5 checksum recorded for mplayer/.
> > >=> No suitable checksum found for mplayer/.
> > >*** Error code 1
> > >
> > >In multimedia/mplayer/distinfo I do have what appears to be MD5
> > > and SHA256 checksums. I have cvsupped my ports tree, distcleaned
> > > both the mplayer and the mplayer-skins ports, and removed and
> > > rebuilt mplayer, all with no effect.
> > >
> > >What else can I try?
> >
> > You could try "make -DNO_CHECKSUM install". Probably not a bad idea
> > anyway, for this particular port.
>
> I did try this, and it didn't work. I also do not have GREP_OPTIONS
> defined, as another poster asked.

When this happens, cd into distfiles/mplayer and remove the files. Then, 
it will download them successfully.

Kent

> I ended up just installing the package, which worked, though
> it required a download of 12MB worth of stuff I don't use.
>
> I wish it were possible to just ship mplayer with the default
> skin only, and leave the others in the mplayer-skins port; I
> always have problems with this port and I never use anything
> but the default.  But that's another issue.
>
> Jesse Sheidlower
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"

-- 
Kent Stewart
Richland, WA

"Nunca te acostarás sin saber una cosa más"
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: KDE 3.5 install probs (FBSD 5.4)

2006-01-01 Thread Kent Stewart
On Sunday 01 January 2006 11:40 am, Kirk Strauser wrote:
> On Sunday 01 January 2006 12:46 pm, [EMAIL PROTECTED] wrote:
> > Download the sources, untar them. They are supposed to play like
> > FBSD ports; cd into some directory and type make install. There is
> > a "meta" directory; here's what happens there:
>
> Seems like there's a pretty high probability that KDE expects GNU
> make instead of BSD.  That's the first thing I'd try.

On the [EMAIL PROTECTED] list, there have been discussions of 3.5. You 
would have to check the archives but what I remember is that there have 
been so many problems getting 3.5 to work on FreeBSD that they are 
waiting for 3.5.1.

Kent

-- 
Kent Stewart
Richland, WA

"Nunca te acostarás sin saber una cosa más"
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 6.0-REL && ports/emulators/qemu = PANIC (was: Re: 6.0-REL && ports/devel/subversion)

2005-12-31 Thread Kent Stewart
On Saturday 31 December 2005 09:32 am, [EMAIL PROTECTED] wrote:
> El día Saturday, December 31, 2005 a las 02:08:47PM +0100, Matthias 
Apitz escribió:
> > this time after the installation of 6.0-RELEASE I'll only make
> > /usr/ports/emulators/qemu to see if I can reproduce the PANIC
> > with the above procedure; we will see...
>
> yes, it can be reproduced; I've fresh installed 6.0-RELEASE and did
> only:
>
> # cd /usr/ports/emulators/qemu
> # make WITH_KQEMU=yes
> # make install
> # kldload kqemu
> # kldstat
> # su - user
>
> PANIC :-((
>

Does it still panic if you don't load kqemu? Test with just the new 
install and see if it panics. I haven't had a panic with 6.0 except 
that I have problems at boot on machines using the Netgear GA 311 
1000baseT NIC. I get some message about loop back failed and it panics. 
If I shutdown, I don't have any problem. 

I use KDE and it isn't hard to make artsd panic. I convert all of my CDs 
into wma's and load them on a Nomad Zen Touch. So, I can use the kvm to 
switch to XP system that did the conversion and then play the wma's 
without any problems.

Kent

-- 
Kent Stewart
Richland, WA

"Nunca te acostarás sin saber una cosa más"
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 6.0-REL && ports/devel/subversion

2005-12-31 Thread Kent Stewart
On Saturday 31 December 2005 05:08 am, Matthias Apitz wrote:
> On Fri, 30 Dec 2005 23:33:21 -0800 Kent Stewart escribio
>
> > On Friday 30 December 2005 11:04 pm, [EMAIL PROTECTED] wrote:
> > > ...
> > >
> > > with the PANIC's I still have to work out, what's going on; I can
> > > now reproduce them by:
> > >
> > > - booting into normal runlevel
> > > - login as root and than
> > >   # kldload kqemu
> > >   # kldstat
> > >   # su - user --> PANIC
> > >
> > > Any hints on that?
> >
> > Boot to single user and fsck your system. It sounds like you have
> > some bad sectors. If the fsck removed anything you just added such
> > as header files, you could have problems like you saw. FreeBSD will
> > do a background fsck but sometimes you need to do it in the
> > foreground.
>
> I think I did one of the fsck in foreground because it was unable
> to repair the file system and asked me to do it manualy; but I'll
> do it again in single user; I also have now fetched sysutils/memtest
> and will stress the memory because the 1st PANIC occured before
> I had build qemu, ie. I don't think that this is related to that
> kernel module itself; after the memtest I'll do a complete reinstall
> from scratch of the 6.0-RELEASE from CD;

Most of the time, it can not repair a file system with serious errors 
when you have it mounted. That is why you boot to single user mode. 
FreeBSD does not tolerate HDs with bad sectors.

You would have to really mess up your install for a reinstall to help. I 
usually joke that a reinstall only helps on Windows :). I always choose 
the typical install because that has been tested the most. You can 
always tweak a working system but you can have problems when you pick 
and choose at the first install.

>
> > With a release, any panic is important. They just don't happen
> > unless something is wrong. Portupgrade or portmanage can reduce the
> > chances of building modules out of order. If you build them
> > manually out of order, problems like the one you saw with neon can
> > happen.
>
> I did not do that, I've just installed 6.0-RELEASE from the
> distribution CD-ROM and after the primary installation procedure I
> went to /usr/ports/x11/kde3 to make the desktop KDE and meanwhile
> that I was copying my files from my home dir of the old notebook
> (only userland files, nothing in kernel) and this gave the first
> PANIC after some hours;
>
> > If it is software, you can back out ports that you load until you
> > don't have problems.
>
> this time after the installation of 6.0-RELEASE I'll only make
> /usr/ports/emulators/qemu to see if I can reproduce the PANIC
> with the above procedure; we will see...

I would still bet on hardware errors but anytime you make a bet you can 
be wrong. When you find what was causing the problem, you can say 
"¡Ahh!" :).
>
> I'm not in hurry, because the old notebook is still alive...

I seriously belive in having a back up until everything works. When you 
have a backup and something dies, you still have the back up. One of 
anything can translate in to nothing works when you have trouble. I 
have 3 email addresses and if almost nothing works I have hotmail on 5 
computers. I can only deal with the interface for 5 minutes or so until 
I mess up something.

>
> Thanks for your hints so far. ¡Qué tengas buen Fin del Año!

De nada :). It is a day to listen to CDs de música latina that I have 
worn out playing them in my car. Right now La 5a estación is playing. 
After them, I will play Elefante.

Kent
Feliz Año Nuevo

>
>   Matthias

-- 
Kent Stewart
Richland, WA

"Nunca te acostarás sin saber una cosa más"
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Won't build. 5.4 to 6.0 ...

2005-12-31 Thread Kent Stewart
On Saturday 31 December 2005 02:26 am, Kristian Vaaf wrote:
> Can somebody please help me?
>
> I've been trying ever since 6.0-RELEASE to upgrade my 5.4-STABLE.
>

A few weeks back I did the upgrade with 2 or 3 computers. I had problems 
but most of them were upgrading the ports to 6.0 versions. I would 
cvsup, then cd in /usr/src and run "make cleandir" twice. Then, just to 
make sure everything was clean, I would run cvsup of src-all again.

I would cd /usr/obj and rm -rf *. This gets rid of the last bits from 
the last build and then I did the builds. When I did all of the above, 
I got a build and install on the first try. The only item 
in /etc/make.conf that affects the build was "NO_PROFILE=true". 

Kent

> --
>
> >>> stage 2.3: build tools
>
> --
> cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj  INSTALL="sh
> /usr/src/tools/install.sh" 
> PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy
>/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/sbin:/bin:/usr/sbin:/u
>sr/bin  WORLDTMP=/usr/obj/usr/src/tmp  MAKEFLAGS="-m
> /usr/src/tools/build/mk  -m /usr/src/share/mk"
> /usr/obj/usr/src/make.i386/make -f Makefile.inc1  DESTDIR= 
> BOOTSTRAPPING=504100 -DNO_LINT -DNO_CPU_CFLAGS -DNO_WARNS build-tools
> ===> bin/csh (obj,build-tools)
> grep 'ERR_' /usr/src/bin/csh/../../contrib/tcsh/sh.err.c | grep
> '^#define' >> sh.err.h cc -E -O2 -fno-strict-aliasing -pipe -I.
> -I/usr/src/bin/csh -I/usr/src/bin/csh/../../contrib/tcsh
> -D_PATH_TCSHELL='"/bin/csh"' 
> -I/usr/obj/usr/src/tmp/legacy/usr/include
> /usr/src/bin/csh/../../contrib/tcsh/tc.const.c
> /usr/src/bin/csh/../../contrib/tcsh/sh.char.h
> /usr/src/bin/csh/config.h
> /usr/src/bin/csh/../../contrib/tcsh/config_f.h
> /usr/src/bin/csh/../../contrib/tcsh/sh.types.h sh.err.h -D_h_tc_const
> | grep 'Char STR' |  sed -e 's/Char \([a-zA-Z0-9_]*\)\(.*\)/extern
> Char \1[];/' |  sort >> tc.const.h In file included from
> /usr/src/bin/csh/../../contrib/tcsh/sh.h:93, from
> /usr/src/bin/csh/../../contrib/tcsh/tc.const.c:33:
> /usr/include/wchar.h:33:18: cwchar: No such file or directory cc -o
> gethost  -L/usr/obj/usr/src/tmp/legacy/usr/lib -O2
> -fno-strict-aliasing -pipe -I. -I/usr/src/bin/csh
> -I/usr/src/bin/csh/../../contrib/tcsh -D_PATH_TCSHELL='"/bin/csh"' 
> -I/usr/obj/usr/src/tmp/legacy/usr/include
> /usr/src/bin/csh/../../contrib/tcsh/gethost.c In file included from
> /usr/src/bin/csh/../../contrib/tcsh/sh.h:93, from
> /usr/src/bin/csh/../../contrib/tcsh/gethost.c:33:
> /usr/include/wchar.h:33:18: cwchar: No such file or directory In file
> included from /usr/src/bin/csh/../../contrib/tcsh/sh.h:93, from
> /usr/src/bin/csh/../../contrib/tcsh/gethost.c:33:
> /usr/include/wchar.h:35: error: syntax error before "std"
> In file included from
> /usr/src/bin/csh/../../contrib/tcsh/gethost.c:33:
> /usr/src/bin/csh/../../contrib/tcsh/sh.h:97: error: syntax error
> before "eChar" /usr/src/bin/csh/../../contrib/tcsh/sh.h:97: warning:
> data definition has no type or storage class In file included from
> /usr/src/bin/csh/../../contrib/tcsh/sh.h:1304, from
> /usr/src/bin/csh/../../contrib/tcsh/gethost.c:33:
> /usr/src/bin/csh/../../contrib/tcsh/sh.decls.h:221: error: syntax
> error before "readc"
> /usr/src/bin/csh/../../contrib/tcsh/sh.decls.h:221: warning: data
> definition has no type or storage class *** Error code 1
>
> Stop in /usr/src/bin/csh.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
>

-- 
Kent Stewart
Richland, WA

"Nunca te acostarás sin saber una cosa más"
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 6.0-REL && ports/devel/subversion

2005-12-30 Thread Kent Stewart
On Friday 30 December 2005 11:04 pm, [EMAIL PROTECTED] wrote:
> El día Friday, December 30, 2005 a las 12:17:49PM -0800, Kent Stewart 
escribió:
> > On Friday 30 December 2005 02:39 am, [EMAIL PROTECTED] wrote:
> > > Hi,
> > >
> > > the ports compilation of subversion-1.2.1 failes with:
> > >
> > > subversion/libsvn_ra_dav/commit.c:32:23: ne_socket.h: No such
> > > file or directory subversion/libsvn_ra_dav/commit.c:33:24:
> > > ne_request.h: No such file or directory
> > > subversion/libsvn_ra_dav/commit.c:34:22: ne_props.h: No such file
> > > or directory
> > > subversion/libsvn_ra_dav/commit.c:35:22: ne_basic.h: No such file
> > > or directory
> > >
> > >
> > > it seems that the missing header files are part of
> > > ports/www/neon/ but don't get installed;
> > >
> > > what is the right way to fix this?
> > > Thx
> >
> > Were you using portupgrade or portmanage? They are supposed to
> > automagically take care of problems like that.
> >
> > Sometimes, even if you use them, the build doesn't happen but if
> > you look at the configure messages, you will see it is missing.
> > Since it is in the dependancy list, I would just build neon and try
> > building subversion again.
> >
> > I first would try updating subversion with one of the tools and see
> > if it is fixed for you.
>
> I deinstalled ports/www/neon/ and installed it again; now it placed
> the header files and the ports/devel/subversion went fine; I don't
> know why it did not automatically in the process started by 'make
> install' in ports/x11/kde :-((
>
> I had one or two PANIC's during the makes and while I was copying
> over my homeland from the older notebook, maybe the later fsck
> removed the just installed header files;
>
> with the PANIC's I still have to work out, what's going on; I can
> now reproduce them by:
>
> - booting into normal runlevel
> - login as root and than
>   # kldload kqemu
>   # kldstat
>   # su - user --> PANIC
>
> Any hints on that?

Boot to single user and fsck your system. It sounds like you have some 
bad sectors. If the fsck removed anything you just added such as header 
files, you could have problems like you saw. FreeBSD will do a 
background fsck but sometimes you need to do it in the foreground. 

With a release, any panic is important. They just don't happen unless 
something is wrong. Portupgrade or portmanage can reduce the chances of 
building modules out of order. If you build them manually out of order, 
problems like the one you saw with neon can happen.

If it is software, you can back out ports that you load until you don't 
have problems.

A panic can happen with the ?-stables and that is why you boot to the 
new kernel is single user mode. Recovery is trivial until you have done 
an installworld.

Kent

>
> > "Nunca te acostarás sin saber una cosa más"
> > http://users.owt.com/kstewart/index.html
>
> off-topic:
>
> Tu frase de firma me llamó la atención :-)
> Tengo otra en castellano también y unas páginas pa' ti
> http://www.sisis.de/~guru/Espanol/list.html
>
>   matthias

-- 
Kent Stewart
Richland, WA

"Nunca te acostarás sin saber una cosa más"
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 6.0-REL && ports/devel/subversion

2005-12-30 Thread Kent Stewart
On Friday 30 December 2005 02:39 am, [EMAIL PROTECTED] wrote:
> Hi,
>
> the ports compilation of subversion-1.2.1 failes with:
>
> subversion/libsvn_ra_dav/commit.c:32:23: ne_socket.h: No such file or
> directory subversion/libsvn_ra_dav/commit.c:33:24: ne_request.h: No
> such file or directory subversion/libsvn_ra_dav/commit.c:34:22:
> ne_props.h: No such file or directory
> subversion/libsvn_ra_dav/commit.c:35:22: ne_basic.h: No such file or
> directory
>
>
> it seems that the missing header files are part of
> ports/www/neon/ but don't get installed;
>
> what is the right way to fix this?
> Thx
>

Were you using portupgrade or portmanage? They are supposed to 
automagically take care of problems like that.

Sometimes, even if you use them, the build doesn't happen but if you 
look at the configure messages, you will see it is missing. Since it is 
in the dependancy list, I would just build neon and try building 
subversion again. 

I first would try updating subversion with one of the tools and see if 
it is fixed for you.

Kent

-- 
Kent Stewart
Richland, WA

"Nunca te acostarás sin saber una cosa más"
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: KDE Difficulties

2005-12-26 Thread Kent Stewart
On Monday 26 December 2005 12:46 pm, Shane Webber wrote:
> Hello,
>I have recently installed FreeBSD6-RELEASE that I've
> downloaded from FBSD.org via Disk1 and 2 onto my Toshiba Satellite
> P35-S611. I've previously purchased several FBSD Power Packs and
> haven't had this much difficulty before with my other systems, then
> again I've been gone for more than four years so I assume I've missed
> some things. The install was completely successful so far, however I
> don't know how to set the system up so that when I use "startx" it
> defaults to KDE or when I use "startkde" from the prompt kde will
> begin without having a "cannot connect to X server" error. I know the
> X server (XFree86? or Xorg?, I believe it's xorg because I use top
> after using startx) must start prior to any GUI. I've searched the
> handbook and haven't found what I need to get to where I would like
> my system to be. Your assistance would be appreciated. Thanks v/r
> Shane
>

You need a command in your .xinitrc. For example, I use startx and have 
the following:

# m .xinitrc
exec startkde

If you add the exec command to .xinitrc, KDE will startup.

Kent

-- 
Kent Stewart
Richland, WA

"Nunca te acostarás sin saber una cosa más"
http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


  1   2   3   4   5   6   7   8   9   10   >