Re: [osol-help] problem getting pkg-get

2008-08-09 Thread Ian Collins
spano wrote:
> after installing opensolaris today i'm trying to find some packages to 
> install. i'm following the instructions from blastwave on installing pkg-get 
> and seem to have run into a problem.
>
> i get the following error...
>
> 
> [EMAIL PROTECTED]:~$ su -
> Password: 
> Sun Microsystems Inc. SunOS 5.11  snv_86  January 2008
> -bash-3.2# pkgadd -d http://www.blastwave.org/pkg_get.pkg
>
>   
blastwave.org is off the air at the moment, try

http://www.opencsw.org/pkg_get-3.8.4-SunOS5.8-all-CSW.pkg

Ian.

___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


[osol-help] problem getting pkg-get

2008-08-09 Thread spano
after installing opensolaris today i'm trying to find some packages to install. 
i'm following the instructions from blastwave on installing pkg-get and seem to 
have run into a problem.

i get the following error...


[EMAIL PROTECTED]:~$ su -
Password: 
Sun Microsystems Inc.   SunOS 5.11  snv_86  January 2008
-bash-3.2# pkgadd -d http://www.blastwave.org/pkg_get.pkg

## Downloading...
...25%..50%..75%..100%
## Download Complete

pkgadd: ERROR: attempt to process datastream failed
- bad format in datastream table-of-contents
pkgadd: ERROR: could not process datastream from 


-

anyone have any ideas on what this could be?
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


[osol-help] openoffice 2.4 problem

2008-08-09 Thread Mark Kaiman
I am running opensolaris snv_94.  When I try to launch open office from the GUI 
the splash screen flashes for a second but the program doesn't launch. When I 
try to launch it from the terminal it returns:

libGL warning: 3D driver claims to not support visual 0x65

Anyone know what that means?
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


[osol-help] Problem network installing OpenSolaris b95 on SPARC

2008-08-09 Thread Neale Ferguson
I am trying to network install OpenSolaris CE build 95 on a Netra box. Our DHCP 
server is a Linux box and the install server is an older OpenSolaris system on 
a Sunblade. I’ve followed the instructions to create the install server and the 
jumpstart area. However, when I boot the target box I see the following:

ok boot net:dhcp - install
Boot device: /[EMAIL PROTECTED],0/[EMAIL PROTECTED],1/[EMAIL PROTECTED],1:dhcp  
File and args: - install
Timeout waiting for BOOTP/DHCP reply. Retrying ... 
Timeout waiting for BOOTP/DHCP reply. Retrying ... 
Timeout waiting for BOOTP/DHCP reply. Retrying ... 
TFTP Error: File not found

Boot load failed

ok 

The DHCP request from the Netra contains the following:

DHCP: Message type = DHCPDISCOVER
DHCP: Client Class Identifier = "SUNW.UltraAX-i2"
DHCP: Requested Options:
DHCP:1 (Subnet Mask)
DHCP:3 (Router)
DHCP:   12 (Client Hostname)
DHCP:   43 (Vendor Specific Options)
DHCP: Maximum DHCP Message Size = 1472 bytes

Despite the timeout messages shown above we area able to get the IP address 
assigned and the next server information passed to the box. 

The Netra then issues a TFTP request with the following:

TFTP:  - Trivial File Transfer Protocol -
TFTP:
TFTP:  Opcode = 1 (read request)
TFTP:  File name = "SUNW.UltraAX-i2"
TFTP:  Transfer mode = octet

However, nothing add_network_client does puts a file by that name in there nor 
can you specify this name as a platform group that goes by this name.

I've obviously stuffed up somewhere but I'm not sure where so am after some 
advice.

Neale
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org

[osol-help] Connecting straight through cable to Netra serial connector for management

2008-08-09 Thread RB
[b]I have Netra T1. I would like to manage it using my Dell laptop. Is there a 
way to connect ethernet cable of my laptop to serial port of the Sun netra. I 
don't have any serial port on my laptop. What are my options? I would like to 
install Solaris10 on this box. 

