Re: debian can not update from 1.9.1 to 1.9.3

John Hughes <[email protected]>
Newsgroups gmane.linux.cluster.ssic.user
Message-ID <[email protected]>
stefan wrote:
> + echo -n '    syncing /dev/sda1 on node 1:     '
>     syncing /dev/sda1 on node 1:        ++ clusternode_num
> + '[' 1 -ne 1 ']'
> + onnode 1 mount /dev/sda1 /tmp/ssi-ksync.mnt.G2iLMa
> + '[' -z '' ']'
> + echo FAILED
> FAILED
>   
>From ssi-ksync:

        # Mount local boot device
        # SSI_XXX: Use onnode to set node-context for dev related commands;
        # we need to add a proc field, maybe.
        onnode $node mount $bootdev $mnt 2>/dev/null || {
                [ -z "$local" ] && echo "FAILED"
                echo "ERROR: $0: failed to mount $bootdev on node $node" >&2
                continue
        }

How irritating, it sends the mount error to /dev/null.

Please try:

	onnode 1 mount /dev/sda1 /mnt

And send me the output.




-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.