Re: jail - unable to print from inside jail

2009-10-02 Thread Raymond Gibson
On Friday 02 October 2009 02:31:06 am Bernt Hansson wrote:
 Raymond Gibson said the following on 2009-10-01 22:33:
  I'm trying to setup CUPS (in a jail) using a USB printer on
  my host machine. My host was built with as a minimal FreeBSD 7.2-Release
  install. I added ezjail and created two jails. Both jails are working and
  I can login to both using ssh.
 
  On the host i did the following:
 
  I added this to /etc/devfs.conf
  own ultp0   root:cups
  permultp0   0660
 
 
  I added this to /etc/devfs.rules
 
  # Printers
  add path ltp[0-9]* mode 0660 group cups
  add path ultp[0-9]* mode 0660 group cups
  add path unltp[0-9]* mode 0660 group cups
 
  [devfsrules_jail_PrintServer=10]
  add path ltp[0-9]* mode 0660 group cups
  add path ultp[0-9]* mode 0660 group cups
  add path unltp[0-9]* mode 0660 group cups

 Something doesn't seem right with you devfs.rules file.
 Mine looks like this:

 [system=10]
 add path 'unlpt*' mode 0660 group cups
 add path 'ulpt*' mode 0660 group cups
 add path 'lpt*' mode 0660 group cups

  After a reboot, I can access the administration website.
  I added a printer and allowed remote access.
 
 From administration page - printer status:
 
  Description: HP Photosmart 7350
  Location: Home
  Printer Driver: HP PhotoSmart 7350 Foomatic/hpijs (recommended)
  Printer State: idle, accepting jobs, published.
  Device URI: usb:/dev/ulpt0
 
 
  Wen printing a test page from administration page i get permission
  denied. HPPhotosmart7350 (Default Printer) Unable to open device file
  /dev/ulpt0: Permission denied
 
  How do i solve this?
 
  Please let me know if more information is needed.
 
  I thank you for your time and help in advance.
 
 
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  freebsd-questions-unsubscr...@freebsd.org

I changed /etc/devfs.rules, but no luck.

i change permissions on /dev/ulpt0 (in the jail) and now i can print a test 
page from Cups administration page.

PrintServer# ls -l /dev | grep ulpt0
crw-r--r--  1 root operator0,  79 Oct  2 10:51 ulpt0
PrintServer# chmod 666 /dev/ulpt0
PrintServer# ls -l /dev | grep ulpt0
crw-rw-rw-  1 root operator0,  79 Oct  2 10:51 ulpt0

i tried to set 666 for devfs.rules  devfs.conf in both host and jail, but 
that didn't work. 

any more ideas?




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


Re: jail - unable to print from inside jail

2009-10-02 Thread Raymond Gibson
On Friday 02 October 2009 04:32:23 pm Patrick Lamaiziere wrote:
 Le Fri, 02 Oct 2009 15:31:55 -0500,

 Raymond Gibson raymond.gib...@verizon.net a écrit :
  On Friday 02 October 2009 02:31:06 am Bernt Hansson wrote:
   Raymond Gibson said the following on 2009-10-01 22:33:
I'm trying to setup CUPS (in a jail) using a USB printer on
my host machine. My host was built with as a minimal FreeBSD
7.2-Release install. I added ezjail and created two jails. Both
jails are working and I can login to both using ssh.
 
  i tried to set 666 for devfs.rules  devfs.conf in both host and
  jail, but that didn't work.
 
  any more ideas?

 How do you start your jail? For a jail, the devfs rule applied is the
 one specified for the jail in /etc/rc.conf, something like

 jail_jailname_devfs_ruleset=devfsrules_jail # devfs ruleset to
 apply to jail

 Regards.

i'm using ezjail.

ezjail is started from /etc/rc.conf with ezjail_enable=YES.

i thought the following would be read into the jail's configuration.

/usr/local/etc/ezjail/PrintServer
export jail_PrintServer_hostname=PrintServer
export jail_PrintServer_ip=192.168.1.52
export jail_PrintServer_rootdir=/usr/jails/PrintServer
export jail_PrintServer_exec=/bin/sh /etc/rc
export jail_PrintServer_mount_enable=YES
export jail_PrintServer_devfs_enable=YES
export jail_PrintServer_devfs_ruleset=devfsrules_jail_PrintServer
export jail_PrintServer_procfs_enable=YES
export jail_PrintServer_fdescfs_enable=YES
export jail_PrintServer_image=
export jail_PrintServer_imagetype=
export jail_PrintServer_attachparams=
export jail_PrintServer_attachblocking=
export jail_PrintServer_forceblocking=

i put PrintServer_devfs_ruleset=devfsrules_jail_PrintServer into my rc.conf 
and rebooted. no luck, i still get permission denied.

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


jail - unable to print from inside jail

2009-10-01 Thread Raymond Gibson
I'm trying to setup CUPS (in a jail) using a USB printer on
my host machine. My host was built with as a minimal FreeBSD 7.2-Release 
install. I added ezjail and created two jails. Both jails are working and I 
can login to both using ssh.

I'm trying to build one of the jails as a print server. I added the following 
to it:
cups-1.3.10_1
hpijs-2.1.4_3
libijs-0.35_1
foomatic-db-20090530
foomatic-filters-4.0.1_2

On the host i did the following:

I added this to /etc/devfs.conf
own ultp0   root:cups
permultp0   0660


I added this to /etc/devfs.rules

# Printers
add path ltp[0-9]* mode 0660 group cups
add path ultp[0-9]* mode 0660 group cups
add path unltp[0-9]* mode 0660 group cups

[devfsrules_jail_PrintServer=10]
add path ltp[0-9]* mode 0660 group cups
add path ultp[0-9]* mode 0660 group cups
add path unltp[0-9]* mode 0660 group cups

I added cups:*:193:root,user to /etc/group

After a reboot, I can access the administration website.
I added a printer and allowed remote access. 