Thanks,
R.
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] Package installation error

2008-08-09 Thread Ankit Srivastava
As my proxy server has username and password authentication, I tried out the
following command:

export http_proxy=http://username:[EMAIL PROTECTED]:3128

After that I tried to open the package manager using
gkdu /usr/bin/packagemanager

The package manager pops up but there is no option of install/remove..only
reload comes up..

I tried to user the command pkg install gcc-dev
but it gives me the same error as follows:
[EMAIL PROTECTED]:/# pkg install gcc-dev
Creating Plan -Traceback (most recent call last):
  File "/usr/bin/pkg", line 1440, in ?
ret = main_func()
  File "/usr/bin/pkg", line 1406, in main_func
return install(img, pargs)
  File "/usr/bin/pkg", line 445, in install
verbose = verbose, noexecute = noexecute)
  File "/usr/lib/python2.4/vendor-packages/pkg/client/image.py", line 1282,
in make_install_plan
ip.evaluate()
  File "/usr/lib/python2.4/vendor-packages/pkg/client/imageplan.py", line
344, in evaluate
self.evaluate_fmri(f)
  File "/usr/lib/python2.4/vendor-packages/pkg/client/imageplan.py", line
187, in evaluate_fmri
m = self.image.get_manifest(pfmri)
  File "/usr/lib/python2.4/vendor-packages/pkg/client/image.py", line 516,
in get_manifest
m = self._fetch_manifest(fmri)
  File "/usr/lib/python2.4/vendor-packages/pkg/client/image.py", line 468,
in _fetch_manifest
mcontent = retrieve.get_manifest(self, fmri)
  File "/usr/lib/python2.4/vendor-packages/pkg/client/retrieve.py", line 75,
in get_manifest
raise NameError, "could not retrieve manifest '%s' from '%s'" % \
NameError: could not retrieve manifest
'[EMAIL PROTECTED]'
from 'http://pkg.opensolaris.org:80'


I don't understand which setting i am getting wrong which is not letting me
connect to the IPS repository. Is it something related to disabling of nwam
and enabling default?

Regards,
Ankit


On Sat, Aug 9, 2008 at 5:16 AM, Ankit Srivastava <[EMAIL PROTECTED]>wrote:

> I tried that..It still gives me the same error.
>
> Does it have something to do with the authentication which our proxy server
> requires.
> We need to enter our username (200501103) and password(*) when we need
> to access net.
>
> How to set that in the cli environment?
>
> Regards,
> Ankit
>
>
> On Sat, Aug 9, 2008 at 4:55 AM, Glenn Lagasse <[EMAIL PROTECTED]>wrote:
>
>> * Ankit Srivastava ([EMAIL PROTECTED]) wrote:
>> > Hi,
>> >
>> > I have installed OpenSolaris 2008.05 on my laptop which is connected to
>> the
>> > internet from our university's proxy server. The details of the server
>> are
>> > as follows:
>> >
>> > HTTP Proxy: hostelproxy.daiict.ac.in   Port: 3128
>> > The proxy server requires authentication using our Student IDs and
>> passwords
>> >
>> > i have configured my firefox and System -> Preferences -> Network Proxy
>> with
>> > the above proxy. The net is working fine and i am able to browse all the
>> > websites.
>> >
>> > I wanted to install openoffice, netbeans, sunstudio etc using the
>> following
>> > commands
>> > pkg install openoffice
>> > pkg install netbeans ... given at
>> > http://dlc.sun.com/osol/docs/content/IPS/instdevsoft.html
>> >
>> > When i run the above command, I get the following error:
>>
>> You need to set the proxy in the cli environment:
>>
>> (for bash which is the default shell for the user created during
>> installation):
>>
>> export http_proxy="http://hostelproxy.daiict.ac.in:3128";
>>
>> Cheers,
>>
>> --
>> Glenn
>>
>
>
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Re: [osol-help] ssh

