Bug 8377 - Using Samba site code fails with missing matching ["] error and in Ubuntu 11.04 a child process failure
Summary: Using Samba site code fails with missing matching ["] error and in Ubuntu 11....
Status: NEW
Alias: None
Product: jCIFS
Classification: Unclassified
Component: core (show other bugs)
Version: 1.2
Hardware: x64 Linux
: P5 regression
Target Milestone: ---
Assignee: Michael B. Allen
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-15 04:32 UTC by L. P. Luigi Espenlaub
Modified: 2011-08-15 04:32 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description L. P. Luigi Espenlaub 2011-08-15 04:32:10 UTC
+++ This bug was initially created as a clone of Bug #8376 +++

Ubuntu 11.04 - the Natty Narwhal - released in April 2011
Using the download site code from:
 
http://samba.org/samba/download/

inserted in a launcher I created returns the following error. 

Details: Text ended before matching quote was found for ". (The text was '$ gpg --import samba-pubkey.asc
$ gunzip samba-3.6.0.tar.gz.
gpg: Signature made Tue 20 Nov 2007 07:12:04 PM CST using \
  DSA key ID 6568B7EA
gpg: Good signature from "Samba Distribution Verification Key \
  ‹samba-bugs@samba.org›

iD8DBQBOQRwobzORW2Vot+oRAiepAJoDEyEldUDoXZOoln+vB8pASgg3sACfRD5x
2lTfk3Txxmh2ar84LXvwJJA=
=T+AY')

When I insert the missing ["] after the word "Key" so the line reads:

gpg: Good signature from "Samba Distribution Verification Key" \
  ‹samba-bugs@samba.org›

I get the error:

Details: Failed to execute child process "$" (No such file or directory)

At this point my BASIC [I know, very bad word] coding skills fail.