Hello everybody, I have found such annoying issue related to CUPS. When I restart raspberry pi, there is a problem with a printer after that. Basically, the printer HP Laserjet 1018 is connected to RPi via USB and shared in LAN. I can use network printer properly. But when I restart RPi I cannot eve...
It doesn't look like change in IP. Here is a screenshot from my router:
Strange thing is that I can use transmission from my own PC connected to the same LAN. In case of my computer (not Raspberry) I'm getting message that ports are opened.
Hello! For some time I have been using Transmission with web interface. Then I have had a pause and now for unknown reasons I cannot use it any more. Every port I try to pick is said to be closed. I have upnp enabled and no matter if I switch on port forwarding or not, it doesn't work. I also tried ...
Hello! I use Raspberry Pi B+. I installed Samba into Raspbian and there is some issues from time to time with drive mounting. Sometimes when I try to mount my drive connected to RPi: sudo mount -t cifs -o username=pi //192.168.1.50/Grubas /mnt/Grubas After entering the password I have nothing mounte...
Okay I've found the solution. The key was the fact that I still had my configuration kept in /etc/samba , even though I deleted it with $ sudo apt-get remove --purge samba I did the instruction at http://askubuntu.com/questions/820108/cannot-reinstall-samba-after-deleting-its-config-file-from-etc-sa...
I changed my config file, I mean I deleted lines about charset, but nothing changed. /etc/samba/smb.conf [global] workgroup = DOM wins support = yes dns proxy = no log file = /var/log/samba/log.%m max log size = 1000 syslog = 0 panic action = /usr/share/samba/panic-action %d server role = standalone...
Hello! I have a problem with Samba. Since update it doesn't start and I don't know why. I tried reinstalling it and every time it goes the same. Let's start with this message: $ systemctl status smbd.service ● smbd.service - LSB: start Samba SMB/CIFS daemon (smbd) Loaded: loaded (/etc/init.d/smbd) A...