Re: client on freebsd over tramp server on archlinux
andrés ramírez <[email protected]> Tue, 20 Oct 2020 22:28:30 +0000
| Newsgroups | gmane.comp.gnu.global.bugs |
|---|---|
| Organization | bien.comun.org |
| Message-ID | <[email protected]> |
Hi. Shigio. >>>>> "Shigio" == Shigio YAMAGUCHI <[email protected]> writes: Shigio> OK. You are trying to use TRAMP function of emacs. Can you invoke global command on the Shigio> server side (freebsd) from the client side? $ ssh server global --version Can you Shigio> invoke 'global-client' script on the client site (archlinux)? $ which global-client Shigio> 'global-client' should be here: /usr/local/share/gtags/script/global-client Shigio> If you can do these, please try again. --8<---------------cut here---------------start------------->8--- ssh [email protected] global --version Password for freebsd@generic: global (GNU GLOBAL) 6.6.5 Powered by Berkeley DB 1.85. Copyright (c) 1996-2019 Tama Communications Corporation License GPLv3+: GNU GPL version 3 or later <http://www.gnu.org/licenses/gpl.html> This is free software; you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. /tmp $ which global-client /usr/local/bin/global-client /tmp $ sudo mkdir -p /usr/local/share/gtags/script /tmp $ sudo ln -s /usr/local/bin/global-client /usr/local/share/gtags/script/ /tmp $ which global-client /usr/local/bin/global-client /tmp $ pacman -Qo global-client error: No package owns /usr/local/bin/global-client /tmp $ pacman -Ql global | grep global-client global /usr/share/gtags/script/global-client /tmp $ --8<---------------cut here---------------end--------------->8--- Same error as before. Best Regards