Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > rocksolid.programming > #209 > unrolled thread
| Started by | Anonymous <poster@anon.com> |
|---|---|
| First post | 2020-12-30 11:01 -0800 |
| Last post | 2021-01-01 11:47 +0100 |
| Articles | 4 — 3 participants |
Back to article view | Back to rocksolid.programming
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: it is not the inodes Anonymous <poster@anon.com> - 2020-12-30 11:01 -0800
Re: it is not the inodes Marc SCHAEFER <schaefer@alphanet.ch> - 2020-12-31 11:09 +0100
Re: it is not the inodes Retro Guy <retro_guy@retrobbs.rocksolidbbs.com> - 2020-12-31 16:20 -0700
Re: it is not the inodes Marc SCHAEFER <schaefer@alphanet.ch> - 2021-01-01 11:47 +0100
| From | Anonymous <poster@anon.com> |
|---|---|
| Date | 2020-12-30 11:01 -0800 |
| Subject | Re: it is not the inodes |
| Message-ID | <code.655.22sq1u@anon.com> |
>>46a6174108e985a88f >INN2 is running stable for the last 20 years or so. >Administrating a UNIX server is sometimes complex. Yeah well, I didn't mean to diss inn2. The most likely chain of causality here is: complex config of inn2 --> bad setup on my end --> unstable news server It is the program and the admin together that produce a stable (or in my case unstable) result. Using rslight just might be more fitting for my skills. :-) -- Posted on def2
[toc] | [next] | [standalone]
| From | Marc SCHAEFER <schaefer@alphanet.ch> |
|---|---|
| Date | 2020-12-31 11:09 +0100 |
| Message-ID | <rsk80q$5mj$1@shakotay.alphanet.ch> |
| In reply to | #209 |
Anonymous <poster@anon.com> wrote: > Using rslight just might be more fitting for my skills. :-) It wouldn't for me, because it's not even present in the Debian packages as far as I can see. Installing software which is not in my standard distribution involves even more work, and there is no guarantee of some support nor that it is correctly integrated with the monitoring and automatic administration that I like :)
[toc] | [prev] | [next] | [standalone]
| From | Retro Guy <retro_guy@retrobbs.rocksolidbbs.com> |
|---|---|
| Date | 2020-12-31 16:20 -0700 |
| Message-ID | <20201231162045.1206ada9@desktop14.dt> |
| In reply to | #212 |
On Thu, 31 Dec 2020 11:09:30 +0100 (CET) Marc SCHAEFER <schaefer@alphanet.ch> wrote: > Anonymous <poster@anon.com> wrote: > > Using rslight just might be more fitting for my skills. :-) > > It wouldn't for me, because it's not even present in the Debian > packages as far as I can see. rslight is my web based forum software https://www.novabbs.com, which contains a somewhat complete nnrp server. I wrote this news server as the backend for the forum so that it works quickly in slow networks (i2p, tor). Many of my posts here are using a newsreader connected to rslight (as is this post). > > Installing software which is not in my standard distribution involves > even more work, and there is no guarantee of some support nor that it > is correctly integrated with the monitoring and automatic > administration that I like :) I fully agree, I always prefer to install software from the repo as in the past I learned (as many probably have) that installing independent software can make a mess of the system. The op probably feels a bit more comfortable since they have installed rslight in the past, connect to one of my rslight servers currently, and the developer is right here to answer questions. Retro Guy
[toc] | [prev] | [next] | [standalone]
| From | Marc SCHAEFER <schaefer@alphanet.ch> |
|---|---|
| Date | 2021-01-01 11:47 +0100 |
| Message-ID | <rsmujk$uig$1@shakotay.alphanet.ch> |
| In reply to | #216 |
Retro Guy <retro_guy@retrobbs.rocksolidbbs.com> wrote: > the past I learned (as many probably have) that installing independent > software can make a mess of the system. You can, but I put them in /usr/local/APPLICATION-version and then symlink the current version directory to /usr/local/APPLICATION and write wrapper scripts in /usr/local/bin calling the application with all the correct variables defined. If required (e.g. make so that `firefox' is actually /usr/local/FIREFOX/firefox or something), you may want to use dpkg-divert (on a Debian-based distribution). E.g. # move the distribution-upgradeable file out of the way # (by default the distribution will then only upgrade # /usr/bin/firefox.distrib) dpkg-divert --rename /usr/bin/firefox ln -s /usr/local/bin/firefox-wrapper /usr/bin/firefox This works very well. Also, you can today use sandboxed packaging or container to isolate badly behaving software.
[toc] | [prev] | [standalone]
Back to top | Article view | rocksolid.programming
csiph-web