2008-08-09 Thread Emmanuel De Paepe
" Now, you say "it starts the local firefox". Is that "local" to the
machine you're working on (machineA), or the machine you typed the
command on (machineB)? And where does it display to? The X display
you're typing into, or an X server displaying on machineB?"

I type the command on the console connected to the remote machine (B).
It starts the firefox of machine A and displays it on A.
To give an example:

Machine A runs Solaris 10 (Firefox 2) and machine B runs OpenSolaris (Firefox 
3).
When I login with A through ssh on B and type firefox, it starts firefox 2 
while it should
start firefox 3. I do not have this issue with for instance gimp: 2.0 on 
Solaris 10 - 2.4 OpenSolaris.
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


[osol-help] Problema con versión: 2008/05

2008-08-09 Thread Maximiliano. Alejo.
Buenas tardes, como primer post les presento mi problema, que lo estoy teniendo 
debido a que conozco muy poco de OpenSolaris, no obstante enfrenté el reto de 
dar una clase en el curso terciario de redes con un amigo mio, y se nos estan 
complicando los preparativos. Les cuento un poco como es. Estamos utilizando el 
VMware Server, para facilitar la documentación. El equipo es un AMD Athlon 64 
X2 Dual Core , aunque en el VMWare le habilitamos 1 procesador para facilitar 
las cosas, Ram: 512 MB, HDD 3 GB (Es solo para pruebas, no vamos a agregarle 
nada), Video: Ge-Force 7 (7050 PV). El VMWare corre bajo WiNXPSP2-ENU, no se 
que otro dato adicional dar. Creo que ya detalle lo más importante del equipo y 
el software que utilizo. Sigo con la cuestión, se me pone la consola de login, 
pongo el user: jack y todo bien. el tema es que queda en la consola debido a 
que me dice que el video adapter no es compatible o no es soportado por esa 
versión de opensolaris que por lo que tengo entendido, es la ultima.

Necesitaría saber, como instalarlo por modo de comandos, osea, aprovechando que 
estoy trancado en la consola, pone un comando "install" o algo por el estilo y 
que se ponga en modo texto el instalador de OpenSolaris.

O de última alguna manera de solucionar el problema con la tarjeta gráfica.

Desde ya les quedo muy agradecido, espero haber ubicado bien este por (sino me 
avisan y lo cambio/borro)

Salu2.
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Re: [osol-help] browser times out no matter the destination, even if IP or hostname

2008-08-09 Thread William Zajic
What settings do I check ?
Thx,
Will

-Original Message-
From: Johan Hartzenberg [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 08, 2008 3:36 PM
To: William Zajic
Cc: opensolaris-help@opensolaris.org
Subject: Re: [osol-help] browser times out no matter the
destination, even if IP or hostname




On Tue, Aug 5, 2008 at 5:59 PM, William Zajic
<[EMAIL PROTECTED]> wrote:


I just installed Solaris 10 5/08 and got DHCP working
and can telnet to other machines on my network.
Neither my java browser or my Firefox browser can load
an internet page. When I put www.google.com (or http://64.233.167.147)
in the address bar, I see the status message "Connecting to
www.google.com", but it always times out.
I can do nslookups.

I've never been able to pull up a webpage.
Any ideas?
-Will



Check both your browser and your gnome proxy settings.



-- 
Any sufficiently advanced technology is indistinguishable from
magic.
Arthur C. Clarke

Afrikaanse Stap Website: http://www.bloukous.co.za

My blog: http://initialprogramload.blogspot.com



___
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Re: [osol-help] 32-bit ... 64-bit

2008-08-09 Thread Mike Meyer
On Sat, 09 Aug 2008 02:43:37 PDT
>   Characteristics:
>   64-bit capable
> 
> The 64-bit capable is news to me. I looked further and found:

All the Intel Core 2 CPU's are 64-bit.

Ubuntu has distinct 64 & 32 bit distributions. Care to try the 64-bit
version of Ubuntu on that machine and let us know how well it works?

  http://www.mired.org/consulting.html
Independent Network/Unix/Perforce consultant, email for more information.

O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] 32-bit ... 64-bit

2008-08-09 Thread Peter Schow
On Sat, Aug 09, 2008 at 01:50:06AM -0700, Charles Gray wrote:
> This line does not exist. There are only two lines. The second line reads
> module /boot/x86.microroot
> 
> I went ahead and told it to boot (pressed b)
> 
> The next screen came up as before except it now stated that it was a 32-bit 
> machine (Sorry, I didn't copy the exact wording)).  As before, the computer 
> was locked at this screen. I had to remove power to continue.

There are other reports of this particular system (w/ Foxconn motherboard)
having boot problems with OpenSolaris 2008.05:

http://opensolaris.org/jive/thread.jspa?messageID=239608

but it dead-ends right now, with no solution.


___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] ssh

2008-08-09 Thread Peter Schow
On Fri, Aug 08, 2008 at 02:22:24PM -0700, Emmanuel De Paepe wrote:
> I don't think it's related to setting the display.
> Perhaps I should clarify more.
> When I start an application that exists on both machines (like firefox), it 
> starts the local firefox although it should start the remote firefox.
> I have this issue between Solaris machines.
> It seems to work fine when I login with a machine running Ubuntu.

Try starting your Firefox with the:

-no-remote

command line parameter.  Or alternatively, you can set the environment
variable:

export MOZ_NO_REMOTE=1

before starting Firefox.
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] How can I mount?

