|
|
|
|
|
|
| Author |
Message |
UNIX admin *nix forums Guru
Joined: 06 Mar 2005
Posts: 308
|
Posted: Sun Mar 06, 2005 8:07 pm Post subject:
Re: windows to unix printing problem
|
|
|
Carlos wrote:
| Quote: | Hi,
I have a sparc computer running with solaris 10 and samba 3.04. It's got
a HP laserjet 6P printer attached. I am trying to print from a windows
xp workstation with this printer using samba. Samba is already
configured and I am able to print from the windows XP workstation but
the printer prints just strange postscript code, no the typical windows
test page I am trying to print. This is my smb.con ( a very simple
configuration)
[global]
workgroup = WORKGROUP
load printers = yes
netbios name = carlos
show add printer wizard = yes
printing = bsd
security = share
disable spoolss = no
[printers]
guest ok = Yes
comment = All Printers
browseable = No
printable = Yes
path = /var/spool/samba
use client driver = Yes
[data]
comment = Data
path = /export
force user = rogelio
force group = staff
read only = No
guest ok = Yes
I connected the printer with the parallel port to the windows
workstation and it prints perfectly. The driver I use is in the windows
workstation is the same in both cases. Any idea?
|
Two things:
For hp PS capable printers, the printer type needs to be "PostScript",
and the content type also "PostScript".
On Windows, any Windows, you need to configure the printing to end all
jobs with ^D.
This is the only way I have been able to get it to work. If anybody
knows of a cleaner or a better way, please, by all means, step forth! |
|
| Back to top |
|
 |
UNIX admin *nix forums Guru
Joined: 06 Mar 2005
Posts: 308
|
Posted: Sun Mar 06, 2005 8:15 pm Post subject:
Re: mkisofs and cdrw
|
|
|
UN wrote:
| Quote: | Question #1 I have been trying to use mkisofs to create an ISO image of my Solaris 8 H/W 7/03 media and have had no success. I have transferred the ISO image that I created with mkisofs to my PC and used Adaptec EasyCd 5.0 to burn CD. But the CDs that I have burned will not boot my Ultra 60. My version of the EasyCd s/w will not create ISO images either . So I do not have an option but to use mkisofs.
Question #2. If I use 'cdrw' to create a copy of the CD-ROM and then transfer that iso image to my PC and burn CD with my Adpatec Easy CD, Will it work ? Any suggestions....
|
Forget about it, it's a waste of your time.
Install the cdrtools suite from Blastwave, and then:
# /etc/init.d/volmgt stop && cdrecord -scanbus
(output omitted, however you should get the address of the burner back.)
# readcd dev=0,1,0 f=/var/tmp/CD.IMG
where "0,1,0" is to be replaced with the device you get back from
`cdrecord -scanbus`.
The ".IMG" file is a raw image of the CD. If the CD was written as an
ISO FileSystem, you may be able to mount it under Solaris or Windows by
renaming it to "CD.ISO" and using `lofiadm` or some other tool under
Windows, respectively.
Technically speaking, `readcd` will create an image of *any* data CD,
including but not limited to SGI IRIX EFS CDs, Apple HFS CDs, and so on. |
|
| Back to top |
|
 |
