Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

Only a fool fights in a burning house. -- Kank the Klingon, "Day of the Dove", stardate unknown


computers / alt.os.linux.slackware / Re: Citrix Workspace on Slackware 15.0 howto

SubjectAuthor
* Citrix Workspace on Slackware 15.0 howtoslash
+* Re: Citrix Workspace on Slackware 15.0 howtoLew Pitcher
|`* Re: Citrix Workspace on Slackware 15.0 howtoslash
| `* Re: Citrix Workspace on Slackware 15.0 howtoLew Pitcher
|  `- Re: Citrix Workspace on Slackware 15.0 howtoslash
+- Re: Citrix Workspace on Slackware 15.0 howtoErte Ribbile
`* Re: Citrix Workspace on Slackware 15.0 howtoKing Beowulf
 `* Re: Citrix Workspace on Slackware 15.0 howtoslash
  `* Re: Citrix Workspace on Slackware 15.0 howtoHenrik Carlqvist
   `* Re: Citrix Workspace on Slackware 15.0 howtoslash
    `- Re: Citrix Workspace on Slackware 15.0 howtoSylvain Robitaille

1
Citrix Workspace on Slackware 15.0 howto

<u55329$214o1$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1854&group=alt.os.linux.slackware#1854

  copy link   Newsgroups: alt.os.linux.slackware
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: slash@invalid.invalid (slash)
Newsgroups: alt.os.linux.slackware
Subject: Citrix Workspace on Slackware 15.0 howto
Date: Tue, 30 May 2023 16:58:06 +0200
Organization: A noiseless patient Spider
Lines: 66
Message-ID: <u55329$214o1$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 30 May 2023 15:00:25 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="60c92661b23489a86ae0aaa7ac92ce69";
logging-data="2134785"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19TC7+fvC51O7d0Jda7ENjXVpy3873DNF0="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.11.2
Cancel-Lock: sha1:NhMLHDCTD4GkvxoySQ6rHHXP4zk=
Content-Language: en-US
 by: slash - Tue, 30 May 2023 14:58 UTC

Hi all.

