w3 web browser on freebsd v6.2-R

2007-08-09 Thread jonathan michaels
greetings all

just installed a compaq proliant 5500  with freebsd v6.2-release, works
quite well in most respects. except for one small item.

i installed from ports the w3.org web browser amaya, just did the basic
make install and ater teh fetch and build, which didn't throw up any
errors or complaints, as far as i could see ..

i started up teh browser

 amaya-gtk

and all it returned was this error message

/libexec/ld-elf.so.1: Shared object libintl.so.8 not found, required by 
amaya-gtk

i scoured teh hard disk and found nothing, i looked on teh freebsd
v6.2-release january 2007 4 cdrom set from freebsdmall.com (thanks
guys) and the freebsd toolkit july 2006 (supposed to be fro 6.2 ??)
the 6 cdrom set. i found no mention of any libintl.any.revision.at.all

sugestions, ideas .. how do i go about resolving thiw situations,
please. i am new to building/debuging software from ports, i normaly
just install teh package and thats that. i live on teh end of a 14kb
dialup modem link .. no adsl where i am, yet.

sorry, i am not subscribed, please cc: me

kind regards and much appreciations

jonathan

-- 

powered by ..
QNX, OS9 and freeBSD  --  http://caamora com au/operating system
 === appropriate solution in an inappropriate world === 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: w3 web browser on freebsd v6.2-R

2007-08-10 Thread jonathan michaels
On Fri, Aug 10, 2007 at 04:18:26PM +1000, Norberto Meijome wrote:
 On Fri, 10 Aug 2007 14:31:58 +1000
 jonathan michaels [EMAIL PROTECTED] wrote:
 
  On Fri, Aug 10, 2007 at 01:40:55PM +1000, Norberto Meijome wrote:
   On Fri, 10 Aug 2007 10:27:41 +1000
   jonathan michaels [EMAIL PROTECTED] wrote:

/libexec/ld-elf.so.1: Shared object libintl.so.8 not found, required 
by amaya-gtk

   in my box (6.2 STABLE) , it was installed by gettext:

   [EMAIL PROTECTED] [Fri Aug 10 13:36:21 2007]
   /usr/home/betom
   $ locate libintl.so.8
   /usr/local/lib/libintl.so.8

  that was teh forst thing that i tired and nothing .. no
  responce

   [EMAIL PROTECTED] [Fri Aug 10 13:36:25 2007]
   /usr/home/betom
   $ pkg_info -W `locate libintl.so.8`
   /usr/local/lib/libintl.so.8 was installed by package gettext-0.16.1_3

  that didn;t shw up much either .. file is not in PATH
 
 of course, you haven't got the file in the first place :)
 
 pkg_info -W {file} tells you which package (if any) installed that file. 
 Because it's located under /usr/local/, it is highly likely it was installed 
 by a 3rd party package/port , rather than part of the OS
 
  but i checked for gettext in teh index-6 and in my version,
  either jul 2006 or jan 2007 ( freebsd toolkit or jan 2007 ), is
  a fw revisions earlier than the right one.
 
 fair enough, i keep mine up to date. you can use 
 
 locate libintl.so 
 
 instead , and see if you have any version of libintl installed.
 
 If you do have a version of libintl in your system, (highly likely if you 
 have gettext installed), then you can try mapping the calls to libintl.so.8 
 to libintl.so (which should be a soft link to your version of libintl, 
 ie,so.SOMETHING ). You do this by updating /etc/libmap.conf 

i found usr/local/lib/libintl.so and /usr/local/lib/libintl.so.6

 a line like 
 
 libintl.so.8libintl.so

how about 

libintl.so.8   libintl.so.6   ??? 
 
 should do the trick.
 
 TFM is @ man libmap.conf :)

would this live in 

/etc/libmap.conf ?? or in
/usr/local/etc/libmap.conf ?? or somewhereelse ??

  looks like i'm going to have to upgrad teh whole lot .. grrr.
  do you know where i can get the whole packages tree ? norberto
  ?? 

 not necessarily , it may work with updating libmap.conf

this sounds good, very good indeed, thank you

thank you, norberto.

kind regards

jonathan
 
-- 

powered by ..
QNX, OS9 and freeBSD  --  http://caamora com au/operating system
 === appropriate solution in an inappropriate world === 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: w3 web browser on freebsd v6.2-R

2007-08-12 Thread jonathan michaels
On Fri, Aug 10, 2007 at 06:47:02PM +1000, Norberto Meijome wrote:
 On Fri, 10 Aug 2007 18:04:07 +1000
 jonathan michaels [EMAIL PROTECTED] wrote:
 
 []
 
   
but i checked for gettext in teh index-6 and in my version,
either jul 2006 or jan 2007 ( freebsd toolkit or jan 2007 ), is
a fw revisions earlier than the right one.
   
   fair enough, i keep mine up to date. you can use 
   
   locate libintl.so 
   
   instead , and see if you have any version of libintl installed.
   
   If you do have a version of libintl in your system, (highly likely if you 
   have gettext installed), then you can try mapping the calls to 
   libintl.so.8 to libintl.so (which should be a soft link to your version 
   of libintl, ie,so.SOMETHING ). You do this by updating /etc/libmap.conf 
  
  i found usr/local/lib/libintl.so and /usr/local/lib/libintl.so.6
 
 yes, a few -RELEASE boxen i manage have that too

suggestion .. please, how (best) to keep a freebsd host 'up-to-date',
for me, for various reasons going down the -stable road is too
much work. currently i use -release untill i need to upgrade
for some (usually) serious reason.

