Ubuntu :: Rsync Fails When Using Modify-window

Jul 30, 2011

I am trying to sync or copy some files from my local home directory to my external passport drive. My passport drive has been acting weird , I was having a hard time mounting it, but finally I did it. It was mounted using FAT (for compatibility reasons)Now I am trying to copy the files but in a smart way, using this script with --modify-window switch.Is that a bug? Is the --modify-window switch missing on Ubuntu or maybe different?

View 2 Replies


ADVERTISEMENT

Server :: Rsync Fails In Cron - Ssh Key - For Rsync?

Dec 8, 2010

I'm using Ubuntu 10.04 LTS server and Postgresql 8.4. I have a .sh script that is run by cron every other hour. That works fine. The .sh script includes an rsync command that copies a postgresql dump .tar file to a remote archive location via ssh. That fails when run by cron; I think because it is (quietly) asking for the remote user's password (and not getting it). I set up the public/private ssh key arrangement. The script succeeds when run manually as the same user that the cron job uses, and does not ask for the password. I am able to ssh to the remote server from the source server (using the same username) and not get the password prompt (both directions), so why doesn't rsync work? I even put a .pgpass file in the root of that user's directory with that user's password, and the user/password are identical on both servers.

I think the problem is rsync is not able to use the ssh key correctly. I tried adding this to my script but it didn't help.

Code:

Here is the rsync command embedding in the .sh script.

Code:

Here is the cron entry:

Code:

View 6 Replies View Related

General :: Modify The /etc/host File - Change Directory Fails?

Feb 1, 2010

I am in the process of setting up an Asterisk server with Broadvoice services. I am having issues with making outbound calls and Broadvoice suggests I modify the /etc/hosts file in order to add their proxy server IP address and name. I login to my server as root and get the following command line header

[root@root tmp]#

I entered cd thinking this is what I need to change directory but fails. What is the command I need to enter in order to get to the /etc/host file so I can change it? How do I confirm an /etc/host file even exists?

View 2 Replies View Related

Software :: Script For Managing System Servers Fails / Modify It?

Apr 5, 2011

I would like to create a simple bash script, that will enable me to connect to a list of defined linux servers and execute a command there.

I looks like this code...

I am running the script under a regular user not root.

How shall I modify the script to go through all the servers?

View 3 Replies View Related

General :: Modify The "Configure Window Behavior" Settings

Sep 12, 2010

I am trying to modify the "Configure Window Behavior" settings so that a new KWrite window will have a default size and location that is not affected by anything I did to a previous KWrite window. I have found that "Force" does that; unfortunately, "Force" also locks the window in position, preventing me from moving or resizing it if I should want to. Is there any setting that forces a default window size and location but allows me to change it?

View 5 Replies View Related

Fedora Installation :: 10 Fails To Load X Window?

Mar 22, 2009

I was trying to install fedora 10 onto my new computer, with the full dvd. my new computer has 2G ram, Radeon 4670 and a Gigabyte motherboard. after i started up the installation, while it saying "loading anacoda...." the line" X window fail to load. Back to text mode." So should i continue with the installation? because i fear that after i installed the fedora 10 onto my computer, i have to use it in text mode

View 6 Replies View Related

Debian Multimedia :: Xdm Fails To Setup Window Manager?

May 22, 2010

xdm which refuses to load a window manager. I run Debian squeeze. xdm tries to execute /etc/X11/xdm/Xsession, which is actually an empty file, and fails with the error 'too many open files'. Afterwards xdm terminates the session and executes Xreset. Here the entries from the log:

Sat May 22 11:27:19 2010 xdm info (pid 2246): sourcing /etc/X11/xdm/Xsetup
Sat May 22 11:27:23 2010 xdm info (pid 2246): sourcing /etc/X11/xdm/Xstartup
Sat May 22 11:27:23 2010 xdm info (pid 2275): executing session /etc/X11/xdm/Xsession

[code]....

I was unable to find anything valuable concerning this problem. This is kind of annoying because I always have to switch to a console, stop X and startx X manually using startx. Then everything works out just fine. Unfortunately I am not yet that familiar with the setup process of X.

View 14 Replies View Related

General :: Launching Application Which Need Another Window Fails From Shell?

Feb 12, 2011

When I try to launch application which runs in another window (not inside shell), it always fails with this kind of message: (example from gnome-terminal)

Code:

** (gnome-terminal:2477): WARNING **: Failed to connect to the session manager: None of the authentication protocols specified are supported Failed to get the session bus: 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.

