Debian :: X11vnc Fails After Jessie Upgrade
Jan 18, 2016
Using x11vnc server on Debian host, and TightVNC viewer client on Windows 7. All was working fine until a server host upgrade, from Wheezy to Jessie. Now, when I try to connect, TightVNC retrieves the certificate as normal, compares and accepts it, and starts stunnel. The next step would normally be to prompt for the VNC password.
Instead it gives an error:
ReadExact: Socket error while reading.
I'm guessing that some thing is missing or misconfigured after the Jessie upgrade, which broke many other things too, as Debian upgrades always seem to do. I have removed and reinstalled the x11vnc package, no effect.
The errors in the log file don't mean a lot to me.
The server is started with this command:
Code: Select allx11vnc -ssl -display :0 -usepw >>vnc-log 2>&1 &
If I start it up without the -ssl flag, and connect from the Windows system with a different client (Mobaxterm) it all goes well.
Relevant part (tail) of the server log file:
Code: Select allThe SSL VNC desktop is: myhost:0
PORT=5900
SSLPORT=5900
19/01/2016 12:31:10 SSL: accept_openssl(OPENSSL_VNC)
19/01/2016 12:31:10 SSL: spawning helper process to handle: 192.168.2.3:51942
19/01/2016 12:31:10 SSL: helper for peerport 51942 is pid 11193:
19/01/2016 12:31:10 connect_tcp: trying: 127.0.0.1 20000
[Code] ....
View 0 Replies
ADVERTISEMENT
Oct 18, 2015
I eventually gave up and migrated to mdadm. Works just fine. Having upgraded to jessie and solved one problem
[URL] ....
I find the next one. When I boot into jessie my RAID device (just a data partition not /) is not found causing the boot to fail as per problems reported here
[URL] ....
After booting I can mount my RAID device but if it's in the fstab when booting it fails. Also, I notice that some of my lvm device names have changed. After a bit of hunting around I found a couple of solutions pointing to running dmraid as a service during boot and changing the entry for the RAID device in fstab to use the UUID.
[URL] .....
This seems to work. However this seems to be a workaround and as the lvm device paths for my / and /usr partitions have also changed, I'm wondering if there is a bug here as mentioned in the second link?
The / and /usr paths changed to /dev/dm-2 and /dev/dm-3 from the /dev/mapper/ form.
View 2 Replies
View Related
Feb 23, 2016
I keep most of my files on my server, but fiddle with them using NFS from one or another of my laptops - so they all have static IPs assigned by my router. If I want extra speed I plug in an Ethernet cable. My old DI524 wireless G router seems quite happy to have two MAC addresses (Ethernet and wireless) assigned to the same static IP, so long as I don't try using both simultaneously. However three Wireless N routers I've tried won't allow this, nor will dd-wrt.
I really don't want to have to set up every laptop as two separate hosts on my network. 'orrible complications.
Best solution I can think of is to get the Ethernet card to spoof the wireless MAC address with e.g. macchanger, as per this excellent page here: [URL] ....
I don't mind running a script manually to do that on each occasion.
This works perfectly on my old R50 Thinkpad running Debian Squeeze, but on my R60 (running Wheezy) and T400 (running Jessie), macchanger works initially, BUT as soon as I hit 'enable networking' in the Network Manager applet, the ethernet card reverts to its original setting. So of course then my router allocates a random IP and so NFS won't work.
Exactly the same goes for the iproute method 'ip link set dev eth0 address [fakemac]' - ifconfig shows it's worked, but it reverts as soon as NetworkManager goes back up.
I don't know where Network Manager (if it is that) is getting the Ethernet card's original MAC from, it seems to be listed in /etc/udev/rules.d/70-persistent-net.rules, so on the T400 (Jessie) I've even tried creating a file in /etc/udev/rules.d/75-mac-spoof.rules along the lines suggested in that archlinux page I mentioned -
ACTION=="add", SUBSYSTEM=="net", ATTR{address}=="[original MAC]", RUN+="usr/bin/ip link set dev %k address [fake MAC]"
but it seems to have no effect.
Short of reverting to Debian Squeeze on all my laptops, I don't know what else to do. Or getting into my router and reassigning the IP / MAC address by hand every time (!).
(If there's a better way to swapping easily from wireless to Ethernet when required, I'd like to know.)
View 5 Replies
View Related
Dec 1, 2015
I have dist-upgrade from Wheezy to Jessie, however it randomly freezes. Everything was okay with kernel 3.2, but when I run several applications kernel 3.16 fails.
At below you can see the dmesg output of Jessie:
Code: Select all[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.16.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt11-1+deb8u6 (2015-11-09)
[Code] ....
View 13 Replies
View Related
Aug 6, 2014
I'm just trying to install a Jessie i386 image in Oracle Virtualbox.
My host specs are:
Windows 7 Home Premium x64
Wheezy is installing correctly, but Jessie is not. It fails during the partitioning of the disk, and gives an error message like: unable to write to disk, start = 236342 length = 0. This is not the exact message but I'm unable to try again at the moment.
When I install Wheezy and apt-get update / upgrade to Jessie, I get a black screen after reboot..
View 4 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
Mar 10, 2016
I am trying to clean install Jessie 8.3.0 onto an old PC, where I already have wheezy 7.7 working. I am using the 3 DVD- i386, which passed the integrity check.
Installation goes on smoothly till completing the "Select and Install SW" stage from 1st and 2nd DVD. At this point I get the warning that "Installation step failed, ..", giving the choice to repeat.
When repeated, the process gets completed (without asking for 2nd DVD), the new installation boots normally, but the KDE desktop opens irregularly, with some basic applications missing, and some flaws during certain operations.
The APT does not show any missing/broken link. I tried and repeat the installation with different choices as for kernels and/or desktops, but got the same result. I cannot guess where the problem originates, nor whether it is a known bug of the installer.
View 6 Replies
View Related
Oct 17, 2015
I'm just completing an upgrade from wheezy to jessie and get the following error
Code: Select allProcessing triggers for initramfs-tools (0.120) ...
update-initramfs: Generating /boot/initrd.img-3.2.0-4-amd64
E: intel-microcode: unsupported kernel version!
With a message like this I'm wondering if it's safe to reboot as well as how to resolve.
Is this somehow related to the change to only update the microcode on boot as reported earlier in the upgrade?
Code: Select allintel-microcode: microcode will be updated at next boot
View 5 Replies
View Related
Nov 4, 2015
My server has 4 1Gb eth interfaces, and an additional Broadcom dual 10Gb card. It runs Debian Jessie.Problem is, that the card fails to load, although it is identified, and its drivers is installed.I tried to update the driver with apt-get install firmware-bnx2x, but it was already up to date.
Code: Select allroot@pxe-server:~# lspci |grep -i broadcom
03:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01)
03:00.1 Ethernet controller: Broadcom Corporation NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01)
03:00.2 Ethernet controller: Broadcom Corporation NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01)
03:00.3 Ethernet controller: Broadcom Corporation NetXtreme BCM5719 Gigabit Ethernet PCIe (rev 01)
07:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM57810 10 Gigabit Ethernet (rev 10)
07:00.1 Ethernet controller: Broadcom Corporation NetXtreme II BCM57810 10 Gigabit Ethernet (rev 10)
[code]....
View 1 Replies
View Related
Feb 8, 2015
I have been happily running Wheezy on the Chromebook Pixel with little or not issues. Recently I needed to re-install and decided to try Jessie. Again I was following the excellent instructions at [URL] .... except with the Jessie image.
However everytime I went to install it (after adding in the mem=4G line) it just rebooted and brought me back to the same install screen again. I just downloaded the Wheezy image again and it is installing now perfectly.
View 1 Replies
View Related
Jun 30, 2015
As the subject states i have a desktop with a radeon 9200 card, when i install the firmware-linux-nonfree the system hangs when x starts(sometimes you can see the login manager, sometimes not, but you cant login at all) and i cant access any of the terminals ctrl+alt+f(1-6), after removing the firmware-linux-nonfree package the system boots, but the graphics are under software render...
View 3 Replies
View Related
Jun 18, 2011
By invoking x11vnc with the -gui tray option the TCL/TK GUI attempts to embed itself onto the system tray, but I encounter the error message "tail: cannot watch /tmp/x11vnc.tray.*", after the first settings dialog approved [clicked OK]. I believe that a package is still missing to be installed and this is not really a software bug. I use the XFCE version shipped along F15, and the GUI can be started but not as a docked-applet.
View 3 Replies
View Related
Jun 25, 2015
I installed a Debian server a few time ago, with the Squeeze version.
Now I want to upgrade it to Jessie, but all related documentation only talk about the procedures to upgrade from Wheezy to Jessie.
What should I do? Upgrade first Squeeze to Wheezy and after that to Jessie, or I can upgrade from Squeeze to Jessie?
View 3 Replies
View Related
May 27, 2015
I upgraded my Wheezy 7.8 to make sure all packages were installed Before taking the next step to upgrade to Jessie.I upgraded to Jessie and it seemed to run OK....but after reboot I had no network Connection..I checked ifconfig and the wrong network card mac address is being assigned to the wrong card....?I have a clonezilla server on my server, so this was my network interfaces before and after upgrade
Code: Select all# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
[code]...
I even checked nano /etc/resolv.conf and sure enough my gateway was the same for my Internet eth0.When I ran ifconfig I could see that the eth0 mac address was set as eth1..I tried to reset my drbl for clonezilla but that only sees the vmware Connection and not my actural cards.. have taken alook at /etc/udev/rules.d/70-persistent-net.rules and the assignment is right but not ifconfig?
View 14 Replies
View Related
May 28, 2015
With "quiet" removed from the grub linux line, I'm getting the following error messages when the boot hangs up early in the boot process (19.768231 seconds into boot).:
input: HDA NVidia HDMI/DP,pcm=3 as devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input6
input: HDA NVidia HDMI/DP,pcm=7 as devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input7
input: HDA NVidia HDMI/DP,pcm=8 as devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input8
So, is this a NVidia issue or a sound card issue?
View 1 Replies
View Related
Jun 3, 2015
/var/log/syslog is full of messages
/etc/gdm3/Xsession[3408]: ![1433316153,000,xklavier_evt_xkb.c:xkl_xkb_process_x_event/] #011ATTENTION! Currently cached group 0 is not equal to the current group from the event: 1
What this means and how to fix it?
View 4 Replies
View Related
Jul 3, 2015
I installed a package (kicad) on my wheezy system using apt-get and it pulled down a shedload more files than I expected.When I restarted the system it turns out I've also been upgraded to
Release 8.0 Jessie
Kernel Linux 3.2.0-4-amd64
GNOME 3.4.2
However I don't have gnome any more. Only XFCE.I tried
Code: Select allroot@client:~# apt-get install gnome
Reading package lists... Done.Building dependency tree.Reading state information... Done.Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.
The following packages have unmet dependencies:
gnome : Depends: gnome-core (= 1:3.14+3) but it is not going to be installed
Depends: evolution (>= 3.12) but it is not going to be installed
Depends: evolution-plugins (>= 3.12) but it is not going to be installed
Depends: gnome-shell-extension-weather but it is not going to be installed
Recommends: gnome-software but it is not installable
E: Unable to correct problems, you have held broken packages.
My /etc/apt/sources.list is
Code: Select all#
# deb cdrom:[Debian GNU/Linux 7.7.0 _Wheezy_ - Official amd64 NETINST Binary-1 20141018-13:04]/ wheezy main
#deb cdrom:[Debian GNU/Linux 7.7.0 _Wheezy_ - Official amd64 NETINST Binary-1 20141018-13:04]/ wheezy main
deb http://mirror.waia.asn.au/debian/ wheezy main
deb-src http://mirror.waia.asn.au/debian/ wheezy main
[code]....
View 14 Replies
View Related
Aug 22, 2015
X won't start (awesome WM) after upgrading to jessie. It seems to startup up, then just stops. I'm running startx from the command line after logging in. The xorg log (bottom) looks good and I see an exit code of zero.
I do see this in sysout:
Code: Select alldebian xf86TokenToOptinfo: table is NULL
Googled around but I can't find anything specific on this one.
I'm not using any xorg.conf, as booting into a linux rescue cd everything works ok
Code: Select all[ 2275.960]
X.Org X Server 1.16.4
Release Date: 2014-12-20
[ 2275.960] X Protocol Version 11, Revision 0
[ 2275.960] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
[ 2275.960] Current Operating System: Linux jj 3.14.25 #1 SMP Fri Dec 5 10:17:33 EST 2014 x86_64
[Code] .....
View 2 Replies
View Related
Dec 23, 2015
After upgrade no sound. I tried "alsactl init" fix and that worked for awhile. Now even that isn't working.
Also tried the following:
# /etc/init.d/alsa-utils reset
[ ok ] Resetting ALSA...done.
# /etc/init.d/alsa-utils restart
# alsactl init
Found hardware: "HDA-Intel" "Realtek ALC898" "HDA:10ec0899,38421034,00100003" "0x1034" "0x3842"
Hardware is initialized using a generic method
View 14 Replies
View Related
Jul 2, 2015
Dell Vostro 230 with integrated Broadcom NIC.
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
A bit of research found the suggestion:
$ lspci -tv | grep -i ether
+-1c.2-[02]----00.0 Broadcom Corporation NetLink BCM57788 Gigabit Ethernet PCIe
$ cat /proc/acpi/wakeup
Device S-state Status Sysfs node
P0P2 S4 *disabled
P0P3 S4 *disabled
[Code] ....
How to get wakeonlan working under Jessie with a Broadcom BCM57788?
View 8 Replies
View Related
Mar 7, 2015
I installed Jessie with the RC1. URL...A2) The network install images for testing (jessie) can be found at URL...However, unless you want to test the installer for testing the better choice is to use the stable installer to install a minimal stable system and then upgrade to testing by changing your /etc/apt/sources.list file.
View 8 Replies
View Related
Jul 28, 2015
is it possible to simulate upgrading a Squeeze installation to a Wheezy or Jessie installation, on a OVH server ?I would like simulate upgrading server, and if not problems, upgrading in real time.I don't do that manipulation, and I don't do mistakes on a production server.
View 2 Replies
View Related
Feb 7, 2016
I upgraded my laptop from Debian Wheezy to Jessie the other day, and just as before my wifi auto-connects to my router, and I can "ping http://www.google.com" just fine, but only for like a minute. Then the Internet access dies, but I'm still connected fine to my router, and I can ping its IP address. If I connect to the router through cable / eth0 everything works just fine, and I have full Internet access.
I assume there is something wonky with how ip address is assigned after the upgrade, how can I fix this, or trouble shoot further?
(I run Gnome desktop, with network manager).
View 10 Replies
View Related
Apr 5, 2016
I have an asus eee 1015px, which was running dualboot windows and wheezy with no problems (except the browsers seeming to take up a lot of CPU). Today having backed up everything, I wanted to upgrade to jessie. URL...
Everything seemed to be progressing fine, no strange messages, it took 1 hour for
Code: Select allapt-get upgrade
but maybe that's normal. However, then when I did
Code: Select allapt-get dist-upgrade
It froze at 17.30 with a weird screen. The sort of thing you never want to see on an install, a sad face and blocks instead of text.
pic: URL...
Then it moved on and gave a readout, which seemed pretty ominous
pic: URl...
It then moved and gave a readout, hanging again:
pic3: URl...
Now it seems to be in loop, moving on every 15 minutes or so but always ending up with the same screenful of text shown in the foto below, which ends with the last line reading like this:
Code: Select all[17798.587776] ieee80211 phy0: brcms_ops_bss_info_changed: arp filtering: enabled true, count 1 (implement)
or later
Code: Select all[20209.229273] ieee80211 phy0: brcms_ops_bss_info_changed: arp filtering: enabled true, count 1 (implement)
This pic shows the full screen: URL....
This is baffling for me I'm not very experienced with debian.
View 8 Replies
View Related
Feb 13, 2016
I just upgraded my Debian Wheezy XFCE 32-Bite to Jessie.
Now some strange freezes occur. After 10sec - 3min after login the GUi freezes and the screen gets blurry and some "lines" appear.
I never suffered from this bug under Wheezy. What could be wrong? Some conflict with the X-server?
View 1 Replies
View Related
Jun 22, 2015
I upgraded from Wheezy to Jessie yesterday and no longer have sound. I don't think anything is muted. I checked alsamixer and everything is on. MOC, VLC, speaker-test and aplay are all giving me errors. MOC refuses to load.
Code: Select allccc@de:~$ speaker-test
speaker-test 1.0.28
Playback device is default
Stream parameters are 48000Hz, S16_LE, 1 channels
Using 16 octaves of pink noise
ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave
Playback open error: -2,No such file or directory
Code: Select allaplay /usr/share/sounds/alsa/Front_Center.wav
ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave
aplay: main:722: audio open error: No such file or directory
Code: Select allccc@de:~$ mocp
Running the server...
Trying JACK...
Trying ALSA...
ALSA lib pcm_dmix.c:1022:(snd_pcm_dmix_open) unable to open slave
Trying OSS...
[CODE]....
Should I have a normal alsa-base.conf file?
View 3 Replies
View Related
Dec 18, 2015
I'm running a Debian derivative (Voyage linux).With the latest version based on Debian 8.0 Jessie and kernel 3.14.12 I have frequent pops, clicks and stutters in sound played through a USB dac, especially with higher resolution files. A previous version of this distribution worked fine, which was based on Debian 6.0.2 "Squeeze" and kernel 2.6.38. The files played are stored on a pata (to sata) device.I suspect I have an IRQ problem, I've made the following observations:
- The following processes are producing a combined 15-20% cpu load depending on the resolution currently being played. In the Squeeze based distribution these processes are not visible, so I'm not sure what that means.
irq/15-ehci_hcd
irq/15-ohci_
irq/15-pata_amd_hcd
- ksoftirq is also slightly elevated at 1.6 when running 'Jessie' compared to 0 on the 'Squeeze'
- The si line in 'top' seems also to be quite high (between 2 and 7) compared to when running 'Squeeze' (between 0 and and occasional 0.3).
- system load is also quite high
Below I have the contents of /proc/interrupts. It seems the problem lies in irq 15 being shared between usb and pata device(s). I already tried adding a few kernel options but without results: a.o. pci=routeirq, acpi=off. The latter did change the order of irq15, moving the pata device one position up.
'Squeeze' distribution: cat /proc/interrupts
CPU0
0: 2610959 XT-PIC-XT-PIC timer
1: 0 XT-PIC-XT-PIC i8042
2: 0 XT-PIC-XT-PIC cascade
3: 1 XT-PIC-XT-PIC
[code]...
View 0 Replies
View Related
May 6, 2010
I upgraded to Lucid yesterday. All of them solved, except this one: when I connect to my kubuntu PC from a Windows PC and launch x11vnc on the remote and TightVNC on the local, it keeps repainting the window making it unusable. Nothing gets printed to the log when the repaintings occur. Using -noxdamage or -nowf doesn't change a thing. -ncache doesn't work (I get an "ERROR: No active KDE sessions!").
View 6 Replies
View Related
Jul 26, 2015
I have upgraded my debian server on april when Jessie came up, but I *forgot* to reboot at this time. As a new kernel* was released this week as a security update, and since my server installed it (via unattended-upgrade on security packages), I rebooted it last night. It never came back online.
I have access to a rescue boot (Ubuntu 12.04 LTS), and tried to analyse the failure (by mounting /sys /dev /proc and /boot and chrooting), but without luck so far.
As it's a dedicated server, I don't have access to the console. What I know :
No log in var/log since the failed reboot. I don't know how to have/find others logs.Previous kernel was 3.2.0-4-amd64, new is 3.16.0-4-amd64, What I tried without luck) :
Change the booting kernel, via update-grub. Tried 3.2, 3.2 with sysvinit and 3.16 rescue mode I think. I should have done it right, but without console it's hard to tell.apt-get update/apt-get upgrade/apt-get dist-upgradeadding nomodeset to kernel load in grubWhat I haven't tried :
update-initramfs, I don't really know why it would block the boot
*linux-image-3.16.0-4-amd64:amd64 3.16.7-ckt11-1+deb8u2
View 6 Replies
View Related
Sep 1, 2015
I recently upgraded my debian system from jessie to stretch. Before then, I was mostly using hibernation instead of shutting off the laptop, to allow myself to get back faster to work the next day. Since my upgrade, though, it is impossible for me to resume from hibernation: after the normal boot sequence and the passphrase to decrypt my lvm partition, when it has loaded the information from RAM the screen just stays with a blinking "_" (underscore) in the top left corner.
I have hibernate and uswsusp packages installed. I also installed tuxonice-userui package to do some tests with the hibernate-ram and hibernate-disk commands. While using hibernate-disk (hibernate-ram didn't work, because "s2ram: unknown machine"), my system hibernates correctly, and I saw that during resume it was correctly loading everything from swap and then going back to the "underscore screen", confirming that the resume problem was happening after loading data from swap.
I tried booting using the recovery kernel in grub. For a time it worked, but today I didn't get the chance to make it work. The only solution was for me to boot my kernel by adding the "noresume" option to it, thus forcing it to restart.
View 11 Replies
View Related