systemd slow boot - systemd-tmpfiles-setup
up vote
2
down vote
favorite
Recently I upgraded to debian jessie (current testing) and after that avg boot time has increased to 3-4 minutes.
Between grub and gdm start, I get this message for 2-3 minutes.
A job is running for creating volatile and temporary files and directories
Here is output of systemd-analyze blame
[smit: ~] $ systemd-analyze blame
3min 14.096s systemd-tmpfiles-setup.service
8.657s NetworkManager.service
8.244s apache2.service
7.048s ModemManager.service
6.328s networking.service
6.004s accounts-daemon.service
5.288s binfmt-support.service
4.557s systemd-logind.service
4.541s alsa-restore.service
4.541s console-kit-log-system-start.service
4.530s lm-sensors.service
4.521s pppd-dns.service
4.520s redis-server.service
4.519s hostapd.service
4.519s minissdpd.service
4.519s timidity.service
4.519s nvidia-kernel.service
4.518s rc-local.service
4.437s bluetooth.service
4.408s avahi-daemon.service
2.243s systemd-fsck-root.service
1.437s exim4.service
1.415s keyboard-setup.service
Once system is started, systemctl doesn't report any error.
[smit: ~] $ sudo systemctl status systemd-tmpfiles-setup
● systemd-tmpfiles-setup.service - Create Volatile Files and Directories
Loaded: loaded (/lib/systemd/system/systemd-tmpfiles-setup.service; static)
Active: active (exited) since Fri 2014-10-17 01:19:09 IST; 1h 41min ago
Docs: man:tmpfiles.d(5)
man:systemd-tmpfiles(8)
Process: 230 ExecStart=/bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev (code=exited, status=0/SUCCESS)
Main PID: 230 (code=exited, status=0/SUCCESS)
CGroup: /system.slice/systemd-tmpfiles-setup.service
Why is systemd-tmpfiles-setup.service starting slow? Where can I get detailed logs of systemd-tmpfiles-setup.service?
debian systemd
add a comment |
up vote
2
down vote
favorite
Recently I upgraded to debian jessie (current testing) and after that avg boot time has increased to 3-4 minutes.
Between grub and gdm start, I get this message for 2-3 minutes.
A job is running for creating volatile and temporary files and directories
Here is output of systemd-analyze blame
[smit: ~] $ systemd-analyze blame
3min 14.096s systemd-tmpfiles-setup.service
8.657s NetworkManager.service
8.244s apache2.service
7.048s ModemManager.service
6.328s networking.service
6.004s accounts-daemon.service
5.288s binfmt-support.service
4.557s systemd-logind.service
4.541s alsa-restore.service
4.541s console-kit-log-system-start.service
4.530s lm-sensors.service
4.521s pppd-dns.service
4.520s redis-server.service
4.519s hostapd.service
4.519s minissdpd.service
4.519s timidity.service
4.519s nvidia-kernel.service
4.518s rc-local.service
4.437s bluetooth.service
4.408s avahi-daemon.service
2.243s systemd-fsck-root.service
1.437s exim4.service
1.415s keyboard-setup.service
Once system is started, systemctl doesn't report any error.
[smit: ~] $ sudo systemctl status systemd-tmpfiles-setup
● systemd-tmpfiles-setup.service - Create Volatile Files and Directories
Loaded: loaded (/lib/systemd/system/systemd-tmpfiles-setup.service; static)
Active: active (exited) since Fri 2014-10-17 01:19:09 IST; 1h 41min ago
Docs: man:tmpfiles.d(5)
man:systemd-tmpfiles(8)
Process: 230 ExecStart=/bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev (code=exited, status=0/SUCCESS)
Main PID: 230 (code=exited, status=0/SUCCESS)
CGroup: /system.slice/systemd-tmpfiles-setup.service
Why is systemd-tmpfiles-setup.service starting slow? Where can I get detailed logs of systemd-tmpfiles-setup.service?
debian systemd
I know this is not a solution to your problem here, but you can switch to sysvinit by installing sysvinit-core.
– CameronNemo
Oct 16 '14 at 21:59
Same problem. This seems resolve it : forums.debian.net/viewtopic.php?f=10&t=118008#p556542 delete your /tmp recreate it chmod 1777 /tmp
– user88219
Oct 17 '14 at 10:37
I tried removing/tmpbut it saysrm: cannot remove ‘/tmp/’: Device or resource busy
– smitrp
Nov 17 '14 at 14:44
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
Recently I upgraded to debian jessie (current testing) and after that avg boot time has increased to 3-4 minutes.
Between grub and gdm start, I get this message for 2-3 minutes.
A job is running for creating volatile and temporary files and directories
Here is output of systemd-analyze blame
[smit: ~] $ systemd-analyze blame
3min 14.096s systemd-tmpfiles-setup.service
8.657s NetworkManager.service
8.244s apache2.service
7.048s ModemManager.service
6.328s networking.service
6.004s accounts-daemon.service
5.288s binfmt-support.service
4.557s systemd-logind.service
4.541s alsa-restore.service
4.541s console-kit-log-system-start.service
4.530s lm-sensors.service
4.521s pppd-dns.service
4.520s redis-server.service
4.519s hostapd.service
4.519s minissdpd.service
4.519s timidity.service
4.519s nvidia-kernel.service
4.518s rc-local.service
4.437s bluetooth.service
4.408s avahi-daemon.service
2.243s systemd-fsck-root.service
1.437s exim4.service
1.415s keyboard-setup.service
Once system is started, systemctl doesn't report any error.
[smit: ~] $ sudo systemctl status systemd-tmpfiles-setup
● systemd-tmpfiles-setup.service - Create Volatile Files and Directories
Loaded: loaded (/lib/systemd/system/systemd-tmpfiles-setup.service; static)
Active: active (exited) since Fri 2014-10-17 01:19:09 IST; 1h 41min ago
Docs: man:tmpfiles.d(5)
man:systemd-tmpfiles(8)
Process: 230 ExecStart=/bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev (code=exited, status=0/SUCCESS)
Main PID: 230 (code=exited, status=0/SUCCESS)
CGroup: /system.slice/systemd-tmpfiles-setup.service
Why is systemd-tmpfiles-setup.service starting slow? Where can I get detailed logs of systemd-tmpfiles-setup.service?
debian systemd
Recently I upgraded to debian jessie (current testing) and after that avg boot time has increased to 3-4 minutes.
Between grub and gdm start, I get this message for 2-3 minutes.
A job is running for creating volatile and temporary files and directories
Here is output of systemd-analyze blame
[smit: ~] $ systemd-analyze blame
3min 14.096s systemd-tmpfiles-setup.service
8.657s NetworkManager.service
8.244s apache2.service
7.048s ModemManager.service
6.328s networking.service
6.004s accounts-daemon.service
5.288s binfmt-support.service
4.557s systemd-logind.service
4.541s alsa-restore.service
4.541s console-kit-log-system-start.service
4.530s lm-sensors.service
4.521s pppd-dns.service
4.520s redis-server.service
4.519s hostapd.service
4.519s minissdpd.service
4.519s timidity.service
4.519s nvidia-kernel.service
4.518s rc-local.service
4.437s bluetooth.service
4.408s avahi-daemon.service
2.243s systemd-fsck-root.service
1.437s exim4.service
1.415s keyboard-setup.service
Once system is started, systemctl doesn't report any error.
[smit: ~] $ sudo systemctl status systemd-tmpfiles-setup
● systemd-tmpfiles-setup.service - Create Volatile Files and Directories
Loaded: loaded (/lib/systemd/system/systemd-tmpfiles-setup.service; static)
Active: active (exited) since Fri 2014-10-17 01:19:09 IST; 1h 41min ago
Docs: man:tmpfiles.d(5)
man:systemd-tmpfiles(8)
Process: 230 ExecStart=/bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev (code=exited, status=0/SUCCESS)
Main PID: 230 (code=exited, status=0/SUCCESS)
CGroup: /system.slice/systemd-tmpfiles-setup.service
Why is systemd-tmpfiles-setup.service starting slow? Where can I get detailed logs of systemd-tmpfiles-setup.service?
debian systemd
debian systemd
asked Oct 16 '14 at 21:33
smitrp
13615
13615
I know this is not a solution to your problem here, but you can switch to sysvinit by installing sysvinit-core.
– CameronNemo
Oct 16 '14 at 21:59
Same problem. This seems resolve it : forums.debian.net/viewtopic.php?f=10&t=118008#p556542 delete your /tmp recreate it chmod 1777 /tmp
– user88219
Oct 17 '14 at 10:37
I tried removing/tmpbut it saysrm: cannot remove ‘/tmp/’: Device or resource busy
– smitrp
Nov 17 '14 at 14:44
add a comment |
I know this is not a solution to your problem here, but you can switch to sysvinit by installing sysvinit-core.
– CameronNemo
Oct 16 '14 at 21:59
Same problem. This seems resolve it : forums.debian.net/viewtopic.php?f=10&t=118008#p556542 delete your /tmp recreate it chmod 1777 /tmp
– user88219
Oct 17 '14 at 10:37
I tried removing/tmpbut it saysrm: cannot remove ‘/tmp/’: Device or resource busy
– smitrp
Nov 17 '14 at 14:44
I know this is not a solution to your problem here, but you can switch to sysvinit by installing sysvinit-core.
– CameronNemo
Oct 16 '14 at 21:59
I know this is not a solution to your problem here, but you can switch to sysvinit by installing sysvinit-core.
– CameronNemo
Oct 16 '14 at 21:59
Same problem. This seems resolve it : forums.debian.net/viewtopic.php?f=10&t=118008#p556542 delete your /tmp recreate it chmod 1777 /tmp
– user88219
Oct 17 '14 at 10:37
Same problem. This seems resolve it : forums.debian.net/viewtopic.php?f=10&t=118008#p556542 delete your /tmp recreate it chmod 1777 /tmp
– user88219
Oct 17 '14 at 10:37
I tried removing
/tmp but it says rm: cannot remove ‘/tmp/’: Device or resource busy– smitrp
Nov 17 '14 at 14:44
I tried removing
/tmp but it says rm: cannot remove ‘/tmp/’: Device or resource busy– smitrp
Nov 17 '14 at 14:44
add a comment |
3 Answers
3
active
oldest
votes
up vote
1
down vote
When systemd start a system, one of the first service units launched is systemd-tmpfiles-setup. This service runs the command:
# systemd-tmpfiles --create --remove
This command reads configuration files from (less relevant first):
/usr/lib/tmpfiles.d/*.conf - these files are provided by the relevant
RPM package and shouldn't be edited by system admin.
/run/tmpfiles.d/*.conf - these files are normally used by daemons to
manage their own runtime temporary files
/etc/tmpfiles.d/*.conf -
these files are meant for sysadmis to configure custom temporary
locations, and to override vendor-provided default
Also there are three places where temporary files are stored:
/var - Variable data specific to this system that should persist between boots
/run - Runtime data for processes started since the last boot. This includes process ID files and lock files, among other things.
The contents of this directory are recreated on reboot.
/tmp - A world-writale space for temporary files. Files which have not been accessed, changed, or modified for 10 days are deleted
automatically. Another temporary directory exists in /var/tmp in
which files that have not been accessed, changed, or modified in more
than 30 days are deleted automatically.
Summing up:
check tmp configuration files to see why tmp setup take so much time, especially note entries in /run directory because it's recreated at boot time.
add a comment |
up vote
0
down vote
This is because chrome beta and cups had issues where they created millions of files in /tmp. If /tmp is a tmpfs for you, then try unmounting it and remounting it. Otherwise, rm -rf /tmp then recreate it.
Could any downvoters please explain their reasoning?
– CameronNemo
Oct 26 '14 at 20:19
I dont have chrome beta and I upgraded to cups 1.7.5-7 after I found that it caused similar issues. But I am still facing same problem. Also/tmpis not tmpfs.
– smitrp
Nov 17 '14 at 14:51
add a comment |
up vote
0
down vote
systemd-tmpfiles starts before the network does, so depending on your configuration, its possible that one of the systemd-tmpfiles config files (located in /usr/lib/tmpfiles.d) is trying to create a directory for a user or group that is only available on the system once the network is up, such as a user or group defined in LDAP.
If that's the case, you should look to move systemd-tmpfiles-setup.service to starting after the network.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f162594%2fsystemd-slow-boot-systemd-tmpfiles-setup%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
When systemd start a system, one of the first service units launched is systemd-tmpfiles-setup. This service runs the command:
# systemd-tmpfiles --create --remove
This command reads configuration files from (less relevant first):
/usr/lib/tmpfiles.d/*.conf - these files are provided by the relevant
RPM package and shouldn't be edited by system admin.
/run/tmpfiles.d/*.conf - these files are normally used by daemons to
manage their own runtime temporary files
/etc/tmpfiles.d/*.conf -
these files are meant for sysadmis to configure custom temporary
locations, and to override vendor-provided default
Also there are three places where temporary files are stored:
/var - Variable data specific to this system that should persist between boots
/run - Runtime data for processes started since the last boot. This includes process ID files and lock files, among other things.
The contents of this directory are recreated on reboot.
/tmp - A world-writale space for temporary files. Files which have not been accessed, changed, or modified for 10 days are deleted
automatically. Another temporary directory exists in /var/tmp in
which files that have not been accessed, changed, or modified in more
than 30 days are deleted automatically.
Summing up:
check tmp configuration files to see why tmp setup take so much time, especially note entries in /run directory because it's recreated at boot time.
add a comment |
up vote
1
down vote
When systemd start a system, one of the first service units launched is systemd-tmpfiles-setup. This service runs the command:
# systemd-tmpfiles --create --remove
This command reads configuration files from (less relevant first):
/usr/lib/tmpfiles.d/*.conf - these files are provided by the relevant
RPM package and shouldn't be edited by system admin.
/run/tmpfiles.d/*.conf - these files are normally used by daemons to
manage their own runtime temporary files
/etc/tmpfiles.d/*.conf -
these files are meant for sysadmis to configure custom temporary
locations, and to override vendor-provided default
Also there are three places where temporary files are stored:
/var - Variable data specific to this system that should persist between boots
/run - Runtime data for processes started since the last boot. This includes process ID files and lock files, among other things.
The contents of this directory are recreated on reboot.
/tmp - A world-writale space for temporary files. Files which have not been accessed, changed, or modified for 10 days are deleted
automatically. Another temporary directory exists in /var/tmp in
which files that have not been accessed, changed, or modified in more
than 30 days are deleted automatically.
Summing up:
check tmp configuration files to see why tmp setup take so much time, especially note entries in /run directory because it's recreated at boot time.
add a comment |
up vote
1
down vote
up vote
1
down vote
When systemd start a system, one of the first service units launched is systemd-tmpfiles-setup. This service runs the command:
# systemd-tmpfiles --create --remove
This command reads configuration files from (less relevant first):
/usr/lib/tmpfiles.d/*.conf - these files are provided by the relevant
RPM package and shouldn't be edited by system admin.
/run/tmpfiles.d/*.conf - these files are normally used by daemons to
manage their own runtime temporary files
/etc/tmpfiles.d/*.conf -
these files are meant for sysadmis to configure custom temporary
locations, and to override vendor-provided default
Also there are three places where temporary files are stored:
/var - Variable data specific to this system that should persist between boots
/run - Runtime data for processes started since the last boot. This includes process ID files and lock files, among other things.
The contents of this directory are recreated on reboot.
/tmp - A world-writale space for temporary files. Files which have not been accessed, changed, or modified for 10 days are deleted
automatically. Another temporary directory exists in /var/tmp in
which files that have not been accessed, changed, or modified in more
than 30 days are deleted automatically.
Summing up:
check tmp configuration files to see why tmp setup take so much time, especially note entries in /run directory because it's recreated at boot time.
When systemd start a system, one of the first service units launched is systemd-tmpfiles-setup. This service runs the command:
# systemd-tmpfiles --create --remove
This command reads configuration files from (less relevant first):
/usr/lib/tmpfiles.d/*.conf - these files are provided by the relevant
RPM package and shouldn't be edited by system admin.
/run/tmpfiles.d/*.conf - these files are normally used by daemons to
manage their own runtime temporary files
/etc/tmpfiles.d/*.conf -
these files are meant for sysadmis to configure custom temporary
locations, and to override vendor-provided default
Also there are three places where temporary files are stored:
/var - Variable data specific to this system that should persist between boots
/run - Runtime data for processes started since the last boot. This includes process ID files and lock files, among other things.
The contents of this directory are recreated on reboot.
/tmp - A world-writale space for temporary files. Files which have not been accessed, changed, or modified for 10 days are deleted
automatically. Another temporary directory exists in /var/tmp in
which files that have not been accessed, changed, or modified in more
than 30 days are deleted automatically.
Summing up:
check tmp configuration files to see why tmp setup take so much time, especially note entries in /run directory because it's recreated at boot time.
edited Aug 31 '17 at 10:09
answered Aug 31 '17 at 9:40
mrc02_kr
1,183522
1,183522
add a comment |
add a comment |
up vote
0
down vote
This is because chrome beta and cups had issues where they created millions of files in /tmp. If /tmp is a tmpfs for you, then try unmounting it and remounting it. Otherwise, rm -rf /tmp then recreate it.
Could any downvoters please explain their reasoning?
– CameronNemo
Oct 26 '14 at 20:19
I dont have chrome beta and I upgraded to cups 1.7.5-7 after I found that it caused similar issues. But I am still facing same problem. Also/tmpis not tmpfs.
– smitrp
Nov 17 '14 at 14:51
add a comment |
up vote
0
down vote
This is because chrome beta and cups had issues where they created millions of files in /tmp. If /tmp is a tmpfs for you, then try unmounting it and remounting it. Otherwise, rm -rf /tmp then recreate it.
Could any downvoters please explain their reasoning?
– CameronNemo
Oct 26 '14 at 20:19
I dont have chrome beta and I upgraded to cups 1.7.5-7 after I found that it caused similar issues. But I am still facing same problem. Also/tmpis not tmpfs.
– smitrp
Nov 17 '14 at 14:51
add a comment |
up vote
0
down vote
up vote
0
down vote
This is because chrome beta and cups had issues where they created millions of files in /tmp. If /tmp is a tmpfs for you, then try unmounting it and remounting it. Otherwise, rm -rf /tmp then recreate it.
This is because chrome beta and cups had issues where they created millions of files in /tmp. If /tmp is a tmpfs for you, then try unmounting it and remounting it. Otherwise, rm -rf /tmp then recreate it.
answered Oct 25 '14 at 19:02
CameronNemo
1,061712
1,061712
Could any downvoters please explain their reasoning?
– CameronNemo
Oct 26 '14 at 20:19
I dont have chrome beta and I upgraded to cups 1.7.5-7 after I found that it caused similar issues. But I am still facing same problem. Also/tmpis not tmpfs.
– smitrp
Nov 17 '14 at 14:51
add a comment |
Could any downvoters please explain their reasoning?
– CameronNemo
Oct 26 '14 at 20:19
I dont have chrome beta and I upgraded to cups 1.7.5-7 after I found that it caused similar issues. But I am still facing same problem. Also/tmpis not tmpfs.
– smitrp
Nov 17 '14 at 14:51
Could any downvoters please explain their reasoning?
– CameronNemo
Oct 26 '14 at 20:19
Could any downvoters please explain their reasoning?
– CameronNemo
Oct 26 '14 at 20:19
I dont have chrome beta and I upgraded to cups 1.7.5-7 after I found that it caused similar issues. But I am still facing same problem. Also
/tmp is not tmpfs.– smitrp
Nov 17 '14 at 14:51
I dont have chrome beta and I upgraded to cups 1.7.5-7 after I found that it caused similar issues. But I am still facing same problem. Also
/tmp is not tmpfs.– smitrp
Nov 17 '14 at 14:51
add a comment |
up vote
0
down vote
systemd-tmpfiles starts before the network does, so depending on your configuration, its possible that one of the systemd-tmpfiles config files (located in /usr/lib/tmpfiles.d) is trying to create a directory for a user or group that is only available on the system once the network is up, such as a user or group defined in LDAP.
If that's the case, you should look to move systemd-tmpfiles-setup.service to starting after the network.
add a comment |
up vote
0
down vote
systemd-tmpfiles starts before the network does, so depending on your configuration, its possible that one of the systemd-tmpfiles config files (located in /usr/lib/tmpfiles.d) is trying to create a directory for a user or group that is only available on the system once the network is up, such as a user or group defined in LDAP.
If that's the case, you should look to move systemd-tmpfiles-setup.service to starting after the network.
add a comment |
up vote
0
down vote
up vote
0
down vote
systemd-tmpfiles starts before the network does, so depending on your configuration, its possible that one of the systemd-tmpfiles config files (located in /usr/lib/tmpfiles.d) is trying to create a directory for a user or group that is only available on the system once the network is up, such as a user or group defined in LDAP.
If that's the case, you should look to move systemd-tmpfiles-setup.service to starting after the network.
systemd-tmpfiles starts before the network does, so depending on your configuration, its possible that one of the systemd-tmpfiles config files (located in /usr/lib/tmpfiles.d) is trying to create a directory for a user or group that is only available on the system once the network is up, such as a user or group defined in LDAP.
If that's the case, you should look to move systemd-tmpfiles-setup.service to starting after the network.
answered 2 days ago
Speeddymon
267
267
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f162594%2fsystemd-slow-boot-systemd-tmpfiles-setup%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I know this is not a solution to your problem here, but you can switch to sysvinit by installing sysvinit-core.
– CameronNemo
Oct 16 '14 at 21:59
Same problem. This seems resolve it : forums.debian.net/viewtopic.php?f=10&t=118008#p556542 delete your /tmp recreate it chmod 1777 /tmp
– user88219
Oct 17 '14 at 10:37
I tried removing
/tmpbut it saysrm: cannot remove ‘/tmp/’: Device or resource busy– smitrp
Nov 17 '14 at 14:44