2008-08-09 Thread Bozya
HARTZ! THANK YOU 
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] audiohd(Driver Misconfigured) Intel 82801G (ICH7 Family) High Definitio

2008-08-09 Thread Toby Richmond
Aha - yep that works OK - Intel 82801G HD controller on Acer Aspire 5310.
Only issue is that using gnome volume control - volume is only audible at 75% 
level or higher, and playback options are confused - if you unclick built-in 
speaker, nothing happens (ie sound stays on).  If you unclick line out, 
speakers mute.  Line out and speaker options are switched - I guess that's why 
the volume is pretty low?
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] Browsing a Windows Share?

2008-08-09 Thread Uwe Dippel
kebabber, not exactly. Depending on the Windows configuration, one might need 
to enter a domain, username and password.
I know it works with Places->Connect to Server->Windows Share. What I was 
asking was, how to enter the credentials at browsing the network, identical to 
browsing from Windows: When using Windows, and a domain/userid is needed, it 
will pop up a window asking for it. On Solaris, it will subsequently show the 
share as empty; obvious, since there are no credentials. 

Uwe
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] Browsing a Windows Share?

2008-08-09 Thread Orvar Korvar
I start up Solaris first, and then start up the Windows machine and everything 
works. I dont need to do anything.

If you want to share files, you can use CIFS. There is a CIFS sub forum here.
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] Installing over Solaris on triple boot system??

2008-08-09 Thread Uwe Dippel
[i]Other than the installer overwriting grub on the mbr, there shouldn't be
any problems.[/i]

Yes. Here my usual suggestion: Supergrub (http://www.supergrubdisk.org/), 'find 
/grub/stage1','root (hd0,n)', 'setup (hd0)' [Read the manual!]

Uwe
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] Solaris Express build 95 DVD (Single Image)

2008-08-09 Thread Uwe Dippel
REPAIRED BUT NOT SOLVED

Now the file name and number are okay, but with SDM it still says "wrong data 
size in destination file", like 
http://opensolaris.org/jive/thread.jspa?threadID=62697

With Mozilla, it seems to come down okay.

Uwe
:(
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] How can I mount?

2008-08-09 Thread Johan Hartzenberg
Hello Bozya


On Sat, Aug 9, 2008 at 3:20 AM, Bozya <[EMAIL PROTECTED]> wrote:

> please, help!
> I see my zfs partition in list, but cant mount it... after creating pool
> and mounting it shows the full size of drive and says that its empty.
>
> Please, someone write how to mount and read zfs drive to a system.
>

