Fedora :: Svn Checkout Command Hangs

Jan 10, 2011

I have installed fedora 14 ami on one of the amazon instance. And installed subversion successfully using following command: # sudo yum install subversion But when i try to check out code from our subversion repository which exist on deifferent remote machine, the checkout commands just hangs indefinitely. If run "top" command then i can see that cpu usage shoots to 100%.

View 5 Replies


ADVERTISEMENT

Fedora :: Bash Hangs When Command Not Found / Sort It?

Dec 9, 2009

I've been using linux for a long time, and I just ran into a problem that has me stumped. Any time I mistype a command, it says "Command not found."... yea, I know that's normal. But it doesn't return me to my # prompt. I have to press Ctrl+C to get back. code...

I know I do have one issue with this computer, I have 2 blown caps on my motherboard. This was a dual boot system, but after a virus with winblows, I decided to switch it to strictly linux. (roommates... *grumble*) I think I was running fc10 before I wiped the hd & installed fc12. Fc12 does seem to be running slower, and I still haven't got my sound card working properly... but that issue is for another topic...
-YungBlood Reborn

View 2 Replies View Related

Fedora :: After Giving Reboot Command System Hangs During Booting

Mar 2, 2011

today i installed nvidia graphic card drivers for fedora13 using yum, after giving reboot command the system hangs during bootin.

View 1 Replies View Related

Debian :: SVN Checkout - Permission Denied (publickey)

Feb 12, 2016

I try to do SVN checkout,looks like I'm facing this issue.I can ssh using putty to this server(banana).But from machine to machine it show same error.

SVN checkout
zr@banana [104]$ svn co $SVNROOT/deployment/new_debian_install
Permission denied (publickey).
svn: To better debug SSH connection problems, remove the -q option from 'ssh' in the [tunnels] section of your Subversion configuration file.
svn: Network connection closed unexpectedly
================================
ssh machine to machine:
zr@banana [105]$ ssh apricot
Permission denied (publickey)

View 1 Replies View Related

General :: Checkout A Project From Cvs Fort A Particular User?

Sep 19, 2010

i need to checkout a project from cvs fort a particular user i use the following command cvs -d server:francis:francis@cvs@10.200.2.23:/projects/aa_cesar co myproject when i do it using the eclipse it works fine but when i do it command line it does not checkout the reason is it takes cvs@10.200.2.23 unable to connect that is wrong username pasword credentials are given

View 9 Replies View Related

General :: Git Checkout Error : The Remote End Hung Up Unexpectedly

Jun 23, 2010

I am running following command which is giving error

Code:
git clone git://git.kernel.org/pub/scm/linux/kernel/git/trovalds/linux-2.6.git linux-2.6

Initialized empty Git repository in /home/tapas/LKP/pandora/linux-2.6/.git/ fatal: The remote end hung up unexpectedly Some one suggested me to check my firewall I am not clear as which port does git uses.

View 2 Replies View Related

Software :: Cvs Checkout - Failed To Create Lock Directory

Oct 16, 2009

Code:

I found another thread similar to my question here: http://www.linuxquestions.org/questi...-issue-535818/

But I don't understand what the solution is. I believe this has something to do with the permissions on the directory im trying to check out so I did chmod 777 on subdirectory in /cvs(my cvsroot directory) and I was able to checkout subdirectory afterwards, but I still get the same error.

View 1 Replies View Related

Programming :: Script That Creates Files From Svn Checkout And Compress Them Using Tar.gz ?

Oct 22, 2009

I'm creating a script that creates files from svn checkout and compress them using tar.gz the script gets the repository name from command line argument i need to capture a number from the last line of the output and create a file name from it.

The svn returns output of all the file names from the repository and in the end it says: revision number xxxxx. i need to get this number and then rename the tar.gz to it. how do i save the output to a variable and get this number.

This is the script:

Code:

View 1 Replies View Related

Software :: Git Over Http / Warning: Remote HEAD Refers To Nonexistent Ref, Unable To Checkout Error?

Jul 27, 2009

I am trying to use a git repo over http on my Debian 5.0 machine.

The git repository is located in /var/www/ on the Debian machine.

