OpenSUSE Network :: Registration - Execute Curl Command Failed With 7

Feb 16, 2010

I have two suse linux server. Recently we got the license key. In one server I could able to register successfully. Another server is throwing an error. I am using yast-software- Novel customer center configuration. After selecting configure now, I am getting error has follows
Execute curl command failed with 7
curl: (7) could't connect to host.

View 2 Replies


ADVERTISEMENT

SUSE :: Registration Error - Curl: (7) Could't Connect To Host

Feb 17, 2010

I have two suse linux server. Recently we got the license key. In one server i could able to register successfully. Another server is throwing an error.i am using yast-software- Novel customer center configuration. After selecting configure now, i am getting error has follows Execute curl command failed with 7 curl: (7) could't connect to host.

View 3 Replies View Related

SUSE :: Automate Execute Command, Reboot And Execute Command?

Dec 1, 2008

Is there a way to execute some command and then after the command completes utomatically reboot the system and then after the system reboots execute another command ? For example look at the sequence shown below(1) Execute command-1(2) After the command-1 in (1) is completed,reboot the system (3) Execute command-2(4) After execution of command-2 reboot the sytemIs there a way i can automate this process so that i need not reboot the system manually

View 5 Replies View Related

Ubuntu :: Init: Failed To Spawn Network-manager Main Process: Unable To Execute: No Such File Or Directory

May 27, 2010

I just updated from 9.04 to 9.10 (it's a long story, and I still can't go beyond 2.30).The update got rid of WICD, which is what I used and installed network-manager. Network-manager was not working at all, so I uninstalled it again and installed WICD. I could connect perfectly and had no problems.However, now the computer hangs during boot, saying that init can't start network-manager. I assume that something went wrong during the uninstalling process, since it wasn't updated.

This is the message: init: Failed to spawn network-manager main process: unable to execute: No such file or directory.

So how do I update it or manually change it so it stops requesting network-manager?

View 3 Replies View Related

OpenSUSE :: Failed To Execute Child Process (Permission Denied)

Jul 11, 2011

I'm trying to start a program, but I keep getting the error:

"There was an error launching the application." Details: Failed to execute child process "/home/jjo/Desktop/0ad/build/resources" (Permission denied)

I've tried changing the permissions of the file, with no luck.

View 9 Replies View Related

OpenSUSE :: Can't Execute Some Command With Sudo?

Nov 29, 2010

I would like to have an user that can execute al command with sudo.I configured sudo with yast2 and in the sudoers file actually there is a line with:USER ALL = (ALL) ALLWhere user is my username.But I can't use some command like ifconfig becouse it say that it can't find the command. I think that this is becouse of path, but shouldn't i get root path using sudo?

View 3 Replies View Related

General :: Curl - Curl API To Configure Only The Required Protocol?

Jun 24, 2010

Is there any curl API to configure only the required protocol. If I have proper openssl installed, the installed curl will have all the protocols (like HTTP, HTTPS, FTP, File etc...) supported by default. Is there any way to allow or disallow only some of the protocol at the runtime. Say I need to support only HTTPS, FILE and I dont want to allow HTTP. Is there any way to do this?

View 1 Replies View Related

General :: Curl - Download A File From A Website In Command Line?

Aug 9, 2011

I need to download a file from a website which has a URL formatted like:

[URL]

This redirects to a .zip file which has to be saved. There is also a need to authenticate based on username and password.

I tried to use wget, curl and lynx with no luck.

UPDATE:

wget doesnt work with redirection. It simply downloads the webpage instead of the zip file. curl gives the error "Maximum redirection exceeded > 50 " lynx also gives the same error.

View 1 Replies View Related

Ubuntu :: Curl -K Command Outputs Weird Symbols Instead Of Downloading URL From File?

May 16, 2011

I'm on Ubuntu 11.04. I have read around about how to use curl to download a list of URLs from a text file, and everyone says to use

Code:
curl -K URLlist.txt This is what the curl man page says as well. However, for even a simple file with one URL, this command outputs a bunch of weird symbols for me instead of downloading the file. For example, I have a text file "test.txt" with one line in the following format:

Code:
url = "http://www.example.com/image.jpg" I use the curl command to download this file:

[Code]...

View 2 Replies View Related

General :: Curl -K Command Outputs Weird Symbols Instead Of Downloading URL From File?

May 16, 2011

I'm on Ubuntu 11.04. I have read around about how to use curl to download a list of URLs from a text file, and everyone says to use Code:curl -K URLlist.txt. This is what the curl man page says as well. However, for even a simple file with one URL, this command outputs a bunch of weird symbols for me instead of downloading the file.For example, I have a text file "test.txt" with one line in the following format:

Code:
url = "http://www.example.com/image.jpg"
I use the curl command to download this file:

[code]....

View 7 Replies View Related

Software :: CURL Post Data Command From Shell - HTTP Error Code 408

Jan 29, 2011

I am trying to connect to the web interface found at [URL] using curl. This first requires login information to be entered at [URL], but I am having an issue with the login process. I am trying to submit the following form via POST:

Code:
<form action="j_security_check" method="post" id="login_form" name="login_form">
<center> <table style="background: #cac1cf;FONT-SIZE: 12px;">
<tr> <td align="center" colspan="2">Please enter your username and password:</td>
</tr> <tr> <td align="right">Username</td>
<td> <input name="j_username" style="width: 250px" id="j_username" type="text"/> </td>
</tr> <tr>
<td align="right">Password</td>
<td> <input style="width: 250px" name="j_password" id="j_password" type="password"/> </td>
</tr> <tr> <td colspan="2" align="center">
<input value="Enter" name="enter" type="submit"/>
<input value="Clear" name="Clear" type="reset"/>
</td> </tr> </table> </center> </form>
The command that I am using for this is the following:

Code:
curl -c cookies -b cookies -L -d "j_username=user%40domain.com&j_password=pass" [URL]
The command is properly formatted as far as I can tell. I tested it with another website using a similar authentication scheme using different POST variables specific to the form and it worked fine.

When I run the above command with the -v tag, it reveals this:
Code:
* Connected to lcl.uniroma1.it (151.100.4.74) port 80 (#0)
> POST /sso/j_security_check HTTP/1.1
> User-Agent: curl/7.21.0 (i686-pc-linux-gnu) libcurl/7.21.0 OpenSSL/0.9.8o zlib/1.2.3.4 libidn/1.18
> Host: lcl.uniroma1.it
> Accept: */*
> Content-Length: 44
> Content-Type: application/x-www-form-urlencoded
>
} [data not shown]
< HTTP/1.1 408 The time allowed for the login process has been exceeded. If you wish to continue you must either click back twice and re-click the link you requested or close and re-open your browser
< Date: Sat, 29 Jan 2011 15:26:41 GMT
< Server: Apache-Coyote/1.1
< Content-Type: text/html;charset=utf-8
< Content-Length: 1554
< Connection: close
<
{ [data not shown]
103 1554 100 1554 0 52 5081 170 --:--:-- --:--:-- --:--:-- 10223*
Closing connection #0

I cannot tell why the login timeout is expired when I try to do this, and my investigation toward this end has been fruitless. I saw a brief snippet on Google that vaguely suggested that the underscores in the domain name were at fault, but replacing these with their encoded counterparts did nothing to resolve the issue (that, and underscores should be fine when sent unencoded according to the standards). I have extensively perused the man pages and have come up with nothing to adequately explain this behavior. I also talked to a friend who has worked with curl in his line of work, but he mostly has experience in the context of PHP and has not dealt with this issue before. I am running GNU/Linux 2.6.35-22-generic-pae.

View 3 Replies View Related

Programming :: Effect Of Using Eval To Execute A Command As Opposed To Writing It On The Command-line?

Jun 18, 2010

Code: cmd='date | wc'

$cmd If this script is executed, an error is generated. The reason written was that "The execution fails because the pipe is not expanded and is passed to date as an argument".What is meant by expansion of pipe. When we execute date | wc on the command line, it goes fine.then | is not treated as an argument. Why?

View 4 Replies View Related

Ubuntu :: BASH: Execute Next Command Until Another Command Succeed?

Mar 19, 2010

I have a big bash script ,its goal is to download movie one by one . But I often get into a problem: if this script is executed in cron,it often does not completely download the movie.I often find the movies it downloaded are several KB while the movie is actually 20MB.So I think it is because it did not wait for finishing one task ,and jump to download another.So I want to know ,is there a way to force the bash script to wait until one movie downloaded completely and then start to download another movie ?

View 8 Replies View Related

General :: Only Execute 2nd Command On Successufl Execution Of 1st Command?

Aug 19, 2009

I have a script which builds a project and then runs junit tests. However, if the build fails, the junit tests fail with the same error message.Therefore the command which runs the junit tests should only be executed if the build was successful.

View 3 Replies View Related

OpenSUSE Install :: Mounting Floppy - 11.4 X64 - Error 127 "cannot Execute Command '' Mount -t Auto"

Jul 7, 2011

I have just tried to mount my floppy with: mount -t auto -o uid=1000,gid=100 /dev/fd0 /media/floppy and get for response : cannot execute command '' mount -t auto -o uid=1000,gid=100 /dev/fd0 /media/floppy error 127
What is supposed to be done to get my floppy mounted?

View 9 Replies View Related

OpenSUSE Install :: Execute Zypper Command To Install The Kde Desktop?

Mar 21, 2010

I need to execute zypper command to install the kde desktop? I also added the kde repo or officers would suffice?

View 4 Replies View Related

OpenSUSE :: 22. Kernel Failed To Parse Or Rejected Command Stream

Feb 17, 2010

With opensuse11.2 I am getting following error while running openGL apps: drmRadeonCmdBuffer: -22. Kernel failed to parse or rejected command stream. See dmesg for more info. I think this is problem with radeon drivers. Is there solution to this?

View 6 Replies View Related

Ubuntu Networking :: Bash Command Equivalent To Cygwin "curl"?

May 27, 2010

I have a Cygwin script that connects to a web site with the bash command "curl". Phasing out Windows, I need to port everything to Linux. Ubuntu bash doesn't recognize "curl". There has got to be an equivalent.What would it be? Beneath the dashed line the top of the cygwin man page. And while on the topic of the bash commands available on Ubuntu, where could I find an exhaustive list?

[Code]...

View 3 Replies View Related

Ubuntu :: Using "curl" Command In CGI Script?

Jun 1, 2010

using "curl" command in CGI script. I am using vim text editor.

View 1 Replies View Related

General :: Failed To Execute /busybox Attempting Defaults

Apr 28, 2011

I am building a floppy linux distro and have compiled a custom kernel, toolchain, uClibc and busybox. It all fits and boots but says "Failed to execute /busybox attempting defaults" /busybox is executable and should have the shared libraries available. I created both a dynamic and static hello world program and nether will boot as init. The root fs mounts without issues. What is the problem? (Sorry, Do not have the log since this is a different box) (May try to get it over serial console)

View 9 Replies View Related

OpenSUSE Network :: VPN Connection - Authentication Failed Error

Nov 14, 2009

I'm extremely new to SuSE Linux. I wanted to move away from Windows and so I decided to reload my Desktop with SuSE linux.I have had no trouble until now. I'm trying to connect to my work VPN connection. From my laptop (which unfortunately is Vista) I'm able to connect without any issues. However, when I tried out the KVPN application on my SuSE linux, it just doesn't work. I get the error:
Authentification has failed.
As a side note, when I type ping google, the packets are received 100% but when I ping my company address, no packets are received. Hope this info is useful.

View 9 Replies View Related

OpenSUSE Network :: Error Message - VPN Connection Failed

Jun 19, 2010

(I'm probably going to have my forum account revoked due to excessive usage ) I'm setting a VPN connection on openSUSE 11.2. Using the networking icon on the tray I add a PPTP connection, set it up but I receive a message 'VPN connection failed'. Googling it up I tried changing a setting called 'refuse-eap' to 'yes' but it doesn't seem to work. Here's the result from the log file:

[code]...

View 1 Replies View Related

OpenSUSE Network :: 11.4 Zypper Digest Verification Failed

May 17, 2011

I recently reinstalled my workstation from OpenSuse 11.2 to 11.4. After the installation, I found that I could not run zypper anymore. A few things to note first.

- OpenSuse 11.4 x64 - behind corporate firewall (which worked fine with zypper as long as a proxy was configured with previous versions

- used that ZYPP_ARIA=0 variable previously to help). - proxies configured in /etc/sysconfig/proxy. - all other network utilities I normally use (browser, ssh) all work fine. - I have removed all repositories and added them again several times. I have also done "zypper clean" several times not that I would expect that to be better than removing and re-adding the repositories. When I attempt to run "zypper ref" or "zypper in foo" I get the following:

[code]...

If I manually use wget to grab the package and either run it directly or insert it into the /var/cache/zypp tree (replacing the metalink version zypper complains about) it always works and gives me the right file.....

View 1 Replies View Related

Ubuntu :: Failed To Execute Child Process Skype-wrapper?

Apr 6, 2011

Just figured this one out and thought I'd post it here in case it helped someone else. Skype just upgraded itself from 2.1 to 2.2. After upgrading it didn't start, and I got the message

"failed to execute child process skype-wrapper" First test out if skype runs from the command line, by running this in a terminal

Code: skype & If it runs, you're good to go: simply right click on the menu, locate your entry for skype and change the command to launch it from skype-wrapper to skype. The reason for this is that in the 2.1 version, skype needed a script called skype-wrapper to set some varibles before start up. Upgrading removes the script, but failed to update the menu entry.

View 5 Replies View Related

Installation :: Failed To Execute Child Process (no Such File Or Directory?

Oct 26, 2010

I just installed Maya 2009 on Fedora 13.It seemed to run the RPM install fine, but when I go to Applications > Graphics > MayaI an error:Could not launch 'Autodesk Maya 2009 (64-bit)
Failed to execute child process "/usr/autodesk/aya/bin/maya"(no such file or directory)I browsed to this location in the file browser and there definately is a file called maya in "bin"

View 1 Replies View Related

Software :: Wine + Slackware's = Failed To Execute Child Process

Oct 22, 2010

Every time I try to execute a .exe file it says

Code:

Failed to execute child process

but when I type wine and the file it says

Code:

bash-4.1# wine
bash: /usr/bin/wine: No such file or directory

View 1 Replies View Related

OpenSUSE Network :: 11.1 - USBIP Errors (Driver Open Failed)

Jul 25, 2009

I need to use usbip to work with the webcam from another computer. But when I installed (using YaST) usbip and launch this, I see errors:
# usbipd
usbip err: stub_server.c: 433 (do_standalone_mode) open usb.ids
usbip err: stub_driver.c: 33 (open_sysfs_stub_driver) usbip_common_mod.ko and usbip.ko must be loaded
** ERROR **:
driver open failed
aborting...
Emergency shutdown
# usbip
usbip err: vhci_attach.c: 586 (main) open usb.ids
Usage: usbip [options]
...

View 5 Replies View Related

OpenSUSE Network :: Failed To Connect Firefox Can't Establish A Connection?

Jan 15, 2010

t "Failed to Connect Firefox can't establish a connection to the server at127.0.0.1:3580." when I try to open a Help File of one of the applications I have.My /etc/hosts file has its entries right:127.0.0.1 hostname.hostdomain hostnameMy firewall is also disabled.

nmap -sT -O localhost
gives me (I have included some):
2401/tcp open cvspserver

[code]....

View 7 Replies View Related

General :: Registration Of Server In RHN?

Jan 21, 2011

How a new server can be registered in RHN to get the updates & packages ?

View 3 Replies View Related

Server :: Amavis With New Clamav 0.96 - Bunch Of Errors Appears 'execute Failed'

Apr 23, 2010

After the EOL of 0.94 clamav, I removed it stopped amavisd from having my mail scanned, and installed the new version of clamav 0.96.
But, when I try to start amavisd and send a test mail these bunch of errors appears:

[code]....

I've read some posts that had no reply, someone tried to telnet to 127.0.0.1:3110 "the default port of clamd". I tried that but I got connection refused.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved