Re: Resizing /var

2005-06-12 Thread Vizion
On Saturday 11 June 2005 16:37,  the author Jerry McAllister contributed to 
the dialogue on-
 Re: Resizing /var: 

>> Giorgos Keramidas wrote:
>> > On 2005-06-11 15:43, ptitoliv <[EMAIL PROTECTED]> wrote:
>> >>I have a big problem on a FreeBSD 5.3 Box. It is an hosted server
>> >>installed by an hosting service. But I didn't know what they smoke when
>> >>they have installed the system but they sized the /var filesystem only
>> >>to 200 MB which is not sufficient for my needs.
>> >>
>> >>I used an emergency solution which was to transfer some datas on /usr
>> >>like databases but I am afraid that the problem will come back. So I am
>> >>asking here if there is any solution to transfer free space from ./usr
>> >>to /var.
>> >>
>> >>But there are some constraints :
>> >>
>> >>- I have no free unpartitioned space available
>> >>- I can't format any partition because and I can't loose datas
>> >>
>> >>Is there any solution with some BSD tools in order to solve this problem
>> >> ?
>> >
>> > None that I know of.  Your best bet is, I guess, to find somewhere
>> > enough space for a backup, repartition & restore session.
>>
>> Doesn't it make sense to simply move selectetd directories to a
>> partition with free space and create symlinks?  I would think moving
>> /var/db and /var/log would suffice for most situations.
>
>That makes a lot of sense.   In fact it is probably the best way to go.
>
>There are numerous posts (some by me) in the archive that tell how
>to do it step by step.
>
Be careful though because some applications get thrown by symlinks - Orbit is 
very touchy with symlinks as I found out to my cost. Before doing anything I 
recomend to do a tar cvf of /var so you can fully restore it.

40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing May/June bound for Europe via Panama 
Canal.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: JDK Installation

2005-06-12 Thread Vizion
On Sunday 12 June 2005 20:01,  the author Chuck Swiger contributed to the 
dialogue on-
 Re: JDK Installation: 

>Zousys Info wrote:
>[ ... ]
>
>> Extracting...
>> ELF binary type "0" not known.
>> ./install.sfx.5728: 1: Syntax error: "(" unexpected
>> cd: can't cd to jdk1.5.0_03
>>
>> *Anyone can help me to install JDK, I have tried different version of
>> JDK on different machine, similiar error, Please give me advise. I will
>> be very very appreciated.
>
>You need to enable Linux emulation and mount /procfs before you can use that
>binary image you've gotten.  However, you can also use it to build a native
>Java for FreeBSD.  Look at /usr/ports/java/jdk15 for more info, more links
> at:


Yep - do use the freebsd ports
> > 
>WWW: http://www.freebsd.org/java/
>  http://www.eyesbeyond.com/freebsddom/java/index.html
>  http://www.sun.com/software/communitysource/java2/

-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing May/June bound for Europe via Panama 
Canal.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Network problem

2005-06-12 Thread Vizion
On Sunday 12 June 2005 19:58,  the author Zousys Info contributed to the 
dialogue on-
 Network problem: 

>
>Background Information:
>
>FreeBSD 5.4
>-
>Try to connect to internet (open Yahoo, mozilla), but there is no
>response from browser (Mozilla), it looks like stuck there. But I can
>ping to yahoo and mozilla.
>
>Any suggestion?

Check your /etc/hosts files

David

-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing May/June bound for Europe via Panama 
Canal.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: JDK Installation

2005-06-12 Thread Vizion
On Sunday 12 June 2005 20:01,  the author Mike Jeays contributed to the 
dialogue on-
 Re: JDK Installation: 

>On Sun, 2005-06-12 at 22:49, Zousys Info wrote:
>> 
>> Background Information:
>>
>> FreeBSD 5.4
>> Try to install JDK 1.5.0.03
>> -
>> What I have done is :
>>
>> 1) Download JDK bin file from java.sun.com, then
>>*chmod +x jdk-1_5_0_03-linux-i586.bin*
>> 2) Type yes after the license showing
>> 3) get the following error message:
>> *
>> Do you agree to the above license terms? [yes or no]
>> yes
>> Unpacking...
>> Checksumming...
>> 0
>> 0
>> Extracting...
>> ELF binary type "0" not known.
>> ./install.sfx.5728: 1: Syntax error: "(" unexpected
>> cd: can't cd to jdk1.5.0_03
>>
>> *Anyone can help me to install JDK, I have tried different version of
>> JDK on different machine, similiar error, Please give me advise. I will
>> be very very appreciated.
>>
>> Thank you so much!
>>
>> Wallace
>> **
>>
>> ___
>> freebsd-questions@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to
>> "[EMAIL PROTECTED]"
>
>Look in the recent archives (last two weeks); I had problems with 1.5,
>and found it much easier to install 1.4.  1.5 is still being
>"stabilized".
 I have had no problem installing jdk15 on Freebsd 5.3 once I have:
1. Made sure that procfs was mounted  properly
2. brought the ports tree up to date using cvsup ports-all
3. cd to the appropriate ports directory
4. Made clean if there had been any previous compile attempt
5. Made sure I did "make" and then make install NOT make install
6. Had glib installed
7. Not tried to install directly from the sun supplied jdk but carefully 
followed the instruction from the ports make and install processes!!

David


-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing May/June bound for Europe via Panama 
Canal.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Flash plugin

2005-06-13 Thread Vizion
On Monday 13 June 2005 18:26,  the author Chris Hill contributed to the 
dialogue on-
 Re: Flash plugin: 

>On Mon, 13 Jun 2005, Ben Paley wrote:
>> First, sorry - I know there's a thread about this already, but I just
>> noticed I had "empty trash on exit" ticked in my mail client (doh!),
>> so I can't find it...
>
>You could always search the archives:
>http://www.freebsd.org/search/index.html
>
>...but I hear ya.
>
>> I've got a brand new (1 week and a bit) install of 5.4-RELEASE, and
>> I'm driving myself mad trying to get some flash content in some
>> browser or other... I've got opera 8, mozilla 1.7 and firefox 1.0.4,
>> and konqueror 3.4.0, and I would be _really_grateful for any help.
>
>I got this working for mozilla by installing two ports:
>
>www/linuxpluginwrapper
>www/linux-flashplugin
>
>Can't help you with opera or konqueror, but this should do it for
>mozilla; most likely firefox as well.
There seem to be lot mozilla/firefox choices in the ports tree.. which 
version(s) did you use and what version of freebsd are you running?
I am just recompiling firefox in the hope of getting flash working.
I am using /usr/ports/firefox but am now wondering if I should be compiling 
linux-firefox?
David

-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing May/June bound for Europe via Panama 
Canal.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: install freebsd with usb keyboard

2005-06-13 Thread Vizion
On Monday 13 June 2005 18:42,  the author Kan Cai contributed to the dialogue 
on-
 install freebsd with usb keyboard: 

>Hi, there:
>
>I have been trying to install FreeBSD with a usb keyboard (I have
>tried 3 keyboards so far), but no success. It seems that it can
>recognize the device correctly (because it prints out the device names
>precisely when bringing up the usbs), but it freezes right after the
>sysinstall menu comes out. The ps2 plug is broken, so I dont have any
>other choice.
>
>I have searched the google and mail list. One suggestion was to
>change the BIOS setting WRT the legacy usb option. The other is to set
>hint.atkbd.0.flags="0x1" while booting. But the problem is that the
>keyboard doesn't work so that I cannot type anything or enter the
>BIOS.
>
>Is there anything I can do except hammering my box?

How about a usb to ps2 adapter for a couple of dollars from your favorite 
computer store?
David


-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing May/June bound for Europe via Panama 
Canal.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: install freebsd with usb keyboard

2005-06-13 Thread Vizion
On Monday 13 June 2005 19:55,  the author Haulmark, Chris contributed to the 
dialogue on-
 RE: install freebsd with usb keyboard: 

>Someone broke the silence:
>> Hi,
>>
>> Thanks for the reply. But, as I said, the keyboard PS2 plugin of my
>> mobo is *physically* broken. So even with a usb->ps2 adapter, it
>> won't work. Any other suggestions?
>>
>> cheers,
>> --ken
>
>I've seen some keyboards that supports use of serial ports (RS-232).

Sorry I thought you said the plug but you meant the receptacle/socket
Umph -- can you break off the broken plastic bits and get a soldering irion 
onto the connectors? If so you could solder some wires in place and make 
connections. that way - it should not be too difficult to do -- better than 
throwing the mobo away!!

I have even wired directly to the mobo before now (broken network 
connector!!!) That machine is now 4 years old and still working with a utp 
cable directly wired to the mobo!!!

David
David
>
>Chris Haulmark

-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing May/June bound for Europe via Panama 
Canal.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Flash plugin

2005-06-14 Thread Vizion
On Tuesday 14 June 2005 01:46,  the author Ben Paley contributed to the 
dialogue on-
 Re: Flash plugin: 

>On Tuesday 14 June 2005 03:21, Eric Schuele wrote:
>> Ben,
>>
>> Here's a link (back to the archives) that helped me out (firefox &
>> flash)...
>> http://www.freebsd.org/cgi/getmsg.cgi?fetch=1302736+0+/usr/local/www/db/te
>>x t/2005/freebsd-stable/20050306.freebsd-stable
>>
>> HTH.
>
>Very much! linuxpluginwrapper has been broken for a while but i cvsupped
> last night and installed it this morning, copied the correct libmap.conf
> file from the installed examples and... Bob's your uncle, working flash in
> Mozilla and Firefox! It's not working in Opera or Konqueror yet, mind...
> but it didn't break realplayer in Konqueror which I was worried about!
>
>Thanks to everyone; i'll be trying out your suggestions for Konqueror later
>today.

Are any modifications need to libmap.conf for java sdk1.5?
david
>
>Cheers,
>Ben
>___
>freebsd-questions@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to "[EMAIL PROTECTED]"

-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing May/June bound for Europe via Panama 
Canal.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Web host manager

2005-11-14 Thread Vizion
Hi
I need a web host manager -- something that does the job of cpanel  (I think 
there is a version of cpanel for freebsd but its commercial).

Any suggestions?

david
-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Web host manager

2005-11-17 Thread Vizion
On Monday 14 November 2005 15:27,  the author Peter Clutton contributed to the 
dialogue on-
 Re: Web host manager: 

>On 11/15/05, Vizion <[EMAIL PROTECTED]> wrote:
>> Hi
>> I need a web host manager -- something that does the job of cpanel  (I
>> think there is a version of cpanel for freebsd but its commercial).
>>
>> Any suggestions?
>
>This might suit your needs: http://www.raqdevil.com/
Thanks for the information.

I do not know how well developed for use with freebsd this is yet. I must say 
the installation instructions sounded very off putting..do not install on any 
thing other than a bare  system seemed to be the implication. Although I did 
notice that someone is apparaently working on a port so maybe - just maybe-- 
it will work out fine. I am running freebsd 5.3 atm and they say they have 
only tested on 5.4.

Thank you again for the information

david



-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Some "sound" ideas needed!

2005-11-18 Thread Vizion
Here is the background:

1. I am wanting to be able to capture sound from a client source and make that 
stream available to other clients. I may need to process the original stream 
and merge it with others.

2. I want to capture the sound while the client is viewing flashand enable 
flsh to control the playing and transmission of the streams.

3. I am using apache2, php and have jboss, java sdk1.5

4. Does  anyone have any experience of such an application on freebsd and do 
you have any  recomendations for server side handling and interfacing of the 
streams.

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


RE: CVSup doubts

2005-11-26 Thread vizion


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of Efren Bravo
> Sent: Friday, November 25, 2005 10:39 AM
> To: freebsd-questions@freebsd.org
> Subject: CVSup doubts
> 
> Hi,
> 
> I'm trying to configure CVSup to download only
> ports but I've several doubts about it. I took
> /usr/share/examples/ports-supfile file. (freeBSD
> 6.0 RELEASE-i386)
> 
> 1- When I update a specific port, only is updated
> his skeleton or his binary files are downloaded
> too?
> 
> 2- For instance if I'm just interested in
> updating  /usr/ports/net ports, do I do it
> commenting the ports-all line and comment out
> ports-net line?
> 
> 3- I don't have the /usr/ports/net-im folder, Can
> I add the line ports-net-im, to download his
> content?
> 
FWIW I suggest you keep the whole collection because once you have it set up
it does not take much time to keep the collection up to date because the
ports does not include the pkg.

david

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


Upgrading to 60 question.

2005-11-28 Thread Vizion

I am currently running 5.3 and want to upgrade to 6.00.

Is there any reason that I should upgrade to 5.4 before upgrading to 6.00?

I show below the output from dmesg.boot and from pkg_info from which you will 
see that I have a large number of installed ports so it is no light task if I 
need to upgrade all the ports - (everything is currently up to date)

comments appreciated

david




___
Copyright (c) 1992-2004 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm)  (1593.54-MHz 686-class CPU)
  Origin = "AuthenticAMD"  Id = 0x6a0  Stepping = 0
  
Features=0x383fbff
  AMD Features=0xc048
real memory  = 2080309248 (1983 MB)
avail memory = 2030002176 (1935 MB)
ACPI APIC Table: 
ioapic0  irqs 0-23 on motherboard
npx0: [FAST]
npx0:  on motherboard
npx0: INT 16 interface
acpi0:  on motherboard
acpi0: Power Button (fixed)
Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0
cpu0:  on acpi0
acpi_tz0:  on acpi0
acpi_button0:  on acpi0
pcib0:  port 0xcf8-0xcff on acpi0
pci0:  on pcib0
agp0:  mem 0xd000-0xd7ff at device 0.0 
on pci0
pcib1:  at device 1.0 on pci0
pci1:  on pcib1
pci1:  at device 0.0 (no driver attached)
pci0:  at device 9.0 (no driver attached)
fwohci0:  mem 
0xde01-0xde013fff,0xde014000-0xde0147ff irq 18 at device 10.0 on pci0
fwohci0: OHCI version 1.10 (ROM=1)
fwohci0: No. of Isochronous channels is 4.
fwohci0: EUI64 00:d0:03:56:00:b2:b7:e6
fwohci0: Phy 1394a available S400, 3 ports.
fwohci0: Link S400, max_rec 2048 bytes.
firewire0:  on fwohci0
fwe0:  on firewire0
if_fwe0: Fake Ethernet address: 02:d0:03:b2:b7:e6
fwe0: Ethernet address: 02:d0:03:b2:b7:e6
fwe0: if_start running deferred for Giant
sbp0:  on firewire0
fwohci0: Initiate bus reset
fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode
firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me)
firewire0: bus manager 0 (me)
atapci0:  port 
0xa400-0xa4ff,0xa000-0xa00f,0x9c00-0x9c03,0x9800-0x9807,0x9400-0x9403,0x9000-0x9007
 
irq 20 at device 15.0 on pci0
ata2: channel #0 on atapci0
ata3: channel #1 on atapci0
atapci1:  port 
0xa800-0xa80f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 15.1 on pci0
ata0: channel #0 on atapci1
ata1: channel #1 on atapci1
uhci0:  port 0xac00-0xac1f irq 21 at device 16.0 on 
pci0
uhci0: [GIANT-LOCKED]
usb0:  on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1:  port 0xb000-0xb01f irq 21 at device 16.1 on 
pci0
uhci1: [GIANT-LOCKED]
usb1:  on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2:  port 0xb400-0xb41f irq 21 at device 16.2 on 
pci0
uhci2: [GIANT-LOCKED]
usb2:  on uhci2
usb2: USB revision 1.0
uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
umass0: USB2.0 CardReader, rev 2.00/91.38, addr 2
uhci3:  port 0xb800-0xb81f irq 21 at device 16.3 on 
pci0
uhci3: [GIANT-LOCKED]
usb3:  on uhci3
usb3: USB revision 1.0
uhub3: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub3: 2 ports with 2 removable, self powered
pci0:  at device 16.4 (no driver attached)
isab0:  at device 17.0 on pci0
isa0:  on isab0
pci0:  at device 17.5 (no driver attached)
vr0:  port 0xc400-0xc4ff mem 
0xde016000-0xde0160ff irq 23 at device 18.0 on pci0
miibus0:  on vr0
ukphy0:  on miibus0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
vr0: Ethernet address: 00:50:8d:6e:9d:31
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 16550A
sio1: <16550A-compatible COM port> port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
ppc0:  port 0x778-0x77b,0x378-0x37f irq 7 drq 3 on 
acpi0
ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/16 bytes threshold
ppbus0:  on ppc0
plip0:  on ppbus0
lpt0:  on ppbus0
lpt0: Interrupt-driven port
ppi0:  on ppbus0
atkbdc0:  port 0x64,0x60 irq 1 on acpi0
atkbd0:  irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
psm0:  irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model IntelliMouse, device ID 3
pmtimer0 on isa0
sc0:  at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0:  at port 0x3c0-0x3df iomem 0xa-0xb on isa0
Timecounter "TSC" frequency 1593541000 Hz quality 800
Timecounters tick every 10.000 msec
acd0: CDRW  at ata0-slave UDMA33
ad4: 152627MB  [310101/16/63] at ata2-master SATA150
ad6: 190782MB  [387621/16/63] at ata3-master 
SATA150
da0 at umass-sim0 bus 0

Re: mysql 5.0 on FreeBSD 5.3

2005-11-28 Thread Vizion
On Monday 28 November 2005 13:36,  the author Kris Kennaway contributed to the 
dialogue on-
 Re: mysql 5.0 on FreeBSD 5.3: 

>On Mon, Nov 28, 2005 at 01:25:55PM -0800, Ron wrote:
>> Thanks.
>>
>> I updated my source tree, and am about to run the following (20.4.1 in
>> the handbook):
>>
>> # make buildworld
>> # make buildkernel
>> # make installkernel
>> # reboot
>>
>> But, it then says:
>>
>> After installkernel finishes successfully, you should boot in single
>> user mode (i.e. using boot -s from the loader prompt). Then run:
>>
>> # mergemaster -p
>> # make installworld
>> # mergemaster
>> # reboot
>>
>> Is it going to be possible to do this upgrade without access to the
>> server?
>
>Not with 100% safety.  If the upgrade is small (e.g. 5.3-RELEASE to
>5.3-RELEASE+security patches), then you can often get away without
>needing single-user mode.  If you're trying to upgrade to a new
>version, this becomes increasingly dangerous.
>
>And in any event you need to have a recovery plan thought out, for the
>cases when something goes wrong.
>
>> I am going to need to do this whole process over ssh.  My
>> server is several hundred miles away.  Do I need to update the kernel?
>
>Yes.
>
>Kris
FWIW I have no trouble with mysql5.0 on freebsd 5.3 but maybe I just got 
lucky!

BTW I posted earlier about upgarding to 6.0 from 5.3 - are there any 
circumstances where i should upgrade to 5.4 BEFORE upgrading to 6.0 or does 
anyone know if can I go straight for it without running into any major 
problems?

david

-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: system time "slowing down" ?

2005-11-28 Thread Vizion
On Monday 28 November 2005 15:40,  the author Odhiambo Washington contributed 
to the dialogue on-
 system time "slowing down" ?: 

>For some time now, I have noticed that the time on my system keeps
>lagging behind. I reset it with `date 2005MMDDHHMM` but after a few
>days I see that it's lost quite some hours again?
>
>What should I suspect? CMOS battery has been changed, but phenomena
>is still there. My localtime is set to correctly using sysinstall
>so I don't doubt it.
Why not synchronize by running ntpd?

david

-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: system time "slowing down" ?

2005-11-28 Thread Vizion
On Monday 28 November 2005 16:00,  the author Wojciech Puchar contributed to 
the dialogue on-
 Re: system time "slowing down" ?: 

>>> is still there. My localtime is set to correctly using sysinstall
>>> so I don't doubt it.
>>
>> Why not synchronize by running ntpd?
>
>or rdate?

sure if you  know the host you are using as a reference is itself reliably 
referenced!

david

-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: good instability on FreeBSD/amd64 6.0

2005-11-28 Thread Vizion
On Monday 28 November 2005 15:58,  the author Wojciech Puchar contributed to 
the dialogue on-
 good instability on FreeBSD/amd64 6.0: 