To access Citrix, I've been using on Slackware the Chrome plugin for years:
https://chrome.google.com/webstore/detail/citrix-workspace/haiffjcadagjlijoggckpgfnoeiflnem
Following the latest version of Alien's Chromium on Sat May 27 17:55:32
UTC 2023 (see
http://www.slackware.com/~alien/slackbuilds/ChangeLog.txt), the plugin
has finally stopped working.

These are the steps I took to regain access to my workplace's Citrix
environment. Hope it helps.

-----------------------------------------------------------------
# Login as root
sudo su -l

# Download, compile and install, in this order:

# http://slackbuilds.org/repository/15.0/development/unifdef/
# https://slackbuilds.org/repository/15.0/libraries/libsoup3/
# https://slackbuilds.org/repository/15.0/libraries/libwpe/
# https://slackbuilds.org/repository/15.0/libraries/wpebackend-fdo/
# https://www.slackbuilds.org/repository/15.0/libraries/webkit2gtk4.1/
(this one took hours to compile)

# Go to the page
#
https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html

# Navigate to Tarball Packages
# --> Citrix Workspace app for Linux (x86_64)
# --> Download file
# At this time the file is
https://downloads.citrix.com/21784/linuxx64-23.3.0.32.tar.gz

# Unzip the file
tar -xzvf [your-download-directory]/linuxx64-23.3.0.32.tar.gz

# Execute the setup script, accepting the default settings:
[your-download-directory]/linuxx64-23.3.0.32/setupwfc

# Back from root to your user
exit

# Open a web browser and navigate to your organization Citrix gateway
(ask your admins, ex.: https://citrix.yourorg.com).
# You might get an error message saying that "... you have not chosen to
trust the certificate... SSL eror 61...".
# See
https://support.citrix.com/article/CTX203362/error-ssl-error-61-you-have-not-chosen-to-trust-certificate-authority-on-receiver-for-linux
# You better ask to your administrator for this one. Basically, you need
to copy into /opt/Citrix/ICAClient/keystore/cacerts/
# the root certificate used by https://citrix.yourorg.com. You may
download it with your browser (see relevant docs) and simply copy it in
the Citrix cacerts directory:
sudo cp -v ~/[your-download-directory]/your-root-certificate.pem
/opt/Citrix/ICAClient/keystore/cacerts/
# If necessary adjust ownership and permissions:
sudo chown -v root:sys
/opt/Citrix/ICAClient/keystore/cacerts/your-root-certificate.pem
sudo chmod -v a-wx
/opt/Citrix/ICAClient/keystore/cacerts/your-root-certificate.pem

--
/

Re: Citrix Workspace on Slackware 15.0 howto

<u557o7$20fla$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1855&group=alt.os.linux.slackware#1855

  copy link   Newsgroups: alt.os.linux.slackware
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: lew.pitcher@digitalfreehold.ca (Lew Pitcher)
Newsgroups: alt.os.linux.slackware
Subject: Re: Citrix Workspace on Slackware 15.0 howto
Date: Tue, 30 May 2023 16:20:23 -0000 (UTC)
Organization: The Pitcher Digital Freehold
Lines: 32
Message-ID: <u557o7$20fla$1@dont-email.me>
References: <u55329$214o1$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 30 May 2023 16:20:23 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="6ba028983e8b66c15a15826b629c6776";
logging-data="2113194"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19I3pVem5xqVKrfk/7hhCfrDGaXYArjbx4="
User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508
git://git.gnome.org/pan2)
Cancel-Lock: sha1:UBWxxmfN2xIvb0H5lVEoRd7aKNw=
 by: Lew Pitcher - Tue, 30 May 2023 16:20 UTC

Hi, Slash

Thanks for the interesting article.

I'd like to add a single tip, if I may...

On Tue, 30 May 2023 16:58:06 +0200, slash wrote:

[snip]
> -----------------------------------------------------------------
> # Login as root
> sudo su -l

Here, you use sudo(8) to execute the su(1) command, such that you get a
root "login" shell. I imagine that you do it this way as the su(1)
command gives you the root shell, and your username is in the
/etc/sudoers file, with permission to run su(1), alleviating the need
to know or use the root password.

Did you know that you could
sudo -i
and get the same results as your
sudo su -l
?

[snip]

HTH
--
Lew Pitcher
"In Skills We Trust"

Re: Citrix Workspace on Slackware 15.0 howto

<u56i5v$2a6jv$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1856&group=alt.os.linux.slackware#1856

  copy link   Newsgroups: alt.os.linux.slackware
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: slash@invalid.invalid (slash)
Newsgroups: alt.os.linux.slackware
Subject: Re: Citrix Workspace on Slackware 15.0 howto
Date: Wed, 31 May 2023 06:23:55 +0200
Organization: A noiseless patient Spider
Lines: 44
Message-ID: <u56i5v$2a6jv$1@dont-email.me>
References: <u55329$214o1$1@dont-email.me> <u557o7$20fla$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 31 May 2023 04:24:31 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="fe1e8ff616069e7c8058b1eff0fc96c7";
logging-data="2431615"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19tgbpfAh5u4uBYXw2HV66qVrWedGVLDVg="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.11.2
Cancel-Lock: sha1:l0asvQs/+Rbv54JWURNcmCDkQn8=
Content-Language: en-US
In-Reply-To: <u557o7$20fla$1@dont-email.me>
 by: slash - Wed, 31 May 2023 04:23 UTC

On 5/30/23 18:20, Lew Pitcher wrote:
> Hi, Slash
>
> Thanks for the interesting article.
>
> I'd like to add a single tip, if I may...
>
> On Tue, 30 May 2023 16:58:06 +0200, slash wrote:
>
> [snip]
>> -----------------------------------------------------------------
>> # Login as root
>> sudo su -l
>
> Here, you use sudo(8) to execute the su(1) command, such that you get a
> root "login" shell.

Hi Lew, yes, that's the purpose.

> I imagine that you do it this way as the su(1)
> command gives you the root shell, and your username is in the
> /etc/sudoers file, with permission to run su(1), alleviating the need
> to know or use the root password.

Yes, I'm in the sudoers file:
slash ALL=(ALL:ALL) NOPASSWD: ALL

> Did you know that you could
> sudo -i
> and get the same results as your
> sudo su -l
> ?

No, I didn't know that, thanks for the tip. I've quickly browsed the man
pages of su and sudo. Is there any practical difference between
"sudo su -l" and "sudo -i"?
For example, with "sudo -i" do you still need to be in /etc/sudoers or
not? Any other advantage of "sudo -i" over "sudo su -l"?

Thanks, bye,

--
/

Re: Citrix Workspace on Slackware 15.0 howto

<u58640$2fqm6$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1857&group=alt.os.linux.slackware#1857

  copy link   Newsgroups: alt.os.linux.slackware
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: lew.pitcher@digitalfreehold.ca (Lew Pitcher)
Newsgroups: alt.os.linux.slackware
Subject: Re: Citrix Workspace on Slackware 15.0 howto
Date: Wed, 31 May 2023 19:10:56 -0000 (UTC)
Organization: The Pitcher Digital Freehold
Lines: 64
Message-ID: <u58640$2fqm6$1@dont-email.me>
References: <u55329$214o1$1@dont-email.me> <u557o7$20fla$1@dont-email.me>
<u56i5v$2a6jv$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 31 May 2023 19:10:56 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="61b9202eb4d4d6d583a67f9591ddab81";
logging-data="2616006"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18fEtk196gFqgTit/EPyaiOUOrXb8vWiW0="
User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508
git://git.gnome.org/pan2)
Cancel-Lock: sha1:uMQhJ9o2ZtK2r2TWEweJk8XxKWI=
 by: Lew Pitcher - Wed, 31 May 2023 19:10 UTC

On Wed, 31 May 2023 06:23:55 +0200, slash wrote:

> On 5/30/23 18:20, Lew Pitcher wrote:
>> Hi, Slash
>>
>> Thanks for the interesting article.
>>
>> I'd like to add a single tip, if I may...
>>
>> On Tue, 30 May 2023 16:58:06 +0200, slash wrote:
>>
>> [snip]
>>> -----------------------------------------------------------------
>>> # Login as root
>>> sudo su -l
>>
>> Here, you use sudo(8) to execute the su(1) command, such that you get a
>> root "login" shell.
>
> Hi Lew, yes, that's the purpose.
>
>> I imagine that you do it this way as the su(1)
>> command gives you the root shell, and your username is in the
>> /etc/sudoers file, with permission to run su(1), alleviating the need
>> to know or use the root password.
>
> Yes, I'm in the sudoers file:
> slash ALL=(ALL:ALL) NOPASSWD: ALL
>
>> Did you know that you could
>> sudo -i
>> and get the same results as your
>> sudo su -l
>> ?
>
> No, I didn't know that, thanks for the tip. I've quickly browsed the man
> pages of su and sudo. Is there any practical difference between
> "sudo su -l" and "sudo -i"?

No practical difference, but perhaps a minor performance difference.
With
sudo su -l
you run two processes: sudo and su
while, with
sudo -i
you only run one process.

> For example, with "sudo -i" do you still need to be in /etc/sudoers or
> not?

Yes, you will still need an entry in /etc/sudoers to run sudo -i, just
as you did for sudo su -l

With
sudo -i
we just eliminate the (unnecessary) su command.

> Any other advantage of "sudo -i" over "sudo su -l"?

It's easier to remember? That's all I got :-)

--
Lew Pitcher
"In Skills We Trust"

Re: Citrix Workspace on Slackware 15.0 howto

<u59irr$2o03m$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1858&group=alt.os.linux.slackware#1858

  copy link   Newsgroups: alt.os.linux.slackware
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: slash@invalid.invalid (slash)
Newsgroups: alt.os.linux.slackware
Subject: Re: Citrix Workspace on Slackware 15.0 howto
Date: Thu, 1 Jun 2023 09:54:34 +0200
Organization: A noiseless patient Spider
Lines: 34
Message-ID: <u59irr$2o03m$1@dont-email.me>
References: <u55329$214o1$1@dont-email.me> <u557o7$20fla$1@dont-email.me>
<u56i5v$2a6jv$1@dont-email.me> <u58640$2fqm6$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 1 Jun 2023 07:54:35 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="7f2cc959765d622fefca6f5b099a362c";
logging-data="2883702"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19bgeAFo09BG8KUDoO1CZBodE9WNykLT2k="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.11.2
Cancel-Lock: sha1:fS+aVLU254jgGiqhgO3uAgM64uA=
Content-Language: en-US
In-Reply-To: <u58640$2fqm6$1@dont-email.me>
 by: slash - Thu, 1 Jun 2023 07:54 UTC

On 5/31/23 21:10, Lew Pitcher wrote:
> On Wed, 31 May 2023 06:23:55 +0200, slash wrote:
<cut>
>> No, I didn't know that, thanks for the tip. I've quickly browsed the man
>> pages of su and sudo. Is there any practical difference between
>> "sudo su -l" and "sudo -i"?
>
> No practical difference, but perhaps a minor performance difference.
> With
> sudo su -l
> you run two processes: sudo and su
> while, with
> sudo -i
> you only run one process.
>
>> For example, with "sudo -i" do you still need to be in /etc/sudoers or
>> not?
>
> Yes, you will still need an entry in /etc/sudoers to run sudo -i, just
> as you did for sudo su -l
>
> With
> sudo -i
> we just eliminate the (unnecessary) su command.
>
>> Any other advantage of "sudo -i" over "sudo su -l"?
>
> It's easier to remember? That's all I got :-)