From administration page - printer status:
Description: HP Photosmart 7350
Location: Home
Printer Driver: HP PhotoSmart 7350 Foomatic/hpijs (recommended)
Printer State: idle, accepting jobs, published.
Device URI: usb:/dev/ulpt0 


Wen printing a test page from administration page i get permission denied.
HPPhotosmart7350 (Default Printer) Unable to open device file /dev/ulpt0: 
Permission denied

How do i solve this?

Please let me know if more information is needed.

I thank you for your time and help in advance.


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


Re: Is there UNIX analog of ftp command pls?

2006-12-21 Thread Raymond Pasco
On Tue, Dec 19, 2006 at 09:53:59PM +0200, [EMAIL PROTECTED] wrote:
 Is there UNIX analog of ftp command pls, i. e. ls | less ?
the BSD version of ftp(1) has the pls command (pdir is also a synonym to it).
-- 
Raymond Pasco [EMAIL PROTECTED]
Mobile: +1 860 335 5022 (SMS only please)
By receiving this email, you are agreeing to my terms and conditions,
which can be found at: http://lambda.cultofray.net/~ray/terms.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


IPMI kernel module errors on 6.x

2006-11-13 Thread Raymond Sundland
Hi Everyone,

 

I purchased a new Supermicro Superserver SS6015B-T (motherboard is X7DBR-E)
about 3 weeks ago with the IPMI module (part called SIMSO) and have had a
hard time getting the IPMI functionality to work in RELENG_6.

 

Particularly, when I attempt to 'kldload ipmi' I get the following output in
dmesg:

 

ipmi0: IPMI System Interface on isa0

ipmi0: KCS mode found at mem 0xca2 alignment 0x4 on isa

ipmi0: KCS: Failed to start write

ipmi0: KCS Error retry exhausted

ipmi0: KCS: Failed to start write

ipmi0: KCS Error retry exhausted

ipmi0: KCS: Failed to start write

ipmi0: KCS Error retry exhausted

ipmi0: Timed out waiting for GET_DEVICE_ID

 

From the dmesg, it appears it's finding the IPMI device, but unable to
interact with it.  Meanwhile, no device shows up in /dev so ipmitool does
not work, either.

 

For reference, here is my uname:

 

FreeBSD exodus 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #9: Fri Nov 10 10:56:39
PST 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/EXODUS  amd64

 

This is a RELENG_6 build with a CVSUP done just before the compile date of
the kernel.

 

The SIMSO IPMI card itself works, I can access it via the web management
console, I just can not get the kernel driver to work with it.  Any help
and/or references would be greatly appreciated.

 

Thanks!

 

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


Re: What's so compelling about FreeBSD?

2006-10-17 Thread Raymond Pasco
On Tue, Oct 17, 2006 at 09:19:27AM -0700, Garrett Cooper wrote:
 I'd like to see portage in FBSD though, since ruby is pretty kludgy. 
You'd like to port a knockoff of ports to a system that has ports?
(also, not sure what you're referring to with your 'ruby' comment.)

In my experience, people develop on Linux and Linux distributions more,
just because it's the current `popular' system. FreeBSD is still (imo)
better, though, despite its smaller following.
-- 
Raymond Pasco [EMAIL PROTECTED]
Mobile: +1 860 335 5022 (SMS only please)
Our name is Legion, for we are many.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: requesting help to make sound work on thin/diskless client

2006-10-10 Thread Raymond Gibson
On Monday 09 October 2006 19:43, Doug Poland wrote:
 On Mon, Oct 09, 2006 at 04:00:23PM -0500, Raymond Gibson wrote:
  Hello,
 
  I'm looking for help. I built a thin/diskless client that I boot via
  etherboot. After power up the client boots and gives me a login
  prompt. At that time I enter 'root' and I am presented with a command
  prompt. I then enter 'X -query server ip' and X starts and it works
  as expected.
 
  I would like to add sound. Unfortunately, I can't find documentation
  describing this process. So, could someone explain to me how to
  configure the client/server? My server is FreeBSD 6.1-RELEASE.
 
  BTW: I installed an ISA soundblaster sound and compiled these lines into
  my kernel. The kernel detects the sound card during boot-up.
 
  # Add the generic audio driver
  device  sound
  device  snd_sbc
  device  snd_sb16

 I have had good results using /usr/ports/audio/esound.  Install on both
 the client and the server.  On the client, run something like this
 before you start X:

  client% esd -tcp -public -promiscuous -beeps -trust -bind 10.0.0.1

 where 10.0.0.1 is the IP address of the client's network interface.

 Connect to the server just as you have described.  When ever you run a
 program that has esd support compiled in, the audio will be directed
 to the client.

 Programs compiled with ESD support appear to direct sound to the host
 indicated by the DISPLAY environment variable.  That should set
 correctly if the server you're attaching to is running xdm, gdm, or kdm.

 You may also have to set ESPEAKER, but I've found that just DISPLAY
 works for me.

I'm not having much luck. I installed esound on both client and server.
I start esound on the server; esd , the server responds with several beeps.
On the client I start esd as described above, I also hear beeps when esd 
starts.
I start X, then login to KDE.
I start Xmms with esound enabled. I get an error saying 'can't open audio'.

any ideas?


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


requesting help to make sound work on thin/diskless client

2006-10-09 Thread Raymond Gibson
Hello,

I'm looking for help. I built a thin/diskless client that I boot via 
etherboot. After power up the client boots and gives me a login prompt. At 
that time I enter 'root' and I am presented with a command prompt. I then 
enter 'X -query server ip' and X starts and it works as expected.

I would like to add sound. Unfortunately, I can't find documentation 
describing this process. So, could someone explain to me how to configure the 
client/server? My server is FreeBSD 6.1-RELEASE.

BTW: I installed an ISA soundblaster sound and compiled these lines into my 
kernel. The kernel detects the sound card during boot-up.
 
# Add the generic audio driver
device  sound
device  snd_sbc
device  snd_sb16


Thank you for you help.

Raymond.

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


pxe bootrom

2006-08-28 Thread Raymond Gibson
Hello, I'm trying to build a FreeBSD diskless server. I have a D-link DFE 
530TX+ nic. I need to purchase a pxe bootrom. Does anyone know where i can 
buy one?   
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Freebsd 6.1 w/cups

2006-07-05 Thread Raymond Gibson
Hello, I'm trying to install an HP Photosmart printer using cups.

All the online documentation I've read tells me to mv cups.sh.sample 
int /usr/local/etc/rc.d/cups.sh. The problem i have is cups.sh.sample is 
nowhere to be found. Is this a ports build error or a documentation error?

i tried to 'deinstall/reinstall' cups, but that didn't help. 

any help would be appreciated.

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


Re: Freebsd 6.1 w/cups

2006-07-05 Thread Raymond Gibson
Yes, i have /usr/local/etc/rc.d/cupsd. A quick read of that script indicates i 
need to enable the service thru rc.conf. i did that... my printer works now.

Thank you.



On Wednesday 05 July 2006 1:05 pm, Kevin Kinsey wrote:
 Raymond Gibson wrote:
  Hello, I'm trying to install an HP Photosmart printer using cups.
 
  All the online documentation I've read tells me to mv cups.sh.sample
  int /usr/local/etc/rc.d/cups.sh. The problem i have is cups.sh.sample is
  nowhere to be found. Is this a ports build error or a documentation
  error?
 
  i tried to 'deinstall/reinstall' cups, but that didn't help.

 Do you, by any chance, have /usr/local/etc/rc.d/cupsd ??

 If so, the docs are wrong/outdated.

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


Installation on private network

2006-07-04 Thread Raymond Owens
I have a freebsd system which is on a private network, there is no path to the 
internet. I am looking for methods to update the system to a new version level 
under these situations. Is there someway to synchronize the sources by burning 
a CD,  without being able to employ CVSsup or similar? I see how to bring ports 
over manually and how to do simple kernal option changes, my question is in 
regard to going from O/S version 6.0 to 6.1 or 6.1 to 6.1 stable .  Thanks.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: root passwrod

2005-03-28 Thread Raymond Lualhati
Thanks guys, i really appreciate all your help. I just edit
/etc/lilo.conf Once again thanks a lot guys.


On Wed, 23 Mar 2005 14:10:38 -0500, Charles Swiger [EMAIL PROTECTED] wrote:
 On Mar 23, 2005, at 2:00 PM, Raymond Lualhati wrote:
  anyone know how to recover root password in red hat linux?
 
 Sure.  If you ask on a Linux list, they'd probably tell you to boot
 from a CD, mount the hard drive, and change /etc/password.  Since
 you're asking here, maybe we should try to encourage you to recover
 your root password by installing FreeBSD instead?  :-)
 
 --
 -Chuck
 
 


