Debian is a community driven GNU/Linux distribution first announced 1993. It is well known for its package management system APT and large number of packages. Many other distributions are influenced or originate from it, like Ubuntu or Knoppix.
3
votes
1answer
31 views
IPTables - Port to another ip & port (from the inside)
I currently have a NAS box running under port 80. To access the NAS from the outside, I mapped the port 8080 to port 80 on the NAS as follow:
iptables -t nat -A PREROUTING -p tcp --dport 8080 -j DNAT ...
2
votes
0answers
35 views
Accessing multiple wifi networks simultaneously from debian wheezy
I have got 2 wireless adapters on my machine (one built-in and the other a purchased USB wireless adapter)
is there a way I can utilize different WiFi networks simultaneously?
I have in mind ...
1
vote
1answer
49 views
How to build a live Debian CD/USB in Windows, bootable in EFI mode?
I tried to install the latest stable Debian release (Debian 7.0 "Wheezy") using the Debian Multi-arch netinstall (AMD64) "debian-7.0.0-amd64-i386-netinst.iso" on my laptop. My laptop has a SecureCore ...
1
vote
1answer
21 views
What is rpc.statd, what ports should it be listening on, and how to kill it?
I have found rpc.statd running from a netstat -tunap command, on several ports (TCP:59061, UDP:40594, UDP:919) on my Debian server.
I believe it's to do with NFS but I'm not running an nfs server ...
1
vote
0answers
19 views
Why does Linux 3.2 kernel (Debian backport) hang during boot?
I wanted to upgrade the Linux kernel on my Debian wheezy (stable) on Thinkpad T60. I installed linux-image-3.2.0-0.bpo.4-686-pae, version 3.2.41-2~bpo60+1. The problem is it hangs during boot, just ...
0
votes
1answer
24 views
Triple Booting; Windows, Ubuntu, Linux Mint by Windows Installer
I wanted to install Linux Mint 14.1 using the Windows Installer (mint4win.exe). I
copied mint4win.exe to HDD, and when I running it, it prompts me to uninstall Ubuntu. Previously I installed Ubuntu ...
0
votes
1answer
41 views
Unable to install ia32-libs in Debian Wheezy
I was trying to install ia32-libs in Debian Wheezy. I got the error
The following packages have unmet dependencies:
ia32-libs : Depends: ia32-libs-i386 but it is not installable
E: Unable to correct ...
0
votes
1answer
36 views
building/compiling kernel headers
I am compiling kernel 3.4 and 3.8 for different target devices. I would like to install compat wireless driver which requires kernel header. Could anyone tell me how I can compile/build the kernel ...
1
vote
1answer
45 views
Change one typed key for another
I have LUbuntu 13.04.
Is it possible to change the keyboard on the operating system, so that when I press k for instance, the system will hear it as I actually typed m?
Or any other key for that ...
-2
votes
0answers
30 views
Ubuntu to Debian migration on UEFI system [closed]
I had a Ubuntu 12.04 installation. I migrated to Debian wheezy and messed up my entire system. Now the system boots with "Missing operating system".
Are there any links out there for migration on ...
1
vote
2answers
63 views
udev rule not working
I have created a udev rules which is supposed to mount a USB device, backup some datas et cleanup everything. I am actually working on a Debian server.
There is the information about my usb device ...
0
votes
2answers
44 views
How to install Debian package with file extension .deb
I am trying to install a Debian package, but it gives error as "sudo: dpkg: command not found".
I installed SUDO, and it still giving the same error.
I went to the dir where .deb is saved, and ran ...
2
votes
0answers
23 views
Debian based Raspberry – samba invisible unless I restart
I have a Raspberry Pi running Raspbian along with other computers on the same network. I installed, configured and started samba to share files from my home folder of the Raspberry Pi to my other ...
2
votes
0answers
19 views
Debian Live 3.x with encrypted root filesystem
I'd like to build a Debian Live system based on sid with an encrypted root filesystem. It's quite easy to install a Debian system with a rootfs encrypted with dm-crypt/LUKS, so I suppose it's also ...
0
votes
1answer
44 views
Should I use useradd or adduser?
I am trying to add a new user to the system. I am confused though which command to run: useradd or adduser?
3
votes
1answer
35 views
Debian's ReportBug equivalent on Fedora/Gnome?
When I was using Debian, there was a tool called "ReportBug" - or something like that.
Ironically, the tool itself was probably the buggiest program I have ever used. I was never, ever actually able ...
1
vote
1answer
30 views
How to write a script to read wifi SSID and password from USB drive at boot up and auto logon to wifi network
I have an embedded system that is running Debian. I want to be able to provide wifi network SSID and password information via a USB thumb drive. That way I can easily deploy it to any wifi network.
...
0
votes
1answer
254 views
“no public key available” on apt-get update
When performing apt-get update, I get the following error:
root@ADS3-Debian6:/home/aluno# apt-get update
Atingido http://sft.if.usp.br squeeze Release.gpg
Ign http://sft.if.usp.br/debian/ ...
2
votes
1answer
27 views
Debian Networking Issues
I recently installed Debian Wheezy (gnome) on my ThinkPad T60. It was going well, until about 2 days ago when suddenly my machine stopped connecting to the web.
I can connect to my router, I can ...
1
vote
1answer
54 views
Routing 4 Networks
I've been trying for almost a week to make it work but without success. I'm starting to feel hopeless.
I have 4 Ethernet adapters :
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state ...
0
votes
1answer
22 views
Writing on NTFS drives (on Debian Wheezy)
I am currently setting up a personal server on Debian Wheezy. My machine is an ARM based architecture (Cubox).
The problem appear when I want to mount and use my NTFS external hard drives.
The mount ...
0
votes
0answers
19 views
Troubles with Wifi and ethernet Aspire One AO725
I'm use Debian wheezy on a Acer Aspire One AO725. It has the following kernels:
3.2.0.4-amd64
3.7-trunk-amd64
The command lscpi | grep Network:
02:00:0 Network controller: Atheros ...
1
vote
1answer
34 views
Excluding kernel modules through /etc/modprobe.d/blacklist.conf does not work
I don't want to load the kernel module nouveau on my debian box at startup, so I put the following in /etc/modprobe.d/blacklist.conf:
blacklist ttm
blacklist drm
blacklist nouveau
I even did a ...
2
votes
1answer
54 views
How to get Evolution to run in VNC on Debian/Wheezy?
For many years I've been in the habit of, when away from home, VNC-ing (over ssh) back into my "home machine" and running Evolution (for email, contacts etc) in a tightvncserver environment there.
...
3
votes
3answers
17 views
Install using synaptic ignoring dependencies
I was trying to install texmaker a latex editor in my debian system from synaptic. It shows in the dependency list texlive-base, texlive-common. etc as dependencies. But I have already installed ...
1
vote
0answers
19 views
Install man pages in directory with update-alternatives
Using update-alternatives(8) on a Debian system it is possible to add man pages as slaves under some master alternative.
For example, the following command installs an alternative man page tclsh.1 ...
1
vote
1answer
64 views
Unable to install skype on LMDE,how to resolve these dependencies?
I have downloaded "multiarch" .deb file for latest skype and unable to install it on latest version of LMDE (linux mint debian edition Xfce x86_64). e.g
step one :
sudo dpkg -i ...
5
votes
1answer
61 views
Does fail2ban offer any additional protection to SSH if password login is already turned off?
I’m setting up a Debian VPS on Linode to use as a public web server, and I’m following their security suggestions.
The last suggestion they make is to install fail2ban, to avoid dictionary attacks on ...
0
votes
0answers
6 views
Parallels Plesk10 problem with update/upgrade
I get errors when I would update my Server or install php,mysql... with Plesk...
I have debian06 installed.
Here the Error that I get when I would install pp10:
Operation with the Container ...
1
vote
1answer
28 views
debootstrap from Intel Atom (i686) to AMD Sempron (AMD 64)
I'm working on setting up a minimal Debian install on a USB stick, and am just trying to wrap my head around debootstrap and differences in architectures. I want to create a system to run on AMD64 ...
0
votes
1answer
36 views
How to remove metapackage entirely in Debian
Is there any way to remove meta package and all its packages? Subset of metapackage is packages which don't depend on metapackage by all means. That's why if remove one metapackage only the package's ...
1
vote
1answer
37 views
grub2: how to bypass “press any key”?
I recently updated my motherboard and moved my grub2 onto EFI partition. I have same grub menu, but after I select a menu entry and press Enter, a message "Press any key" comes and the loading stops ...
0
votes
1answer
30 views
What are my problems with my VMWare runlevel setup?
I recently upgraded to Debian Wheezy (7) and had to upgrade VMWare Player along with that since the version I had didn't like the 3.2 kernel.
However, I notice that the kernel modules aren't starting ...
0
votes
1answer
89 views
Debian 6 Gnome black screen after boot
I installed Debian a few weeks ago, and the last time I ran apt-get update, I think it updated something xorg/xserver, not sure.
Since then i get a black screen after boot.
If I go into recovery mode ...
1
vote
1answer
40 views
Integrating custom kernel module into Debian
I've built a kernal module from source and now would like to load the module at boot.
The .ko file is in the build directory in my user folder, and I know it works because running insmod ./vizzini.ko ...
0
votes
1answer
28 views
debian cannot install kernel source
I want to use debian linux for my laptop again. So I took my old debian 6.0 cds and installed it.
From the last time I know, that I have to build the driver for my Atheros AR8151 Gigabit Ethernet ...
0
votes
0answers
16 views
Openbox doesn't seem to have correct environment variables set
I've installed Debian 7.0, and then installed Openbox on top of it.
I've got some executable files in ~/bin, and this line in my .bashrc and .profile:
export PATH="$HOME/bin:$PATH"
I can normally ...
0
votes
0answers
56 views
Gdm3 doesn't start after upgrading system
I installed Debian a few days ago. The first thing I did was install the ATI graphics driver (I needed some additional software to install it) and some apps for everyday use.
Today I upgraded the ...
0
votes
1answer
37 views
Should the “laptop” option be selected for netbooks when installing Debian?
When installing Debian on an Eee PC netbook, the "Software selection" screen shows "Desktop environment" is selected by default, but not "Laptop".
As laptops are similar to netbooks, should I ...
2
votes
0answers
74 views
Virtualbox NAT + Host-Only Adapter
My host is Ubuntu 12.04 and guest is a Debian squeeze (LAMP server). I want to allow the host to connect the guest. and allow the guest to connect the internet. The guest should not be enabled from ...
0
votes
1answer
23 views
Upgrading dpkg on 64-bit debian
Recently I tried to install Steam on my debian, but I ran into a problem. It requires dpkg version 1.16.2 (for multiarch) but the one installed on the system is 1.15.8.13
The problem is that running ...
1
vote
1answer
54 views
postfix/smtpd: warning: connect to Milter service unix:/var/run/opendkim/opendkim.sock: No such file or directory
I have problem with postfix on debian after upgrading from squeeze to wheezy.
Postfix was configured to sign messages using dkim-filter. Before update, everything was working flawlessly, now it fails ...
1
vote
0answers
117 views
Is i386 multiarch support broken on amd64 Debian Sid?
I am currently experiencing issues with Debian Sid. My architecture is amd64 (x86-64).
If I want to install a i386 package and run the following commands:
# dpkg -add-architecture i386
# sudo apt-get ...
0
votes
3answers
55 views
how to delete temp and log files with terminal on vps?
I'm kinda pretty new to this but anyone know how to delete any temp and log files or these kind of files on vps with terminal? I'm runnin debian on the vps. I'm troubled since I can't locate those ...
0
votes
0answers
36 views
Kernel Oops Unable to handle kernel NULL pointer dereference
I could really use some help reading a kernel oops dmesg. I get this error once every few hours. Sometimes the system freezes; sometimes not.
I would appreciate a swift kick in the right direction.
...
2
votes
2answers
196 views
How can I easily configure samba share in Debian Wheezy?
I have just installed a new Debian Wheezy and I am trying to create a new share. I am using KDE 4, and there in the folder preferences menu I found option to share the folder with Samba - it doesn't ...
3
votes
4answers
122 views
How do I configure my tty session such that a form feed `\f` character will clear the terminal?
I'm connecting to a USB-serial connection on /dev/ttyACM0. The code on the sender side is sending a \f character at regular intervals.
print("----------------------------\n\r");
print("-- LED ...
1
vote
2answers
80 views
telling network manager to temporarily ignore a network device
I have a laptop with debian. Networking is configured with NetworkManager. Now occasionally I want to connect a device to its wired ethernet port and then bridge wireless to it. That all works in so ...
3
votes
0answers
69 views
How do I mount a Windows folder with cifs on Raspian
I'd like to access the music library from my desktop with my Raspberry Pi, and I'd like to do this via Samba/cifs.
I did the following:
Set the folder Q:\musik as a shared folder on my Windows ...
0
votes
2answers
26 views
Skype window doesn't show on Debian 7.0 with Openbox
I'm running Openbox on Debian, and I don't use any panels or docks because I don't really need them.
I installed Skype (from here: ...