>thank all for the answers that made me sure i was reading nonsense.
>Now i can install FreeBSD/amd64 6.0 being sure i will get stable (and
>fast) system. As stable as my FreeBSD/i386 6.0 system, on which FreeBSD is
>the only OS in which 2 CPUs works fine.
>
>not new hardware, dual PII/400 "Compaq Professional Workstation", on which
>NetBSD quickly crashes with SMP enabled, Linux works not much faster than
>on one CPU with fast serial working (and i don't like to use linux),
>FreeBSD runs fast well using both CPUs
>It's easily using up both CPUs for apps under both low and high
>disk/network load, so giant locks isn't that a problem now in 6.0.

You have raised a topic in which i ave some interest.

Right now I need to add another server to my network primarily for compiling 
and development work but also to run a database of reasonable size (3-4 
terabytes of data) but comparatively low access volume and some work with 
voice sound files and video. The compiling runs will be mainly overnight but 
I still need it to be fast.

I favor a dual processor but am uncertain which processor and or motherboard 
combination to go for. I will sacrifice speed for reliability. I am in favor 
of putting in at least 8G of ram so that cuts down the m/b choices and would 
like to have a reasonable number slots on the mb (I need to support two 
monitors).

Does anyone have an suggestions/ ideas to share?

Thanks

david
-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Waaaaay OT, sorry.

2005-11-28 Thread Vizion
On Monday 28 November 2005 22:05,  the author Gary Kline contributed to the 
dialogue on-
 Way OT, sorry.: 

>   Folks,
>
>   This is one of my more obscure questions and involves scanning
>   not paper but something they used to store books, magazines,
>   and newspapers--before the computer age.  It is called a
>   microfiche (or fiche).  A friend got a copy of a rare
>   out-of-print, not-for-sale book on microfiche.  We're looking
>   for some means of scanning this film into a scanner with
>   OCR.  So far, he has tried a camera with 8G memory.  No joy,
>   the scanner sees garbage.  Anybody out there ever have anything
>   like this prob?  The book is from 1913 so it is well in the
>   public domain.  I've already written Google; zero response.
>
>   I want to get this book up on my site, fully HTML it so that
>   everybody has the opportunity to ready it ... .
>
>   thanks for any insights,
>
>   gary

Its a long time since I have handled microfiche but my guess is you will need 
to mount your camera onto a  microfiche reader or a microscope. The 
resolution of a microfiche image is really high - far higher than the camera 
you are using so I think you may need something to enlarge the image for you 
to photograph.

my two pennorth

david

-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Waaaaay OT, sorry.

2005-11-29 Thread Vizion
On Tuesday 29 November 2005 05:05,  the author virgil huston contributed to 
the dialogue on-
 Re: Way OT, sorry.: 

>> > On Monday 28 November 2005 22:05,  the author Gary Kline contributed to
>>
>> the
>>
>> > dialogue on-
>> >
>> >  Way OT, sorry.:
>> > > Folks,
>> > >
>> > > This is one of my more obscure questions and involves scanning
>> > > not paper but something they used to store books, magazines,
>> > > and newspapers--before the computer age.  It is called a
>> > > microfiche (or fiche).  A friend got a copy of a rare
>> > > out-of-print, not-for-sale book on microfiche.  We're looking
>> > > for some means of scanning this film into a scanner with
>> > > OCR.  So far, he has tried a camera with 8G memory.  No joy,
>> > > the scanner sees garbage.  Anybody out there ever have anything
>> > > like this prob?  The book is from 1913 so it is well in the
>> > > public domain.  I've already written Google; zero response.
>> > >
>> > > I want to get this book up on my site, fully HTML it so that
>> > > everybody has the opportunity to ready it ... .
>
>Two thoughts: One is to print all the pages out and then scan them. You have
>to find a fiche reader with a printer and it will cost. Second, and I have
>no idea if this will work, putting the fiche on the scanner bed and
>enlarging/manipulating the image prior to scanning, kind of like scanning a
>35mm slide. I guess this depends on how small the fiche text is.

That is unlikely to work because the fiche resolution is so high - and would 
require a scanner with an equivalently high resolution.

A camera on a standard lab microscope is probably the best way to go if you 
want to digitize the result.

david
>
>Virgil
>
>> > > thanks for any insights,
>> > >
>> > > gary
>
>___
>freebsd-questions@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to "[EMAIL PROTECTED]"

-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Upgrading to 60 question.

2005-11-29 Thread Vizion
On Tuesday 29 November 2005 07:16,  the author RW contributed to the dialogue 
on-
 Re: Upgrading to 60 question.: 

>On Tuesday 29 November 2005 14:01, Lowell Gilbert wrote:
>> The ports will continue to work, but you should update them when you
>> get a chance so that they link against the 6.0 libraries instead of
>> the old ones.
>
>One exception is nvidia-driver, you must remove the driver from loader.conf
>and rebuild against 6.0 before re-enabling it.

Umph

just checked loader.conf and the file is blank

Man nv(4) refers to the nvidia driver - I am not certain where/how the driver 
is being loaded -- X must be using it!
any ideas?

david



-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Upgrading to 60 question.

2005-11-29 Thread Vizion
On Tuesday 29 November 2005 12:02,  the author RW contributed to the dialogue 
on-
 Re: Upgrading to 60 question.: 

>On Tuesday 29 November 2005 18:53, Vizion wrote:
>> On Tuesday 29 November 2005 07:16,  the author RW contributed to the
>> dialogue on-
>>
>>  Re: Upgrading to 60 question.:
>> >On Tuesday 29 November 2005 14:01, Lowell Gilbert wrote:
>> >> The ports will continue to work, but you should update them when you
>> >> get a chance so that they link against the 6.0 libraries instead of
>> >> the old ones.
>> >
>> >One exception is nvidia-driver, you must remove the driver from
>> > loader.conf and rebuild against 6.0 before re-enabling it.
>>
>> Umph
>>
>> just checked loader.conf and the file is blank
>>
>> Man nv(4) refers to the nvidia driver - I am not certain where/how the
>> driver is being loaded -- X must be using it!
>> any ideas?
>
>nv is the open-source driver. It's nvidia's own  driver (in the
>x11/nvidia-driver port) that's causes a problem.
>___
nvidia-driver and nvidia-setting are in /dev but I do not know where they are 
loaded from!

Umph

Any ideas?

david

-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Something like Breeze for freebsd

2005-12-02 Thread Vizion
Hi

I have recently been taking a look at Macromedia's Breeze product and it seems 
to me a shame there is not an open source product that has the ability to 
lever flash interactive applications to provide an open source environment 
for delivering similar functionality. It seems that the Breeze "server" 
provides a back door channel for marketing of microsofts sql server and the 
majority of the remaining functionality could be delivered via an apache 
module. 

In view of the enormous benefits that Macromedia have gained from having their 
major product flash generously supported by the open sourtce community. I 
really feel the way they have structured their Breeze product line is a slap 
in the face to everyone who has worked to make flash adoptable by the open 
source community. 

I just wonder if anyone on this list has taken a look at the Breeze product 
range. I would dearly love to see an open source answer to Macromedia's 
"Breeze server" and its tool set.

Its sole reliance on sql and its failure to provide a mysql/postgres interface 
could pehaps be offset by one of the tools that convert sql calls to mysql. I 
have no idea about how the remainder of the tool set could be replicated.

david
-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How often portupgrades?

2005-12-03 Thread Vizion
On Saturday 24 December 2005 11:29,  the author Kiffin Gish contributed to the 
dialogue on-
 How often portupgrades?: 

>Just wondering what a good rule of thumb is in how often to run
> portupgrades.
>
>I figure that once a week should be sufficient, however each time it runs it
> can take up to a few hours to complete which seems like an unnecessary
> hassle to me. Once it even started rebuilding the complete gnome port which
> took a couple days!
>
>Is this worthwhile? What are the benefits?
>
>Thanks alot in advance.
>
You pays yr processing time and makes yr choice :-)

I have been using freebsd for quite a long time and I find that sometimes I am 
constantly upgrading a machine which is being used for development something 
and then when I just need systems to carry on doing the same thing day after 
day I get into the if it aint broke dont fix it mode! Then a new 
application/need comes along and the cycle starts over again!

david





-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How often portupgrades?

2005-12-04 Thread Vizion
On Sunday 04 December 2005 03:41,  the author Kiffin Gish contributed to the 
dialogue on-
 Re: How often portupgrades?: 

>On Sat, 2005-12-03 at 17:51 -0800, Vizion wrote:
>> On Saturday 24 December 2005 11:29,  the author Kiffin Gish contributed to
>> the dialogue on-
>>
>>  How often portupgrades?:
>> >Just wondering what a good rule of thumb is in how often to run
>> > portupgrades.
>> >
>> >I figure that once a week should be sufficient, however each time it runs
>> > it can take up to a few hours to complete which seems like an
>> > unnecessary hassle to me. Once it even started rebuilding the complete
>> > gnome port which took a couple days!
>> >
>> >Is this worthwhile? What are the benefits?
>> >
>> >Thanks alot in advance.
>>
>> You pays yr processing time and makes yr choice :-)
>>
>> I have been using freebsd for quite a long time and I find that sometimes
>> I am constantly upgrading a machine which is being used for development
>> something and then when I just need systems to carry on doing the same
>> thing day after day I get into the if it aint broke dont fix it mode! Then
>> a new
>> application/need comes along and the cycle starts over again!
>>
>> david
>
>Then one seriously wonders what the benefit is of upgraded more than
>once every few months or so.

When I am developing I need system to check against the very latest (which 
means portupgrading daily) and to be able step backwards as well.

When I am not developing then I am happy to cruise.

-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


5.3 >6.0 - make buildworld libkrb5 failure

2005-12-04 Thread Vizion
make buildworld
from 
# $FreeBSD: src/Makefile,v 1.319.2.1 2005/11/16 06:56:09 ru Exp $
on
FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC

--

/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/acl.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/add_et_list.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/addr_families.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/aname_to_localname.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/appdefault.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/asn1_glue.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/auth_context.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/build_ap_req.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/build_auth.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/cache.c
/usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe  
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 
-I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. 
-DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6  
-c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/changepw.c
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/changepw.c: In 
fun

Re: 5.3 >6.0 - make buildworld libkrb5 failure

2005-12-04 Thread Vizion
On Sunday 04 December 2005 21:01,  the author Michael C. Shultz contributed to 
the dialogue on-
 Re: 5.3 >6.0 - make buildworld libkrb5 failure: 

>On Sunday 04 December 2005 20:49, Vizion wrote:
>> make buildworld
>> from
>> # $FreeBSD: src/Makefile,v 1.319.2.1 2005/11/16 06:56:09 ru Exp $
>> on
>> FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004
>> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
>
>Did you try it with ccache turned off?

No
OK will do -
I'll report back manana
thnks
david
>
>-Mike
>
>> --
>>- ---
>>
>> /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
>> -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
>> -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
>> -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
>> -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
>> -c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/acl.c
>> /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
>> -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
>> -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
>> -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
>> -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
>> -c
>> /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/add_et_lis
>>t .c /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
>> -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
>> -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
>> -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
>> -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
>> -c
>> /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/addr_famil
>>i es.c /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
>> -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
>> -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
>> -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
>> -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
>> -c
>> /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/aname_to_l
>>o calname.c /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
>> -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
>> -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
>> -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
>> -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6 -c
>> /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/appdefault
>>. c /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
>> -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
>> -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
>> -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
>> -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
>> -c
>> /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/asn1_glue.
>>c /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
>> -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
>> -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
>> -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
>> -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
>> -c
>> /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/auth_conte
>>x t.c /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
>> -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
>> -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
>> -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
>> -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
>> -c
>> /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/build_ap_r
>>e q.c /usr/local/libexec/ccache/cc -O2 -fno-strict-aliasing -pipe
>> -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5
>> -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1
>> -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I.
>> -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6
>> -c
>> /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/build_auth
>>. c /usr/lo

Re: 5.3 >6.0 - make buildworld libkrb5 failure

2005-12-04 Thread Vizion
On Sunday 04 December 2005 21:14,  the author Michael C. Shultz contributed to 
the dialogue on-
 Re: 5.3 >6.0 - make buildworld libkrb5 failure: 

>On Sunday 04 December 2005 21:07, Vizion wrote:
>> On Sunday 04 December 2005 21:01,  the author Michael C. Shultz
>> contributed to the dialogue on-
>>
>>  Re: 5.3 >6.0 - make buildworld libkrb5 failure:
>> >On Sunday 04 December 2005 20:49, Vizion wrote:
>> >> make buildworld
>> >> from
>> >> # $FreeBSD: src/Makefile,v 1.319.2.1 2005/11/16 06:56:09 ru Exp $
>> >> on
>> >> FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004
>> >> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
>> >
>> >Did you try it with ccache turned off?
>>
>> No
>> OK will do -
>> I'll report back manana
>> thnks
>> david
>
>welcome

PS Out of damn curiosity I am try again after 
# ccache -C
just to c++ what happens 

david
>
>-Mike

-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 5.3 >6.0 - make buildworld libkrb5 failure

2005-12-05 Thread Vizion
On Sunday 04 December 2005 23:07,  the author Kent Stewart contributed to the 
dialogue on-
 Re: 5.3 >6.0 - make buildworld libkrb5 failure: 

>On Sunday 04 December 2005 09:21 pm, Vizion wrote:
>> On Sunday 04 December 2005 21:14,  the author Michael C. Shultz
>> contributed to the dialogue on-
>>
>>  Re: 5.3 >6.0 - make buildworld libkrb5 failure:
>> >On Sunday 04 December 2005 21:07, Vizion wrote:
>> >> On Sunday 04 December 2005 21:01,  the author Michael C. Shultz
>> >> contributed to the dialogue on-
>> >>
>> >>  Re: 5.3 >6.0 - make buildworld libkrb5 failure:
>> >> >On Sunday 04 December 2005 20:49, Vizion wrote:
>> >> >> make buildworld
>> >> >> from
>> >> >> # $FreeBSD: src/Makefile,v 1.319.2.1 2005/11/16 06:56:09 ru Exp
>> >> >> $ on
>> >> >> FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004
>> >> >> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
>> >> >
>> >> >Did you try it with ccache turned off?
>> >>
>> >> No
>> >> OK will do -
>> >> I'll report back manana
>> >> thnks
>> >> david
>> >
>> >welcome
>>
>> PS Out of damn curiosity I am try again after
>> # ccache -C
>> just to c++ what happens 
>
>I had problems starting the 6.0-release builds until I did a "make
>cleandir" 2x from /usr/src. That is supposed to get rid of extraneous
>stuff.

Now where am I going wrong guys 

OK I did make cleandir 3x from /usr/src
For cussedness sake:
I did ccache -C to clear the ccache
and got the same result 
so  I decided it must be the ccache so
 
dns1# setenv CCACHE_DISABLE
prior to another 
dns1# make buildworld  

in this env:
dns1# env
KDE_FULL_SESSION=true
GS_LIB=/home/Sysadmin/.fonts
KONSOLE_DCOP_SESSION=DCOPRef(konsole-32484,session-1)
MACHTYPE=i386
USER=Sysadmin
MAIL=/var/mail/root
SHLVL=2
VENDOR=intel
HOME=/root
GTK_RC_FILES=/etc/gtk/gtkrc:/home/Sysadmin/.gtkrc:/usr/home/Sysadmin/.kde/share/config/gtkrc
PAGER=more
COLORTERM=
GROUP=wheel
LOGNAME=root
WINDOWID=37748741
BLOCKSIZE=K
TERM=xterm
GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/Sysadmin/.gtkrc-2.0:/usr/home/Sysadmin/.kde/share/config/gtkrc-2.0
SESSION_MANAGER=local/dns1.vizion2000.net:/tmp/.ICE-unix/32466
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/root/bin
KONSOLE_DCOP=DCOPRef(konsole-32484,konsole)
XCURSOR_THEME=default
DISPLAY=:0
XAUTHORITY=/home/Sysadmin/.Xauthority
HOST=dns1.vizion2000.net
SHELL=/bin/csh
KDE_MULTIHEAD=false
OSTYPE=FreeBSD
PWD=/usr/src
FTP_PASSIVE_MODE=YES
HOSTTYPE=FreeBSD
EDITOR=vi
CCACHE_PATH=/usr/bin:/usr/local/bin
CCACHE_DIR=/var/.ccache
CCACHE_DISABLE=


And the compile failed the same way:


/../crypto/heimdal/lib/krb5/krbhst.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/kuserok.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/log.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/mcache.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/misc.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/mk_error.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/mk_priv.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/mk_rep.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/mk_req.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/mk_req_ext.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/mk_safe.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/n-fold.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/net_read.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/net_write.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/padata.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/principal.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/prog_setup.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/prompter_posix.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_cred.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_error.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_priv.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_rep.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_req.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_safe.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/read_message.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/recvauth.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/replay.c 
/usr/src/kerberos5/lib/libkrb5/

Re: 5.3 >6.0 - make buildworld libkrb5 failure

2005-12-05 Thread Vizion
On Monday 05 December 2005 10:33,  the author Michael C. Shultz contributed to 
the dialogue on-
 Re: 5.3 >6.0 - make buildworld libkrb5 failure: 

>On Monday 05 December 2005 10:26, Vizion wrote:
>> On Sunday 04 December 2005 23:07,  the author Kent Stewart contributed to
>> the dialogue on-
>>
>>  Re: 5.3 >6.0 - make buildworld libkrb5 failure:
>> >On Sunday 04 December 2005 09:21 pm, Vizion wrote:
>> >> On Sunday 04 December 2005 21:14,  the author Michael C. Shultz
>> >> contributed to the dialogue on-
>> >>
>> >>  Re: 5.3 >6.0 - make buildworld libkrb5 failure:
>> >> >On Sunday 04 December 2005 21:07, Vizion wrote:
>> >> >> On Sunday 04 December 2005 21:01,  the author Michael C. Shultz
>> >> >> contributed to the dialogue on-
>> >> >>
>> >> >>  Re: 5.3 >6.0 - make buildworld libkrb5 failure:
>> >> >> >On Sunday 04 December 2005 20:49, Vizion wrote:
>> >> >> >> make buildworld
>> >> >> >> from
>> >> >> >> # $FreeBSD: src/Makefile,v 1.319.2.1 2005/11/16 06:56:09 ru Exp
>> >> >> >> $ on
>> >> >> >> FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004
>> >> >> >> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
>> >> >> >
>> >> >> >Did you try it with ccache turned off?
>> >> >>
>> >> >> No
>> >> >> OK will do -
>> >> >> I'll report back manana
>> >> >> thnks
>> >> >> david
>> >> >
>> >> >welcome
>> >>
>> >> PS Out of damn curiosity I am try again after
>> >> # ccache -C
>> >> just to c++ what happens 
>> >
>> >I had problems starting the 6.0-release builds until I did a "make
>> >cleandir" 2x from /usr/src. That is supposed to get rid of extraneous
>> >stuff.
>>
>> Now where am I going wrong guys 
>>
>> OK I did make cleandir 3x from /usr/src
>> For cussedness sake:
>> I did ccache -C to clear the ccache
>> and got the same result
>> so  I decided it must be the ccache so
>>
>> dns1# setenv CCACHE_DISABLE
>> prior to another
>> dns1# make buildworld
>>
>> in this env:
>> dns1# env
>> KDE_FULL_SESSION=true
>> GS_LIB=/home/Sysadmin/.fonts
>> KONSOLE_DCOP_SESSION=DCOPRef(konsole-32484,session-1)
>> MACHTYPE=i386
>> USER=Sysadmin
>> MAIL=/var/mail/root
>> SHLVL=2
>> VENDOR=intel
>> HOME=/root
>> GTK_RC_FILES=/etc/gtk/gtkrc:/home/Sysadmin/.gtkrc:/usr/home/Sysadmin/.kde/
>>s hare/config/gtkrc PAGER=more
>> COLORTERM=
>> GROUP=wheel
>> LOGNAME=root
>> WINDOWID=37748741
>> BLOCKSIZE=K
>> TERM=xterm
>> GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/Sysadmin/.gtkrc-2.0:/usr/home/Sysad
>>m in/.kde/share/config/gtkrc-2.0
>> SESSION_MANAGER=local/dns1.vizion2000.net:/tmp/.ICE-unix/32466
>> PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/b
>>i n:/usr/X11R6/bin:/root/bin KONSOLE_DCOP=DCOPRef(konsole-32484,konsole)
>> XCURSOR_THEME=default
>> DISPLAY=:0
>> XAUTHORITY=/home/Sysadmin/.Xauthority
>> HOST=dns1.vizion2000.net
>> SHELL=/bin/csh
>> KDE_MULTIHEAD=false
>> OSTYPE=FreeBSD
>> PWD=/usr/src
>> FTP_PASSIVE_MODE=YES
>> HOSTTYPE=FreeBSD
>> EDITOR=vi
>> CCACHE_PATH=/usr/bin:/usr/local/bin
>> CCACHE_DIR=/var/.ccache
>> CCACHE_DISABLE=
>>
>>
>> And the compile failed the same way:
>>
>>
>> /../crypto/heimdal/lib/krb5/krbhst.c
>> /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/kuserok.c
>> /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/log.c
>> /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/mcache.c
>> /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/misc.c
>> /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/mk_error.c
>> /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/mk_priv.c
>> /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/mk_rep.c
>> /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/mk_req.c
>> /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/mk_req_ext
>>. c
>> /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/mk_safe.c
>> /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/n-fold.c
>> /usr/src/kerberos

Re: 5.3 >6.0 - make buildworld libkrb5 failure

2005-12-05 Thread Vizion
On Monday 05 December 2005 10:56,  the author Vizion contributed to the 
dialogue on-
 Re: 5.3 >6.0 - make buildworld libkrb5 failure: 

>On Monday 05 December 2005 10:33,  the author Michael C. Shultz contributed
> to the dialogue on-
>
> Re: 5.3 >6.0 - make buildworld libkrb5 failure:
>>On Monday 05 December 2005 10:26, Vizion wrote:
>>> On Sunday 04 December 2005 23:07,  the author Kent Stewart contributed to
>>> the dialogue on-
>>>
>>>  Re: 5.3 >6.0 - make buildworld libkrb5 failure:
>>> >On Sunday 04 December 2005 09:21 pm, Vizion wrote:
>>> >> On Sunday 04 December 2005 21:14,  the author Michael C. Shultz
>>> >> contributed to the dialogue on-
>>> >>
>>> >>  Re: 5.3 >6.0 - make buildworld libkrb5 failure:
>>> >> >On Sunday 04 December 2005 21:07, Vizion wrote:
>>> >> >> On Sunday 04 December 2005 21:01,  the author Michael C. Shultz
>>> >> >> contributed to the dialogue on-
>>> >> >>
>>> >> >>  Re: 5.3 >6.0 - make buildworld libkrb5 failure:
>>> >> >> >On Sunday 04 December 2005 20:49, Vizion wrote:
>>> >> >> >> make buildworld
>>> >> >> >> from
>>> >> >> >> # $FreeBSD: src/Makefile,v 1.319.2.1 2005/11/16 06:56:09 ru Exp
>>> >> >> >> $ on
>>> >> >> >> FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004
>>> >> >> >> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
>>> >> >> >
>>> >> >> >Did you try it with ccache turned off?
>>> >> >>
>>> >> >> No
>>> >> >> OK will do -
>>> >> >> I'll report back manana
>>> >> >> thnks
>>> >> >> david
>>> >> >
>>> >> >welcome
>>> >>
>>> >> PS Out of damn curiosity I am try again after
>>> >> # ccache -C
>>> >> just to c++ what happens 
>>> >
>>> >I had problems starting the 6.0-release builds until I did a "make
>>> >cleandir" 2x from /usr/src. That is supposed to get rid of extraneous
>>> >stuff.
snip
...