Fair enough, thanks for your hints, it's always good to learn something new.

--
/

Re: Citrix Workspace on Slackware 15.0 howto

<u59jqc$2o2sn$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1859&group=alt.os.linux.slackware#1859

  copy link   Newsgroups: alt.os.linux.slackware
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: erteribbile@sfracel.li (Erte Ribbile)
Newsgroups: alt.os.linux.slackware
Subject: Re: Citrix Workspace on Slackware 15.0 howto
Date: Thu, 1 Jun 2023 10:09:21 +0200
Organization: A noiseless patient Spider
Lines: 74
Message-ID: <u59jqc$2o2sn$1@dont-email.me>
References: <u55329$214o1$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 1 Jun 2023 08:10:52 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="7f2cc959765d622fefca6f5b099a362c";
logging-data="2886551"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18bc89LuxMBoaqtiq8I/Zkurfx9IukEmp0="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.11.2
Cancel-Lock: sha1:UZWNTGxuKv7dk0J2IqsAqtnClbY=
In-Reply-To: <u55329$214o1$1@dont-email.me>
Content-Language: en-US
 by: Erte Ribbile - Thu, 1 Jun 2023 08:09 UTC

On 5/30/23 16:58, slash wrote:

> These are the steps I took to regain access to my workplace's Citrix
> environment. Hope it helps.