the situation that i am in now is the natural conclusion of
that road ..  
 
  
  how about 
  
  libintl.so.8   libintl.so.6   ??? 
 
 sure - but if / when u upgrade libintl.so.6 to, say, .7. or .8, it will 
 break. .so (no version @ end) will still be there.
 
   
   should do the trick.
   
   TFM is @ man libmap.conf :)
  
  would this live in 
  
  /etc/libmap.conf ?? or in
  /usr/local/etc/libmap.conf ?? or somewhereelse ??
  
 
 good point, never tried with /usr/local/etc - it is /etc/libmap.conf , from 
 the man page:
 FILES
  /etc/libmap.confThe libmap configuration file.
  /etc/libmap32.conf  The libmap configuration file for 32-bit binaries on
  64-bit system.

ok, i will try that latter on today .. thanks norberto, hope
you had a good weekend ?

much appreciations/kind regards

jonathan

-- 

powered by ..
QNX, OS9 and freeBSD  --  http://caamora com au/operating system
 === appropriate solution in an inappropriate world === 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


named and its hourly reports

2008-07-14 Thread jonathan michaels
first, i am not subscribed to teh list .. tooo much volume please use
the Reply-To: for reply.

i've just upgraded to freebsd v6.2 from a decade of using freebsd
v2.2.5-release .. most reliably most stable, by comparison this v6.2
has been a nightmare over this last year .. so many changes so many
things different from 2.2.5 stuff that was taken for granted that never
tirned up as part of teh ansers to the few questions i'v managed to
ask. so frustrating .. moan mode off!

named now reports hourly

Jul 15 06:55:10 hid named[617]: could not listen on UDP socket: permission 
denied
Jul 15 06:55:10 hid named[617]: creating IPv4 interface tun0 failed; interface 
ignored
Jul 15 07:55:10 hid named[617]: could not listen on UDP socket: permission 
denied
Jul 15 07:55:10 hid named[617]: creating IPv4 interface tun0 failed; interface 
ignored
Jul 15 08:55:10 hid named[617]: could not listen on UDP socket: permission 
denied
Jul 15 08:55:10 hid named[617]: creating IPv4 interface tun0 failed; interface 
ignored
Jul 15 09:55:10 hid named[617]: could not listen on UDP socket: permission 
denied
Jul 15 09:55:10 hid named[617]: creating IPv4 interface tun0 failed; interface 
ignored
Jul

i've tried teh hand book, even muddled my way through google, teh only
reference that has surfaced is a pointer to the fact the this error
message is because named is running in a sandbox ??? d'ont know when
that happened but freebsd now runs named from a sandbox ..

this machine is a router/gateway and old 486 with a small scsi hdd that
is rapidly filling up from this and others, to my mind silly error
messages.

is there some way to fix thins, is it a hard error, can i run named not
in a sandbox, i'm also seeing other errors that seem (to my mind) to be
related to this, but i am not sure so i'm keeping my mouth shut untill
i can work it out and find teh real culprit .. i have mild brain damage
that impinges on my cognitive process, ergo the poor typing
(neurological damage) and problems with language/understanding.

some pointers would be most appreciated .. i've been struggling with
this for aover a year now and do not know where else to go ??

sorry for teh whinge

most kind regards and gracious appreciations.

jonathan

-- 

powered by ..
QNX, OS9 and freeBSD  --  http://caamora com au/operating system
 === appropriate solution in an inappropriate world === 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: named and its hourly reports

2008-07-15 Thread jonathan michaels
ian,

long time no scribble .. thanks much appreciated

On Tue, Jul 15, 2008 at 08:27:33PM +1000, Ian Smith wrote:
 On Tue, 15 Jul 2008 12:22:06 +1000 jonathan michaels [EMAIL PROTECTED] 
 wrote:
 
   named now reports hourly
   
   Jul 15 06:55:10 hid named[617]: could not listen on UDP socket: permission 
 denied
   Jul 15 06:55:10 hid named[617]: creating IPv4 interface tun0 failed; 
 interface ignored
   Jul 15 07:55:10 hid named[617]: could not listen on UDP socket: permission 
 denied
   Jul 15 07:55:10 hid named[617]: creating IPv4 interface tun0 failed; 
 interface ignored
   Jul 15 08:55:10 hid named[617]: could not listen on UDP socket: permission 
 denied
   Jul 15 08:55:10 hid named[617]: creating IPv4 interface tun0 failed; 
 interface ignored
   Jul 15 09:55:10 hid named[617]: could not listen on UDP socket: permission 
 denied
   Jul 15 09:55:10 hid named[617]: creating IPv4 interface tun0 failed; 
 interface ignored
   
   i've tried teh hand book, even muddled my way through google, teh only
   reference that has surfaced is a pointer to the fact the this error
   message is because named is running in a sandbox ??? d'ont know when
   that happened but freebsd now runs named from a sandbox ..
 
 By default .. you don't have to, but it's a very good idea these days.
 
   this machine is a router/gateway and old 486 with a small scsi hdd that
   is rapidly filling up from this and others, to my mind silly error
   messages.
   
   is there some way to fix thins, is it a hard error, can i run named not
   in a sandbox, i'm also seeing other errors that seem (to my mind) to be
   related to this, but i am not sure so i'm keeping my mouth shut untill
   i can work it out and find teh real culprit ..
 
 Jonathan, I don't think not running named in a sandbox would help here. 

after i got yuri post earlier i started to do some reading and
it all making sence now and so does the sandbox stuff .. si it
is staying.
 
 As Yuri pointed out, named is scanning all interfaces, default hourly. 

this is teh thing i'm having trouble with, why is named scaning
anything ??

