ssh: Could not resolve hostname slack-master: Name or service not known
rsync: did not see server greeting
rsync error: error starting client-server protocol (code 5) at main.c(1653) [Receiver=3.1.0]
FATAL[slack-getroles]: 'rsync --links --times -e ssh slack-master::slack/etc/roles.conf /var/cache/slack/_role_list' exited 5 at /usr/lib/slack/slack-getroles line 158.
FATAL[slack]: '/usr/lib/slack/slack-getroles' exited 5 at /usr/sbin/slack line 205.
相关问题
- Is shmid returned by shmget() unique across proces
- how to get running process information in java?
- Error building gcc 4.8.3 from source: libstdc++.so
- Why should we check WIFEXITED after wait in order
- Null-terminated string, opening file for reading
I suspect, this problem has occured from the time I have installed the anaconda package of python. The following steps helped me to resolve the issue.
Step 1: Restart the machine
Step 2: $ sudo apt-get remove slack
Step 3: Download the latest version of slack from Slack website (Find the latest package here - https://slack.com/): $ wget https://downloads.slack-edge.com/linux_releases/slack-desktop-2.9.0-amd64.deb
Step 4: $ Install the downloaded package using the dpkg utility: sudo dpkg -i slack-desktop-2.9.0-amd64.deb
In step 4, we will witness the following error:
To fix this problem: in step 5
Step 5: Install the missing dependencies using: sudo apt-get install -f
For me All my programs fail if installed through the Ubuntu app store. If I go to the website and manually install their software from their links then everything works fine.
Doing this fixed this exact issue for me for slack. Just went to the slack site and downloaded the .deb file