I forgot a step. The Citrix tarball might expect a webkit2gtk version
different from the one you just got from slackbuilds.org, so you might
need to create a link to the Slackbuilds library with the filename
expected by Citrix. Here is the adjusted procedure:

------------------------------------------------------------------
# Login as root
sudo su -l # (...or sudo -i, as per Lew's suggestion)

# Download, compile and install, in this order:

# http://slackbuilds.org/repository/15.0/development/unifdef/
# https://slackbuilds.org/repository/15.0/libraries/libsoup3/
# https://slackbuilds.org/repository/15.0/libraries/libwpe/
# https://slackbuilds.org/repository/15.0/libraries/wpebackend-fdo/
# https://www.slackbuilds.org/repository/15.0/libraries/webkit2gtk4.1/

# Go to the page
#
https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html

# Navigate to Tarball Packages
# --> Citrix Workspace app for Linux (x86_64)
# --> Download file
# At this time the file is
https://downloads.citrix.com/21784/linuxx64-23.3.0.32.tar.gz

# Unzip the file
tar -xzvf [your-download-directory]/linuxx64-23.3.0.32.tar.gz

# On the following step you might get an error saying
# "One of the prerequisites required for installation is not
present-"libwebkit2gtk-X.X.so.X" not found..."
# If this happens, you need to create a link to he libwebkit2gtk... file
using
# the filename expected by the Citrix installer.
# With the versions listed above, this is what you need:
ln -s -v /usr/lib64/libwebkit2gtk-4.1.so.0.8.2
/usr/lib64/libwebkit2gtk-4.0.so.37
# Adjust the filenames accordingly with the versions of
slackbuilds.org's webkit2gtk and the Citrix's tarball
# you are working with. You might not need to create any link if the two
parties happen to be in sync.

# Execute the setup script, accepting the default settings:
[your-download-directory]/linuxx64-23.3.0.32/setupwfc

# Back from root to your user
exit