Assuming the default OpenSolaris setup, you will have two disks each with a
ZFS root set.

You can check your existing zfs pool, as well as the ones on "other" disks,
using these commands:

zpool list
zpool import

zpool import will show you that the "other" pool has got a name which is the
same as the one you already have imported.  The problem is that to run zpool
import, you need to specify what pool to import but you cannot use the pool
name.  You also need to specify directories where to mount the pool, and you
need to change its name, all in one go.

Note the Pool ID shown by the zpool import command above, and use that, as
follow:
*
zpool import -R /otherdisk 12598924967819139970 OtherRpool*

You need to use your own value for the pool ID, and where I entered
OtherRpool you can use any new name you want to give this pool

Afterwards you will be able to access data in OtherPool under the mount
point /otherdisk.  From here you can copy/move the data, or you can continue
to use this pool as a data pool, or destroy/create new data sets in it.






-- 
Any sufficiently advanced technology is indistinguishable from magic.
Arthur C. Clarke

Afrikaanse Stap Website: http://www.bloukous.co.za

My blog: http://initialprogramload.blogspot.com

ICQ = 193944626, YahooIM = johan_hartzenberg, GoogleTalk =
[EMAIL PROTECTED], AIM = JohanHartzenberg
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Re: [osol-help] 32-bit ... 64-bit

2008-08-09 Thread Charles Gray
> On Fri, Aug 08, 2008 at 04:56:14PM -0700, Charles
> Gray wrote:
> > I hate to tell everyone this but I downloaded and
> created an iso cd for the latest version of Ubuntu
> and it works just fine.I think there is a software
> problem in the opensolaris iso that causes it to
> misidentify my computer as a 64-bit machine.
> 
> On your Ubuntu system that you booted, can you run:
> 
> # /usr/sbin/dmidecode
> ture all of the  "DMI type 4" (Processor Information)
> sections of the 
> output, and post it here?
> 
> 
okay ... I entered su and the root password and tried /usr/sbin/dmidecode 
Following is the Type 4 information:
Handle 0x0004, DMI type 4, 40 bytes
Processor Information
Socket Designation: Socket 775
Type: Central Processor
Family: Other
Manufacturer: Intel
ID: FB 06 00 00 FF FB EB BF
Version: Intel(R) Core(TM)2 Quad CPUQ6600  @ 2.40GHz
Voltage: 1.2 V
External Clock: 266 MHz
Max Speed: 4000 MHz
Current Speed: 2400 MHz
Status: Populated, Enabled
Upgrade: ZIF Socket
L1 Cache Handle: 0x000A
L2 Cache Handle: 0x000B
L3 Cache Handle: Not Provided
Serial Number:  
Asset Tag:  
Part Number:  
Core Count: 4
Core Enabled: 4
Thread Count: 4
Characteristics:
64-bit capable

The 64-bit capable is news to me. I looked further and found:

Handle 0x0025, DMI type 17, 27 bytes
Memory Device
Array Handle: 0x0024
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: 1024 MB
Form Factor: DIMM
Set: None
Locator: DIMM1
Bank Locator:  
Type: DDR2
Type Detail: Synchronous
Speed: 667 MHz (1.5 ns)
Manufacturer: 7F98
Serial Number: 8C358201
Asset Tag: 030826
Part Number: KPN424-ELJ

There were 4 entries like this, one per processor I assume.

I have got to search now and see why I thought it was only a 32-bit machine. 
Perhaps Vista is only 32-bits. I certainly do appreciate the help but 64 bits 
or not it locks up. It is a new computer and my goal was to add Solaris when I 
didn't have a bunch of used memory.

Charlie
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] 32-bit ... 64-bit