SolBB *nix forums beginner
Joined: 18 Mar 2005
Posts: 1
|
Posted: Fri Mar 18, 2005 3:52 am Post subject:
Re: Oracle for Solaris X86 gui manager?
|
|
|
try "emctl start dbconsole", then fire your FireFox, access to
http://xxxx:5500/em/console/aboutApplication
Ian wrote:
| Quote: | hi,
please forgive if basic question but am new to oracle and can't find
the gui
which you use to manage users and other info. Used to use windows
oracle a
long time ago and vaguely remember a GUI tool for managing users and
tables
etc, think it was a mangagement console of some type.
Is there a similar GUI for Oracle 10.1.0.3 for Solaris Intel(X86). I
have
just installed it and would like to find the appropriate command to
start it
up. Have looked at Oracles' docs but can't seem to find it(hard to
find if
you can't remember the name of the program)
any help appreciated
regards
Ian |
|
|
| Back to top |
|
 |
Ian *nix forums beginner
Joined: 07 Apr 2005
Posts: 11
|
Posted: Fri Mar 18, 2005 3:11 pm Post subject:
Re: Oracle for Solaris X86 gui manager?
|
|
|
Thank you
exactly what I was after
your a life saver
"SolBB" <jayyuanlee@yahoo.com> wrote in message
news:1111121548.985066.65020@f14g2000cwb.googlegroups.com...
| Quote: | try "emctl start dbconsole", then fire your FireFox, access to
http://xxxx:5500/em/console/aboutApplication
Ian wrote:
hi,
please forgive if basic question but am new to oracle and can't find
the gui
which you use to manage users and other info. Used to use windows
oracle a
long time ago and vaguely remember a GUI tool for managing users and
tables
etc, think it was a mangagement console of some type.
Is there a similar GUI for Oracle 10.1.0.3 for Solaris Intel(X86). I
have
just installed it and would like to find the appropriate command to
start it
up. Have looked at Oracles' docs but can't seem to find it(hard to
find if
you can't remember the name of the program)
any help appreciated
regards
Ian
|
|
|
| Back to top |
|
 |
Chris *nix forums beginner
Joined: 23 Mar 2005
Posts: 3
|
Posted: Sun Mar 20, 2005 10:04 am Post subject:
Re: Solaris 10 x86 (gold) will not install/start due to X-server errors
|
|
|
John_B a écrit :
| Quote: | You know, I'm really getting tired of Sun's sorry exceuses for drivers
of industry-standard hardware.
Last week, I installed Solaris 10 x86 (gold, not beta or "express") on a
Celeron 533 w/ 128 MB RAM and an ATI Rage chipset. It found everything
except the network card (Intel Pro/100+) and audio (on-board, probably
AC'97-based). The only thing that I had to do that was "special" is
change the video driver from the XF86 version to the "standard" version.
I decided that if I'm going to use this as my main workstation at work,
I want something beefier. So, I got my hands on a Pentium IV w/ 512 MB
RAM and ATI Rage 128 Pro. The installation identified *exactly* what
the chipset is, but failed the installation every time. Here are the
scenarios:
- Let Solaris install automatically: freezes at the "Determine
additional network information..." statement or whatever that screen is.
|
I had the same problem installing Solaris 10 on a Dell.
What i do is to choose install option 4 and let solaris to detect
the screen configuration. When the installer display the screen
configuration press Esc then continue (F2) and choose to *bypass* the
test phase (F4).
Do the same when installer detects you previously bypassed the test with
the CD#2 (bypass with F5).
After that it works perfectly.
Chris. |
|
| Back to top |
|
 |
Michael Davis *nix forums beginner
Joined: 28 Mar 2005
Posts: 3
|
Posted: Mon Mar 28, 2005 2:27 pm Post subject:
Re: can't install solaris 10
|
|
|
cipria wrote:
| Quote: | Hi,
've successfully managed to create my indtallation DVD using "cat" under
linux. But solaris 10 refutes to install on my system.
My configuration:
AMD64 3200+
Motherboard ASUS K(VSE deluxe socket 754
2.00 Gb ram DDR400
HD SATA maxtor 160 GB connected through RAID
DVD +- RW dual layer
Radeon 9550 256 MB DDR
After the first part of setup, whwe the installation starts it breaks down
at 2% saying "Can't find any disc".
I don't know where the peoblem is. Maybe sol10 doesn't support my mobo or
SATA? I couldn't find any suitable answer on the Hardware Compatibility
list.
I had to turn off raid support in the BIOS. Solaris 10 did not like the |
raid but worked great with my dual sata drives. |
|
| Back to top |
|
 |
Shane *nix forums Guru Wannabe
Joined: 14 Aug 2003
Posts: 134
|
Posted: Thu Apr 14, 2005 8:41 pm Post subject:
Re: via82xxxx
|
|
|
On Fri, 15 Apr 2005 09:35:12 +1200, Shane wrote:
| Quote: | hi all
Ive just installed solaris 10.0 x86 onto this machine, but cant find a
driver or a way for me to get sound
linux uses the via82xxxx module
any suggestions?
TIA
|
had this suggested to me
http://www.tools.de/solaris/audio/
the driver there is correct, but I still get no sound :\
--
Hardware: n Parts of the computer you can kick |
|
| Back to top |
|
 |
Casper H.S. Dik *nix forums Guru
Joined: 20 Feb 2005
Posts: 1634
|
Posted: Fri Apr 15, 2005 5:21 am Post subject:
Re: via82xxxx
|
|
|
Shane <shane@weasel.is-a-geek.net> writes:
| Quote: | hi all
Ive just installed solaris 10.0 x86 onto this machine, but cant find a
driver or a way for me to get sound
linux uses the via82xxxx module
any suggestions?
|
Wait for S10u1 or download current Solaris Express.
Casper
--
Expressed in this posting are my opinions. They are in no way related
to opinions held by my employer, Sun Microsystems.
Statements on Sun products included here are not gospel and may
be fiction rather than truth. |
|
| Back to top |
|
 |
Charles K. Thompson IV *nix forums beginner
Joined: 25 Feb 2005
Posts: 16
|
Posted: Fri Apr 15, 2005 7:20 am Post subject:
Re: sol 10 / install / networking
|
|
|
thank you for the reply
yes, i meant the "iprb0". however, the interactive installation terminated
because it could not establish the network connection (it ended with the
error "runCmd" & something with ybind or so - sorry, i don't remember
more).
the console installation (text only) did somehow the same, but i ran out of
time and so i didn't try again.
is it possible/favourable to specify "not networked" during the installation
and try to fix it later ? solaris without network doesn't make much sense to
me...
thanks
**********************************************************
"Dave Uhring" <daveuhring@yahoo.com> wrote in message
news:pan.2005.04.14.17.10.59.68718@yahoo.com...
| Quote: | On Thu, 14 Apr 2005 18:53:40 +0200, Charles K. Thompson IV wrote:
i'm trying to install solaris 10 on a dell 8200 (desktop). however, i
can't
get a network connection. i'm pretty sure that i've specified correct
DNS-servers etc.
during the boot sequence, the message "attemp to configure ip0br..." is
followed by "skipped ip0br...".
Perhaps you mean iprb0, an Intel Ether Express Pro 100B NIC?
Don't worry about that message. It only means that you do not have a
server on your network configured as a boot server.
You can start worrying about your network connection if you still have no
connectivity after the system reboots following the installation of CD-1.
|
|
|
| Back to top |
|
 |
Rodrick Brown *nix forums Guru Wannabe
Joined: 24 Feb 2005
Posts: 197
|
Posted: Mon Apr 18, 2005 10:50 pm Post subject:
Re: OpenSolaris names ?
|
|
|
"Jorgen Moquist" <jorgen.moquist@n.o.s.p.a.m.mailbox.swipnet.se> wrote in
message news:3XX8e.47183$Of5.30989@nntpserver.swip.net...
| Quote: | Anyone figured out any clever name schemes for opensolaris distros ?
CAB something sounds quite cool,
means open car (a convertible is a cab in europe (cabriolet)).
Sun of a SunOS ?
/Jörgen
|
I do believe there is already a Gentoo Port of OpenSolaris in the works I
personally hope OpenSolaris doesnt end up with tons of forks, ill rather see
the project follow very close to the BSD development process where its
basically the same group of people handling overall process of the entire OS
and not the Kernel ala Linux.
--
Rodrick Brown |
|
| Back to top |
|
 |
Geoff Lane *nix forums addict
Joined: 09 Mar 2005
Posts: 69
|
Posted: Tue Apr 19, 2005 2:50 pm Post subject:
Re: OpenSolaris names ?
|
|
|
In alt.solaris.x86 Jorgen Moquist <jorgen.moquist@n.o.s.p.a.m.mailbox.swipnet.se> wrote:
| Quote: | Anyone figured out any clever name schemes for opensolaris distros ?
CAB something sounds quite cool,
means open car (a convertible is a cab in europe (cabriolet)).
Sun of a SunOS ?
|
Lem of course :-)
--
Geoff Lane
The attitude ``The computer said so, so it must be right''
is always amusing to the people who program them. |
|
| Back to top |
|
 |
Jorgen Moquist *nix forums Guru Wannabe
Joined: 19 Feb 2005
Posts: 198
|
Posted: Tue Apr 19, 2005 7:48 pm Post subject:
Re: OpenSolaris names ?
|
|
|
Geoff Lane wrote:
| Quote: | In alt.solaris.x86 Jorgen Moquist <jorgen.moquist@n.o.s.p.a.m.mailbox.swipnet.se> wrote:
Anyone figured out any clever name schemes for opensolaris distros ?
CAB something sounds quite cool,
means open car (a convertible is a cab in europe (cabriolet)).
Sun of a SunOS ?
Lem of course :-)
Lem would make it popular for swedish females, slang for male organ. |
what does Lem mean in english ?.
/jörgen |
|
| Back to top |
|
 |
Thomas Tornblom *nix forums addict
Joined: 03 Apr 2005
Posts: 58
|
Posted: Wed Apr 20, 2005 4:29 am Post subject:
Re: OpenSolaris names ?
|
|
|
Rich Teer <rich.teer@rite-group.com> writes:
| Quote: | On Tue, 19 Apr 2005, Jorgen Moquist wrote:
Lem would make it popular for swedish females, slang for male organ.
:-)
what does Lem mean in english ?.
It's the name of the guy who wrote a book called "Solaris". It was
remade into a movie starring George Clooney fairly recently.
|
But the original movie was made by Andrei Tarkovsky.
And the swedish "lem" really means "limb", which has been associated
with the male organ in swedish.
| Quote: |
-
Rich Teer, SCNA, SCSA, OpenSolaris CAB member
|
Thomas |
|
| Back to top |
|
 |
Peter FELECAN *nix forums beginner
Joined: 14 Mar 2005
Posts: 13
|
Posted: Wed Apr 20, 2005 6:05 am Post subject:
Re: OpenSolaris names ?
|
|
|
Rich Teer <rich.teer@rite-group.com> writes:
| Quote: | On Tue, 19 Apr 2005, Jorgen Moquist wrote:
Lem would make it popular for swedish females, slang for male organ.
:-)
what does Lem mean in english ?.
It's the name of the guy who wrote a book called "Solaris". It was
remade into a movie starring George Clooney fairly recently.
|
Stanislas Lem: prolific, polish, science-fiction writer; in my
opinion, the un-official grand-father of cyberpunk (the father being
William Gibson).
--
the true email address is encoded in an attempt to minimize spam.
pass csryrpna ng npz qbg bet through http://www.rot13.com/ |
|
| Back to top |
|
 |
