Ошибка sudo в Терминал

Автор 4578765, 04 августа 2019, 04:02:33

« назад - далее »

0 Пользователи и 1 гость просматривают эту тему.

4578765

Привет, в Терминал получаю ошибку (смотрите код) при запуск Nautilus, как можно устранить ошибку? Спасибо.

user@Computer:~$ sudo nautilus
[sudo] пароль для user:

** (nautilus:1669): WARNING **: 03:55:31.626: Error on getting connection: Failed to load SPARQL backend: Error spawning command line ?dbus-launch --autolaunch=a93a5e1d09834c0da7d82de9b49e231e --binary-syntax --close-stderr?: Child process exited with code 1

(nautilus:1669): GLib-GIO-CRITICAL **: 03:55:31.633: g_dbus_connection_signal_unsubscribe: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(nautilus:1669): GLib-GObject-CRITICAL **: 03:55:31.633: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(nautilus:1669): GLib-GObject-CRITICAL **: 03:55:31.633: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
No protocol specified
Unable to init server: Не удалось подключиться к: В соединении отказано

(nautilus:1669): Gtk-WARNING **: 03:55:31.647: cannot open display: :0

qupl

Через gksudo  нужно запускать.

4578765

Ошибка повторяется user@Computer:~$ gksudo nautilus
bash: gksudo: команда не найдена

qupl

Не вижу повторений. Установите его сначала.

4578765

Я установил операционную систему Debian 10 и больше ничего не установил, сразу после установки пробовал запускать Nautilus в терминале через sudo и получается ошибка, вы предлагайте переустанавливать систему повторно?

Ogis1975

Цитата: qupl от 04 августа 2019, 06:08:08Через gksudo  нужно запускать.
У него ведь Debian 10. А в данной версии gksudo был удален. Т.е. такого пакета нету.

ecc83

#6
Цитата: Ogis1975 от 04 августа 2019, 20:59:04У него ведь Debian 10. А в данной версии gksudo был удален. Т.е. такого пакета нету.

Решается так:

echo "alias gksudo='pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY'" >> ~/.bashrc

qupl

Цитата: Ogis1975 от 04 августа 2019, 20:59:04У него ведь Debian 10. А в данной версии gksudo был удален. Т.е. такого пакета нету.
Все может быть. Наверное сделали аналог или перенесли в другой пакет, но суть та же.

4578765

Цитата: ecc83 от 04 августа 2019, 21:34:07Решается так:

Не решается

user@Computer:~$ echo alias gksudo='pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY' >> ~/.bashrc
user@Computer:~$ sudo nautilus
[sudo] пароль для user:

** (nautilus:2533): WARNING **: 11:05:29.223: Error on getting connection: Failed to load SPARQL backend: Error spawning command line ?dbus-launch --autolaunch=a93a5e1d09834c0da7d82de9b49e231e --binary-syntax --close-stderr?: Child process exited with code 1

(nautilus:2533): GLib-GIO-CRITICAL **: 11:05:29.229: g_dbus_connection_signal_unsubscribe: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(nautilus:2533): GLib-GObject-CRITICAL **: 11:05:29.229: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(nautilus:2533): GLib-GObject-CRITICAL **: 11:05:29.230: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
No protocol specified
Unable to init server: Не удалось подключиться к: В соединении отказано

(nautilus:2533): Gtk-WARNING **: 11:05:29.245: cannot open display: :0

qupl

Заканчивайте троллить и разберитесь с тем что набираете в терминале и что хотите запустить.

ecc83


4578765

Цитата: ecc83 от 05 августа 2019, 18:02:14gksudo nautilus

Я выше написал что команда gksudo не работает, как и sudo, сейчас проверил повторно и поулчаю ошибку (если нужно могу и видео показать специально для qupl ):

bash: alias: env: не найден
user@Computer:~$ gksudo nautilus

** (nautilus:1467): WARNING **: 19:48:03.146: Error on getting connection: Failed to load SPARQL backend: Cannot autolaunch D-Bus without X11 $DISPLAY

(nautilus:1467): GLib-GIO-CRITICAL **: 19:48:03.146: g_dbus_connection_signal_unsubscribe: assertion 'G_IS_DBUS_CONNECTION (connection)' failed