2008-08-09 Thread Charles Gray
> > I hate to tell everyone this but I downloaded and
> > created an iso cd for the latest version of Ubuntu
> > and it works just fine.I think there is a software
> > problem in the opensolaris iso that causes it to
> > misidentify my computer as a 64-bit machine.
> 
> Yes - that looks likely. But you can work around
> whatever is causing this by using the workaround
> above, with a slight addition:
> 
> 1. Go to this page:
> 
> http://news.softpedia.com/news/OpenSolaris-2008-5-Inst
> allation-Guide-84898.shtml
> 
> And have a look at what the grub menu should look
> like. It's the big blue/black one at the top.
> 
> 2. Boot the CD and wait for this screen to appear.
> When it does, make sure the first boot entry is
> highlighted, press the "e" key on your keyboard to
> edit the grub commands.
> 
> 3. You should now have 4 or 5 lines of grub commands
> for that boot entry listed on the screen. Find the
> one that looks like this:
> 
> kernel$ /platform/i86pc/kernel/$ISADIR/unix -B
> $ZFS-BOOTFS
> 
> Highlight it, then press "e".
> 
> 4. You will now be able to edit this line as you
> would in any normal text editor. Take out the $ISADIR
> part, then press ENTER.
> 
This is the first line ... without the -B SZFS-BOOTFS
I removed the $ISADIR as instructed but did not add the -B etc.

> ADDED BONUS STEPS:
> 
> 5. Find the line that looks like this:
> 
> module$ /platform/i86pc/$ISADIR/boot_archive

This line does not exist. There are only two lines. The second line reads
module /boot/x86.microroot

I went ahead and told it to boot (pressed b)

The next screen came up as before except it now stated that it was a 32-bit 
machine (Sorry, I didn't copy the exact wording)).  As before, the computer was 
locked at this screen. I had to remove power to continue.
> 
[snip]
> Cheers
> 
> Andrew.
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] 32-bit ... 64-bit

2008-08-09 Thread Sean Sprague
Charles,

> I tried your sugestion and got
>
> [EMAIL PROTECTED]:~$ usr/sbin/dmidecode
> bash: usr/sbin/dmidecode: No such file or directory
>
> Sorry but I don't know enough to proceed from there.

Don't worry. You probably should have su'd to root, and entered the 
command with a leading '/' character; thus "/usr/sbin/dmidecode".

Regards... Sean.

___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] 32-bit ... 64-bit

2008-08-09 Thread Charles Gray
I tried your sugestion and got

[EMAIL PROTECTED]:~$ usr/sbin/dmidecode
bash: usr/sbin/dmidecode: No such file or directory

Sorry but I don't know enough to proceed from there.
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


[osol-help] no output from /dev/printers/0 ??

2008-08-09 Thread darren
This is weird...

I've setup my USB Epson R800 printer, well actually HAL did it very nicely, 
detecting the printer, loading the correct PPD and setting up the queue. When I 
turn the printer on and off, the notification window correctly pops up to tell 
me its online.

However, there is no output. Infact, if I do

# cat /LICENSE >/dev/printers/0

I get nothing,,zero,,zilch. Cannot understand. Any ideas? Tried a few times but 
no output.

I'm using the stp-escp2-r800.5.2.ppd.gz PPD file which is correct for my 
printer.

I also tried the uri filter instead of standard_foomatic, but with no 
difference!

Any ideas please? I have tried, honest!!

I've posted some useful debug info...

# lpstat  -l  -t
scheduler is running
system default printer: Epson
device for Epson: /dev/printers/0
Epson accepting requests since Sat Aug 09 08:16:07 2008
printer Epson idle. enabled since Sat Aug 09 08:16:07 2008. available.
Form mounted: 
Content types: application/postscript
Description: 
Connection: 
Interface: /usr/lib/lp/model/standard_foomatic
PPD: /var/lp/ppd/user/Epson/stp-escp2-r800.5.2.ppd.gz
On fault: write root
After fault: continue
Users allowed:
(all)
Forms allowed:
(none)
Media supported:
Letter
Legal
Executive
Postcard
CD5Inch
CD3Inch
CDCustom
w216h360
w252h360
w288h432
w324h495
w360h504
w360h576
w432h576
c8x10
Statement
w576h864
A4
A5
A6
A7
A8
w609h864
ISOB5
ISOB6
ISOB7
ISOB8
B5
B6
B7
B8
C5
w354h918
C6
DL
w229h459
C7
C8
w612h936
w535h697
w569h731
w348h527
w365h561
w391h612
w442h663
w314h504
w314h513
cw365h561
w283h425
w283h420
w420h567
w340h666
w255h581
COM10
w315h414
Monarch
w288h387
w288h504
w253h337
w155h244
w283h566
w612h935
Banner required
Character sets:
(none)
Default pitch:
Default page size:
Default port setting:
Options: serial=RQ0170410151530090


