General :: Stop The Rc.local File To Be Loaded At Startup?

Apr 29, 2011

I was messing around with my newly installed Archlinux, in a virtual machine (thankfully not my main computer) and now I cannot boot up. The issue is, I read that I could add commands in the rc.local file so that they would be automatically executed after booting up... so, I added the "pacman -Syu" command there, but it usually asks for a confirmation to continue, and that's why I think it is getting stuck there (it gets stuck just after running the daemons).

So, is there a way to stop the rc.local file to be loaded at startup?

View 2 Replies


ADVERTISEMENT

Ubuntu :: Wallpaper Is Not Loaded At Startup?

Jun 10, 2010

I have 10.04 NBR and have set a desktop background image which is fine until I shut down and then upon booting it is not shown until I go to appearance->background and it suddenly apears as the desktop

why it is not shown automatically on starting ?

View 1 Replies View Related

Fedora :: Have Hamachi Automatically Loaded At Startup?

Dec 28, 2009

I am writing this second topic to know how I can have hamachi automatically loaded at startup of PC (with fedora 10) without having to manually start. I tried several scripts but nothing works .

View 3 Replies View Related

OpenSUSE :: KInternet Not Loaded At Startup/boot 11.2 / KDE 4.35?

Jun 17, 2010

I do need KInternet to connect. Although if in the KInternet preferences I selected that KInternet should load automaticly at startup/boot, this just this doesn't happen. A workaround is possible, by placing an alias of KInternet on the desktop and clicking on that one after startup. However, couldn't I get it to load automaticly like it worked under 11.1 / KDE 3.5 ?

View 8 Replies View Related

General :: Open Local File Error When Creating File Descriptor?

Sep 14, 2009

error message when I ran my program that I couldn't open my local file. I have two files first one is called client, second one is called server I am using named pipes to sent a message from client to the other file called server in client I used mknod() to create the two named pipes,one for read,one for write and created new thread in client using fork() spawned a child process that executed the server file both named pipes are opened the client file got the message from the user and sent it through the named pipes to the server file when the server receives the message , it needs to verfify it is correct in the server file, a local file descriptor is created to read and send this verifing message when it is not correct but I am getting an OPEN() error when I tried to open this shared local array buff and attach it to a file descriptor where the message is kept why do I get this error in server file

int main()
{
/*both named pipes are open*/
rfd=open(IFIO1,0);
wfd=open(IFIO2,1);

[code]....

View 1 Replies View Related

OpenSUSE :: 3.2 Fonts Get Loaded To /usr/local/share/fonts?

Feb 23, 2010

I have just installed openSUSE 11.2 X86_64 on my laptop, I then used KDE to install lots of type 1 fonts for my printer. These get loaded to /usr/local/share/fonts/...These installed fonts are visible to KDE (KWRITE) and GIMP so I assume that the installation was O.K. When I start openOFFICE writer I do not see these fonts. The font selection appears to be the fonts located under /usr/share/fonts. I have not tried other ooo3 components. I assume that they are not going to see the fonts either.

I have searched google and it appears that /usr/local/share/fonts is the correct location for non-packaged fonts. Has anybody any idea what is wrong? I think I could move all the fonts to /usr/share/fonts and ooo3 would work but this seems to break the installation directory structure. I have considered symlinks but I don't like the idea of defining a font twice to Linux and creating the syslinks is more work than reinstalling the fonts if they are lost

View 7 Replies View Related

Ubuntu :: Can't Stop Gde Launching On Startup

Jan 15, 2010

I'm running Ubuntu 9.10 (I installed server then installed the desktop packages) I have tried "sudo update-rc.d -f gdm remove" I have also tried creating an inittab file in /etc with the line id:3:initdefault

View 7 Replies View Related

Ubuntu :: Can't Stop Sshd From Startup?

Jun 30, 2010

i installed it, but every time i start my system, sshd is running, but i can't find out where it's startup entry is located.Code:ls /etc/rc*.d | grep sshreturns nothing, which indeed is true, 'cause i removed the links from the runlevel directories. i checked the rc.local file which is empty and never added a line anywhere to start the ssh daemon explicit.i'm using the latest ubuntu with updates and everything (at least i think so). in my gnome startup application preferences the only thing related to ssh is the ssh key agent. but if i deactivate it, sshd still startsup.

Code:
sudo update-rc.d -f ssh remove
didn't helped either

[code]....

View 9 Replies View Related

General :: Stop An Executable File?

Feb 23, 2011

i run this command on file : chmod u+x recon (recon is the name of the file). then i run the file in question (. recon). i just want to stop it; how to do this ?

View 9 Replies View Related

Ubuntu :: Etc/rc.local Not Executed On Startup?

Apr 12, 2010

I usually set the transfer rate for wlan on start up because I dunno any other way of doing it. I find it weird that every other ubuntu versions can do rc.local at startup, even 9.10 xubuntu, but it didn't work for ubuntu.

how can I get the computer to run the script on startup? I tried to google for the problem but I only seen people mentioning the problem not the solution.

View 8 Replies View Related

Fedora Installation :: Stop At The Startup Screen During Rebooting

Aug 6, 2010

It is my first time to install fedora 13 and touch linux system.

I burn the DVD edition to install offline. The installation completed and rebooted the system. However, the process stop at the startup screen. And I press escape and find that the process stops at following line: Starting Avahi daemon ...

I don't konw what this line means and how I can deal with.

My computer specification:
CPU P4 2.66GHz
RAM 512M DDR400
Motherboard GA-8IPE775-G
Display Geforce 6200

View 3 Replies View Related

Ubuntu :: How To Stop Ssh Server From Staring At System Startup

Feb 9, 2010

I have just installed the ssh server package for Ubuntu. How can I stop it from running at system startup?

View 3 Replies View Related

Ubuntu Networking :: Stop Wireless Starting At Startup

Apr 5, 2010

Ubuntu 9.10
Acer 7736

This machine has a combined key/indicator light to turn the wireless networking on/off The change of state of the switch is detected by software with the switch off iwconfig shows

[Code]...

View 2 Replies View Related

Ubuntu :: Cannot Stop Update Manager From Booting At Startup

Jul 4, 2010

xubuntu 8.04 on inspiron 8100

Applications>Settings>Settings Manager>Autostarted apps Update notifier is unchecked

There does not seem to be any Preferences in Update Manager to tweak either.

Is there some file I can edit with nano? Or maybe there's a script I can rename to not run it at startup?

View 6 Replies View Related

Ubuntu :: Appearence Window Pops Up At Startup / Stop It To Do So?

Feb 4, 2011

I am fairly used to Ubuntu, and i decided to try and change my login background (10.10) using the code:

sudo cp /usr/share/applications/gnome-appearance-properties.desktop /usr/share/gdm/autostart/loginwindow,

and:

sudo unlink /usr/share/gdm/autostart/loginwindow/gdm-simple-greeter.desktop

i later realized what i did and i tried to unlink the gnome-appearance-properties.desktop but no luck.

is there any way to stop the appearance properties from popping up at login, and to reinstall the gdm-simple-greeter.desktop ?

View 6 Replies View Related

General :: How To Save A File In /usr/local/lib/cnet

Feb 3, 2011

How can I save a file in /usr/local/lib/cnet? I'm trying to save a GIF image in the CNET resource folder to use for a simulation. It says permission denied, and when I try to chmod the folder it gives me the error "not permitted".

View 1 Replies View Related

General :: Access File On Different Server From Local?

Nov 19, 2010

I have a file 'my_file.txt' stored on 'myserver1.col.edu' Now, I am using a different server 'myserver2.col.edu' to do some work and I want to access 'my_file.txt' on 'myserver1.col.edu' to read (possibly edit) WITHOUT physically copying the entire file across. Is there a way to do this - perhaps through ssh?

View 2 Replies View Related

General :: Configure RTorrent To Stop Downloading After Certain File Size

Aug 26, 2010

I am looking for a way to configure rTorrent to stop downloading all torrents after they have downloaded x amount. For example, specify 15mb and as soon as the torrent reaches that size have it finish downloading the pieces it has requested and then start seeding partially completed. The reason for this is I'm trying to come up with a way to build ratio on a site where torrents are added very fast and at a very high frequency.

I download and add the torrents to rTorrent automatically via RSS, but I only want to download a small amount and seed that small piece while there are still a lot of people in the swarm (swarm drops off very quickly) and come out with a positive ratio from that small piece, beating the ratio clock so to speak. I thought it would be an interesting all be it somewhat impractical exercise in shell scripting, if rTorrent can be hooked into like that, documentation is sparse in some areas.

View 1 Replies View Related

Software :: Rc.local - Wont Run My Bash-script At Startup

Jan 10, 2011

I have some problems with rc.local. It wont execute a scipt of mine at startup.

The script itself works and if I run rc.local manually it works too...

The script to run:

Doesn't seem to be a lynx-issue. I've tried with hard coded text as message too...

The script lies under / and have chmod 777.

Running CentOS 5.5 (if you didn't get it, this script is for sending the external IP-adress to my email att startup. If a thief is stupid enough to start it connected to internet)

View 12 Replies View Related

General :: Transfer File From Local Mac To Remote Machine

Aug 12, 2010

How do you transfer a file from a local Mac to a remote Linux machine

View 5 Replies View Related

General :: Routes Are Not Added As Defined In Rc.local File....why?

Jan 24, 2010

I need to setup my ubuntu pc single nic card ip as 192.168.1.6 for internet and 10.172.170.95 and 135.10.86.100 for my lan and for another network through my 4port DSL modem.So i defined like this.Except addition of last two routes(10.0.0.0/8 & 200.200.176.0/24) everything worked as defined, what is the mistake i did?

In /etc/network/interfaces file

auto lo
iface lo inet loopback[code]............

View 1 Replies View Related

Ubuntu Installation :: APM Upgrade To Make Computer Stop Freezing On Startup

Feb 12, 2010

Two weeks ago my computer started freezing on start up when plugged in. It was suggested to upgrade the APM. What is this and is it not updated through the package update? If not how do I upgrade it?

View 1 Replies View Related

Programming :: START And STOP Oracle Automatically On System Startup And Shutdown?

Aug 17, 2009

I have installed Oracle 11g on 5.3. Now, I am trying to START and STOP oracle automatically on system startup and shutdown. I am following this link To have this effect, I have created /etc/init.d/dbora

Code:

#!/bin/sh
# chkconfig: 345 99 10
ORA_HOME=/oracle/app/oracle/product/11.1.0/db_1

[code]....

View 4 Replies View Related

Programming :: Script To Check Startup For Start Restart Stop Centos?

Jun 16, 2010

I have startup scriptsI want to test themI need a script to do the followingstart restart stop for 100 times (or i can set how many cycle)

View 1 Replies View Related

General :: Error /usr/local/atlas Is Read Only File System

Sep 9, 2010

I have a computer in the university and I have root access to this pc. Iam trying to install Cblas library on it. But it gives me a starnge error /usr/local/atlas is read only file system. I tried doing mount -l and it gave me that appserver1:/export/d1/Linux/doe on /usr/local type nfs4 (ro,sec=.......) I think what it means that the main server directory is mounted to /usr/local and it is read only. So, how can I fix this problem to separate the two and make my /usr/local separate

View 13 Replies View Related

General :: Fluxbox Startup File Not Working?

May 7, 2010

I am placing apps into my fluxbox startup file as per the instructions, however nothing starts up except fluxbox.It doesn't matter what app I try, so it isn't an app problem.

here is my startup file:

#!/bin/sh
#
# fluxbox startup-script:

[code]...

I have also tried tests such as "touch ~/testwoked" and such, nothing works.It makes no difference if the file is executable or not.

View 1 Replies View Related

General :: Why Dolphin Makes Local Copy When Play A Remote .avi File

Oct 15, 2010

i am using dolphin 1.5 in kde 4.5.2. whenever i try to access movie file from remote samba server. dolphin copies the movie file to somewhere in local hard disk. so, i have to wait until a big file transferring complete. i know that it happens when i open .avi using mplayer. if i open the same remote file with kmplayer, it will player immediately instead of making local copy first. however, kmplayer is very slow and sounds and video stream breaking up, (i am sorry i do not know right english expression for this) i suppose this is not related to mplayer configuration. this seems to be dolphin problem. can i make dolphin to stop copying samba share to local disk and play instantly? there is a video in videos. it is comparing how dolphin and nautilus act differently when i play remote samba share movies.

View 3 Replies View Related

General :: Load The Local .csv File Into Mysql Server The Date Format Varies?

May 25, 2010

When i load the local .csv file into mysql server the date format varies.Its mis matching.How to solve and match this.

View 1 Replies View Related

General :: Using Lynx To Create Html Page With The File Structure Of A Local Directory

Oct 10, 2010

I'm working with a dual-boot laptop running Ubuntu 10.0/Windows 7 and a Debian 5 VPS while the OS's shouldn't have much impact on my question.

What I would like to do is create a html page that I can upload to my VPS which lists all of the files/folders on my local 2TB hard drive (Specifically media such as Movies, Music, TV Shows...). The media obviously will not reside on the server, but I would like to at least have a list which will allow me to select, for instance, a bands artist so that it redirects me to the albums in the directory below.

Ultimately, I'm looking for Open Directory Browsing without actually having the media on my server. I have been attempting to create something to this effect using lynx, however, I'm not sure if it can be done with this command or if it's even possible for that matter.

View 1 Replies View Related

OpenSUSE Wireless :: Cannot Find Map File. No Module Symbols Loaded - Kernel Modules Not Enabled

Aug 3, 2010

Used to work perfectly. I attempted to install VPN client, result is can't connect to anything. Networks are seen by network manager, nothing happens when click connect. Results below:

Wireless LAN present in Hardware information. Atheros AR242x 802.11abg Wireless PCI Express Adapter (wlan0)
Kernel Driver: ath5k
168c:001c
/var/log/boot.msg

[code]....

Advice is to use output of dmesg command to find problem, but as above I don't get any results for this in terminal.

attempt to ping external site
linux-cfi6:~ # ping -c 66.70.73.150
Usage: ping [-LRUbdfnqrvVaA] [-c count] [-i interval] [-w deadline]

[code]....

View 1 Replies View Related







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