Tagged Questions
1
vote
2answers
648 views
How can I disable postfix on startup?
I can't get cron to stop spamming me with completed job notifications. It's getting out of hand and starting to clog up my 'real' email server, so I'd like to just disable postfix while I figure out ...
0
votes
1answer
217 views
Problems w/ update, startup and running apps on Ubuntu 10.04
I am running Ubuntu 10.04 (for hardware legacy compatibility purposes) as a guest system on a VMware Player machine.
Recently I am facing problems with updating, starting-up the system and running ...
0
votes
3answers
92 views
How can I ensure that my custom written C application runs at startup?
I have written a command line C application that I need to run every time the system starts up. How would I go about doing this? I have seen other questions and answers that show ways to do this for ...
1
vote
1answer
76 views
Firefox starting before network is up
We have this machine (ubuntu 10.04) with autologon and firefox in startup sesson aplications.
But some times the firefox starts, and the network is not up (maybe a delay from dhcp server, or some ...
1
vote
1answer
267 views
How do I start the postgreSQL service upon boot?
I am running PostgreSQL (v 8.4) on Ubuntu 10.0.4.
The PG service currently starts on reboot (after I installed PG on my machine), however, I want the service to use a new data directory.
...
1
vote
1answer
489 views
gdm only starts an xterm; how to get back my desktop?
On my Intel integrated graphics touchscreen with Ubuntu 10.04 LTS, after an apt-get upgrade from 10.04.1 LTS to 10.04.4 LTS, sudo less /var/log/gdm/:0-slave.log shows 3 lines, the first being: ...
2
votes
2answers
1k views
Where can I find messages related to Apache start up?
Apache didn't start up automatically like it usually does. I'd like to try to find out why. It looks like it never started up today, so nothing in /var/log/apache2/error.log since it never ran. As I ...
2
votes
1answer
52 views
Bug or kludge in /etc/init.d/networking
There are some strange code:
if ifup -a --exclude=lo; then
log_action_end_msg $?
else
log_action_end_msg $?
fi
both variants have exactly same code:
...
1
vote
2answers
184 views
How to disable mysqld in 10.04?
I have a few (Linode) Ubuntu 10.04 (64bit) VPSes, and mysqld keeps starting on every reboot on all of them --
$ uptime
16:32:26 up 1 min, 1 user, load average: 0.09, 0.08, 0.07
$ ps -ef | grep -i ...
1
vote
0answers
174 views
How to start application in other workspaces? [duplicate]
Possible Duplicate:
How to automatically start programs in specific workspaces on start up
When I login how do I start an application to open on other workspaces!
for example...
System ...
2
votes
1answer
324 views
How can I use HAL in recent versions of Ubuntu?
I've found that HAL seems to be the only way to generate events when a CD/DVD/Blu-ray is inserted (if you know of a better way, please reply to this question), so I'm trying to get HAL running on my ...
1
vote
3answers
168 views
items in notification area not coming up after startup
My 3 year old played with my computer and now all items in the notification area are not coming up anymore, including
nm-applet
skype
keyring
I have checked various sources on the Internet in ...
2
votes
2answers
4k views
How do you get a list of all starting services?
I know about the update-rc.d SERVICE OPTIONS command to add and remove services from startup, but how do I use it to get a list of all the services that are currently configured to start at startup?
...
0
votes
2answers
3k views
update.rc-d init.d startup script is not starting
I got a simple script called hwtestinit which I installed using
update-rc.d hwtestinit defaults
On the surface, as far as I can inspect, all seems fine , I mean, the following files, all exists, ...
0
votes
1answer
51 views
What is this “slab” that I am seeing in my session file?
I'm going through the contents of .config/gnome-settings/saved-session per Review / edit startup programs rembered by "Remember Currently Running Applications" and for the most part, I know ...
1
vote
1answer
452 views
Review / edit startup programs rembered by “Remember Currently Running Applications”
I recently hit the "Remember Currently Running Applications" button and unchecked "Automatically remember ..." and now I seem to be stuck with a lot of stuff on startup. None of it is listed under ...
1
vote
2answers
2k views
No window manager running by default on boot, what is the best method to ensure one opens cleanly?
When I start Ubuntu (10.04), the desktop starts and has windows without their window chrome (e.g. they don't have close, minimize, or maximize buttons). When I click on the "show desktop" icon, the ...
16
votes
1answer
19k views
How do I disable the boot splash screen? [duplicate]
I'd like to be able to disable the Ubuntu splash screen that I see on boot with the indicator meter of progress, and replace that with a text-only readout of the boot up process (such as you can get ...
3
votes
3answers
638 views
How to make sudo remember my password and how to add an application to startup
I guess this should be a simple thing for ubuntu users out there. I have two questions.
Whenever I need to run some command that requires permission from root, I run as sudo followed by that ...
6
votes
2answers
856 views
Splash Screen Not Showing Up?
When I boot up Ubuntu, all I get is a little blinking underscore at the top left side of my screen. I am using splash screen manager and activated a picture to start at boot up, but it doesn't show ...
2
votes
1answer
207 views
How do I run a script automatically when I start an app?
I want to run a script automatically when an application start. How would I do this without making the script run at start-up?
My current approach is writing a script with an infinite loop and made ...
5
votes
2answers
541 views
Dual Boot - Ubuntu 9.10, 10.04 - /home Cannot Be Initialized Upon Startup
I recently installed 9.10 64-bit on a system that had 10.04 already installed. I thought I performed this installation correctly, but when I came to grub2 and chose the option I wanted, I got some ...
1
vote
2answers
360 views
Nautilus doesn't show my desktop until I kill it
Something's wrong with nautilus. When I boot my computer and it logs in, Gnome shows, things are running, I can run programs and everything, but my desktop has no icons. I have to open a terminal and ...