i've got two secondaries (my isp and a friend) for
caamora.com.au, it was easy in bind v4, but not so with the new
v8/9 config .. everything and teh kitchen sink gets defined. i
am working my way through it, its a bit of hard going for me.

 I had a related problem on this laptop, with the same error messages -
 after a suspend/resume the (pccard) interface wasn't coming up quickly
 enough to beat named's (then overdue) interface scan, so named wouldn't
 bind to that interface.  I fixed that by running the following script
 from /etc/rc.resume:
 
 #!/bin/sh
 # 28/12/6 called by rc.resume; wait for pccard resume to reattach xe0 ..
 doit() {
 sleep $1
 # logger -p user.notice stopping named
 /etc/rc.d/named stop
 # + 31/12/6 missed restart once .. try:
 sleep 1
 # logger -p user.notice restarting named
 /etc/rc.d/named start
 }
 delay=5; [ $1 ]  delay=$1
 doit $delay 
 exit 0  # finish rc.resume so pccard resume can get on with it ..
  
 Note that /etc/rc.d/named restart didn't work for me, nor rndc restart. 

thanks, but i don't think this will help here, the machine is a
permanently connected dialup ppp (now userland ppp, formerly
kernel pppd). so it just sits there doing its thing untill teh
ocasion thunderstorm grin or freebsd fallover, stuff happens. 

 However there are perhaps better ways to tackle this, depending on which
 interface/s you *need* to have named listening on.  If you need named to
 listen on the adddress of tun0 (pppoe, I suppose?) then you may need to

this is teh bit i am failing to understand, why is named
scaning tun0, what is it looking for .. it should be obvious,
but sorry i am not making sence of this.

i read teh 'listen-on' bit in dnsbind ed5 (after yuri tip off)
and trying to workout if bind is using this 'listen-on' is it
looking for internal dns queries or looking for stuff coming in
from teh outside for the getting of domain transfer infromation
for teh secondaries, umm slave servers out there, as mentioned
earlier teh isp dns server and teh 'friend dns server' i am not
quite clear on where that information goes in teh new scheme of
things ??

 do something like the above whenever ppp connects, or reconnects, from a
 suitable up-script for ppp.  The disadvantage is clearing named's cache.

 If on the other hand you only need named listening on other interface/s
 than tun0, use the 'listen on { $address; };' option/s to specify the
 address/es to listen on.  The default is '*', the addresses associated
 with each interface, as 'sockstat -4 | grep named' will show.  Don't
 forget to include a 'listen on { 127.0.0.1; }' if you want localhost.
 
   some pointers would be most appreciated .. i've been struggling with
   this for aover a year now and do not know where else to go ??
 
 You could have come here a year ago :)

fortress jonathan says it all i guess ,, but slowly

gigabyte GA-71XE4 (single amd athlon cpu motherboard

2008-09-03 Thread jonathan michaels
greetings all,

i just repaired my old machine by replacing the damaged motherboard
with these items

motherboard: Gigabyte GA-71XE4 (chipset AMD-75?, with single AMD Athlon cpu)
audio:   Creative SB PCI 128 (CT-4815)
video:   nVidia GeForce 4 MX440 SE
nic: D-Link DFE-530TX+ 10/100BaseTX (be replaced with intel 10/100)

freebsd v5.2 and 5.3 boots no problems works well but freebsd v7 locks
solid right when it get to teh load image to/from md0 device this
happens when i use teh -release cdrom to install freebsd.

i looked on google and on marc tying for gigabyte/ga-71xe4 and various
combinations of teh whole chain of bits, also tried specific freebsd
lists (-hardware and -questions) and drew blanks .. guess this will
change that .. grin.

after a bit of thinking i tried booting in 'Safe mode it booted
properly and went on to complete the installation and is now working as
well as i have seen freebsd work on my other machines.

after starting to use safe mode i had no further problems witht eh
boot/startup lockups.

another thing thats confused me is how freebsd can work out the ide
cable is teh wrong one, dose it really make that much difference ??

i have attached the /var/run/dmesg.run and cut down version of
/var/log/messages.

please reply to address in headers .. i'm not subscribed to questions-


some light would be appreciated on this whole acpi issue and if i need
nvidia drivers to make teh video card work in normal/text mode ??

much thanks and kind regards

jonathan


/var/run/dmesg.run

Copyright (c) 1992-2008 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 is a registered trademark of The FreeBSD Foundation.
FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) Processor (1009.95-MHz 686-class CPU)
  Origin = AuthenticAMD  Id = 0x642  Stepping = 2
  
Features=0x183f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR
  AMD Features=0xc0440800SYSCALL,b18,MMX+,3DNow!+,3DNow!
real memory  = 805240832 (767 MB)
avail memory = 773992448 (738 MB)
kbd1 at kbdmux0
ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
hptrr: HPT RocketRAID controller driver v1.1 (Feb 24 2008 19:59:27)
cpu0 on motherboard
pcib0: AMD-751 host to PCI bridge pcibus 0 on motherboard
pir0: PCI Interrupt Routing Table: 7 Entries on motherboard
pci0: PCI bus on pcib0
agp0: AMD 751 host to AGP bridge on hostb0
pcib1: PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
vgapci0: VGA-compatible display mem 
0xee00-0xeeff,0xd800-0xdfff,0xe5c8-0xe5cf irq 11 at 
device 5.0 on pci1
isab0: PCI-ISA bridge at device 7.0 on pci0
isa0: ISA bus on isab0
atapci0: AMD 756 UDMA66 controller port 
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f at device 7.1 on pci0
ata0: ATA channel 0 on atapci0
ata0: [ITHREAD]
ata1: ATA channel 1 on atapci0
pci0: bridge at device 7.3 (no driver attached)
ohci0: AMD-756 USB Controller mem 0xefffe000-0xefffefff irq 9 at device 7.4 
on pci0
ohci0: [GIANT-LOCKED]
ohci0: [ITHREAD]
usb0: OHCI version 1.0, legacy support
usb0: AMD-756 USB Controller on ohci0
usb0: USB revision 1.0
uhub0: AMD OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 on usb0
uhub0: 4 ports with 4 removable, self powered
rl0: D-Link DFE-530TX+ 10/100BaseTX port 0xdc00-0xdcff mem 
0xef00-0xefff irq 11 at device 9.0 on pci0
miibus0: MII bus on rl0
rlphy0: RealTek internal media interface PHY 0 on miibus0
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
rl0: Ethernet address: 00:05:5d:d5:23:f3
rl0: [ITHREAD]
pcm0: Creative CT5880-C port 0xde00-0xde3f irq 10 at device 10.0 on pci0
pcm0: SigmaTel STAC9721/23 AC97 Codec
pcm0: [ITHREAD]
pcm0: Playback: DAC1,DAC2 / Record: ADC
pmtimer0 on isa0
atkbdc0: Keyboard controller (i8042) at port 0x60,0x64 on isa0
atkbd0: AT Keyboard irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
atkbd0: [ITHREAD]
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: [ITHREAD]
psm0: model Generic PS/2 mouse, device ID 0
fdc0: Enhanced floppy controller at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: [FILTER]
ppc0: Parallel port at port 0x378-0x37f irq 7 on isa0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/9 bytes threshold
ppbus0: Parallel port bus on ppc0
ppbus0: [ITHREAD]
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
ppc0: [GIANT-LOCKED]
ppc0: [ITHREAD]
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio0: [FILTER]
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
sio1: [FILTER]
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 

