... Looking in the handbook (and creating a login for sunsolve is free, BTW. You get access to all non-contract areas of it.) I only see Ultra320 drives. The...
There are two SATA connectors on the motherboard and you can enable SATA in the bios. They are SATA1 (or whatever the terminology is) speed though if that...
... Interesting that it doesn't show in the options for it. They must never have used it for SATA. It is possible that the SATA driver was Not Ready For...
... The services registered in SMF all have some level of stability associated with them, and SMF defines mechanisms for them to relate to each other and the...
... Along the line of "simplifying for customers" I ran into an annoyance just the other day. Mind you, I am using SXCE snv_111, but I doubt this is different...
... I'm mystified that for nigh on 17 years, Sun has seemed to meander around the whole "automated" installation process. I've been jumpstarting systems since...
... Why are you convinced that you /have/ to be SMF-like if you were to introduce something finish script-like to AI? Jumpstart finish scripts are always...
I need to add a security banner to our JDS login. I have tried running gdmsetup and the banner shows as being changed, but after logging out and back in it...
Is it possible to mount a raw disk image containing an MBR and multiple partitions using lofi ? What sort of incantation do I need for that ? Thanks Bob...
... Did you actually switch the login screen to gdm? It may not look like dtlogin anymore, but the default login screen is still dtlogin on Solaris 10 (and...
I upgraded a 32 bit box to a Dual Processor AMD Athlon II X2 240 processor on and ECS MoBo based on the 740G AMD chipset. Solaris bombs and reboots the...
... Boot with options "-kv"; edit the grub boot commands and append " -kv" at the end of the "kernel$" line. That should allow you to read the panic messages....
... Thanks, Actually I kinda worked this out an hour or two ago. Took ages to figure out how to get the device paths reset in /dev but now it's working only to...
Hello, I have compiled and installed fuse and ntfs-3g and I have found how to automount NTFS partitions. However, I would like to know how to modify my system...
... Did you run xorgcfg (there are like 3 ways to do it by various names). That should create a config file for Xorg that you can put in /etc and edity as ...
... gdm is default in OpenSolaris and the next version of Solaris, but it wasn't ready to become default yet when Solaris 10 shipped, so Solaris 10 just has...
How come I get this output after calling unzip to extract multiple zip-files at once? arwen# unzip /root/bin/*.zip Archive: /root/bin/118669-22.zip caution:...
... As I recall you can't do that, although you might be able to for a FAT partition by using the :[C-F] notation that pcfs understands. That is the only file...
On Sun, 23 Aug 2009 16:03:11 +0200 ... Never mind. I solved it with ksh. #!/usr/bin/ksh # for f in *.zip; do unzip -d /export/patches $f; done -- Dick...
On Sun, 23 Aug 2009 23:06:14 -0400 ... That's almost the same as I had. Only difference are the quotation marks. Is this what you mean? Or do I really escape...
... Yes, indeed. ... I think you mean /root/\*.zip But yes, escaping the glob that way will work with unzip too. The zip/ unzip utilities are odd ones... /dale...
Hi All, Was wondering if someone could help. I am trying to build a repository using spc-v0.9.ksh and it keeps failing (it just returns a usage blurb) The...
... Phil, Look at the following site: http://opensolaris.org/os/project/svr4_packaging/package_companion/ This gives clear example of how to use the command....
... Hi John: I have done that as far as I can tell. I'm now trying 3.5.2 and getting something similar. Here is the output from dtrace: godzilla ~ # dtrace...