-- 
Raymond Gosmo Lualhati
Technical Support Enginner
Asiagate Networks Inc.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


bandwidthd

2005-03-28 Thread Raymond Lualhati
guys,

Is there anyone can help me install bandwidthd in RedHat? I have tried
all the possible way in installing bandwidthd, like downloading and
installing all it's pre-requisites like lipng, libpcap, gd. But I
always got the same error.. like, error locating libpcap.

Tkae Note: I already install the newest version of those three pre - requisites.

Can anyone tell me what else should i do or is there something missing
on my intsallation?

Thanks
-- 
Raymond Gosmo Lualhati
Technical Support Enginner
Asiagate Networks Inc.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


root passwrod

2005-03-23 Thread Raymond Lualhati
anyone know how to recover root password in red hat linux?

-- 
Raymond Gosmo Lualhati
Technical Support Enginner
Asiagate Networks Inc.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Seeking developers in Boulder Colorado

2004-09-02 Thread raymond hicks
Seeking senior applicaiton architect to assist with
the development of windows / *NIX application and
messaging bus. 

please respond you know of a good forum (other then
newspaper) for looking or posting. 

Thanks 



__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ATA Tape drives - 5.2.1

2004-06-17 Thread raymond

Is there anyone out there successfully using an ATA tape drive
(with or without ATAPICAM).  I am having all sorts of problems
and would appreciate a hand.

Thanks


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


ATAPICAM - Sony AIT SDX-420 ATAPI tape drive on FreeBSD 5.2.1

2004-06-14 Thread raymond

I have added a Sony SDX-420 ATAPI tape drive to a FreeBSD 5.2.1-RELEASE system.
The following is part of the kernel build:

# ATA and ATAPI devices
device  ata
device  atadisk # ATA disk drives

device atapicam

# SCSI peripherals
device  scbus   # SCSI bus (required for SCSI)
device  sa  # Sequential Access (tape etc)
device  cd  # CD

dmesg includes:

GEOM: create disk ad0 dp=0xc43f8760
ad0: 114473MB ST3120026A [232581/16/63] at ata0-master UDMA100
GEOM: create disk cd0 dp=0xc44e7600
sa0 at ata1 bus 0 target 0 lun 0
sa0: SONY SDX-420C 0101 Removable Sequential Access SCSI-2 device 
sa0: 3.300MB/s transfers
SMP: AP CPU #1 Launched!
cd0 at ata1 bus 0 target 1 lun 0
cd0: SONY CD-RW  CRX175A1 5YS3 Removable CD-ROM SCSI-0 device 
cd0: 3.300MB/s transfers
cd0: Attempt to query device size failed: NOT READY, Medium not present


A dump appears to work:

monster# mt rew
monster# dump -ua0 -b64 /usr
  DUMP: WARNING: should use -L when dumping live filesystems!
  DUMP: Date of this level 0 dump: Mon Jun 14 18:45:49 2004
  DUMP: Date of last level 0 dump: the epoch
  DUMP: Dumping /dev/ad0s1f (/usr) to /dev/sa0
  DUMP: mapping (Pass I) [regular files]
  DUMP: mapping (Pass II) [directories]
  DUMP: estimated 1668552 tape blocks.
  DUMP: dumping (Pass III) [directories]
  DUMP: dumping (Pass IV) [regular files]
  DUMP: DUMP: 1800569 tape blocks on 1 volume
  DUMP: finished in 262 seconds, throughput 6872 KBytes/sec
  DUMP: level 0 dump on Mon Jun 14 18:45:49 2004
  DUMP: Closing /dev/sa0
  DUMP: DUMP IS DONE

But restore does this:

monster# mt rew
monster# restore -t -b 64
Mount tape volume 2
Enter ``none'' if there are no more tapes
otherwise enter tape name (default: /dev/sa0) none
Tape read error while trying to resynchronize
continue? [yn] y
continuation failed: Bad file descriptor

I have tried quite a number of differing things...

Any hints or suggestions welcome.

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


ATAPICAM - Sony AIT SDX-420 ATAPI tape drive on FreeBSD 5.2.1

2004-06-14 Thread raymond

I have added a Sony SDX-420 ATAPI tape drive to a FreeBSD 5.2.1-RELEASE system.
The following is part of the kernel build:

# ATA and ATAPI devices
device  ata
device  atadisk # ATA disk drives

device atapicam

# SCSI peripherals
device  scbus   # SCSI bus (required for SCSI)
device  sa  # Sequential Access (tape etc)
device  cd  # CD

dmesg includes:

GEOM: create disk ad0 dp=0xc43f8760
ad0: 114473MB ST3120026A [232581/16/63] at ata0-master UDMA100
GEOM: create disk cd0 dp=0xc44e7600
sa0 at ata1 bus 0 target 0 lun 0
sa0: SONY SDX-420C 0101 Removable Sequential Access SCSI-2 device 
sa0: 3.300MB/s transfers
SMP: AP CPU #1 Launched!
cd0 at ata1 bus 0 target 1 lun 0
cd0: SONY CD-RW  CRX175A1 5YS3 Removable CD-ROM SCSI-0 device 
cd0: 3.300MB/s transfers
cd0: Attempt to query device size failed: NOT READY, Medium not present


A dump appears to work:

monster# mt rew
monster# dump -ua0 -b64 /usr
  DUMP: WARNING: should use -L when dumping live filesystems!
  DUMP: Date of this level 0 dump: Mon Jun 14 18:45:49 2004
  DUMP: Date of last level 0 dump: the epoch
  DUMP: Dumping /dev/ad0s1f (/usr) to /dev/sa0
  DUMP: mapping (Pass I) [regular files]
  DUMP: mapping (Pass II) [directories]
  DUMP: estimated 1668552 tape blocks.
  DUMP: dumping (Pass III) [directories]
  DUMP: dumping (Pass IV) [regular files]
  DUMP: DUMP: 1800569 tape blocks on 1 volume
  DUMP: finished in 262 seconds, throughput 6872 KBytes/sec
  DUMP: level 0 dump on Mon Jun 14 18:45:49 2004
  DUMP: Closing /dev/sa0
  DUMP: DUMP IS DONE

But restore does this:

monster# mt rew
monster# restore -t -b 64
Mount tape volume 2
Enter ``none'' if there are no more tapes
otherwise enter tape name (default: /dev/sa0) none
Tape read error while trying to resynchronize
continue? [yn] y
continuation failed: Bad file descriptor

I have tried quite a number of differing things...

Any hints or suggestions welcome.

Ray Newman
Message sent at 07:13 PM on 14 Jun 2004 by PUP::RAYMOND.  Id: 368387.
Message sent at 07:31 PM on 14 Jun 2004 by PUP::RAYMOND.  Id: 368396.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


pkgdb and ruby

2004-06-14 Thread raymond

Ben Paley wrote:
 Hello
 
 Contientiously, I like to run pkgdb -F fairly often, especially if I'm using 
 portinstall or portupgrade a lot. Recently I've been getting this:
 
 su-2.05b# pkgdb -F

What is pkgdb and where can I find it?

[snip]

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


Sony AIT SDX-420 ATAPI tape drive on FreeBSD 5.2.1

2004-06-11 Thread raymond

I have added a Sony SDX-420 ATAPI tape drive to a FreeBSD 5.2.1-RELEASE system.
The tape successfully does a dump and restore on this system but when
the tape is taken to a Sony SDX-400 SCSI tape drive on a FreeBSD 4.7-RELEASE
system, restore insists that the tape blocks are 512 bytes and this is
not a multiple of 1024 (the tape was created with a -b 32).

I have then taken the backup from the SCSI drive (where it reads) and attempted
to read it on the ATAPI drive; the result looks like:

monster# mt -f /dev/nast0 status
Mode  Density  Blocksize  bpi  Compression
Current:  0x01:X3.22-1983  512 bytes  800  0x1
-available modes-
0:default  variable   0none
1:default  variable   0none
2:default  variable   0none
3:default  variable   0none
-
File Number: 0  Record Number: 0Residual Count 0
monster# mt -f /dev/nast0 rew
monster# restore -t -b32 -f /dev/nast0
Tape read error while trying to set up tape
continue? [yn] y
Tape is not a dump tape
monster# atacontrol info 1
Master: ast0 SONY SDX-420C/0101 ATA/ATAPI rev 5
Slave:  acd0 SONY CD-RW CRX175A1/5YS3 ATA/ATAPI rev 0
monster# atacontrol mode 1
Master = UDMA66 --- I had set this
Slave  = PIO4
monster# atacontrol reinit 1
Master: ast0 SONY SDX-420C/0101 ATA/ATAPI rev 5
Slave:  acd0 SONY CD-RW CRX175A1/5YS3 ATA/ATAPI rev 0
monster# atacontrol mode 1
Master = PIO4   --- It reverts
Slave  = PIO4
monster# mt -f /dev/nast0 rew
monster# restore -t -b32 -f /dev/nast0
Tape read error while trying to set up tape
continue? [yn] y
Tape is not a dump tape