# lpc status
Epson:
queueing is enabled
printing is enabled
no entries


# cat /var/lp/logs/lpsched 



# ls|lp
request id is Epson-31 (standard input)


# cat /var/lp/logs/requests 
= Epson-31, uid 0, gid 0, size 1417, Sat Aug 09 08:27:47 2008
x /usr/bin/a2ps -q -c -B -o- -1
z Epson
C 1
D Epson
F /var/spool/lp/tmp/localhost/31-1
P 20
T 31-1
t simple
U root
s 0x0014


# cat /etc/printers.conf
#
#   If you hand edit this file, comments and structure may change.
#   The preferred method of modifying this file is through the use of
#   lpset(1M)
#
Epson:\
:printer-uri-supported=ipp\://office/printers/Epson:\
:bsdaddr=office,Epson,Solaris:


# cat /etc/lp/printers/Epson/configuration 
Banner: on
Content types: postscript
Device: /dev/printers/0
Interface: /usr/lib/lp/model/standard_foomatic
Printer type: unknown
Modules: 
Options: serial=RQ0170410151530090
PPD: /var/lp/ppd/user/Epson/stp-escp2-r800.5.2.ppd.gz


# hal-find-by-capability --capability=printer
/org/freedesktop/Hal/devices/pci_0_0/pci1043_80ed_10_4/printer_6_printer_0


#lshal -l # lshal -l --show 
/org/freedesktop/Hal/devices/pci_0_0/pci1043_80ed_10_4/printer_6_printer_0
udi = 
'/org/freedesktop/Hal/devices/pci_0_0/pci1043_80ed_10_4/printer_6_printer_0'
  printer.commandset = {'ESCPL2', 'BDC', 'D4'} (string list)
  printer.description = 'EPSON Stylus Photo R800'  (string)
  printer.serial = 'RQ0170410151530090'  (string)
  printer.product = 'Stylus Photo R800'  (string)
  printer.vendor = 'EPSON'  (string)
  printer.device = '/dev/printers/0'  (string)
  info.capabilities = {'printer'} (string list)
  info.category = 'printer'  (string)
  info.claimed.service = 'gnome-volume-manager'  (string)
  info.claimed = true  (bool)
  info.solaris.driver = 'usbprn'  (string)
  solaris.devfs_path = '/[EMAIL PROTECTED],0/pci1043,[EMAIL PROTECTED],4/[EMAIL 
PROTECTED]:printer'  (string)
  info.product = 'Stylus Photo R800'  (string)
  info.udi = 
'/org/freedesktop/Hal/devices/pci_0_0/pci1043_80ed_10_4/

[osol-help] Failed to exec inetd_start method of instance svc:/network/bootps/udp:defau

2008-08-09 Thread Dr. David Kirkby
I keep getting this message during boot.

Aug  9 08:09:04 kingfisher inetd[943]: [ID 702911 daemon.error] Failed to exec 
inetd_start method of instance svc:/network/bootps/udp:default: Invalid argument
Aug  9 08:09:04 kingfisher inetd[944]: [ID 702911 daemon.error] Failed to exec 
inetd_start method of instance svc:/network/bootps/udp:default: Invalid argument

In /etc/initd.conf I see this line:

bootps   dgram  udp wait   root /usr/sbin/bootpd   bootpd

Any ideas?
 
 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org