sound card and freebsd v7.0

2008-09-25 Thread jonathan michaels
greetings, freebsd-questions,

i recently got a handme-down box, some sort of hp desktop machine ? not
sure what it is called, the source was more or less vague about its
name/configuration ??? i put in a freebsd v7 cd and these bit fell out,

after pluging some speakers there was no sound, i suppose ?no driver
attached  line explains that one ??

sorry for the lack of informations, this is my forst time with freebsd
v7 i had used freebsd v6.2 for the previous 6-7 months and for teh
previous 10 plus years freebsd v2.2.5-7 had looked after all of my
networking requirements pppd/mail/ethernet/x11 desktop/and so on. this
v7 world is completely new (and somewhat foreign) to me.

Sep 26 13:26:46 hostid kernel: pci0: bridge at device 4.3 (no driver attached)
Sep 26 13:26:46 hostid kernel: csa0: CS4280/CS4614/CS4622/CS4624/CS4630 mem 
0xf410-0xf4100fff,0xf400-0xf40f irq 10 at device 6.0 on pci0
Sep 26 13:26:46 hostid kernel: csa: card is Unknown/invalid SSID (CS4614)
Sep 26 13:26:46 hostid kernel: csa0: [GIANT-LOCKED]
Sep 26 13:26:46 hostid kernel: csa0: [ITHREAD]
Sep 26 13:26:46 hostid kernel: pcm0: CS461x PCM Audio on csa0
Sep 26 13:26:46 hostid kernel: pcm0: Cirrus Logic CS4297 AC97 Codec
Sep 26 13:26:46 hostid kernel: pcm0: [GIANT-LOCKED]
Sep 26 13:26:46 hostid kernel: pcm0: [ITHREAD]

i enabled all teh sound drivers on boot and this is what is in teh
/var/log/messages said aboutt he sound card.

failing that i had a go with scanpci and it found this ..

pci bus 0x cardnum 0x00 function 0x00: vendor 0x8086 device 0x7190
 Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge

pci bus 0x cardnum 0x01 function 0x00: vendor 0x8086 device 0x7191
 Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge

pci bus 0x cardnum 0x04 function 0x00: vendor 0x8086 device 0x7110
 Intel Corporation 82371AB/EB/MB PIIX4 ISA

pci bus 0x cardnum 0x04 function 0x01: vendor 0x8086 device 0x7111
 Intel Corporation 82371AB/EB/MB PIIX4 IDE

pci bus 0x cardnum 0x04 function 0x02: vendor 0x8086 device 0x7112
 Intel Corporation 82371AB/EB/MB PIIX4 USB

pci bus 0x cardnum 0x04 function 0x03: vendor 0x8086 device 0x7113
 Intel Corporation 82371AB/EB/MB PIIX4 ACPI

pci bus 0x cardnum 0x06 function 0x00: vendor 0x1013 device 0x6003
 Cirrus Logic CS 4614/22/24/30 [CrystalClear SoundFusion Audio Accelerator]

pci bus 0x cardnum 0x10 function 0x00: vendor 0x10b7 device 0x9055
 3Com Corporation 3c905B 100BaseTX [Cyclone]

pci bus 0x0001 cardnum 0x00 function 0x00: vendor 0x102b device 0x0521
 Matrox Graphics, Inc. MGA G200 AGP

pciconf .. said this

[EMAIL PROTECTED]:0:0:0:class=0x06 card=0x chip=0x71908086 
rev=0x03 hdr=0x00
[EMAIL PROTECTED]:0:1:0:class=0x060400 card=0x chip=0x71918086 
rev=0x03 hdr=0x01
[EMAIL PROTECTED]:0:4:0:class=0x060100 card=0x chip=0x71108086 
rev=0x02 hdr=0x00
[EMAIL PROTECTED]:0:4:1:class=0x010180 card=0x chip=0x71118086 
rev=0x01 hdr=0x00
[EMAIL PROTECTED]:0:4:2:class=0x0c0300 card=0x chip=0x71128086 
rev=0x01 hdr=0x00
[EMAIL PROTECTED]:0:4:3:class=0x068000 card=0x chip=0x71138086 
rev=0x02 hdr=0x00
[EMAIL PROTECTED]:0:6:0:class=0x040100 card=0x42801013 chip=0x60031013 
rev=0x01 hdr=0x00
[EMAIL PROTECTED]:0:16:0:   class=0x02 card=0x905510b7 chip=0x905510b7 
rev=0x24 hdr=0x00
[EMAIL PROTECTED]:1:0:0:class=0x03 card=0xff00102b chip=0x0521102b 
rev=0x03 hdr=0x00

i do not know what else to provide to help with this ..

apart from teh 
no sound' problem the only other oddity that this machine displays is
some mild confusion about the hard drive.

the drive is a 120 gb hitachi deskstar .. linux (several of teh most
recent distributions, ubuntu/centos/fedora sees it as a 120 gb, as
dose solaris v10/v11 but freebsd calls it a 114 gb drive and no
fiddling with teh geometry altres that outcome (several combinations
make it even less than teh 114 gb .. some come down to 85 gb.  i don't
have a freebsd v6 box anymore to test this drive in, it died, this is
why teh new (to me) box and teh sudden/abrupt move into freebsd v7.

if it helps .. this is teh details
 
 uname -a
FreeBSD hostid.domain.com.au 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 
19:59:52 UTC 2008
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
 
 
Sep 26 13:26:46 hostid kernel: ad0: 114440MB IC35L120AVVA07 0 VA6OA56A at 
ata0-master UDMA33
Sep 26 13:26:46 hostid kernel: acd0: DVDROM MATSHITADVD-ROM SR-8586/3Z24 at 
ata1-master UDMA33
Sep 26 13:26:46 hostid kernel: acd1: CDROM LTN485S/JKF1 at ata1-slave PIO4
Sep 26 13:26:46 hostid kernel: Trying to mount root from ufs:/dev/ad0s1a

the machines bios is phoenix type and freebsd seems to be not botherd
by its ways and means (i've had freebsd turn tantrums over earleier
phoenix biosed boxen (some 8-10 years ago that is .. )

is there saome (easy/simple) i can make freebsd see, stop this sound
card from playing this game of 'hide and 

Re: sound card and freebsd v7.0

2008-09-26 Thread jonathan michaels
greetings, bernt,

thank you for the help ..

On Fri, Sep 26, 2008 at 08:52:42AM +0200, Bernt Hansson wrote:
 jonathan michaels:
 
  
  Sep 26 13:26:46 hostid kernel: pci0: bridge at device 4.3 (no driver 
  attached)
  Sep 26 13:26:46 hostid kernel: csa0: CS4280/CS4614/CS4622/CS4624/CS4630 
  mem 0xf410-0xf4100fff,0xf400-0xf40f irq 10 at device 6.0 on pci0
  Sep 26 13:26:46 hostid kernel: csa: card is Unknown/invalid SSID (CS4614)
  Sep 26 13:26:46 hostid kernel: csa0: [GIANT-LOCKED]
  Sep 26 13:26:46 hostid kernel: csa0: [ITHREAD]
  Sep 26 13:26:46 hostid kernel: pcm0: CS461x PCM Audio on csa0
  Sep 26 13:26:46 hostid kernel: pcm0: Cirrus Logic CS4297 AC97 Codec
  Sep 26 13:26:46 hostid kernel: pcm0: [GIANT-LOCKED]
  Sep 26 13:26:46 hostid kernel: pcm0: [ITHREAD]
  
  i enabled all teh sound drivers on boot and this is what is in teh
  /var/log/messages said aboutt he sound card.
 
 How did you enable the sounddriver?

after the initial install, i created/editied a /boot/loader.conf.local
file to enable all teh sound drivers to see which one came up as being
the one .. grin.

then, i plan to redit teh /boot/loader.conf.local file to reflect teh
changes, after testing .. i am at teh testing stage .. still smile.

 What is the output of cat /dev/sndstat?

FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386)
Installed devices:
pcm0: CS461x PCM Audio at irq 10 kld snd_csa [GIANT] (1p:1v/1r:1v channels 
duplex default)

 What is the output of kldstat?

Id Refs AddressSize Name
 1   39 0xc040 906518   kernel
 2   35 0xc0d07000 4a5acsound.ko
 31 0xc0d52000 3730 snd_driver.ko
 42 0xc0d56000 5014 snd_ad1816.ko
 52 0xc0d5c000 56b0 snd_als4000.ko
 62 0xc0d62000 72f8 snd_atiixp.ko
 72 0xc0d6a000 5858 snd_cmi.ko
 82 0xc0d7 5820 snd_cs4281.ko
 93 0xc0d76000 8aec snd_csa.ko
102 0xc0d7f000 b890 snd_ds1.ko
112 0xc0d8b000 14d04snd_emu10kx.ko
122 0xc0da 90b0 snd_envy24.ko
134 0xc0daa000 2a58 snd_spicds.ko
142 0xc0dad000 80c8 snd_envy24ht.ko
152 0xc0db6000 8a5c snd_es137x.ko
162 0xc0dbf000 5ba4 snd_ess.ko
175 0xc0dc5000 4c44 snd_sbc.ko
182 0xc0dca000 4d60 snd_fm801.ko
193 0xc0dcf000 c330 snd_mss.ko
202 0xc0ddc000 14324snd_hda.ko
212 0xc0df1000 6f88 snd_ich.ko
222 0xc0df8000 9220 snd_maestro.ko
232 0xc0e02000 a3c4 snd_maestro3.ko
242 0xc0e0d000 116a0snd_neomagic.ko
252 0xc0e1f000 532c snd_sb16.ko
262 0xc0e25000 4c88 snd_sb8.ko
272 0xc0e2a000 5ef4 snd_solo.ko
282 0xc0e3 5a74 snd_t4dwave.ko
292 0xc0e36000 7f24 snd_via8233.ko
302 0xc0e3e000 4fa8 snd_via82c686.ko
312 0xc0e43000 5bc0 snd_vibes.ko
321 0xc0e49000 6a32cacpi.ko
331 0xc2486000 22000linux.ko
341 0xc26c7000 2000 warp_saver.ko
 
  the drive is a 120 gb hitachi deskstar .. linux (several of teh most
  recent distributions, ubuntu/centos/fedora sees it as a 120 gb, as
  dose solaris v10/v11 but freebsd calls it a 114 gb drive
 
 That's quite simple, freebsd calls it for what it is a 114 Gb disk.

sorry, i am a bit nervious with this v7 installation, i had some real
'issues' with the installation of freebsd v6.2 on my hardware and they
seem to being repeated with this v7 .. i am using the basic sysinstall
tool set that provides a basic installation.

i do not understand this .. i mean i do not understant how freebsd can
take a drive with the cylinders/heads/sectors that produces xxx million
sectors that muitiplied by 512 bytes producs 120 gb (real gb) solaris
also identifies this as a 120 gb drive as do several linux distrinutions
(centos and ubuntu based).

one item i forgot to include that freebsd v7 came back with several
different (with several succesive reboots) free space guesses (no
intervention from me just putting in teh dvd and booting .. in several
machines whose bios' all said that this is a 120 (real) gb drive

could this be a lba confusion/issue between teh drive/bios/freebsd
interpretation ?? it is a term i recall from earlier, when thes
kinds of drives first appeared and casued significant consternations
for everybody not just freebsd. it is a problems as far as i have
several of thes drives to be putting into several 'server' machines
where this kind of freespace 'loss' would become an issue --- hardware
density, as in drivers per terabyte leading to power consumption/space
and heating conciderations in raid arrays (five and ten drive rack)s

this is not a 'real' problem as 95 gb (whats left after install from a
114 gb start point) is more than enough for this boxes task-load. it is
that i find this a bit confusing/interesting, esp given that fresbie
v1.1 aslo sees this as a 120 gb drive ???  just interested in fiding
out what is going on and if this is a pointer to future hardware
mis-identification --- i understand the difference between real
gigabytes

sendmail: stat=Deferred: Can't assign requested address

2008-06-11 Thread jonathan michaels
greetings all,

firstly, i am not subscribed, please cc: responces, appreciated.

i have been using freebsd v2.2.5-release (as my domains mx host
on a 486dx33 .. that was upgraded after 20 years running with 6
years on v2.2.5  to a p5-133 mhz into which i moved teh whole scsi
harddisk ssubsystem (card and drives) ther it ran v 2.2.5-r
faultlessly untill last january when i cleaned of teh hard
drives reformated averything and installed freebsd v6.2-release
!!

than after a few weeks of settling down and setting up every
thing worked well, as expected, then the sendmail nightmares
started ... basically the system could not send mail anywhere
!!!

cutting long story short, it was basically my having to relearn
teh whole universe .. there were more differences  than i had
planned for and it was an uphill battle relearning essentially
everything i had learned about freebsd over th previous ten
years.

about 3 weeks ago things started to make sence, herebouts,
slowly it is clearing up, as i started to understand sendmail
and getting teh configurations right .. most of teh poorly
configured hosts i've now cleaned up and are working properly,
but, one ...

i have now got one left and like teh linux chappie who i found
on google who had a similar out of teh blue experience like
mine, (about 2003) one day sendmail worked then teh veyr next it was
defereing everytingh .. just like here. this chappie had
replaced his nic, i've not done angthiny like that hppen here,
the machine is the machine and no hardware has been changed ??

i donot understand what is going on here .. i've included all
teh differnt bits in teh maillog file

here is teh /var/log/maillog exerpt

Jun  9 00:00:00 reality newsyslog[15991]: logfile turned over

Jun  9 03:01:05 reality sendmail[16485]: grew WorkList for 
/var/spool/clientmqueue to 2000
Jun  9 03:06:36 reality sendmail[17417]: m58H6aGk017417: from=root, size=12938, 
class=0, nrcpts=1, msgid=[EMAIL PROTECTED], [EMAIL PROTECTED]
Jun  9 03:06:36 reality sendmail[17417]: m58H6aGk017417: to=root, ctladdr=root 
(0/0), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=42938, 
relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: Can't assign requested 
address
Jun  9 03:06:40 reality sendmail[17475]: m58H6dJG017475: from=root, 
size=137243, class=0, nrcpts=1, msgid=[EMAIL PROTECTED], [EMAIL PROTECTED]
Jun  9 03:06:40 reality sendmail[17475]: m58H6dJG017475: to=root, ctladdr=root 
(0/0), delay=00:00:01, xdelay=00:00:00, mailer=relay, pri=167243, 
relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: Can't assign requested 
address

Jun  9 03:06:49 reality sendmail[17463]: grew WorkList for 
/var/spool/clientmqueue to 2000
Jun  9 03:06:49 reality sendmail[17463]: m58H6aGk017417: to=root, ctladdr=root 
(0/0), delay=00:00:13, xdelay=00:00:00, mailer=relay, pri=132938, 
relay=[127.0.0.1] [127.0.0.1], dsn=4.0.0, stat=Deferred: Can't assign requested 
address
Jun  9 03:06:49 reality sendmail[17463]: m58H6dJG017475: to=root, ctladdr=root 
(0/0), delay=00:00:10, xdelay=00:00:00, mailer=relay, pri=257243, 
relay=[127.0.0.1], dsn=4.0.0, stat=Deferred: Can't assign requested address
Jun  9 03:06:49 reality sendmail[17463]: m57LAP8l013868: to=root, 
delay=19:56:24, xdelay=00:00:00, mailer=relay, pri=3644350, relay=[127.0.0.1], 
dsn=4.0.0, stat=Deferred: Can't assign requested address
Jun  9 03:06:49 reality sendmail[17463]: m57LAP8m013868: to=root, 
delay=19:56:24, xdelay=00:00:00, mailer=relay, pri=3768123, relay=[127.0.0.1], 
dsn=4.0.0, stat=Deferred: Can't assign requested address
Jun  9 03:06:49 reality sendmail[17463]: m57H6qfr013304: to=root, ctladdr=root 
(0/0), delay=23:59:57, xdelay=00:00:00, mailer=relay, pri=4542984, 
relay=[127.0.0.1], dsn=4.0.0, stat=Deferred: Can't assign requested address
Jun  9 03:06:49 reality sendmail[17463]: m57H6u1Q013363: to=root, ctladdr=root 
(0/0), delay=23:59:53, xdelay=00:00:00, mailer=relay, pri=4666757, 
relay=[127.0.0.1], dsn=4.0.0, stat=Deferred: Can't assign requested address
Jun  9 03:06:49 reality sendmail[17463]: m56MMWd3009824: to=root, 
delay=1+18:44:17, xdelay=00:00:00, mailer=relay, pri=7861512, 
relay=[127.0.0.1], dsn=4.0.0, stat=Deferred: Can't assign requested address
Jun  9 03:06:49 reality sendmail[17463]: m56LMVd3009703: to=root, 
delay=1+19:44:17, xdelay=00:00:00, mailer=relay, pri=8054226, 
relay=[127.0.0.1], dsn=4.0.0, stat=Deferred: Can't assign requested address
Jun  9 03:06:49 reality sendmail[17463]: m56LMVd4009703: to=root, 
delay=1+19:44:17, xdelay=00:00:00, mailer=relay, pri=8177393, 
relay=[127.0.0.1], dsn=4.0.0, stat=Deferred: Can't assign requested address
Jun  9 03:06:49 reality sendmail[17463]: m56ILDAU009315: to=root, ctladdr=root 
(0/0), delay=1+22:45:36, xdelay=00:00:00, mailer=relay, pri=8670146, 
relay=[127.0.0.1], dsn=4.0.0, stat=Deferred: Can't assign requested address
Jun  9 03:06:49 reality sendmail[17463]: m56H6f3Y009045: to=root, ctladdr=root 
(0/0), delay=2+00:00:08, xdelay=00:00:00, mailer=relay, pri=8952860, 

Re: sendmail: stat=Deferred: Can't assign requested address

2008-06-12 Thread jonathan michaels
greetings, derek,

much appreciated the prompt reply

On Wed, Jun 11, 2008 at 12:43:42PM -0500, Derek Ragona wrote:
 At 06:36 AM 6/11/2008, jonathan michaels wrote:

bit of history trimed for brevity

 in teh freebsd.mc/sendmail.mc and a 'make install' to cover all
 bases.
 
 i treied to restart teh mailqueue ... no luck .. grrr
 
   and then an entry into the mailertable
 
 . esmpt:mail.caamora.com.au
 
 again did the make whatever thingie and ... tried to post,
 again this defered post business .. can't asign ..
 
 there is something going on here that i donot understand ..
 some enlightenment would be appreciated, please.
 
 the few bits i found in yahoosearch engine, google resfuses me
 access still but yahoo i can use. i looked uo the error message
 and turned up this one endrt refereing to teh linux incedent, i
 have a copy of bat book ed 1 it just says it exists, same for
 smart_host mail_hub macros.
 
 is there some way to fix this short of upgrading and mvoing to
 postfix ?? i don't have teh needed stuff to do that just yet
 (me and hardware issues)
 
 it looks like i've missed somethings but i don't know enough
 about freebsd v6.x to know even where to start to look for this
 one .. aside from this  i have another v6.2 host that also was
 doing the same thing but after i copied a working set of
 sendmail configs and restarted sendmail it work properly except
 teh it dosent forward the charlie root mail from teh
 maintenece events (at 2 am. 3 am and 4 am from teh /etc/cron
 events) the mail itesm just sit in teh /var/mail/root folder
 
 it has taken me just under 6 mnths to get this far, i've come
 to teh end of my rope and am seriously thinking of going back
 to freebsd v2.2.5 ..
 
 regards/appreciations/much graciousnessess
 
 jonathan
 
 You need to have in /etc/mail/mailertable:
 .caamora.com.au esmpt:mail.caamora.com.au
 and rebuild mailertable.db

should not the esmpt: rather be esmtp: most of teh literature that
i have read recently says it the esmtp way .. i live with dsylexia
amongst other neurological disabilities and need to double/triple/add a
few more time to check things before i am confident of success (not
failing) based on 'spelling' alone. 

 In /etc/mail/domaintable:
 mail.caamora.com.au
 and rebuild domaintable.db

i used to run a uucp mail service for several clients back in teh
fidonet days (internet to fidonet gateway) and this made sence then,
now i fali to understand the need .. i just do not know and would
appreciate a bit of an explanation please ..

mail.caamora.com.au is an alias (in the dns file and /etc/hosts) for
the machine seaholm.caamora.com.au which is the primary mailserver for
the domain .caamora.com.au ... is not tthe domaintable used to remap an
old domain to a new domain name after some soprt of a change or to use
names in 'rule 3' mappings .. if i have missunderstood my readings i
apoloise, i am new to sendmail fiddlings, i set it up ten years ago and
it worked i now have to relearn who and why .. my disabilities have
gotten a bit worse because of teh medicines i need to take and this
makes learning a bit on teh harder side .. but not impossible gentle
smile

 
 in /etc/mail/local-host-names:
 caamora.com.au

check, it was done long time ago
 
 and double check your MX record and /etc/hosts

 i looked at my dns files and found a small disaprity from a name
change about 2 years ago, i made teh change in teh main file but forgot
to carry it into teh reverse lookup file, g.

as for the MX records they have been much teh same for about 15 years,
i like long term stability makes for peace of mind grin, the down
side is that when things go wrong like this, it is a nightmare to
recall what, how did/done way back when the system was built/changed
last .. makes for lots of work sometimes.

 Once that is all done, execute:
 /etc/rc.sendmail stop
 wait until all instances die then:
 /etc/rc.sendmail start

ok .. did teh checks, made teh changes, even the domaintable, though i
don;t understand how it works, the only thing i don't do as you wrote
was teh esmpt .. i used teh more popular esmtp ??  

apart from fixing teh esmtp mistype i did it all and checked teh mx
host my dns setup and still its dead in teh water, still defering all
mail out from this box.

might it have some thing to do with this line in teh sendmail config
line it is commented out ??

the one reference that i found on teh world wide internet made some
sort of reference to this being the cause in the linux machine that had
a similar issue back in 2003 ???

# SMTP client options
#O ClientPortOptions=Family=inet, Address=0.0.0.0


what would happen if i uncommented this line in teh sendmail.cf file ?

also, what use are teh sendmail config files that are named 
/etc/mail/host,name.cf

when i forst installed freebsd in this machine it built these files and
since then nothing has touched the two files .. what are they for what
do they do in teh sendmail hiearchay ??? please ?

this is a really

Re: sendmail: stat=Deferred: Can't assign requested address

2008-06-23 Thread jonathan michaels
greetings derek and fellow list users

thank you for your help in this sendmail matter, i recieved my
forst crontab generated overnight (daily and security) system
maintenance reports in a long long time, best part of a year.

your kindness and persistance is muchly appreciated.

On Fri, Jun 13, 2008 at 05:15:56PM -0500, Derek Ragona wrote:
 At 10:16 PM 6/12/2008, jonathan michaels wrote:
 greetings, derek,
 
 much appreciated the prompt reply
 
 On Wed, Jun 11, 2008 at 12:43:42PM -0500, Derek Ragona wrote:
   At 06:36 AM 6/11/2008, jonathan michaels wrote:
 
 bit of history trimed for brevity
 
   in teh freebsd.mc/sendmail.mc and a 'make install' to cover all
   bases.
   
   i treied to restart teh mailqueue ... no luck .. grrr
   
 and then an entry into the mailertable
   
   . esmpt:mail.caamora.com.au
   
   again did the make whatever thingie and ... tried to post,
   again this defered post business .. can't asign ..
   
   there is something going on here that i donot understand ..
   some enlightenment would be appreciated, please.
   
   the few bits i found in yahoosearch engine, google resfuses me
   access still but yahoo i can use. i looked uo the error message
   and turned up this one endrt refereing to teh linux incedent, i
   have a copy of bat book ed 1 it just says it exists, same for
   smart_host mail_hub macros.
   
   is there some way to fix this short of upgrading and mvoing to
   postfix ?? i don't have teh needed stuff to do that just yet
   (me and hardware issues)
   
   it looks like i've missed somethings but i don't know enough
   about freebsd v6.x to know even where to start to look for this
   one .. aside from this  i have another v6.2 host that also was
   doing the same thing but after i copied a working set of
   sendmail configs and restarted sendmail it work properly except
   teh it dosent forward the charlie root mail from teh
   maintenece events (at 2 am. 3 am and 4 am from teh /etc/cron
   events) the mail itesm just sit in teh /var/mail/root folder

apart frpm some neurological disabilities that i was born with
a lot of tireness and frustratin mixed with sideffects from
medicines that i need to take to help my body function in teh
face of life long disabilities combined to to help me miss some
quite simple errors that when all combined .. draged this
matter out far far longer than it need have been.

in teh long run it turned out to be a poorly written
'etc/rc.conf' file and a posible freebsd oddity .. i am not
sure about that one but now my system is working as all teh
rest (other 4 in my local network) so i'm not arguing .. again
thanks for all teh help guys, very much appreciated.

the two main things were missing a lot of  marks around most
of teh lines to do with the local networking entries and a few
that were just misssing, mainly because of assumtions that teh
default entries in the /etc/default/rc.conf file would take
care of teh system as a whole ?? in my hosts case they did not
and i need to explicityly have them stated in teh /etc/rc.conf
file before my system would pick tehm up and connect this
machine to teh local network and then to forward packets onto
teh far greater outside world.

explicitly, all teh freebsd v6.2-release machines in my local
network need, these lines added (be included in there
/etc/re.conf file before local netoworking will function and
sendmail will work properly with freebsd v6.2-release

my host has a intel pci 10/100 mhz nic

ifconfig_fxp0=inet ip.ad.ress.6 netmask 255.255.255.240
ifconfig_lo0= inet 127.0.0.1

both of these entries need to be included before neworking will
function properly

#ipv4_addrs_fxp0=ip.add.re.ss/24

this ipv4_addrs.. entry i do not understand ?? what its purpose
or function is .. after 4 hours of typing starting at scree and
constant rebooting i was not game to try it incase it broke
somthing that i didn't not understand.

now this following entry

#network_interfaces=auto

in my system/configuration this line, jut plain dosen't work
and i need to use this entry (with relevent changes for teh
other machines nic's)

network_interfaces=fxp0 lo0

before networking will function properly (locally) or even have
stable intranetwork connectivity.

prior to starting to use freebsd v6.2-release my entire bsd
experience was based upon freebsd upto and including freebsd
v2.2.7-release and some same vintage linux and interactive
unix v?.?? and qnx .. freebsd v6.2 was a real learning curve
for me .. still is, largely... but i'm getting there .. muchly
appreciated

again, sorry for teh length, perhaps this might help some other
tired/frustrated person who stumbles across this post after
much much frutless effort at getting thier stubornly refuing to
function netowrk, take care all and very much thanks for your
most kind help support and effort !!!

much most gracious appreciations

jonathan

-- 

powered by ..
QNX, OS9 and freeBSD