• 0604月10,11,12,13,14,15日

    2006-06-15

    Tag:

    版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明
    http://mmmmn.blogbus.com/logs/2663035.html

    1、Re: How to check the number of "user processes" in the system?

    -----------------------------------------------------------------------------

    ---

    From: "tunla" <lars.tunkrans@xxxxxxxxxxxx>
    Date: 17 Apr 2006 14:14:30 -0700

    -----------------------------------------------------------------------------

    ---

    jacksuyu@xxxxxxxxx wrote:

    HOw to check the number of "user processes" in solaris?

    Also how to increase or decrease it?

    Thanks.


    Solaris 10:

    If you want to count number of processes in the Interactive class
    casued by interactively logged on users.

    ps -elc | grep IA | wc -l

    Default number of user procs is 29.995
    youll need a 100 MB Ram per user
    each JDS user will run an average of 35 processes

    29995/35 = 857 users *100 MB = 86 GB Ram

    therefore the smallest machine where this can become a concern
    is a SunFire 2900 with 12 ultrasparc IV CPU and 96 GB ram.

    .


    -----------------------------------------------------------------------------

    ---

    Follow-Ups:
    Re: How to check the number of "user processes" in the system?
    From: Crazy Eyes
    References:
    How to check the number of "user processes" in the system?
    From: jacksuyu
    Prev by Date: Re: how to customize sun keyboard
    Next by Date: Re: 32 bit or 64 bit?
    Previous by thread: How to check the number of "user processes" in the

    system?
    Next by thread: Re: How to check the number of "user processes" in the

    system?
    Index(es):
    Date
    Thread
    We are proud to have Web Hosting and Rack Housing from 9 Net Avenue

    Deutschland.
    (06)
    Security UNIX Linux Coding Shop Directory Usenet

    Mailing-ListsNewsgroupsAboutPrivacySearch  unix.derkeiler.com  > Newsgroups 

    > comp.unix.solaris  > 2006-04      
    ---------
    Re: How to check the number of "user processes" in the system?

    -----------------------------------------------------------------------------

    ---

    From: "Crazy Eyes" <phusnikn@xxxxxxxxx>
    Date: Tue, 18 Apr 2006 00:21:52 GMT

    -----------------------------------------------------------------------------

    ---
    This is wrong, as most of the memory allocated would be pointing to the same
    phsyical mapped pages hense shared.

    "tunla" <lars.tunkrans@xxxxxxxxxxxx> wrote in message
    news:1145308470.924594.271290@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx


    jacksuyu@xxxxxxxxx wrote:

    HOw to check the number of "user processes" in solaris?

    Also how to increase or decrease it?

    Thanks.


    Solaris 10:

    If you want to count number of processes in the Interactive class
    casued by interactively logged on users.

    ps -elc | grep IA | wc -l

    Default number of user procs is 29.995
    youll need a 100 MB Ram per user
    each JDS user will run an average of 35 processes

    29995/35 = 857 users *100 MB = 86 GB Ram

    therefore the smallest machine where this can become a concern
    is a SunFire 2900 with 12 ultrasparc IV CPU and 96 GB ram.


    .


    -----------------------------------------------------------------------------

    ---

    References:
    How to check the number of "user processes" in the system?
    From: jacksuyu
    Re: How to check the number of "user processes" in the system?
    From: tunla
    Prev by Date: Re: Warning at boot time with Solaris 9
    Next by Date: Re: smdc connections on my x2100 server
    Previous by thread: Re: How to check the number of "user processes" in the

    system?
    Next by thread: can't su to root
    Index(es):
    Date
    Thread
    We are proud to have Web Hosting and Rack Housing from 9 Net Avenue

    Deutschland.
    (10)
    Security UNIX Linux Coding Shop Directory Usenet

    Mailing-ListsNewsgroupsAboutPrivacySearch  unix.derkeiler.com  > Newsgroups 

    > comp.unix.solaris  > 2006-04      


    2、Re: how to customize sun keyboard

    -----------------------------------------------------------------------------

    ---

    From: "Heinz M黮ler" <onkelheinz@xxxxxxxxxxxx>
    Date: Thu, 20 Apr 2006 19:59:06 +0200

    -----------------------------------------------------------------------------

    ---
    Thanks, that works fine!!!

    heinz


    "Stefaan A Eeckels" <hoendech@xxxxxx> schrieb im Newsbeitrag
    news:20060418104412.e5304b66.hoendech@xxxxxxxxx
    On Mon, 17 Apr 2006 18:15:15 +0200
    "Heinz Müller" <onkelheinz@xxxxxxxxxxxx> wrote:


    is there a way to customize F1, F2, F3 etc. with commands like ps -ef?

    I'm getting tired to write commands like "ps -ef | more" or "ls -ltr".
    (Yes, I know I can specify aliases).

    SUN Solaris 8 with SUN Keyboard
    SUN Ultra 5


    There is when you're using bash or tcsh.

    To map F6 to "ps -ef" in tcsh, use the bindkey built-in:

    $ bindkey -c ^[[17~ "ps -ef"

    To enter the F6 key sequence, press "control-v F6". Obviously,
    this can be placed in your start-up file (.cshrc).

    In bash, the same is achieved through the "bind" built-in. Use "read"
    to find the key sequence emitted by F6

    $ read
    ^[[17~

    The ^[ is the ESC character, which in bash is represented by
    \e (backslash e), so to map F6 onto "ps -ef" you'd type:

    $ bind '"\e[17~": "ps -ef^M"'

    (Press "control-v control-m" to enter the Return.)

    On start-up, bash reads the ~/.inputrc file to map keys or character
    sequences to shell commands.

    Take care,

    --
    Stefaan A Eeckels
    --
    Governments are like babies: digestive tracts with a big appetite at
    one end and no sense of responsibility at the other. The better run
    ones from time to time get clean diapers...


    .


    -----------------------------------------------------------------------------

    ---

    Follow-Ups:
    Re: how to customize sun keyboard
    From: Stefaan A Eeckels
    References:
    how to customize sun keyboard
    From: Heinz M黮ler
    Re: how to customize sun keyboard
    From: Stefaan A Eeckels
    Prev by Date: partioning slices on primary disk for mirroring
    Next by Date: Re: partioning slices on primary disk for mirroring
    Previous by thread: Re: how to customize sun keyboard
    Next by thread: Re: how to customize sun keyboard
    Index(es):
    Date
    Thread

    -----------------------------------------------------------------------------

    ---

    Relevant Pages
    Re: how to customize sun keyboard
    ... SUN Solaris 8 with SUN Keyboard ... There is when you're using bash or
    tcsh. ... To enter the F6 key sequence, ... The ^[is the ESC character, which
    in bash is represented by ... (comp.unix.solaris)
    Re: ASCII hexadecimal number to character?
    ... On Sun, 14 Dec 2003 at 00:16 GMT, St閜hanie Vanhove wrote: ... Only if
    bash is your shell. ... (comp.unix.shell)
    Re: ASCII hexadecimal number to character?
    ... On Sun, 14 Dec 2003 at 00:16 GMT, St閜hanie Vanhove wrote: ... Only if
    bash is your shell. ... (comp.unix.questions)
    Re: Off-topic Sun evolution, was Re: Fetchmail misbehaviour?
    ... I think it's OpenSSH based but with some SUN modifications. ... I know

    that
    in Solaris 8 bash is 2.0.x, tcsh is ... (comp.os.linux.security)
    Re: Machine restart without information
    ... SauDoi wrote: ... I have connected from my PC to Sun via console cable.
    ... and turning off the pc. ... It's also possible to change the key sequence
    on the Sun that will ... (comp.unix.solaris)

    -----------------------------------------------------------------------------

    ---

    We are proud to have Web Hosting and Rack Housing from 9 Net Avenue

    Deutschland.
    (10)
    Security UNIX Linux Coding Shop Directory Usenet

    Mailing-ListsNewsgroupsAboutPrivacySearch  unix.derkeiler.com  > Newsgroups 

    > comp.unix.solaris  > 2006-04      


    3、Re: How long is a piece of string?

    -----------------------------------------------------------------------------

    ---

    From: KJ <here@xxxxxxxxx>
    Date: Thu, 13 Apr 2006 16:44:33 GMT

    -----------------------------------------------------------------------------

    ---
    Neil Truby wrote:
    v480/StorEdge 3310 JBOD

    My customer decided against having a cached RAID controller storage array on

    the grounds of cost. Now they have quite acute performance problems at times,

    wich the box running at 0% idel for up to 30 minutes. The database
    <snip>

    So can anyone suggest how I might quantify the potential benefit of

    substituting a RAID controller in the config?

    This should be easy, a 'real' RAID controller is considerably less than more

    software licenses or additional server hardware. Be sure to get a RAID

    controller with a *battery backed* cache!

    Obviously the database hardware requirements are dependent on the users

    circumstances, but most often they are I/O bound not CPU bound....just as

    your customer's sounds like.

    Due to your customers money saving aspirations, they can now pay for a

    re-installation of the database and OS on a properly designed storage system.

    Storage, and the proper storage controllers, are *not* the first place to cut

    costs - unless your customers data is worthless. Is it?
    .


    -----------------------------------------------------------------------------

    ---

    Follow-Ups:
    Re: How long is a piece of string?
    From: Neil Truby
    References:
    How long is a piece of string?
    From: Neil Truby
    Prev by Date: Re: lex %pointer not dynamical - workaround?
    Next by Date: Re: fssnap gives error 22 on Solaris 8 system
    Previous by thread: How long is a piece of string?
    Next by thread: Re: How long is a piece of string?
    Index(es):
    Date
    Thread

    -----------------------------------------------------------------------------

    ---

    Relevant Pages
    Re: How long is a piece of string?
    ... Would you really install the OS on the new array though? ... RAID

    controller
    with a *battery backed* cache! ... My customer decided against having a

    cached RAID controller
    storage array ... Obviously the database hardware requirements are dependent

    on the
    users ... (comp.unix.solaris)
    Re: 280R and A5200 question
    ... > You don't say what the purpose of this storage is, i.e. access stats.

    ...
    array is going to be used to store scanned images that customers download ...

    They, the
    images, can then be downloaded by various ... (comp.unix.solaris)

    -----------------------------------------------------------------------------

    ---

    We are proud to have Web Hosting and Rack Housing from 9 Net Avenue

    Deutschland.
    (10)
    Security UNIX Linux Coding Shop Directory Usenet

    Mailing-ListsNewsgroupsAboutPrivacySearch  unix.derkeiler.com  > Newsgroups 

    > comp.unix.solaris  > 2006-04      
    --------
    Re: How long is a piece of string?

    -----------------------------------------------------------------------------

    ---

    From: "Neil Truby" <neil.truby@xxxxxxxxxxx>
    Date: Thu, 13 Apr 2006 18:16:50 +0100

    -----------------------------------------------------------------------------

    ---
    Thanks for this.
    Would you really install the OS on the new array though?
    Surely it would be Ok to leave it on internal disk? Maybe move swap to the
    RAID ..


    This should be easy, a 'real' RAID controller is considerably less than

    more software licenses or additional server hardware. Be sure to get a
    RAID controller with a *battery backed* cache!


    Right, but my dilema is not to persuade them to buy the RAID controller
    instead of the cpus and licences, it's to persuade them to buy the RAID
    controller rather than do nothing! Hence my need to try to qauntify the
    likely benefit of doing so.

    Cheers
    --
    Neil


    "KJ" <here@xxxxxxxxx> wrote in message
    news:Rdv%f.167431$g47.85879@xxxxxxxxxxxxxxxxxxxxxxxxxx

    Neil Truby wrote:

    v480/StorEdge 3310 JBOD

    My customer decided against having a cached RAID controller storage array
    on the grounds of cost. Now they have quite acute performance problems
    at times, wich the box running at 0% idel for up to 30 minutes. The
    database

    <snip>


    So can anyone suggest how I might quantify the potential benefit of
    substituting a RAID controller in the config?


    This should be easy, a 'real' RAID controller is considerably less than
    more software licenses or additional server hardware. Be sure to get a
    RAID controller with a *battery backed* cache!

    Obviously the database hardware requirements are dependent on the users
    circumstances, but most often they are I/O bound not CPU bound....just as
    your customer's sounds like.

    Due to your customers money saving aspirations, they can now pay for a
    re-installation of the database and OS on a properly designed storage
    system.

    Storage, and the proper storage controllers, are *not* the first place to
    cut costs - unless your customers data is worthless. Is it?

    .


    -----------------------------------------------------------------------------

    ---

    Follow-Ups:
    Re: How long is a piece of string?
    From: Richard B. Gilbert
    Re: How long is a piece of string?
    From: Rick Jones
    References:
    How long is a piece of string?
    From: Neil Truby
    Re: How long is a piece of string?
    From: KJ
    Prev by Date: Re: fssnap gives error 22 on Solaris 8 system
    Next by Date: Re: vold for solaris10
    Previous by thread: Re: How long is a piece of string?
    Next by thread: Re: How long is a piece of string?
    Index(es):
    Date
    Thread

    -----------------------------------------------------------------------------

    ---

    Relevant Pages
    Re: How long is a piece of string?
    ... My customer decided against having a cached RAID controller storage array

    on the grounds
    of cost. ... Due to your customers money saving aspirations, they can now pay

    for
    a re-installation of the database and OS on a properly designed storage

    system. ... (comp.unix.solaris)
    Re: First Mailbox Storage Error, need help with recovery
    ... but the PSS route will probably be the best way to go at this ... My

    first thought
    would be that there is something funky with the hardware. ... perhaps raid

    controller
    - dunno. ... I get ESENT: Catalog Database ...

    (microsoft.public.exchange.admin)
    Re: Adding second raid array
    ... I'll make an dedicated exchange only partition. ... >As Dave Nickason

    said
    a lot depends on your Raid controller. ... but make sure you do not mess up

    your existing
    array. ... >> you may find that all the drives operate at the speed of the
    slowest. ... (microsoft.public.backoffice.smallbiz2000)
    Re: ext3 filesystem not working with raid5
    ... and the array might already have reconstructed with bad data due ...

    consider
    *maxtor*250GIG IDE disks to be nice for single-user ... -rf' or a rooted

    system or a RAID
    controller running amuck at startup. ... > exactly what the problem is with

    the ext3
    filesystem and how to go ... (alt.linux)
    RAID 1 XP Install issue
    ... onboard Promise 20265 Raid controller. ... I used to have a striped array
    ... I am now attemtping to use 2x160gb Maxtor drives (Is their ... routine

    reports
    no disks are present in my machine and the install fails. ...

    (alt.comp.hardware.pc-homebuilt)

    -----------------------------------------------------------------------------

    ---

    We are proud to have Web Hosting and Rack Housing from 9 Net Avenue

    Deutschland.
    (10)
    Security UNIX Linux Coding Shop Directory Usenet

    Mailing-ListsNewsgroupsAboutPrivacySearch  unix.derkeiler.com  > Newsgroups 

    > comp.unix.solaris  > 2006-04      

    ----
    Re: How long is a piece of string?

    -----------------------------------------------------------------------------

    ---

    From: Rick Jones <rick.jones2@xxxxxx>
    Date: Thu, 13 Apr 2006 18:05:51 GMT

    -----------------------------------------------------------------------------

    ---
    A very apt subject. Anyone recognizing their question for what it is
    like that deserves help :), so at the risk of helping a competitor,
    doesn't Sun include CPU profiling tools with the OS? I would think
    that with a little luck, you could take a profile of the kernel and
    see how much CPU was being consumed by SW RAID routines. You then make
    the broad handwaving ass-u-me-ption that a HW RAID controller would
    make all of that go poof. And perhaps a little bit more since the
    multiple I/Os to the JBODs for RAID writes would also go poof,
    becoming "hidden" behind the HW RAID controller.

    rick jones
    --
    oxymoron n, Hummer H2 with California Save Our Coasts and Oceans plates
    these opinions are mine, all mine; HP might not want them anyway... :)
    feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH...
    .


    -----------------------------------------------------------------------------

    ---

    References:
    How long is a piece of string?
    From: Neil Truby
    Re: How long is a piece of string?
    From: KJ
    Re: How long is a piece of string?
    From: Neil Truby
    Prev by Date: Re: Are changes made with psradm persistent across reboot?
    Next by Date: Re: Why use veritas?
    Previous by thread: Re: How long is a piece of string?
    Next by thread: Re: How long is a piece of string?
    Index(es):
    Date
    Thread

    -----------------------------------------------------------------------------

    ---

    Relevant Pages
    Re: My new Sun e250?
    ... Neil Rieck wrote: ... > Does Sun make/support a hardware based RAID
    controller or is this the ... What did the application vendor say when you

    asked them is there
    was a VMS ... (comp.os.vms)
    Re: Raid configuration for HP-UX
    ... vijay wrote: ... > 2> Raid controller for HP. ... Um, if
    the Sun A1000 is really a RAID array, rather than just a JBOD ...

    (comp.sys.hp.hpux)
    Re: SCSI RAID Controller PCI for Sun SPARC
    ... > protected with RAID hardware solution. ... > I see that X6542A is Sun
    Part Number for a SCSI RAID Controller SRC/P ... (comp.unix.solaris)

    -----------------------------------------------------------------------------

    ---

    We are proud to have Web Hosting and Rack Housing from 9 Net Avenue

    Deutschland.
    (10)
    Security UNIX Linux Coding Shop Directory Usenet

    Mailing-ListsNewsgroupsAboutPrivacySearch  unix.derkeiler.com  > Newsgroups 

    > comp.unix.solaris  > 2006-04      
    ----
    Re: How long is a piece of string?

    -----------------------------------------------------------------------------

    ---

    From: "Richard B. Gilbert" <rgilbert88@xxxxxxxxxxx>
    Date: Thu, 13 Apr 2006 17:07:47 -0400

    -----------------------------------------------------------------------------

    ---
    Neil Truby wrote:


    Thanks for this.
    Would you really install the OS on the new array though?
    Surely it would be Ok to leave it on internal disk? Maybe move swap to the

    RAID ..

    This should be easy, a 'real' RAID controller is considerably less than

    more software licenses or additional server hardware. Be sure to get a RAID

    controller with a *battery backed* cache!


    Right, but my dilema is not to persuade them to buy the RAID controller

    instead of the cpus and licences, it's to persuade them to buy the RAID

    controller rather than do nothing! Hence my need to try to qauntify the

    likely benefit of doing so.

    Cheers

    I have doubts about this. ISTR, that you said that CPU was maxed out. Unless

    the system is devoting CPU time to Software RAID; e.g. SVM or Veritas,

    hardware RAID is unlikely do do a thing for you! If you, in fact, relieve an

    IO bottleneck with hardware RAID, you'll just be throwing more load on the

    CPU and/or memory.

    Additional CPUs are not guaranteed to help either. If the application is not

    such that it can run in multiple processes, or it can't use threads,

    additional CPUs won't be much help.

    How long is a piece of string? Twice the distance from the middle to either

    end!!

    BTW, didn't the customer also by the cheapest machine they thought would do

    the job? IMHO, when you buy a new machine it should have sufficient capacity

    to handle at least three years of anticpated growth. When you outgrow it, it

    becomes your test and development system and you buy a new box for

    production.
    .


    -----------------------------------------------------------------------------

    ---

    Follow-Ups:
    Re: How long is a piece of string?
    From: Neil Truby
    References:
    How long is a piece of string?
    From: Neil Truby
    Re: How long is a piece of string?
    From: KJ
    Re: How long is a piece of string?
    From: Neil Truby
    Prev by Date: Re: Solaris 9 DNS Config
    Next by Date: Re: Solaris 9 DNS Config
    Previous by thread: Re: How long is a piece of string?
    Next by thread: Re: How long is a piece of string?
    Index(es):
    Date
    Thread

    -----------------------------------------------------------------------------

    ---

    Relevant Pages
    Re: How long is a piece of string?
    ... RAID controller with a *battery backed* cache! ... What you say of course

    is
    true as far as you go - the cpus may take up the slakc to their limit with

    other types of activity
    - but overall you'd expect the peaks to fewer and shorter. ... what do they

    plan to do
    in another six or eight months? ... (comp.unix.solaris)
    Re: ATA Serielle 2 Controller
    ... Disable RAID controller in BIOS.. ... if the RAID BIOS setting
    is ... (microsoft.public.windowsxp.hardware)
    Re: Flashing lights on my disk drives on an Alphaserver ES40
    ... One thing to check for might be where are the disks plugged into? ... The

    fact
    that the lights are all 'flashing together' seems to indicate ... or whatever

    the controller
    is - even if it is not a RAID controller it ... (comp.os.vms)
    Re: Flashing lights on my disk drives on an Alphaserver ES40
    ... One thing to check for might be where are the disks plugged into? ... The

    fact
    that the lights are all 'flashing together' seems to indicate ... or whatever

    the controller
    is - even if it is not a RAID controller it ... (comp.sys.dec)
    Re: RAID 1 solution for desktop
    ... Usage will be almost entirely reading/writing large files, ... The

    onboard
    RAID on the MB(Asus P4C800 ... >adding a hardware RAID controller give

    noticeable
    performance benefits? ... >LSI MegaRAID, and 3Ware Escalade all seem

    affordable. ...
    (comp.arch.storage)

    -----------------------------------------------------------------------------

    ---

    We are proud to have Web Hosting and Rack Housing from 9 Net Avenue

    Deutschland.
    (04)
    Security UNIX Linux Coding Shop Directory Usenet

    Mailing-ListsNewsgroupsAboutPrivacySearch  unix.derkeiler.com  > Newsgroups 

    > comp.unix.solaris  > 2006-04      
    -----
    Re: How long is a piece of string?

    -----------------------------------------------------------------------------

    ---

    From: "Neil Truby" <neil.truby@xxxxxxxxxxx>
    Date: Mon, 17 Apr 2006 13:01:33 +0100

    -----------------------------------------------------------------------------

    ---
    "Richard B. Gilbert" <rgilbert88@xxxxxxxxxxx> wrote in message
    news:t-KdnXzk8aU-IKPZnZ2dnUVZ_vydnZ2d@xxxxxxxxxxxxxx

    Neil Truby wrote:


    Thanks for this.
    Would you really install the OS on the new array though?
    Surely it would be Ok to leave it on internal disk? Maybe move swap to
    the
    RAID ..

    This should be easy, a 'real' RAID controller is considerably less than


    more software licenses or additional server hardware. Be sure to get a
    RAID controller with a *battery backed* cache!

    Right, but my dilema is not to persuade them to buy the RAID controller
    instead of the cpus and licences, it's to persuade them to buy the RAID
    controller rather than do nothing! Hence my need to try to qauntify the
    likely benefit of doing so.

    Cheers


    I have doubts about this. ISTR, that you said that CPU was maxed out.
    Unless the system is devoting CPU time to Software RAID; e.g. SVM or
    Veritas, hardware RAID is unlikely do do a thing for you! If you, in
    fact, relieve an IO bottleneck with hardware RAID, you'll just be
    throwing more load on the CPU and/or memory.

    Well, the theory is that significant processing time IS being spent on
    Solaris Volume Manager. But I'm trying to get a feel - from Sun, from this
    peer group, anywhere really - on a typical amount.

    I'm not sure I buy the second part of your argument. Funnily enough it's a
    paraphrase of what the customer said: "I'd be disappointed if we don't see
    at least 10% idle time at peak". What you say of course is true as far as
    you go - the cpus may take up the slakc to their limit with other types of
    activity - but overall you'd expect the peaks to fewer and shorter.

    BTW, didn't the customer also by the cheapest machine they thought would
    do the job? IMHO, when you buy a new machine it should have sufficient
    capacity to handle at least three years of anticpated growth. When you
    outgrow it, it becomes your test and development system and you buy a
    new box for production.


    They bought the box, then adequate, last summer but didn't anticipate the
    growth!


    .


    -----------------------------------------------------------------------------

    ---

    Follow-Ups:
    Re: How long is a piece of string?
    From: Richard B. Gilbert
    References:
    How long is a piece of string?
    From: Neil Truby
    Re: How long is a piece of string?
    From: KJ
    Re: How long is a piece of string?
    From: Neil Truby
    Re: How long is a piece of string?
    From: Richard B. Gilbert
    Prev by Date: Re: EMC timefinder
    Next by Date: Re: How long is a piece of string?
    Previous by thread: Re: How long is a piece of string?
    Next by thread: Re: How long is a piece of string?
    Index(es):
    Date
    Thread

    -----------------------------------------------------------------------------

    ---

    Relevant Pages
    Re: Maximum price/performance
    ... the most CPU performance for my budget. ... If BIOS <7.0 the bios
    has to be updated to v7.0. ... The RAID-0 should be set on NVIDIA RAID ...

    The ASUS
    web does not have the latest drivers for NVIDIA chipset ...

    (alt.comp.hardware.pc-homebuilt)
    Re: new PC build suggestions needed
    ... It runs realy verry fast. ... A lot of new technology comper to the

    system
    thar I bought 4 years ago: ... "pins" are on MB not on CPU ... Two Sata II HD
    in raid o give very fast data transfer. ... (alt.comp.hardware.pc-homebuilt)
    Re: raid advice?
    ... RAID-1 has very little CPU overhead, so there should be very little ...

    difference
    between hardware RAID and software RAID. ... The question isn't "what

    filesystem
    is best suited to RAID?", ... (comp.os.linux.hardware)
    Re: What do you use?
    ... >> RAID server, though. ... Swap: 4081M Total, 240K Used, 4081M
    Free ... The CPU usage is lower on the ICP system (remember that it has a

    slower CPU ...
    I noticed a drastic reduction of CPU load on the 3ware system when we went

    ... (freebsd-questions)
    Re: Best HD setup for High Definition Video encoding >>????
    ... Unless you have parallelised encoding software, ... > going to add an Amd
    X2 3800 dual core cpu in as well. ... For that you want lots of space and

    low-latency
    drives, ... > as a raid as the secondary drives. ...

    (comp.sys.ibm.pc.hardware.storage)

    -----------------------------------------------------------------------------

    ---

    We are proud to have Web Hosting and Rack Housing from 9 Net Avenue

    Deutschland.
    (05)
    Security UNIX Linux Coding Shop Directory Usenet

    Mailing-ListsNewsgroupsAboutPrivacySearch  unix.derkeiler.com  > Newsgroups 

    > comp.unix.solaris  > 2006-04      
    -----


    4、Re: vold for solaris10

    -----------------------------------------------------------------------------

    ---

    From: Casper H.S. Dik <Casper.Dik@xxxxxxx>
    Date: 12 Apr 2006 14:49:59 GMT

    -----------------------------------------------------------------------------

    ---
    "Joe" <spaceyjoe2020@xxxxxxxxx> writes:


    hi,

    how do you get the vold running for solaris10 on sunfirev210?
    I checked the vold on another server v480 that has solaris10 and vold
    is running

    i tried the /usr/bin/vold start & doesnt seem to start.

    I keep having to mount the cdrom. It isnt the ideal when I use the gui
    installer and it asks for cd2- but the time i mount the cdrom with
    disk2 the gui interface stops ruinning.


    svcadm enable smserver

    /etc/init.d/volmgt start
    (or in later releases:

    svcadm enable volfs

    Casper
    .


    -----------------------------------------------------------------------------

    ---

    Follow-Ups:
    Re: vold for solaris10
    From: Joe
    Re: vold for solaris10
    From: greek_philosophizer
    References:
    vold for solaris10
    From: Joe
    Prev by Date: solaris management console
    Next by Date: Re: root disk backup + restore options
    Previous by thread: vold for solaris10
    Next by thread: Re: vold for solaris10
    Index(es):
    Date
    Thread

    -----------------------------------------------------------------------------

    ---

    Relevant Pages
    Re: Burning on Solaris with cdrtools-2.01
    ... >the latest USB patch should work with the Sony USB DVD-RW. ... Wed Dec 8
    15:20:28 2004 info: vold: running ... And I can't mount it. ... sudo format
    -e /dev/rdsk/c3t0d0s2 ... (comp.unix.solaris)
    Cant read/mount DVDROM
    ... vold daemon is not running on it & vold wont start even if I ... I've

    verified
    on another Sun machine to be a good media) drive ... Can't open boot device

    ...
    mount: /dev/dsk/c3t0d0s0 is already mounted, /cdrom is busy, ...

    (SunManagers)
    summary: problem mounting music cds on Sol 9
    ... I'm having problems mounting music CDs on Solaris 9. ... Vold just

    doesn't
    mount the disk. ... can anyone recommend a good CD ripper for Solaris Sparc?

    ...
    (SunManagers)
    Re: Tips for getting a USB DVD writer working?
    ... Wed Dec 8 15:20:28 2004 info: label_cdrom: init ... Wed Dec 8 15:20:28

    2004
    info: vold: running ... And I can't mount it. ... Vendor_info: 'SONY
    ' ... (comp.sys.sun.hardware)
    Problems with vold
    ... Running Solaris 9 on a Sunblade 100, and gnome desktop with all latest

    ... When
    I put a CD in my CDROM drive, the drive spins and stops, but does ... mount

    the
    CDROM, ... I have added a "-v" to the vold process and monitor the vold.log

    ...
    (SunManagers)

    -----------------------------------------------------------------------------

    ---

    We are proud to have Web Hosting and Rack Housing from 9 Net Avenue

    Deutschland.
    (03)
    Security UNIX Linux Coding Shop Directory Usenet

    Mailing-ListsNewsgroupsAboutPrivacySearch  unix.derkeiler.com  > Newsgroups 

    > comp.unix.solaris  > 2006-04      
    ----Re: vold for solaris10

    -----------------------------------------------------------------------------

    ---

    From: greek_philosophizer@xxxxxxxxxxx
    Date: 19 Apr 2006 15:08:23 -0700

    -----------------------------------------------------------------------------

    ---
    All true but the output of svcs -a does not tell you which service is
    the removable media service.

    If SUN chose a self descriptive name that would not matter.

    If all you have is "smserver" you would probably not guess removable
    media. I would guess sado/maso porn server. ( Not that I am into that
    ).

    I suppose I will just write a little shell script that generates a list
    of all the services, does a svcs -l on each one and picks out the
    english description. That will have the same net effect.

    ..

    .


    -----------------------------------------------------------------------------

    ---

    References:
    vold for solaris10
    From: Joe
    Re: vold for solaris10
    From: Casper H . S . Dik
    Re: vold for solaris10
    From: Joe
    Re: vold for solaris10
    From: greek_philosophizer
    Re: vold for solaris10
    From: Joe
    Re: vold for solaris10
    From: Dave Uhring
    Re: vold for solaris10
    From: greek_philosophizer
    Re: vold for solaris10
    From: Dave Uhring
    Prev by Date: Re: FT_Get_BDF_Property: referenced symbol not found
    Next by Date: Re: testing for boot block not working
    Previous by thread: Re: vold for solaris10
    Next by thread: solaris management console
    Index(es):
    Date
    Thread
    We are proud to have Web Hosting and Rack Housing from 9 Net Avenue

    Deutschland.
    (01)
    Security UNIX Linux Coding Shop Directory Usenet

    Mailing-ListsNewsgroupsAboutPrivacySearch  unix.derkeiler.com  > Newsgroups 

    > comp.unix.solaris  > 2006-04      


    5、Re: My FW/USB Solaris 10 experience

    -----------------------------------------------------------------------------

    ---

    From: "gerryt@" <gerryt@xxxxxxxxx>
    Date: 12 Apr 2006 13:14:39 -0700

    -----------------------------------------------------------------------------

    ---
    balson@xxxxxxxxxxx wrote:

    Hi, I have read some/most of the USB/firewire posts and and based on
    the experiences of others, decided to give it a shot. I needed alot
    more storage and SCSI storage was kinda out of the question basewd on
    the amount of storage needed.
    The Solaris experience wasn't as clean as that of the MAC, but I am
    glad to say that this stuff does work. The USB interface works better
    than does the firewire. At least for me it does.


    I think thats the case for everyone.


    The good:
    - It works. I increased the strorage capacity of my Ultra 60 for alot
    cheaper than purchasing equivalent sized SCSI drives. Speed is not an
    issue for what I plan on storing on the drives. The USB drives are for
    long term backup of lots of data. Will eventually go with 500gb drives
    once the prices on those drives come down a bit.
    - Can now swap in and out drives as need be without rebooting.
    The bad::
    - Using the USB interface, I can't have the unit powered on when
    Soalris is booting. When I do, a message appears that says soemthing to
    the effect that it can't connect to the device sitting at the other end
    of the USB interface. After Solaris comes up, I can then turn the unit
    on and it will see the drives. Both of them.


    That could be your "tower"s busted firmware? I built up a Promise tower
    last year (non USB admittedly) - had to turn off all RAID on it and
    set the powerup state to "JBOD" - then used smc to configure it.
    Even then the "LUNS" were restricted to 400 GB
    So 2 were made instead of 1. Been in production for about a year now.

    My direct attached stand alone USB drive has to be turned on first or
    I cant mount it as a regular disk..

    vfstab entry:
    /dev/dsk/c3t0d0s0 /dev/rdsk/c3t0d0s0 /ion_160 ufs
    1 yes -


    - I can't have vold running. When vold is running, I can't see the
    drives at all.


    Again it could be broken firmware. I have vold running no problem


    - Can't use the firewire interface. When I do, I can only see 1 of the
    drives. Driver problem?


    Maybe. I doubt its worth the bother to get FW going if USB works OK.


    - When using the firewire interface, when I reboot Solaris and the unit
    is powered on, I get a kernel panic. So I'm sticking with USB for now.


    Thats expected behaviour on Solaris 10. Only 1 device is supported I
    believe and thats a camera.. : > Im surprised it doesnt panic ANY time
    you turn it on. but then Im using a Blade 1000/2000.


    Maybe the next release of Solaris will correct the problem? If I wanted
    to use the firewire interface, then I have to power the unit on after
    Soalris has been booted.


    You can try Nevada (Solaris 11) drivers - they worked for me.

    .


    -----------------------------------------------------------------------------

    ---

    References:
    My FW/USB Solaris 10 experience
    From: balson
    Prev by Date: Re: Why use veritas?
    Next by Date: Re: Jumpstart process can´t find tape device
    Previous by thread: Re: My FW/USB Solaris 10 experience
    Next by thread: Help with this command
    Index(es):
    Date
    Thread

    -----------------------------------------------------------------------------

    ---

    Relevant Pages
    Re: Largest External HDD I Can Use With a Dimension 8200?
    ... Got the problem with the external Maxtor OneTouch II drive resolved. ...

    I totally
    uninstalled and reinstalled the Maxtor software, and used a different USB

    port on the back of
    my D-8300. ... These problems with ALL THE USB DEVICES started about 6 months

    ago, and
    increased with frequency until recently they became intolerable. ... I use

    the two front USB ports
    to connect my PNY Flash Drives, and get errors when plugging in to forward

    connector, but not
    the back one. ... (alt.sys.pc-clone.dell)
    Re: Installing Fedora without a CDROM: my HOWTO
    ... Here is my HOWTO on installing Linux from a USB drive, ... disk or USB

    key rather
    than a CDROM boot disk. ... Put auxillary files (special drivers, post setup

    install
    config, ... This way I can mount any number of hard drives in the ...

    (Fedora)
    Re: usb hd
    ... >> however being a laptop i lack storage space. ... >> I
    would like to use an external usb hard drive but am not sure of the ... have

    a few unused
    60 gig drives and hot swapper bays. ... (comp.os.linux.portable)
    Re: Bootable USB HDD
    ... with the ability to boot from USB is required. ... both of whom stated
    that USB external drives ... >>>>USB external hard drives. ...
    (microsoft.public.windowsxp.hardware)
    Re: Bootable USB HDD
    ... External USB Storage ... the boot order in the ... >that state
    that "you can boot from a USB external hard ... both of whom stated that USB

    external
    drives ... (microsoft.public.windowsxp.hardware)

    -----------------------------------------------------------------------------

    ---

    We are proud to have Web Hosting and Rack Housing from 9 Net Avenue

    Deutschland.
    (08)
    Security UNIX Linux Coding Shop Directory Usenet

    Mailing-ListsNewsgroupsAboutPrivacySearch  unix.derkeiler.com  > Newsgroups 

    > comp.unix.solaris  > 2006-04      


    6、Re: wait != -1 without child ?!

    -----------------------------------------------------------------------------

    ---

    From: Casper H.S. Dik <Casper.Dik@xxxxxxx>
    Date: 11 Apr 2006 23:25:32 GMT

    -----------------------------------------------------------------------------

    ---
    Thomas Maier-Komor <thomas@xxxxxxxxxxxxxx> writes:


    could someone please explain me, what is happening here?

    thomas@azalin:~$ ./w.sh
    p = 104425, r = 0
    thomas@azalin:~$

    Am I missing something obvious? I thought a.out doesn't fork, so it
    should never be get something else than -1 from wait.


    The shell constructs a pipeline such that the last process is the
    parent of all other processes in the pipe.

    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.
    .


    -----------------------------------------------------------------------------

    ---

    Follow-Ups:
    Re: wait != -1 without child ?!
    From: Thomas Maier-Komor
    Re: wait != -1 without child ?!
    From: Thomas Maier-Komor
    References:
    wait != -1 without child ?!
    From: Thomas Maier-Komor
    Prev by Date: Re: V890 and hard disk
    Next by Date: SunOs - Windows XP display redirect
    Previous by thread: wait != -1 without child ?!
    Next by thread: Re: wait != -1 without child ?!
    Index(es):
    Date
    Thread

    -----------------------------------------------------------------------------

    ---

    Relevant Pages
    Re: Do fork copies the "Code" Memory space?
    ... >and data are mapped to the same physical memory as in the parent. ...
    Expressed in this posting are my opinions. ... to opinions held by my

    employer, Sun
    Microsystems. ... (comp.unix.programmer)
    Re: Can anyone help? :Sparc 5 Solaris 1.1/SunOS 4.1.3
    ... Do you know what Rich Teer means by, ... able proper etiquette I will
    not bother this newsgroup until I have honed my ... > to opinions held by my

    employer,
    Sun Microsystems. ... (comp.unix.solaris)
    Re: High values for UID
    ... The internal disks are completely ... Pointless excercise if you want
    to reduce space used. ... Expressed in this posting are my opinions. ... to

    opinions
    held by my employer, Sun Microsystems. ... (comp.unix.solaris)
    Re: Any reason to use SPARC (vs. x86) these days?
    ... is not (supports serial console but without the ability to ... Expressed

    in
    this posting are my opinions. ... to opinions held by my employer, Sun

    Microsystems.
    ... (comp.sys.sun.hardware)
    Re: Can anyone help? :Sparc 5 Solaris 1.1/SunOS 4.1.3
    ... versions support SuperSPARC MP or any of the new graphics hardware ...

    and select
    the "SS5" (Under EOL systems) ... Expressed in this posting are my opinions.

    ...
    to opinions held by my employer, Sun Microsystems. ... (comp.unix.solaris)

    -----------------------------------------------------------------------------

    ---

    We are proud to have Web Hosting and Rack Housing from 9 Net Avenue

    Deutschland.
    (03)
    Security UNIX Linux Coding Shop Directory Usenet

    Mailing-ListsNewsgroupsAboutPrivacySearch  unix.derkeiler.com  > Newsgroups 

    > comp.unix.solaris  > 2006-04      
    ----
    Re: wait != -1 without child ?!

    -----------------------------------------------------------------------------

    ---

    From: Casper H.S. Dik <Casper.Dik@xxxxxxx>
    Date: 12 Apr 2006 08:52:38 GMT

    -----------------------------------------------------------------------------

    ---
    Thomas Maier-Komor <thomas@xxxxxxxxxxxxxx> writes:


    Casper H.S. Dik wrote:

    Thomas Maier-Komor <thomas@xxxxxxxxxxxxxx> writes:


    could someone please explain me, what is happening here?

    thomas@azalin:~$ ./w.sh
    p = 104425, r = 0
    thomas@azalin:~$

    Am I missing something obvious? I thought a.out doesn't fork, so it
    should never be get something else than -1 from wait.


    The shell constructs a pipeline such that the last process is the
    parent of all other processes in the pipe.

    Casper

    yes, that's OK. But the printed line is generated by the executable
    a.out, which doesn't fork at all...


    You don't understand; "a.out" may not fork() but the way the
    pipe line is constructed the shell fork()s and then runs a.out
    *in the parent*.

    Like this:

    if (fork() == 0) { /* Ok, start building pipe - child of shell */

    pipe();
    switch (fork()) {
    case: 0 /* Child */
    /* setup pipe */
    /* run the first process in the pipeline */
    exec(...)
    _exit(1);
    default: /* Parent */
    /* setup pipe */
    /* run the second process in the pipeline */
    exec("a.out");
    _exit(1);
    case -1: perror("fork");
    }
    }


    So the shell forks in the subprocess to build the pipeline; and then
    uses that subprocess to execute the last process in the pipe (a.out).
    That last process then has the other process as child.


    sh -> a.out -> other process

    and not what you might expect:


    sh -> other process
    -> a.out


    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.
    .


    -----------------------------------------------------------------------------

    ---

    Follow-Ups:
    Re: wait != -1 without child ?!
    From: Thomas Maier-Komor
    References:
    wait != -1 without child ?!
    From: Thomas Maier-Komor
    Re: wait != -1 without child ?!
    From: Casper H . S . Dik
    Re: wait != -1 without child ?!
    From: Thomas Maier-Komor
    Prev by Date: Re: wait != -1 without child ?!
    Next by Date: Re: wait != -1 without child ?!
    Previous by thread: Re: wait != -1 without child ?!
    Next by thread: Re: wait != -1 without child ?!
    Index(es):
    Date
    Thread

    -----------------------------------------------------------------------------

    ---

    Relevant Pages
    Re: C Program to execute programs in same console
    ... context of your parent shell. ... qdvd-author runs alls kinds of external
    programs to generate ... process) current working directory, ...

    (freebsd-questions)
    Re: echo BOB | read name #not working?
    ... :>: subshell. ... a Bourne shell hidden away out of harm's reach.
    ... systems probably use a shell that executes the last element of a pipeline

    ...
    (comp.unix.shell)
    Re: Redirecting output from "kill" command?
    ... I realized it wasn't the kill command's output but the parent ... rather

    than
    the original interactive shell. ... the parent shell's stderr (my original

    posting
    where it said stdout was a typo) ... "Terminated" message for any jobs. ...

    (comp.unix.misc)
    Re: Fork, exec - setsid?
    ... >> Kill the shell that runs the pipeline. ... You have the pid.
    ... The whole thing has little to do with Perl, ... (comp.lang.perl.misc)
    Re: Mike releases the "home" command, Version #2
    ... The CWD is always separate for every process. ... can change the parent

    process
    CWD. ... and which is already a shell builtin, ... > a troll, the
    whole discussion is utterly moot. ... (comp.os.linux.misc)

    -----------------------------------------------------------------------------

    ---

    We are proud to have Web Hosting and Rack Housing from 9 Net Avenue

    Deutschland.
    (06)
    Security UNIX Linux Coding Shop Directory Usenet

    Mailing-ListsNewsgroupsAboutPrivacySearch  unix.derkeiler.com  > Newsgroups 

    > comp.unix.solaris  > 2006-04      
    ----
    Re: wait != -1 without child ?!

    -----------------------------------------------------------------------------

    ---

    From: Thomas Maier-Komor <thomas@xxxxxxxxxxxxxx>
    Date: Wed, 12 Apr 2006 11:06:25 +0200

    -----------------------------------------------------------------------------

    ---
    Casper H.S. Dik wrote:

    Thomas Maier-Komor <thomas@xxxxxxxxxxxxxx> writes:


    Casper H.S. Dik wrote:

    Thomas Maier-Komor <thomas@xxxxxxxxxxxxxx> writes:


    could someone please explain me, what is happening here?
    thomas@azalin:~$ ./w.sh
    p = 104425, r = 0
    thomas@azalin:~$
    Am I missing something obvious? I thought a.out doesn't fork, so it
    should never be get something else than -1 from wait.

    The shell constructs a pipeline such that the last process is the
    parent of all other processes in the pipe.

    Casper

    yes, that's OK. But the printed line is generated by the executable
    a.out, which doesn't fork at all...


    You don't understand; "a.out" may not fork() but the way the
    pipe line is constructed the shell fork()s and then runs a.out
    *in the parent*.

    I did understand what you mean. I just wanted to point out that this
    kind of behavior is a little bit surprising, as a.out shouldn't need to
    be aware of the context it is living in. But that seems to be an invalid
    assumption on my part. As I pointed out in my other posts, /bin/sh seems
    to be the only one surprising its children with this odd kind of
    implementation. I agree, you save on fork. But I really care about the
    unexpected gift of getting a pid from calling wait, when I wouldn't
    expect it to return something else than -1.

    BTW: I just x-checked /usr/xpg4/bin/sh: it returns -1. In contrast,
    OSF1's /bin/sh behaves the same way as the one of Solaris.

    Thanks anyway for your clarification. I guess I will have to go and
    review some code concerning this issue...

    Cheers,
    Tom
    .


    -----------------------------------------------------------------------------

    ---

    References:
    wait != -1 without child ?!
    From: Thomas Maier-Komor
    Re: wait != -1 without child ?!
    From: Casper H . S . Dik
    Re: wait != -1 without child ?!
    From: Thomas Maier-Komor
    Re: wait != -1 without child ?!
    From: Casper H . S . Dik
    Prev by Date: Re: wait != -1 without child ?!
    Next by Date: Printing Problem
    Previous by thread: Re: wait != -1 without child ?!
    Next by thread: Re: wait != -1 without child ?!
    Index(es):
    Date
    Thread

    -----------------------------------------------------------------------------

    ---

    Relevant Pages
    Re: need function
    ... > I'd like to use pipe, fork and exec to capture stdout/stderr into a ...
    fork and exec thing here ... > Texas Instruments ASIC Circuit Design

    Methodlogy
    Group ... (comp.unix.programmer)
    Re: date | wc : fork, execve, dup, pipe problem!
    ... > File descriptors should be integers, ... Because i fork twice, this
    code is just for testing, later i have a sitution ... > pipe() should be

    called before
    fork. ... instead of the syscall execve. ... (comp.unix.programmer)
    Re: open3 and signals
    ... I came up with a solution using IO::Pipe and fork. ... I then talk to the

    child
    with the pipe, he runs the program, and talks ... parent process, which i

    store
    right after the fork before the loop. ... (comp.lang.perl.misc)
    Re: Capturing another programs output into current C program...
    ... >My initial attempt was to use pipe and a call to fork to handle output

    ...
    >redirection. ... This works fine for less than 10 iterations, ...

    (comp.programming)
    Re: page faults when spawning subprocesses
    ... Maybe using vfork rather than fork would help. ... parent to block until
    the child has called execve, ... then you can do so manually using a pipe.

    ... (comp.os.linux.development.system)

    -----------------------------------------------------------------------------

    ---

    We are proud to have Web Hosting and Rack Housing from 9 Net Avenue

    Deutschland.
    (04)
    Security UNIX Linux Coding Shop Directory Usenet

    Mailing-ListsNewsgroupsAboutPrivacySearch  unix.derkeiler.com  > Newsgroups 

    > comp.unix.solaris  > 2006-04      
    -------
    Re: wait != -1 without child ?!

    -----------------------------------------------------------------------------

    ---

    From: Thomas Maier-Komor <thomas@xxxxxxxxxxxxxx>
    Date: Wed, 12 Apr 2006 10:39:29 +0200

    -----------------------------------------------------------------------------

    ---
    Casper H.S. Dik wrote:

    Thomas Maier-Komor <thomas@xxxxxxxxxxxxxx> writes:


    could someone please explain me, what is happening here?

    thomas@azalin:~$ ./w.sh
    p = 104425, r = 0
    thomas@azalin:~$

    Am I missing something obvious? I thought a.out doesn't fork, so it
    should never be get something else than -1 from wait.


    The shell constructs a pipeline such that the last process is the
    parent of all other processes in the pipe.

    Casper


    Solaris' /bin/sh is different to ksh, bash, and zsh in this respect.
    This is really confusing. Do I guess correctly that this is one of the
    /bin/sh oddities that some people might rely on and that cannot be
    changed because of backward compatibility guarantees?

    Thanks,
    Tom
    .


    -----------------------------------------------------------------------------

    ---

    References:
    wait != -1 without child ?!
    From: Thomas Maier-Komor
    Re: wait != -1 without child ?!
    From: Casper H . S . Dik
    Prev by Date: Re: wait != -1 without child ?!
    Next by Date: Re: wait != -1 without child ?!
    Previous by thread: Re: wait != -1 without child ?!
    Next by thread: SunOs - Windows XP display redirect
    Index(es):
    Date
    Thread

    -----------------------------------------------------------------------------

    ---

    Relevant Pages
    Re: wait != -1 without child ?!
    ... Casper H.S. Dik wrote: ... The shell constructs a pipeline
    such that the last process is the ... (comp.unix.solaris)
    Re: Sun Blade 1000 Opinions on Performance
    ... "Casper H.S. Dik" wrote: ... > As far as I know it is not a given
    that these would be lies ... That notorious method is well known from the

    politics.
    ... (comp.sys.sun.hardware)
    Re: Linux Advocates Fear Solaris 10.
    ... Casper H. S. Dik wrote: ... > meant until it was hijacked by the open
    source crowd. ... just like DEC's claim that renaming VMS to OpenVMS was

    justified
    ... (comp.unix.solaris)
    Re: strange behaviour of library in static initialization context
    ... Casper H.S. Dik wrote: ... MacOSX) or on LinuxThreads implementation.
    ... (comp.unix.solaris)
    Re: source of boottime for uptime other than utmpx/wtmpx
    ... Casper H.S. Dik wrote: ... >>if you run ldd on that Kstat.so,
    you will see that it links against ... >>I may have been a bit sloppy

    implying that
    you read a kernel variable. ... (comp.unix.solaris)

    -----------------------------------------------------------------------------

    ---

    We are proud to have Web Hosting and Rack Housing from 9 Net Avenue

    Deutschland.
    (05)
    Security UNIX Linux Coding Shop Directory Usenet

    Mailing-ListsNewsgroupsAboutPrivacySearch  unix.derkeiler.com  > Newsgroups 

    > comp.unix.solaris  > 2006-04      


    收藏到:Del.icio.us