Any help gratefully received.

Ray Newman
12 Jun 2004
Message sent at 07:28 AM on 12 Jun 2004 by PUP::RAYMOND.  Id: 367835.
Message sent at 01:54 PM on 12 Jun 2004 by PUP::RAYMOND.  Id: 367866.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Sony AIT SDX-420 ATAPI tape drive on FreeBSD 5.2.1

2004-06-11 Thread raymond

I have added a Sony SDX-420 ATAPI tape drive to a FreeBSD 5.2.1-RELEASE system.
The tape successfully does a dump and restore on this system but when
the tape is taken to a Sony SDX-400 SCSI tape drive on a FreeBSD 4.7-RELEASE
system, restore insists that the tape blocks are 512 bytes and this is
not a multiple of 1024 (the tape was created with a -b 32).

I have then taken the backup from the SCSI drive (where it reads) and attempted
to read it on the ATAPI drive; the result looks like:

monster# mt -f /dev/nast0 status
Mode  Density  Blocksize  bpi  Compression
Current:  0x01:X3.22-1983  512 bytes  800  0x1
-available modes-
0:default  variable   0none
1:default  variable   0none
2:default  variable   0none
3:default  variable   0none
-
File Number: 0  Record Number: 0Residual Count 0
monster# mt -f /dev/nast0 rew
monster# restore -t -b32 -f /dev/nast0
Tape read error while trying to set up tape
continue? [yn] y
Tape is not a dump tape
monster# atacontrol info 1
Master: ast0 SONY SDX-420C/0101 ATA/ATAPI rev 5
Slave:  acd0 SONY CD-RW CRX175A1/5YS3 ATA/ATAPI rev 0
monster# atacontrol mode 1
Master = UDMA66 --- I had set this
Slave  = PIO4
monster# atacontrol reinit 1
Master: ast0 SONY SDX-420C/0101 ATA/ATAPI rev 5
Slave:  acd0 SONY CD-RW CRX175A1/5YS3 ATA/ATAPI rev 0
monster# atacontrol mode 1
Master = PIO4   --- It reverts
Slave  = PIO4
monster# mt -f /dev/nast0 rew
monster# restore -t -b32 -f /dev/nast0
Tape read error while trying to set up tape
continue? [yn] y
Tape is not a dump tape

Any help gratefully received.

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


Getting source by anoncvs

2004-05-24 Thread Raymond Lillard
Dear List,
I just failed at an attempt to pull down the latest sources
via anoncvs using the instructions found at the URL below.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/anoncvs.html
There does not seem to be a server named anoncvs.FreeBSD.org.
As I am located in the US, I don't want to use a server in
another continent.
The search results from here do not include anoncvs sites.
http://mirrorlist.freebsd.org/FBSDsites.php
This shouldn't be this difficult to track down.
Thanks,
Ray
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBsd and SCO

2004-03-08 Thread Raymond Wiegand
HI Jez

Thanks for the quick Responce answer and the helpful and informitive link.

Thanks again
Ray

From: Jez Hancock [EMAIL PROTECTED]
To: Raymond Wiegand [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: FreeBsd and SCO
Date: Mon, 8 Mar 2004 06:47:38 +
On Sat, Mar 06, 2004 at 11:06:32PM +, Raymond Wiegand wrote:
  I have a question for you ? I purchased FreeBSD from COMP USA and was
 wondering that seeing that SCO is going after Linux Users will they be
 going after BSD user next or is BSD not at all based on their kernal or
 what every they claim is theirs property.
See here:

http://www.lemis.com/grog/sco.html

especially:

http://www.lemis.com/grog/sco.html#BSD

--
Jez Hancock
 - System Administrator / PHP Developer
http://munk.nu/
http://jez.hancock-family.com/  - Another FreeBSD Diary
http://ipfwstats.sf.net/- ipfw peruser traffic logging
_
Find things fast with the new MSN Toolbar – includes FREE pop-up blocking! 
http://clk.atdmt.com/AVE/go/onm00200414ave/direct/01/

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


FreeBsd and SCO

2004-03-06 Thread Raymond Wiegand
Hi
 I have a question for you ? I purchased FreeBSD from COMP USA and was 
wondering that seeing that SCO is going after Linux Users will they be going 
after BSD user next or is BSD not at all based on their kernal or what every 
they claim is theirs property.

   I would like to know before i switch all my system over (2) to Unix

Thank you
Ray
_
Frustrated with dial-up? Lightning-fast Internet access for as low as 
$29.95/month. http://click.atdmt.com/AVE/go/onm00200360ave/direct/01/

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


Possible bug in 5.1 - su / utmp

2003-06-24 Thread Raymond Sundland
I found this very interesting when I saw it originally, but then found 
it was probably a bug.

Basically, when I log into my 5.1-RELEASE box (compiled today from CVS), 
I can do a 'w' and get the following:

% w
10:39AM  up  5:01, 1 user, load averages: 0.00, 0.00, 0.00
USER TTY  FROM  LOGIN@  IDLE WHAT
ray  p0   somehost 10:39AM - w
Now, when I try to SU to root, this entry changes:

% su -
Password:
Last login: Tue Jun 24 07:44:19 on ttyp1
% whoami
root
% w
10:40AM  up  5:01, 1 user, load averages: 0.04, 0.01, 0.00
USER TTY  FROM  LOGIN@  IDLE WHAT
root p0   -10:40AM - w
So, it looks like the utmp entry is being made (again) for ttyp0 and 
recording it.  This would be fine from my perspective, but is misleading 
once I exit the root shell:

% exit
% whoami
ray
% w
10:42AM  up  5:03, 1 user, load averages: 0.01, 0.00, 0.00
USER TTY  FROM  LOGIN@  IDLE WHAT
root p0   -10:40AM - w
This may be a bug in PAM, since I don't think su calls login (or maybe 
it does?)  Note that this does not happen if I do not use the '-' option 
for su.  This also shows up in the lastlog:

root ttyp2 Tue Jun 24 10:40 - 10:43  (00:02)
ray  ttyp2somehost Tue Jun 24 10:39 - 10:40  (00:00)
Anyone have any information about this... know what the bug is?  Maybe 
it's a setting I have set that can be changed?

Thanks.

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


Re: Possible bug in 5.1 - su / utmp

2003-06-24 Thread Raymond Sundland
In addition to my previous email, I found the following:

% ps auwx |grep login
root  587  0.0  0.1  1604 1220  p0  Is5:39AM   0:00.01 login 
[pam] (login)
root57250  0.0  0.1  1604 1232  p1  Is7:44AM   0:00.02 login 
[pam] (login)
root 6162  0.0  0.1  1604 1236  p2  Ss   11:08AM   0:00.01 login 
[pam] (login)

Looks like the login process executed via PAM is not exiting (I had only 
1 user logged in at this time...), so I guess this is most likely a bug 
in login?

Thanks.

Raymond Sundland wrote:
I found this very interesting when I saw it originally, but then found 
it was probably a bug.

Basically, when I log into my 5.1-RELEASE box (compiled today from CVS), 
I can do a 'w' and get the following:

% w
10:39AM  up  5:01, 1 user, load averages: 0.00, 0.00, 0.00
USER TTY  FROM  LOGIN@  IDLE WHAT
ray  p0   somehost 10:39AM - w
Now, when I try to SU to root, this entry changes:

% su -
Password:
Last login: Tue Jun 24 07:44:19 on ttyp1
% whoami
root
% w
10:40AM  up  5:01, 1 user, load averages: 0.04, 0.01, 0.00
USER TTY  FROM  LOGIN@  IDLE WHAT
root p0   -10:40AM - w
So, it looks like the utmp entry is being made (again) for ttyp0 and 
recording it.  This would be fine from my perspective, but is misleading 
once I exit the root shell:

% exit
% whoami
ray
% w
10:42AM  up  5:03, 1 user, load averages: 0.01, 0.00, 0.00
USER TTY  FROM  LOGIN@  IDLE WHAT
root p0   -10:40AM - w
This may be a bug in PAM, since I don't think su calls login (or maybe 
it does?)  Note that this does not happen if I do not use the '-' option 
for su.  This also shows up in the lastlog:

root ttyp2 Tue Jun 24 10:40 - 10:43  
(00:02)
ray  ttyp2somehost Tue Jun 24 10:39 - 10:40  
(00:00)

Anyone have any information about this... know what the bug is?  Maybe 
it's a setting I have set that can be changed?

Thanks.

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


Re: Possible bug in 5.1 - su / utmp

2003-06-24 Thread Raymond Sundland
Nevermind this last email from a different box :)

Raymond Sundland wrote:
In addition to my previous email, I found the following:

% ps auwx |grep login
root  587  0.0  0.1  1604 1220  p0  Is5:39AM   0:00.01 login 
[pam] (login)
root57250  0.0  0.1  1604 1232  p1  Is7:44AM   0:00.02 login 
[pam] (login)
root 6162  0.0  0.1  1604 1236  p2  Ss   11:08AM   0:00.01 login 
[pam] (login)

Looks like the login process executed via PAM is not exiting (I had only 
1 user logged in at this time...), so I guess this is most likely a bug 
in login?

Thanks.

Raymond Sundland wrote:

I found this very interesting when I saw it originally, but then found 
it was probably a bug.

Basically, when I log into my 5.1-RELEASE box (compiled today from 
CVS), I can do a 'w' and get the following:

% w
10:39AM  up  5:01, 1 user, load averages: 0.00, 0.00, 0.00
USER TTY  FROM  LOGIN@  IDLE WHAT
ray  p0   somehost 10:39AM - w
Now, when I try to SU to root, this entry changes:

% su -
Password:
Last login: Tue Jun 24 07:44:19 on ttyp1
% whoami
root
% w
10:40AM  up  5:01, 1 user, load averages: 0.04, 0.01, 0.00
USER TTY  FROM  LOGIN@  IDLE WHAT
root p0   -10:40AM - w
So, it looks like the utmp entry is being made (again) for ttyp0 and 
recording it.  This would be fine from my perspective, but is 
misleading once I exit the root shell:

% exit
% whoami
ray
% w
10:42AM  up  5:03, 1 user, load averages: 0.01, 0.00, 0.00
USER TTY  FROM  LOGIN@  IDLE WHAT
root p0   -10:40AM - w
This may be a bug in PAM, since I don't think su calls login (or maybe 
it does?)  Note that this does not happen if I do not use the '-' 
option for su.  This also shows up in the lastlog:

root ttyp2 Tue Jun 24 10:40 - 10:43  
(00:02)
ray  ttyp2somehost Tue Jun 24 10:39 - 10:40  
(00:00)

Anyone have any information about this... know what the bug is?  Maybe 
it's a setting I have set that can be changed?

Thanks.

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


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


Re: 5.1 ssh hang (i have rtfm and googled) long

2003-06-23 Thread Raymond Sundland
Not just that...

When OpenSSH runs in the jail environment, it expects resolv.conf in 
it's own jail... for instance, if the jail is /var/jail, then a copy of 
resolv.conf needs to exist /var/jail/etc/resolv.conf.  Don't ask me why, 
but this should solve your hanging problem.

Of course, the other option is to remove the priveledge seperation 
parameter in /etc/ssh/sshd_config, then ssh will use the standard 
/etc/resolv.conf

Doron Shmaryahu wrote:
Hi,

Make sure you have valid nameservers in your /etc/resolv.conf !! That will
sort your problem out.
Doron Shmaryahu

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Benzi Mizrahi
Sent: 23 June 2003 12:56 PM
To: Kris Kennaway; jon
Cc: [EMAIL PROTECTED]
Subject: Re: 5.1 ssh hang (i have rtfm and googled) long
áéåí ùðé, 23 áéåðé 2003, 02:15, Kris Kennaway ëúá:

On Sun, Jun 22, 2003 at 12:18:07PM -0700, jon wrote:

generic install of 5.1 release. sshd version
OpenSSH_3.6.1p1. i have /etc/hosts set up . all
systems are RFC 1597 networks and i do not have a
bind server. every connect takes over a minute to
complete; using passwords.
sshd needs to be able to perform forward and reverse DNS queries of
the incoming host.  /etc/hosts isn't enough.


I don't think so...


Kris


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


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


Re: creating ftp users!

2003-06-23 Thread Raymond Sundland
Rob,

If you want a nice message, I suggest creating a class in
/etc/logins.conf which point to a /etc/issues.sftponly file where the
user gets a nice message, which you deem appropriate.
Secondly, as far as chroot, I don't believe OpenSSH supports chroot
natively, however I know there is a patch floating around (I believe in
the contrib/ directory of the openssh portable tarball) which will patch
openssh to support chroot'd environments.  You will need to recompile
the openssh portable distribution, however.


Rob Lahaye wrote:
Raymond Sundland wrote:

Rob,

You can try setting the user's shell to /usr/libexec/sftp-server (or 
wherever the sftp-server binary exists under FreeBSD).

This will give the user ability to SFTP into the box, but without a 
normal shell.  /usr/lib/exec/sftp-server should be added to /etc/shells, 
too.


Almost works ;).
Doing what you suggest, I can sftp to the account, but when I do ssh to
that account, I get the regular login message but no prompt. Something
seems to hang. When I type something and hit return, I get:
bad message
Connection to foo.bar.com closed.
$
It somehow blocks ssh login indeed, but it's not very nice!

BTW will sftp also work with the /etc/chroot file?

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


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


Re: How can convert user expired days in human readable ?

2003-06-20 Thread Raymond T. Sundland
Within the master.passwd, the time is stored in seconds since the Epoch, 
and there are standard C and POSIX functions for converting this into 
any format you want.  I don't know much about python, but within Perl 
you can use strftime() to convert the date.  You would do something 
similar to:

strftime(%D, localtime($unixtime))

where $unixtime is assigned to the value you pulled from the 
master.passwd file.

The %D simply returns a MM/DD/YY format date.

Check to see if Python has similar functions... they are POSIX compliant.

Murat USTUNTAS wrote:

Hello all,

On my system, some users have expire day user settings. I write a 
(python) script
then parse the: 7.th selection in the master.passwd

blabla:::::::1064005200::::

How can I conver the number like 1064005200 to human readable date 
format ?
Or, there is a way to collect the information from a command 
interactively ?

Regards,

Murat Ustuntas

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


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


Re: Freebsd 4.8 acd1c can't have more than 32 cd devices

2003-06-10 Thread Raymond Sundland
You should try 'sh MAKEDEV acd1' as the 'c' is confusing MAKEDEV (or 
mknod).  This should create the acd1 device and the acd1c partition on 
that device.

Pam Wampler wrote:
I upgraded to 4.8  since then can't use my cdrw --
When I try to sh MAKEDEV acd1c :  1c bad number
acd1c is invalid -- can't have more than 32 cd devices
thank you in advance

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


pppoe on freebsd 3.0

2003-02-13 Thread Raymond Hall
hello,

i have to set up a pppoe client on a freebsd 3.0 box which has some
tweakings to the kernel and did not provide sources, is pppoe supported
on 3.0?
if so, is it only question of loading the appropiate mod?
could i compile it on another machine with the sources?

tia for your help,
Raymond Hall
-- 
Even if World War I consisted of nothing but a very, very large number
of quarks in a very, very complicated pattern of motion, no insight is
gained by describing it that way
Steven Pinker, on reductionism. The Blank Slate p. 70


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



Lava Computers Octopus-550 8-port serial

2002-11-03 Thread User Raymond

We are attempting to use a Lava Computers Octopus-550 8-port serial on
4.7-RELEASE FreeBSD.  Boot up gives the following (full dmesg follows):

IOAPIC #0 intpin 16 - irq 2

puc0: Lava Computers Octopus-550 8-port serial port 0x9400-0x9407,
0x9000-0x9007,0x8c00-0x8c07,0x8800-0x8807 irq 2 at device 6.0 on pci5
sio2: configured irq 2 not in bitmap of probed irqs 0x200
sio2: type 16550A
sio3: configured irq 2 not in bitmap of probed irqs 0x200
sio3: type 16550A
sio4: configured irq 2 not in bitmap of probed irqs 0x200
sio4: type 16550A
etc...

Note that BIOS reports the device at irq 9.


Ray Newman
04 Nov 2002

---