(nautilus:1467): GLib-GObject-CRITICAL **: 19:48:03.146: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

(nautilus:1467): GLib-GObject-CRITICAL **: 19:48:03.146: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Unable to init server: Не удалось подключиться к: В соединении отказано

(nautilus:1467): Gtk-WARNING **: 19:48:03.148: cannot open display:


ecc83


qwertKI

Цитата: ecc83 от 04 августа 2019, 21:34:07Решается так:
... не ... не решается
sudo apt install gksudo
[sudo] пароль для qwert:
Чтение списков пакетов... Готово
Построение дерева зависимостей       
Чтение информации о состоянии... Готово
E: Невозможно найти пакет gksudo
qwert@localhost:~$ echo alias gksudo='pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY' >> ~/.bashrc
qwert@localhost:~$ gksudo nautilus
-bash: gksudo: команда не найдена

... смешно но sudo nautilus с терминала стартует на ура ... вывод: а автор себя в группу sudo добавил ... а , автор ?
Я знаю только то, что ничего не знаю ...

4578765

Цитата: ecc83 от 05 августа 2019, 20:17:55cat ~/.bashrc

bash: alias: env: не найден
user@Computer:~$ cat ~/.bashrc
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples

# If not running interactively, don't do anything
case $- in
    *i*) ;;
      *) return;;
esac

# don't put duplicate lines or lines starting with space in the history.
# See bash(1) for more options
HISTCONTROL=ignoreboth

# append to the history file, don't overwrite it
shopt -s histappend

# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
HISTSIZE=1000
HISTFILESIZE=2000

# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize

# If set, the pattern "**" used in a pathname expansion context will
# match all files and zero or more directories and subdirectories.
#shopt -s globstar

# make less more friendly for non-text input files, see lesspipe(1)
#[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"

# set variable identifying the chroot you work in (used in the prompt below)
if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then
    debian_chroot=$(cat /etc/debian_chroot)
fi

# set a fancy prompt (non-color, unless we know we "want" color)
case "$TERM" in
    xterm-color|*-256color) color_prompt=yes;;
esac

# uncomment for a colored prompt, if the terminal has the capability; turned
# off by default to not distract the user: the focus in a terminal window
# should be on the output of commands, not on the prompt
#force_color_prompt=yes

if [ -n "$force_color_prompt" ]; then
    if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then
# We have color support; assume it's compliant with Ecma-48
# (ISO/IEC-6429). (Lack of such support is extremely rare, and such
# a case would tend to support setf rather than setaf.)
color_prompt=yes
    else
color_prompt=
    fi
fi

if [ "$color_prompt" = yes ]; then
    PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
else
    PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
fi
unset color_prompt force_color_prompt

# If this is an xterm set the title to user@host:dir
case "$TERM" in
xterm*|rxvt*)
    PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1"
    ;;
*)
    ;;
esac

# enable color support of ls and also add handy aliases
if [ -x /usr/bin/dircolors ]; then
    test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
    alias ls='ls --color=auto'
    #alias dir='dir --color=auto'
    #alias vdir='vdir --color=auto'

    #alias grep='grep --color=auto'
    #alias fgrep='fgrep --color=auto'
    #alias egrep='egrep --color=auto'
fi

# colored GCC warnings and errors
#export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'

# some more ls aliases
#alias ll='ls -l'
#alias la='ls -A'
#alias l='ls -CF'

# Alias definitions.
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package.

if [ -f ~/.bash_aliases ]; then
    . ~/.bash_aliases
fi

# 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 ! shopt -oq posix; then
  if [ -f /usr/share/bash-completion/bash_completion ]; then
    . /usr/share/bash-completion/bash_completion
  elif [ -f /etc/bash_completion ]; then
    . /etc/bash_completion
  fi
fi
alias gksudo=pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY
user@Computer:~$


Цитировать... смешно но sudo nautilus с терминала стартует на ура ... вывод: а автор себя в группу sudo добавил ... а , автор ?

нет, а нужно, и как? до этого у меня sudo работал по умолчанию в Debian 9