Falling back to non-factory mode. Failed to summon the GConf demon; exiting. Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See [URL] for information. (Details - 1: Failed to get connection to session: 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.) I am running it as root, have GNOME installed and running, and also fresh install of gconf.

View 8 Replies View Related

Ubuntu Installation :: Updating Fails - Downloading Files Window Pops Up But It Is Blank

Nov 22, 2010

Just during the last three days, when running Update Manager, clicking Check, downloading all available updates, then Clicking Install Updates, the Downloading Files window pops up but it is blank. and it stays blank. The little rotating icon indicates something's going on but, NO. Nothing has happened, even after a couple of hours. Trying to close Downloading Files brings up a window to Force Quit. Then trying to close Update Manager has no effect. to shorten the story, finally a window pops up saying that the "AT SPI Registry" is not responding. I'm sure trying the same thing will not yield different results. I'm running 10.04.

View 9 Replies View Related

Ubuntu Servers :: Advanced Rsync - Make The Rsync Set Or Keep The User And Group Affiliations?

Nov 17, 2010

Thought I'd post it here because it's more server related than desktop... I have a script that does:

[Code]....

This is used to sync my local development snapshot with the live web server. There has to be a more compact way of doing this? Can I combine some of the rsyncs? Can I make the rsync set or keep the user and group affiliations? Can I exclude .* yet include .htaccess?

View 6 Replies View Related

Ubuntu :: Can't Rsync Gmail / Run Rsync --recursive --times --perms --links --delete?

Jan 7, 2011

When I run rsync --recursive --times --perms --links --delete --exclude-from='Documents/exclude.txt' ./ /media/myusb/

where Documents/exclude.txt is

- /Downloads/
- /Desktop/books/

the files in those directories are still copied onto my USB.

And...

I used fetchmail to download all my gmail emails. When I run rsync -ar --exclude-from='/home/xtheunknown0/Documents/exclude.txt' ./ /media/myusb/ I get the first image at url.

View 9 Replies View Related

Server :: Rsync Execution - With Crontab - Have Given Full Path To Rsync Too

Apr 12, 2011

I have a tiny shell script to rsync files between two servers and remove the source files.

This script works fine, when it has been initiated manually or even when the rsync command is executed on the command line.

But the same script doesn't work, when I try to automate it through crontab.

I am using 'abc' user to execute this rsync, instead of root, as root login to servers are restricted in all of our servers, by us.

As I mentioned earlier, manual execution works like charm!

When this rsync.sh is initiated through crontab, it runs the first command(chown abc.abc ...) perfectly without any issues. But the second line is not at all executed, and there is no log entry i can find at /mnt/xyz/folder/rsync.log.

View 6 Replies View Related

Software :: Run Rsync To Download Files From A Server Without Rsync Daemon?

Sep 18, 2009

I just tried to sync files from one server to another. After the sync process, I found the files are bigger than original ones.

I looked up the web and found someone mentions the rsync daemon. So I have to run the daemon on one server before I run the rsync?

The command I used is rsync --partial --progress -r source destination

View 1 Replies View Related

Server :: Rsync Can Not Rsync Files With Include Filter

Jul 21, 2010

use rsync to cp such files and dirs under /var/www/html/mydir directory but these two files(/dir4/1.html /dir4/2.html) cant rsync to dest mechine.

rsync configure file,below...

View 2 Replies View Related

OpenSUSE Network :: Firefox - "saving Image As" It Fails To Offer "saving Window"?

Feb 4, 2010

Having openSUSE 11.2, Firefox (latest release) is having some issues when comes to "saving image as", it fails to offer "saving window"? Konqueror works normal, what could be the problem with Firefox?

View 4 Replies View Related

Ubuntu :: Can't Use The Effects Like Rain, Fire, Wobbly Window Or Drag Window Into Another One Of Desktop?

Mar 31, 2010

I had a friend load Ubuntu on my PC. Everything work pretty well except i cant use the effects like rain, fire, wobbly window or drag my window into another one of my desktop. My comp has Radeon HD3100 Graphics card in it. Is there any graphics drivers I can dl to make the stuff work.

View 3 Replies View Related

Ubuntu :: Move The Window Control Buttons When The Window Is In Full Screen Mode?

May 3, 2011

How do I move the Window control buttons when the window is in full screen mode? I.e.: I know how to go into gconf-editor:

Code:
gconf-editor --> apps --> metacity --> general --> button layout = ":minimize,maximize,close"
(I've intentionally disabled the menu...)

What I want is my window controls to be on the right side of the window when the window is in full screen mode.

Also I've had an issue with the Unity dockbar glitching out. I can still click on the buttons (i.e. the logout button) but it displays like a nintendo game inserted crooked. Is there a way to 'restart' unity without log out/ log in?

Any one else experienced any glitches with unity auto hiding/showing?

View 4 Replies View Related

Ubuntu Multimedia :: Screen Recorder - Can Select The Window/window Size The Axis

Jul 17, 2011

I have asked for a video capturing software before but recommend a GOOD screen recorder where you can select the window/window size the axis and also a good editing software which will render/export into FULL 720p HD

View 2 Replies View Related

Ubuntu :: Unable To Define A Default Window Size Of A New Terminal Window?

Nov 16, 2010

i'm not sure for using the correct channel here but i hope someone out there can answer my little questions. 1st in older version i was able to change the settings of the terminal look as the font color, background color and so on. I was also able to define a default window size of a new terminal window. But since after upgrading to to the first release this year and a complete new installation of the current release Maverick i do not find this option anymore. Is there a way how to set up the terminal default window size?

View 9 Replies View Related

Ubuntu :: ALT+MiddleClick (resize Window) Doesn't Grab Foreground (top) Window

Jan 16, 2011

If you don't know, users are able to quickly resize windows using the "ALT+MiddleClick" key shortcut/combo. Basically, hold the ALT key, and mouse middle click and hold on a window. Move the mouse around, and it will resize the window for you.

STEPS TO REPRODUCE:

1) Open a single Window.

2) Near the bottom-right-hand corner of the window, ALT+MiddleClick and drag. It should resize. Great. It works.

What Doesn't Work:

Now, the problem arises when you have multiple windows open on the desktop, they are "layered". i.e. you might have several windows open "behind" the one currently "up front". Example:

If I try to ALT+MiddleClick the "foreground window", it rarely actually resizes THAT window, and instead jumps one of the windows from behind to the front, and resizes that one instead!

STEPS TO REPRODUCE:

1) Open 3x gnome-terminal windows and say some nautilus window. Place them overtop one another. (like the above image)

2) Try to ALT+MiddleClick the foreground window.

3) Repeat this always trying to grab the foreground window.

For me, the window manager seems to bring some window from the background to the front! Desktop Recording of the Problem: [URL]

Running:

* Ubuntu 10.10
* compiz window manager (the problem does not occur with metacity)
* ATI Radeon RV770 (HD4870) w/ open source Radeon Driver (same problem w/ fglrx driver)
* Versions: [URL]

View 3 Replies View Related

Ubuntu :: Window Borders Keep Disappearing - Open Compiz Icon To Reload Window Manager?

Apr 23, 2010

I recently upgraded the motherboard/processor on my computer (as in quadrupled the processor and octupled the ram). The new board has a built in GPU (intel) and from searching the forums, I think this is part of the problem. Every time I boot up the computer, I need to open the Compiz icon and use it to reload the window manager before I see any title bars, borders, etc. 've tried the .bashrc hack (metacity --replace), but that doesn't do anything. In fact, whenever I open the terminal, I need to have two tabs open in order to use it, and when I close it all the borders go away again (even when I haven't done anything). Also, the onboard sound card (intel) doesn't work, but that's another task (I at least have a compatible card for that).

View 9 Replies View Related

Ubuntu :: When Fill In The Log-in Window, The Pc Spins A Moment, And The Log-in Window Comes Back?

Feb 27, 2010

I can't log in on my Acer Aspire One running Xubuntu 9.10. I restarted the computer half an hour ago, and when I fill in the log-in window, the pc spins a moment, and the log-in window comes back.I can start up the KDE session, and have done so to post this.Have any of you experienced something similar, and how can I fix it

View 4 Replies View Related

Ubuntu Networking :: Copy / Paste From Terminal Window To Another Window?

Mar 1, 2011

I have problem with internet connection on my Ubuntu, but the major problem is that i can't copy the message from my terminal while I type:ifgonfig and paste it here to show you what is the problem.

View 9 Replies View Related

Ubuntu :: Click On The File System Icon In The Launcher To Open A Nautilus Window The Window Opens, But Is Unresponsive?

Aug 8, 2011

My system boots, I login and am brought to my desktop. I click on the file system icon in the launcher to open a Nautilus window. The window opens, but is unresponsive (i.e., I can't move it, clicking on the icons does nothing, etc.). If I press the super key to get the dash and the press escape, the window becomes responsive again, just like normal.

If I open a folder in the window, the window becomes halfway unresponsive in that I can't move the window, but I can select more folders and toolbar icons. The top menu no longer appears at this point, and I can't access any of the system icons on the top right of the screen. Alt-F4 closes the window even if the close button doesn't work.As another example, suppose I open a Nautilus window and then a Chromium window. Both are immediately unresponsive. If I super-esc again, I can move the Chromium window around, and it seems to work normally. I can click on the Nautilus window, but it always stays greyed out. Even if I'm clicking on things in it, the Chromium window always has focus.

I had a similar experience to this with VLC and Chromium. After clicking around enough I eventually got it to the point where VLC apparently always had focus, but I couldn't access any of VLC's controls. Double clicking anywhere on the screen fullscreened the video, and that's all I could really do. Not even escape worked to bring it back.I can usually press super to get the dash and Alt-F2 to get a command prompt. Also Alt-Shift-T seems to usually work to bring up a working Terminal (at least one that accepts commands, even if I can't move the window).Does anyone have any ideas on what might be causing this? The behavior is highly unpredictable and extremely frustrating. I should note that key commands don't always work, even though they seem to in my examples. So I don't think it's just a mouse issue.

View 9 Replies View Related

Ubuntu :: 9.10 Window List Applet Not Raising Window?

Feb 19, 2010

Fresh install of 9.10 shows buggy behavior for the 'Window List Applet' in the gtk panel.

Usually, clicking on a button in the window list applet does nothing at all. It doesn't un-minimise it, set focus to the window, or bring it to the front.

In 8.10, the window was always raised immediately and given focus.

Sometimes it works, but I've not figured out the state in which it does. I currently have 10 windows open, clicking through them all in the window list raises most of them, but on some nothing happens.

Modifying the 'Window List Preferences' dialog does nothing to fix the problem.

I have checked System->Windows->Window Selection to 'Select windows when mouse moves over them'. 'Raise selected windows after an interval' is not selected.

Linux kai 2.6.31-19-generic #56-Ubuntu SMP Thu Jan 28 02:39:34 UTC 2010 x86_64 GNU/Linux

View 2 Replies View Related

Ubuntu :: Remove Window Decoration On One Specific Window?

May 14, 2010

Is it possible to remove the window decoration from a single window, maybe in compiz or something?

View 3 Replies View Related

General :: Disallow Closing Last Emacs Window Via Window-Manager Close Button

Jul 8, 2011

I like to start Emacs as part of a login script and leave it running for the duration of my login session (which is typically weeks).

I have scripts to call emacs-client which will allow me to use a file-manager or Windows Explorer to locate files and right-click to edit them in Emacs.

I often end up with a lot of emacs windows (frames) open and I like to just be able to close them by clicking on the MS-Windows or KDE X button at the top-right.

The trouble is, if the window is the last one, this will shut down emacs which will lose all kinds of interesting history information.

As a work-around I use C-x 5 0 which won't let me close the last frame but this is often not as convenient as using the mouse

Does anyone know how to configure Emacs so that it can intercept the Window-Close button of the last frame to either request confirmation or simply disallow it?

On MS-Windows, disallowing closing of the last window may cause logoff to hang if emacs is still running but I'm not too worried about that.

View 2 Replies View Related

Red Hat / Fedora :: Command - Take Screen Shot Of Non Focused Window Or Minimized Window?

Oct 30, 2010

Is there any command /utility in linux that would Take screen shot of non focused window or minimized Window?

View 3 Replies View Related

Software :: Clicked The Download Window Box - And Dont Show This Window - How Do Untick It?

Aug 11, 2010

While attempting to download an epub file, I chose "open with the ebook widget" and to run rather than save and then clicked the box which says "always chose to do this and don't show this window again" (or something equivalent). The operation failed to bring up the file in the widget and the window no longer appears so I cannot try something else, e.g. "save".

How do I recover the original setting? (i.e. untick the box on the window that now does not appear).

I am using the latest Mint on a multi-booted DELL Studio 1740 notebook.

View 2 Replies View Related

Software :: When Start Xemacs Is Doesnot Run In An X Window But Runs In A Terminal Window

Feb 7, 2010

Newly installed Debian system from years with Fedora. Ran system update and system got hosed, booted but no Gnome. Got Gnome back after MANY 'aptitude upgrade's. Xemacs disappeared! Along with other things I installed. Tried to install Xemacs but it is broken and will not install, complains about dpkg TOO current(?). So downloaded Xemacs for Xemacs.org and compiled source, installed.

Now when I start Xemacs is does not run in an X window but runs emacs in a terminal window. If I run it from a script, it complains about 'not in tty window'.

My env show:

Code:

The Xemacs install on Debian ( Bug written ) Install and configuration of Xemacs from source. A better understanding of the Debian upgrade process.

View 5 Replies View Related







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