# Open a web browser and navigate to your organization Citrix gateway
(ask your admins, ex.: https://citrix.yourorg.com).
# You might get an error message saying that "... you have not chosen to
trust the certificate... SSL eror 61...".
# See
https://support.citrix.com/article/CTX203362/error-ssl-error-61-you-have-not-chosen-to-trust-certificate-authority-on-receiver-for-linux
# You better ask to your administrator for this one. Basically, you need
to copy into /opt/Citrix/ICAClient/keystore/cacerts/
# the root certificate used by https://citrix.yourorg.com. You may
download it with your browser (see relevant docs) and simply copy it in
the Citrix cacerts directory:
sudo cp -v ~/[your-download-directory]/your-root-certificate.pem
/opt/Citrix/ICAClient/keystore/cacerts/
# If necessary adjust ownership and permissions:
sudo chown -v root:sys
/opt/Citrix/ICAClient/keystore/cacerts/your-root-certificate.pem
sudo chmod -v a-wx
/opt/Citrix/ICAClient/keystore/cacerts/your-root-certificate.pem

Re: Citrix Workspace on Slackware 15.0 howto

<u5o5pa$r98n$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1874&group=alt.os.linux.slackware#1874

  copy link   Newsgroups: alt.os.linux.slackware
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: KingBeowulf@none.none (King Beowulf)
Newsgroups: alt.os.linux.slackware
Subject: Re: Citrix Workspace on Slackware 15.0 howto
Date: Tue, 6 Jun 2023 20:43:22 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 20
Message-ID: <u5o5pa$r98n$1@dont-email.me>
References: <u55329$214o1$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Tue, 6 Jun 2023 20:43:22 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="054f5e5103a2a6aa415c8580b1e3fc52";
logging-data="894231"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1824SG7R9awleQsw43IibHjyR+k1+zkUdI="
User-Agent: Pan/0.149 (Bellevue; 4c157ba git@gitlab.gnome.org:GNOME/pan.git)
Cancel-Lock: sha1:nSG0p93i2OmCl5WUXPTOBGYcwmY=
 by: King Beowulf - Tue, 6 Jun 2023 20:43 UTC

On Tue, 30 May 2023 16:58:06 +0200, slash wrote:

> # Login as root
> sudo su -l

On Slackware sudo, useful in some cases, is redundant to run su for root
login shell.

beowulf@gandalf: ~ $ su -
Password:

....

root@gandalf:~# exit
logout
beowulf@gandalf: ~ $

see "man su"

-KB

Re: Citrix Workspace on Slackware 15.0 howto

<u5pp9f$147nj$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1878&group=alt.os.linux.slackware#1878

  copy link   Newsgroups: alt.os.linux.slackware
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: slash@invalid.invalid (slash)
Newsgroups: alt.os.linux.slackware
Subject: Re: Citrix Workspace on Slackware 15.0 howto
Date: Wed, 7 Jun 2023 13:21:57 +0200
Organization: A noiseless patient Spider
Lines: 14
Message-ID: <u5pp9f$147nj$1@dont-email.me>
References: <u55329$214o1$1@dont-email.me> <u5o5pa$r98n$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Wed, 7 Jun 2023 11:22:23 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="a47ba7041313dc35e09510dd3a1d6068";
logging-data="1187571"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/Ti6mVgMilmaFwKCVlQuxGMLjxUuQ7u24="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.11.2
Cancel-Lock: sha1:3kXGxHQJukehSFhKd2KCRZjQAr8=
In-Reply-To: <u5o5pa$r98n$1@dont-email.me>
Content-Language: en-US
 by: slash - Wed, 7 Jun 2023 11:21 UTC

On 6/6/23 22:43, King Beowulf wrote:

> On Slackware sudo, useful in some cases, is redundant to run su for root
> login shell.
>
> beowulf@gandalf: ~ $ su -
> Password:

Of course, but this requires you to know the root's password.

--
/

Re: Citrix Workspace on Slackware 15.0 howto

<u5rp6t$1e9aj$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1882&group=alt.os.linux.slackware#1882

  copy link   Newsgroups: alt.os.linux.slackware
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Henrik.Carlqvist@deadspam.com (Henrik Carlqvist)
Newsgroups: alt.os.linux.slackware
Subject: Re: Citrix Workspace on Slackware 15.0 howto
Date: Thu, 8 Jun 2023 05:33:17 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 16
Message-ID: <u5rp6t$1e9aj$1@dont-email.me>
References: <u55329$214o1$1@dont-email.me> <u5o5pa$r98n$1@dont-email.me>
<u5pp9f$147nj$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 8 Jun 2023 05:33:17 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="a05b4ba9c68c19c1ad53a0c392c6d82e";
logging-data="1516883"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18csQdExYNyTTZPHji9+bsi"
User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508
git://git.gnome.org/pan2)
Cancel-Lock: sha1:eYnNawVGizvXFBxBcl6GlS2lJY8=
 by: Henrik Carlqvist - Thu, 8 Jun 2023 05:33 UTC

On Wed, 07 Jun 2023 13:21:57 +0200, slash wrote:

> On 6/6/23 22:43, King Beowulf wrote:
>> On Slackware sudo, useful in some cases, is redundant to run su for
>> root login shell.
>>
>> beowulf@gandalf: ~ $ su -
>> Password:
>
> Of course, but this requires you to know the root's password.

That is true, but any user trusted to do "sudo -i" has the power to more
or less temporary change the root password and should then also be
considered trusted to know the root password.

regards Henrik

Re: Citrix Workspace on Slackware 15.0 howto

<u5s6p1$1fmcb$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1883&group=alt.os.linux.slackware#1883

  copy link   Newsgroups: alt.os.linux.slackware
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: slash@invalid.invalid (slash)
Newsgroups: alt.os.linux.slackware
Subject: Re: Citrix Workspace on Slackware 15.0 howto
Date: Thu, 8 Jun 2023 11:24:09 +0200
Organization: A noiseless patient Spider
Lines: 25
Message-ID: <u5s6p1$1fmcb$1@dont-email.me>
References: <u55329$214o1$1@dont-email.me> <u5o5pa$r98n$1@dont-email.me>
<u5pp9f$147nj$1@dont-email.me> <u5rp6t$1e9aj$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 8 Jun 2023 09:24:49 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="8c6820857c5a83c1189f67159da4631a";
logging-data="1563019"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19CKd7KQMhsXGEjmNMSrbbr30a7eA+EWOA="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
Thunderbird/102.11.2
Cancel-Lock: sha1:LBdopoAX5WpRRlWw6sW1yQpHoEw=
In-Reply-To: <u5rp6t$1e9aj$1@dont-email.me>
Content-Language: en-US
 by: slash - Thu, 8 Jun 2023 09:24 UTC

On 6/8/23 07:33, Henrik Carlqvist wrote:
> On Wed, 07 Jun 2023 13:21:57 +0200, slash wrote:
>
>> On 6/6/23 22:43, King Beowulf wrote:
>>> On Slackware sudo, useful in some cases, is redundant to run su for
>>> root login shell.
>>>
>>> beowulf@gandalf: ~ $ su -
>>> Password:
>>
>> Of course, but this requires you to know the root's password.
>
> That is true, but any user trusted to do "sudo -i" has the power to more
> or less temporary change the root password and should then also be
> considered trusted to know the root password.

All true, but why insert the root password if you can spare keyboard
consumption by using sudo -i? And why waste the time to put you in
sudoers if you have the root password?
We might as well conclude that sudo is useless. :-)