Copyright (c) 1992-2002 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 4.7-RELEASE #2: Mon Nov  4 16:36:04 EST 2002
[EMAIL PROTECTED]:/usr/src/sys/compile/DUAL
Timecounter i8254  frequency 1193182 Hz
CPU: Pentium 4 (2392.95-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0xf24  Stepping = 4
  Features=0x3febfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,
CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,b28,ACC
real memory  = 1073741824 (1048576K bytes)
avail memory = 1041805312 (1017388K bytes)
Programming 24 pins in IOAPIC #0
IOAPIC #0 intpin 2 - irq 0
Programming 24 pins in IOAPIC #1
Programming 24 pins in IOAPIC #2
FreeBSD/SMP: Multiprocessor motherboard
 cpu0 (BSP): apic id:  0, version: 0x00050014, at 0xfee0
 cpu1 (AP):  apic id:  1, version: 0x00050014, at 0xfee0
 cpu2 (AP):  apic id:  2, version: 0x00050014, at 0xfee0
 cpu3 (AP):  apic id:  3, version: 0x00050014, at 0xfee0
 io0 (APIC): apic id:  4, version: 0x00178020, at 0xfec0
 io1 (APIC): apic id:  5, version: 0x00178020, at 0xfec8
 io2 (APIC): apic id:  6, version: 0x00178020, at 0xfec80400
Preloaded elf kernel kernel at 0xc0348000.
Pentium Pro MTRR support enabled
md0: Malloc disk
Using $PIR table, 15 entries at 0xc00fde70
npx0: math processor on motherboard
npx0: INT 16 interface
pcib0: Host to PCI bridge on motherboard
IOAPIC #0 intpin 16 - irq 2
IOAPIC #0 intpin 17 - irq 5
pci0: PCI bus on pcib0
pcib1: PCI to PCI bridge (vendor=8086 device=2543) at device 2.0 on pci0
pci1: PCI bus on pcib1
pci1: unknown card (vendor=0x8086, dev=0x1461) at 28.0
pcib2: PCI to PCI bridge (vendor=8086 device=1460) at device 29.0 on pci1
IOAPIC #2 intpin 0 - irq 9
IOAPIC #2 intpin 11 - irq 10
pci2: PCI bus on pcib2
em0: Intel(R) PRO/1000 Network Connection, Version - 1.3.14 port
0xb000-0xb01f mem 0xfc02-0xfc03,0xfc00-0xfc01 irq 9 at device
9.0 on pci2
em0:  Speed:N/A  Duplex:N/A
asr0: Adaptec Caching SCSI RAID mem 0xf800-0xf9ff irq 10 at device
12.0 on pci2
asr0: major=154
asr0: ADAPTEC 2110S FW Rev. 380E, 1 channel, 256 CCBs, Protocol I2O
pcib3: PCI to PCI bridge (vendor=1044 device=a500) at device 12.1 on pci2
pci3: PCI bus on pcib3
pci1: unknown card (vendor=0x8086, dev=0x1461) at 30.0
pcib4: PCI to PCI bridge (vendor=8086 device=1460) at device 31.0 on pci1
IOAPIC #1 intpin 0 - irq 11
IOAPIC #1 intpin 1 - irq 16
pci4: PCI bus on pcib4
ahc0: Adaptec aic7899 Ultra160 SCSI adapter port 0xc000-0xc0ff mem
0xfc12-0xfc120fff irq 11 at device 7.0 on pci4
aic7899: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs
ahc1: Adaptec aic7899 Ultra160 SCSI adapter port 0xc400-0xc4ff mem
0xfc121000-0xfc121fff irq 16 at device 7.1 on pci4
aic7899: Ultra160 Wide Channel B, SCSI Id=7, 32/253 SCBs
pcib5: Intel 82801BA/BAM (ICH2) Hub to PCI bridge at device 30.0 on pci0
IOAPIC #0 intpin 18 - irq 17
IOAPIC #0 intpin 19 - irq 18
pci5: PCI bus on pcib5
fxp0: Intel Pro 10/100B/100+ Ethernet port 0x8000-0x803f mem
0xfb00-0xfb01,0xfb041000-0xfb041fff irq 17 at device 4.0 on pci5
fxp0: Ethernet address 00:10:dc:65:68:51
inphy0: i82555 10/100 media interface on miibus0
inphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
pci5: ATI Mach64-GR graphics accelerator at 5.0 irq 18
puc0: Lava Computers Octopus-550 8-port serial port 0x9400-0x9407,
0x9000-0x9007,0x8c00-0x8c07,0x8800-0x8807 irq 2 at device 6.0 on pci5
sio2: configured irq 2 not in bitmap of probed irqs 0x200
sio2: type 16550A
sio3: configured irq 2 not in bitmap of probed irqs 0x200
sio3: type 16550A
sio4: configured irq 2 not in bitmap of probed irqs 0x200
sio4: type 16550A
sio5: configured irq 2 not in bitmap of probed irqs 0x200
sio5: type 16550A
puc1: Lava Computers Octopus-550 8-port serial port 0xa400-0xa407,
0xa000-0xa007,0x9c00-0x9c07,0x9800-0x9807 irq 2 at device 6.1 on pci5
sio6: configured irq 2 not in bitmap of probed irqs 0x200
sio6: type 16550A
sio7: configured irq 2 not in bitmap of probed irqs 0x200
sio7: type 16550A
sio8: configured irq 2 not in bitmap of probed irqs 0x200
sio8: type 16550A
sio9: configured irq 2 not in bitmap of probed irqs 0x200
sio9: type 16550A
isab0: PCI to ISA bridge (vendor=8086 device=2480) at device 31.0 on pci0
isa0: ISA bus on isab0
atapci0: Intel ICH3 ATA100 

SMP problem with FreeBSD 4.6.2-RELEASE

2002-10-09 Thread User Raymond


The following problem with an MSI E7500 MB with dual 2.0GHZ Xeon processors
looks similar to:

Problem Report i386/40564
Problem Report misc/42414

Symptoms are - build SMP kernel and boot - output ends at:

Changing APIC ID for IO APIC #3 from 7 to 15 in MP table
Changing APIC ID for IO APIC #4 from 15 to 8 on chip
panic: can't control APIC #4  ID, reg: 0x
mp_lock = 0001; cpuid = 0; lapic.id = 


Any help would be appreciated.


Ray Newman
10 Oct 2002

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



Diagnostic logging at boot

2002-10-01 Thread Raymond Brighenti

Hi all,

Can someone let me know what is needed to be done to enable a higher 
logging level when FreeBSD is booting.

Loads kernel and then goes for the rc scripts and thows a Panic up

Any ideas?

Cheers

Ray

Corpex Limited  * email virus protection * Server Co-Location
UK  Germany* Web Site Hosting * Domain Name Services
http://www.corpex.com   T +44 (0)207 430 8000 F +44(0)207 430 8099
_
This message has been checked for viruses by Corpex
using the ArmourPlate Virus Scanning Service. To find out
how to protect your company visit http://www.armourplate.com
or call Corpex on +44 (0)207 430 8000.


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