Debian Configuration :: Service Settings Safe To Turn Off?
May 12, 2010
My system goes through slow periods where it just crawls and others where it's fine, but I'm wondering which service settings are OK to just shut off to give me a bit more oomph when I boot up.The others I'm pretty OK with like spam assassin, dictionary server and so on, but some of the others i wonder if they only serve to slow things down..Also..I live in a very dusty environment and I KNOW the fans and other parts get caked with dust and it wouldn't surprise me if the dust got so bad it just stops the fans completely so once in a while I use my air compressor to blow the crud out and I usually get covered myself, but how safe is using the compressor? It's not the type that typically fills up with condensed water droplets so that isn't a super critical issue..It's a small 1 hp deal, elect drive and so on.. Safe enough? It's all I have and/or can afford..
View 1 Replies
ADVERTISEMENT
Mar 4, 2010
Ubuntuzilla is an APT repository hosting the Mozilla builds of the latest official releases of Firefox, Thunderbird, and Seamonkey. This repository should also work on Linux distributions that are derivatives of Ubuntu, and probably also on any Debian derivative.
View 14 Replies
View Related
Apr 4, 2010
I am planning to build a server in future. That will be a computer with GNU. It will be a router and file server. It will get the VPN-Internet and share it with all the PCs connected to LAN. There will be Samba for file sharing. And I'm thinking that if I just share some directory on that server with Samba, it will be possible to get access to that dir from VPN. So it's not very safe to do that. Is it possible to prevent access to Samba dir from VPN connection?
View 7 Replies
View Related
Sep 17, 2010
I am wondering if it is possible turn off my display with a key of my laptop's keyboard. I mean if I press ctrl + o then my display turn off and then if I press ctrl + o my display turn on.
View 5 Replies
View Related
Jul 27, 2010
I want to install a email server so my domain handles it's on email. I understand I need a dns server first. I down loaded dbndns but can not even figure out how to start it. does anyone know how to get this set up. Or where the setup files is for this.
View 2 Replies
View Related
Sep 15, 2010
My bluetooth seems to be activated in the system tray when I start the computer, can I disable this?.I do not want my computer to be visible to other computers if you know what I mean.Is it still safe even if the icon shows, Iam a little afraid someone might be able to hack the system this way? If itś still safe having it this way I dont really need to turn it of guess i�m a litlle paranoid because i never use bluetooth
there is something called show bluetooth icon when you click on Preferences in the menu is that a way to disable it?usually i used the quick keys on my keyboard but they don't seems to work in opensuse
View 2 Replies
View Related
Dec 31, 2010
Is there a command line tool to shut off/spin down the hard disk either when not in use or when something is typed into the console? I'm trying to save power in a laptop I have..
View 2 Replies
View Related
Aug 4, 2015
On macbook air 6.2, i've installed a Debian jessie mate DE, dual boot using refind. I'm currently fine-tuning it. I've made a script following powertop advice:
Code: Select all[newb@debian /etc/systemd/system]$ cat mba_kb_sp.sh
#!/bin/sh
echo 'auto' > '/sys/bus/usb/devices/1-3.1/power/control';
echo 'auto' > '/sys/bus/usb/devices/1-3.2/power/control';
echo 'auto' > '/sys/bus/usb/devices/1-5/power/control';
exit 0
[Code] ....
All seems to work fine, however when i check the sys file it didn't change. But I can start manually the systemd service and, this time, it works.
View 2 Replies
View Related
Mar 16, 2011
I have accidentally stoped gdm3 service with BootUP-Manager and now i cant enable it again. I can start it from terminal with sudo service gdm3 start i have tryed to dpkg-reconfigure gdm3 and purge/install. This are services running on startup [ + acpid
[ - ] anacron
[ + ] apache2
[ + ] atd
[code].....
View 3 Replies
View Related
Aug 16, 2011
I have an old hp that i installed ubuntu on and I was wondering how I can turn it into a real router. By real router I don't just mean broadcast the internet but use security software, configurations, and all the stuff normally found on a real router. What are the steps i need to take? I dont have 2 NIC's in it just one but I do have a wireless usb that I can just stick into it.
View 1 Replies
View Related
Jul 1, 2015
When I watch any video on YouTube my screen will turn off (no HDMI connection) and then it will turn on after a couple seconds (10 -40 seconds). When I played Borderlands 2 the screen is completely fine.
View 10 Replies
View Related
Dec 24, 2015
on my dual HD5500/GT940M. I can not turn on Nvidia. just install bumblebee and got the error "unknown header type 7f" if I remove bumblebee, Nvidia 340 loaded but system run on HD5500, no way to use Primus or to switch to 2nd card.
View 0 Replies
View Related
Oct 20, 2014
I've after latest jessie update a problem with service samba restart. If I use "service samba restart", there is a timeout (after long time) and error.
Output of "systemctl status samba.service":
Code:
Select all● samba.service - LSB: ensure Samba daemons are started (nmbd and smbd)
Loaded: loaded (/etc/init.d/samba)
Active: failed (Result: timeout) since Mo 2014-10-20 02:16:57 CEST; 7s ago
Process: 6205 ExecStart=/etc/init.d/samba start (code=killed, signal=TERM)
Okt 20 02:16:57 server systemd[1]: samba.service start operation timed out. Terminating.
Okt 20 02:16:57 server systemd[1]: Failed to start LSB: ensure Samba daemons are started (nmbd and smbd).
[Code] ....
Whats going wrong. "service samba restart" should bring no error message if the service is not running previously.
View 2 Replies
View Related
Feb 10, 2016
I am using Jessie with XFCE and I tried to write a service which executes a script to change my wallpaper. When I try to start the service with systemctl start wallpaper.service it fails and I get the outout below from systemctl status wallpaper.service
I don't think it to be a permissions issue, they are -rw- r-- r--
This service is called by a timer that goes off daily. Below is wallpaper.service
View 5 Replies
View Related
Jan 26, 2010
HDD partitioned for novice - everything in one partition, in one folder /.
/dev/sda3117290636 38456100 72876432 35% /
tmpfs 103746010374600% /lib/init/rw
udev10240852 93889% /dev
[code]....
View 3 Replies
View Related
Jan 24, 2010
I have just bought a DVB-T usb dongle to watch some TV. The software I'm using is vdr, which has to be started through the /etc/init.d/vdr service. I have created a udev script that executes the service on device insertion. It works nicely, however now when I boot up the computer it takes ages to get to desktop. I believe it is because of the WAIT_FOR part. But without this part, the service starts too soon because the usb dongle has been inserted but the firmware has not finished loading. Can someone point out an alternative way to do it? The script is here [URL].
View 4 Replies
View Related
Jun 10, 2011
I'm building a Debian based router, I want to add to this router a mail service function. I don't want mail to be sent outside of the network, what I want is the ability for services to send mail to the Debian server and for me to then pick them up from this server via pop3 into my normal mail application. Given I'm not looking for mail to be sent outside of the network and its strictly for services to log notifications via. What of the various mail applications should I setup? i.e. just looking for SMTP + POP3 internally.
View 5 Replies
View Related
Jun 9, 2011
Using online Debian guide, installed latest nvidia-current, glx etc which seems to be 195.xx Machine boots to GUI but monitor setting menu doesnt respond nor is there an nvidia specific one. xorg.conf shows 'nvidia' driver but I suspect I am still on 'nouveau' since the synapatic package manager doesn't show an nvidia xserver-xorg-video choice.
Second question, any trailheads for using wheezy based drivers (i.e. nvidia's latest 270.xx) with squeeze?
View 14 Replies
View Related
Sep 25, 2015
I decided to update all the software on my computer. Fortunately, it upgraded kernel version 3.14 to 3.16. I was happy to learn that suspend now worked on my laptop by calling pm-suspend, but it did not worked by closing the lid. So I search and found on debian's website that installing systemd and adding some config lines in /etc/systemd/logind.conf would sove the issue. So I followed the procedure and did like instructed, to end up with a computer that boots on black screen.
The last verbrose line I see on boot up is "kvm disabled by bios" and then it shutdown down the screen. The computer works, as I can login and shutdown by doing those operation blindly.
I tried removing systemd but it still does not work. If I use the old kernel 3.14 I can boot without any problem, but if I use kernel 3.16, I boot to a black screen. I remember successfully booting in 3.16 before installing systemd.
View 4 Replies
View Related
Aug 25, 2011
I am using debian squeeze server with asterisk 1.6 installed and configured.my problem is non root users need to access the server using ssh and restart asterisk server after making changes in asterisk configuration files.As of now i am giving root username/password for this process (i know it is not at all a good idea) .now how can i create a username and configure it which can only access and modify asterisk configuration files and restart asterisk server without any other privileges.
View 1 Replies
View Related
Nov 24, 2014
My card Wifi network doesn't turn on, even at loading configuration of the system is failed. I have to wait a long time until the system itself to load.
And when I write ifconfig or iwconfig is displayed in the console interface wireless card.
And when I come in the panel on the network card, it immediately pops up a window that you can not load the network card modules.
I don't know what could have happened, I do not recall that I recently messed with the system.
Here are the pictures: [URL]....
And here I join dmesg.log file, at the end of a failed: [URL] ....
I have linux mint 17 quiana cinnamon
View 4 Replies
View Related
Apr 1, 2016
I am the author of an internet radio for the Raspberry PI originally running on Debian Wheezy. The radio (radiod) service is started and stopped using the usual service commands:
service radiod start|stop|status
Since upgrading to Debian Jessie the service status and stop routines in my radio daemon are no longer called.
For example:
# service radiod status
● radiod.service - LSB: Raspberry PI Radio Daemon
Loaded: loaded (/etc/init.d/radiod)
Active: active (running) since Thu 2016-03-31 20:17:07 CEST; 15h ago
Process: 380 ExecStart=/etc/init.d/radiod start (code=exited, status=0/SUCCESS)
CGroup: /system.slice/radiod.service
└─603 python /usr/share/radio/ada_radio.py start
If I call my program (which runs as a daemon) I see the status message from my program
# ./radiod.py status
radiod running pid 603
I have established that service stop never calls my program routines to shutdown the radiod daemon when the system is rebooted (I see that from my log files).
The reboot hangs for about 5 minutes whilst stopping the radiod service (because stop never calls my stop routines).
Below is my radiod script, which is fairly conventional, and which has been working all the time until I ported to Debian Jessie.
/etc/init.d/radiod
#!/bin/sh
#
### BEGIN INIT INFO
# Provides: radiod
# Should-Start:
# Should-Stop:
[Code] ....
View 4 Replies
View Related
Feb 11, 2010
I recently switched back to Debian after getting fed up with Ubuntu. The one feature that I haven't been able to get back since the switch is Wake on LAN.If I turn on the computer and watch tcpdump, I can see the packets hitting my machine. I don't think it's a router configuration issue.If I shut down from windows, WOL works.Another sign that it's not a networking or BIOS thing.Here's some stuff I've tried:When I boot up in linux, if I run ethtool eth0, it tells me that wake is set to g (which every guide I've read says is correct).Just in case, I added "post-up /usr/sbin/ethtool -s $IFACE wol g" to /etc/network/interfaces (as shown here: ewtopic.php?f=5&t=42049&p=244736&hilit=wakeonlan#p244736). Also added same thing for post-down.
In /etc/init.d/halt, I changed NETDOWN to no (also from previous guide) to keep my eth card from being shut down.Also changed /etc/init.d/networking to exclude eth0 (as documented in Added "pre-down false" to /etc/network/interfaces.. trepid+wol), to keep eth0 from being shut off.Anyway, I'm guessing that either there's another script somewhere shutting off eth0 or I'm completely wrong in assuming that's the problem. I've been googling this problem for a couple weeks now and I'm totally out of ideas.
View 6 Replies
View Related
May 24, 2011
to turn off the sound icon in the indicator-applet since it never loads right on the theme for one user and i already set gnome-volume-control-applet to run at startup to replace it i just cant figure out how to remove it without un-installing it which would effect all usersedit seems resizing the panel will make the default icon work so i make a script using gconf-tool to change the size 2 times at startup to fix it
View 3 Replies
View Related
Apr 13, 2010
if you try to browse the web from the machine, or log in through a nomachine (nxclient/nxserver) session, it claims there is no internet conenction. You have to run System|Administration|Network and select the stored "Location" for our wired connection. There does not seem to be an option to make this (one and only) "Location" the default. If the machine is up and incoming connections are possible (samba & apache), surely outgoing connections should be working without extra fiddling?
The issue with nxserver (nomachine) becoming unavailable on a re-booted unattended machine (unless someone logs in AT THE MACHINE and runs System|Administration|Network) is causing problems for remote access.
View 2 Replies
View Related
Jun 3, 2010
I need to set up a little virtual network with Debian Lenny guests (the host is Debian Squeeze, but I don't think it matters). I installed Lenny in a VM and it works fine. Then I cloned the hard drive, garion@Laptop:~$ VBoxManage clonevdi Linux 1.vdi Linux 2.vdi created a new VM with exactly the same settings as the first one and booted the new disc. The problem is that there's no eth0 in the new VM, but it is in the original one. Also if I "unplug" the cable, dmesg won't notice anything. In the original VM it works fine. They both have the same virtual network card: PCnet-FAST III (Am79C973). I've also tried NAT as well as internal network settings.
View 2 Replies
View Related
Aug 30, 2015
I've always used Debian with a single monitor and no need of proprietary drivers, because I usually don't do graphics or multimedia. Now I'm asked to set-up a machine with 3 nvidia video cards (770) and 4 monitors and everything went south. I started with just 2 monitors connected to 2 different video cards, not wanting to push my luck.
I installed a fresh Jessie and followed the instruction to install the nvidia drivers and tools from the Wiki. Everything went smooth. After reboot I executed (as root) nvidia-settings and I configured the two monitors to be one to the right to the other, with BaseMosaic option (at this point just one monitor was active) I saved the configuration to /etc/X11/xorg.conf , I even executed nvidia-xconfig as suggested, I rebooted and nothing happened, only one monitor was working, while the other -- looking again in the nvidia settings -- was still disabled.
I then tried with xinerama option and things are even worse, since now both monitors are black. I can login in one textual shell, but then I don't know what to do, since in my 10+ years of linux ... I never had to mess with X server. Is there a way to at least recover a working X without reinstalling everything?
View 0 Replies
View Related
Sep 15, 2010
I've got an Atom-based EeePC1000 with 2.6.34-0.slh.11-sidux-686.The DebianEeePC wiki ( as the following information.As of kernel 2.6.30, the "Super Hybrid Engine" is supported: /sys/devices/platform/eeepc/cpufv contains a value which is 256× the number of available settings plus the current setting; you write a number n (0 ≤ n < number of available settings) to it to alter the setting.
View 2 Replies
View Related
Apr 15, 2010
So I know Linux has iptables, I'm rather new to linux, and I'm wondering, are the stock settings with Ubuntu/Kubuntu safe? Is there anything I need to do make them more secure? I tried adding rules myself for some things but ended up just not being able to do anything so I had to reset back to stock with iptables -F. Should I be safe running as-is?
View 4 Replies
View Related
Mar 1, 2010
I'm trying to install Nvidia drivers 190.53 on my karmic with a Nvidia 9500GT. I've downloaded the file from the Nvidia website. I've done this before on previous installations and everything went fine, however, with karmic turning off the xserver is a bit of a trick.
/etc/init.d/gdm stop doesn't work
sudo service gdm stop doesn't work
sudo killall gdm doesn't work.
After I run sh ./NVIDIA-linux-x86-190.53-pkg1.run a notice pops up and tells me I'm running x and I need to exit out. I thought I did. I've looked at the instructions on the Nvidia website, but I don't remember it being that complicated before and am a little nervous about removing files I don't know what they do.
View 4 Replies
View Related