Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

solarisx86

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1240
  • Category: Unix
  • Founded: Nov 2, 2003
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 49526 - 49555 of 55641   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
49526 Mike Riley
teachskiing Send Email
Aug 20, 2009
7:27 pm
... 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...
49527 Eric Bautsch
bautsche Send Email
Aug 20, 2009
7:33 pm
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...
49528 Mike Riley
teachskiing Send Email
Aug 20, 2009
7:39 pm
... 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...
49529 Dave Miner
dave_miner Send Email
Aug 20, 2009
8:48 pm
... 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...
49530 Mike Riley
teachskiing Send Email
Aug 20, 2009
9:10 pm
... 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...
49531 John Taylor
The_H1ghlander Send Email
Aug 20, 2009
10:24 pm
... I'm mystified that for nigh on 17 years, Sun has seemed to meander around the whole "automated&quot; installation process. I've been jumpstarting systems since...
49532 Dale Ghent
digitalyeti Send Email
Aug 21, 2009
4:40 am
... 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...
49533 pcsol1996 Send Email Aug 21, 2009
10:46 pm
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...
49534 Robert Lunnon
rob_lun Send Email
Aug 22, 2009
12:19 am
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...
49535 Alan Coopersmith
adcoopersmith Send Email
Aug 22, 2009
6:10 am
... 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...
49536 Robert Lunnon
rob_lun Send Email
Aug 22, 2009
6:11 am
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...
49537 jkeil2 Send Email Aug 22, 2009
8:59 am
... 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....
49538 Robert Lunnon
rob_lun Send Email
Aug 22, 2009
11:34 am
... 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...
49539 pcsol1996 Send Email Aug 22, 2009
3:05 pm
... No I did not Alan. I just assumed that with CDE being EOL'ed that it was running gdm. Thanks very much....
49540 Apostolos Syropoulos
asyropoulos Send Email
Aug 22, 2009
7:18 pm
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...
49541 Carol & Mike Riley
teachskiing Send Email
Aug 22, 2009
8:33 pm
... 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 ...
49542 Alan Coopersmith
adcoopersmith Send Email
Aug 23, 2009
1:57 pm
... 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...
49543 dick hoogendijk
shinshui Send Email
Aug 23, 2009
2:02 pm
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:...
49544 Mike Riley
teachskiing Send Email
Aug 23, 2009
3:02 pm
... 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...
49545 dick hoogendijk
shinshui Send Email
Aug 23, 2009
3:51 pm
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...
49546 Oscar del Rio
utmie Send Email
Aug 23, 2009
3:57 pm
... unzip -h Usage: unzip [-Z] [-opts[modifiers]] file[.zip] [list] [-x xlist] [-d exdir] Default action is to extract files in list, except those in xlist, to...
49547 Dale Ghent
digitalyeti Send Email
Aug 24, 2009
3:06 am
unzip can open multiple zip files, you just have to escape the glob. eg: unzip "/root/bin/*.zip" /dale...
49548 dick hoogendijk
shinshui Send Email
Aug 24, 2009
10:07 am
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...
49549 Dale Ghent
digitalyeti Send Email
Aug 24, 2009
2:42 pm
... 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...
49550 Phil Savoie
psavoie1783 Send Email
Aug 26, 2009
8:32 pm
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...
49551 Phillip Bruce
okiebruce Send Email
Aug 26, 2009
9:42 pm
... 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....
49552 Phil Savoie
psavoie1783 Send Email
Aug 27, 2009
12:05 am
... Thank you sir! The correct syntax is: ./spc-v0.9.ksh -i -l -r ./my-repo-name Phil...
49553 Patch Nag
x86patchnag Send Email
Aug 29, 2009
1:38 am
121431-39 SunOS 5.8_x86 5.9_x86 5.10_x86: Live Upgrade Patch...
49554 Patch Nag
x86patchnag Send Email
Aug 30, 2009
1:35 am
119784-13 SunOS 5.10_x86: bind patch 125333-07 JDS 3_x86: Macromedia Flash Player Plugin Patch...
49555 Rodney Sparapani
docstrangeluv Send Email
Aug 31, 2009
8:21 pm
... 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...
Messages 49526 - 49555 of 55641   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help