Fedora :: How To Automate Eog Reload
Dec 5, 2010
eog notices when a PNG file changes, and offers to reload it.But it does not reload until I move the mouse over to the monitor where I stuck eog, and click ReloadHow can I make eog just reload automatically without asking -- the way evince does, for PDFs?
View 1 Replies
ADVERTISEMENT
Nov 30, 2010
We have ubuntu server and bind9 installed and setup.When I issue rndc reload or /etc/init.d/bind9 reload I got this:rndc: connection to remote host closedThis may indicate that* the remote server is using an older version of the command protocol,* this host is not authorized to connect,* the clocks are not syncronized, or* the key is invalid.If I issue named-checkconf /etc/bind/named.conf I got this:/etc/bind/named.conf.local:165: unknown key 'rndc-key'I got the key files in the right location but I'm not sure if we even need to use them.
View 2 Replies
View Related
Jul 13, 2010
I make partition on fedora-12, after that it gives me warning
kernel was unable to re-read the partition table on /dev/sda (Device or resource busy). This means Linux won't know anything about the modifications you made until you reboot.
Is it possible to reload partition without reboot, i tried partprobe as well but no luck.
View 1 Replies
View Related
Apr 4, 2010
When I try to reload httpd service through commandline interface directly, it works. But when I tried to reload service of named and httpd using php exec(), it doesn't works.service named reloadservice httpd reloadThe service named is OK but httpd got problem.My OS is CentOS 5.4 .
My script:
echo exec("service named reload"); result is " Reloading named: [OK] "
but
[code]....
View 3 Replies
View Related
Jan 20, 2011
I am trying to automate testing of logon into a web application using "curl". as the first step i am doing below to see if i can login to the app from command linecurl --verbose --user usernameassword my.url.combut it does not seem to be working. from the output that i get it seems it only gets to the page where to enter my username/password. but does not get past that stage. below are the first few lines from the output
curl --verbose --user administrator my.url.com
Enter host password for user 'administrator':
* About to connect() to my.url.com port 7790
[code]...
View 3 Replies
View Related
Jul 1, 2011
I have copied /usr/share/gnome-shell/themes/* to ~/.themes/myShell/gnome-shell and also the folders from Adawita and my customisations etc.
When I look in the overview - themes I can select my theme however when i reload the shell the themes option has disappeared and i get this error in looking glass:
why I get this?
Also if I load gnome-tweak-tool and select another theme, move my custom folder out of ~/.themes and reload the shell I get the themeselector loading properly again.
View 6 Replies
View Related
Jul 29, 2010
I am trying to automate yum update of specific package on a remote machine.
So far I have this:
#!/bin/bash
# Update my system
if ! yum update w3m
then
failure=1
fi
if [ $failure ]
[Code]...
View 1 Replies
View Related
Mar 8, 2009
I need to know how to configure automate sending sms if server reboot and shutdown? Now i just set sms notification once my server it's UP by create scripts in /etc/rc.d/rc.local while booting then from server sending sms notification. SMS - using gnokii attached mobibe phone. Server - Fedora 10
View 3 Replies
View Related
Feb 4, 2010
Making a script. This is for my linux class. Basically when you run it, whatever directory it is in, zips everything, backs it up to the folder its in, and also makes a copy of it in the root directory. Here is what I have, but its not running right.
Code:
#!/bin/bash
echo
echo
echo "Automate Backups"
echo -n "Would you like to backup? Y or N:"
read answer1
if [$answer1 = "y"]
then
if [$USER = "root"]
then
echo
tar -cPvzf "$USER"_backup.tar.gz.`date +%F` /"$USER"/*
cp "$USER"_backup.tar.gz.`date +%F` /backups/"$USER"_backup.tar.gz.`date +%F`
echo "Successful Backup"
fi
echo
tar -cPvzf "$USER"_backup.tar.gz.`date +%F` ~/"$USER"/*
cp "root"_backup.tar.gz.`date +%F` /backups/"$root"_backup.tar.gz.`date +%F`
echo "Successful Backup"
View 14 Replies
View Related
Jan 6, 2011
I am a very new Linux user (newb) so I could be missing something very obvious. I have a Toshiba Satellite L645D-S4056 and recently installed Fedora 14 (64-bit GNOME) with all sorts of updates and software.
I'm working my way through all of the hardware to get it all running properly. I figured out how to get the RealTek wireless-n adapter working. The webcam is working even with Skype which is tricky on the 64-bit version.
At the moment, my touchpad doesn't work. I see a lot of articles online about the touchpad not double-tapping, but mine doesn't work at all. I've been using a mouse for all my GUI stuff.
I went to SYSTEM --> PREFERENCES --> MOUSE and selected the touchpad tab, but I can't figure out how to make it work.
View 1 Replies
View Related
Jun 26, 2010
I have been having trouble installing some programs because of some dependency resolution errors. Sometimes I can work around it, and sometimes I can't.
The problem is that it looks for a package named in a different way or something.
Currently, I'm having problems installing "evolution-data-server" from source. It gives an error during configuring that says "libdb" can't be found, but I do know I have it installed.
I'm giving "reseting the repos" a shot because this might solve everything else. Basically, what I want to happen is that the package manager, and the repository list, would be back to "normal", the state where it's as if I just installed F13.
Here are screenshots of my repo list
It's tiring sorting out dependencies manually. Plus, there are no guarantees that I can have a successful installation.
View 6 Replies
View Related
Sep 10, 2009
I've read hundreds of threads on this problem but they seem to be intermittent and the resolution has been using a different kernel version.
I'm using the latest kernel but I still have this problem
Running Logical Volume Manager gui and attempting to extend the volume results in the same error.
View 3 Replies
View Related
Sep 13, 2010
I've just installed 10.04 in dual boot with xp, completed all updates and tried to suspend. My swap partition is the right size and I don't recall doing anything wrong yet when I wake up the computer after suspending it, the monitor doesn't reactivate and I've had to force it to shut down. And also, now it tells me "networking disabled".
View 2 Replies
View Related
Apr 6, 2011
i am trying to automate a service but i dont know how to do it. I am automating a library system and there are services that have to start at the startup (during boot). How will i make this service to run at the startup in debian?
View 1 Replies
View Related
Oct 18, 2010
Is it possible to make a script, which reads commands from a file one line after another, logs into a network device over a console connection(RS-232) and executes those commands wile sleeping 1s after each line? I have used minicom in order to connect over console line, but minicom is not scriptable as far as I know. There is a macro option, but this configuration file is almost 2000 lines long. Is such script possible at all?
View 7 Replies
View Related
Mar 24, 2011
So I've always asked this in the past when I get on a Debian system. This makes no sense to me but I just don't see how I restart network interfaces (i.e. eth0) on a standard Debian install. If I change the static I.P. address listed in /etc/network/interfaces from x.x.x.100 to x.x.x.101, I then assume I can simply do any of the following:
- /etc/init.d/networking stop | start
- ifdown eth0
- ifup eth0
- service networking stop
- service networking start
All the commands above do nothing. My only solution I know that works and implements the changes I've made is a complete system reboot which to me in Linux, is ridiculous. I've struggled with this over and over and nothing I do correctly assigns the new I.P. in the 'interfaces' file to the actual adapter. This isn't my single isolated Debian machine but every Debian machine I can get my hands on. Servers, workstations, VM's, any release, etc etc etc. Below is my interfaces configuration file:
Code:
auto lo
iface lo inet loopback
[code]...
View 5 Replies
View Related
Apr 5, 2010
After making an changes (add/modify/delete) to /etc/static.routes, what command should we use to reload the routing table?
View 5 Replies
View Related
Jul 27, 2010
I make personal site with php on wamp. When uploaded it to my debian box I make some comments in index.php like
Code:
//include(realpath('inc/inc.php'));
echo realpath('inc/inc.php');
upload the changed php file, but when try to reload the site same errors stay there. There is some cache that I have to clear but I don't know where it is. In wamp I clear wamp mp* directory What cache I have to clear? Edit: It is not my browser. I use firefox and clear everything with several times ctrl+shift+del I even delete index.php but the same errors stay at the page:
Code:
Warning: include(inc/inc.php) [function.include]: failed to open stream: No such file or directory in /var/www/site/index.php on line 3 Warning: include() [function.include]: Failed opening 'inc/inc.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/site/index.php on line 3
View 1 Replies
View Related
Jun 7, 2011
I currently have a setup which allows me to connect to all computers on my home network via SSH and RSA keys. I'm very security-conscious, so all of my keys are passphrase protected. I'd like to essentially set something up where I'm running Unison on a cron job to back up to a file server on my network, which we'll call timmy. I've noticed that the first time I try to use a key on my Ubuntu laptop teeks, I get a dialog which pops up asking me to type in my key passphrase. I've heard that for servers needing to make automated backups like this that one should use ssh-agent to ask for the key passphrase on login/server start. How can I set this up on teeks?
I'd essentially like to have the following happen:When I boot and come into the OS, prompt visually for the passphrase as is done when I first use a key.If I SSH into this computer (as it's internet-facing) and I haven't provided the SSH passphrase yet, then prompt for it. (Sometimes, I might need to remotely reboot the machine over SSH, so I'll be SSH'ing into it after it reboots and I'd like to be able to authenticate the key without having to VNC in and do it manually.)
View 2 Replies
View Related
Feb 10, 2011
I'd like to get the information about automatization of the tasks in Linux, more specifically in Fedora with minimal installation (without graphical interface and so on).The application (developed in C) needs to be started automatically when the computer is initialized. I've read about cron but I guess it's not a solution in this case because whenever computer starts the application must run once.I also have read about the/etc/ rc.local file but I made some tests changing it and they didn't work, the computer starts asking me the login and password but nothing run after that.The inittab was the same. In this way, someone know how to initialize an application developed in C when the computer starts?
View 6 Replies
View Related
May 24, 2011
I would like to automate a definition process. I have 11,581 to define. :|
I would like to read each word, copy the definition(s) and append it next or below the word or save definitions to file.
The word list has one word per line.
Python script?
Bash?
Perl?
Its an interesting project but I cant seem to figure it out. Lack of programming skills.
View 2 Replies
View Related
Feb 25, 2010
I have RHEL Machine in production server where we gets usual alerts that logs filling up spaces. We archive those logs but in case it grows maximum we delete the old ones. Any idea how can we autiomate the process.
View 1 Replies
View Related
Mar 29, 2011
I need to tar this logs, but i dont how to make it simplier to me. Everyday there are created this five logs. I need to make five tar files from every day from this files at the end of the month
For example
Till now i have tar it manualy (copied every file)
View 2 Replies
View Related
Nov 22, 2010
can provide recommendations on any projects that can fully automate the install process of an interactive application. I am doing installs of applications such as websense and they are all interactive. I would like to automate all interactive installs in my environment. I did find the following: [URL]
View 1 Replies
View Related
Jul 30, 2010
I want to share file locations with pc users (i'm a mac user). problem is: mac uses fslash, while pc files are indicated with baskslashes. I'm looking for a automation/plugin/shortcut/... to change them quick. I use paths a lot and share them with pc users, so manually it's to time consuming.
View 2 Replies
View Related
Jun 23, 2011
I was playing with a theme (Atolm-GS) and followed the install instructions which stated to back up the /usr/share/gnome-shell/theme directory, and replace it with the one from the theme. I did this, logged off, logged on, got my wallpaper for a second, then the Oh No Screen. I logged off, logged in to IceWM, replaced the theme folder with the original, logged back in to Gnome3 and same thing. Alt+F4 does not get rid of the OH No screen. My ~/.xsessions-errors file contains the following:
/etc/X11/xim: Checking whether an input method should be started. sourcing /etc/sysconfig/language to get the value of INPUT_METHOD INPUT_METHOD is not set or empty (no user selected input method). Trying to start a default input method for the locale en_US.UTF-8. There is no default input method for the current locale. Dummy input method "none" (do not use any fancy input method by default)
[Code]...
View 4 Replies
View Related
Jul 29, 2010
I am using GEDIT and I would like to have a shortcut key that allows me to tell GEDIT (on Ubuntu) to force reloading from file system the currently opened file.
How can I do that?
View 3 Replies
View Related
Jan 16, 2010
I had finally go tmy netbook set up the way i wanted it, everything was working great. The notification popups were annoying me so i was trying to disable them. I used this string in a terminal: sudo mv /usr/ share /dbus-1/services/org.freedesktop.Notifications.service /usr/share/dbus1/services/org.freedesktop.Notifications. service.disabled
After rebooting i had nothing but a taskbar.No icons, no panels, nothing but wallpaper and the taskbar. I can't even figure out how to open up a terminal.Hopefully there is a way to load synaptics and reload the desktop somehow?
View 8 Replies
View Related
Mar 12, 2010
Try reloading my synaptic Package manager and I get the following message after a while:-
An error occured
the following details are provided
W: Failed to fetch http://ke.archive.ubuntu.com/ubuntu/...ic/Release.gpg Could not resolve 'ke.archive.ubuntu.com'
W: Failed to fetch http://ke.archive.ubuntu.com/ubuntu/...tion-en_US.bz2 Could not resolve 'ke.archive.ubuntu.com'
W: Failed to fetch http://ke.archive.ubuntu.com/ubuntu/...tion-en_US.bz2 Could not resolve 'ke.archive.ubuntu.com'
[Code]...
View 4 Replies
View Related
Nov 9, 2010
I want to reload windows xp + Ubuntu from scratch, I have no experience with dual-boot installation soNow we start with a blank 250GB harddrive in my Samsung N310 netbook, and then,Plan 1: partition the whole 250GB harddrive into 2 logical disk, namely drive c: and d:, both of them are NTFS, and then format them ==> install windows xp to Drive C: ==> boot from USB drive and run Ubuntu USB installer, and let the installer do its partition for Linux's EXT3Plan2:partition the whole 250GB harddrive into 3 logical disk, namely drive c:, d: and e:, with drive c: and d: being NTFS while drive e: being EXT3 ==> install windows xp to Drive c: ==> install Ubuntu directly to drive E:
The bottom line here is that 1) there must be 2 logical drives (both are NTFS) for windows xp; 2) I want a EXT3 partition where Ubuntu resides. Can any expert kindly advise me which plan mentioned above is more viable or feasible?
View 8 Replies
View Related