Stephen Ryan *nix forums beginner
Joined: 20 Apr 2005
Posts: 2
|
Posted: Wed Apr 20, 2005 1:10 pm Post subject:
Re: good perfmeter values?
|
|
|
Michael Tosch wrote:
| Quote: | Stephen Ryan wrote:
Hi,
When I run perfmeter I see a wholee load of values that mostly stay
below the default 'too high' value. Except for the cntx and intr
values. They hover at around the 1024 and 800 values respectivly. This
seems a bit on the high side I think. What types of things would cause
this?
Im in the process of trying to figure out why my machine 'pauses' for
about 10 seconds quite a lot these days.
thanks
Stephen.
IMHO context switches happen if there are many active processes,
but also system (kernel) can use different contexts.
There is hardly a limit for context switches.
If you want a better insight, use
vmstat 2
and
man vmstat
|
Good idea, I tried it and saw this (ive cropped out stuff that didnt
change at all)
faults cpu
in sy cs us sy id
317 307 224 7 1 92
467 304 138 1 0 98
497 446 157 3 1 97
332 153 99 0 0 100
303 119 78 0 0 100
305 97 84 0 0 100
302 88 73 0 0 100
So the only thing happening when my machine 'pauses' is that system
calls seem to decrease. |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|
|
The time now is Tue Dec 02, 2008 5:53 am | All times are GMT
|
|
Direct TV | Mortgage | Mortgage Calculator | Internet Advertising | Daddy Yankee
|
|
Copyright © 2004-2005 DeniX Solutions SRL
|
|
|
|
Other DeniX Solutions sites:
Unix/Linux blog |
electronics forum |
medicine forum |
science forum |
|
|
Privacy Policy
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|