Ubuntu :: Nautilus And Svn Files On Work Machine Which Has Centos?

Jan 23, 2011

New subversion user here. I've run into a nasty problem. It seems that nautilus chokes any time it tries to display a directory containing .svn files. There seems to be some sort of timeout involved per object under version control. The larger the directory, the longer it takes to display. I'm talking minutes here for a fairly ordinary sized directory.

Now I know that nautilus is painfully slow even at the best of times, but this is just ridiculous. These delays are crippling. I have no problem with nautilus and svn files on my work machine, which has centos. So it looks to me like something is misconfigured somewhere. And it is something specific to .svn files.

View 1 Replies


ADVERTISEMENT

CentOS 5 :: Call Nautilus File Browser With Root Permissions - "sudo Nautilus" Does Not Work

Feb 12, 2011

How to call Nautilus file browser with root permissions? "sudo nautilus" does not work. Under Ubuntu there is a command:

"gksu nautilus"

but this does not work in CentOS either.

View 2 Replies View Related

Debian Multimedia :: Text Files Preview Doesn't Work With Nautilus 2.28.4?

Apr 29, 2010

After upgrading to gnome 2.28.2 and Nautilus 2.28.4, nautilus leaves text file(including .php .jave etc,.) icon blank while it works well with image and pdf files.

gnomevfs-info asd
Name : asd
Type : Regular
MIME type : application/octet-stream
Size : 27433

Not showing "Default app" but automatically opened by gedit. I am sorry but I don't really know what info matters. So tell me what info I should post here.

View 1 Replies View Related

Ubuntu :: Nautilus Not Work Correctly After Install Nautilus Elementary From PPA?

Jun 20, 2010

I attempted to install Nautilus Elementary...the results were not what I expected however. First of all, it doesn't seem to even have installed correctly, but thats not the main issue...after installing, Nautilus looks like this...

View 2 Replies View Related

Ubuntu :: Copy SCP A Couple Files From 10.10 Machine To A Fedora 12 Machine

Dec 8, 2010

I have been trying to SCP a couple files from my Ubuntu 10.10 machine to a Fedora 12 machine. Before today, did it with out any problems, always worked. Today however; after the SCP is complete from my machine, the file on the other machine is zero bytes, an empty file. The only thing I can remember getting changed was the new kernel that was in the update I did today. But I don't think that would have changed the SCP works.

View 5 Replies View Related

Ubuntu :: Cannot Get SSH To Work Between The XP Machine And The Main Machine

Jan 22, 2011

I have a really weird one. This may be a putty issue, or it may be a config issue in Ubuntu. I've no idea who to blame. I have four machines involved in my little issue that has me scratching my head on where to even BEGIN to diagnose what is going on. The computer I'm attempting to connect to (For identification purposes, I'll call it the main machine) is running a relatively new install of KUbuntu 10.04, stock install of openssh daemon. ufw is disabled, firewalls are off, etc, and I can prove that later.

The machine acting odd is a Win XP 32 bit running Putty. Haven't had a problem until this reload of the previously mentioned machine. A Work machine that is running RedHad of some flavour. A Virtual Machine running a headless setup of Ubunto 8.04. Now that the introductions are over, here is a quick map of the machines that can successfully connect with. My major problem is that I cannot get SSH (And ONLY SSH) to work between the XP machine and the main machine.

Work -> Main = Works
Work -> VM = Works
XP -> VM = Works
XP -> Main = Fails
XP -> VM -> Main = Works
Main -> Main = Works (IE: "ssh localhost")
VM -> Main = Works

When I try to get the XP machine to connect to the Main machine, I get an error with Putty saying:

"Server sent disconnect message
type 2(protocol error):
baad service request ssh-connection"

I've changed Putty to try using SSH Protocol 1 only, but it says the protocol isn't installed on the Main machine, which is true. I've tried setting just 1, and it gives me the error, and I've tried setting it to "2 only" and it again comes up with the error. I went into /var/log as root on the Main machine, and did a "tail -n0 -f *" and then tried to connect, but nothing relevant shows up.

As for the proof that the firewall is disabled, three of the machines are working with Synergy, I am able to swap between all three of the machines without a problem, I can get to WebAdmin from the XP machine to the Main machine, and I can open a Samba share from the XP machine to the Main machine without a problem. This sounds like a protocol issue, but I can't see anything in WebAdmin that'll put me in the right direction.

View 4 Replies View Related

CentOS 5 :: Find - Mtime Does Not Work As Expected On Files?

Dec 1, 2010

I have some files on server with the date several months ago, but invisible for `find -mtime 7` search. When I list them as `ls -l` they look perfectly normal:
-rw-r--r-- 1 root root 347253 Jun 12 16:26 pedia_main.2010-06-12-04-25-02.sql.gz
-rw-r--r-- 1 root root 490144578 Nov 24 16:26 gsmforum_main.2010-11-24-04-25-02.sql.gz
"find -mtime" does not work as expected on files with different timezones?

View 3 Replies View Related

General :: Transfer Files On A Machine With Ftp / Sftp And Scp Disabled Onto A Remote Machine?

Nov 30, 2010

How do you transfer files on a Linux machine with ftp,sftp and scp disabled onto a remote machine

View 2 Replies View Related

Networking :: Transfer Files From A Machine To A Windows Machine Which Are Not In The Same Network?

Jul 6, 2010

I had run one script in unix machine and want to copy the results to a windows machineBoth the machines are on different networksIn linux machine trying to do the ftp to the windows machine its giving connection refused. How to chech whether ftp is running on that linux machine or not?Also tried scp and ssh , both are failing

View 6 Replies View Related

Networking :: Can't Ping CentOS 5.3 Machine To XP SP2 Windows Machine

Oct 31, 2009

I have two machines, one has XP service pack2, second one has CentOS 5.3 (Linux), they are connected through crossover cable. I have configured everything fine but don't know why till now can't ping!

A. Windows machine settings as follows:

IP Address: 192.168.1.3
Subnet Mask: 255.255.255.0
Default Gatway: 192.168.1.1
+ Firewall is turned OFF.

B. For Linux machine, I will list everything stored in network files, logged as [root@localhost ~]# :

1. /etc/sysconfig/network:

ifconfig eth0 192.168.1.4 netmask 255.255.255.0 up
route add -net 192.168.1.0 netmask 255.255.255.0 eth0
route add default gw 192.168.1.1 eth0
NETWORKING = yes
NETWORKING_IPV6=no
HOSTNAME=localhost.localdomain

2. /etc/sysconfig/network-scripts/ifcfg-eth0

DEVICE="eth0"
IPADDR="192.168.1.4"
NETMASK="255.255.255.0"
ONBOOT="yes"
BOOTPROTO="yes"

3. /etc/resolv.conf

nameserver 192.168.1.4
search locadomain

4. I restarted network service using this command:

/etc/init.d/network start

everything is fine. When checking using ifconfig command. I get the following:

eth0 Link encap: Ethernet HWaddr 00:08:0D:EE:19:66
inet addr:192.168.1.4 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr:........

[code]....

I mean I assigned the IP: 192.168.1.4 to Linux machine (Eth0). I did everything above and can't ping till now, when pinging from windows or Linux I get a message "destination host unreachable" restarted Linux many times but same result. NETWORK CABLE is working fine I tested it.

View 14 Replies View Related

General :: Copy Files From Machine A To Machine B?

Mar 8, 2010

How can i copy a files from Machine A to Machine B.Which is LAN connected

View 4 Replies View Related

Ubuntu :: Nautilus Crashing On 9.10 / Get It To Work?

May 23, 2010

I installed openshot and afterwards nautilus started crashing. dmesg is showing "nautilus[3008]: segfault at 7fbc64a45ff8 ip 00007fbc6c83070d sp 00007fbc64a45ff0 error 6 in libc-2.10.1.so[7fbc6c75f000+166000]"

What do I need to do to get nautilus working?

View 2 Replies View Related

Ubuntu :: Nautilus Script Does Not Work?

Jul 30, 2011

I followed this article (german) to install a full text search script to nautlius:[URL].. I downloaded the script, put it into /usr/share/nautilus, enabled it with the script manager and made id executable.In nautlius I still do not see any menu entry.

View 1 Replies View Related

Ubuntu :: Processes Keep Respawning - Nautilus Will Not Work?

May 13, 2010

Just installed 10.04. I tried to put a trash bin on my desktop, and it completely borked my system.

I did a ctrl-F2, gconf-editor, app->nautilus->desktop, and checked trashbin visible.

After that icons kept spawning in my panel. Nautilus will start. I lost all of the icons from my desktop. I have logging out, and resetting the trashbin visibility. Nothing seems to fix the problem.

View 2 Replies View Related

Ubuntu :: Nautilus As Root Does Not Work On Laptop

Jul 20, 2010

Two screenshots are attached. On my laptop (a Toshiba Satellite A105) when I open nautilus as root the window that opens is screwed up. If I type [code] "gksudo nautilus" at a terminal prompt, screenshot-1 is what I see. Screenshot-1.png

The title bar has the word "root" instead of "root - File Browser" as it should be. There is no main toolbar, location bar, and no side bar. The next line beneath the title bar shows File, Edit, View, Places, Help instead of File, Edit, View, Go, Bookmarks, Help. If I click on View there are no checkboxes for Main Toolbar, Side Pane, Location Bar, and Status Bar. If I click on anything and then slightly move my mouse the nautilus window immediately closes. Therefore, I can't use nautilus at all to do anything.

This strange behavior only happens when I open nautilus as root. If I open nautilus normally, there are no problems. Screenshot-2 shows the window that opens if I run nautilus as root on my desktop computer. Screenshot-2.png

View 9 Replies View Related

Ubuntu :: Nautilus Won't See Files

Jun 2, 2010

Since a couple of days back mostly all the folders and files I had on my download directory are not visible in Nautilus. Some of them are still there, but the majority it's like vanished. The folder is where everything I download with Transmission goes into. The tricky thing is that all those files are visible through the terminal, pcman file manager or konqueror, but not Nautilus, which is very annoying. I've tried reinstalling Nautilus from Synaptic, checking the 'show hidden files' option, checking and changing files and folder permissions and I also checked that there's no hidden instance of Nautilus running. I have Ubuntu 10.04 (upgraded from a 9.10) and the files are on a ext4 drive. Nautilus version is 2.30.1

View 2 Replies View Related

Ubuntu :: Gksudo Nautilus" Didn't Work?

Jan 29, 2011

I tried "gksudo nautilus", and it didn't work! When the root window pops-up, it isn't there! I would like to delete this annoying file so that i can see my whole desktop.

View 7 Replies View Related

Ubuntu :: Starting Nautilus From Shell Doesn't Work / Why Is So?

Jun 9, 2011

When I type nautilus in shell and run, the nautilus doesn't start.
while I use Alt-F2 and then type nautilus, the nautilus start.
why?

View 4 Replies View Related

Ubuntu :: Where Do Deleted Files Going After Using Nautilus

Mar 22, 2010

I use XBMC a lot and recenty i have been trying to download movies i have d/l using SABNZBDPLUS. I noticed my 320GB getting low so i tried deleting the files within the folder itself but got this message "Cannot move file to the deeted items folder, do you want to delete permanently?". Anyway i tried to delete but i guess it would not also the main folder had a lock icon on it.

So i read somewhere you can use nautilus in the terminal and once i navigated to the folder in question i pressed the delete key on my keyboard. The file is not in my trash can and i dont think is permenantly deleted as my disc space has not been reduced.

View 1 Replies View Related

Debian :: Nautilus Scripts Do Not Work

May 18, 2010

I downloaded some nautilus scripts, found the nautilus scripts directory in gnome2/nautilus-scripts but when put there and I go to use Nautilus they just don`t do anything. Am using Debian Lenny.EDIT: It was a simple error that was stopping scripts working, I did not realise you had to set the script files to be executable as a program. I did this via the scripts icons and they now work

View 2 Replies View Related

OpenSUSE :: Nautilus Does Not Work After Updating To 11.3

Jul 21, 2010

The reason why I'm asking help here is because I'm being continuously ignored in #opensuse-irc-channel in freenode. I updated from 11.2 to 11.3 couple of days ago. I have always used gnome and loved it. Update from 11.1 to 11.2 didn't bring any problems and neither did from 11.2 to 11.3. Update went fine, no errors whatsoever occurred. Of course I had some problems with nvidia drivers and it was hard to get dual screen to work, but I managed. After that I figured out that nautilus is missing, because my desktop was empty and no right clicks worked. So I tried to run it from command line to see what it prints out:

Code:

[03:39:33] peikko ~ $ nautilus

nautilus: symbol lookup error: nautilus: undefined symbol: nautilus_file_info_getter In irc they said me before that I have mixed packages or something. I don't know what's the case but my nautilus just won't work. I ran "zypper dup" and synced the packages, and after reboot I figured maybe nautilus from 11.2 would work, so I one-click-installed it from software.opensuse.org/search without adding the repo of course. And for some reason it worked, maybe because I had zypper dupped before.

Being happily using my computers couple of days I noticed video thumbnails don't work any longer, so I killed nautilus. And duh, it didn't start again. I reinstalled nautilus from 11.2, and it looked like this:[URL] I decided to update it back, and live without nautilus until I find the solution. This is also my server, so reinstalling the system is not an option because I have all those confs and I don't have hard drive for backuping. I also tried again zypper dup from official repo with no joy. I also tried zypper dup & reboot from couple of other repos, like gnome latest for opensuse 11.3, but nothing changed.

View 1 Replies View Related

CentOS 5 Server :: Installed CentOS 5.3 On A Machine, And Need A Samba Version 3.2 Or Higher?

Jul 8, 2009

I've installed CentOS 5.3 on a machine, and I need a Samba version 3.2 or higher. Since 3.4 is out, I thought I'd grab that. But, "yum list|grep samba" gives me only version 3.0.33. Is there a package of Samba I can grab that will upgrade the 3.0 installation so that I don't have two laying around? If not and I need to compile from source, do you have any suggestions for what arguments I should give configure? I'm not used to Linux coming from the BSD world

View 1 Replies View Related

Ubuntu :: Use Nautilus To Open Files Within Swiftfox?

May 5, 2010

where's the nautilus app that i want to use to link to the "open containing folder" option within the download menu. For some reason it's as if it's completely forgotten it. After searching for nautilus, i didn't see one single file that looked like it was the main part of nautilus to link to, there was a myriad of files to choose from and i thought it'd be better to ask here and quicker than to try each one out myself.

View 1 Replies View Related

Ubuntu :: No Preview In Nautilus When Browsing For Files?

Oct 25, 2010

often times when I browse for files from a site nautilus will open up and i can't see a picture preview of the files.this makes choosing photos to upload nearly impossible.

View 2 Replies View Related

Ubuntu :: Nautilus Deletes Files Without Warning / Fix It?

Nov 14, 2010

I've noticed since upgrading to Maverick that nautilus has become very buggy and crashes quite a bit (I've noticed it tends to happen during multiple file transfers but really it happens often and not only because of transfers).

While I've been able to tolerate this crashiness, today I came across a problem that is very distressing. If I have two files in a folder and I rename one so that it has the same filename as the other, nautilus does not display an error message. Instead what seems to happen is that it retains one file and deletes the other permanently (There seems to be nothing in the trash as far as I can tell).

Has anyone come across this error before? If you have, I'd really appreciate any advice on how to fix it.

View 4 Replies View Related

Ubuntu :: Nautilus Doesn't Show All Files?

Nov 29, 2010

Nautlius doesn't show all the files that are in a folder From the screenshots below you can see that there are more files in the folder (ls from the terminal shows them all), however nautilus doesn't. Other .mkv files show up in other folders so its not that

I've tired turning off previews and that didn't work. Running nautilus as root didn't work either

View 4 Replies View Related

Fedora Installation :: Nautilus Does Not Work After Preupgrade To F12 From F11

Nov 20, 2009

I did preupgrade and no i have no desktop icons and my right mouse button does not give menu on desktop and if i try to launch nautilus i get this error ->

corey@coreyhome:~$ nautilus (nautilus:20177): Unique-DBus-WARNING **: Error while sending message: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. corey@coreyhome:~$

i noticed that my %gconf.xml in .gconf/gnome/desktop was zero bytes and since i replaced it now i get a picture on my desktop. before i did not get a picture.

my .xsession-errors has 1000+ of this
handle_message(member:'NameOwnerChanged')
handle_message(member:'NameOwnerChanged')
handle_message(member:'NameOwnerChanged')
handle_message(member:'NameOwnerChanged')

if i grep -v out these errors i get

(gnome-panel:4995): GVFS-RemoteVolumeMonitor-WARNING **: invoking IsSupported() failed for remote volume monitor with dbus name org.gtk.Private.HalVolumeMonitor: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

[code]....

View 14 Replies View Related

Software :: Nautilus Shortcuts (Alt-Left, Alt-Right) Don't Work?

Mar 2, 2010

Basically the Alt-Left and Alt-Right shortcuts in my Nautilus don't work. The Backspace shortcut does work. Reason I am needing them is that I have bound my mouse side keys to them for easier browsing but the original shortcuts don't work. I checked Compiz shortcuts, but those two are not used there (at least I didn't find them).

Any ideas on the subject would be great. Below is some info:

Linux: Debian 5.0.4
Kernel version: 2.6.26-2-686
Nautilus version: 2.20.0
Gnome version: 2.22.3

View 2 Replies View Related

General :: Nautilus Crashes When Dragging Files In Ubuntu 10.04

Aug 4, 2010

I'm running Gnome in Ubuntu 10.04. Nautilus used to work fine on my system but now it's doing something strange. Whenever I drag a file out of the Nautilus window to move it somewhere else, as soon as the mouse cursor goes out of the window Nautilus closes and the file I was dragging also disappears.

View 1 Replies View Related

Ubuntu :: Nautilus Action To Find Files In Directories

Aug 27, 2010

When I am in Nautilus, I want to be able to select a directory, then right click (or some other action) to do a file find on that directory. The gnome-search-tool would be a good candidate for this, if it could be an action in Nautilus. I know I can do a file find through other means, but Nautilus seems to be where I am when I want to search directories.

View 6 Replies View Related







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