then did
>>cd /usr/src && make NOCCACHE=1 buildworld &&  make NOCCACHE=1 buildkernel
>
but still got the same failure for the same function in linkrb5:


/libkrb5/../../../crypto/heimdal/lib/krb5/net_write.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/padata.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/principal.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/prog_setup.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/prompter_posix.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_cred.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_error.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_priv.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_rep.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_req.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_safe.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/read_message.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/recvauth.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/replay.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/send_to_kdc.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/sendauth.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/set_default_realm.c
 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/sock_principal.c
 /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/store.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/store_emem.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/store_fd.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/store_mem.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/ticket.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/time.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/transited.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/verify_init.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/verify_user.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/version.c 
/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/warn.c 
/usr/src/kerbero

kerberos how to reinstall?

2007-02-27 Thread Vizion
I found that kerberos5 had been deleted from my system and NO_KERBEROS=TRUE was 
in my make.conf file.

Kerberos was originally installed on this sytem.

pkg_info |grep crypt 
shows:
 
libdvdcss-1.2.9._2
libgcrypt-1.2.3_1 

are installed

can I safely reinstall kerberos by using make  in /usr/src/kerberos5?

Is there anything I need to check in preparation?

Thanks

David


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


Portupgrade -how ro get out of loop!!

2007-03-01 Thread Vizion
I have multiple lines of stale dependencies reported from pkgdb -F all of which 
relate to bsdpan-Archive-Tar-1.30 or 1.16 witha report that the package is held.

The lines are
Stale dependency:bsdpan-Archive-Tar-[version] -> [see NOTE below]: -> Ignored 
(the package is held; specify -f to force)

How do I get out of the following loop!
:
I run 
# pkgdb -f
Then try 
# portupgrade -a
and get
Stale dependency . manuall run 'pkgdb -F to fix or specify -O to force
I run
# pkgdb -O
then run
# portupgrade -a
and get
Stale dependencies ..manually run 'pkgdb -F' to fix or specify -O to force
NOTE
the references are to
p5-Text-Diff-0.35 (textproc/p5-Text-Diff)
etc
p5-PathTools [ver] [port]
p5- [App] [ver] [port]


Thanks in advance

david

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


Re: portupgrade query

2007-03-02 Thread Vizion
 

> -Original Message-
> From: Sergey Matveychuk [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, March 01, 2007 11:54 PM
> To: Vizion
> Cc: freebsd-ports@freebsd.org
> Subject: Re: portupgrade query
> 
> Vizion wrote:
> > I have multiple lines of stale dependencies reported from 
> pkgdb -F all of which relate to bsdpan-Archive-Tar-1.30 or 
> 1.16 witha report that the package is held.
> > 
> > The lines are
> > Stale dependency:bsdpan-Archive-Tar-[version] -> [see NOTE 
> below]: -> Ignored (the package is held; specify -f to force)
> > 
> 
> bsdpan-* are not real ports. They can't be processed as real ports. So
> they should be ignored (hold). Install them from ports or ignore the
> messages.
> 
> -- 
> Dixi.
> Sem.
> 
Thanks Sem 

But on its own, as shown in my original posting, that does not solve the 
problem as portupgrade -a does not know that and throws the error, reports a 
stale dependency and requires me to fix the problem!!

I must be missing something here!!

David

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


ImageMagick - build failure - lgvc

2007-03-04 Thread Vizion
Does anyone help solve this one?
-
mv -f coders/.deps/coders_dib_la-dib.Tpo coders/.deps/coders_dib_la-dib.Plo
/bin/sh /usr/local/bin/libtool --silent --tag=CC   --mode=link 
cc  -O2 -fno-strict-aliasing -pipe  -no-undefined -module -avoid-version 
-L/usr/local/lib -L/usr/X11R6/lib -R/usr/X11R6/lib -L/usr/local/lib -Wl,--rpath 
-Wl,/usr/local/lib -lfreetype -lz -L/usr/local/lib -o 
coders/dib.la -rpath /usr/local/lib/ImageMagick/modules-Q16/coders 
coders/coders_dib_la-dib.lo magick/libMagick.la
/bin/sh /usr/local/bin/libtool --silent --tag=CC   --mode=compile 
cc -DHAVE_CONFIG_H -I. -I./magick -I./wand   -I/usr/local/include/graphviz   
-I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include 
-I/usr/X11R6/include -I/usr/local/include/libxml2  -O2 -fno-strict-aliasing 
-pipe  -MT 
coders/coders_dot_la-dot.lo -MD -MP -MF 
coders/.deps/coders_dot_la-dot.Tpo -c -o coders/coders_dot_la-dot.lo 
`test -f 'coders/dot.c' || echo './'`coders/dot.c
mv -f coders/.deps/coders_dot_la-dot.Tpo coders/.deps/coders_dot_la-dot.Plo
/bin/sh /usr/local/bin/libtool --silent --tag=CC   --mode=link 
cc  -O2 -fno-strict-aliasing -pipe  -no-undefined -module -avoid-version 
-L/usr/local/lib -L/usr/X11R6/lib -R/usr/X11R6/lib -L/usr/local/lib -Wl,--rpath 
-Wl,/usr/local/lib -lfreetype -lz -L/usr/local/lib -o 
coders/dot.la -rpath /usr/local/lib/ImageMagick/modules-Q16/coders 
coders/coders_dot_la-dot.lo magick/libMagick.la -L/usr/local/lib -lgvc
/usr/bin/ld: cannot find -lgvc
gmake: *** [coders/dot.la] Error 1
*** Error code 2

Stop in /usr/ports/graphics/ImageMagick.

I thought this might be due to graphviz that was installed but with limted 
options.-- I deinstalled made clean and reinstalled a config with all options 
checked.
I also deinstalled ImageMagick, made clean and removed that port entirely from 
the ports tree and then, after a cvsup tried and got this build failure.

Thanks in advance for help 
david

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


Re: ImageMagick - build failure - lgvc -SOLVED

2007-03-04 Thread Vizion
 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Vizion
> Sent: Sunday, March 04, 2007 7:17 AM
> To: freebsd-questions@freebsd.org
> Subject: ImageMagick - build failure - lgvc
> 
> Does anyone help solve this one?
> -
> mv -f coders/.deps/coders_dib_la-dib.Tpo 
> coders/.deps/coders_dib_la-dib.Plo
> /bin/sh /usr/local/bin/libtool --silent --tag=CC   --mode=link 
> cc  -O2 -fno-strict-aliasing -pipe  -no-undefined -module 
> -avoid-version -L/usr/local/lib -L/usr/X11R6/lib 
> -R/usr/X11R6/lib -L/usr/local/lib -Wl,--rpath 
> -Wl,/usr/local/lib -lfreetype -lz -L/usr/local/lib -o 
> coders/dib.la -rpath /usr/local/lib/ImageMagick/modules-Q16/coders 
> coders/coders_dib_la-dib.lo magick/libMagick.la
> /bin/sh /usr/local/bin/libtool --silent --tag=CC   --mode=compile 
> cc -DHAVE_CONFIG_H -I. -I./magick -I./wand   
> -I/usr/local/include/graphviz   
> -I/usr/local/include/freetype2 -I/usr/local/include 
> -I/usr/local/include -I/usr/X11R6/include 
> -I/usr/local/include/libxml2  -O2 -fno-strict-aliasing -pipe  -MT 
> coders/coders_dot_la-dot.lo -MD -MP -MF 
> coders/.deps/coders_dot_la-dot.Tpo -c -o coders/coders_dot_la-dot.lo 
> `test -f 'coders/dot.c' || echo './'`coders/dot.c
> mv -f coders/.deps/coders_dot_la-dot.Tpo 
> coders/.deps/coders_dot_la-dot.Plo
> /bin/sh /usr/local/bin/libtool --silent --tag=CC   --mode=link 
> cc  -O2 -fno-strict-aliasing -pipe  -no-undefined -module 
> -avoid-version -L/usr/local/lib -L/usr/X11R6/lib 
> -R/usr/X11R6/lib -L/usr/local/lib -Wl,--rpath 
> -Wl,/usr/local/lib -lfreetype -lz -L/usr/local/lib -o 
> coders/dot.la -rpath /usr/local/lib/ImageMagick/modules-Q16/coders 
> coders/coders_dot_la-dot.lo magick/libMagick.la -L/usr/local/lib -lgvc
> /usr/bin/ld: cannot find -lgvc
> gmake: *** [coders/dot.la] Error 1
> *** Error code 2
> 
> Stop in /usr/ports/graphics/ImageMagick.
> 
> I thought this might be due to graphviz that was installed 
> but with limted options.-- I deinstalled made clean and 
> reinstalled a config with all options checked.
> I also deinstalled ImageMagick, made clean and removed that 
> port entirely from the ports tree and then, after a cvsup 
> tried and got this build failure.
> 
> Thanks in advance for help 
> david

OK it will compile if the 16BIT option is turned off - i.e no gvc


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


apache2.2.4 - ssl module error

2007-03-05 Thread Vizion
Gi

Extract from error.log 

httpd: Syntax error on line 85 after upgrade 
 
/usr/local/etc/apache22/httpd.conf: Cannot 
load /usr/local/libexec/apache22/mod_ssl.so into server: /usr
/local/libexec/apache22/mod_ssl.so: Undefined symbol "ap_get_server_banner"
Does anyone know how to fix this?

Thanks in advance

David


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


Re: apache2.2.4 - ssl module error

2007-03-06 Thread Vizion


> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Vizion
> Sent: Monday, March 05, 2007 9:52 AM
> To: freebsd-questions@freebsd.org
> Subject: apache2.2.4 - ssl module error
> 
> Gi
> 
> Extract from error.log 
> 
> httpd: Syntax error on line 85 after upgrade 
>  
> /usr/local/etc/apache22/httpd.conf: Cannot 
> load /usr/local/libexec/apache22/mod_ssl.so into server: /usr
> /local/libexec/apache22/mod_ssl.so: Undefined symbol 
> "ap_get_server_banner"
> Does anyone know how to fix this?
> 
> Thanks in advance
> 
> David
> 
The problem was resolved by deinstall & clean plus a removal of the ports from 
the ports tree then a cvsup and a new build from scratch.

It works fine now - so it appears the error occured during the upgrade as the 
older version was working fine before the upgrade.


David


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


ftp set up

2007-03-06 Thread Vizion
Hi

I wonder if someone could point me to a reliable detailed resource for 
configuring an ftp server on freebsd 6.1 for both incoming and outgoing files 
(including anonymous ftp).

I do not want anonymous uploaders to view existing file names in ftp/incoming 
or be able to download from incoming. I want the server as secure as is 
reasonably practicable. The notes in the freebsd handbook are not really 
comprehensive enough for me. 

Thanks in advance

david


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


Re: apache problem

2007-03-06 Thread Vizion

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of eoghan
> Sent: Tuesday, March 06, 2007 5:50 AM
> To: freebsd
> Subject: apache problem
> 
> Hi
> I am running apache 2.2.4 on FreeBSD 6.1. This is a recent 
> upgrade from ports (in the past few days or so). Since then I 
> cant browse to localhost. Just get an unable to connect 
> message. The server seems to start with:
> $sudo apachectl start
> If I try it again I see its already running.
> My error log shows:
> [Mon Mar 05 11:20:00 2007] [notice] Apache/2.2.4 (FreeBSD)
> mod_ssl/2.2.4 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.1 with Suhosin-Patch
> configured -- resuming normal operations
> [Mon Mar 05 11:20:22 2007] [notice] caught SIGTERM, shutting down
> 
> I have tried the apache list but no real answers, and apache 
> was working fine for me before I upgraded. Has anyone else 
> noticed this since an upgrade to the 2.2.4 version from ports?
> 
> Thanks
> Eoghan

I had the same problem. Here is how I fixed it:
#apachectl stop
# cd /usr/ports/www/apache22
#make clean
# make deinstall
# rm ./*
Then do a cvsup ports all
now once more
#cd /usr/ports/www/apache22
# make (it will use your stored config)
#make install
#make clean
#apachectl start


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


Re: apache problem

2007-03-06 Thread Vizion
 

> -Original Message-
> From: eoghan [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, March 06, 2007 8:28 AM
> To: Vizion
> Cc: freebsd-questions@freebsd.org; [EMAIL PROTECTED]
> Subject: Re: apache problem
> 
> On Tue, 6 Mar 2007 8:25:09 -0800
> Vizion <[EMAIL PROTECTED]> wrote:
> 
> > > -Original Message-
> > > From: [EMAIL PROTECTED] 
> > > [mailto:[EMAIL PROTECTED] On Behalf Of eoghan
> > > Sent: Tuesday, March 06, 2007 5:50 AM
> > > To: freebsd
> > > Subject: apache problem
> > > 
> > > Hi
> > > I am running apache 2.2.4 on FreeBSD 6.1. This is a recent 
> > > upgrade from ports (in the past few days or so). Since then I 
> > > cant browse to localhost. Just get an unable to connect 
> > > message. The server seems to start with:
> > > $sudo apachectl start
> > > If I try it again I see its already running.
> > > My error log shows:
> > > [Mon Mar 05 11:20:00 2007] [notice] Apache/2.2.4 (FreeBSD)
> > > mod_ssl/2.2.4 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.1 with Suhosin-Patch
> > > configured -- resuming normal operations
> > > [Mon Mar 05 11:20:22 2007] [notice] caught SIGTERM, shutting down
> > > 
> > > I have tried the apache list but no real answers, and apache 
> > > was working fine for me before I upgraded. Has anyone else 
> > > noticed this since an upgrade to the 2.2.4 version from ports?
> > > 
> > > Thanks
> > > Eoghan
> > 
> > I had the same problem. Here is how I fixed it:
> > #apachectl stop
> > # cd /usr/ports/www/apache22
> > #make clean
> > # make deinstall
> > # rm ./*
> > Then do a cvsup ports all
> > now once more
> > #cd /usr/ports/www/apache22
> > # make (it will use your stored config)
> > #make install
> > #make clean
> > #apachectl start
> 
> Hi
> Gret, thanks for that, I will give this a go.
> Regards
> Eoghan
> 
all the best
please let me know if it works 4U
-- I have made a posting on [EMAIL PROTECTED] -- so the maintainer knows 
aboutthe problem. If this also works for you it should not be too difficult for 
someone to fix the port.
David

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


Re: ftp set up

2007-03-06 Thread Vizion
 

> -Original Message-
> From: Bill Moran [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, March 06, 2007 5:24 AM
> To: Vizion
> Cc: freebsd-questions@freebsd.org
> Subject: Re: ftp set up
> 
> 
> Please wrap your lines around 72 characters.
> 
> In response to Vizion <[EMAIL PROTECTED]>:
> > 
> > I wonder if someone could point me to a reliable detailed 
> resource for
> > configuring an ftp server on freebsd 6.1 for both incoming 
> and outgoing
> > files (including anonymous ftp).
> > 
> > I do not want anonymous uploaders to view existing file names in
> > ftp/incoming or be able to download from incoming. I want 
> the server as
> > secure as is reasonably practicable. The notes in the 
> freebsd handbook are
> > not really comprehensive enough for me. 
> 
> Please don't do this.  Please don't even try.
> 
> -- 
Got yr point -- my guess is you did not use a process to shift files out of the 
the upload directory as soon as they arrived. That way they can be monitored 
and never downloaded. 
I think it is up to each administrator to solve the problems. If you happen to 
have an answer to my original question -- a reliable source of info about ftp 
configuration it would be useful. It is a long time since I ran an ftp server 
and I am rusty.
 
I ran a large number of ftp servers for a long time and suffered many hacking 
attempts but none succeeded on my watch. I agree it is not easy - but necessary
david


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


Re: ftp set up

2007-03-06 Thread Vizion
In response to Vizion <[EMAIL PROTECTED]>:
> 
> > -Original Message-
> > From: Bill Moran [mailto:[EMAIL PROTECTED] 
> > Sent: Tuesday, March 06, 2007 5:24 AM
> > To: Vizion
> > Cc: freebsd-questions@freebsd.org
> > Subject: Re: ftp set up
> > 
> > 
> > Please wrap your lines around 72 characters.
> > 
> > In response to Vizion <[EMAIL PROTECTED]>:
> > > 
> > > I wonder if someone could point me to a reliable detailed 
> > resource for
> > > configuring an ftp server on freebsd 6.1 for both incoming 
> > and outgoing
> > > files (including anonymous ftp).
> > > 
> > > I do not want anonymous uploaders to view existing file names in
> > > ftp/incoming or be able to download from incoming. I want 
> > the server as
> > > secure as is reasonably practicable. The notes in the 
> > freebsd handbook are
> > > not really comprehensive enough for me. 
> > 
> > Please don't do this.  Please don't even try.
> > 
> > -- 
> Got yr point -- my guess is you did not use a process to shift files out
> of the the upload directory as soon as they arrived. That way they can be
> monitored and never downloaded.

>You're still sending out _very_ long lines.
BTW my standard line length is 80 chars..
I have reduced them for you.
Dont you have a wrap option on your mail reader to set the lines to your 
desired width


... and no, I didn't use a process to prevent files from being subsequently
downloaded, it would have defeated the purpose of "file transfer".
Here we differ .. if you did not do that you asked for trouble!!


David

> I think it is up to each administrator to solve the problems. If you
> happen to have an answer to my original question -- a reliable source of
> info about ftp configuration it would be useful. It is a long time since I
> ran an ftp server and I am rusty.

Sorry, I don't.  I haven't set up an FTP server in a long time.  scp has
replaced ftp -- which was my point.

I've done my due-diligence in warning of the dangers ...

Uploading to an ftp server has to be treated as a
process by which the sender offers files to the administrator
who may or may not choose to transfer them to the
download directory. 
IF you let an end user determine what may be made available
and subsequently have trouble well do not blame
ftp blame the administrator!!
IMHO To do otherwise is not exercising due diligence!!

On web sites I follow the same principle -- users cannot add links 
-- only offer them.. same principle!

david
-- 
Bill Moran
http://www.potentialtech.com

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


Re: apache problem

2007-03-07 Thread Vizion
 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of eoghan
> Sent: Tuesday, March 06, 2007 3:04 PM
> To: Mike Galvez
> Cc: freebsd-questions@freebsd.org
> Subject: Re: apache problem
> 
> On 3/6/07, Mike Galvez <[EMAIL PROTECTED]> wrote:
> 
> > > >> > > -Original Message-
> > > >> > > From: [EMAIL PROTECTED]
> > > >> > > [mailto:[EMAIL PROTECTED] On 
> Behalf Of eoghan
> > > >> > > Sent: Tuesday, March 06, 2007 5:50 AM
> > > >> > > To: freebsd
> > > >> > > Subject: apache problem
> > > >> > >
> > > >> > > Hi
> > > >> > > I am running apache 2.2.4 on FreeBSD 6.1. This is a recent
> > > >> > > upgrade from ports (in the past few days or so). 
> Since then I
> > > >> > > cant browse to localhost. Just get an unable to connect
> > > >> > > message. The server seems to start with:
> > > >> > > $sudo apachectl start
> > > >> > > If I try it again I see its already running.
> > > >> > > My error log shows:
> > > >> > > [Mon Mar 05 11:20:00 2007] [notice] Apache/2.2.4 (FreeBSD)
> > > >> > > mod_ssl/2.2.4 OpenSSL/0.9.7e-p1 DAV/2 PHP/5.2.1 
> with Suhosin-Patch
> > > >> > > configured -- resuming normal operations
> > > >> > > [Mon Mar 05 11:20:22 2007] [notice] caught 
> SIGTERM, shutting down
> > > >> > >
> > > >> > > I have tried the apache list but no real answers, 
> and apache
> > > >> > > was working fine for me before I upgraded. Has anyone else
> > > >> > > noticed this since an upgrade to the 2.2.4 version 
> from ports?
> > > >> > >
> > > >> > > Thanks
> > > >> > > Eoghan
> > > >> >
> > > >> > I had the same problem. Here is how I fixed it:
> > > >> > #apachectl stop
> > > >> > # cd /usr/ports/www/apache22
> > > >> > #make clean
> > > >> > # make deinstall
> > > >> > # rm ./*
> > > >> > Then do a cvsup ports all
> > > >> > now once more
> > > >> > #cd /usr/ports/www/apache22
> > > >> > # make (it will use your stored config)
> > > >> > #make install
> > > >> > #make clean
> > > >> > #apachectl start
> > > >>
> > > >> Hi
> > > >> Gret, thanks for that, I will give this a go.
> > > >> Regards
> > > >> Eoghan
> > > >>
> > > >all the best
> > > >please let me know if it works 4U
> > > >-- I have made a posting on [EMAIL PROTECTED] -- so the 
> maintainer knows
> > > >aboutthe problem. If this also works for you it should not be too
> > > >difficult for someone to fix the port.
> > > >David
> > >
> > > Hi
> > > I have tried this and i still cant get it working. Also 
> tried syntax
> > > check and its checks out OK, as someone else suggested to 
> do... any
> > > further suggestions?
> > > Thanks
> > > Eoghan
> > > ___
> > > freebsd-questions@freebsd.org mailing list
> > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > > To unsubscribe, send any mail to 
> "[EMAIL PROTECTED]"
> > Hi,
> >
> > I was rebuilding one of my servers yesterday. I was having 
> trouble getting ldap
> > support to build, but I was also seeing the same issue you 
> describe. The
> > configtest reported no errors and Apache appeared to start 
> and I could see it in
> > the process list, but could not contact the server. Out of 
> frustration i bounced
> > the box and when it came back up Apache started as expected 
> (minus ldap of
> > course).
> >
> >
> > --
> > Michael Galvez http://www.people.virginia.edu/~mrg8n
> > Information Technology Specialist University of Virginia
> 
> Hi
> By bounced the box, do  you mean restarted it?
> Thanks
> Eoghan

You might get more informed help by post a detailed report on [EMAIL PROTECTED] 
(you eill need to subscribe to post there) - you might get  a more specialised 
response. There certainly seems to be something odd happening with the latest 
upgrade.

David


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


samba3 compile failure

2007-03-23 Thread Vizion
I am trying to compile samba...

Is the cause something up with my kerberos installation (see errors below)?
If so I do not know how to fix it :-(

If not what and how can I fix it??

Is any more information needed to help identify the cause of the compile 
failure?

Thanks in advance for any help you can give
david
--
Compiling lib/smbldap_util.c
Compiling smbd/server.c
Linking bin/smbd
libsmb/clikrb5.o(.text+0x109c): In function 
`smb_krb5_get_keyinfo_from_ap_req':
: undefined reference to `krb5_decode_ap_req'
libsmb/clikrb5.o(.text+0x1423): In function 
`smb_krb5_principal_compare_any_realm':
: undefined reference to `krb5_principal_compare_any_realm'
libsmb/clikrb5.o(.text+0x1833): In function `smb_krb5_free_error':
: undefined reference to `krb5_free_error_contents'
libads/kerberos_keytab.o(.text+0x1b3): In function `smb_krb5_kt_add_entry':
: undefined reference to `krb5_kt_compare'
/usr/lib/libgssapi.so: undefined reference to `krb5_rd_cred2'
/usr/lib/libgssapi.so: undefined reference to `krb5_crypto_destroy'
/usr/lib/libgssapi.so: undefined reference to `krb5_ret_address'
/usr/lib/libgssapi.so: undefined reference to `krb5_ret_data'
/usr/lib/libgssapi.so: undefined reference to `krb5_ret_keyblock'
/usr/lib/libgssapi.so: undefined reference to `krb5_auth_con_setremotesubkey'
/usr/lib/libgssapi.so: undefined reference to `krb5_data_free'
/usr/lib/libgssapi.so: undefined reference to `krb5_config_get_strings'
/usr/lib/libgssapi.so: undefined reference to `krb5_auth_con_setlocalsubkey'
/usr/lib/libgssapi.so: undefined reference to 
`krb5_auth_con_generatelocalsubkey'
/usr/lib/libgssapi.so: undefined reference to `krb5_sockaddr2address'
/usr/lib/libgssapi.so: undefined reference to `krb5_cc_get_ops'
/usr/lib/libgssapi.so: undefined reference to `krb5_get_default_principal'
/usr/lib/libgssapi.so: undefined reference to `krb5_cc_copy_cache'
/usr/lib/libasn1.so: undefined reference to `init_error_table'
/usr/lib/libgssapi.so: undefined reference to `krb5_auth_con_setkey'
/usr/lib/libgssapi.so: undefined reference to `krb5_get_forwarded_creds'
/usr/lib/libgssapi.so: undefined reference to `krb5_get_err_text'
/usr/lib/libgssapi.so: undefined reference to `krb5_ret_int32'
/usr/lib/libgssapi.so: undefined reference to `krb5_h_addr2sockaddr'
/usr/lib/libgssapi.so: undefined reference to `krb5_build_authenticator'
/usr/lib/libgssapi.so: undefined reference to `krb5_build_ap_req'
/usr/lib/libgssapi.so: undefined reference to `krb5_auth_getremoteseqnumber'
/usr/lib/libgssapi.so: undefined reference to `krb5_data_zero'
/usr/lib/libgssapi.so: undefined reference to `krb5_storage_free'
/usr/lib/libgssapi.so: undefined reference to `krb5_config_free_strings'
/usr/lib/libgssapi.so: undefined reference to `krb5_create_checksum'
/usr/lib/libgssapi.so: undefined reference to `krb5_generate_random_block'
/usr/lib/libgssapi.so: undefined reference to `krb5_crypto_init'
/usr/lib/libgssapi.so: undefined reference to `krb5_enctype_to_keytype'
/usr/lib/libgssapi.so: undefined reference to `krb5_free_creds_contents'
/usr/lib/libgssapi.so: undefined reference to `krb5_storage_from_mem'
/usr/lib/libgssapi.so: undefined reference to `krb5_store_address'
/usr/lib/libgssapi.so: undefined reference to `krb5_decrypt_ivec'
/usr/lib/libasn1.so: undefined reference to `initialize_error_table_r'
/usr/lib/libgssapi.so: undefined reference to `krb5_store_int16'
/usr/lib/libgssapi.so: undefined reference to `krb5_ret_int16'
/usr/lib/libgssapi.so: undefined reference to `krb5_get_error_string'
/usr/lib/libgssapi.so: undefined reference to `krb5_principal_match'
/usr/lib/libgssapi.so: undefined reference to 
`krb5_auth_con_setlocalseqnumber'
/usr/lib/libgssapi.so: undefined reference to `krb5_storage_to_data'
/usr/lib/libgssapi.so: undefined reference to `krb5_store_int32'
/usr/lib/libgssapi.so: undefined reference to `krb5_encrypt_ivec'
/usr/lib/libgssapi.so: undefined reference to `krb5_storage_emem'
/usr/lib/libgssapi.so: undefined reference to `krb5_store_data'
/usr/lib/libgssapi.so: undefined reference to 
`krb5_auth_con_setremoteseqnumber'
/usr/lib/libgssapi.so: undefined reference to `krb5_principal_get_realm'
/usr/lib/libgssapi.so: undefined reference to `krb5_set_error_string'
/usr/lib/libgssapi.so: undefined reference to `krb5_make_principal'
/usr/lib/libgssapi.so: undefined reference to `krb5_store_keyblock'
*** Error code 1

Stop in /usr/ports/net/samba3/work/samba-3.0.24/source.
*** Error code 1

Stop in /usr/ports/net/samba3.
[EMAIL PROTECTED] /usr/ports/net/samba3]#   


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


Re: samba3 compile failure

2007-03-23 Thread Vizion
 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Garrett Cooper
> Sent: Friday, March 23, 2007 7:55 AM
> To: freebsd-questions@freebsd.org
> Subject: Re: samba3 compile failure
> 
> Vizion wrote:
> > I am trying to compile samba...
> > 
> > Is the cause something up with my kerberos installation 
> (see errors below)?
> > If so I do not know how to fix it :-(
> > 
> > If not what and how can I fix it??
> > 
> > Is any more information needed to help identify the cause 
> of the compile failure?
> > 
> > Thanks in advance for any help you can give
> > david
> > --
> > Compiling lib/smbldap_util.c
> > Compiling smbd/server.c
> > Linking bin/smbd
> > libsmb/clikrb5.o(.text+0x109c): In function 
> > `smb_krb5_get_keyinfo_from_ap_req':
> > : undefined reference to `krb5_decode_ap_req'
> > libsmb/clikrb5.o(.text+0x1423): In function 
> > `smb_krb5_principal_compare_any_realm':
> > : undefined reference to `krb5_principal_compare_any_realm'
> > libsmb/clikrb5.o(.text+0x1833): In function `smb_krb5_free_error':
> > : undefined reference to `krb5_free_error_contents'
> > libads/kerberos_keytab.o(.text+0x1b3): In function 
> `smb_krb5_kt_add_entry':
> > : undefined reference to `krb5_kt_compare'
> > /usr/lib/libgssapi.so: undefined reference to `krb5_rd_cred2'
> > /usr/lib/libgssapi.so: undefined reference to `krb5_crypto_destroy'
> > /usr/lib/libgssapi.so: undefined reference to `krb5_ret_address'
> > /usr/lib/libgssapi.so: undefined reference to `krb5_ret_data'
> > /usr/lib/libgssapi.so: undefined reference to `krb5_ret_keyblock'
> > /usr/lib/libgssapi.so: undefined reference to 
> `krb5_auth_con_setremotesubkey'
> > /usr/lib/libgssapi.so: undefined reference to `krb5_data_free'
> > /usr/lib/libgssapi.so: undefined reference to 
> `krb5_config_get_strings'
> > /usr/lib/libgssapi.so: undefined reference to 
> `krb5_auth_con_setlocalsubkey'
> > /usr/lib/libgssapi.so: undefined reference to 
> > `krb5_auth_con_generatelocalsubkey'
> > /usr/lib/libgssapi.so: undefined reference to 
> `krb5_sockaddr2address'
> > /usr/lib/libgssapi.so: undefined reference to `krb5_cc_get_ops'
> > /usr/lib/libgssapi.so: undefined reference to 
> `krb5_get_default_principal'
> > /usr/lib/libgssapi.so: undefined reference to `krb5_cc_copy_cache'
> > /usr/lib/libasn1.so: undefined reference to `init_error_table'
> > /usr/lib/libgssapi.so: undefined reference to `krb5_auth_con_setkey'
> > /usr/lib/libgssapi.so: undefined reference to 
> `krb5_get_forwarded_creds'
> > /usr/lib/libgssapi.so: undefined reference to `krb5_get_err_text'
> > /usr/lib/libgssapi.so: undefined reference to `krb5_ret_int32'
> > /usr/lib/libgssapi.so: undefined reference to `krb5_h_addr2sockaddr'
> > /usr/lib/libgssapi.so: undefined reference to 
> `krb5_build_authenticator'
> > /usr/lib/libgssapi.so: undefined reference to `krb5_build_ap_req'
> > /usr/lib/libgssapi.so: undefined reference to 
> `krb5_auth_getremoteseqnumber'
> > /usr/lib/libgssapi.so: undefined reference to `krb5_data_zero'
> > /usr/lib/libgssapi.so: undefined reference to `krb5_storage_free'
> > /usr/lib/libgssapi.so: undefined reference to 
> `krb5_config_free_strings'
> > /usr/lib/libgssapi.so: undefined reference to `krb5_create_checksum'
> > /usr/lib/libgssapi.so: undefined reference to 
> `krb5_generate_random_block'
> > /usr/lib/libgssapi.so: undefined reference to `krb5_crypto_init'
> > /usr/lib/libgssapi.so: undefined reference to 
> `krb5_enctype_to_keytype'
> > /usr/lib/libgssapi.so: undefined reference to 
> `krb5_free_creds_contents'
> > /usr/lib/libgssapi.so: undefined reference to 
> `krb5_storage_from_mem'
> > /usr/lib/libgssapi.so: undefined reference to `krb5_store_address'
> > /usr/lib/libgssapi.so: undefined reference to `krb5_decrypt_ivec'
> > /usr/lib/libasn1.so: undefined reference to 
> `initialize_error_table_r'
> > /usr/lib/libgssapi.so: undefined reference to `krb5_store_int16'
> > /usr/lib/libgssapi.so: undefined reference to `krb5_ret_int16'
> > /usr/lib/libgssapi.so: undefined reference to 
> `krb5_get_error_string'
> > /usr/lib/libgssapi.so: undefined reference to `krb5_principal_match'
> > /usr/lib/libgssapi.so: undefined reference to 
> > `krb5_auth_con_setloc

Re: samba3 compile failure

2007-03-23 Thread Vizion
 

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Vizion
> Sent: Friday, March 23, 2007 10:31 AM
> To: freebsd-questions@freebsd.org
> Subject: Re: samba3 compile failure
> 
>  
> 
> > -Original Message-
> > From: [EMAIL PROTECTED] 
> > [mailto:[EMAIL PROTECTED] On Behalf Of 
> > Garrett Cooper
> > Sent: Friday, March 23, 2007 7:55 AM
> > To: freebsd-questions@freebsd.org
> > Subject: Re: samba3 compile failure
> > 
> > Vizion wrote:
> > > I am trying to compile samba...
> > > 
> > > Is the cause something up with my kerberos installation 
> > (see errors below)?
> > > If so I do not know how to fix it :-(
> > > 
> > > If not what and how can I fix it??
> > > 
> > > Is any more information needed to help identify the cause 
> > of the compile failure?
> > > 
> > > Thanks in advance for any help you can give
> > > david
> > > --
> > > Compiling lib/smbldap_util.c
> > > Compiling smbd/server.c
> > > Linking bin/smbd
> > > libsmb/clikrb5.o(.text+0x109c): In function 
> > > `smb_krb5_get_keyinfo_from_ap_req':
> > > : undefined reference to `krb5_decode_ap_req'
> > > libsmb/clikrb5.o(.text+0x1423): In function 
> > > `smb_krb5_principal_compare_any_realm':
> > > : undefined reference to `krb5_principal_compare_any_realm'
> > > libsmb/clikrb5.o(.text+0x1833): In function `smb_krb5_free_error':
> > > : undefined reference to `krb5_free_error_contents'
> > > libads/kerberos_keytab.o(.text+0x1b3): In function 
> > `smb_krb5_kt_add_entry':
> > > : undefined reference to `krb5_kt_compare'
> > > /usr/lib/libgssapi.so: undefined reference to `krb5_rd_cred2'
> > > /usr/lib/libgssapi.so: undefined reference to 
> `krb5_crypto_destroy'
> > > /usr/lib/libgssapi.so: undefined reference to `krb5_ret_address'
> > > /usr/lib/libgssapi.so: undefined reference to `krb5_ret_data'
> > > /usr/lib/libgssapi.so: undefined reference to `krb5_ret_keyblock'
> > > /usr/lib/libgssapi.so: undefined reference to 
> > `krb5_auth_con_setremotesubkey'
> > > /usr/lib/libgssapi.so: undefined reference to `krb5_data_free'
> > > /usr/lib/libgssapi.so: undefined reference to 
> > `krb5_config_get_strings'
> > > /usr/lib/libgssapi.so: undefined reference to 
> > `krb5_auth_con_setlocalsubkey'
> > > /usr/lib/libgssapi.so: undefined reference to 
> > > `krb5_auth_con_generatelocalsubkey'
> > > /usr/lib/libgssapi.so: undefined reference to 
> > `krb5_sockaddr2address'
> > > /usr/lib/libgssapi.so: undefined reference to `krb5_cc_get_ops'
> > > /usr/lib/libgssapi.so: undefined reference to 
> > `krb5_get_default_principal'
> > > /usr/lib/libgssapi.so: undefined reference to `krb5_cc_copy_cache'
> > > /usr/lib/libasn1.so: undefined reference to `init_error_table'
> > > /usr/lib/libgssapi.so: undefined reference to 
> `krb5_auth_con_setkey'
> > > /usr/lib/libgssapi.so: undefined reference to 
> > `krb5_get_forwarded_creds'
> > > /usr/lib/libgssapi.so: undefined reference to `krb5_get_err_text'
> > > /usr/lib/libgssapi.so: undefined reference to `krb5_ret_int32'
> > > /usr/lib/libgssapi.so: undefined reference to 
> `krb5_h_addr2sockaddr'
> > > /usr/lib/libgssapi.so: undefined reference to 
> > `krb5_build_authenticator'
> > > /usr/lib/libgssapi.so: undefined reference to `krb5_build_ap_req'
> > > /usr/lib/libgssapi.so: undefined reference to 
> > `krb5_auth_getremoteseqnumber'
> > > /usr/lib/libgssapi.so: undefined reference to `krb5_data_zero'
> > > /usr/lib/libgssapi.so: undefined reference to `krb5_storage_free'
> > > /usr/lib/libgssapi.so: undefined reference to 
> > `krb5_config_free_strings'
> > > /usr/lib/libgssapi.so: undefined reference to 
> `krb5_create_checksum'
> > > /usr/lib/libgssapi.so: undefined reference to 
> > `krb5_generate_random_block'
> > > /usr/lib/libgssapi.so: undefined reference to `krb5_crypto_init'
> > > /usr/lib/libgssapi.so: undefined reference to 
> > `krb5_enctype_to_keytype'
> > > /usr/lib/libgssapi.so: undefined reference to 
> > `krb5_free_creds_contents'
> > > /usr/lib/libgssapi.so: undefined reference to 
> > `krb5_sto

Qlogic QLA2200G & Freebsd 6.1

2006-12-13 Thread Vizion
I have tried to install the above card on an existing 
FreeBSD 6.1-RELEASE #0 system which refused to boot with the card installed. 
The processor is AMD Athlon and the motherboard is a Gigabyte  GA-K8NS1GMF-9

Can anyone point me to resources that van help or tell me how to go about 
installing this card? 

I tried the usual places and could not find anything beyond the fact that their 
is meant to be support for this Fibre Channel card.

Thanks

david

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


QLA2200G Installation

2006-12-21 Thread Vizion
Hi

I would like to hear from someone who has successfully installed this card on 
freebsd.

I have looked in the usual places for info. I have so far been unable to get 
freebsd to boot when this card is installed.

Thanks

David

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


portupgrade -a useful option??

2006-12-28 Thread Vizion
Gi

I just wondered whether using portupgrade -a there might be any way to have an 
initial interactive dialogue to set all option for all ports to be upgraded 
during the run so as to facilitate an attendance free upgrade procedure. 

Maybe there is already some way to do this - if so perhaps someone could 
enlighten me.

Thanks

david

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


(no subject)

2006-12-28 Thread Vizion
>On Thursday 28 December 2006 09:48, Vizion wrote:
>> Gi
>>
>> I just wondered whether using portupgrade -a there might be any way to have
>> an initial interactive dialogue to set all option for all ports to be
>> upgraded during the run so as to facilitate an attendance free upgrade
>> procedure.
>>
>> Maybe there is already some way to do this - if so perhaps someone could
>> enlighten me.
>>
>> Thanks
>>
>> david

>Run it in "batch" mode. From man portupgrade(1):

>Run an upgrading process in a batch mode (with
BATCH=yes).

>Cheers,

>Beech

Missed it.. I thought there must be a way but I didnt see it!!!

Duh
Thank you

david


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


Re: where to get the iso c90 compiler?

2006-12-28 Thread Vizion
[EMAIL PROTECTED] wrote:
>> [Fistly, people wrote code in pure binary language. Then assembly were 
>> invented and later they wrote higher level languages in assembly.]
> 
>  > With whatever C compiler the gcc developer had at that time.
> 
>  > It probably wasn't.  The first ever compiler was most likely written
>  > in assembler.  Later on the first compiler for a new language has
>  > usually been written in some other language.
> 
> Yeah I knew that. Anyone know a good book on assembly language?

http://asm.sourceforge.net/ is a good site. I've used it a great deal in 
the past. It has references to various Linux's and FreeBSD.

> The evolution of programming. Can someone give me a link?
I may be one of the missing links 

I remember writing programs during the late 50's in binary on a form with four 
columns. 

Column 1 was to describe the purpose of the step. Column 2 contained the binary 
code for the step. Column 3 used my own shorthand to illustrate the meaning of 
the binary code in human language and column 4 described what happened to the 
contents of the registers.
___
In the early sixties I wrote a small program that translated data rather like 
the contents of column 3 into contents equivalent to column 2. meant I did not 
have to remember the binary numbers but only use a consistent set of 
abreviations. Saved me a hell of a lot of time I can tell you!!! I still had to 
write the descriptions.. and get the whole lot punched into 80 column cards 
begore it was of any practical use.

David_

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


Kerberos/Heimdal/samba-libsmbclient

2006-12-29 Thread Vizion
I have a conflict regarding samba-libsmbclient-3.0.23d which is no doubt due to 
making inappropriate option choices while upgrading ports.

I now get:

Stale dependency: samba-libsmbclient-3.0.23d --> heimal -0.7.2_2 - manually run 
'pkgdb -F' to fix 

Attempting to fix selecting install stale dependency yes fails with message

heimdal -0.7.2_2 conflicts with installed package kbr5-1.5.1_1

It seems that I have a conflict with kerberos and heimdal.

Can anyone tell me how to trace the problem and deal with it?

Thanks

David
#

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


Re: Kerberos/Heimdal/samba-libsmbclient

2006-12-29 Thread Vizion


> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Vizion
> Sent: Friday, December 29, 2006 7:56 AM
> To: freebsd-questions@freebsd.org
> Subject: Kerberos/Heimdal/samba-libsmbclient
> 
> 
> I have a conflict regarding samba-libsmbclient-3.0.23d which 
> is no doubt due to making inappropriate option choices while 
> upgrading ports.
> 
> I now get:
> 
> Stale dependency: samba-libsmbclient-3.0.23d --> heimal 
> -0.7.2_2 - manually run 'pkgdb -F' to fix 
> 
> Attempting to fix selecting install stale dependency yes 
> fails with message
> 
> heimdal -0.7.2_2 conflicts with installed package kbr5-1.5.1_1
> 
> It seems that I have a conflict with kerberos and heimdal.
> 
> Can anyone tell me how to trace the problem and deal with it?
> 
> Thanks
> 
> David
> #
> 

Futher information:
After trying pkgdb -aF the dependency error is changed to kdebase-3.5.3.4 
->samba-libsmbclient-3.0.23d.

david


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


kdebase compile failure

2006-12-29 Thread Vizion


here is the output:

gmake[3]: Leaving directory 
`/usr/ports/x11/kdebase3/work/kdebase-3.5.5/kdesu/kdesud'
gmake[3]: Entering directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.5/kdesu'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.5/kdesu'
gmake[2]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.5/kdesu'
Making all in kdialog
gmake[2]: Entering directory 
`/usr/ports/x11/kdebase3/work/kdebase-3.5.5/kdialog'
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include  
-I/usr/local/include  -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT   
-I/usr/local/include -I/usr/local/include  -I/usr/X11R6/include -D_GETOPT_H 
-D_THREAD_SAFE   -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG 
-DNO_DEBUG -O2 -O2 -fno-strict-aliasing -pipe -Wno-non-virtual-dtor 
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE 
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE 
-DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST -MT kdialog.o -MD -MP -MF 
".deps/kdialog.Tpo" -c -o kdialog.o kdialog.cpp; \
then mv -f ".deps/kdialog.Tpo" ".deps/kdialog.Po"; else rm -f 
".deps/kdialog.Tpo"; exit 1; fi
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include  
-I/usr/local/include  -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT   
-I/usr/local/include -I/usr/local/include  -I/usr/X11R6/include -D_GETOPT_H 
-D_THREAD_SAFE   -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG 
-DNO_DEBUG -O2 -O2 -fno-strict-aliasing -pipe -Wno-non-virtual-dtor 
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE 
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE 
-DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST -MT widgets.o -MD -MP -MF 
".deps/widgets.Tpo" -c -o widgets.o widgets.cpp; \
then mv -f ".deps/widgets.Tpo" ".deps/widgets.Po"; else rm -f 
".deps/widgets.Tpo"; exit 1; fi
/usr/X11R6/bin/moc ./klistboxdialog.h -o klistboxdialog.moc
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include  
-I/usr/local/include  -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT   
-I/usr/local/include -I/usr/local/include  -I/usr/X11R6/include -D_GETOPT_H 
-D_THREAD_SAFE   -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG 
-DNO_DEBUG -O2 -O2 -fno-strict-aliasing -pipe -Wno-non-virtual-dtor 
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE 
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE 
-DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST -MT klistboxdialog.o -MD -MP -MF 
".deps/klistboxdialog.Tpo" -c -o klistboxdialog.o klistboxdialog.cpp; \
then mv -f ".deps/klistboxdialog.Tpo" ".deps/klistboxdialog.Po"; else 
rm -f ".deps/klistboxdialog.Tpo"; exit 1; fi
/usr/X11R6/bin/moc ./progressdialog.h -o progressdialog.moc
if c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include  
-I/usr/local/include  -D_THREAD_SAFE -pthread -DQT_THREAD_SUPPORT   
-I/usr/local/include -I/usr/local/include  -I/usr/X11R6/include -D_GETOPT_H 
-D_THREAD_SAFE   -Wno-long-long -Wundef -Wall -W -Wpointer-arith -DNDEBUG 
-DNO_DEBUG -O2 -O2 -fno-strict-aliasing -pipe -Wno-non-virtual-dtor 
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE 
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -D_GNU_SOURCE 
-DQT_NO_CAST_ASCII -DQT_NO_ASCII_CAST -MT progressdialog.o -MD -MP -MF 
".deps/progressdialog.Tpo" -c -o progressdialog.o progressdialog.cpp; \
then mv -f ".deps/progressdialog.Tpo" ".deps/progressdialog.Po"; else 
rm -f ".deps/progressdialog.Tpo"; exit 1; fi
progressdialog.cpp: In member function `virtual void 
ProgressDialog::ignoreCancel()':
progressdialog.cpp:90: error: `ignoreCancel' is not a member of 
`KProgressDialog'
gmake[2]: *** [progressdialog.o] Error 1
gmake[2]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.5/kdialog'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/x11/kdebase3/work/kdebase-3.5.5'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/x11/kdebase3.

**

Any suggestions??

David


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


Re: kdebase compile failure

2006-12-30 Thread Vizion



> -Original Message-
> From: Tilman Linneweh [mailto:[EMAIL PROTECTED] 
> Sent: Friday, December 29, 2006 11:56 PM
> To: Vizion
> Cc: Tilman Linneweh; freebsd-questions@FreeBSD.org
> Subject: Re: kdebase compile failure
> 
> 
> 
> On Dec 29, 2006, at 11:34 PM, Vizion wrote:
> >
> > progressdialog.cpp: In member function `virtual void  
> > ProgressDialog::ignoreCancel()':
> > progressdialog.cpp:90: error: `ignoreCancel' is not a member of  
> > `KProgressDialog'
> 
> You have an old kdelibs version installed. You have to upgrade  
> kdelibs to 3.5.5 first before installing kdebase
> 
> HTH
> 

Thanks very much tried that but got into a further probem with kdelibs3...

dns1# pwd
/usr/ports/x11/kdelibs3
dns1# make install clean
===>  Building for kdelibs-3.5.5
gmake  all-recursive
gmake[1]: Entering directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5'
Making all in dcop
gmake[2]: Entering directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop'
gmake  all-recursive
gmake[3]: Entering directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop'
Making all in KDE-ICE
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/KDE-ICE'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/KDE-ICE'
Making all in .
gmake[4]: Entering directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop'
gmake[4]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop'
Making all in dcopidl
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidl'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidl'
Making all in dcopidlng
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidlng'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidlng'
Making all in dcopidl2cpp
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidl2cpp'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidl2cpp'
Making all in client
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/client'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/client'
Making all in tests
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/tests'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/tests'
gmake[3]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop'
gmake[2]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop'
Making all in libltdl
gmake[2]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/libltdl'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/libltdl'
Making all in kdefx
gmake[2]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdefx'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdefx'
Making all in kdecore
gmake[2]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore'
gmake  all-recursive
gmake[3]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore'
Making all in malloc
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/malloc'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/malloc'
Making all in network
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/network'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/network'
Making all in svgicons
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/svgicons'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/svgicons'
Making all in .
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore'
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore'
Making all in kconfig_compiler
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/kconfig_compiler'
Making all in example
gmake[5]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/kconfig_compiler/example'
gmak

Re: kdebase compile failure -compunded!

2006-12-30 Thread Vizion



> -Original Message-
> From: Tilman Linneweh [mailto:[EMAIL PROTECTED] 
> Sent: Friday, December 29, 2006 11:56 PM
> To: Vizion
> Cc: Tilman Linneweh; freebsd-questions@FreeBSD.org
> Subject: Re: kdebase compile failure
> 
> 
> 
> On Dec 29, 2006, at 11:34 PM, Vizion wrote:
> >
> > progressdialog.cpp: In member function `virtual void  
> > ProgressDialog::ignoreCancel()':
> > progressdialog.cpp:90: error: `ignoreCancel' is not a member of  
> > `KProgressDialog'
> 
> You have an old kdelibs version installed. You have to upgrade  
> kdelibs to 3.5.5 first before installing kdebase
> 
> HTH
> 

Thanks very much tried that but got into a further probem with kdelibs3...

dns1# pwd
/usr/ports/x11/kdelibs3
dns1# make install clean
===>  Building for kdelibs-3.5.5
gmake  all-recursive
gmake[1]: Entering directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5'
Making all in dcop
gmake[2]: Entering directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop'
gmake  all-recursive
gmake[3]: Entering directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop'
Making all in KDE-ICE
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/KDE-ICE'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/KDE-ICE'
Making all in .
gmake[4]: Entering directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop'
gmake[4]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop'
Making all in dcopidl
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidl'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidl'
Making all in dcopidlng
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidlng'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidlng'
Making all in dcopidl2cpp
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidl2cpp'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidl2cpp'
Making all in client
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/client'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/client'
Making all in tests
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/tests'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/tests'
gmake[3]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop'
gmake[2]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop'
Making all in libltdl
gmake[2]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/libltdl'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/libltdl'
Making all in kdefx
gmake[2]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdefx'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdefx'
Making all in kdecore
gmake[2]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore'
gmake  all-recursive
gmake[3]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore'
Making all in malloc
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/malloc'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/malloc'
Making all in network
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/network'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/network'
Making all in svgicons
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/svgicons'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/svgicons'
Making all in .
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore'
gmake[4]: Leaving directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore'
Making all in kconfig_compiler
gmake[4]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/kconfig_compiler'
Making all in example
gmake[5]: Entering directory 
`/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore/kconfig_compiler/example'
gmak

Re: kdebase compile failure -compunded!

2006-12-30 Thread Vizion


> -Original Message-
> From: Beni [mailto:[EMAIL PROTECTED] 
> Sent: Saturday, December 30, 2006 8:57 AM
> To: freebsd-questions@freebsd.org
> Cc: [EMAIL PROTECTED]
> Subject: Re: kdebase compile failure -compunded!
> 
> 
> On Saturday 30 December 2006 17:01, Vizion wrote:
> > > -Original Message-
> > > From: Tilman Linneweh [mailto:[EMAIL PROTECTED]
> > > Sent: Friday, December 29, 2006 11:56 PM
> > > To: Vizion
> > > Cc: Tilman Linneweh; freebsd-questions@FreeBSD.org
> > > Subject: Re: kdebase compile failure
> > >
> > > On Dec 29, 2006, at 11:34 PM, Vizion wrote:
> > > > progressdialog.cpp: In member function `virtual void
> > > > ProgressDialog::ignoreCancel()':
> > > > progressdialog.cpp:90: error: `ignoreCancel' is not a member of
> > > > `KProgressDialog'
> > >
> > > You have an old kdelibs version installed. You have to upgrade
> > > kdelibs to 3.5.5 first before installing kdebase
> > >
> > > HTH
> >
> > Thanks very much tried that but got into a further probem 
> with kdelibs3...
> > 
> > dns1# pwd
> > /usr/ports/x11/kdelibs3
> > dns1# make install clean
> > ===>  Building for kdelibs-3.5.5
> > gmake  all-recursive
> > gmake[1]: Entering directory 
> `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5'
> > Making all in dcop
> > gmake[2]: Entering directory
> > `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop' gmake  
> all-recursive
> > gmake[3]: Entering directory
> > `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop' Making 
> all in KDE-ICE
> > gmake[4]: Entering directory
> > `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/KDE-ICE'
> > gmake[4]: Nothing to be done for `all'.
> > gmake[4]: Leaving directory
> > `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/KDE-ICE'
> > Making all in .
> > gmake[4]: Entering directory
> > `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop' gmake[4]: Leaving
> > directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop' 
> Making all in
> > dcopidl
> > gmake[4]: Entering directory
> > `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidl'
> > gmake[4]: Nothing to be done for `all'.
> > gmake[4]: Leaving directory
> > `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidl'
> > Making all in dcopidlng
> > gmake[4]: Entering directory
> > `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidlng'
> > gmake[4]: Nothing to be done for `all'.
> > gmake[4]: Leaving directory
> > `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidlng'
> > Making all in dcopidl2cpp
> > gmake[4]: Entering directory
> > `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidl2cpp'
> > gmake[4]: Nothing to be done for `all'.
> > gmake[4]: Leaving directory
> > `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/dcopidl2cpp'
> > Making all in client
> > gmake[4]: Entering directory
> > `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/client'
> > gmake[4]: Nothing to be done for `all'.
> > gmake[4]: Leaving directory
> > `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/client'
> > Making all in tests
> > gmake[4]: Entering directory
> > `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/tests'
> > gmake[4]: Nothing to be done for `all'.
> > gmake[4]: Leaving directory
> > `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop/tests'
> > gmake[3]: Leaving directory
> > `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop' gmake[2]: Leaving
> > directory `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/dcop' 
> Making all in
> > libltdl
> > gmake[2]: Entering directory
> > `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/libltdl'
> > gmake[2]: Nothing to be done for `all'.
> > gmake[2]: Leaving directory
> > `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/libltdl'
> > Making all in kdefx
> > gmake[2]: Entering directory
> > `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdefx'
> > gmake[2]: Nothing to be done for `all'.
> > gmake[2]: Leaving directory
> > `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdefx' Making 
> all in kdecore
> > gmake[2]: Entering directory
> > `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore'
> > gmake  all-recursive
> > gmake[3]: Entering directory
> > `/usr/ports/x11/kdelibs3/work/kdelibs-3.5.5/kdecore'
> > Making all in malloc
> > gmake[

Console messages -- turning off specific - possible?

2006-12-30 Thread Vizion
Hi

I am working on a problem. The console error message about the problem is 
repeated multiple times to the console. How do I turn off  console messages 
generated in response to a specific  error?

Thanks

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


Dealing with a stale dependency

2006-12-30 Thread Vizion
# pkdb -F

Stale dependency samba-libsmbclient-3.0.23d -> heimdal-0.7.2_2 
(security/heimdal)
Install stall dependency? ([y]es/[n]o/[a]ll) [yes]

If I select yes to install then install fails because it clashes:
heimdal -0.7.2_2 conflicts with installed package kbr5-1.5.1_1

However selecting no
---
New dependency? (? to help): ?
Display all 283 possibilities? (y or n)

When I get them all I still have no idea what to do 

And until I resolve it I cannot use portupgrade -a  because it insists I 
resolve this one... OK I am frustrated as well as ignorant 

David

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


Re: Dealing with a stale dependency

2006-12-30 Thread Vizion
> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Beech Rintoul
> Sent: Saturday, December 30, 2006 10:38 AM
> To: freebsd-questions@freebsd.org
> Cc: Vizion
> Subject: Re: Dealing with a stale dependency
> 
> 
> On Saturday 30 December 2006 09:29, Vizion wrote:
> > # pkdb -F
> >
> > Stale dependency samba-libsmbclient-3.0.23d -> heimdal-0.7.2_2
> > (security/heimdal) Install stall dependency? 
> ([y]es/[n]o/[a]ll) [yes]
> > 
> > If I select yes to install then install fails because it clashes:
> > heimdal -0.7.2_2 conflicts with installed package kbr5-1.5.1_1
> >
> > However selecting no
> > ---
> > New dependency? (? to help): ?
> > Display all 283 possibilities? (y or n)
> >
> > When I get them all I still have no idea what to do 
> >
> > And until I resolve it I cannot use portupgrade -a  because 
> it insists I
> > resolve this one... OK I am frustrated as well as ignorant 
> 
> At the "New dependency? (? to help): ?" hit ^D (ctrl D) then rebuild 
> samba-libsmbclient-3.0.23d.


Thanks Beech 

I do not understand how to reach such a conclusion but yr help is most 
appreciated. I tried something which seemed to satisgy pkgdb but will no doubt 
have negative repercussions later -- I chose krb5-1.5.1_1 as the new dependency 
-- and had a a report Fixws!  No doubt it was the wrongchoice but I now have 
portupgrade working.. unless I hear anything from you to the contrary when this 
run  is done I will follow your instructions and trust it all works out in the 
end..


ps where in alaska are you? I spend quite a few years in the South East


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


(no subject)

2006-12-30 Thread Vizion


> -Original Message-
> From: Herbert J. Skuhra [mailto:[EMAIL PROTECTED] 
> Sent: Saturday, December 30, 2006 11:04 AM
> To: Vizion
> Subject: Re: kdebase compile failure -compunded!
> 
> 
> On Sat, 30 Dec 2006 9:56:26 -0800
> Vizion <[EMAIL PROTECTED]> wrote:
> 
> > Thanks again..
> > 
> > I am trying to compile again right now but admit to being 
> puzzled about the two 
> > versions of icu -- should I have icu or icu2 or both installed???
> > 
> > It seems that portupgrade possibly deleted icu2 in favor of 
> the latest version of 
> > icu but right now I am a bit uncertain.. Right now I am 
> recompiling kdelibs3 
> > -- I will post the results.
> > 
> > meanwhile Beni --thanks for your encouragement 
> > 
> > David
> 
> This should answer your question:
> 
> % grep icu /usr/ports/devel/glib20/Makefile 
> LIB_DEPENDS+=   icui18n:${PORTSDIR}/devel/icu
> 
> This is only required when devel/glib20 was compiled with
> '-DWITH_COLLATION_FIX'.
> 
> - Herbert
> 

Thank you so much.. yep mine was compiled WITH_COLLATION_FIX so that explains 
it  -- .I will change my config...I so not really need it


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


Re: Is there reference manual for sh?

2006-12-30 Thread Vizion


> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
> Sent: Saturday, December 30, 2006 10:22 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Is there reference manual for sh?
> 
> 
> On Sat, Dec 30, 2006 at 10:16:20AM -0500, Robert Huff wrote:
> > 
> > [EMAIL PROTECTED] writes:
> > 
> > >  I need a reference manual or specification for sh.
> > >  Where can I find it?
> > 
> > In you mean within FreeBSD, try:
> > 
> > man sh
> > 
> > or
> > 
> > man builtin,
> > 
> > As a user, the O'Reilly _UNIX in a Nutshell_ I bought many
> > years ago was a very wise investment.
> > If you want to hack the code ... the start with the code.  And
> > good luck.
> > 
> > 
> > Robert Huff
> 
> I need any online complete manual on sh, not a brief as it is man sh.
> The last one doesn't describe many features both interactive 
> (command line 
> editing, using history interactively, and many others) 
> and scripting (for example, conditional expressions).
> 
I would really recomend then  O'reilly "Learning the Bash Shell".. esentially 
bash is backward compatible with sg (Bourne shell) and there is not really an 
online resource that I ever found to be as useful as this book

My 2 cents worth

david

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


ghostscript - port - titles

2006-12-31 Thread Vizion
I am curious about the retitling of current versions of ghostscript released 
under gnu public license.

In /print/ghostscript version 8.15.x is ghostscript-gpl whereas version 7.07x 
is ghostscript-gnu.

Am I missing something here?

Does portupgrade handle the upgrade or do we need to deinstall 7.07x to install 
8.x?

david


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


mozilla - bind conflict _

2007-01-01 Thread Vizion
Hi

I am having problems upgrading mozilla-1.7.13,2 ro mozilla-1.7.13_1,2 
(www/mozilla)

Build fails
mozilla-1.7..13_1,2: bind installed with PORT_REPLACES_BASE_BIND causes 
problems.

I first recompiled bind9 without this option but got the same failure. 

Then I deinstalled bind9 entirely and retried the portupgrade after portsclean 
-C only to get the same failure.

Suggestions please

Thanks
david

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


Re: mozilla - bind conflict _

2007-01-01 Thread Vizion

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Beech Rintoul
> Sent: Monday, January 01, 2007 7:08 AM
> To: freebsd-questions@freebsd.org
> Cc: Vizion
> Subject: Re: mozilla - bind conflict _
> 
> 
> On Monday 01 January 2007 03:00, Vizion wrote:
> > Hi
> >
> > I am having problems upgrading mozilla-1.7.13,2 ro 
> mozilla-1.7.13_1,2
> > (www/mozilla)
> >
> > Build fails
> > mozilla-1.7..13_1,2: bind installed with 
> PORT_REPLACES_BASE_BIND causes
> > problems.
> >
> > I first recompiled bind9 without this option but got the 
> same failure.
> >
> > Then I deinstalled bind9 entirely and retried the portupgrade after
> > portsclean -C only to get the same failure.
> >
> > Suggestions please
> >
> > Thanks
> > david
> 
> If you have a bind line in your /etc/make.config 
> (PORT_REPLACES_BASE_BIND9) 
> remove it. Alternately, you can do a "make -k" to override 
> the error, but if 
> you do that keep a close eye on your build to make sure you 
> don't have an 
> error somewhere else that gets ignored.
> 
> Beech

Thanks -- I should have mentioned that I had checked make.config as I had the 
same idea..I am now wondering where the &*^% the system is getting the idea 
that PORT_REPLACES_BASE_BIND is valid for bind... puzzled ignorance reins 
supreme here.

David 

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


Re: mozilla - bind conflict _

2007-01-01 Thread Vizion


> -Original Message-
> From: Beech Rintoul [mailto:[EMAIL PROTECTED] 
> Sent: Monday, January 01, 2007 8:49 AM
> To: Vizion
> Cc: freebsd-questions@freebsd.org
> Subject: Re: mozilla - bind conflict _
> 
> 
> On Monday 01 January 2007 07:39, Vizion wrote:
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED] On Behalf Of
> > > Beech Rintoul
> > > Sent: Monday, January 01, 2007 7:08 AM
> > > To: freebsd-questions@freebsd.org
> > > Cc: Vizion
> > > Subject: Re: mozilla - bind conflict _
> > >
> > > On Monday 01 January 2007 03:00, Vizion wrote:
> > > > Hi
> > > >
> > > > I am having problems upgrading mozilla-1.7.13,2 ro
> > >
> > > mozilla-1.7.13_1,2
> > >
> > > > (www/mozilla)
> > > >
> > > > Build fails
> > > > mozilla-1.7..13_1,2: bind installed with
> > >
> > > PORT_REPLACES_BASE_BIND causes
> > >
> > > > problems.
> > > >
> > > > I first recompiled bind9 without this option but got the
> > >
> > > same failure.
> > >
> > > > Then I deinstalled bind9 entirely and retried the 
> portupgrade after
> > > > portsclean -C only to get the same failure.
> > > >
> > > > Suggestions please
> > > >
> > > > Thanks
> > > > david
> > >
> > > If you have a bind line in your /etc/make.config
> > > (PORT_REPLACES_BASE_BIND9)
> > > remove it. Alternately, you can do a "make -k" to override
> > > the error, but if
> > > you do that keep a close eye on your build to make sure you
> > > don't have an
> > > error somewhere else that gets ignored.
> > >
> > > Beech
> >
> > Thanks -- I should have mentioned that I had checked 
> make.config as I had
> > the same idea..I am now wondering where the &*^% the system 
> is getting the
> > idea that PORT_REPLACES_BASE_BIND is valid for bind... 
> puzzled ignorance
> > reins supreme here.
> 
> CD to the bind9 directory and do a "make config." That is 
> also an option that 
> you need to uncheck. I had the same problem with several 
> ports and finally 
> went back to the dist version.
> 
> Beech

Thanks for sticking with me on this - but, assuming you mean 
/usr/ports/dns/bind9 I tried that one too.. ensuring the line
REPLACE_BASE was unchecked and did the same for all other bind versions in 
ports/dns. 

I have now tried a system shutdown in case the PORT_REPLACES_BASE_BIND option 
is stored dynamically but to no avail. I still get the error message:
mozilla-1.7..13_1,2: bind installed with PORT_REPLACES_BASE_BIND causes 
problems.

This is becoming a witch hunt to locate the broomstick!! 

David


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


Re: mozilla - bind conflict _

2007-01-01 Thread Vizion


> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Vizion
> Sent: Monday, January 01, 2007 9:08 AM
> To: freebsd-questions@freebsd.org
> Cc: [EMAIL PROTECTED]
> Subject: Re: mozilla - bind conflict _
> 
> 
> 
> 
> > -Original Message-
> > From: Beech Rintoul [mailto:[EMAIL PROTECTED] 
> > Sent: Monday, January 01, 2007 8:49 AM
> > To: Vizion
> > Cc: freebsd-questions@freebsd.org
> > Subject: Re: mozilla - bind conflict _
> > 
> > 
> > On Monday 01 January 2007 07:39, Vizion wrote:
> > > > -Original Message-
> > > > From: [EMAIL PROTECTED]
> > > > [mailto:[EMAIL PROTECTED] On Behalf Of
> > > > Beech Rintoul
> > > > Sent: Monday, January 01, 2007 7:08 AM
> > > > To: freebsd-questions@freebsd.org
> > > > Cc: Vizion
> > > > Subject: Re: mozilla - bind conflict _
> > > >
> > > > On Monday 01 January 2007 03:00, Vizion wrote:
> > > > > Hi
> > > > >
> > > > > I am having problems upgrading mozilla-1.7.13,2 ro
> > > >
> > > > mozilla-1.7.13_1,2
> > > >
> > > > > (www/mozilla)
> > > > >
> > > > > Build fails
> > > > > mozilla-1.7..13_1,2: bind installed with
> > > >
> > > > PORT_REPLACES_BASE_BIND causes
> > > >
> > > > > problems.
> > > > >
> > > > > I first recompiled bind9 without this option but got the
> > > >
> > > > same failure.
> > > >
> > > > > Then I deinstalled bind9 entirely and retried the 
> > portupgrade after
> > > > > portsclean -C only to get the same failure.
> > > > >
> > > > > Suggestions please
> > > > >
> > > > > Thanks
> > > > > david
> > > >
> > > > If you have a bind line in your /etc/make.config
> > > > (PORT_REPLACES_BASE_BIND9)
> > > > remove it. Alternately, you can do a "make -k" to override
> > > > the error, but if
> > > > you do that keep a close eye on your build to make sure you
> > > > don't have an
> > > > error somewhere else that gets ignored.
> > > >
> > > > Beech
> > >
> > > Thanks -- I should have mentioned that I had checked 
> > make.config as I had
> > > the same idea..I am now wondering where the &*^% the system 
> > is getting the
> > > idea that PORT_REPLACES_BASE_BIND is valid for bind... 
> > puzzled ignorance
> > > reins supreme here.
> > 
> > CD to the bind9 directory and do a "make config." That is 
> > also an option that 
> > you need to uncheck. I had the same problem with several 
> > ports and finally 
> > went back to the dist version.
> > 
> > Beech
> 
> Thanks for sticking with me on this - but, assuming you mean 
> /usr/ports/dns/bind9 I tried that one too.. ensuring the line
> REPLACE_BASE was unchecked and did the same for all other 
> bind versions in ports/dns. 
> 
> I have now tried a system shutdown in case the 
> PORT_REPLACES_BASE_BIND option is stored dynamically but to 
> no avail. I still get the error message:
> mozilla-1.7..13_1,2: bind installed with 
> PORT_REPLACES_BASE_BIND causes problems.
> 
> This is becoming a witch hunt to locate the broomstick!! 
> 
> David

Just to add latest info -- here are the error messages.. one can also  see that 
an attempt to deinstall the current version fails...

I do not know whether this makes any sense to anyone else but I am getting 
nowehere with it 
=> MD5 Checksum OK for mozilla-1.7.13-source.tar.bz2.
=> SHA256 Checksum OK for mozilla-1.7.13-source.tar.bz2.
=> MD5 Checksum OK for libart_lgpl-1.tar.bz2.
=> SHA256 Checksum OK for libart_lgpl-1.tar.bz2.
===>   mozilla-1.7.13_1,2 depends on file: /usr/local/bin/perl5.8.8 - found
===>  Patching for mozilla-1.7.13_1,2
===>   mozilla-1.7.13_1,2 depends on file: /usr/local/bin/perl5.8.8 - found
===>  Applying extra 
patch /usr/ports/www/mozilla/files/extra-patch2-nsSVGLibartGlyphMetricsFT.cpp
===>  Applying FreeBSD patches for mozilla-1.7.13_1,2
mozilla-1.7.13_1,2: bind installed with PORT_REPLACES_BASE_BIND causes build 
problems.
*** Error code 1

Stop in /usr/ports/www/mozilla.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.3595.0 
env UPGRADE_TOOL=portupgrade UPGRADE_PORT=mozilla-1.7.13,2 
UPGRADE_PORT_VER=1.7.13,2 make
** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
! www/mozilla (mozilla-1.7.13,2)(unknown build error)
--->  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
[EMAIL PROTECTED] /usr/ports/www/mozilla]# make deinstall
===>  Deinstalling for www/mozilla
===>   mozilla-1.7.13,2 has a different PREFIX: /usr/X11R6, skipping

david


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


portupgrade - skipping -held by user- meaning?

2007-01-01 Thread Vizion

I do not understand this:

What does it mean when the message
---> skipping [portname] because it is held by user (specify -f to force)

and when & why should -f be specify?

David

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


Re: portupgrade - skipping -held by user- meaning?

2007-01-02 Thread Vizion


> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Sahil Tandon
> Sent: Monday, January 01, 2007 3:36 PM
> To: freebsd-questions@freebsd.org
> Subject: Re: portupgrade - skipping -held by user- meaning?
> 
> 
> Vizion wrote:
> 
> > What does it mean when the message
> > ---> skipping [portname] because it is held by user 
> (specify -f to force)
> 
> Does said port appear in the HOLD_PKGS array within 
> pkgtools.conf?  From
> that file:
> 
># HOLD_PKGS: array
>#
># This is a list of ports you don't want portupgrade(1) to upgrade,
># portversion(1) to suggest upgrading, or pkgdb(1) to fix.
># You can use wildcards ("ports glob" and "pkgname glob").
># -f/--force with each command will override the held status.
> 
> > and when & why should -f be specify?
> 
> When you want to force the upgrade of a package even though you've 
> "held" it in pkgtools.conf.
> 
Thanks from what you say I understand what happens but do not understand the 
when and whys!!
My pkgtools.conf had entries in it but none made by me. In what circumstances 
would one choose to "hold" and how come there are "holds" without my knowing 
anything about it?

This is always one of the difficulties with freebsd .. the what and how 
questions get answered in the man pages but information that informs judgement 
upon when the "how" and "what" to-do is best implemented are missing!!

Thanks for your help

David


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


Re: portupgrade - skipping -held by user- meaning?

2007-01-02 Thread Vizion
Re: portupgrade - skipping -held by user- meaning?

> -Original Message-
> From: Roger Merritt [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, January 02, 2007 2:22 AM
> To: Vizion
> Subject: Re: portupgrade - skipping -held by user- meaning?
> 
> 
> At 01:40 AM 1/2/2007 -0800, you wrote:
> 
> 
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED] On Behalf Of 
> Sahil Tandon
> > > Sent: Monday, January 01, 2007 3:36 PM
> > > To: freebsd-questions@freebsd.org
> > > Subject: Re: portupgrade - skipping -held by user- meaning?
> > >
> > >
> > > Vizion wrote:
> > >
> > > > What does it mean when the message
> > > > ---> skipping [portname] because it is held by user
> > > (specify -f to force)
> > >
> > > Does said port appear in the HOLD_PKGS array within
> > > pkgtools.conf?  From
> > > that file:
> > >
> > ># HOLD_PKGS: array
> > >#
> > ># This is a list of ports you don't want 
> portupgrade(1) to upgrade,
> > ># portversion(1) to suggest upgrading, or pkgdb(1) to fix.
> > ># You can use wildcards ("ports glob" and "pkgname glob").
> > ># -f/--force with each command will override the held status.
> > >
> > > > and when & why should -f be specify?
> > >
> > > When you want to force the upgrade of a package even though you've
> > > "held" it in pkgtools.conf.
> > >
> >Thanks from what you say I understand what happens but do 
> not understand 
> >the when and whys!!
> >My pkgtools.conf had entries in it but none made by me. In what 
> >circumstances would one choose to "hold" and how come there 
> are "holds" 
> >without my knowing anything about it?
> >
> >This is always one of the difficulties with freebsd .. the 
> what and how 
> >questions get answered in the man pages but information that informs 
> >judgement upon when the "how" and "what" to-do is best 
> implemented are 
> >missing!!
> >
> >Thanks for your help
> 
> One way it can happen is from installing Perl modules that 
> haven't been 
> ported. I had to install three or four using CPAN, and they 
> were entered 
> into my HOLD_PKGS array automagically. The reason is (I 
> suppose) because 
> they aren't available in the ports and so portupgrade 
> shouldn't generate 
> errors when it can't fetch them. I would guess other 
> installations that 
> don't come from ports should be treated the same way -- when 
> you want to 
> upgrade them you need to do it the same way you did the original 
> installation. I can't remember now any that I did manually; I 
> try to only 
> install stuff that's in the ports collection. I don't know 
> how the entries 
> got put in your HOLD_PKGS array, but you might do a make 
> search and see if 
> they have been added to the ports collection since you installed them.
> 
> 
Tghanks very much Roger.. understood.

I will write a short script to check for changes in pkgtools.conf and run it 
both before and after portupgrade is run. That way I will at least have a 
handle on what is going on.

Thanks again

David

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


perl CPAN shell CPAN.pm failure

2007-01-02 Thread Vizion
I seem to have something wrong in my installation...:
--
[EMAIL PROTECTED] /usr/ports/lang]# perl -MCPAN -e shell
Can't locate Cwd.pm in @INC (@INC 
contains: /usr/local/lib/perl5/5.8.8/BSDPAN 
/usr/local/lib/perl5/site_perl/5.8.8/mach /usr/local/lib/perl5/site_perl/5.8.8 
/usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.8/mach 
/usr/local/lib/perl5/5.8.8 .) 
at /usr/local/lib/perl5/5.8.8/CPAN.pm line 13.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.8.8/CPAN.pm line 
13.
Compilation failed in require.
BEGIN failed--compilation aborted.
[EMAIL PROTECTED] /usr/ports/lang]# perl -MCPAN -e shell
Can't locate Cwd.pm in @INC (@INC 
contains: /usr/local/lib/perl5/5.8.8/BSDPAN 
/usr/local/lib/perl5/site_perl/5.8.8/mach /usr/local/lib/perl5/site_perl/5.8.8 
/usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.8/mach 
/usr/local/lib/perl5/5.8.8 .) 
at /usr/local/lib/perl5/5.8.8/CPAN.pm line 13.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.8.8/CPAN.pm line 
13.
Compilation failed in require.
BEGIN failed--compilation aborted.
[EMAIL PROTECTED] /usr/ports/lang]# locate Cwd.pm
/usr/cpan/build/PathTools-3.19/Cwd.pm
/usr/cpan/build/PathTools-3.19/blib/lib/Cwd.pm
/usr/local/lib/perl5/5.8.8/mach/Cwd.pm
/usr1/local/lib/perl5/5.8.7/mach/Cwd.pm
/usr1/local/lib/perl5/site_perl/5.8.7/mach/Cwd.pm
[EMAIL PROTECTED] /usr/ports/lang]# ls -l |grep perl
drwxr-xr-x  3 root  wheel   512 Aug 17 01:14 eperl
drwxr-xr-x  2 root  wheel   512 Dec 27 10:53 linux-libperl5.8
drwxr-xr-x  3 root  wheel   512 Aug 17 09:58 perl5
drwxr-xr-x  3 root  wheel   512 Jan  2 00:54 perl5.8
drwxr-xr-x  3 root  wheel   512 Aug 17 01:14 ruby-perl
[EMAIL PROTECTED] /usr/ports/lang]# pkg_info |grep perl
bsdpan-Archive-Zip-1.16 Unknown perl module
bsdpan-CPAN-1.87CPAN - query, download and build perl modules from CPAN 
sit
bsdpan-Term-ReadLine-Perl-1.0302 Unknown perl module
bsdpan-TermReadKey-2.30 Term::ReadKey - A perl module for simple terminal 
control
p5-DBI-1.53 The perl5 Database Interface.  Required for DBD::* modules
p5-Storable-2.15Persistency for perl data structures
perl-5.8.8  Practical Extraction and Report Language
tmake-1.7_2 Extremely portable perl-based make utility
[EMAIL PROTECTED] /usr/ports/lang]#


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


Re: perl CPAN shell CPAN.pm failure

2007-01-02 Thread Vizion
> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Vizion
> Sent: Tuesday, January 02, 2007 4:07 AM
> To: freebsd-questions@freebsd.org
> Subject: perl CPAN shell CPAN.pm failure
> 
> 
> I seem to have something wrong in my installation...:
> --
> [EMAIL PROTECTED] /usr/ports/lang]# perl -MCPAN -e shell
> Can't locate Cwd.pm in @INC (@INC 
> contains: /usr/local/lib/perl5/5.8.8/BSDPAN 
> /usr/local/lib/perl5/site_perl/5.8.8/mach 
> /usr/local/lib/perl5/site_perl/5.8.8 
> /usr/local/lib/perl5/site_perl 
> /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) 
> at /usr/local/lib/perl5/5.8.8/CPAN.pm line 13.
> BEGIN failed--compilation aborted at 
> /usr/local/lib/perl5/5.8.8/CPAN.pm line 
> 13.
> Compilation failed in require.
> BEGIN failed--compilation aborted.
> [EMAIL PROTECTED] /usr/ports/lang]# perl -MCPAN -e shell
> Can't locate Cwd.pm in @INC (@INC 
> contains: /usr/local/lib/perl5/5.8.8/BSDPAN 
> /usr/local/lib/perl5/site_perl/5.8.8/mach 
> /usr/local/lib/perl5/site_perl/5.8.8 
> /usr/local/lib/perl5/site_perl 
> /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) 
> at /usr/local/lib/perl5/5.8.8/CPAN.pm line 13.
> BEGIN failed--compilation aborted at 
> /usr/local/lib/perl5/5.8.8/CPAN.pm line 
> 13.
> Compilation failed in require.
> BEGIN failed--compilation aborted.
> [EMAIL PROTECTED] /usr/ports/lang]# locate Cwd.pm
> /usr/cpan/build/PathTools-3.19/Cwd.pm
> /usr/cpan/build/PathTools-3.19/blib/lib/Cwd.pm
> /usr/local/lib/perl5/5.8.8/mach/Cwd.pm
> /usr1/local/lib/perl5/5.8.7/mach/Cwd.pm
> /usr1/local/lib/perl5/site_perl/5.8.7/mach/Cwd.pm
> [EMAIL PROTECTED] /usr/ports/lang]# ls -l |grep perl
> drwxr-xr-x  3 root  wheel   512 Aug 17 01:14 eperl
> drwxr-xr-x  2 root  wheel   512 Dec 27 10:53 linux-libperl5.8
> drwxr-xr-x  3 root  wheel   512 Aug 17 09:58 perl5
> drwxr-xr-x  3 root  wheel   512 Jan  2 00:54 perl5.8
> drwxr-xr-x  3 root  wheel   512 Aug 17 01:14 ruby-perl
> [EMAIL PROTECTED] /usr/ports/lang]# pkg_info |grep perl
> bsdpan-Archive-Zip-1.16 Unknown perl module
> bsdpan-CPAN-1.87CPAN - query, download and build perl 
> modules from CPAN 
> sit
> bsdpan-Term-ReadLine-Perl-1.0302 Unknown perl module
> bsdpan-TermReadKey-2.30 Term::ReadKey - A perl module for 
> simple terminal 
> control
> p5-DBI-1.53 The perl5 Database Interface.  Required 
> for DBD::* modules
> p5-Storable-2.15Persistency for perl data structures
> perl-5.8.8  Practical Extraction and Report Language
> tmake-1.7_2 Extremely portable perl-based make utility
> [EMAIL PROTECTED] /usr/ports/lang]#
> 
In my Original post I realize I posed no question
Does anyone have any idea how to fix the difficulty?

Thanks

David

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


RE: portupgrade - skipping -held by user- meaning?

2007-01-02 Thread Vizion
>
>[EMAIL PROTECTED] wrote in response to
>>Vizion <[EMAIL PROTECTED]> wrote:

>> I will write a short script to check for changes in pkgtools.conf and
>> run it both before and after portupgrade is run. That way I will at
>> least have a handle on what is going on.
> 

>It wont change by itself.

Sure -- but it must have been changed automatically on my system during a 
package installation process-  I certainly made no manual or other entries in 
it and noone else has root access.

david

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


Failure -Upgrading-archivers/p5-IO-Compress-Base./p5-Compress-Raw-Zlib-2.001

2007-01-03 Thread Vizion


Thanks in advance to anyone who could please help me deal with these errors:

 [EMAIL PROTECTED] /var/cvsupconfig]# portupgrade -a
.
.

 --->  Upgrading 'p5-IO-Compress-Base-2.001' to 
 'p5-IO-Compress-Base-2.002' 
 (archivers/p5-IO-Compress-Base)
 --->  Building '/usr/ports/archivers/p5-IO-Compress-Base'
 ===>  Cleaning for perl-5.8.8
 ===>  Cleaning for p5-IO-Compress-Base-2.002
 ===>  Vulnerability check disabled, database not found
 => IO-Compress-Base-2.002.tar.gz doesn't seem to exist 
 in /usr/ports/distfiles/.
 => Attempting to fetch from 
 ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/IO/.
 IO-Compress-Base-2.002.tar.gz 100% of   88 kB 
  215 kBps
 ===>  Extracting for p5-IO-Compress-Base-2.002
 => MD5 Checksum OK for IO-Compress-Base-2.002.tar.gz.
 => SHA256 Checksum OK for IO-Compress-Base-2.002.tar.gz.
 ===>   p5-IO-Compress-Base-2.002 depends on file: 
 /usr/local/bin/perl5.8.8 - 
 found
 ===>  Patching for p5-IO-Compress-Base-2.002
 ===>   p5-IO-Compress-Base-2.002 depends on file: 
 /usr/local/bin/perl5.8.8 - 
 found
 ===>   p5-IO-Compress-Base-2.002 depends on file: 
 /usr/local/bin/perl5.8.8 - 
 found
 ===>  Configuring for p5-IO-Compress-Base-2.002
 Cannot load ExtUtils::MakeMaker: Can't locate Cwd.pm in @INC (@INC 
= contains: /usr/local/lib/perl5/site_perl/5.8.8/mach 
 /usr/local/lib/perl5/site_perl/5.8.8 
 /usr/local/lib/perl5/site_perl 
 /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) 
 at /usr/local/lib/perl5/5.8.8/ExtUtils/MakeMaker.pm line 167.
 BEGIN failed--compilation aborted 
 at /usr/local/lib/perl5/5.8.8/ExtUtils/MakeMaker.pm line 167.
Compilation failed in require at (eval 4) line 1.
 BEGIN failed--compilation aborted 
 at /usr/local/lib/perl5/5.8.8/BSDPAN/ExtUtils/MakeMaker.pm line 17.
 Compilation failed in require at ./Makefile.PL line 7.
 BEGIN failed--compilation aborted at ./Makefile.PL line 7.
 *** Error code 2

 Stop in /usr/ports/archivers/p5-IO-Compress-Base.
 ** Command failed [exit code 1]: /usr/bin/script -qa 
 /tmp/portupgrade.22498.11 
 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=p5-IO-Compress-Base-2.001 
 UPGRADE_PORT_VER=2.001 make
 ** Fix the problem and try again.
 --->  Skipping 'bsdpan-CPAN-1.87' because it is held by user 
 (specify -f to 
 force)
--->  Upgrading 'p5-Compress-Raw-Zlib-2.001' to 
 'p5-Compress-Raw-Zlib-2.002' 
 (archivers/p5-Compress-Raw-Zlib)
 --->  Building '/usr/ports/archivers/p5-Compress-Raw-Zlib'
 ===>  Cleaning for perl-5.8.8
 ===>  Cleaning for p5-Compress-Raw-Zlib-2.002
 ===>  Vulnerability check disabled, database not found
 => Compress-Raw-Zlib-2.002.tar.gz doesn't seem to exist 
in /usr/ports/distfiles/.
 => Attempting to fetch from 
 ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/C
ompress/.
Compress-Raw-Zlib-2.002.tar.gz100% of  201 kB  234 kBps
===>  Extracting for p5-Compress-Raw-Zlib-2.002
=> MD5 Checksum OK for Compress-Raw-Zlib-2.002.tar.gz.
=> SHA256 Checksum OK for Compress-Raw-Zlib-2.002.tar.gz.
===>   p5-Compress-Raw-Zlib-2.002 depends on file: /usr/local/bin/perl5.8.8 - 
found
===>  Patching for p5-Compress-Raw-Zlib-2.002
===>   p5-Compress-Raw-Zlib-2.002 depends on file: /usr/local/bin/perl5.8.8 - 
found
===>  Applying FreeBSD patches for p5-Compress-Raw-Zlib-2.002
===>   p5-Compress-Raw-Zlib-2.002 depends on file: /usr/local/bin/perl5.8.8 - 
found
===>  Configuring for p5-Compress-Raw-Zlib-2.002
Cannot load ExtUtils::MakeMaker: Can't locate Cwd.pm in @INC (@INC 
contains: /usr/local/lib/perl5/site_perl/5.8.8/mach 
/usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl 
/usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) 
at /usr/local/lib/perl5/5.8.8/ExtUtils/MakeMaker.pm line 167.
BEGIN failed--compilation aborted 
at /usr/local/lib/perl5/5.8.8/ExtUtils/MakeMaker.pm line 167.
Compilation failed in require at (eval 4) line 1.
BEGIN failed--compilation aborted 
at /usr/local/lib/perl5/5.8.8/BSDPAN/ExtUtils/MakeMaker.pm line 17.
Compilation failed in require at ./Makefile.PL line 7.
BEGIN failed--compilation aborted at ./Makefile.PL line 7.
*** Error code 2

Stop in /usr/ports/archivers/p5-Compress-Raw-Zlib.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.22498.37 
env UPGRADE_TOOL=portupgrade UPGRADE_PORT=p5-Compress-Raw-Zlib-2.001 
UPGRADE_PORT_VER=2.001 make
** Fix the problem and try again.
Thanks\
david

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


Multiple port versions

2007-01-03 Thread Vizion

Just been doing a check on installed applications. 

pkg_info shows multiple installed versions of autoconf, automake, db & gnupg. 
viz:

autoconf-2.13.000227_5 Automatically configure source code on many Un*x 
platforms 
autoconf-2.53_3 Automatically configure source code on many Un*x platforms 
autoconf-2.59_2 Automatically configure source code on many Un*x platforms 
automake-1.4.6_2GNU Standards-compliant Makefile generator (1.4)
automake-1.5_2,1GNU Standards-compliant Makefile generator (1.5)
automake-1.9.6  GNU Standards-compliant Makefile generator (1.9)
db4-4.0.14_1,1  The Berkeley DB package, revision 4
db42-4.2.52_5   The Berkeley DB package, revision 4.2
gnupg-1.4.6_3   The GNU Privacy Guard
gnupg-2.0.1 The GNU Privacy Guard

I used partupgrade -aF recently when, on reconsideration, it would have been 
better to have done portupgrade -F on specific ports!

What is the safest way to remove the earlier versions?

Thanks
David

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


RE: Multiple port versions

2007-01-03 Thread Vizion
Just a quick thank  everyone who responded so helpfully.. I guess its a case of 
leaving sleeping dogs well alone!! 
\
Thanks v much

david

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


RE: Clutz-Proof Logging

2007-01-04 Thread Vizion
- Original Message 
From: Bill Moran <[EMAIL PROTECTED]>

>Many shells keep a history as a matter of normal operation.  You might
>find that enough for you.  Personally, I use bash, and the command
>"history" brings the last 100 commands or so.

No, this isn't sufficient. The problems are:
1) occasionally the sysadmin people at the server farm do stuff
2) sometimes I edit files, and of course the shell doesn't record how
3) the shell history seems erratic! It remembers the session clearly, but if I 
reboot, for example, and look at the history, it's not what I would
 expect it to be.

TIA,
Stan
I am not certain if you are using X or console.

On X windows you can set the size of the history to your liking - I usually set 
to unlimited. Then, as frequently as one wishes, save the session to a log 
file. I have not found any problem with history not being the "history".

As far as file editing is concerned if the file is important to you then you 
might want to try saving a snapshot when you open the file and use a small 
script to both save the snapshot and do a diff report that stores the 
differences between the file when you opened it and when you saved it. opened. 
That way you always have as permanent a record as you wish to keep.

My 2 cents

David

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


Re: Clutz-Proof Logging

2007-01-04 Thread Vizion


> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Stan Halprin
> Sent: Thursday, January 04, 2007 8:46 AM
> To: freebsd-questions@freebsd.org
> Subject: Re: Clutz-Proof Logging
> 
> 
> 8376- Original Message 
> From: Vizion <[EMAIL PROTECTED]>
> >I am not certain if you are using X or console.
> 
> console
> 
> >As far as file editing is concerned if the file is important 
> to you then you might 
> >want to try saving a snapshot when you open the file and use 
> a small script to 
> >both save the snapshot and do a diff report that stores the 
> differences between 
> >the file when you opened it and when you saved it. opened. 
> That way you always >have as permanent a record as you wish to keep.
> 
> What is a snapshot? I could just make a backup copy of it, 
> which is what I was thinking of doing, and revert if 
> necessary. Of course, that supposes I remember to do that :/ 
> I was hoping for some program smarter than me.
> Thanks,
> Stan
> 

OK well I suggest you take a look at the bash shell and start writing a few 
simple shell scripts to manage your own needs - they can be simply achieved 
using your shell. If you want a book I suggest "Learning the Bash Shell" by 
Camerin Newham & Bill Rosenblatt. Well worth its $35 asking price- putting it 
to good use will save you hours of your valuable time. IMHO learning a shell is 
the first step to using any **ix OS effectively. You can also use on-line 
resources but for me a book is best

David

David system 


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


imap-uw manuals - configuration

2007-01-05 Thread Vizion
I am gaving some difficulty with my pop server -- There are no man pages for 
imap-uw -- can anyone point me to some guidance..

Here are some details:

/etc/rc.conf includes: 
inetd_enable="YES" 

inetd.conf includes: 
pop2 stream tcp nowait root /usr/local/libexec/ipop2d ipop2d 
pop3 stream tcp nowait root /usr/local/libexec/ipop3d ipop3d imap4 stream tcp 
nowait root /usr/local/libexec/imapd imapd 

/usr/local/libexec includes: 
-r-xr-xr-x 1 root wheel 69600 Jan 2 01:00 imapd 
-r-xr-xr-x 1 root wheel 20224 Jan 2 01:00 ipop2d 
-r-xr-xr-x 1 root wheel 24256 Jan 2 01:00 ipop3d 

[EMAIL PROTECTED] /usr/local/libexec]# pkg_info | grep imap imap-uw-2004g_1,1 
University of Washington IMAP4rev1/POP2/POP3 mail servers

thanks

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


RE: imap-uw manuals - configuration

2007-01-05 Thread Vizion
 Le 05/01/2007 à 07:00:37-0800, Vizion a écrit
> I am gaving some difficulty with my pop server -- There are no man pages for 
> imap-uw -- can anyone point me to some guidance..
> 
> Here are some details:
> 
> /etc/rc.conf includes: 
> inetd_enable="YES" 
> 
> inetd.conf includes: 
> pop2 stream tcp nowait root /usr/local/libexec/ipop2d ipop2d 
> pop3 stream tcp nowait root /usr/local/libexec/ipop3d ipop3d imap4 stream tcp 
> nowait root /usr/local/libexec/imapd imapd 
> 
> /usr/local/libexec includes: 
> -r-xr-xr-x 1 root wheel 69600 Jan 2 01:00 imapd 
> -r-xr-xr-x 1 root wheel 20224 Jan 2 01:00 ipop2d 
> -r-xr-xr-x 1 root wheel 24256 Jan 2 01:00 ipop3d 
> 
> [EMAIL PROTECTED] /usr/local/libexec]# pkg_info | grep imap imap-uw-2004g_1,1 
> University of Washington IMAP4rev1/POP2/POP3 mail servers
> 

And can you tell us what's kind of difficulty you have ?

Regards

--
Albert SHIH

Thanks albert 

-- the pop server does not respond -- and I do not know how to check whether it 
is functioning. IT seemed to me that something is basically wrong with its 
config.


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


Re: imap-uw manuals - configuration

2007-01-05 Thread Vizion

> -Original Message-
> From: Mark Tinguely [mailto:[EMAIL PROTECTED] 
> Sent: Friday, January 05, 2007 7:16 AM
> To: [EMAIL PROTECTED]
> Subject: Re: imap-uw manuals - configuration
> 
> 
> >
> >  inetd.conf includes: 
> >  pop2 stream tcp nowait root /usr/local/libexec/ipop2d ipop2d 
> >  pop3 stream tcp nowait root /usr/local/libexec/ipop3d 
> ipop3d imap4 stream tcp nowait root /usr/local/libexec/imapd imapd 
> 
> The pop3 and imap4 line have run together. You want:
> 
> pop3 stream tcp nowait root /usr/local/libexec/ipop3d ipop3d
> imap4 stream tcp nowait root /usr/local/libexec/imapd imapd
> 
> be sure to execute the shell command:
> 
>  # kill -1 `cat /var/run/inetd.pid`
> 
> after making the change.
> 
> --Mark Tinguely
> 

Thanks Mark for being on the ball-- unfortunately I ran the lines together when 
I copied them from inetd.conf  .. the original is OK. 

Thanks ..

David


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


Re: imap-uw manuals - configuration

2007-01-05 Thread Vizion


> -Original Message-
> From: Mark Tinguely [mailto:[EMAIL PROTECTED] 
> Sent: Friday, January 05, 2007 10:52 AM
> To: freebsd-questions@freebsd.org; [EMAIL PROTECTED]
> Subject: Re: imap-uw manuals - configuration
> 
> 
> 
> Stabbing some more into the dark ...
> 
> You can check if inetd is executing the command:
> 
> $ telnet -KN 127.0.0.1 143
> 
>  it should reply something like:
> 
> Trying 127.0.0.1...
> Connected to 127.0.0.1.
> Escape character is '^]'.
> * OK [CAPABILITY IMAP4REV1 LITERAL+ SASL-IR LOGIN-REFERRALS 
> STARTTLS AUTH=LOGIN] localhost IMAP4rev1 2004.357 at Fri, 5 
> Jan 2007 12:46:59 -0600 (CST)
> ^]
> telnet> quit
> Connection closed.
> 
> $ telnet -KN 127.0.0.1 110
> 
>  it should reply something like:
> 
> Trying 127.0.0.1...
> Connected to 127.0.0.1.
> Escape character is '^]'.
> +OK POP3 localhost 2004.89 server ready
> QUIT
> +OK Sayonara
> 
> 
> /var/log/debug.log should have entries such as:
> 
> Jan  5 12:46:59 ccn imapd[10186]: imap service init from 127.0.0.1
> Jan  5 12:47:44 ccn ipop3d[10257]: pop3 service init from 127.0.0.1
> 
Thanks Mark for sticking with me on this one..
your stabbing has been in the right place!!

There is something very awry with telnet!!

# telnet -KN 127.0.0.1 143
/libexec/ld-elf.so.1: Shared object "libkrb5.so.8" not found, required by 
"telnet"

I recall some difficulty during a recent rather fraught portupgrade which 
indicate a clash between heimdal.. eventually it resolved itself and I thought 
no more about it.

Umph any idea what is the best way to go from here?

Thanks again

David

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


Re: imap-uw manuals - configuration

2007-01-06 Thread Vizion


> -Original Message-
> From: Mark Tinguely [mailto:[EMAIL PROTECTED] 
> Sent: Friday, January 05, 2007 11:39 AM
> To: [EMAIL PROTECTED]
> Subject: Re: imap-uw manuals - configuration
> 
> 
> Are there any messages in /var/log/debug.log ?
> 
> Since telnet is missing load libraries, could the imapd and 
> ipop3d also?
> Try the following:
> 
> $ ldd /usr/local/libexec/ipop3d  /usr/local/libexec/imapd  
> /usr/bin/telnet
> 
> It should say something like (FreeBSD 6.1):
> 
> /usr/local/libexec/ipop3d:
> libc-client4.so.8 => /usr/local/lib/libc-client4.so.8 
> (0x28078000)
> libc.so.6 => /lib/libc.so.6 (0x28131000)
> libpam.so.3 => /usr/lib/libpam.so.3 (0x28209000)
> libssl.so.4 => /usr/lib/libssl.so.4 (0x2821)
> libcrypto.so.4 => /lib/libcrypto.so.4 (0x2823e000)
> libcrypt.so.3 => /lib/libcrypt.so.3 (0x28331000)
> /usr/local/libexec/imapd:
> libc-client4.so.8 => /usr/local/lib/libc-client4.so.8 
> (0x28081000)
> libc.so.6 => /lib/libc.so.6 (0x2813a000)
> libpam.so.3 => /usr/lib/libpam.so.3 (0x28212000)
> libssl.so.4 => /usr/lib/libssl.so.4 (0x28219000)
> libcrypto.so.4 => /lib/libcrypto.so.4 (0x28247000)
> libcrypt.so.3 => /lib/libcrypt.so.3 (0x2833a000)
> 
> /usr/bin/telnet:
> libncurses.so.6 => /lib/libncurses.so.6 (0x2808b000)
> libipsec.so.2 => /lib/libipsec.so.2 (0x280ca000)
> libmp.so.5 => /usr/lib/libmp.so.5 (0x280d)
> libcrypto.so.4 => /lib/libcrypto.so.4 (0x280d3000)
> libcrypt.so.3 => /lib/libcrypt.so.3 (0x281c6000)
> libpam.so.3 => /usr/lib/libpam.so.3 (0x281de000)
> libkrb5.so.8 => /usr/lib/libkrb5.so.8 (0x281e5000)
> libasn1.so.8 => /usr/lib/libasn1.so.8 (0x28219000)
> libcom_err.so.3 => /usr/lib/libcom_err.so.3 (0x2823a000)
> libroken.so.8 => /usr/lib/libroken.so.8 (0x2823c000)
> libc.so.6 => /lib/libc.so.6 (0x28248000)
> 
> 
> /usr/lib/libkrb5.so.8 comes on the FreeBSD-6.x distribution.
> In FreeBSD 4.x, these files came seperately in the crypto package.
> I jumped from 4.x to 6.x, so I do not know the FreeBSD-5.x 
> distribution.
> 
> Did your install get corrupted or did you remove things?
> 
> --Mark.
> 
Here is the output you suggested:

# ldd /usr/local/libexec/ipop3d /usr/local/libexec/imapd /usr/bin/telnet 
/usr/local/libexec/ipop3d:
libc-client4.so.8 => /usr/local/lib/libc-client4.so.8 (0x80062f000)
libc.so.6 => /lib/libc.so.6 (0x8007f7000)
libpam.so.3 => /usr/lib/libpam.so.3 (0x8009f5000)
libssl.so.4 => /usr/lib/libssl.so.4 (0x800afd000)
libcrypto.so.4 => /lib/libcrypto.so.4 (0x800c35000)
libcrypt.so.3 => /lib/libcrypt.so.3 (0x800e7b000)
/usr/local/libexec/imapd:
libc-client4.so.8 => /usr/local/lib/libc-client4.so.8 (0x800639000)
libc.so.6 => /lib/libc.so.6 (0x800801000)
libpam.so.3 => /usr/lib/libpam.so.3 (0x8009ff000)
libssl.so.4 => /usr/lib/libssl.so.4 (0x800b07000)
libcrypto.so.4 => /lib/libcrypto.so.4 (0x800c3f000)
libcrypt.so.3 => /lib/libcrypt.so.3 (0x800e85000)
/usr/bin/telnet:
libncurses.so.6 => /lib/libncurses.so.6 (0x800644000)
libipsec.so.2 => /lib/libipsec.so.2 (0x80079d000)
libmp.so.5 => /usr/lib/libmp.so.5 (0x8008a4000)
libcrypto.so.4 => /lib/libcrypto.so.4 (0x8009a7000)
libcrypt.so.3 => /lib/libcrypt.so.3 (0x800bed000)
libpam.so.3 => /usr/lib/libpam.so.3 (0x800d06000)
libkrb5.so.8 => not found (0x0)
libasn1.so.8 => /usr/lib/libasn1.so.8 (0x800e0e000)
libcom_err.so.3 => /usr/lib/libcom_err.so.3 (0x800f37000)
libroken.so.8 => /usr/lib/libroken.so.8 (0x801039000)
libc.so.6 => /lib/libc.so.6 (0x801147000)





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


Re: imap-uw manuals - configuration

2007-01-06 Thread Vizion
> -Original Message-
> From: Mark Tinguely [mailto:[EMAIL PROTECTED] 
> Sent: Friday, January 05, 2007 11:39 AM
> To: [EMAIL PROTECTED]
> Subject: Re: imap-uw manuals - configuration
Supplementary
> 
> Are there any messages in /var/log/debug.log ?
> 

> /usr/lib/libkrb5.so.8 comes on the FreeBSD-6.x distribution.
Myrelease is FREEBSD 6.1-RELEASE #0 COMPILED SUN MAY 7 04:15.57 utc 2006
on AMD Athlon 64 Processor


> 
> Did your install get corrupted or did you remove things?

I think install was fine..
I am trying to search my files to find a record of the recent portupgrade where 
I may have mussed up. If I find it I will email you the info

Thanks afain for sticking with this


David
> 
> --Mark.


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


kdeinit & other errors

2007-01-06 Thread Vizion
below are: 
/var/log/messages
/var/log/dmesg.today
& output from
df

As you can see there are some problems:

a)kdeinit reports filesystem full when I understand (probably incorrectly 
 df to be telling me there is plenty of space.
b)conftest exiting on signals 11/12 with core dumps 
c) MOD_LOAD dragon saver error messages
d) ACPI-0501, 1304, 0239 errors
None of these I know how to deal with.. some guidance would be appreciated.

The entries follow:
---

from /var/log/messages:
___-
Jan  6 04:18:07 dns1 shutdown: reboot by Sysadmin: 
Jan  6 04:18:09 dns1 syslogd: exiting on signal 15
Jan  6 04:19:16 dns1 syslogd: kernel boot file is /boot/kernel/kernel
Jan  6 04:19:16 dns1 kernel: Copyright (c) 1992-2006 The FreeBSD Project.
Jan  6 04:19:16 dns1 kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 
1991, 1992, 1993, 1994
Jan  6 04:19:16 dns1 kernel: The Regents of the University of California. All 
rights reserved.
Jan  6 04:19:16 dns1 kernel: FreeBSD 6.1-RELEASE #0: Sun May  7 04:15:57 UTC 
2006
Jan  6 04:19:16 dns1 kernel: 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP
Jan  6 04:19:16 dns1 kernel: ACPI APIC Table: 
Jan  6 04:19:16 dns1 kernel: Timecounter "i8254" frequency 1193182 Hz quality 
0
Jan  6 04:19:16 dns1 kernel: CPU: AMD Athlon(tm) 64 Processor 3200+ 
(2009.16-MHz K8-class CPU)
Jan  6 04:19:16 dns1 kernel: Origin = "AuthenticAMD"  Id = 0x20ff2  Stepping = 
2
Jan  6 04:19:16 dns1 kernel: 
Features=0x78bfbff
Jan  6 04:19:16 dns1 kernel: Features2=0x1
Jan  6 04:19:16 dns1 kernel: AMD 
Features=0xe2500800
Jan  6 04:19:16 dns1 kernel: AMD Features2=0x1
Jan  6 04:19:16 dns1 kernel: real memory  = 2080309248 (1983 MB)
Jan  6 04:19:16 dns1 kernel: avail memory = 1997578240 (1905 MB)
Jan  6 04:19:16 dns1 kernel: ioapic0  irqs 0-23 on motherboard
Jan  6 04:19:16 dns1 kernel: kbd1 at kbdmux0
Jan  6 04:19:16 dns1 kernel: acpi0:  on motherboard
Jan  6 04:19:16 dns1 kernel: acpi_bus_number: can't get _ADR
Jan  6 04:19:16 dns1 kernel: acpi_bus_number: can't get _ADR
Jan  6 04:19:16 dns1 kernel: acpi0: Power Button (fixed)
Jan  6 04:19:16 dns1 kernel: acpi_bus_number: can't get _ADR
Jan  6 04:19:16 dns1 last message repeated 3 times
Jan  6 04:19:16 dns1 kernel: ACPI-0501: *** Error: Handler for [SystemMemory] 
returned AE_AML_ALIGNMENT
Jan  6 04:19:16 dns1 kernel: ACPI-1304: *** Error: Method execution failed 
[\_SB_.MEM_._CRS] (Node 0xffbdbd80), AE_AML_ALIGNMENT
Jan  6 04:19:16 dns1 kernel: ACPI-0239: *** Error: Method execution failed 
[\_SB_.MEM_._CRS] (Node 0xffbdbd80), AE_AML_ALIGNMENT
Jan  6 04:19:16 dns1 kernel: can't fetch resources for \_SB_.MEM_ - 
AE_AML_ALIGNMENT
Jan  6 04:19:16 dns1 kernel: cpu0:  on acpi0
Jan  6 04:19:16 dns1 kernel: acpi_button0:  on acpi0
Jan  6 04:19:16 dns1 kernel: pcib0:  port 0xcf8-0xcff on 
acpi0
Jan  6 04:19:16 dns1 kernel: pci0:  on pcib0
Jan  6 04:19:16 dns1 kernel: pci0:  at device 0.0 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: pci0:  at device 0.1 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: pci0:  at device 0.2 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: pci0:  at device 0.3 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: pci0:  at device 0.4 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: pci0:  at device 0.5 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: pci0:  at device 0.6 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: pci0:  at device 0.7 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: pci0:  at device 5.0 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: pci0:  at device 9.0 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: isab0:  at device 10.0 on pci0
Jan  6 04:19:16 dns1 kernel: isa0:  on isab0
Jan  6 04:19:16 dns1 kernel: pci0:  at device 10.1 (no 
driver attached)
Jan  6 04:19:16 dns1 kernel: pci0:  at device 10.2 (no driver 
attached)
Jan  6 04:19:16 dns1 kernel: ohci0:  mem 
0xf7008000-0xf7008fff irq 21 at device 11.0 on pci0
Jan  6 04:19:16 dns1 kernel: ohci0: [GIANT-LOCKED]
Jan  6 04:19:16 dns1 kernel: usb0: OHCI version 1.0, legacy support
Jan  6 04:19:16 dns1 kernel: usb0: SMM does not respond, resetting
Jan  6 04:19:16 dns1 kernel: usb0:  on ohci0
Jan  6 04:19:16 dns1 kernel: usb0: USB revision 1.0
Jan  6 04:19:16 dns1 kernel: uhub0: nVidia OHCI root hub, class 9/0, rev 
1.00/1.00, addr 1
Jan  6 04:19:16 dns1 kernel: uhub0: 8 ports with 8 removable, self powered
Jan  6 04:19:16 dns1 kernel: ehci0:  mem 
0xf7004000-0xf70040ff irq 22 at device 11.1 on pci0
Jan  6 04:19:16 dns1 kernel: ehci0: [GIANT-LOCKED]
Jan  6 04:19:16 dns1 kernel: usb1: EHCI version 1.0
Jan  6 04:19:16 dns1 kernel: usb1: companion controller, 8 ports each: usb0
Jan  6 04:19:16 dns1 kernel: usb1:  on 
ehci0
Jan  6 04:19:16 dns1 kernel: usb1: USB revision 2.0
Jan  6 04:19:16 dns1 kernel: uhub1: nVidia EHCI root hub, class 9/0, rev 
2.00/1.00, addr 1
Jan  6 04:19:16 dns1 kernel: uhub1: 8 ports with 8 removable, self powered
Jan  6 04:19:1

libkrb5.so.8 - missing

2007-01-09 Thread Vizion
Hi

Can someone please tell me what package installs libkrb5.so.8 for 
FREEBSD-6.1-RELEASE #0?

Thanks in advance

David

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


Re: libkrb5.so.8 - missing

2007-01-09 Thread Vizion


> -Original Message-
> From: Niclas Zeising [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, January 09, 2007 2:41 AM
> To: Vizion
> Cc: freebsd-questions@freebsd.org
> Subject: Re: libkrb5.so.8 - missing
> 
> 
> On 1/9/07, Vizion <[EMAIL PROTECTED]> wrote:
> > Hi
> >
> > Can someone please tell me what package installs 
> libkrb5.so.8 for FREEBSD-6.1-RELEASE #0?
> >
> > Thanks in advance
> >
> > David
> 
> It's kerberos5. If i remember correctly it's installed by default if
> you havent added NO_KERBEROS to make.conf, see make.conf(5)
> 
Umph well somehow I have lost libkrb5.so.8.

Any idea of correct way to re-install?

Thanks
david

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


cvsup for sourceforge & other similar sites.

2005-08-25 Thread Vizion
Hi

 I wonder if anyone has a successful working example of a freebsd 5.3 cvsup 
file for a site such as sourceforge? If so could you be kind enuf to email me 
a copy.

I have tried a number of alternatives and failed miserably!

I do not need to commit but just keep files up to date on a daily basis with a 
few projects.

Help appreciated

Thanks in advance

David

-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvsup for sourceforge & other similar sites.

2005-08-25 Thread Vizion
On Thursday 25 August 2005 13:06,  the author Giorgos Keramidas contributed to 
the dialogue on-
 Re: cvsup for sourceforge & other similar sites.: 

>On 2005-08-25 12:43, Vizion <[EMAIL PROTECTED]> wrote:
>> I wonder if anyone has a successful working example of a freebsd 5.3
>> cvsup file for a site such as sourceforge? If so could you be kind
>> enuf to email me a copy.
>>
>> I have tried a number of alternatives and failed miserably!
>
>I don't think that's quite possible, unless Sourceforge itself set up a
> CVSup server network.  "CVSup" is a very different beast from the CVS
> "server modes".
>
ooops

I am wanting to  cvs automatically - but I seem to fail to get into 
sourceforge (either command line or using cron) -- by using cvsup on the 
ports tree I have become lazy and confused by the cvs manual!! (I do wish 
freebsd manuals had more detailed examples!!). I used to do this stuff 
regularly (longer ago than I care to admit) - but it takes time to get back 
into it!
Here are a few of of my tries (as root):

dns1# cvs -f -d :pserver:[EMAIL PROTECTED]:/cvsroot/eclipsexul login
Logging in to :pserver:[EMAIL PROTECTED]:2401/cvsroot/eclipsexul
CVS password:
cvs login: warning: failed to open /root/.cvspass for reading: No such file or 
directory

/* Seemed to call for a .cvspass file..
  Cant find a way to give a password  interactively so I had better create a 
file..*/ 

/* So I create a .cvspass with a blank line
 -- (Sourceforge demands a blank) */

dns1# cp /usr/home/Sysadmin/.cvspass /root/
dns1# chown root /root/.cvspass

dns1# cvs -f -d :pserver:[EMAIL PROTECTED]:/cvsroot/eclipsexul login
Logging in to :pserver:[EMAIL PROTECTED]:2401/cvsroot/eclipsexul
CVS password:
cvs login: warning: skipping invalid entry in password file at line 1

/* Which was treated as invalid! */

dns1# pwd
/usr/home/Sysadmin/cvs

dns1# ls -l
total 0

/* Try again adding '.' after eclipseexul */
dns1# cvs -f -d :pserver:[EMAIL PROTECTED]:/cvsroot/eclipsexul. login
Logging in to :pserver:[EMAIL PROTECTED]:2401/cvsroot/eclipsexul.
CVS password:
cvs [login aborted]: unrecognized auth response from cvs.sf.net: M -!- Client 
or Server timeout occurred!


/*I just seem to get errors from cvs! I guess I need to find out what I am 
doing wrong*/

David

-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvsup for sourceforge & other similar sites.

2005-08-25 Thread Vizion
On Thursday 25 August 2005 16:34,  the author Giorgos Keramidas contributed to 
the dialogue on-
 Re: cvsup for sourceforge & other similar sites.: 

>On 2005-08-25 15:40, Vizion <[EMAIL PROTECTED]> wrote:
>> I am wanting to cvs automatically - but I seem to fail to get into
>> sourceforge (either command line or using cron) -- by using cvsup on
>> the ports tree I have become lazy and confused by the cvs manual!! (I
>> do wish freebsd manuals had more detailed examples!!). I used to do
>> this stuff regularly (longer ago than I care to admit) - but it takes
>> time to get back into it!
>
>I'll try to help, but there are good references at the home page of CVS too
> :)
>
>> Here are a few of of my tries (as root):
>
>Not a good idea.  You don't need superuser rights to check out stuff
>from a remote repository.
>
>> dns1# cvs -f -d :pserver:[EMAIL PROTECTED]:/cvsroot/eclipsexul login
>> Logging in to :pserver:[EMAIL PROTECTED]:2401/cvsroot/eclipsexul
>> CVS password:
>> cvs login: warning: failed to open /root/.cvspass for reading: No such
>> file or directory
>>
>> /* Seemed to call for a .cvspass file..
>>   Cant find a way to give a password  interactively so I had better create
>> a file..*/
>>
>> /* So I create a .cvspass with a blank line
>>  -- (Sourceforge demands a blank) */
>
>Simply running:
>
>   dns1# touch ~/.cvspass
>
>should do it.
>
>> dns1# cp /usr/home/Sysadmin/.cvspass /root/
>> dns1# chown root /root/.cvspass
>>
>> dns1# cvs -f -d :pserver:[EMAIL PROTECTED]:/cvsroot/eclipsexul login
>> Logging in to :pserver:[EMAIL PROTECTED]:2401/cvsroot/eclipsexul
>> CVS password:
>> cvs login: warning: skipping invalid entry in password file at line 1
>>
>> /* Which was treated as invalid! */
>
>It seems the CVSROOT/passwd file of the remote repository is corrupt.
>
>> dns1# pwd
>> /usr/home/Sysadmin/cvs
>>
>> dns1# ls -l
>> total 0
>>
>> /* Try again adding '.' after eclipseexul */
>> dns1# cvs -f -d :pserver:[EMAIL PROTECTED]:/cvsroot/eclipsexul. login
>> Logging in to :pserver:[EMAIL PROTECTED]:2401/cvsroot/eclipsexul.
>> CVS password:
>> cvs [login aborted]: unrecognized auth response from cvs.sf.net: M -!-
>> Client or Server timeout occurred!
>>
>> /*I just seem to get errors from cvs! I guess I need to find out what I am
>> doing wrong*/
>
>Sourceforge problems, as far as I can tell.

Thanks

I have taken it up with sourceforge - hopefullty I will get an answer..

Thanks for your time

David

40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvsup for sourceforge & other similar sites.

2005-08-26 Thread Vizion
On Thursday 25 August 2005 16:45,  the author Vizion contributed to the 
dialogue on-
 Re: cvsup for sourceforge & other similar sites.: 

>On Thursday 25 August 2005 16:34,  the author Giorgos Keramidas contributed
> to the dialogue on-
>
> Re: cvsup for sourceforge & other similar sites.:
>>On 2005-08-25 15:40, Vizion <[EMAIL PROTECTED]> wrote:
>>> I am wanting to cvs automatically - but I seem to fail to get into
>>> sourceforge (either command line or using cron) -- by using cvsup on
>>> the ports tree I have become lazy and confused by the cvs manual!! (I
>>> do wish freebsd manuals had more detailed examples!!). I used to do
>>> this stuff regularly (longer ago than I care to admit) - but it takes
>>> time to get back into it!
>>


>>>
>>> dns1# ls -l
>>> total 0
>>>
>>> /* Try again adding '.' after eclipseexul */
>>> dns1# cvs -f -d :pserver:[EMAIL PROTECTED]:/cvsroot/eclipsexul. login
>>> Logging in to :pserver:[EMAIL PROTECTED]:2401/cvsroot/eclipsexul.
>>> CVS password:
>>> cvs [login aborted]: unrecognized auth response from cvs.sf.net: M -!-
>>> Client or Server timeout occurred!
>>>
>>> /*I just seem to get errors from cvs! I guess I need to find out what I
>>> am doing wrong*/
>>
>>Sourceforge problems, as far as I can tell.
>
>Thanks
>
>I have taken it up with sourceforge - hopefullty I will get an answer..
>
>Thanks for your time
You were right -- twas sourceforge .. they contacted me after fixing their 
server and it now works! I made a bad call and assumed it was my error!
David


-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: freebsd-questions Digest, Vol 109, Issue 16

2005-08-26 Thread Vizion
On Friday 26 August 2005 13:22,  the author C. Michailidis contributed to the 
dialogue on-
 Re: freebsd-questions Digest, Vol 109, Issue 16: 
Ok seems you were both right - in that
cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/eclipsexul co -P 
com.orangevolt.eclipse.xul
did work when I tried it -- but also
Giogios was right because there was a bug on the sourceforge server which had 
been corrected in between my posting and your logon to the server. I got an 
email from sourceforge to let me know they had fixed the problem.

I really appreciate the help both of you gave me and I would be most 
disappointed if you guys were to permenently fall out in consequence of being 
so helpful to me.

Thanks again

david

-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


pkgdb usage guide

2005-08-27 Thread Vizion
Hi

It would be most appreciated if someone who is familiar with the use of pkgdb 
could either point to a user guide that tells one how & in what circumstances 
to use the various interactive options offered by this utility or maybe help 
to draft an faq on it.

Thanks
-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: gnome2 and packages cleanup

2005-08-27 Thread Vizion
On Saturday 27 August 2005 18:12,  the author Gareth Campbell contributed to 
the dialogue on-
 gnome2 and packages cleanup: 

>Hey everyone,
>
>I was installing gnome2 from the ports collection (on dial-up!) and it
>took like 3 days of constant work when it finally ran out of space on my
>/usr drive (only using a 6.4gig).  I thought this would be more than
>enough, but alas...  So I guess Gnome is too much for my wee system so I
>want to go back to using enlightenment.  My issue is that now my system
>is full of packages that I don't need.  How do I clean up my system of
>all of these packages without deleting packages that enlightenment uses??
>
>Thanks
>___
>freebsd-questions@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to "[EMAIL PROTECTED]"
what version of freebsd are you using?

(just in case I have a spare Cd)

david
-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: pkgdb usage guide

2005-08-28 Thread Vizion
On Sunday 28 August 2005 17:56,  the author Lowell Gilbert contributed to the 
dialogue on-
 Re: pkgdb usage guide: 

>Vizion <[EMAIL PROTECTED]> writes:
>> It would be most appreciated if someone who is familiar with the use
>> of pkgdb could either point to a user guide that tells one how & in
>> what circumstances to use the various interactive options offered by
>> this utility or maybe help to draft an faq on it.
>
>How about the following?
>
> The pkgdb command is a tool to create or update the system
> package database which is used by the portupgrade(1) tool suite.
> It maintains a hash that maps an installed file to a package
> name, a hash that maps a package to an origin, and a list of
> installed packages.
>
> pkg_which looks in the package database to tell which package
> each specified file came from.  If the database is outdated but
> you do not have permission to update it, it delegates tasks to
> pkg_info(1).
>
> Actually, pkgdb and pkg_which are the same command, and are
> equivalent.
>
> The pkgdb command also works as an interactive tool for fixing
> the pack- age registry database when -F is specified.  It helps
> you resolve stale dependencies, unlink cyclic dependencies,
> complete stale or missing origins and remove duplicates.  You
> should run this command periodically so portupgrade(1) and other
> pkg_* tools can work effectively and reliably.


Pretty good
How about the various interactive options - do you have time to add to it 
guifance on how to answer the question if you use the -F option and the 
utility finds stale dependencies?

That set of questions can be pretty daunting roe newbies and the way that the 
manual is written can be challenging for old hands (like myself) with failing 
memories!!!

Thanks again 

When this is done I will put it on a website somewhere.. there is a serious 
gap in all the FreeBSD documentation for this one.

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

-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Web forum tools -recomendations please

2005-08-29 Thread Vizion
Hi

I need to install a community forum system running in a apache/freebsd 
environment. Any software suggestions  ideas and or experiences to share?

All contributions appreciated

david 
-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Proliant 5000 sever Fbsd 5.4 (re)boot problem

2005-08-30 Thread Vizion
On Tuesday 30 August 2005 12:05,  the author Robert Slade contributed to the 
dialogue on-
 Proliant 5000 sever Fbsd 5.4 (re)boot problem: 

>Hiya,
>
>I've been working on this beasty on and off for some time. It's a Quad
>processor 1 Gbyte of memory and 5 scsi drives using the 2p raid
>controller setup as 2 raid arrays + 1 spare.
>
>The machine works fine with 5.4 release #0 with the supplied generic
>kernel.
>
>The problem(s) I have been having are:
>
>1. When I recompiled the Kernel with SMP support, I get random reboots.
>It also fails to boot sometimes failing at the point after waiting for
>the scsi drives to settle. I get some error codes and Fbsd fails to find
>the boot device.
>
>2. I CVSuped to 5.4 release #2 and recompiled the Kernel with SMP
>support. This does to boot at all. It gets as far as the waiting 15s for
>scsi devices to settle, then (appears to) reset the scsi controller and
>immediately tries to access the drives (does not wait). I have tried
>recompiling with scsi_delay set to 3 (30s) with no change.
>
>I have checked dmesg and message logs but there is nothing related to
>the problem(s) there.
>
>I have gone back to the 5.4 release #0 single processor kernel for now
>which is a shame as the machine is slow without the multi processor
>support.
>
>The only thing out of the ordinary I have noted is a tx underunn --
>increasing threshold to 512 bytes  message which appears related to
>running kde remotely via vncserver and tinync.
>
>Any ideas, I can send conf files etc if needed.
>
>Thanks
>
>Rob
>
What are your bios setting?
My guess is that you have not made the right setting using the siftware and 
configuration utilities
david
-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Proliant 5000 sever Fbsd 5.4 (re)boot problem

2005-08-30 Thread Vizion
On Tuesday 30 August 2005 13:31,  the author Robert Slade contributed to the 
dialogue on-
 Re: Proliant 5000 sever Fbsd 5.4 (re)boot problem: 

>On Tue, 2005-08-30 at 21:20, Vizion wrote:
>> On Tuesday 30 August 2005 13:22,  the author Robert Slade contributed to
>> the dialogue on-
>>
>>  Re: Proliant 5000 sever Fbsd 5.4 (re)boot problem:
>> >On Tue, 2005-08-30 at 20:10, Vizion wrote:
>> >> On Tuesday 30 August 2005 12:05,  the author Robert Slade contributed
>> >> to the dialogue on-
>> >>
>> >>  Proliant 5000 sever Fbsd 5.4 (re)boot problem:
>> >> >Hiya,
>> >> >
>> >> >I've been working on this beasty on and off for some time. It's a Quad
>> >> >processor 1 Gbyte of memory and 5 scsi drives using the 2p raid
>> >> >controller setup as 2 raid arrays + 1 spare.
>> >> >
>> >> >The machine works fine with 5.4 release #0 with the supplied generic
>> >> >kernel.
>> >> >
>> >> >The problem(s) I have been having are:
>> >> >
>> >> >1. When I recompiled the Kernel with SMP support, I get random
>> >> > reboots. It also fails to boot sometimes failing at the point after
>> >> > waiting for the scsi drives to settle. I get some error codes and
>> >> > Fbsd fails to find the boot device.
>> >> >
>> >> >2. I CVSuped to 5.4 release #2 and recompiled the Kernel with SMP
>> >> >support. This does to boot at all. It gets as far as the waiting 15s
>> >> > for scsi devices to settle, then (appears to) reset the scsi
>> >> > controller and immediately tries to access the drives (does not
>> >> > wait). I have tried recompiling with scsi_delay set to 3 (30s)
>> >> > with no change.
>> >> >
>> >> >I have checked dmesg and message logs but there is nothing related to
>> >> >the problem(s) there.
>> >> >
>> >> >I have gone back to the 5.4 release #0 single processor kernel for now
>> >> >which is a shame as the machine is slow without the multi processor
>> >> >support.
>> >> >
>> >> >The only thing out of the ordinary I have noted is a tx underunn --
>> >> >increasing threshold to 512 bytes  message which appears related to
>> >> >running kde remotely via vncserver and tinync.
>> >> >
>> >> >Any ideas, I can send conf files etc if needed.
>> >> >
>> >> >Thanks
>> >> >
>> >> >Rob
>> >>
>> >> What are your bios setting?
>> >> My guess is that you have not made the right setting using the siftware
>> >> and configuration utilities
>> >> david
>> >
>> >David,
>> >
>> >Thanks. The BIOS setting appear ok - OS type is set as UNIX (Small disk
>> >geometry) and the machine passes all the diagnostics.
>> >
>> >Rob
>>
>> I cannot remember - but I have sneaking notion that you need to set it as
>> linux
>
>Tried that too :-). I think that the problem is that with 5.4 release #2
>it is trying to access that scsi drives immediately then inducing the
>kernel panic for 15s.  Rather than inducing the panic 1st.
>
>Rob
>

Did you follow my suggestion and search the HP resources with freebsd and your 
model.  I have had the same problem myself I am pretty certain it was fixed 
by changes using the Proliant Essrntial Foundation Pack.. but my memory may 
not be accurate.
david
>___
>freebsd-questions@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to "[EMAIL PROTECTED]"

-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Proliant 5000 sever Fbsd 5.4 (re)boot problem

2005-08-30 Thread Vizion
On Tuesday 30 August 2005 16:21,  the author Vizion contributed to the 
dialogue on-
 Re: Proliant 5000 sever Fbsd 5.4 (re)boot problem: 

>On Tuesday 30 August 2005 13:31,  the author Robert Slade contributed to the
>dialogue on-
>
>

Is this any use:
http://ezine.daemonnews.org/23/cpqraid.html
 
-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


expat with php configuration

2005-09-04 Thread Vizion
Hi
Practical ignorance is driving the following question:

I trying to configure php5 with expat (using latest port expat2 (version 
expat-1.95.8_3)) and have no experience with expat. I am a comparative 
newcomer to php.

I have compiled and installed expat2 and about to configuring php.

An example configure command option for php with expat (taken from pro Apache 
by Peter Wainwright) is:

--with-expat-dir=/usr/local/expat \

I cannot find any reference to the function of this expat-dir.  
Is  is this option there to create a working directory? 
If it is meant to be a working directory what security issues are involved?

or 

Is it intended to point to the expat libraries?
If so would appropriate dir be /usr/local/lib/ where libexpat.a and 
libexpat.so.5 are located?

I am also confused because there seems, in the port a need for some clarity 
about the role of the files when on considers the following man page entry:
-
NAME
 libbsdxml -- eXpat XML parser library

SYNOPSIS
 #include 

DESCRIPTION
 The libbsdxml library is a verbatim copy of the eXpat XML library version
 1.95.5.

 To avoid version and autoconfiguration issues, the library has been
 renamed to libbsdxml rather than retain the original eXpat library and
 include file names to prevent confusion and autoconfiguration issues for
 3rd party software.
-
It was only after installing expat that I found the only man pages is the 
brief reference page under libbsdxml. 

It seems that in addition to the expat libs  I mentioned there are also the 
libbsdxml libraries:
dns1# locate libbsdxml
/lib/libbsdxml.so.1
/usr/lib/libbsdxml.a
/usr/lib/libbsdxml.so
/usr/lib/libbsdxml_p.a
/usr/share/man/cat3/libbsdxml.3.gz
/usr/share/man/man3/libbsdxml.3.gz
/usr/src/lib/libexpat/libbsdxml.3
/usr/src/lib/libexpat/libbsdxml.3,v

Can anyone please clarify things for me
thanks
David

-- 
40 yrs navigating and computing in blue waters.
English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
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   >