I can push/pull the repo using git protocol:

Code:
git clone git://192.168.0.1/project.git
but when I try to do the same over HTTP it give me following error message:

Code:
git cloneurl
warning: remote HEAD refers to nonexistent ref, unable to checkout.

View 1 Replies View Related

General :: Sending Email / It Hangs When Run The Command?

May 3, 2011

I'm using Linux 11.04 and just installed the most recent version of Postfix. I'm trying to send a simple email (through a relay) but when I run the command

sendmail davea@mydomain.com FROM: fromemail@gmail.com SUBJECT: hello world this is a test email .

It just hangs there. There is nothing in /var/log/mail.log or in any of its accompanying files.

View 4 Replies View Related

Networking :: VSFTPD Hangs On LIST Command?

May 21, 2010

I've got a new server and have vsftpd setup there , when i login using filezilla :

Response:230 Login successful.
Command:OPTS UTF8 ON
Response:200 Always in UTF8 mode.
Status:Connected

[Code]....

View 7 Replies View Related

Software :: WinExe Hangs With WMIC Share Command

Jan 6, 2010

Has anyone messed with winexe? It's a very cool program. Let's you get into Windows from Linux. [URL].

[]# ./winexe -U domain/username%*****//my.site.com 'cmd'
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:WINDOWSsystem32>

However it seems to have some limits. For example, I can't get it to work with "wmic" commands. For example:
[]# ./winexe -U domain/username%***** //mysite.com 'wmic share get caption,name,path'
It hangs...

View 1 Replies View Related

Software :: Ruby Hangs When Started From Command Line / Solve This?

Jun 24, 2011

I am attempting to start ruby in interactive mode from the command line. However, when I type ruby at the command line, it simply hangs. I know that I have ruby installed. Any ideas as to how to resolve this problem.

View 2 Replies View Related

Programming :: BASH - Works On The Command Line, Hangs As A Script?

Jul 16, 2010

I'm writing a Bash script to take IPTC keywords from a text file and write them, via Exiv2, to several (first batch is 100) JPEG files in a single directory. The script has one while loop inside another while loop, both terminated, but I'm pretty sure that's not my problem. I think it's how I'm incrementing the "counter" variable, although it could also be the method of parsing the text lines from the file (using cut with delimiters that have worked fine in simpler scripts).

Here's the code as I've worked it up to this point.

Code:

And yes, "keywords" checks out in Crimson Editor, Emacs GUI and nano as an ASCII file with UNIX line endings. No issues on that score.

Feeding each line consecutively into a terminal (excepting the exiv2 command) works fine: each variable echoes with the part of the text line used as a variable value as it should, even when the b variable is incremented the quick&dirty way (up arrow three commands and hit enter).

Running the above script in eval mode (sh -x) stalls after setting the b variable to one and reading in the first line of text. I'd like to know why. I'd also like some advice on another reliable method of parsing the read-in lines.

View 14 Replies View Related

Server :: SVN Checkout Error - Can't Find A Temporary Directory - Internal Error

Feb 14, 2011

I have builded a svn server using apache before. But recently I can not check out from the svn server,and error code is as follows:

svn: Can't find a temporary directory: Internal error

I have searched in the google,they said no space on the server.But my server have much space.

Filesystem Size Used Avail Use% Mounted on
/dev/sda1 49G 22G 24G 48% /
tmpfs 220M 0 220M 0% /dev/shm
/dev/sdb1 917G 867G 3.8G 100% /mnt/md0
/dev/hda1 151G 129G 15G 91% /mnt/meego

The server is at the /dev/hda1 partition.

View 7 Replies View Related

Ubuntu Servers :: Cannot Setup LDAP Via Server Guide / Hangs When Issuing 'ldapmodify' Command

Oct 4, 2010

I have been trying to set up an LDAP server for a development environment as part of an internship for a week now, and I cannot get past this point. I have been following the 10.04 server guide to set up LDAP here: URL...Once I get to the following point in the guide, it just hangs:"As an example of modifying the cn=config tree, add another attribute to the index list using ldapmodify:"I've been working on this for a week and can't understand why this won't work. I am fairly certain that I've followed the guide to a 'T.'Any idea why am I receiving a permission denied error? Is this a permissions issue with one of the config files?

View 9 Replies View Related

CentOS 5 :: Fresh 5.3 Install Hangs With "SCSI: Timing Out Command, Waited 22s"

Apr 5, 2009

On a fresh install on a dell 2650: The install goes smooth and on reboot after Nash starts we get

SCSI: 0:1:0:0: timing out command, waited 22s

repeated for two controllers and 16 devices on each controller. Then boots and runs fine.

View 4 Replies View Related

Ubuntu :: Hangs At Install Screen - Then Reboots And Hangs At HP Logo

Feb 15, 2011

I am trying to install Ubuntu 10.10 x64 on a HP Pavilion p6565uk.

My PC is x64 compatible, although ubuntu will not install.

I don't get to any gui, it says ubuntu will continue install in 5 seconds, at 0, nothing happens. The CPU light is flashing, but nothing happens.

After about 10 minutes, it reboots, but when the HP splash screen shows (Before the boot selection screen) it just hangs. I have to do a hard shutdown to boot back up.

I am using wubi for install.

View 1 Replies View Related

Server :: Server Hangs When Given Find Command

Dec 19, 2010

I am ClearCase Admin, new to Linux administration and our development environment is in linux servers. I have found that our development server which is RHEL 3 (also ClearCase client) hangs when user gives find command.After some time of execution of the find command the server hangs. We have to hard-boot the server.Is this the normal behaviour of the Servers? This server which I am talking about is highly used.Sometimes 120 or more terminals will be opened and few compilation will be happening in the server. And same single user some times opens multiple terminals and works simulataneously.We have been monitoring the server and found out that during the workdays CPU usage % goes very high.

View 3 Replies View Related

Fedora :: Fedora Boots Hangs Before Login Procedures?

Oct 5, 2009

I rebooted my Fedora 11 server via SSH and when it came back up it booted the gui, but no option to log in just a mouse pointer and a spinning blue circle...nothing I can do to get it back.

I should add that I installed the latest updates this morning and this was the first reboot since then.

View 1 Replies View Related

Fedora :: Fedora 12 Hangs While Rebooting Or Shutting Down

May 24, 2010

Since i installed fedora 12 i cannot successfully shutdown or reboot my pc as was possible with fedora 11: i already tried with no luck with desktop button, the commands 'poweroff', the 'shutdown -h now' and the 'reboot' but the system go to the bliking cursor and hangs without powering off (and reboot while requested). And i have to hard poweroff the system... (GRRRR)If i go on the console I can only see the system terminating services and saying "halting system" and then hangs...

Now i have kenel 2.6.32.12-115.fc12.i686.PAE, but this problem happened with last 5 preceeding.I use the mjm installation guide since fedora 7 (or later) and i had the following HW (lspci).

View 3 Replies View Related

Fedora :: Fedora 14 Hangs Every Time When Rebooting

Dec 5, 2010

My fedora 14 is upgraded from fedora 13, which was upgraded from fedora 12. Everything seems fine, but recently I met across a very strange thing.Fedora 14 shutdown properly, but it won't reboot. It will hang at the last step(I guess that is the last step: [*****.*****] Restarting system.The picture of the last steps before it hangs is attached. Please someone give me a hint how to diagnose it ?

View 6 Replies View Related

Red Hat / Fedora :: Fedora Core 2 - Right Before It Gets Into Loader It Hangs

Jan 21, 2011

First time on the forum, excuse me if i'm posting this in the wrong area. So with that being said, here's what goes on - right before it gets into the loader, it hangs right before it gets to it, where it says it's going to load it.

View 3 Replies View Related

Fedora :: F11 Hangs After Some Time?

Jul 28, 2009

i have been using F10 and before that F8, so after release of F11 i couldn't resist to install. system specifications are:Intel Pentium D 2.8 GHzRAM 512MbHDD 80Gbthe only problem is that it ceases and it's unexpected. sometimes i loose my work although it is not of much importance but it is that way.for initial few times i hoped it as a bug. but i think it is not.i love Fedora i looking forward to use it.only my mouse is moving all others locks up.one thing i used "unexpected" because it all happens regardless of any specific applicationor any time duration.all i need after it happens is to restart manually using restart button.i don't know whether my graphics driver is right or not?graphics seems right but during scroll it doesn't looks good.