--
/

Re: Citrix Workspace on Slackware 15.0 howto

<slrnu9uchu.b7d.syl@elvira.therockgarden.ca>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=1904&group=alt.os.linux.slackware#1904

  copy link   Newsgroups: alt.os.linux.slackware
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!fx11.iad.POSTED!not-for-mail
Newsgroups: alt.os.linux.slackware
From: syl@therockgarden.ca (Sylvain Robitaille)
Subject: Re: Citrix Workspace on Slackware 15.0 howto
References: <u55329$214o1$1@dont-email.me> <u5o5pa$r98n$1@dont-email.me>
<u5pp9f$147nj$1@dont-email.me> <u5rp6t$1e9aj$1@dont-email.me>
<u5s6p1$1fmcb$1@dont-email.me>
User-Agent: slrn/1.0.2 (Linux)
Message-ID: <slrnu9uchu.b7d.syl@elvira.therockgarden.ca>
Lines: 16
X-Complaints-To: abuse@UsenetServer.com
NNTP-Posting-Date: Fri, 30 Jun 2023 19:51:26 UTC
Date: Fri, 30 Jun 2023 19:51:26 GMT
X-Received-Bytes: 1339
 by: Sylvain Robitaille - Fri, 30 Jun 2023 19:51 UTC

On 2023-06-08, slash wrote:

> ... why insert the root password if you can spare keyboard consumption
> by using sudo -i? And why waste the time to put you in sudoers if you
> have the root password?
> We might as well conclude that sudo is useless. :-)

Depending on the environment, it largely is. As an example, on my home
systems, with only two trusted users, both of whom have the root
password, no sudo. At work, where we need to provide selective
privilege elevation to certain subsets of users, sudo.

--
----------------------------------------------------------------------
Sylvain Robitaille syl@therockgarden.ca
----------------------------------------------------------------------

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor