Md5 command inside of .mpkg directories?

Hello.
I found out that .mpkg is actually directory and not a file. Is that correct? I was using Mac OS X 10.7.4's Terminal's md5 command to compare files until it said .mpkg was a directory. I also cannot seem to find a way to make it MD5 recursively. Is there a way to do this? I am basically comparing a burned CD files and my local copies.
Thank you in advance.

Linc Davis wrote:
cd whatever.mpkg
find . -type f -exec md5 -r {} \;
Thank you.

Similar Messages

  • How to configure host copy command inside EM Console

    hi,
    I want to copy a file from one server to my production server. i found that through host copy command its is possiable in command prompt.but when i configure host copy command inside em console it is not working. i am getting following error
    ORA-06550: line ORA-06550: line 3, column 6: PLS-00103: Encountered the symbol "COPY" when expecting one of the following: := . ( @ % ; , column :
    Any solution for this
    Edited by: mithun on Jun 16, 2011 2:36 AM

    mithun wrote:
    hi,
    I want to copy a file from one server to my production server. i found that through host copy command its is possiable in command prompt.but when i configure host copy command inside em console it is not working. i am getting following error
    ORA-06550: line ORA-06550: line 3, column 6: PLS-00103: Encountered the symbol "COPY" when expecting one of the following: := . ( @ % ; , column :
    Any solution for this
    Edited by: mithun on Jun 16, 2011 2:36 AMThis makes no sense whatsoever.
    Now, as for your original question, there is not "host copy" command. Not in sqlpus, not in em.
    What you are doing in sqlplus is the sqlplus command "host". That is a sqlplus command, documented in the SQLPlus Reference. The sqlplus command "host" takes an argument of an os command (in your case, the OS command is "copy") and creates a sub-process to ask the os to execute that command.
    I can't even imagine what you are referring to when you say "when i configure host copy command inside em console". Can you explain in more detail?

  • Is there an md5 command in Solaris 11

    Hi All,
    We have a customer looking for the executable 'md5' command in Solaris11.  Cust has several scripts that has the md5 command hardcoded in their scripts, and would like to use the exact 'md5' command.  I inform them about the built-in /usr/bin/md5sum and /usr/bin/digest checksum utility in Solaris, but they're still looking for the md5 command cause it will be difficult for them to rewrite multple scripts, and also they mentioned that the output of digest is different from the md5 command output.
    Is there an md5 command available for Solaris 11?  is there an optional package that contains the md5 executable? Pls help. thanks.

    Hello
    the md5 of a file can be done using the command digest (man digest)
    example
    /usr/bin/digest -a md5 /usr/bin/ls
    821a17eb71fc5c409ec289ae90539484
    -bash-4.1$ uname -a
    SunOS xxxxx.11 11.2 sun4v sparc sun4v
    the disgest command is installed in the core-os pkg
    basename   file   usr/bin/digest                                 
    pkg:/system/[email protected]
    Regards
    Eze

  • Redirecting get command inside ftp client?

    Is it possible to redirect get command inside ftp client?
    I was only able to do "get filename /dev/null" to redirect it to /dev/null.. However.. what if I want to redirect it to a compression or decompression utility?
    Example of ftp script I used:
    #!/bin/bash
    HOST='server-ip'
    USER='username'
    PASSWD='password'
    FILE=$1
    ftp -i -n $HOST <<END_SCRIPT
    user ${USER} ${PASSWD}
    binary
    get $FILE
    quit
    END_SCRIPT
    exit 0
    The file I am trying to get is a compressed file, I would like to pipe it into decompression utility like gunzip.
    Last edited by kdar (2012-09-03 19:33:52)

    Solved it. I found that I could access ftp server with wget as well, and redirect it's output to another utility:
    time wget --user=username --password=password -qO - ftp://serverName/file.gz | gunzip -cf > /dev/null
    Last edited by kdar (2012-09-03 21:32:47)

  • CAN USE COPY COMMAND INSIDE PROCEDURE BODY

    Hi all
    can we use COPY command inside procedure body like this
    CREATE OR REPLACE procedure USER2.PRO1
    Begin
    execute immediate'copy from hr/hr@ERP to USER21/PASS@DB1 append user2.per_images using select * from hr.per_images';
    commit;
    end;
    YOU ADVICE PLEASE

    My advice is to check the manual.
    SQL*Plus COPY command
    http://download.oracle.com/docs/cd/B28359_01/server.111/b31189/ch12016.htm#i2675035
    SQL manual index
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28286/index.htm
    PL/SQL manual index
    http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28370/index.htm
    CTRL-F on the last two for COPY and it appears not.

  • Execute hadoop command inside a runbook

    How do I execute a hadoop command inside an automation runbook.  I want to be able to unzip files from blob after the cluster has been automatically created.  I tried using a custom script action after the cluster is up but it failed. it said that
    it downloaded the script but then failed to run the script.  Is there syntax i can use inside my runbook to execute a command? something like
    $output = Invoke-HDICmdScript -CmdToExecute "%HADOOP_HOME%\bin\hadoop fs -touchz /solr-installation";
    is the Invoke-HDICmdScript -CmdToExecute a valid command inside a runbook?
    thanks
    tg

    You can use the Add-AzureHDInsightScriptAction cmdlet to run custom scripts during your cluster deployment inside a Runbook. For example, to install Spark, you can use the following command:
    $config = Add-AzureHDInsightScriptAction -Config $config -Name "Install R" -ClusterRoleCollection HeadNode,DataNode -Uri
    https://hdiconfigactions.blob.core.windows.net/rconfigactionv02/r-installer-v02.ps1
    Regards.
    Debarchan Sarkar - MSFT ( This posting is provided AS IS with no warranties, and confers no rights.)

  • Where is "md5" command sol10x86 thanks

    this should be an eay one for sol admins...
    i'm new to solaris and having trouble finding md5 command
    please advise
    kind regards
    phil

    Solaris doesn't have the md5 command, so if you're looking to setup checksums for files and such then you could look into "sum(1)" and "cksum(1)" commands, or simply use 'bart(1)' to generate a full batch of file checksums.
    However, I think you're looking for the "digest(1)" command. First see if it supports md5 by using "digest -l" and then you can use it. Another option is to grab the md5 tool from an older Solaris version or even Sun Freeware.

  • Use SMA to run commands inside VM created from WAP

    Hello,
    I didnt find any SMA specific forum, so I post here.
    Im new to SMA and have a question that I cant find the answer to.
    We are about to deploy a new Hyper-V/SC/WAP enviroment.
    We use virtual networks and I have problem to connect and execute powershell on the virtual machines.
    I want to do some cutomizations on the VM after they are deployed (Windows Server 2012R2) from a Gallery item in WAP.
    In VM Clouds in Service Management Portal I have activated an Automation with Object = MicrosoftCompute VMRole and Action = Create.
    In my Runbook I check the status on the creation of the VM and when the status is complete I want to execute some powershell on the new server.
    So far so good, but here is my problem, I cant connect to the new VM.
    I have tried:
    $ComputerName = $ResourceObject.ComputerName
    InlineScript {
    Get-Service | Out-File “c:\test.txt”
    } -PSComputerName $ComputerName
    I have tired to add -PSCredential after -PSComputername aswell.
    The Runbook will enter a Suspended state with the following exception:
    Connecting to remote server Fredrik-Test failed with the following error message : WinRM cannot process the request. The following error occured while using Kerberos authentication: Cannot find the computer Fredrik-Test.
    It looks like SMA have no clue how to access the new VM.
    I went to the VMM server and ran the following script:
    $adminpasswd = ConvertTo-SecureString “xxxxx” -AsPlainText -Force
    $adminCredentials = New-Object System.Management.Automation.PSCredential (“administrator”, $adminpasswd)
    $VM = Get-SCVirtualMachine | Where-Object {$_.Name -eq ‘Computer013′}
    Invoke-Command -Computername $VM.ComputerName -ScriptBlock {Get-Service | Out-File “c:\test.txt”} -credential $adminCredentials
    And there I got same error:
    [Computer013] Connecting to remote server Computer013 failed with the following error message : The WinRM client cannot process the request because the server name canno
    t be resolved. For more information, see the about_Remote_Troubleshooting Help topic.
    + CategoryInfo          : OpenError: (Computer013:String) [], PSRemotingTransportException
    + FullyQualifiedErrorId : ComputerNotFound,PSSessionStateBroken
    How do I run commands inside the VM that is created from WAP in a Tenant cloud and use virtual network ?
    Regards
    Fredrik Ljus

    I get same error.
    Because I use Network Virtualization it looks like SMA or VMM cant find the VM.
    But how does it work if you for example make a gallery item that will install SQL.
    In that case the server will be installed from the original image with only the OS and then the SQL server will be installed after.
    How does the VMM/SPF communicate with the VM to install the SQL server? Bacause when installing the SQL server it mounts a VHD with the media and trigger the install localy on the VM.
    So, somehow it must be possible to communicate with the VM without using NAT and go through the Gateway server?

  • Execute DOS command inside java

    I have a java program that reads each new user from an inputfile and writes that same user to an output file. The program works fine and is shown below:
    import java.io.*;
    public class FileStreamsTest {
    public static void main(String[] args) {
    try {
    File inputFile = new File("newbousrs.txt");
    File outputFile = new File("outagain.txt");
    FileInputStream fis = new FileInputStream(inputFile);
    FileOutputStream fos = new FileOutputStream(outputFile);
    int c;
    while ((c = fis.read()) != -1) {
    fos.write(c);
    fis.close();
    fos.close();
    } catch (FileNotFoundException e) {
    System.err.println("FileStreamsTest: " + e);
    } catch (IOException e) {
    System.err.println("FileStreamsTest: " + e);
    What I would like to do after each write is to execute a DOS command that looks something like this: supervsr.exe -USER username -PASS password -IMPORTUSERS importfile.txt
    The DOS command above will add each user to the system I want to as the loop goes through each user record.
    How do I execute the DOS command above inside java?

    Tried what but still having a problem...here is my code:
    import java.io.*;
    public class ReadSource {
    public static void main(String[] arguments) {
    try {
    FileReader file = new FileReader("newbousrs.txt");
                                  //FileWriter letters = new FileWriter("outagain.txt");
                                  //PrintWriter pw = new PrintWriter(new FileWriter("outagain.txt"));
    BufferedReader buff = new BufferedReader(file);
                                  Runtime rt = Runtime.getRuntime();
    boolean eof = false;
    while (!eof) {
    String line = buff.readLine();
    if (line == null)
    eof = true;
    else
    System.out.println(line);
                                                 Process proc = rt.exec("\\Blowfish\\droot\\Program Files\\Business Objects\\BusinessObjects 5.0\\supervsr.exe -USER xxxxx -PASS yyyy -IMPORTUSERS \\Blowfish\\droot\\accsp\\public\\newusers\\newbousrs.txt");
                                                 //System.out.println(line.substring(4, 10));
                                                 //System.out.println(line.substring(3,line.indexOf(',',3)));
    buff.close();
    } catch (IOException e) {
    System.out.println("Error -- " + e.toString());
    There error I get is this:
    C:\jakarta-tomcat-4.0.3\webapps\webdav\WEB-INF\classes\accsp>java ReadSource
    NU,Public,Steve Mcnealy,Steve Mcnealy,U,N,N,Y,N,N,PC,F,Y,N,N
    Error -- java.io.IOException: CreateProcess: \Blowfish\droot\Program Files\Busin
    ess Objects\BusinessObjects 5.0\supervsr.exe -USER accsp -PASS fish -IMPORTUSERS
    \Blowfish\droot\accsp\public\newusers\newbousrs.txt error=3

  • Script hangs when reading output of command inside vbscript

    Following code hangs  after the line "4 Go" but only on windows 2003.
    Set objShell = CreateObject("WScript.Shell")
    wscript.echo "2 Go"
    backupstate = "wmic PATH WIN32_SERVICE where (name='vss') GET state"
    wscript.echo "3 Go"
    Set objExecObject = objShell.Exec(backupstate)
    wscript.echo "4 Go"
    With objExecObject
    Do While .Status=0
    Wscript.Sleep 10
    Do While Not .StdOut.AtEndOfStream
    strText = .StdOut.ReadLine()
    If Not .StdErr.AtEndOfStream Then
    .StdErr.ReadLine
    End If
    Loop
    Loop
    End With
    Same code works perfectly fine on Windows 2008 and above.
    Any suggestion?
    -KAKA-

    Your script hangs (or more precisely: it keeps looping) because the Exec method of of the Shell object is notoriously unreliable when it comes to detecting the status of the executable it invokes. You can easily find out by placing the line
    wscript.echo "Status=" & objExecObject.status
    inside your loop. This only works properly if you run the script with cscript.exe.
    As Frederik says. :)
    To explicitly answer why that MSKB article suggests continually emptying the error buffer, it's because doing so is better than
    not doing so.
    Another workaround I use in preference to embedding the console tool within a WSH script is to factor out the tool so I don't have to manipulate it internally; instead I pipe the output in to the script.
    For example, suppose your script is named ProcessWmicOutput.vbs. within the script you would do something like this:
    data = WScript.Stdin.ReadAll
    to get all the data from wmic into a variable named data . Alternatively, you would do something like this, line by line (I'm making the script just relay StdOut from wmic):
    Do While Not WScript.StdIn.AtEndOfStream
    WScript.StdOut.WriteLine WScript.StdIn.ReadLine()
    Loop
    To run the script, getting wmic data, you would do this at a command prompt:
    wmic PATH WIN32_SERVICE where (name='vss') GET state | cscript ProcessWmicOutput.vbs

  • Execute DDL Commands inside a transactionScope

    Hi,
    I know that in Oracle all DDL commands include an implicit COMMIT so when you use one of them inside a transactionScope an exception is thrown due to this internal COMMIT. I’m receiving following exception ORA-02089: COMMIT is not allowed in a subordinate session. Is there any way to avoid this limitation?
    Thanks in advance,
    Francesc

    Hi,
    There's no way to get DDL to not autocommit.
    What you could do though is use a stored procedure to do the ddl, and declare the procedure with PRAGMA AUTONOMOUS_TRANSACTION.
    I'm not sure what the advisability of that is since anything that that occurs in the procedure wont be rolled back as part of the transaction, but it works anyway.
    Cheers,
    Greg
    create or replace procedure ExecOutsideTxn(strsql in varchar2) as
    pragma autonomous_transaction;
    begin
    execute immediate strsql;
    end;
    using System;
    using Oracle.DataAccess.Client;
    using System.Transactions;
    using System.Data;
    class Program
    static void Main(string[] args)
    using (TransactionScope ts = new TransactionScope(TransactionScopeOption.RequiresNew))
    using (OracleConnection con = new OracleConnection())
    con.ConnectionString = "user id=scott;password=tiger;data source=orcl";
    con.Open();
    using (OracleCommand cmd = new OracleCommand())
    cmd.CommandText = "begin ExecOutsideTxn('create table foo (col1 varchar2(10))');end;";
    cmd.Connection = con;
    cmd.ExecuteNonQuery();
    // do some other stuff
    ts.Complete();
    }

  • How can I execute a command inside of a VM client from the VM host?

    Hi!
    I'm working on a set of scripts to automate MOC classroom installations using MDT and PowerShell. Sofar I've been able to automate everything except for the Rearm needed within the VM Clients. Is there any command (preferably PowerShell) that I can Launch
    on the VM host with which I can execute a command within the VM Client?
    Regards,
    Gerrit Deike
    If you think your to small to make a differnce, try going to bed with a mosquito in the room...

    If you wanted the pings to run in parallel, you could have this applet configure another applet to do the pinging, then remove it on the last run.  This will require an amount of programmatic logic, though.  If you wanted to keep things a bit simpler, add another applet that runs at 22:00 that configures a watchdog pinging applet, then a third applet that runs at 22:10 that removes the pinging applet.
    When it comes to embedded quotes when you configure your nested pinging applet, you'll need to use $q to stand for the embedded quotes.  You'll also need to configure:
    event manager environment q "

  • Put ftp commands inside Java code?

    Hi.
    I've no problems with ftp with exec(...), using an external ftp text file containing the ftp commands.
    But can I pullthe ftp commands into the Java codes?
    The reason is we don't want people accidentally messing around with the ftp commands

    you can also use URLs for FTPing:
         * If the client needs to connect to the server through a proxy, this method sets the JVM FTP proxy settings.
         * @param proxyHost Host name of proxy.
         * @param proxyPort Port number of proxy host.
        public void setProxy(String proxyHost, int proxyPort) {
            if (proxyHost != null) {
                System.getProperties().put("ftpProxySet", "true");
                System.getProperties().put("ftpProxyHost", proxyHost);
                System.getProperties().put("ftpProxyPort", ""+proxyPort);
        }//setProxy()
         * Upload a file to a FTP server. A FTP URL is generated with the following syntax:
         * <code>ftp://user:password@host:port/urlpath;type=i</code>.
         * @param ftpServer FTP server address.
         * @param user Optional user name to login.
         * @param pwd Optional password for <i>user</i>.
         * @param fileName Destination file name on FTP server (with optional preceeding relative path, e.g. one/two/three.txt).
         * @param source Source file to upload.
         * @throws Exception on error.
        public void upload(String ftpServer, String user, String pwd, String fileName, File source) throws MalformedURLException,
                IOException {
            if (ftpServer != null && fileName != null && source != null) {
                StringBuffer sb = new StringBuffer("ftp://");
                if (user != null && pwd != null) {
                    sb.append(user);
                    sb.append(':');
                    sb.append(pwd);
                    sb.append('@');
                sb.append(ftpServer);
                sb.append('/');
                sb.append(fileName);
                sb.append(";type=i"); //a=ASCII mode, i=image (binary) mode, d= file directory listing
                BufferedInputStream bis = null;
                BufferedOutputStream bos = null;
                try {
                    URL url = new URL(sb.toString());
                    URLConnection urlc = url.openConnection();
                    bos = new BufferedOutputStream(urlc.getOutputStream());
                    bis = new BufferedInputStream(new FileInputStream(source.getName()));
                    int i;
                    while ((i = bis.read()) != -1) {
                        bos.write(i);
                } finally {
                    if (bis != null) { try { bis.close(); } catch (IOException ioe) { /* ignore*/ } }
                    if (bos != null) { try { bos.close(); } catch (IOException ioe) { /* ignore*/ } }
        }//upload()
          * Download a file from a FTP server. A FTP URL is generated with the following syntax:
         * <code>ftp://user:password@host:port/filePath;type=i</code>.
          * @param ftpServer FTP server address (with optional port ':<port>').
          * @param user Optional user name to login.
          * @param pwd Optional password for <i>user</i>.
          * @param fileName Name of file to download (with optional preceeding relative path, e.g. one/two/three.txt).
          * @param destination Destination file to save.
                          * @throws Exception on error.
         public void download(String ftpServer, String user, String pwd, String fileName, File destination) throws MalformedURLException,
                IOException {
            if (ftpServer != null && fileName != null && destination != null) {
                StringBuffer sb = new StringBuffer("ftp://");
                if (user != null && pwd != null) {
                    sb.append(user);
                    sb.append(':');
                    sb.append(pwd);
                    sb.append('@');
                sb.append(ftpServer);
                sb.append('/');
                sb.append(fileName);
                sb.append(";type=i"); //a=ASCII mode, i=image (binary) mode, d= file directory listing
                BufferedInputStream bis = null;
                BufferedOutputStream bos = null;
                try {
                    URL url = new URL(sb.toString());
                    URLConnection urlc = url.openConnection();
                    bis = new BufferedInputStream(urlc.getInputStream());
                    bos = new BufferedOutputStream(new FileOutputStream(destination.getName()));
                    int i;
                    while ((i = bis.read()) != -1) {
                        bos.write(i);
                } finally {
                    if (bis != null) { try { bis.close(); } catch (IOException ioe) { /* ignore*/ } }
                    if (bos != null) { try { bos.close(); } catch (IOException ioe) { /* ignore*/ } }
        }//download()

  • Shell silently ignoring commands on certain files/directories

    I an starting to see some wierd behavior, not sure if they are related. One of the issues I am seeing a lot is that software packages do not update well via their respective update feature, this includes even apple provided updates. Installing via a separately downloaded update packages works. I also today noticed that I was unable to install DoubleCommand, including the previously installed version. But this is more of a "freak" problem that I cannot put my finger on.
    But what I can definately put my finger on is this "ignoring shell commands on certain files behavior".
    For example I use the Saft Safari Input Plugin. After updating to the latest version I noticed that it wasnt working as an InputManager Plugin anymore. After some discussion with the author it became evident that the permissions are incorrect (directory is owned by "lsmith" and not by "root). Why this is even the way I do not know. Reverting to the previously installed version gave me the same behavior.
    Pooteeweet:InputManagers lsmith$ ls -al
    total 0
    drwxr-xr-x 9 root admin 306 2 Feb 19:04 .
    drwxrwxr-t+ 62 root admin 2108 22 Dez 18:17 ..
    drwxr-xr-x 4 root admin 136 20 Dez 20:51 1PasswdIM
    drwxr-xr-x 4 root admin 136 20 Dez 21:34 Inquisitor
    drwxr-xr-x 4 root admin 136 13 Nov 23:37 PlaxoABAddIn
    drwxr-xr-x 4 root admin 136 26 Sep 2007 SIMBL
    drwxr-xr-x@ 5 lsmith admin 170 31 Jan 15:32 Saft
    drwxr-xr-x 4 root admin 136 22 Dez 18:28 Smart Crash Reports
    drwxr-xr-x 4 root admin 136 20 Dez 21:57 SpeedDownload Enhancer
    Now trying to remove this directory from the shell has proven impossible. Eventhough I own the directory I cannot remove it. Not even via sudo. Same with trying to chown the directory:
    Pooteeweet:InputManagers lsmith$ rm -rf Saft
    Pooteeweet:InputManagers lsmith$ sudo rm -rf Saft
    Pooteeweet:InputManagers lsmith$ chown -R root:lsmith Saft
    Pooteeweet:InputManagers lsmith$ sudo chown -R root:lsmith Saft
    Pooteeweet:InputManagers lsmith$ ls -al
    total 0
    drwxr-xr-x 9 root admin 306 2 Feb 19:04 .
    drwxrwxr-t+ 62 root admin 2108 22 Dez 18:17 ..
    drwxr-xr-x 4 root admin 136 20 Dez 20:51 1PasswdIM
    drwxr-xr-x 4 root admin 136 20 Dez 21:34 Inquisitor
    drwxr-xr-x 4 root admin 136 13 Nov 23:37 PlaxoABAddIn
    drwxr-xr-x 4 root admin 136 26 Sep 2007 SIMBL
    drwxr-xr-x@ 5 lsmith admin 170 31 Jan 15:32 Saft
    drwxr-xr-x 4 root admin 136 22 Dez 18:28 Smart Crash Reports
    drwxr-xr-x 4 root admin 136 20 Dez 21:57 SpeedDownload Enhancer
    Now I am not sure what the @ in the permissions listing stands for, but I have similar issues with other files too. Note I am not getting an error, nothing. But also nothing changes.
    Pooteeweet:temp lsmith$ rm sess_user1234
    Pooteeweet:temp lsmith$ sudo rm sess_user1234
    Pooteeweet:temp lsmith$ ls -al
    total 16
    drwxrwxr-x 4 lsmith admin 136 5 Feb 21:05 .
    drwxr-xr-x 23 lsmith admin 782 21 Dez 21:55 ..
    -rw-r--r-- 1 lsmith admin 0 5 Feb 21:05 foo
    -rw------- 1 nobody admin 5286 4 Feb 17:23 sess_user1234

    Thx .. the output is actually:
    Pooteeweet:~ lsmith$ xattr -l /Library/InputManagers/Saft
    com.apple.FinderInfo:
    0000 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 ................
    0010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    Also, I noted earlier that I am also seeing this behavior elsewhere in my XAMP temp dir:
    Pooteeweet:~ lsmith$ xattr -l /Applications/XAMPP/xamppfiles/temp
    Pooteeweet:~ lsmith$
    So the issue does not seem to be a question of the additional attributes. Furthermore it used to work just fine installing Saft, and seems to work just fine for pretty much any other user. Moreover why can't I at least change the owner of the dir?

  • Execute commands inside new shell with a single line?

    I need some way to run series of commands as a single line, however the problem is that I am changing to another shell at one point and I am not sure how I can make commands execute in that new shell.
    Here is what I am trying to do (as I am running it now)
    adb shell
    ubuntu_chroot shell
    nohup /home/phablet/test/test2.sh
    I am able at the moment to call this:
    adb shell "ubuntu_chroot shell"
    But I am not sure how I can execute line that calls test2.sh after that on a single line.
    Last edited by kdar (2013-03-01 05:54:33)

    Does ubuntu_chroot have a --help flag or manpage?
    It's fairly common for shells to have a -c flag which will make them run the first argument in the new shell.
    Edit: Just looked through the Ubuntu Touch repos, ubuntu_chroot is (currently) only able to launch a shell, but it should be easy to modify it to just pass on the additional arguments to sh
    uchroot repo here if anyone's interested.
    Last edited by demize (2013-03-01 04:10:27)

Maybe you are looking for

  • Sudden and severe loss in AirPort reception

    I use my TiBook at my desk (12 feet from wireless router) and on my couch (9 feet from wireless router). AirPort reception has been very strong (always five bars) for more than two years in these locations. I was even getting good, consistent recepti

  • Service Registry roles

    Hello all ! What are the roles necessary to access the "Services registry" in PI 7.1 system? Also, please provide me with the URL for the same. Thanks, Shahid Ahmed.

  • WdsClient: An error occurred while obtaining an IP address from the DHCP server

    Trying to create and deploy a Windows 7 pro image for Dell optiplex 390s. Getting the dreaded error above when trying to connect to the DHCP. After a couple days of research I've tried injecting drivers, different version of drivers, injecting driver

  • Who can tell me which directory the JSSE source code in?

    I get the source code of JDK5,but there are too many directories ,I don't get the source code of JSSE,I am beginner.

  • Specified cast is not valid exception

    I have the following C# code (cut down for the post) that causes an exception (Specified cast is not valid) when I attemp the GetInt32 method call. FILE_HDR is a BLOB and I can read it just fine with GetBytes. This also happens on something like TO_N