View 6 Replies View Related

Fedora :: F10 Hangs On Boot?

Sep 29, 2009

I have been using F10 since its release and have not had any trouble until now. During my last session, I ran an update. Today when I boot my desktop (single boot btw), it hangs just after the boot loader. The only sort of warning is:

eth0: link up, 100Mbps, full-duplex, 1pa 0x45E1

I have browsed the forums to no avail. Other have the same issue, but with no posted solution. I have tried disabling NetworkManager, but I think it may be the service that runs after NetworkManager.

View 2 Replies View Related

Fedora :: Ssh Hangs After Update Of F11?

Dec 4, 2009

I have recently rebooted after applying weeks of updates and I cannot login through ssh. In the /var/log/secure log it shows the public key is accepted but the session never gets to a bash prompt and ctrl-c must be issued from the connecting xterm. I have tried to connect from several other redhat and ubuntu machines all with the same result.

View 1 Replies View Related

Fedora :: FC 12 Hangs At Auto Log On

Dec 22, 2009

fC 12 hangs at auto logon. It was working fine and other than updates haven't made any changes. I have a backup image a week or so old that I can revert to, but was hoping to do a repair. Anyways it gets to the logon window and that's it.

View 2 Replies View Related

Fedora :: F12 - Hangs At Random ?

Dec 31, 2009

About a week after I installed F12 on a brand new system, a friend came over and went on to play poker on facebook. At some point he yelled that the PC froze. I was working on another machine at the time and tried to ssh to the supposedly hung system, but couldn't; Except for playing poker he had audacious open and about 3 seconds of the song that was playing at the time of the hang, kept looping. Neither Ctrl+Alt+Backspace nor any of the Alt+SysRq combos had any effect whatsoever, so I had to press the reset button (and I have to say this was the first time I had to do so in linux after almost a decade of using it, save for a hiccup with my first gentoo kernel).

The system usually freezes if there are two or more sound streams, but that is not always the case. The best way to get the system to crash is by playing something in audacious or rhythmbox while seeking through a video in mplayer or vlc or having flash content appear in firefox (I am using adobe's latest 64-bit flash plug-in and have been using it without any problems -though on other systems- since F10). Also most but not all the times the system is going to hang, there are a few skips in audacious every ~10-30 minutes. I've been getting the lock-ups with every kernel released so far.

My system logs don't contain any useful info after each hang; there are however certain problems mentioned in syslog which I thought they could be relevant, but they always appear whether the system works fine or not, namely the following:

Code:

I used to get a lot more of these with previous kernels:

Code:

Code:

This one appeared every now and then until Dec 25:

Code:

And this one is always there:

Code:

Finally, at every boot I get this from abrtd, but it doesn't seem to be related:

Code:

Yesterday, I devoted the entire day to hunting down the culprit, but I couldn't get the system to hang; I had rhytmbox, audacious, totem, vlc, mplayer and vlc all playing music and videos simultaneously from local disks, network shares and through upnp, I got myself a facebook account in order to play that zynga poker thing, I upgraded alsa-lib to 1.0.22 from updates-testing, rebooted countless times, but the system didn't hang nor did any of the above messages disappear.
Today as I was browsing through some web pages, one of which had an interactive flash ad, while listening to music and the system froze again.

System specs:

View 13 Replies View Related

Fedora :: 12 Hangs At Boot?

Feb 23, 2010

i've installed nvidia driver by

Code:
yum install akmod-nvidia
every thing went ok , but after reboot the system hangs right after

[code]...

View 1 Replies View Related

Fedora :: 12 Hangs On GUI Log In Screen

Mar 1, 2010

My Fedora 12 Hang in the GUI Log In screen.

Some time can boot in runlevel 3 sometime cannot.

From my CentOS box I'm giving this Hard info:

Code:

View 14 Replies View Related







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