I'm in somewhat of a sticky situation. ssh has just randomly stopped working on my server after a power failure. Everything else that doesn't rely on ssh is still working fine though. It can still receive mail and everything, just no ssh.Background on the server, running debian etch on a PPC machine.ssh is (supposed to be) running on port 2000. Even if I am physically logged into the machine I can't log in with ssh -p 2000 user@127.0.0.1. I can ssh to and from any other machine on my network (the server can even ssh into another machine). So it isn't my network causing issues.It seems like the port 2000 is completely closed, if nmap the server's IP address I get PORT STATE SERVICE
25/tcp open smtp 80/tcp open http 110/tcp open pop3
I was running 2.6.26 and I've recently upgraded to 2.6.32-trunk-amd64 along with other packages (mostly dependencies)... which possibly involved the network stack.
After this upgrade my home gateway stopped working and I'm clueless to where the problem may be.
I can see that the iptables are still there when I type:
My plex media server suddenly stopped working after years of no hassle use. This is the output of cat /proc/version = Linux version 3.2.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.65-1+deb7u2
My problem is similar to this forum thread viewtopic.php?f=5&t=121945 where I can get it to start by running Code: Select all/usr/sbin/start_pms & but it's not my normal server configuration. I added a couple files to it and it seems to work except it doesn't start when I reboot. I have to run that command again.This is the init script I've been running for years...
Code: Select all---- #!/bin/sh ### BEGIN INIT INFO # Provides:Â Â Â Â Â plexmediaserver # Required-Start:Â Â $remote_fs $syslog $networking # Required-Stop:Â Â Â
[code]....
My Debian skills are lacking to know how to proceed with troubleshooting what could have happened. Everything else seems fine, I just can't seem to get this application to run at startup or get back my old configuration...
I have been using my system for couple of weeks, and normally update software when the icon is displayed on top bar (gnome). Last couple of days there were updates for X, and I am not sure whether that is the cause of my problem. Once bootup, I get the login screen. When enter the password the login screen keep coming back. there is no error about any password issue, or anything. It keeps prompt me to enter the password.
I could login back the following way.
1. ctrl + alt + F1 , and login with the same username/pwd as for X 2.change to root 3.pkill gdm3 4.exit from root to user privilege 5. startx
The system starts X correctly and no login screen is displayed. I could use the system as usual.
The only thing I did custom to my system was upgrading to the latest kernel (2.6.38) using the source. This was to get support for my hardware, but that was about a month ago. I do not see anything in /var/log (X, demesg etc).
When I tried to configure the screen resolution using NVIDIA X server settings, I was told to run 'nvidia-xconfig'. I ran it, restarted X but my resolution is still stuck at the maximum of 1024x768. I've tried running the above many times with the same results. I even tried aptitude reinstalling but still the same.
I am suffering from the following problem: after updating udev from 125 (lenny) to 151 (squeeze) my wireless keyboard Logitech diNovo Edge totally stopped working (says it is disconnected). If I downgrade back to 125 all works fine again.
So after having spent the past half year preparing to abandon Windows and come over to Debian I finally made the switch last night only to realize I forgot one important thing... I didn't figure out how to map the network drive on my Windows server (currently learning to replace this with Debian as well) to my Debian system.
I have read about 15 links but keep getting the following error: Mount Error (6): No such device or address
Here is what I'm trying to enter into my terminal (with important bits removed for security of course)
mount -t cifs //xxx.xxx.xxx.xxx/Network_Storage/ -o username=xxx,password=xxx /mnt/cifs
I'm using Debian 8.2 from a very recent download of the latest NetInst (less than 2 weeks). I'm sort of new to Linux - More accurately, I've used Unix and Linux extensively in the past, so most of my knowledge is dated. In particular, the whole systemd / systemctl paradigm is completely new to me.
Problem: I've added an entry to /etc/fstab to mount a NAS drive as CIFS. When I do a system shutdown or reboot, the system hangs for 90 seconds trying to unmount the NAS. If I manually umount the NAS prior to shutdown / reboot everything works fine.
I've done a fair amount of investigation and web searches, but haven't found a fix yet. Apparently several people were encountering similar problems about a year back, and it seems pretty clear that the root cause what ordering of steps in the shutdown process, e.g., WLAN being turned off before unmounting filesystems. This seems to have been resolved for most users (no one is discussing it any more), but I'm now running into the same issue. Ugh.
I tried to add a shell script to /etc/rc0.d to umount the NAS first in the shutdown process. This had no effect. I assume this is because the new systemd / systemctl paradigm supplants the old /etc/rc model of runlevel control, though it is rather baffling (to me, at least) as to why /etc/rc* still exists if the system is no longer using it...?
Here's some things I'd like to try, but how to proceed:
1. In the new systemd / systemctl paradigm, how do I examine and change the ordering of steps in the shutdown process? I've seen a lot of documentation on systemd, but nothing tells me how to do what I used to be able to do with /etc/rc with a simple rename of a symlink. If I knew how to look at the order of shutdown and change that ordering, I'm fairly certain I could identify and resolve this issue.
2. Is there some other way to mount my CIFS NAS other than editing /etc/fstab? Is it possible that my manual edit to /etc/fstab is the cause of this issue? My research into systemd indicates that it IS supposed to be compatible with /etc/fstab. I have not yet found documentation describing how to mount a filesystem at boot WITHOUT editing /etc/fstab ...
I'm having trouble making my cifs shares user mountable from bash: mount.cifs: permission denied: no match for /home/jcress/gatton/webspace found in /etc/fstab
Running Debian stable. I added the following command to rc.local and made it executable:mount -t cifs -o username=ted,password=computer,uid=mooreted,gid=users "//192.168.1.121/Storage Volume" /mnt/vortexAfter rebooting dmesg throws the following error:
However, if I run the command as root after the system boots it works fine.Been using this method on other distros for over a year. No idea what the problem is.
I try to connect my Debian Jessie to my Windows share
This is what I have done:
-> 1 - create an .smbcredentials file located in my /home directory (with account / password and domain) -> 2 - implement /etc/fstab with information like that : //192.168.x.x/Animes/media/Animes cifs uid=toto,dir_mode=0777,file_mode=0777,credentials=/home/.smbcredentials,iocharset=utf800
and when I try to go on my windows share, I have this message:
An error occurred while accessing 'Home', the system responded: mount: only root can mount //192.168.x.x/Audio-Video-01 on /media/Audio-Video-01
I think about one thing, if uid=toto is different in fstab than my current debian account session name, it is possible the problem came because of that?
I was just doing the normal stuff, working with my raid-setup. Then I needed to reboot. I did that, and then my internet sharing just stopped working?I remember I just did aapt-get update && apt-get upgrade && apt-get dist-upgrade && apt-get autoremove && apt-get cleanbefore booting, and I just dont rembember if that said anyting crucial, but I really dont think so. Anyways, my LAN i working, all my LAN computers speak with each others, and I have internet (...) on the server. But my sharing just doesnt work. This is how I share my internet:
I have been running X applications over my ssh connection for a long time using the command ssh -Y servername.example.com -p 222 . About a week ago, I noticed that it no longer works. I also tried ssh -X servername.example.com -p 222 but again, no success.
I just got a new pc after my two pc's decided to die. I have had them for many years, maybe around 2001. So, I am new to this 64 bit OS. I'm running squeeze amd64. I am having some troubles with flash in Iceweasel. It just stopped working one day. So, I downloaded Firefox to see if flash would work in it. Here's the interesting thing. Iceweasel will play flash. I will close the browser and reopen to discover it no longer wants to play flash. I'll open Firefox, then close it. I'll then open Iceweasel and Flash will work in Iceweasel again.
This happens often. To get Flash to work, I just close Iceweasel, open Firefox, close Firefox, open Iceweasel and go to a flash site and all is good. Is there something I can do to get Flash to always work without opening Firefox?
My printer is a HP laserjet 4 Plus. It used to work with the gutenprint drivers pretty much since always.I don't know when it broke, because I don't use it that often. I have tried with the generic postscript driver, with the gutenprint driver, with the j4dith driver and with the hplib driver. Basically, what happens is that all jobs never finish processing in the queue. On the other hand cups-pdf still works.
ethernet suddenly stopped working and can't get it back, says something about device not active but it works well with the Debian live dvd, what could be the problem?I'm using mobile internet now and this seems to have happened after setting up the mobile connection but I dont think it as anything to do with the wired problem.
So everything was working perfectly on my system. I have Debian SID, with the debian-multimedia repos and liquorix repos for kernels. Flash worked perfectly one boot, then the next boot the video still works perfectly but no audio. I found several "fixes" on the web, including creating .asoundrc in your home directory and another that said to Quote:edit /etc/firefox/firefoxrc -- change the line FIREFOX_DSP="none" to FIREFOX_DSP="aoss"neither of those have done anything. Have tried using both the flashplugin-nonfree and flashplayer-mozilla, same thing on either. ALL other sound works, smplayer, amarok, system sounds, etc.
Wakeonlan was working just fine with Wheezy on this machine. After upgrade, wakeonlan will resume from suspend but not from shutdown.
I have no problem with other machines (same software setup) after upgrade. None of my other machines have a broadcom NIC.
No BIOS settings were changed during the upgrade. If I enter the BIOS on boot and make sure settings are correct then 'save' and shutdown, without booting to debian, I can then successfully wakeonlan. Then, if I do not boot debian, but shutdown before debian starts, I can wakeonlan successfully again.
If I boot debian and then shutdown, game over: wakeonlan nolonger works.
$ ethtool eth0 | grep -i wake Supports Wake-on: g Wake-on: g
I use scim to input Chinese in Libreoffice-writer. It worked on one of my computers until a couple of days ago.
Normally to start scim I press Ctrl and the space bar at the same time. Then I use the input method Cangjie to input Chinese.
Now when I do so in Libreoffice-writer "English/European" appears in the scim panel. The other choice is "English/Keyboard". The choice of either doesn't enable me to input Chinese.
In all other software scim works as before.
The computer runs Debian sid. On another computer that runs Debian sid too I don't have the same problem. I have version 5 of Libreoffice on both computers.
My Iceweasel is not consistently opening pages. This is new behavior after changing the /etc/network/interfaces file for setting up bridging. The home page is advanced google search. When Iceweasel opens to google, I get a message saying the site is not secure and won't open it. Inputting [URL] ...., it takes about 90 seconds before it opens the site then freezes. If I go to forums.debian.net, the site is fully navigable, if I put anything in the Iceweasel search bar, it freezes.
For some reason my bash autocomplete stopped working. I get the error when I try to cd into a directory, pressing <tab> for autocomplete: cd A-sh: <( compgen -d -- 'A' ): No such file or directory Autocomplete works for the root user and for the other user on the machine, just not logged in as this user. The .bashrc file looks fine to me, and I didn't make any changes to it to even cause the bash autocomplete to stop working (as far as I know).
# enable programmable completion features (you don't need to enable # this, if it's already enabled in /etc/bash.bashrc and /etc/profile # sources /etc/bash.bashrc). if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi What else could cause autcomplete to stop working? I log in via ssh, btw.
I use Debian 6 as my main distro, installed on partition 1 (sda1) on my laptop. After installing a second distro on sda2 everything still worked fine and both distros show up on the boot up screen. After installing a 3rd distro on sda3; suddenly my cursor (in Debian) is frozen and I can't use either the touch-pad or the 'left and right clickers'. It seems unlikely that this would have anything to do with installing another distro but on the other hand it is a bit of a coincidence...or? The cursor works on the 2nd OS. The 3rd has not yet showed up on the boot screen (I want to do a 'update-grub from within Debian)
I did some mess with adobe flash player and now I have no soound on my Thinkpad T60.
root@debian:/etc/modprobe.d# dpkg -l|grep alsa ii alsa-base 1.0.25+3~deb7u1 all ALSA driver configuration files ii alsa-utils 1.0.25-4 i386 Utilities for configuring and using ALSA ii bluez-alsa:i386 4.99-2 i386 Bluetooth ALSA support ii libsox-fmt-alsa 14.4.0-3 i386 SoX alsa format I/O library ii libwine-alsa:i386 1.4.1-4 i386 Windows API implementation - ALSA sound module
Anybody know how to get pictures off of one? I've got a computer with XP, but the software doesn't want to work. I've tried setting it up in a VM, but VirtualBox won't patch the camera through for some reason. The SD card adapter it came with stopped working, so that's a no-go.
Debian 5 64 bitGnome, using compiz-fusion.Compiz had been working well ever since I installed it last year; a couple of days back there was a debian update (I think and x-server update was there); now compiz does not work anymore. if I select compiz as the window manager from the cmpiz-fusion icon, I cannot move/resize wndows, the titlebar disappears.
sometime ago i have setup a nice Debian FTP server. and left the company. everything was working fine for about 5 month, administrator was able to login to root, do changes and manage system, etc. Suddenly he told me that he cannot login via PUTTY, the root user and pass say Access Denied.Looked all over the web for at least a REASON, but did not find anything. I suggested to go and do passwd reset, via runLevel 1. i hope this helps him. But i am still curious why all of the sudden, in a locked down room, where only one person has access root get disabled.
I installed Jessie (8.1.0) and encountered a problem which is non-existent in Wheezy (7.8.0).
My shell is zsh and I use tmux both installed from packages, I use this zsh feature that when you type "ls /" and then hit "Tab" twice, it will present you a menu where you can select the directory you want navigating the menu with the arrow keys. It works fine out of tmux (in bare shell) but stopped working inside a tmux session. In bare shell you hit Tab twice and get into the menu, in tmux you hit Tab twice and it displays the table of suggestions but just keeps cycling suggestions (cycling directory names) and not sending me to the menu.
Here's some screenshots:
1) Working (no tmux): I hit tab twice and got in the menu.
2) Not working (in tmux): I hit tab twice and it just cycled directory names after "/"
t isn't in my config file, I tried without my .tmux.conf (with tmux set to default settings) and it still had no effect.
after i installed latest ATI proprietary drivers ( 9.3 legacy drivers) for my HP compaq nc6000 with a "Mobility Radeon 9600" the standby and the suspension stopped working, i mean, if i try to suspend or hibernate my laptop, it closes X (this is fine) but after it gets freezed on the whole screen black with just a blinking underscore and nothing more, neither an error message after reboot.All i can do is to force shutdown by pressing poweron button for 5 secs.I'm running on a lenny, stable with stable repo.What can i do to understand where does this problem comes from and maybe fix it?