Posts

Showing posts from August 6, 2018

xrdp XFCE session trashed on first login

Image
Clash Royale CLAN TAG #URR8PPP .everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0; up vote 0 down vote favorite I have a running xrdp connection from my MacBookPro (xfreerdp or MS Remote Desktop client) to a Linux Mint 19 XFCE 4.12.4. If I log in physically on the Mint machine to create an XFCE session, then logout, everything is fine, I can connect remotely afterwards. But if I connect remotely right after Mint booted, the icons and the bottom bar are trashed / messed up and the remote session cannot be used. Several references can be found, like here or here, all of which are old (2014), supposedly fixed in XFCE 4.11 or left dangling without a solution. No reaction on Mint forum. So I'm turning here. Thanks for your help. linux-mint xfce xrdp share | improve this question edited Aug 3 at 11:15 asked Aug 3 at 10:19 youri 173 1 1 6 add a comment  |  up vote 0 down vote

telnet to use shell remotely [on hold]

Image
Clash Royale CLAN TAG #URR8PPP .everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0; up vote -3 down vote favorite how to use telnet on remotely similar to ssh admin@192.168.1.1 /sbin/reboot my Netgear router has got a lot of utilities but I can not use them from my raspberry pi system. Looking for remote controlling my router remote telnet share | improve this question edited Aug 3 at 10:26 SivaPrasath 3,275 1 13 33 asked Aug 3 at 10:25 sujitkumar patil 1 put on hold as too broad by Rui F Ribeiro, Jeff Schaller, andcoz, SivaPrasath, maulinglawns Aug 3 at 12:12 Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question. 1 Welc

Ansible Playbook syntax check issue

Image
Clash Royale CLAN TAG #URR8PPP .everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0; up vote -1 down vote favorite i have below detail in /etc/ansible/hosts [dev] 10.13.212.32 and i am able ping this hosts as below: # ansible dev -m ping Output: [root@localhost ~]# ansible dev -m ping 10.13.212.32 | SUCCESS => { "changed": false, "ping": "pong" when i check syntax of *.yml file . # ansible-playbook --syntax-check --list-tasks -i hosts ./nginx.yml or # ansible-playbook nginx.yml --check** [WARNING]: Unable to parse /root/hosts as an inventory source [WARNING]: No inventory was parsed, only implicit localhost is available [WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all' ERROR! Syntax Error while loading YAML. did not find expected '-' indicator The error appears to have been in '/root/nginx.yml': line