Re: I need help with my var partition.

2023-04-28 Thread Maureen L Thomas
OK so I went looking on the net /debian/var to find out why it is 
running out of room.  All I could find is the directions to delete said 
files.  I will put them back, now.



On 4/28/23 8:46 PM, Jeremy Ardley wrote:


On 29/4/23 08:25, Maureen L Thomas wrote:
I am 72 and have forgotten a few things. I looked up debian/var and 
was told I could delete /var/log/


and /var/tmp/ and /var/cores/.  I left cores alone and deleted the 
other two.  Now I cannot burn a backup, download files and even go to 
web sites from my nord vpn which was working great until I deleted 
the above files.  I really want to upgrade to debian 11. I am using 
debian 10, on a Lonovo all in one and have had no problems.  I 
followed the directions for var that I found and now have a screwed 
up machine.  Is there any help available. I was thinking of upgrading 
online but don't want to loose my data. Please help this old lady.




Deleting /var/log etc is at best unhelpful.

I can't think of any procedure that would require deleting those 
directories. Perhaps someone was fooling with you?


Without knowing what else you have done or why, it's probably a good 
idea to recreate the directories


cd /var

mkdir log

mkdir tmp

Before you do a reboot, perhaps explain what else you have done and why?







Re: I need help with my var partition.

2023-04-28 Thread Byung-Hee HWANG
Dear Mrs. Thomas,

Maureen L Thomas  writes:

> (...)
> I was thinking of upgrading
> online but don't want to loose my data.

First of all, please do back-up your *important* data.
Such as pictures, video clips, diary, some text docs, etc.

(Also i'm Debian user with Debian Bullseye under ThinkPad notebook)


Sincerely, Byung-Hee from South Korea

-- 
^고맙습니다 _布德天下_ 감사합니다_^))//



Re: I need help with my var partition.

2023-04-28 Thread Jeremy Ardley



On 29/4/23 08:25, Maureen L Thomas wrote:
I am 72 and have forgotten a few things.  I looked up debian/var and 
was told I could delete /var/log/


and /var/tmp/ and /var/cores/.  I left cores alone and deleted the 
other two.  Now I cannot burn a backup, download files and even go to 
web sites from my nord vpn which was working great until I deleted the 
above files.  I really want to upgrade to debian 11. I am using debian 
10, on a Lonovo all in one and have had no problems.  I followed the 
directions for var that I found and now have a screwed up machine.  Is 
there any help available. I was thinking of upgrading online but don't 
want to loose my data. Please help this old lady.




Deleting /var/log etc is at best unhelpful.

I can't think of any procedure that would require deleting those 
directories. Perhaps someone was fooling with you?


Without knowing what else you have done or why, it's probably a good 
idea to recreate the directories


cd /var

mkdir log

mkdir tmp

Before you do a reboot, perhaps explain what else you have done and why?



--
Jeremy
(Lists)



I need help with my var partition.

2023-04-28 Thread Maureen L Thomas
I am 72 and have forgotten a few things.  I looked up debian/var and was 
told I could delete /var/log/


and /var/tmp/ and /var/cores/.  I left cores alone and deleted the other 
two.  Now I cannot burn a backup, download files and even go to web 
sites from my nord vpn which was working great until I deleted the above 
files.  I really want to upgrade to debian 11.  I am using debian 10, on 
a Lonovo all in one and have had no problems.  I followed the directions 
for var that I found and now have a screwed up machine.  Is there any 
help available. I was thinking of upgrading online but don't want to 
loose my data.  Please help this old lady.





Re: Need help to install gnucobol

2023-04-18 Thread Timothy M Butterworth
On Tue, Apr 18, 2023 at 2:55 PM Jerry Mellon  wrote:

> Hi,
>
> I am new to Debian and I would like to install gnucobol. I see it is in
> Debian 10 but not 11. I tried to download the Debian 10 gnucobol, but I
> get a message that the package is broken. Could you tell me where else I
> might obtain a compatible cobol compiler?
>

GNUCobol is packaged in Debian 12 Bookworm:

gnucobol/testing 5 amd64
 compiler package for default GnuCOBOL

gnucobol3/testing 3.1.2-5+b1 amd64
 COBOL compiler

gnucobol4/testing 4.0~early~20200606-6+b1 amd64
 COBOL compiler

Tim


> --
> Jerry Mellon
> 501 Los Caminos St.
> St Augustine, FL 32095
> 407.461.9216
> jfmel...@netscape.net
>
>

-- 
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/
⠈⠳⣄⠀⠀


Re: Need help to install gnucobol

2023-04-18 Thread Jerry Mellon

Hi,

I am new to Debian and I would like to install gnucobol. I see it is in 
Debian 10 but not 11. I tried to download the Debian 10 gnucobol, but I 
get a message that the package is broken. Could you tell me where else I 
might obtain a compatible cobol compiler?


--
Jerry Mellon
501 Los Caminos St.
St Augustine, FL 32095
407.461.9216
jfmel...@netscape.net



Re: Need help to install gnucobol

2023-02-08 Thread Richmond
Amine Derk  writes:

> Hello,
>
> I'm trying to use debian for the first time. and I'm not able to
> install Gnucobol.
>
> aderkaoua@LAPTOP-6B841S0M:~$ sudo apt-get install gnucobol
> Reading package lists... Done
> Building dependency tree... Done
> Reading state information... Done
> E: Unable to locate package gnucobol
>
> please advise?
>
> Amine. 
> Cobol Developer 
> 571 234 9827

I compiled gnu-cobol and have it working. I obtained:

gnucobol-3.1.2.tar.xz

tar axvf gnucobol-3.1.2.tar.xz
cd gnucobol-3.1.2
./configure
make

Probably there were errors which I fixed by installing things. See how
far you get.



Re: Need help to install gnucobol

2023-02-07 Thread Amine Derk
Thanks, I'll check it out.

Update you soon.

On Tue, Feb 7, 2023, 8:35 AM  wrote:

> On 2023-02-04 20:20, Cyril Brulebois wrote:
> > Hi Amine,
> >
> > Amine Derk  (2023-02-04):
> >> I'm trying to use debian for the first time. and I'm not able to
> >> install
> >> Gnucobol.
> >>
> >> aderkaoua@LAPTOP-6B841S0M:~$ sudo apt-get install gnucobol
> >> Reading package lists... Done
> >> Building dependency tree... Done
> >> Reading state information... Done
> >> *E: Unable to locate package gnucobol*
> >>
> >> *please advise?*
> >>
> >> Amine.
> >> Cobol Developer
> >> 571 234 9827
> >
> > You contacted the installer team. Redirecting to the user support list.
> >
> >
> > Cheers,
>
> gnucobol DEB is not available in Debian 11 (Bullseye). It is,
> notwithstanding, available from older Debian 10 (Buster) and/or newer
> Debian 12 (Bookworm).
>
> --
> Best Professional Regards.
>
> --
> Jose R R
> http://metztli.it
>
> -
> Download Metztli Reiser4: Debian Buster w/ Linux 5.16.20 AMD64
>
> -
> feats ZSTD compression https://sf.net/projects/metztli-reiser4/
>
> ---
> Official current Reiser4 resources: https://reiser4.wiki.kernel.org/
>


Re: Need help to install gnucobol

2023-02-07 Thread jose . r . r

On 2023-02-04 20:20, Cyril Brulebois wrote:

Hi Amine,

Amine Derk  (2023-02-04):
I'm trying to use debian for the first time. and I'm not able to 
install

Gnucobol.

aderkaoua@LAPTOP-6B841S0M:~$ sudo apt-get install gnucobol
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
*E: Unable to locate package gnucobol*

*please advise?*

Amine.
Cobol Developer
571 234 9827


You contacted the installer team. Redirecting to the user support list.


Cheers,


gnucobol DEB is not available in Debian 11 (Bullseye). It is, 
notwithstanding, available from older Debian 10 (Buster) and/or newer 
Debian 12 (Bookworm).


--
Best Professional Regards.

--
Jose R R
http://metztli.it
-
Download Metztli Reiser4: Debian Buster w/ Linux 5.16.20 AMD64
-
feats ZSTD compression https://sf.net/projects/metztli-reiser4/
---
Official current Reiser4 resources: https://reiser4.wiki.kernel.org/



RE: Need help to install gnucobol

2023-02-04 Thread Ming Kuang
On Sunday, February 5, 2023 12:21 PM, Amine Derk wrote:
> > I'm trying to use debian for the first time. and I'm not able to install
> > Gnucobol.
> >
> > aderkaoua@LAPTOP-6B841S0M:~$ sudo apt-get install gnucobol
> > Reading package lists... Done
> > Building dependency tree... Done
> > Reading state information... Done
> > *E: Unable to locate package gnucobol*
> >
> > *please advise?*
> [...]

Hi, Amine,

Did you run apt update before apt install ?
sudo apt-get update

This command downloads and builds a local cache of the list of available
packages.
When you use the apt install command, apt package manager searches
the cache to get the package and version information and then download
it from its repositories over the network. If the package is not in this cache,
your system won’t be able to install it.


openpgp-digital-signature.asc
Description: PGP signature


Re: Need help to install gnucobol

2023-02-04 Thread Andika Triwidada
> Amine Derk  (2023-02-04):
> > I'm trying to use debian for the first time. and I'm not able to install
> > Gnucobol.
> >
> > aderkaoua@LAPTOP-6B841S0M:~$ sudo apt-get install gnucobol
> > Reading package lists... Done
> > Building dependency tree... Done
> > Reading state information... Done
> > *E: Unable to locate package gnucobol*
> >
> > *please advise?*
> >
> > Amine.
> > Cobol Developer
> > 571 234 9827


https://packages.debian.org/search?keywords=gnucobol

package gnucobol only available for Debian Buster, Testing, and Sid.
Current Debian Stable (Bullseye doesn't have it).



Re: Need help to install gnucobol

2023-02-04 Thread Cyril Brulebois
Hi Amine,

Amine Derk  (2023-02-04):
> I'm trying to use debian for the first time. and I'm not able to install
> Gnucobol.
> 
> aderkaoua@LAPTOP-6B841S0M:~$ sudo apt-get install gnucobol
> Reading package lists... Done
> Building dependency tree... Done
> Reading state information... Done
> *E: Unable to locate package gnucobol*
> 
> *please advise?*
> 
> Amine.
> Cobol Developer
> 571 234 9827

You contacted the installer team. Redirecting to the user support list.


Cheers,
-- 
Cyril Brulebois (k...@debian.org)
D-I release manager -- Release team member -- Freelance Consultant


signature.asc
Description: PGP signature


Re: Please help me install Tomcat

2023-02-02 Thread TRS-80
Amn Ojee Uw  writes:

> I've tried to install Tomcat, different version, like so :
> /# Download the latest release of tomcat 10.1.5//
> //wget
> https://downloads.apache.org/tomcat/tomcat-8/v8.5.85/bin/apache-tomcat-8.5.85.tar.gz//
> //
> //# Create tomcat directory//
> //sudo mkdir /opt/tomcat//
> //
> //# Extract the binary file with tar command in the /opt/tomcat path//
> //sudo tar -xvf apache-tomcat-8.5.85.tar.gz -C /opt/tomcat
> --strip-components=1//

[...]

> I really don't even know what to do with that info. I am an enthusiast
> programmer and not a trained computer programmer, thus I find this
> kind of things really challenging.

Given these comments, I am not understanding why you are trying to
install from tarball when it appears to me that Tomcat is available in
the Debian repos (at least in Bookworm and Sid):

https://packages.debian.org/search?keywords=tomcat

It looks like 'tomcat10' is the package name you are looking for.

-- 
Cheers,
TRS-80



Re: laptop freezes randomly - please help!! dell xps 15 with debian testing

2023-01-31 Thread Timothy M Butterworth
On Tue, Jan 31, 2023 at 9:42 AM Shalom Ben-Zvii Kazaz 
wrote:

>
> On Mon, Jan 30, 2023 at 6:00 PM Alexandre Rossi  wrote:
>
>> Hi,
>>
>> > In the past week my laptop freezes randomly, I can say it happens every
>> 2-3
>> > hours. but there are actions that consistently always cause a freeze,
>> like
>> > opening Zoom or executing lspci in Terminator.
>>
>> I would suggest:
>> - try to get more debugging info using SysRQ keys [1]
>> - try to get more debugging info using netconsole[2] (needs wired
>> connection)
>> - try another OS (Ubuntu live CD, Windows) to rule out hardware problem
>>
>
> following the suggestion to try another OS i booted the computer with
> ubuntu 22.4 live usb, i'm working with since yesterday with no issues. i
> have enough memory so i installed some of the applications i use like
> slack,zoom,terminator and more, i even installed intellij idea and worked
> on my project for hours. zoom works with video ,slack works, there is no
> freeze , the computer is up with ubuntu 22.4 for almost 24 hours and
> everything looks ok.
> So i guess there is no hardware problem.
> So i don't know what to do, I'm thinking to reinstall debian but I'm not
> sure the problem will disappear because it may be something with the kernel
> of some package.
>

Try booting with Debian 11 Bullseye live images.
https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/11.6.0-live+nonfree/amd64/iso-hybrid/
If
all your hardware works with Bullseye then go with it. Debian testing is
nice but it can from time to time get hosed. Since you have been running
testing since Bullseye was in testing it should be good to go for you.

I have debian testing running on AMD Ryzen 7 4700U with Radeon Graphics
with 16 Gig's of RAM and I have had some shell crashes recently. The
background turns grey and everything freezes except the mouse. I am able to
switch to a command line terminal without issue. TOP and free -h both show
that I have lots of available resources and there isn't any one run away
process using all my resources.

I am also having a problem with KDE's instant messenger complaining that I
do not have kaccounts-integration installed. I tried reinstalling it and it
still reports that it is not installed. Trying to launch "Instant Messaging
Settings" caused the system shell to crash and appear to be locked up. The
mouse still moves just fine.

I would move to Bullseye but I need Firmware in Bookworm to run my Sound
and WiFi. I am not a fan of backports, I have never had a good experience
with it. Installing software with backports is no trouble but keeping them
up to date is an issue because it does not automatically want to install
newer versions even when the package was installed form backports.



>
>> [1] https://www.kernel.org/doc/html/latest/admin-guide/sysrq.html
>> [2] https://debamax.com/blog/2019/01/03/debugging-with-netconsole/
>>
>> Alex
>>
>>

-- 
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/
⠈⠳⣄⠀⠀


Re: laptop freezes randomly - please help!! dell xps 15 with debian testing

2023-01-31 Thread David Wright
On Tue 31 Jan 2023 at 14:41:24 (+), Shalom Ben-Zvii Kazaz wrote:
> On Mon, Jan 30, 2023 at 6:00 PM Alexandre Rossi  wrote:
> > > In the past week my laptop freezes randomly, I can say it happens every
> > 2-3
> > > hours. but there are actions that consistently always cause a freeze,
> > like
> > > opening Zoom or executing lspci in Terminator.
> >
> > I would suggest:
> > - try to get more debugging info using SysRQ keys [1]
> > - try to get more debugging info using netconsole[2] (needs wired
> > connection)
> > - try another OS (Ubuntu live CD, Windows) to rule out hardware problem
> >
> 
> following the suggestion to try another OS i booted the computer with
> ubuntu 22.4 live usb, i'm working with since yesterday with no issues. i
> have enough memory so i installed some of the applications i use like
> slack,zoom,terminator and more, i even installed intellij idea and worked
> on my project for hours. zoom works with video ,slack works, there is no
> freeze , the computer is up with ubuntu 22.4 for almost 24 hours and
> everything looks ok.
> So i guess there is no hardware problem.
> So i don't know what to do, I'm thinking to reinstall debian but I'm not
> sure the problem will disappear because it may be something with the kernel
> of some package.

Earlier you wrote "I've been using this laptop for the past 3 years
with the same setup with debian testing since its new", which means
that you should be able to run this machine with bullseye.

If you run testing, do full-upgrades, and expect full-upgrades are
going to fix things, then you might be better off sticking with
the stable distribution, assuming you were to go back to Debian.

Cheers,
David.



Re: laptop freezes randomly - please help!! dell xps 15 with debian testing

2023-01-31 Thread Shalom Ben-Zvii Kazaz
On Mon, Jan 30, 2023 at 6:00 PM Alexandre Rossi  wrote:

> Hi,
>
> > In the past week my laptop freezes randomly, I can say it happens every
> 2-3
> > hours. but there are actions that consistently always cause a freeze,
> like
> > opening Zoom or executing lspci in Terminator.
>
> I would suggest:
> - try to get more debugging info using SysRQ keys [1]
> - try to get more debugging info using netconsole[2] (needs wired
> connection)
> - try another OS (Ubuntu live CD, Windows) to rule out hardware problem
>

following the suggestion to try another OS i booted the computer with
ubuntu 22.4 live usb, i'm working with since yesterday with no issues. i
have enough memory so i installed some of the applications i use like
slack,zoom,terminator and more, i even installed intellij idea and worked
on my project for hours. zoom works with video ,slack works, there is no
freeze , the computer is up with ubuntu 22.4 for almost 24 hours and
everything looks ok.
So i guess there is no hardware problem.
So i don't know what to do, I'm thinking to reinstall debian but I'm not
sure the problem will disappear because it may be something with the kernel
of some package.


>
> [1] https://www.kernel.org/doc/html/latest/admin-guide/sysrq.html
> [2] https://debamax.com/blog/2019/01/03/debugging-with-netconsole/
>
> Alex
>
>


Re: laptop freezes randomly - please help!! dell xps 15 with debian testing

2023-01-30 Thread Shalom Ben-Zvii Kazaz
I can get lspci listing with Gnome terminal with no problem , but when i
try with Terminator, the second i press the enter key the computer freezes,
well most of the time at least once it succeeded with Terminator too.

On Mon, Jan 30, 2023 at 8:43 PM Charles Curley <
charlescur...@charlescurley.com> wrote:

> On Mon, 30 Jan 2023 18:59:19 +0200
> Shalom Ben-Zvii Kazaz  wrote:
>
> > In the past week my laptop freezes randomly, I can say it happens
> > every 2-3 hours. but there are actions that consistently always cause
> > a freeze, like opening Zoom or executing lspci in Terminator.
>
> lspci leads me to wonder if lspci is triggering a hardware flaw
> somewhere on the PCI bus. And Zoom might do the same thing: I
> conjecture that it looks for cameras on the PCI and USB busses.
>
> Does it always freeze at the same point in the lspci listing? What
> happens if you do a verbose listing? 'lspci -v'
>
> Can you get a complete lspci listing using an older version of Linux,
> or a live CD version (e.g. finnix)?
>
>
>
> --
> Does anybody read signatures any more?
>
> https://charlescurley.com
> https://charlescurley.com/blog/
>
>


Re: laptop freezes randomly - please help!! dell xps 15 with debian testing

2023-01-30 Thread Shalom Ben-Zvii Kazaz
I tried SysRQ and there is no response when the computer freezes. i tried
before freeze to make sure i know how to use it and it worked, i tried b
and k and it worked. but when the computer freezes there is nothing, no
response.

On Mon, Jan 30, 2023 at 8:00 PM Alexandre Rossi  wrote:

> Hi,
>
> > In the past week my laptop freezes randomly, I can say it happens every
> 2-3
> > hours. but there are actions that consistently always cause a freeze,
> like
> > opening Zoom or executing lspci in Terminator.
>
> I would suggest:
> - try to get more debugging info using SysRQ keys [1]
> - try to get more debugging info using netconsole[2] (needs wired
> connection)
> - try another OS (Ubuntu live CD, Windows) to rule out hardware problem
>
> [1] https://www.kernel.org/doc/html/latest/admin-guide/sysrq.html
> [2] https://debamax.com/blog/2019/01/03/debugging-with-netconsole/
>
> Alex
>
>


Re: laptop freezes randomly - please help!! dell xps 15 with debian testing

2023-01-30 Thread Charles Curley
On Mon, 30 Jan 2023 18:59:19 +0200
Shalom Ben-Zvii Kazaz  wrote:

> In the past week my laptop freezes randomly, I can say it happens
> every 2-3 hours. but there are actions that consistently always cause
> a freeze, like opening Zoom or executing lspci in Terminator.

lspci leads me to wonder if lspci is triggering a hardware flaw
somewhere on the PCI bus. And Zoom might do the same thing: I
conjecture that it looks for cameras on the PCI and USB busses.

Does it always freeze at the same point in the lspci listing? What
happens if you do a verbose listing? 'lspci -v'

Can you get a complete lspci listing using an older version of Linux,
or a live CD version (e.g. finnix)?



-- 
Does anybody read signatures any more?

https://charlescurley.com
https://charlescurley.com/blog/



Re: laptop freezes randomly - please help!! dell xps 15 with debian testing

2023-01-30 Thread Alexandre Rossi
Hi,

> In the past week my laptop freezes randomly, I can say it happens every 2-3
> hours. but there are actions that consistently always cause a freeze, like
> opening Zoom or executing lspci in Terminator.

I would suggest:
- try to get more debugging info using SysRQ keys [1]
- try to get more debugging info using netconsole[2] (needs wired connection)
- try another OS (Ubuntu live CD, Windows) to rule out hardware problem

[1] https://www.kernel.org/doc/html/latest/admin-guide/sysrq.html
[2] https://debamax.com/blog/2019/01/03/debugging-with-netconsole/

Alex



laptop freezes randomly - please help!! dell xps 15 with debian testing

2023-01-30 Thread Shalom Ben-Zvii Kazaz
Hello,
Sorry for starting a new conversation, the previous one didn't help me and
I hope that now I have more details.
I don't have any idea how to approach that, its my workstation and the past
few days I just couldn't really work.
I'm also not experienced with this mailing list and a bit confused how to
reply here. I hope this time I will do it right.

In the past week my laptop freezes randomly, I can say it happens every 2-3
hours. but there are actions that consistently always cause a freeze, like
opening Zoom or executing lspci in Terminator.

Its a dell xps 15 7590, Intel® Core™ i9-9980HK × 16, 64.0 GiB memory, Mesa
Intel® UHD Graphics 630 (CFL GT2),
The laptop is attached to a dell docking station wd19 with an external
monitor and keyboard and external mouse.
It's running Debian GNU/Linux bookworm (debian testing) with Gnome.
I've been using this laptop for the past 3 years with the same setup with
debian testing since its new.
two month ago an official Dell technician replaced the keyboard and fans
and cooling board while still under Dell warranty.

The freeze started a few days ago after I did full-upgrade. Since then I
did full-upgrade again a few times hoping that it's a bug that was fixed
but it's still freezing.

I always have a few projects open in Jetbrains Intellij idea and rider. I
configure Intellij with 20GB memory, always a few browser windows open with
many tabs, usually brave and chromium. I always have a few windows and tabs
open in Terminator. and more.
The freeze always happens as a result of some UI action. examples are when
i tried to open settings, or some action in Intellij idea. It's completely
random and happens with other applications too.
there are actions that always cause a freeze, i tried that again and again
restarting the computer every time and it's always the same result, and
something suspicious with terminator:
trying to open the Zoom app always causes a freeze, I use zoom regularly
and there was never a problem until a few days ago.
trying to execute the command lspci in Terminator always causes a freeze,
everything else in terminator works. executing lspci in Gnome terminal
works, that looks to me very suspicious. I tried that at least 10 times to
make sure that it's not a coincidence and it's always the same, typing
lspci in Terminator and then Enter freezes the computer, but not in Gnome
terminal.

What I did:
As suggested to me here, I connected an ssh session with top and
journalctrl -f  from another computer and waited for a freeze. I have the
latest messages from both at the bottom of this message.

I started the computer with a gnome classic session, same thing, computer
freeze. started with xfce session, same thing.

I ran the Dell pre-boot performance test including a full memory test and
it passed OK.
I removed all the devices connected like external mouse and keyboard and
same thing.
I detached the laptop from the docking station and the computer freezes
when trying to open zoom or execute lspci in Terminator.

I hope someone can help in finding the cause of that freeze.

this is info i collected
This is journalctrl from another computer in ssh session just before the
computer freeze, the freeze was exactly at 16:39

Jan 30 16:38:57 xps-debian jetbrains-idea-ce.desktop[82252]:
java.lang.RuntimeException: Cannot invoke (class=,
method=projectClosing, topic=ProjectManagerListener)
Jan 30 16:38:57 xps-debian jetbrains-idea-ce.desktop[82252]:
at 
com.intellij.util.messages.impl.MessageBusImplKt.invokeListener(MessageBusImpl.kt:639)
Jan 30 16:38:57 xps-debian jetbrains-idea-ce.desktop[82252]:
at 
com.intellij.util.messages.impl.MessageBusImplKt.executeOrAddToQueue(MessageBusImpl.kt:466)
Jan 30 16:38:57 xps-debian jetbrains-idea-ce.desktop[82252]:
at 
com.intellij.util.messages.impl.ToDirectChildrenMessagePublisher.publish$intellij_platform_core(CompositeMessageBus.kt:295)
Jan 30 16:38:57 xps-debian jetbrains-idea-ce.desktop[82252]:
at 
com.intellij.util.messages.impl.MessagePublisher.invoke(MessageBusImpl.kt:421)
Jan 30 16:38:57 xps-debian jetbrains-idea-ce.desktop[82252]:
at jdk.proxy2/jdk.proxy2.$Proxy97.projectClosing(Unknown Source)
Jan 30 16:38:57 xps-debian jetbrains-idea-ce.desktop[82252]:
at 
com.intellij.openapi.project.impl.ProjectManagerImplKt.fireProjectClosing(ProjectManagerImpl.kt:1040)
Jan 30 16:38:57 xps-debian jetbrains-idea-ce.desktop[82252]:
at 
com.intellij.openapi.project.impl.ProjectManagerImplKt.access$fireProjectClosing(ProjectManagerImpl.kt:1)
Jan 30 16:38:57 xps-debian jetbrains-idea-ce.desktop[82252]:
at 
com.intellij.openapi.project.impl.ProjectManagerImpl.closeProject(ProjectManagerImpl.kt:426)
Jan 30 16:38:57 xps-debian jetbrains-idea-ce.desktop[82252]:
at 
com.intellij.openapi.project.impl.ProjectManagerImpl.closeProject$default(ProjectManagerImpl.kt:369)
Jan 30 16:38:57 xps-debian jetbrains-idea-ce.desktop[82252]:
at 
com.intellij.openapi.project.impl.ProjectManagerImpl.closeAndDisposeAllProjects(ProjectManagerImpl.kt:362

WiFi Debugging Help

2022-12-21 Thread Charles Curley
In the course of helping (I hope) another user with a WiFi problem, I
stumbled across what could be a useful tool for such issues:

https://wireless.wiki.kernel.org/en/users

In particular, those with Intel WiFi adapters will find this page
useful: https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi

For other adapters, it might help to have the PCI or USB ID of the
adapter handy.

This might be useful information for the Debian manual.

-- 
Does anybody read signatures any more?

https://charlescurley.com
https://charlescurley.com/blog/



Re: Help: disk swap

2022-08-02 Thread Chuck Zmudzinski
On 7/27/2022 1:51 PM, Erik Mathis wrote:
> I would look at the UEFI vs BIOS boot options in the "backup" server and 
> compare it to the "broken" server and make sure they are the same. Also check 
> for BIOS updates and such.
>
>
> -Erik-
>
>
> On Wed, Jul 27, 2022 at 7:59 AM tony  wrote:
>
> Hi,
>
> I turned on my main home server after a few weeks absence,  and got
> smoke from its power supply. Fortunately, I have a backup system, which
> does work; both are running Debian 10, so I swapped use to that machine.
> and am able to work with that, but some of the files and settings are a
> bit out of date.
>
> I decided to move the disk from the broken machine to the backup, but on
> booting I'm dropped into a grub screen saying disk id  not
> found. Not entirely surprising perhaps.
>
> So, how do I get it to recognize, and boot from the old disK.
>
> Cheers, Tony
>

I have used the following procedure to fix booting from a disk that
causes the system to drop to the grub shell instead of booting normally:

When in the grub shell, type ls, and you will see a list of the available
disks and partitions. You will see items like (hd0,gpt1) which would be
the first gpt partition on the first disk. Then you can list the files in that
partition using 'ls (hd0,gpt1)/'. You should then look for the partition with
the boot/grub/grub.cfg file, and then use the configfile command from
the grub shell to load the grub configuration on the disk from the broken
machine which should allow you to boot the Debian system that is on that
disk. For example, if the grub.cfg file is on (hd0,gpt1), then you do:

grub> configfile (hd0,gpt1)/boot/grub/grub.cfg

Hopefully you will see the normal grub menu giving you the option to
select on OS to boot, and hopefully you will be able to boot the Debian
that is on the disk from the broken machine.

If you can get the Debian system on the disk from the broken machine running,
then you will need to reinstall grub to update your grub so it can boot using 
the
disk from the broken machine without dropping to the grub shell. For example,
If you use efi, you will need to reinstall grub-efi-amd64-bin or maybe
grub-efi-amd64-bin-signed for secure boot, and after that it should boot the
disk from the broken machine without dropping to the grub shell.

Chuck



Re: Help: disk swap

2022-08-02 Thread mick.crane

On 2022-08-02 05:17, David wrote:


And then use something like this:
  https://www.newegg.com/sabrent-ec-dflt-dock/p/N82E16817366069
to connect disk "A" to machine "B".


StarTech external caddies/connectors seem OK.

mick



Re: Help: disk swap

2022-08-02 Thread Jude DaShiell
The second disk would need to be connected to the running linux in some
way either by a disk dock or a disk caddy such that the running linux
could find the second disk using lsblk and blkid.  Once located, parted -a
optimal /dev/xxx and then print to show the partition table then quit on
/dev/xxx could reveal boot partition information.  I have a disk caddy
here for sata disks which has its own power supply and that caddy also
boots external ssd drives once inserted correctly since the connectors for
sata and ssd are identical.



On Tue, 2 Aug 2022, David wrote:

> On Tue, 2 Aug 2022 at 13:25, David Wright  wrote:
> > On Thu 28 Jul 2022 at 14:29:32 (+0100), tony van der Hoff wrote:
> > > On 27/07/2022 16:07, Jude DaShiell wrote:
>
> > > Thanks for your help. Sadly, I'm not getting very far with this. I
> > > guess I'm not understanding your instructions too well:
> > >
> > > > Have the running linux system on the machine.  Run lsblk to locate the
> > > > name of the boot partition.
> > >
> > > I'll call the disk from the backup machine "B", and the disk I want to
> > > use "A".
>
> > The methodology below is unsuitable for you because you don't have
> > both disks in the machine at the same time.
>
> It would certainly be easier to help if that was the situation.
>
> We have been told that both machines were running Debian 10. But a
> problem is as yet we don't know if they have similar or different boot
> systems. That lack of information makes it very difficult to give advice.
>
> So trying to modify disk "A" to boot machine "B" could be tricky. But
> perhaps trying to get disk "A" to boot machine "B" is an XY problem that
> can be avoided, if maybe Tony only needs to recover some data off
> disk "A" onto disk "B".
>
> Given that Tony is not finding this easy, another approach that might
> be easier would be to keep the backup machine "B" intact and working
> and booting with its disk "B" connected as previously.
> And then use something like this:
>   https://www.newegg.com/sabrent-ec-dflt-dock/p/N82E16817366069
> to connect disk "A" to machine "B".
>
> And then the desired data can just be copied off it, and that might
> meet all Tony's needs.
>
> This method can also reveal evidence of what boot system is used by
> both machines, and would permit modifying disk "A" if that turns out
> to be necessary.
>
> I find this kind of drive dock very useful for admin flexibility and
> rescue tasks. I think they are a versatile and useful general purpose
> tool for tinkering. So, a worthwhile investment, in my opinion.
>
>



Re: Help: disk swap

2022-08-01 Thread David
On Tue, 2 Aug 2022 at 13:25, David Wright  wrote:
> On Thu 28 Jul 2022 at 14:29:32 (+0100), tony van der Hoff wrote:
> > On 27/07/2022 16:07, Jude DaShiell wrote:

> > Thanks for your help. Sadly, I'm not getting very far with this. I
> > guess I'm not understanding your instructions too well:
> >
> > > Have the running linux system on the machine.  Run lsblk to locate the
> > > name of the boot partition.
> >
> > I'll call the disk from the backup machine "B", and the disk I want to
> > use "A".

> The methodology below is unsuitable for you because you don't have
> both disks in the machine at the same time.

It would certainly be easier to help if that was the situation.

We have been told that both machines were running Debian 10. But a
problem is as yet we don't know if they have similar or different boot
systems. That lack of information makes it very difficult to give advice.

So trying to modify disk "A" to boot machine "B" could be tricky. But
perhaps trying to get disk "A" to boot machine "B" is an XY problem that
can be avoided, if maybe Tony only needs to recover some data off
disk "A" onto disk "B".

Given that Tony is not finding this easy, another approach that might
be easier would be to keep the backup machine "B" intact and working
and booting with its disk "B" connected as previously.
And then use something like this:
  https://www.newegg.com/sabrent-ec-dflt-dock/p/N82E16817366069
to connect disk "A" to machine "B".

And then the desired data can just be copied off it, and that might
meet all Tony's needs.

This method can also reveal evidence of what boot system is used by
both machines, and would permit modifying disk "A" if that turns out
to be necessary.

I find this kind of drive dock very useful for admin flexibility and
rescue tasks. I think they are a versatile and useful general purpose
tool for tinkering. So, a worthwhile investment, in my opinion.



Re: Help: disk swap

2022-08-01 Thread David Wright
On Thu 28 Jul 2022 at 14:29:32 (+0100), tony van der Hoff wrote:
> Thanks for your help. Sadly, I'm not getting very far with this. I
> guess I'm not understanding your instructions too well:
> 
> On 27/07/2022 16:07, Jude DaShiell wrote:
> > Have the running linux system on the machine.  Run lsblk to locate the
> > name of the boot partition.
> 
> I'll call the disk from the backup machine "B", and the disk I want to
> use "A".
> 
> 
> OK, on disk B:  lsblk sda9 /boot
> >  Once you have the name run blkid and copy the
> 
> sudo blkid
> /dev/sda9: LABEL="boot" UUID="3fe30767-f7d7-4e6d-b48e-f80eef2d4b71"
> 
> Now I'm lost.
> 
> Remove disk B, install disk A
> Boots into grub rescue.

The methodology below is unsuitable for you because you don't have
both disks in the machine at the same time.

> > uuid for use in the end of /etc/fstab and put in the path to the boot
> > device, the disk format ext4, defaults,nofail 1 2 on an fstab entry.
> > Next, run update-grub and you should get a new boot entry in grub.  If you
> > boot the machine on the boot screen hit down-arrow followed by enter and
> > your other disk should boot up.
> > I got a new computer with no sata tray in it and have a sata caddy and
> > some older sata disks and that's how I got those to boot.  hth.

You'd need to provide more information about both your computers and
how they boot in order to get better help. That would include whether
each one boots with EFI or the BIOS, and whether the disks are MBR
or GPT. It would help to know whether A's disk has a separate /boot
partition like B's does.

In the meantime, you could try the following commands from the Grub
Rescue prompt. It's not straightforward as only a subset of commands
will work. It's very likely to fail if the two computers boot in
different ways. All the disk and partition numbers below are just
examples: substitute according to what Grub finds present.

grub rescue> set pager=1

  in case you type a command that produces more than a page of output.

grub rescue> set

  will list the environment. The interesting ones are prefix and root,
  as these are the ones you might need to change.

grub rescue> ls

  should tell you what Grub calls your disk. It might look like:

  (hd0) (hd0,msdos4) (hd0,msdos3) (hd0,msdos2) (hd0,msdos1)

  or ditto with msdos→gpt. If you only see:

  (hd0)

  then you should see the partitions by typing:

grub rescue> ls (hd0)

  If you know the partition layout of the disk, and where
  /boot is, then you can type:

grub rescue> set prefix=(hd0,msdos3)/grub
grub rescue> set prefix=(hd0,msdos2)/boot/grub

  The first is where /boot is separate and on the 3rd partition,
  whereas the second is where boot is in the root filesystem on
  the 2nd.

  Similarly, you need to set the root partition by typing:

grub rescue> set root=(hd0,msdos2)

  You'll notice that that would be appropriate for the second example
  above, where /boot was in the root filesystem.

  Say you don't know the layout of your disk. Then you have to poke
  around with ls, using commands like:

grub rescue> ls (hd0,msdos1)

  which, for a root filesystem, should show bin dev etc lib and so on.

  Once the prefix is set, you should be able to get more of Grub
  loaded by typing these two lines:

grub rescue> insmod normal
grub rescue> normal

  I can't remember if the prompt changes, but you should have more
  commands available now.

  At a minimum you need, for a system where /boot is not separate,
  but in the root (and first) partition:

grub> insmod linux
grub> linux /boot/vmlinuz-… root=/dev/sda1 ro single
grub> initrd /boot/initrd.img-…
grub> boot

  Filename completion should word at …, and note that the kernel
  root parameter uses kernel notation, not Grub's. (Fortunately,
  both count partitions from 1 nowadays.)

  It's possible that you need to insmod more modules, so report
  at which step it fails.

Cheers,
David.



Re: Help: disk swap

2022-07-28 Thread David
On Fri, 29 Jul 2022 at 02:32, Jude DaShiell  wrote:
>
> Then your new /etc/fstab record should
> look like:
> The email program split that line all
> of that should be on one line
> space-separated.  hth.
> 3fe30767-f7d7-4e6d-b48e-f80eef2d4b71
> /dev/sda9 ext4 defaults,nofail 1 2

Although it does no harm, "defaults," is unnecessary and can be
omitted there.

Because it specifies defaults.

And defaults are values that are used when nothing is specified.

It can be omitted because "nofail" by itself is sufficient to establish
column 4, so that later values occur in columns 5 and 6.

"defaults" in /etc/fstab should only ever be used by itself, in column
number 4, when a non-default (ie not 0) value is required for one of
the following columns. Its function is to occupy an otherwise empty
column number 4, so that what follows it on the same line occurs
in column 5.



Re: Help: disk swap

2022-07-28 Thread Jude DaShiell
Then your new /etc/fstab record should
look like:
The email program split that line all
of that should be on one line
space-separated.  hth.
3fe30767-f7d7-4e6d-b48e-f80eef2d4b71
/dev/sda9 ext4 defaults,nofail 1 2

On Thu, 28 Jul 2022, tony van der Hoff wrote:

> Thanks for your help. Sadly, I'm not getting very far with this. I guess I'm
> not understanding your instructions too well:
>
> On 27/07/2022 16:07, Jude DaShiell wrote:
> > Have the running linux system on the machine.  Run lsblk to locate the
> > name of the boot partition.
>
> I'll call the disk from the backup machine "B", and the disk I want to use
> "A".
>
>
> OK, on disk B:  lsblk sda9 /boot
> >  Once you have the name run blkid and copy the
>
> sudo blkid
> /dev/sda9: LABEL="boot" UUID="3fe30767-f7d7-4e6d-b48e-f80eef2d4b71"
>
> Now I'm lost.
>
> Remove disk B, install disk A
> Boots into grub rescue.
>
> > uuid for use in the end of /etc/fstab and put in the path to the boot
> > device, the disk format ext4, defaults,nofail 1 2 on an fstab entry.
> > Next, run update-grub and you should get a new boot entry in grub.  If you
> > boot the machine on the boot screen hit down-arrow followed by enter and
> > your other disk should boot up.
> > I got a new computer with no sata tray in it and have a sata caddy and
> > some older sata disks and that's how I got those to boot.  hth.
> >
> >
>
>
>



Re: Help: disk swap

2022-07-27 Thread Charlie Gibbs

On Wed Jul 27 10:30:05 2022 tony  wrote:

> I turned on my main home server after a few weeks absence,  and got
> smoke from its power supply. Fortunately, I have a backup system,
> which does work; both are running Debian 10, so I swapped use to that
> machine. and am able to work with that, but some of the files and
> settings are a bit out of date.
>
> I decided to move the disk from the broken machine to the backup, but
> on booting I'm dropped into a grub screen saying disk id 
> not found. Not entirely surprising perhaps.
>
> So, how do I get it to recognize, and boot from the old disK.

You might not be able to.  I once had a power supply fail
in such a way as to destroy the motherboard and the two
hard drives in the machine.  I lost about 180GB of stuff,
only some of which I was able to replace.  My backups are
_much_ better now.

Let's hope you're luckier than that.

--
/~\  Charlie Gibbs  |  Life is perverse.
\ /|  It can be beautiful -
 X   I'm really at ac.dekanfrus |  but it won't.
/ \  if you read it the right way.  |-- Lily Tomlin



Re: Help: disk swap

2022-07-27 Thread Erik Mathis
I would look at the UEFI vs BIOS boot options in the "backup" server and
compare it to the "broken" server and make sure they are the same. Also
check for BIOS updates and such.


-Erik-


On Wed, Jul 27, 2022 at 7:59 AM tony  wrote:

> Hi,
>
> I turned on my main home server after a few weeks absence,  and got
> smoke from its power supply. Fortunately, I have a backup system, which
> does work; both are running Debian 10, so I swapped use to that machine.
> and am able to work with that, but some of the files and settings are a
> bit out of date.
>
> I decided to move the disk from the broken machine to the backup, but on
> booting I'm dropped into a grub screen saying disk id  not
> found. Not entirely surprising perhaps.
>
> So, how do I get it to recognize, and boot from the old disK.
>
> Cheers, Tony
>
>


Re: Help: disk swap

2022-07-27 Thread Felix Miata
tony composed on 2022-07-27 12:37 (UTC+0100):

> I turned on my main home server after a few weeks absence,  and got
> smoke from its power supply. Fortunately, I have a backup system, which
> does work; both are running Debian 10, so I swapped use to that machine.
> and am able to work with that, but some of the files and settings are a
> bit out of date.

> I decided to move the disk from the broken machine to the backup, but on
> booting I'm dropped into a grub screen saying disk id  not
> found. Not entirely surprising perhaps.

> So, how do I get it to recognize, and boot from the old disK.

It could be as simple as striking the right key at POST. If you have two UEFI 
PCs
and the disks were installed in UEFI mode, you might be able to select the 
foreign
disk with a BBS key:

BBS Boot Keys

[*]ASRock   F11
[*]Asus F8
[*]Biostar  F9?
[*]Dell F12
[*]eCS  F10
[*]eMachinesF10
[*]EVGA F7
[*]Gigabyte F12
[*]HP   F9 or ESC or ESC,F9
[*]Lenovo   F12 or F8 or F10
[*]MSI  F11
[*]Toshiba  F12

If one PC was configured to use legacy mode while the other UEFI, you might need
to go into BIOS to enable the other mode.

There are all sorts of reasons possible for your predicament. David's reply 
covers
many ways to minimize or eliminate the inconvenience of a PC or disk failure, 
and
includes your providing information for helping us to help you.

One possible way to encounter your non-recognition situation is to add the other
disk rather than substituting. Swapping SATA cables between the two drives with
both installed at once might work around that issue.

The "name" Gene's reply refers to is called a volume label, easier for mere 
humans
to deal with than the UUIDs Grub uses by default, and referred to by Jude. Use
e2label or tune2fs to assign labels where they don't already exist on EXTn
filesystems. Volume labels are how I do all native Linux filesystem mounting and
booting, never UUIDs.
-- 
Evolution as taught in public schools is, like religion,
based on faith, not based on science.

 Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata



Re: Help: disk swap

2022-07-27 Thread David Christensen

On 7/27/22 04:37, tony wrote:

Hi,

I turned on my main home server after a few weeks absence,  and got
smoke from its power supply. Fortunately, I have a backup system, which
does work; both are running Debian 10, so I swapped use to that machine.
and am able to work with that, but some of the files and settings are a
bit out of date.

I decided to move the disk from the broken machine to the backup, but on
booting I'm dropped into a grub screen saying disk id  not
found. Not entirely surprising perhaps.

So, how do I get it to recognize, and boot from the old disK.

Cheers, Tony



Please provide a hardware inventory for each computer.


For each disk drive, please describe the purpose of the drive.


Please tell us how each computer is booted, what services are provided, 
and what data is stored.



Prior to the disaster, please tell us about your disaster preparedness 
measures.  Were backups, archives, images, etc., up-to-date?



Since the disaster, where is your live data?  Have your disaster 
preparedness measures changed?  Are your backups, archives, images, 
etc., up-to-date?



Have you repaired the main home server?  When the power supply failed, 
did anything else fail?



Suggestions:

1.  Install Debian onto a high quality USB 3.0 flash drive, to use for 
maintenance and troubleshooting.


2.  Buy a hardware power supply tester.

3.  Buy external drive adapters corresponding to whatever internal 
drives you use -- so that you can remove internal drives, connect them 
to the adapters, and access them using another computer.


4.  Do not be afraid to "throw money at the problem" -- e.g. maintain an 
inventory of spare parts and computers.  The last time I lost data was 
when I decided not to buy big, new, backup HDD's for a data migration.



David



Re: Help: disk swap

2022-07-27 Thread gene heskett

On 7/27/22 08:02, tony wrote:

Hi,

I turned on my main home server after a few weeks absence,  and got
smoke from its power supply. Fortunately, I have a backup system, which
does work; both are running Debian 10, so I swapped use to that machine.
and am able to work with that, but some of the files and settings are a
bit out of date.

I decided to move the disk from the broken machine to the backup, but on
booting I'm dropped into a grub screen saying disk id  not
found. Not entirely surprising perhaps.

So, how do I get it to recognize, and boot from the old disK.

Cheers, Tony

.

name the disk partition, and use that "name" in the /etc/fstab to mount it.
You may have to rerun grub install too.

Cheers, Gene Heskett.
--
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author, 1940)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis
Genes Web page 



Re: Help: disk swap

2022-07-27 Thread Jude DaShiell
Have the running linux system on the machine.  Run lsblk to locate the
name of the boot partition.  Once you have the name run blkid and copy the
uuid for use in the end of /etc/fstab and put in the path to the boot
device, the disk format ext4, defaults,nofail 1 2 on an fstab entry.
Next, run update-grub and you should get a new boot entry in grub.  If you
boot the machine on the boot screen hit down-arrow followed by enter and
your other disk should boot up.
I got a new computer with no sata tray in it and have a sata caddy and
some older sata disks and that's how I got those to boot.  hth.




.htaccess help?

2022-06-21 Thread Maurizio Caloro



Hello

Fighting with setup .htpaccess restriction and i need to give access to 
the folder

    >"https://mta-sts.caloro.ch/.well-known/mta-sts.txt; to public

this folder living on my system on following folder /var/www/mta-sts, 
the Home-

page are on folder /var/www/wordpress/index

if disable the folowing line "RewriteRule ^(.*)$ https://www.caloro.ch/ 
[R,L]"

i have access to this mta-sts.txt. please how i can concentrate to open only
the hompege and this mta-sts folder, so that are visible to public:

on etc/apache i have the mta-sts.conf

/etc/apache2/sites-available# cat mta-sts-ssl.conf


    ServerName mta-sts.caloro.ch
    DocumentRoot /

ErrorDocument 403 "403 Forbidden - This site is used to specify the 
MTA-STS policy for this domain, please see '/.well-known/mta-sts.txt'. 
If you were not expecting to see this, please use href=\"https://caloro.ch\; rel=\"noopener\">https://caloro.ch instead."


    DocumentRoot "/var/www/mta-sts"
    
    Options -Indexes +FollowSymLinks
    # AllowOverride AuthConfig
    AllowOverride None
    # Tachtler (enable for unlimited access)
    Require all granted
    
    Alias /.well-known/mta-sts.txt /var/www/mta-sts/mta-sts.txt
    DirectoryIndex mta-sts.txt

    RewriteEngine On
    RewriteOptions IgnoreInherit
    RewriteRule !^/.well-known/mta-sts.txt - [L,R=403]

    SSLCertificateFile 
/etc/letsencrypt/live/mta-sts.caloro.ch/fullchain.pem
    SSLCertificateKeyFile 
/etc/letsencrypt/live/mta-sts.caloro.ch/privkey.pem

    Include /etc/letsencrypt/options-ssl-apache.conf



--

/var/www# cat .htaccess
RewriteEngine On
RewriteCond %{SERVER_PORT} 443
# RewriteRule ^(.*)$ https://www.caloro.ch/ [R,L]
# RewriteRule ^(.*)$ https://mta-sts.caloro.ch/.well-known/ [R,L]

# No access to Folder-Structures
Options All -Indexes

# No access to the install.php

Order allow,deny
Deny from all


# No access to the wp-config.php

Order allow,deny
Deny from all


## No access to .htaccess and .htpasswd

 Order deny,allow
 Deny from all


## No access to includes folder

 RewriteEngine On
 RewriteBase /
 RewriteRule ^wp-admin/includes/ - [F,L]
 RewriteRule !^wp-includes/ - [S=3]
 RewriteRule ^wp-includes/[^/]+\.php$ - [F,L]
 RewriteRule ^wp-includes/js/tinymce/langs/.+\.php - [F,L]
 RewriteRule ^wp-includes/theme-compat/ - [F,L]


## No access to usernames

 RewriteEngine On
 RewriteBase /
 RewriteCond %{QUERY_STRING} .*author=(.+.?) [NC]
 RewriteRule (.*) /blog/?author= [NC,L,R=301]


# No ETags
# Header unset ETag
# FileETag None

thanks for possible help
regards





Re: Unlocking (remote/local), was Re: Help with suid (bash)

2022-05-11 Thread David Wright
On Wed 11 May 2022 at 20:26:20 (+0200), to...@tuxteam.de wrote:
> On Wed, May 11, 2022 at 11:07:09AM -0500, David Wright wrote:
> 
> [...]
> 
> > But after two posts about background information on setuid shell
> > scripts, you now write "the worst antipattern is to misuse tech
> > to force people to follow some nonsensical rituals". Strong words.
> 
> Sorry if I was unclear. The point I was trying to make is that
> OpenSSH allows you to change the behaviour we are discussing
> if you wish so. So it /doesn't/ follow that antipattern.

I don't know what the antipattern is, that openssh doesn't follow.

> As to the other points? Well:
> 
>  0. if you want to be able to login directly as root, /and/
>with a password, change the server's /etc/sshd_config

Perhaps I need to make it clear that:

. I have set a password for root.
. I can login as root at the console, using that password.
. I do not want to login as root by password from any other
  system, be it mine or anyone else's.
. I do not want to force, persuade, or hint that anyone else
  should follow my preferences.

>  1. if you can be bothered to set up a key for root, use
>that (generally preferrable to 0.)

I have. On all my systems, root can login as root, by key,
on any other of my systems. And the same for me as me. Other
users (which includes me) aren't set up to login by key or
password to the root account: they use su.
(Or avoid login with sudo.)

The recipe I posted for the OP doesn't mention or use keys,
or use the root account. The secondary script (unlock-…)
that I use to run the main one does use ssh, but is silent on
the authentication method.

Charles suggested that the OP just run things as root. As
I was posting a script that's really designed for remote
unlocking, I thought it helpful to point out that in an
unaltered Debian system, you wouldn't be able to login as
root. (I see no reason against basing answers on a vanilla
Debian stable system.)

>  1a. you can even limit what a private key owner is able to
>do: e.g. "only backup". So even if someone manages to
>steal your remote backup's private key, (s)he'll only
>able to trigger a backup

I didn't read the OP's question as necessitating that sort of
configuration. Anyone who thinks to the contrary is free to
add their own reply.

>  2. if you don't like 0..1a, there's still sudo. You can
>fine-tune what commands (and what parameters go with
>those) each (local or remote) user is allowed to invoke,
>and even whether they're supposed to issue a password
>for that or they get it "password-less".

Isn't that what I did: I spelled out the exact limitations
that I impose, with the actual lines from the sudoers file,
complete with their parameters and partial values, including
the fact that after quoting (or not) the password to log in,
they're not expected to quote it again just for sudo.

> What's not to like?

I don't know. I posted a script that does more than what the OP
wanted to achieve (which was to avoid using the root account),
and because it's a real script, I tried to add any information
that explained specifics that might not be immediately understood,
like:

. why it's in .profile,
. what /home/0 is,
. why it prints a line between unlocking and mounting,
. who unlock is,
. why unlocking a system remotely might be attractive,
. why lines were added to the sudoers file.

> What's missing?

Evidently, a discussion on becoming root.

And if you're following along closely, and ignore the likely
circumstances of my script being run, you might point out that
there's no obvious way for user unlock to unmount or lock /home.

Cheers,
David.



Re: Unlocking (remote/local), was Re: Help with suid (bash)

2022-05-11 Thread tomas
On Wed, May 11, 2022 at 11:07:09AM -0500, David Wright wrote:

[...]

> But after two posts about background information on setuid shell
> scripts, you now write "the worst antipattern is to misuse tech
> to force people to follow some nonsensical rituals". Strong words.

Sorry if I was unclear. The point I was trying to make is that
OpenSSH allows you to change the behaviour we are discussing
if you wish so. So it /doesn't/ follow that antipattern.

As to the other points? Well:

 0. if you want to be able to login directly as root, /and/
   with a password, change the server's /etc/sshd_config
 1. if you can be bothered to set up a key for root, use
   that (generally preferrable to 0.)
 1a. you can even limit what a private key owner is able to
   do: e.g. "only backup". So even if someone manages to
   steal your remote backup's private key, (s)he'll only
   able to trigger a backup
 2. if you don't like 0..1a, there's still sudo. You can
   fine-tune what commands (and what parameters go with
   those) each (local or remote) user is allowed to invoke,
   and even whether they're supposed to issue a password
   for that or they get it "password-less".

What's not to like? What's missing?

Cheers
-- 
t


signature.asc
Description: PGP signature


Re: Unlocking (remote/local), was Re: Help with suid (bash)

2022-05-11 Thread David Wright
On Wed 11 May 2022 at 07:05:47 (+0200), to...@tuxteam.de wrote:
> On Tue, May 10, 2022 at 10:08:20PM -0500, David Wright wrote:
> > On Tue 10 May 2022 at 17:12:25 (-0600), Charles Curley wrote:
> 
> [...]
> 
> > IOW, though logging in to root by password is ok at the console,
> > it's not ok when remote. ➀
> 
> I assume you know all that you can set "PermitRootLogin yes" in
> your /etc/ssh/sshd_config (the default is "prohibit-password",
> which fits the behaviour you are describing).
> 
> It's not recommended, (for good reasons!), but hey, it's your box,
> and you decide what you deem to be "secure enough". After all,
> security is context-dependent, and the worst antipattern is to
> misuse tech to force people to follow some nonsensical rituals
> (it happens far too often, alas, but OpenSSH isn't that sort of
> software).
> 
> So you can change that, if you wish so. What's your point?

Well, Charles seemed to have difficulty with understanding my first
paragraph, which I wrote merely to explain that I assume a root
password has been set. It seems odd to get three follow-ups, all of
which centre on the consequences of the ssh configuration chosen
by the Debian developers for a bullseye installation.

When you write a script to unlock and mount a partition, you can
do it in two lines:

# udisksctl unlock --block-device /dev/foo
# mount /dev/bar /baz

but that's useless as it stands, and needs to be embedded into
your ecosystem to be useful, which is why I posted my script,
a real example.

But after two posts about background information on setuid shell
scripts, you now write "the worst antipattern is to misuse tech
to force people to follow some nonsensical rituals". Strong words.

Perhaps you could elaborate on which specific rituals you find
offensive. I can't work out whether you're criticising my script,
or the Debian developers for the way they're now choosing to
configure ssh, or the linux kernel developers for the ban on
setuid shell scripts.

Cheers,
David.



Re: Unlocking (remote/local), was Re: Help with suid (bash)

2022-05-11 Thread Dan Ritter
Charles Curley wrote: 
> On Tue, 10 May 2022 11:08:23 -0500
> David Wright  wrote:
> 
> > That complicates unlocking partitions remotely because, even if you
> > can log in as root, you normally can't log in remotely as root.
> 
> ??? I log in as root over SSH all the time.

Most sshd configs either prevent root from logging in directly
or prevent root from logging in with a password (ssh key
required).

-dsr-



Re: Unlocking (remote/local), was Re: Help with suid (bash)

2022-05-10 Thread tomas
On Tue, May 10, 2022 at 10:08:20PM -0500, David Wright wrote:
> On Tue 10 May 2022 at 17:12:25 (-0600), Charles Curley wrote:

[...]

> IOW, though logging in to root by password is ok at the console,
> it's not ok when remote. ➀

I assume you know all that you can set "PermitRootLogin yes" in
your /etc/ssh/sshd_config (the default is "prohibit-password",
which fits the behaviour you are describing).

It's not recommended, (for good reasons!), but hey, it's your box,
and you decide what you deem to be "secure enough". After all,
security is context-dependent, and the worst antipattern is to
misuse tech to force people to follow some nonsensical rituals
(it happens far too often, alas, but OpenSSH isn't that sort of
software).

So you can change that, if you wish so. What's your point?

Cheers

[1] cf. man 5 sshd_config
-- 
t


signature.asc
Description: PGP signature


Re: Unlocking (remote/local), was Re: Help with suid (bash)

2022-05-10 Thread David Wright
On Tue 10 May 2022 at 17:12:25 (-0600), Charles Curley wrote:
> On Tue, 10 May 2022 11:08:23 -0500
> David Wright  wrote:
> 
> > That complicates unlocking partitions remotely because, even if you
> > can log in as root, you normally can't log in remotely as root.
> 
> ??? I log in as root over SSH all the time.

This sequence will be familiar to a lot of people:

$ ssh acer -l root   ➀
root@acer's password: 
Permission denied, please try again.
root@acer's password:   ^C

130 $  /bin/su - ➁
Password: 
bullseye on /dev/sda5 toto05
# ssh acer
Linux acer 5. … …➂
 …  …
Last login: Tue May 10 …
acer # mv -i .ssh/authorized_keys .ssh/hide-authorized_keys  ➃
acer # 
logout
Connection to acer closed.
# ssh acer   ➄
root@acer's password: 
Permission denied, please try again.
root@acer's password:   ^C

130 # 

IOW, though logging in to root by password is ok at the console,
it's not ok when remote. ➀

However, when I'm already root ➁, logging in by key is ok because acer's
root has my public key and I can prove I have the private key. ➂

If acer's root doesn't have my public key ➃, then I still can't login
to acer with ssh because password is all that's left. ➄

I don't give root's public key to other users, where "other" includes me.

I presume that in some respect, your systems differ.

> > I use a special user called unlock, whose home directory is on
> > /var/local/, to unlock my /home partitions:
> 
> Unlock? What does "unlock" mean in this context? It looks like a
> synonym for "mount". If so, it's an unnecessary opportunity for
> confusion. And it sounds like it's more complicated than it need be.

/etc/fstab could mount /home, except for the context:

> > > On Tue 10 May 2022 at 07:50:18 (-0400), rhkra...@gmail.com wrote:

> > > > Background: 8 years ago I wrote a set of scripts to help me mount and 
> > > > unmount 
> > > > LUKS encrypted partitions as needed and as myself () rather 
> > > > than as 
> > > > root. 

So any complexity, outside the script itself, arises from:

unlock has a home directory that's not on /home (which is still locked),
unlock can run just one program, and with strictly limited arguments,
unlock doesn't have to authenticate to use that sudo command,
I'm lazy and would rather type unloac than ssh acer -l unlock,
and I'm lazy and would rather type wake-ac than walk 30 yards
and a flight of stairs, plus return, just to press a button.

Cheers,
David.



Re: Unlocking (remote/local), was Re: Help with suid (bash)

2022-05-10 Thread Greg Wooledge
On Tue, May 10, 2022 at 05:12:25PM -0600, Charles Curley wrote:
> David Wright  wrote:
> > I use a special user called unlock, whose home directory is on
> > /var/local/, to unlock my /home partitions:
> 
> Unlock? What does "unlock" mean in this context? It looks like a
> synonym for "mount". If so, it's an unnecessary opportunity for
> confusion. And it sounds like it's more complicated than it need be.

I think it implies some kind of encryption, requiring a key to mount.



Re: Unlocking (remote/local), was Re: Help with suid (bash)

2022-05-10 Thread Charles Curley
On Tue, 10 May 2022 11:08:23 -0500
David Wright  wrote:

> That complicates unlocking partitions remotely because, even if you
> can log in as root, you normally can't log in remotely as root.

??? I log in as root over SSH all the time.

> 
> I use a special user called unlock, whose home directory is on
> /var/local/, to unlock my /home partitions:

Unlock? What does "unlock" mean in this context? It looks like a
synonym for "mount". If so, it's an unnecessary opportunity for
confusion. And it sounds like it's more complicated than it need be.

-- 
Does anybody read signatures any more?

https://charlescurley.com
https://charlescurley.com/blog/



Re: Unlocking (remote/local), was Re: Help with suid (bash)

2022-05-10 Thread David Wright
On Tue 10 May 2022 at 13:02:41 (-0400), Greg Wooledge wrote:
> On Tue, May 10, 2022 at 11:08:23AM -0500, David Wright wrote:

[> > On Tue 10 May 2022 at 08:21:00 (-0600), Charles Curley wrote:]

> > > Why the aversion to doing things as root? Why not just run your scripts
> > > as root? This is exactly the sort of thing that is reserved to root for
> > > reasons of security.
> > 
> > That complicates unlocking partitions remotely because, even if you
> > can log in as root, you normally can't log in remotely as root.
> 
> But you *can* typically sudo on the remote system, which is what is
> actually being suggested here.  I think.

It's certainly what's being suggested by /me/, as can be seen in my:

  sudo udisksctl unlock --block-device "$j"

but that's not how rhkramer (judging by the 12:40:25 response¹) and
I would take Charles' post as meaning, but rather:

  $ su -
  # cryptsetup luksOpen /dev/sd  && /bin/mount \
/dev/mapper/ 

presumably with the command wrapped, as now, in a script.

> (Also, you'd be surprised how many systems *do* allow remote root logins,
> either from a quasi-trusted set of source IPs, or using key auth only,
> or both.)

I do myself, using keys, but only local-root to remote-root. Having an
ordinary user use sudo means that one script suffices to unlock /home
both from a remote machine or at the console. Of course, it's a separate
ordinary user because of their non-/home home directory.

Simplification and generalisation are quite important to me, so as you
can see, the script will work unchanged on any of my hosts, and though
I mentioned unlock-acer, that function is one of several that are
created on the fly, in this case from:

  function unlock- { # unlock /home before logging in or transfers
  ping -c 1 -W 1  | grep 'bytes from' # wake it up first
  date && ssh -X  -l unlock
  }

(The ping seems to help those powerline devices that some hosts use.)

¹ "a general aversion to being in root"

Cheers,
David.



Re: Unlocking (remote/local), was Re: Help with suid (bash)

2022-05-10 Thread Greg Wooledge
On Tue, May 10, 2022 at 11:08:23AM -0500, David Wright wrote:
> > On Tue, 10 May 2022 07:50:18 -0400 rhkra...@gmail.com wrote:
> > Why the aversion to doing things as root? Why not just run your scripts
> > as root? This is exactly the sort of thing that is reserved to root for
> > reasons of security.
> 
> That complicates unlocking partitions remotely because, even if you
> can log in as root, you normally can't log in remotely as root.

But you *can* typically sudo on the remote system, which is what is
actually being suggested here.  I think.

(Also, you'd be surprised how many systems *do* allow remote root logins,
either from a quasi-trusted set of source IPs, or using key auth only,
or both.)



Re: Help with suid (bash)

2022-05-10 Thread rhkramer
On Tuesday, May 10, 2022 10:21:00 AM Charles Curley wrote:
> Why the aversion to doing things as root? Why not just run your scripts
> as root? This is exactly the sort of thing that is reserved to root for
> reasons of security.

I may think about that some more, but it is a general aversion to being in 
root, or switching to root while I'm doing "ordinary" things (like accessing 
information on some mounted-on-demand LUKS partitions).



Unlocking (remote/local), was Re: Help with suid (bash)

2022-05-10 Thread David Wright
On Tue 10 May 2022 at 08:21:00 (-0600), Charles Curley wrote:
> On Tue, 10 May 2022 07:50:18 -0400 rhkra...@gmail.com wrote:
> 
> > Background: 8 years ago I wrote a set of scripts to help me mount and
> > unmount LUKS encrypted partitions as needed and as myself
> > () rather than as root. 
> 
> Why the aversion to doing things as root? Why not just run your scripts
> as root? This is exactly the sort of thing that is reserved to root for
> reasons of security.

That complicates unlocking partitions remotely because, even if you
can log in as root, you normally can't log in remotely as root.

I use a special user called unlock, whose home directory is on
/var/local/, to unlock my /home partitions:

$ cat /var/local/home/unlock/.profile 
[[ $- = *i* ]] && printf '%s\n' "(This is $HOME/.profile 2022 March 02 on 
$HOSTNAME, $(sed -e 's/.* \([^ ]\+\) *$/\1/;q' /etc/apt/sources.list) on 
$(findmnt -n -o SOURCE,LABEL -M /))"
[ ! -f /home/0 ] && printf '\n%s\n\n' "/home is mounted already" && sleep 1 && 
exit 9
for j in /dev/disk/by-partlabel/*-Home; do
printf 'Unlocking %s\n' "$j"
sudo udisksctl unlock --block-device "$j"
done
printf 'Checking partition\n' # in case there's a pause
mount /home
sleep 1
if [ ! -f /home/0 ]; then
printf '%s\n' "/home is now mounted" && exit 0
else
printf '\n%s\n\n' "/home is NOT mounted" && sleep 1 && exit 99
fi
#
$ 

So after introducing itself (note: my sources.list is doctored),
it checks that /home is not already mounted (note: there's an
empty file called 0 in the /home directory on the rootfs), and
then unlocks any partition whose PARTLABEL ends with -Home.

It then mounts the one that matches the entry in fstab.

Here's how I call it remotely:

$ type unlock-acer 
unlock-acer is a function
unlock-acer () 
{ 
ping -c 1 -W 1 acer | grep 'bytes from';
date && ssh -X acer -l unlock
}
$ 

And, of course, that would normally follow a call to wake-acer
(assuming it's not a laptop):

$ type wake-acer 
wake-acer is a function
wake-acer () 
{ 
wakeonlan 22:44:66:88:aa:cc
}
$ 

If you're not in group sudo (I have a root password), you'd
require lines like these in /etc/sudoers.d/foo:

User_Alias  LOCKER = unlock
Host_Alias  MYHOSTS = …, acer, …
Cmnd_Alias  UNLOCKING = /usr/bin/udisksctl unlock --block-device 
/dev/disk/*/*
Cmnd_Alias  LOCKING = /usr/bin/udisksctl lock --block-device /dev/disk/*/*
Defaults:LOCKER !authenticate
LOCKER  MYHOSTS =   UNLOCKING, LOCKING

Note that all this is running on a home LAN. I would do things
differently in a more open environment.

As for setuid scripts, they haven't been allowed since I started using
Debian in Sept 1996, which was on Debian's first release, buzz, running
2.0 kernels. Allegedly there was a Perl method of doing it that I never
tried out. It was meant to create a Chinese wall between anything that
originated from outside and the rest of the program.

Cheers,
David.



Re: Help with suid (bash)

2022-05-10 Thread Charles Curley
On Tue, 10 May 2022 07:50:18 -0400
rhkra...@gmail.com wrote:

> Background: 8 years ago I wrote a set of scripts to help me mount and
> unmount LUKS encrypted partitions as needed and as myself
> () rather than as root. 

Why the aversion to doing things as root? Why not just run your scripts
as root? This is exactly the sort of thing that is reserved to root for
reasons of security.

-- 
Does anybody read signatures any more?

https://charlescurley.com
https://charlescurley.com/blog/



Followup: Re: Resolved: Re: Help with suid (bash)

2022-05-10 Thread rhkramer
By the way, thanks to all who replied!  One followup below.

On Tuesday, May 10, 2022 08:20:10 AM rhkra...@gmail.com wrote:
> Ok, thanks very much!
> 
> That resolves that -- I do have another way of doing it (the c helper
> program), I just don't like it -- I'll probably continue to use that but
> think about alternatives.

Ahh, the (an) obvious (finally ;-) alternate solution is to incorporate the 
luks and mount commands directly in the c helper program, as that at least 
avoids the confusion (to me) of having both a script and a c program for each 
partititon (and I could consider "parameterizing" the partitions).

E.g., in my (typical) c program, instead of 

   setuid( 0 );
   system( "" );

do 

   setuid( 0 );
   system( "/sbin/cryptsetup luksOpen /dev/sd  " );
   system( "/bin/mount /dev/mapper/ " );



Re: Help with suid (bash)

2022-05-10 Thread tomas
On Tue, May 10, 2022 at 07:58:39AM -0400, Greg Wooledge wrote:
> On Tue, May 10, 2022 at 07:50:18AM -0400, rhkra...@gmail.com wrote:
> > Aside: even though this is not a Debian specific question, I often use 
> > debian-
> > user as my first resource in asking Linux questions.
> 
> It's Linux-specific, though.

I poked around a bit. NetBSD seems to honour it... but grudgingly. Here's
from their sh(1) man page [1]

   BUGS
  Setuid shell scripts should be avoided at all costs, as they are a
  significant security risk.

"At all costs": that's a tall order :-)

Dunno what the other BSDs say. As to the other Unices... which
Unices?

;-)

Cheers

[1] https://man.netbsd.org/sh.1
-- 
t


signature.asc
Description: PGP signature


Resolved: Re: Help with suid (bash)

2022-05-10 Thread rhkramer
(Intentionally top posting)

Ok, thanks very much!  

That resolves that -- I do have another way of doing it (the c helper 
program), I just don't like it -- I'll probably continue to use that but think 
about alternatives.

On Tuesday, May 10, 2022 07:58:39 AM Greg Wooledge wrote:
> The Linux kernel does not honor the setuid bit on a script.  Any script.
> Anything that's executed via a shebang, rather than an ELF header.
> 
> This is for security purposes, as there's some sort of race condition
> or something.  I forget the exact details, but the point is, you can't
> do this.  Find another solution.



Re: Help with suid (bash)

2022-05-10 Thread tomas
On Tue, May 10, 2022 at 07:50:18AM -0400, rhkra...@gmail.com wrote:
> Aside: even though this is not a Debian specific question, I often use debian-
> user as my first resource in asking Linux questions.
> 
> Background: 8 years ago I wrote a set of scripts to help me mount and unmount 
> LUKS encrypted partitions as needed and as myself () rather than as 
> root. 

TL;DR use sudo.

You must have had an outdated kernel version back then, I think.

The setuid bit has been ignored for scripts in Linux since like...
forever. If my memory doesn't fail me, it must have been around
kernel 2.x, perhaps 3.x, so around of before 2010.

I remember writing a setuid wrapper for a specific application
back with kernel 2.0.36, so it must already have been a topic
back then.

There are many places out there as to why -- my search engine
gave me this [1] one.

You can, of course, patch your kernel. You could write a setuid
wrapper (a small setuid C program written to call your script:
a good exercise in writing security sensitive stuff -- did I get
everything right? ;-)

Or you can use a setuid wrapper written for you (called sudo).
Even this one doesn't get everything right from the get-go.
I'd still recommend this latter options. The one I wrote Back
Then [TM] surely has more holes than sudo.

Cheers

[1] https://unix.stackexchange.com/questions/364/allow-setuid-on-shell-scripts
-- 
t


signature.asc
Description: PGP signature


Re: Help with suid (bash)

2022-05-10 Thread Greg Wooledge
On Tue, May 10, 2022 at 07:50:18AM -0400, rhkra...@gmail.com wrote:
> Aside: even though this is not a Debian specific question, I often use debian-
> user as my first resource in asking Linux questions.

It's Linux-specific, though.

> -rwsr-xr-x 1 root  1412 Aug 31  2014 
> 

The Linux kernel does not honor the setuid bit on a script.  Any script.
Anything that's executed via a shebang, rather than an ELF header.

This is for security purposes, as there's some sort of race condition
or something.  I forget the exact details, but the point is, you can't
do this.  Find another solution.



Help with suid (bash)

2022-05-10 Thread rhkramer
Aside: even though this is not a Debian specific question, I often use debian-
user as my first resource in asking Linux questions.

Background: 8 years ago I wrote a set of scripts to help me mount and unmount 
LUKS encrypted partitions as needed and as myself () rather than as 
root. 

Aside: This was (and still is) under Debian Wheezy -- I know I should upgrade.  
I do have installations of Jessie and Buster on other computers and am getting 
ready to install Bullseye on another machine which might replace the Wheezy 
machine (if I can run TDE under Bullseye).  Getting these scripts working as 
intended (that is, using suid) is part of my effort to do that.

Problem: I tried to use suid to allow the scripts to be run by me, but with 
the permissions of root  but I could not get that to work.  

Aside: I do run those scripts with the aid of a (compiled) c helper program 
that switches to root and then runs the appropriate script (setuid( 0 ) and 
then system( "" ). 

The script to mount a partition looks like this (comments deleted, and some 
things shown "generically" for privacy / security):

#!/bin/bash 
/sbin/cryptsetup luksOpen /dev/sd  && /bin/mount 
/dev/mapper/ 

The ownership and permissions that I tried to use (I tried some variations, 
and I have different permissions at the moment) were:

-rwsr-xr-x 1 root  1412 Aug 31  2014 


(I should remove the read and execute permission from all, but that is what I 
had at that time.)

Why can't I run that successfully as myself (), and what could I do 
to make it run?

When I invoke the script with those permissions, including suid, I get a 
response like:

$ 
WARNING!!! Possibly insecure memory. Are you root?
Cannot open device /dev/sd for read-only access.
$

To clarify: when I run these scripts with the aid of the c helper program, the 
scripts work as intended and I get no error messages.

Thanks for any input!



Needing help in knowing what package to report a bug

2022-05-09 Thread Joshua Brickel
Hi,

Description of problem:
After suspend only one screen activates (dual screen system) and the mouse
seems to be unresponsive.

Basic System
Using AMD cards (Radeon 5600XT and 5500XTY)
My system is setup as a mult-seat system with one seat having two monitors
and the other with one monitor.
Using Gnome with X
CPU family is AMD Epyc

Can anyone help me locate which group I should file this issue?

Thanks,

Joshua


Re: Help settings up sound card on Debian stable

2022-04-14 Thread manphiz



On 4/14/22 02:07, Christian Britz wrote:



On 2022-04-13 09:28 UTC+0200, Yvan Masson wrote:


I have no idea of what you could do to make it work on stable, sorry.
But did you try running testing? It would be probably simpler, and
testing generally runs great.


It seems to be more or less consent that you are not advised to run
Debian Testing on a productive system, one of the reasons is security
support. Is this system so new that it requires a kernel from testing?
bullseye-backports has kernel 5.16.12, the  kernel in testing is also a
5.16.x release.
It will probably not take too much time until 5.17.x or 5.18.x will
appear in bullseye-backports.

Regards,
Christian



Exactly as Christian said.  Will like to learn about sound card 
configuration in general as well, so any suggestion is appreciated.


OpenPGP_signature
Description: OpenPGP digital signature


Re: Help settings up sound card on Debian stable

2022-04-14 Thread manphiz



On 4/13/22 00:28, Yvan Masson wrote:


Le 12/04/2022 à 03:48, manp...@gmail.com a écrit :

Hi,

I have been trying to set up a Minisforum HX90[1] with Debian stable 
with backports.  Most of the stuff works out of the box except sound, 
bluetooth, and Wi-Fi.

Hi,

I have no idea of what you could do to make it work on stable, sorry. 
But did you try running testing? It would be probably simpler, and 
testing generally runs great.


Regards,
Yvan


Thanks, and no worries.  The reason I haven't tried testing is that this 
is a semi-production system and I'd like the base system to be stable. 
Also I've seen some success story regarding this type of sound card on 
other Linux distributions with a sufficiently recent kernel (5.15-ish), 
so I'd like to at least try to make it work which will be a learning 
process.  In the worst case I may just wait for bookworm to become 
stable next year :)


OpenPGP_signature
Description: OpenPGP digital signature


Re: Help settings up sound card on Debian stable

2022-04-14 Thread Christian Britz



On 2022-04-13 09:28 UTC+0200, Yvan Masson wrote:

> I have no idea of what you could do to make it work on stable, sorry. 
> But did you try running testing? It would be probably simpler, and 
> testing generally runs great.

It seems to be more or less consent that you are not advised to run
Debian Testing on a productive system, one of the reasons is security
support. Is this system so new that it requires a kernel from testing?
bullseye-backports has kernel 5.16.12, the  kernel in testing is also a
5.16.x release.
It will probably not take too much time until 5.17.x or 5.18.x will
appear in bullseye-backports.

Regards,
Christian

-- 
http://www.cb-fraggle.de



Re: Help settings up sound card on Debian stable

2022-04-13 Thread Yvan Masson


Le 12/04/2022 à 03:48, manp...@gmail.com a écrit :

Hi,

I have been trying to set up a Minisforum HX90[1] with Debian stable 
with backports.  Most of the stuff works out of the box except sound, 
bluetooth, and Wi-Fi.

Hi,

I have no idea of what you could do to make it work on stable, sorry. 
But did you try running testing? It would be probably simpler, and 
testing generally runs great.


Regards,
Yvan


OpenPGP_signature
Description: OpenPGP digital signature


Help settings up sound card on Debian stable

2022-04-11 Thread manphiz

Hi,

I have been trying to set up a Minisforum HX90[1] with Debian stable 
with backports.  Most of the stuff works out of the box except sound, 
bluetooth, and Wi-Fi.  I'll focus on the sound card issue here and use a 
new thread for the latter 2 items (which are related to the same 
MediaTek module.)


I've enabled backports repo and installed the latest backport kernel. 
It looks like the system can detect the device according to inxi output:


```
$ inxi -SMA
System:
  Host: debian-hx90 Kernel: 5.16.0-0.bpo.4-amd64 arch: x86_64 bits: 64
Desktop: N/A Distro: Debian GNU/Linux 11 (bullseye)
Machine:
  Type: Desktop Mobo: N/A model: HX90 serial: 
UEFI: American Megatrends LLC. v: 5.19 date: 10/11/2021
Audio:
  Device-1: AMD Renoir Radeon High Definition Audio driver: snd_hda_intel
  Device-2: AMD Raven/Raven2/FireFlight/Renoir Audio Processor driver: N/A
  Device-3: AMD Family 17h HD Audio driver: snd_hda_intel
  Device-4: C-Media Audio Adapter (Unitek Y-247A) type: USB
driver: cmedia_hs100b,snd-usb-audio,usbhid
  Sound Server-1: ALSA v: k5.16.0-0.bpo.4-amd64 running: yes
  Sound Server-2: PulseAudio v: 14.2 running: yes
  Sound Server-3: PipeWire v: 0.3.19 running: yes
```

but note this line: "Device-2: AMD Raven/Raven2/FireFlight/Renoir Audio 
Processor driver: N/A" which seems to suggest that the driver is not 
available.  I tried to list devices using "aplay -l" but got no sound 
card available:


```
$ aplay -l
aplay: device_list:274: no soundcards found...
```

PulseAudio also reports only the dummy sink is available:

```
$ pactl list sinks
Sink #0
State: SUSPENDED
Name: auto_null
Description: Dummy Output
Driver: module-null-sink.c
Sample Specification: s16le 2ch 44100Hz
Channel Map: front-left,front-right
Owner Module: 12
Mute: no
Volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 
65536 / 100% / 0.00 dB

balance 0.00
Base Volume: 65536 / 100% / 0.00 dB
Monitor Source: auto_null.monitor
Latency: 0 usec, configured 0 usec
Flags: DECIBEL_VOLUME LATENCY SET_FORMATS
Properties:
device.description = "Dummy Output"
device.class = "abstract"
device.icon_name = "audio-card"
Formats:
pcm
```

I've googled around and tried to install some firmware including 
"firmware-sof-signed" but it didn't help.  The "lspci output" looks like:


```
$ sudo lspci -v
[..snip..]

04:00.5 Multimedia controller: Advanced Micro Devices, Inc. [AMD] 
Raven/Raven2/FireFlight/Renoir Audio Processor (rev 01)
Subsystem: Advanced Micro Devices, Inc. [AMD] 
Raven/Raven2/FireFlight/Renoir Audio Processor

Flags: fast devsel, IRQ 69, IOMMU group 5
Memory at fca8 (32-bit, non-prefetchable) [size=256K] 



Capabilities: [48] Vendor Specific Information: Len=08  


Capabilities: [50] Power Management version 3
Capabilities: [64] Express Endpoint, MSI 00 


Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 
Len=010 

Kernel modules: snd_pci_acp3x, snd_rn_pci_acp3x


04:00.6 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h 
(Models 10h-1fh) HD Audio Controller
DeviceName: HD Audio Controller 

Subsystem: Realtek Semiconductor Co., Ltd. Family 17h (Models 
10h-1fh) HD Audio Controller

Flags: bus master, fast devsel, latency 0, IRQ 74, IOMMU group 5
Memory at fcac (32-bit, non-prefetchable) [size=32K]
Capabilities: [48] Vendor Specific Information: Len=08 
Capabilities: [50] Power Management version 3
Capabilities: [64] Express Endpoint, MSI 00
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 
Len=010 

Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel

[..snip..]
```

The "lsmod" output seems to show that everything is loaded, but it seems 
the acp3x related modules are not in use:

```
$ sudo lsmod | grep snd
snd_usb_audio 356352  2
snd_usbmidi_lib45056  1 snd_usb_audio
snd_hda_codec_hdmi 73728  1
snd_rawmidi45056  1 snd_usbmidi_lib
snd_seq_device 16384  1 snd_rawmidi
mc 65536  1 snd_usb_audio
snd_hda_intel  57344  1
snd_intel_dspcfg   28672  1 snd_hda_intel
snd_intel_sdw_acpi 20480  1 snd_intel_dspcfg
snd_hda_codec 176128  2 snd_hda_codec_hdmi,snd_hda_intel
snd_hda_core  110592  3 
snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec

snd_hwdep  16384  2 snd_usb_audio,snd_hda_codec
snd_pcm   147456  5 
snd_hda_codec_hdmi,snd_hda_intel,snd_usb_audio,snd_hda_codec,snd_hda_core

snd_time

Re: Request of urgent help....(Solved)

2022-01-13 Thread David Christensen

On 1/13/22 7:02 AM, fran...@libero.it wrote:

Hello, I succeeded in solving the problem by running testdisk on Debian then 
recuperate Mac partition and when I rebooted only Mac system run.

Then I reinstalled REFind and the problem was solved.

Now I have the 2 systems again!

Regards

Francesco



I am glad that your dual-boot macOS/ Debian Macbook Pro is working 
again.  :-)



On 1/13/22 2:06 PM, Tim Woodall wrote:
> But making a disk level backup first is strongly recommended! It's
> really easy to make things worse.


+1.  Get yourself a big USB HDD.  Learn how to take and restore a raw 
image of the SSD.  Take images on a regular basis (I do this monthly) 
and as needed (such as after a fresh install, before major version 
upgrades, and before decommissioning).  This is in addition to regular 
data backups (e.g. daily).



David



Re: Request of urgent help....

2022-01-13 Thread Tim Woodall

Do you have an external disk you can copy sda to and experiment on?


Disk /dev/sda - 480 GB / 447 GiB - CHS 58369 255 63
Partition Start End Size in sectors
P EFI System 40 409639 409600 [EFI System Partition]

P Mac HFS 409640 700519039 700109400

P Linux filesys. data 700520448 759113727 58593280
P Linux Swap 759113728 761114607 2000880
P Linux filesys. data 761114624 937701375 176586752




# fdisk -l
Disk /dev/sda: 447,13 GiB, 480103981056 bytes, 937703088 sectors

Disk model: CT480BX500SSD1
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 20F7D036-E7D4-4247-9944-2190A2A933AE

Device Start   End   Sectors  Size Type
/dev/sda3  700520448 759113727  58593280 27,9G Linux filesystem
/dev/sda4  759113728 761114623   2000896  977M Linux swap
/dev/sda5  761114624 937701375 176586752 84,2G Linux filesystem



Looks like sda1 and sda2 are missing from the partition table.

If it's just that then putting that back but changing nothing else is
all that is needed.

I'd use fdisk to do it, but other tools might be easier/less error
prone.


But making a disk level backup first is strongly recommended! It's
really easy to make things worse.

It's not obvious to me why there is a gap between the end of the HFS
partition and the start of sda3. That might be expected or might mean
the sector numbers aren't quite right...

Tim.



Re: Request of urgent help....(Solved)

2022-01-13 Thread frantal
Hello, I succeeded in solving the problem by running testdisk on Debian then 
recuperate Mac partition and when I rebooted only Mac system run.

Then I reinstalled REFind and the problem was solved.

Now I have the 2 systems again!

Regards

Francesco

Re: Request of urgent help....

2022-01-13 Thread frantal


> Il 13/01/2022 03:08 David Christensen  ha scritto:
> 
>  
> On 1/12/22 10:00 AM, fran...@libero.it wrote:
> > Hi. I inadvertently deleted the Mac and EFI partitions of an HD inserted on 
> > a Macbook Pro (2009). Fortunately I have the Linux one (with Debian XFCE) 
> > that I am writing from. I tried to recover with Gparted (by installing 
> > gpart), but after more than an hour I stopped having no recovery signal. 
> > Then I installed test disk and this is the screen.
> >  > Christophe GRENIER 
> > https://www.cgsecurity.org
> > 
> > Disk /dev/sda - 480 GB / 447 GiB - CHS 58369 255 63
> > Partition Start End Size in sectors
> > P EFI System 40 409639 409600 [EFI System Partition]
> >> P Mac HFS 409640 700519039 700109400
> > P Linux filesys. data 700520448 759113727 58593280
> > P Linux Swap 759113728 761114607 2000880
> > P Linux filesys. data 761114624 937701375 176586752
> > 
> > Structure: Ok. Use Up/Down Arrow keys to select partition.
> > Use Left/Right Arrow keys to CHANGE partition characteristics:
> > P=Primary D=Deleted
> > Keys A: add partition, L: load backup, T: change type,
> > Enter: to continue
> > HFS+ blocksize=4096 + Backup, 358 GB / 333 GiB>
> > 
> > All partitions appear highlighted in green.
> > What can I do to reset Mac OS?
> > I don't dare shut down because I'm afraid it won't reboot anymore having 
> > wiped the EFI partition as well.
> > How can I do without loosing the Mac data? Thanks in advance
> > Francesco
> 
> 
> Please run the following commands and reply with the complete console 
> session -- prompts displayed, commands entered, and output displayed:
> 
> # cat /etc/debian_version ; uname -a
> 11.2
Linux debian 5.10.0-10-amd64 #1 SMP Debian 5.10.84-1 (2021-12-08) x86_64 
GNU/Linux
> # lsblk
> NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda  8:00 447,1G  0 disk 
├─sda3   8:30  27,9G  0 part /
├─sda4   8:40   977M  0 part [SWAP]
└─sda5   8:50  84,2G  0 part /home
sdc  8:32   1  57,8G  0 disk 
└─sdc1   8:33   1  57,7G  0 part /media/frantal/KINGSTON
sr0 11:01  1024M  0 rom 
> # fdisk -l
> Disk /dev/sda: 447,13 GiB, 480103981056 bytes, 937703088 sectors
Disk model: CT480BX500SSD1  
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 20F7D036-E7D4-4247-9944-2190A2A933AE

Device Start   End   Sectors  Size Type
/dev/sda3  700520448 759113727  58593280 27,9G Linux filesystem
/dev/sda4  759113728 761114623   2000896  977M Linux swap
/dev/sda5  761114624 937701375 176586752 84,2G Linux filesystem


Disk /dev/sdc: 57,8 GiB, 62058921984 bytes, 121208832 sectors
Disk model: DataTraveler 3.0
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x2e247b39

Device Boot  Start   End   Sectors  Size Id Type
/dev/sdc1  *257280 121208831 120951552 57,7G  c W95 FAT32 (LBA)
> # which parted
> /usr/sbin/parted
> 
> David
gpart version:
gpart  v0.2.3-dev (c) 1999-2001 Michail Brzitwa 
Regards 
Francesco



Re: Request of urgent help....

2022-01-12 Thread David Christensen

On 1/12/22 10:00 AM, fran...@libero.it wrote:

Hi. I inadvertently deleted the Mac and EFI partitions of an HD inserted on a 
Macbook Pro (2009). Fortunately I have the Linux one (with Debian XFCE) that I 
am writing from. I tried to recover with Gparted (by installing gpart), but 
after more than an hour I stopped having no recovery signal. Then I installed 
test disk and this is the screen.

https://www.cgsecurity.org

Disk /dev/sda - 480 GB / 447 GiB - CHS 58369 255 63
Partition Start End Size in sectors
P EFI System 40 409639 409600 [EFI System Partition]

P Mac HFS 409640 700519039 700109400

P Linux filesys. data 700520448 759113727 58593280
P Linux Swap 759113728 761114607 2000880
P Linux filesys. data 761114624 937701375 176586752

Structure: Ok. Use Up/Down Arrow keys to select partition.
Use Left/Right Arrow keys to CHANGE partition characteristics:
P=Primary D=Deleted
Keys A: add partition, L: load backup, T: change type,
Enter: to continue
HFS+ blocksize=4096 + Backup, 358 GB / 333 GiB>

All partitions appear highlighted in green.
What can I do to reset Mac OS?
I don't dare shut down because I'm afraid it won't reboot anymore having wiped 
the EFI partition as well.
How can I do without loosing the Mac data? Thanks in advance
Francesco



Please run the following commands and reply with the complete console 
session -- prompts displayed, commands entered, and output displayed:


# cat /etc/debian_version ; uname -a

# lsblk

# fdisk -l

# which parted


David



Request of urgent help....

2022-01-12 Thread frantal
Hi. I inadvertently deleted the Mac and EFI partitions of an HD inserted on a 
Macbook Pro (2009). Fortunately I have the Linux one (with Debian XFCE) that I 
am writing from. I tried to recover with Gparted (by installing gpart), but 
after more than an hour I stopped having no recovery signal. Then I installed 
test disk and this is the screen.

https://www.cgsecurity.org

Disk /dev/sda - 480 GB / 447 GiB - CHS 58369 255 63
Partition Start End Size in sectors
P EFI System 40 409639 409600 [EFI System Partition]
>P Mac HFS 409640 700519039 700109400
P Linux filesys. data 700520448 759113727 58593280
P Linux Swap 759113728 761114607 2000880
P Linux filesys. data 761114624 937701375 176586752

Structure: Ok. Use Up/Down Arrow keys to select partition.
Use Left/Right Arrow keys to CHANGE partition characteristics:
P=Primary D=Deleted
Keys A: add partition, L: load backup, T: change type,
Enter: to continue
HFS+ blocksize=4096 + Backup, 358 GB / 333 GiB>

All partitions appear highlighted in green.
What can I do to reset Mac OS?
I don't dare shut down because I'm afraid it won't reboot anymore having wiped 
the EFI partition as well.
How can I do without loosing the Mac data? Thanks in advance
Francesco


Re: Packaging help: users and directories

2022-01-03 Thread Gavin Henry
Got access to salsa.debian.org today! Woot!

On Thu, 30 Dec 2021, 08:55 Gavin Henry,  wrote:

> Thanks!
>
> I've managed to build it. Just going through debuild now to clean up
> lintian issues and pbuilder.
>
> Suprisingly enjoyable!
>
> I've emailed the VoIP packaging group to see if I can help now that I know
> more. I'd like to look after the libosip2 package too.
>
> Gavin.
>
>
>


Re: help to do

2021-12-30 Thread Geert Stappers
On Thu, Dec 30, 2021 at 09:01:32AM +0100, Rutger wrote:
> On 30-12-2021 08:43, Geert Stappers wrote:
> > Hoi,
> > 
> > Er is een programma dat
> > - lijst genereerd welke packages je ge-installeerd hebt
> > - opzoekt welke bugs er van openstaan
> > - zo laat zien hoe te helpen
> > 
> > 
> > Nu ben ik de naam kwijt van dat programma.
> > Vandaar de vraag: Hoe heet het?
> 
> $ whatis apt-listbugs
> apt-listbugs (1) - Lists critical bugs before each APT 
> installation/upgrade
> 
> Werkt ook als je het manueel uitvoert, bijvoorbeeld:
> 
> $ apt-listbugs list apache2
> Retrieving bug reports... Done
> Parsing Found/Fixed information... Done
> grave bugs of apache2 (-> ) 
>  b1 - #967010 - apache2: last debian 10.4 , last apache avail from repo hangs 
> on install (and start phase)
> Summary:
>  apache2(1 bug)
> 

Dank. Ik heb `apt-listbugs` uitgeprobeerd.

En op een andere plek leerde ik van `how-can-i-help` ( package naam is
ook `how-can-i-help` ) Dat is het programma wat ik zocht.

|$ whatis how-can-i-help
|how-can-i-help (1)   - show opportunities for contributing to Debian
|$ apt show !$ 2>/dev/null | sed --silent '/^Description/,$p'
|apt show how-can-i-help 2>/dev/null | sed --silent '/^Description/,$p'
|Description: show opportunities for contributing to Debian
| how-can-i-help hooks into APT to list opportunities for contributions to
| Debian (orphaned packages, bugs tagged 'newcomer') for packages installed
| locally, after each APT invocation. It can also be invoked directly, and
| then lists all opportunities for contribution (not just the new ones).
|
|$ 




Groeten
Geert Stappers
-- 
Silence is hard to parse



Re: Packaging help: users and directories

2021-12-30 Thread Gavin Henry
Thanks!

I've managed to build it. Just going through debuild now to clean up
lintian issues and pbuilder.

Suprisingly enjoyable!

I've emailed the VoIP packaging group to see if I can help now that I know
more. I'd like to look after the libosip2 package too.

Gavin.


Re: help to do

2021-12-30 Thread debian-user-dutch

On 30-12-2021 08:43, Geert Stappers wrote:

Hoi,

Er is een programma dat
- lijst genereerd welke packages je ge-installeerd hebt
- opzoekt welke bugs er van openstaan
- zo laat zien hoe te helpen


Nu ben ik de naam kwijt van dat programma.
Vandaar de vraag: Hoe heet het?


$ whatis apt-listbugs
apt-listbugs (1) - Lists critical bugs before each APT 
installation/upgrade


Werkt ook als je het manueel uitvoert, bijvoorbeeld:

$ apt-listbugs list apache2
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
grave bugs of apache2 (-> ) 
 b1 - #967010 - apache2: last debian 10.4 , last apache avail from repo 
hangs on install (and start phase)

Summary:
 apache2(1 bug)


Groeten, Rutger



help to do

2021-12-29 Thread Geert Stappers
Hoi,

Er is een programma dat
- lijst genereerd welke packages je ge-installeerd hebt
- opzoekt welke bugs er van openstaan
- zo laat zien hoe te helpen


Nu ben ik de naam kwijt van dat programma.
Vandaar de vraag: Hoe heet het?

 
Groeten
Geert Stappers
-- 
Silence is hard to parse



Re: Packaging help: users and directories

2021-12-29 Thread tomas
On Wed, Dec 29, 2021 at 09:15:50AM +, Gavin Henry wrote:
> >
> > Also have a look here:
> > https://wiki.debian.org/Packaging
> 
> 
> Thanks. I think Google gave me this one first, but it was quite daunting
> for a beginner. It will make more sense now 3rd time round I think since
> I've read the tutorials.
> 
> There is also http://codesearch.debian.net/ which let you search the
> > packages.
> >
> 
> Cool. Perfect.

There is also a package "hello" which is intended to show how to package
things. So getting its source and looking around might be helpful, too.

Cheers
-- 
t


signature.asc
Description: PGP signature


Re: Packaging help: users and directories

2021-12-29 Thread Gavin Henry
>
> Also have a look here:
> https://wiki.debian.org/Packaging


Thanks. I think Google gave me this one first, but it was quite daunting
for a beginner. It will make more sense now 3rd time round I think since
I've read the tutorials.

There is also http://codesearch.debian.net/ which let you search the
> packages.
>

Cool. Perfect.


Re: Packaging help: users and directories

2021-12-29 Thread Alex Mestiashvili

On 12/29/21 1:10 AM, Gavin Henry wrote:


Hi,

(I reply assuming you seek packaging help, because that appears in
your subject, even though you don't mention that in your message)

There is another mailing list specifically for packaging questions:
https://lists.debian.org/debian-mentors/
<https://lists.debian.org/debian-mentors/>

That list is described here:

https://wiki.debian.org/DebianMentorsFaq#What_is_the_debian-mentors_mailing_list_for.3F

<https://wiki.debian.org/DebianMentorsFaq#What_is_the_debian-mentors_mailing_list_for.3F>
By the way, where that wiki text says "Debian development",
that certainly includes packaging work.

I think that mailing list will be a good place for you ask your question
again, because it exists mostly for the purpose of Debian developers
to give high-quality answers to packaging questions.

Whereas there are relatively few developers on this list, debian-user.
This list basically exists to segregate user questions away from
distracting
developers from their work, so they are not very active here, so
asking your
question here does not really find the target audience that you need for
good answers.


Thanks David! I'll subscribe, email and read that FAQ

Gavin.



Also have a look here:
https://wiki.debian.org/Packaging

There is also http://codesearch.debian.net/ which let you search the 
packages.




Re: Packaging help: users and directories

2021-12-28 Thread Gavin Henry
>
>
> Hi,
>
> (I reply assuming you seek packaging help, because that appears in
> your subject, even though you don't mention that in your message)
>
> There is another mailing list specifically for packaging questions:
>   https://lists.debian.org/debian-mentors/
>
> That list is described here:
>
> https://wiki.debian.org/DebianMentorsFaq#What_is_the_debian-mentors_mailing_list_for.3F
> By the way, where that wiki text says "Debian development",
> that certainly includes packaging work.
>
> I think that mailing list will be a good place for you ask your question
> again, because it exists mostly for the purpose of Debian developers
> to give high-quality answers to packaging questions.
>
> Whereas there are relatively few developers on this list, debian-user.
> This list basically exists to segregate user questions away from
> distracting
> developers from their work, so they are not very active here, so asking
> your
> question here does not really find the target audience that you need for
> good answers.
>

Thanks David! I'll subscribe, email and read that FAQ

Gavin.

>


Re: Packaging help: users and directories

2021-12-28 Thread David
On Wed, 29 Dec 2021 at 03:12, Gavin Henry  wrote:

> Where are some good examples to read about adding a user and group,
> a systemd service file, a /etc/default file and creating a /var/lib/sentrypeer
> directory to hold an sqlite db file?
>
> Just look at official packages? I've read
>
> This is for:
>
> https://github.com/SentryPeer/SentryPeer
>
> and I've started here:
>
> https://github.com/SentryPeer/SentryPeer/tree/debian-packaging/debian

Hi,

(I reply assuming you seek packaging help, because that appears in
your subject, even though you don't mention that in your message)

There is another mailing list specifically for packaging questions:
  https://lists.debian.org/debian-mentors/

That list is described here:
  
https://wiki.debian.org/DebianMentorsFaq#What_is_the_debian-mentors_mailing_list_for.3F
By the way, where that wiki text says "Debian development",
that certainly includes packaging work.

I think that mailing list will be a good place for you ask your question
again, because it exists mostly for the purpose of Debian developers
to give high-quality answers to packaging questions.

Whereas there are relatively few developers on this list, debian-user.
This list basically exists to segregate user questions away from distracting
developers from their work, so they are not very active here, so asking your
question here does not really find the target audience that you need for
good answers.



Re: Packaging help: users and directories

2021-12-28 Thread Gavin Henry
I was given this advice from Arthur, a Debian developer, but I can't find
some of the finer details I'm looking for:

---
I recommend looking at https://wiki.debian.org/UpstreamGuide to some
pointers about how to make it easy to ensure your software can be
easily packaged in Debian.

If you're looking to create a deb package that is ready to be included
in Debian it is best to have your debian/ directory on a separate
branch. I recommend using git-buildpackage, see
https://wiki.debian.org/PackagingWithGit (this is what most
collaboratively maintained packages use now).

For information on how to create Debian packages see
https://www.debian.org/doc/manuals/developers-reference/ (particularly
chapters 5 and 6). If you want to look at more of the background there
is the policy document, see https://www.debian.org/doc/debian-policy/

There are a lot of tools for efficiently building Debian packages. If
you want to test your builds in a more controlled environment you
should probably use pbuilder (of cowbuilder) because those use a clean
chroot to build your packages to ensure you have the correct
dependencies specified.

Hope this helps
--

Thanks


Packaging help: users and directories

2021-12-28 Thread Gavin Henry
Hi all,

Where are some good examples to read about adding a user and group, a
systemd service file, a /etc/default file and creating a
/var/lib/sentrypeer directory to hold an sqlite db file?

Just look at official packages? I've read

This is for:

https://github.com/SentryPeer/SentryPeer

and I've started here:

https://github.com/SentryPeer/SentryPeer/tree/debian-packaging/debian

Thanks for reading,
Gavin.


Re: Can you help me?

2021-12-11 Thread deloptes
Jeremy Ardley wrote:

> Most people will have a friend, with a monitor.
> 
> But I guess that isn't something that occurred to you.

No ... actually not - they do not have either a spare monitor or time.
Luckily they also have no st**id ideas either.

-- 
FCD6 3719 0FFB F1BF 38EA 4727 5348 5F1F DCFE BCB0



Re: Can you help me?

2021-12-10 Thread Jeremy Ardley


On 10/12/21 10:46 pm, deloptes wrote:

Jeremy Ardley wrote:


Plug in a different monitor. If it's dim as well then it is a computer
software/hardware problem. If not it's a monitor problem which can
usually be fixed by swapping out the monitor power supply capacitors.

Yes sure, I have a PC store and 5 monitors to choose from :/

...


Most people will have a friend, with a monitor.

But I guess that isn't something that occurred to you.

--

Jeremy



OpenPGP_signature
Description: OpenPGP digital signature


Re: Can you help me?

2021-12-10 Thread deloptes
Jeremy Ardley wrote:

> Plug in a different monitor. If it's dim as well then it is a computer
> software/hardware problem. If not it's a monitor problem which can
> usually be fixed by swapping out the monitor power supply capacitors.

Yes sure, I have a PC store and 5 monitors to choose from :/

Most probably it is the stupidity of developers of course, especially if you
are on a new Gnome or KDE or derivative desktop.
Guys did not get it that they are testing for free.

But I admit there might be a chance to be hardware failure ... around 1%.
Few days ago the notebook stopped seeing the monitor. It turned out it is
the HDMI cable or the KVM inbetween - I need another cable to test ... but
luckily I have a PC store and can borrow one from there :D

I hope you have a sense of humor.
BR

-- 
FCD6 3719 0FFB F1BF 38EA 4727 5348 5F1F DCFE BCB0



Re: Can you help me?

2021-12-09 Thread harryweaver



10 Dec 2021, 12:38 by therealmrbitc...@gmail.com:

> I have been using Debian 11 bullseye since September 2021. At first 
> everything was great. Than a week ago my screen after start up turning very 
> dark & the back light screen is very dim.
> I would like to know how to make the screen bright again.
> I have spent hours on YouTube & doing Google searches to try to solve this 
> with zero luck.
> Thanks
>
What kind of hardware are you running on?
If this is on a laptop, for example, the solution could be as simple as 
changing the settings in power management.
Cheers!

Harry



Re: Can you help me?

2021-12-09 Thread Jeremy Ardley


On 10/12/21 10:38 am, TheReal MrBitcoin wrote:
I have been using Debian 11 bullseye since September 2021. At first 
everything was great. Than a week ago my screen after start up turning 
very dark & the back light screen is very dim.

I would like to know how to make the screen bright again.
I have spent hours on YouTube & doing Google searches to try to solve 
this with zero luck.

Thanks


Plug in a different monitor. If it's dim as well then it is a computer 
software/hardware problem. If not it's a monitor problem which can 
usually be fixed by swapping out the monitor power supply capacitors.


--
Jeremy



OpenPGP_signature
Description: OpenPGP digital signature


Can you help me?

2021-12-09 Thread TheReal MrBitcoin
I have been using Debian 11 bullseye since September 2021. At first
everything was great. Than a week ago my screen after start up turning very
dark & the back light screen is very dim.
I would like to know how to make the screen bright again.
I have spent hours on YouTube & doing Google searches to try to solve this
with zero luck.
Thanks


Re: need help on setup netgear adapter

2021-12-01 Thread Andrew M.A. Cater
On Wed, Dec 01, 2021 at 10:35:49AM +, Long Wind wrote:
> Thank Andy! i've just installed bullseye again, and can't get it to work with 
> netgear wn111. its problem is same as fresh install of buster. actually i've 
> complained this before: if wifi adapter isn't set up by installer, then i'm 
> unable to get it to work after installation 
> 
> i always use same procedure to get connected: edit /etc/network/interfaces, 
> then run ifup/ifdown to take effect, i'm not aware of network manager
> 
>  allow-hotplug wlxe091f5061648
> iface wlxe091f5061648 inet dhcp
>     wpa-ssid mice
>     wpa-key-mgmt NONE
> 
> my old bullseye works, ifup looks like this:
> 
> Internet Systems Consortium DHCP Client 4.4.1
> Copyright 2004-2018 Internet Systems Consortium.
> All rights reserved.
> For info, please visit https://www.isc.org/software/dhcp/
> 
> Listening on LPF/wlxe091f5061648/e0:91:f5:06:16:48
> Sending on   LPF/wlxe091f5061648/e0:91:f5:06:16:48
> Sending on   Socket/fallback
> DHCPDISCOVER on wlxe091f5061648 to 255.255.255.255 port 67 interval 5
> DHCPDISCOVER on wlxe091f5061648 to 255.255.255.255 port 67 interval 5
> DHCPOFFER of 192.168.41.52 from 192.168.41.1
> DHCPREQUEST for 192.168.41.52 on wlxe091f5061648 to 255.255.255.255 port 67
> DHCPACK of 192.168.41.52 from 192.168.41.1
> bound to 192.168.41.52 -- renewal in 676 seconds.
> 

Are you using the unofficial non-free including firmware .iso to install 
from?

I'd suggest starting there:

https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/11.1.0+nonfree/amd64/iso-cd/firmware-11.1.0-amd64-netinst.iso

If you can install via Ethernet before using the wireless interface, I would
suggest that you do so.

I would also suggest installing the network manager package to configure the 
network interface. I find that nmtui is very useful.

All the very best, as ever,

Andy Cater
> 
> 
> 
> 



Re: need help on setup netgear adapter

2021-12-01 Thread Andrew M.A. Cater
On Wed, Dec 01, 2021 at 05:20:02AM +, Long Wind wrote:
> Thank  Andrew!
> i've been able to get stretch and bullseye to work with netgear wn111
> both have installed other wifi adapter with non-freeware before
> but i can't get fresh install of buster to work
> buster has /lib/firmware/carl9170-1.fw
> i run ifup wlx... :
> 
> Internet Systems Consortium DHCP Client 4.4.1
> Copyright 2004-2018 Internet Systems Consortium.
> All rights reserved.
> For info, please visit https://www.isc.org/software/dhcp/
> 
> Listening on LPF/wlxe091f5061648/e0:91:f5:06:16:48
> Sending on   LPF/wlxe091f5061648/e0:91:f5:06:16:48
> Sending on   Socket/fallback
> DHCPDISCOVER on wlxe091f5061648 to 255.255.255.255 port 67 interval 4
> DHCPDISCOVER on wlxe091f5061648 to 255.255.255.255 port 67 interval 11
> DHCPDISCOVER on wlxe091f5061648 to 255.255.255.255 port 67 interval 21
> DHCPDISCOVER on wlxe091f5061648 to 255.255.255.255 port 67 interval 15
> DHCPDISCOVER on wlxe091f5061648 to 255.255.255.255 port 67 interval 10
> No DHCPOFFERS received.
> No working leases in persistent database - sleeping.
> 
> 

Unless you absolutely postitively have to use buster at this point: if you
have it working under Bullseye - Debian 11 - use bullseye on this system.

This is an _old_ adapter 2013-2015, I think? and may not be as capable 
as newer hardware, but in this case I think there is soemthing else?

If you plug it into a bullseye machine and do the same, what do you see?

In any event, use the most up to date software that works.

All the very best, as ever,

Andy Cater

> 
> 



Re: need help on setup netgear adapter

2021-11-30 Thread Long Wind
Thank  Andrew!
i've been able to get stretch and bullseye to work with netgear wn111
both have installed other wifi adapter with non-freeware before
but i can't get fresh install of buster to work
buster has /lib/firmware/carl9170-1.fw
i run ifup wlx... :

Internet Systems Consortium DHCP Client 4.4.1
Copyright 2004-2018 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/wlxe091f5061648/e0:91:f5:06:16:48
Sending on   LPF/wlxe091f5061648/e0:91:f5:06:16:48
Sending on   Socket/fallback
DHCPDISCOVER on wlxe091f5061648 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on wlxe091f5061648 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on wlxe091f5061648 to 255.255.255.255 port 67 interval 21
DHCPDISCOVER on wlxe091f5061648 to 255.255.255.255 port 67 interval 15
DHCPDISCOVER on wlxe091f5061648 to 255.255.255.255 port 67 interval 10
No DHCPOFFERS received.
No working leases in persistent database - sleeping.






Re: Bug report help

2021-11-30 Thread Andrew M.A. Cater
On Mon, Nov 29, 2021 at 11:14:20PM -0500, Steven Sostrom wrote:
> I am having audio problems in Debian GNU/Linux bookworm/sid running on a
> Raspberry Pi 4.
> Kernel: Linux 5.15.0-1-arm64
> 

Hi Steven,

Any particular reason to be using Sid? 

Where did you source your download from?

It sounds like a kernel/audio subsystem interaction problem but we'd need 
more details, I think.

> I don't know that it is an issue with a package unless it is a firmware
> package.
> 
> Some of the audio devices cause applications to freeze or will play at a
> slower than normal speed. The Default (pulseaudio) device usually works.
> ALSA devices are more likely to fail.
> 
> Often, after a reboot, pulseaudio will not start. I have to keep rebooting
> until it works.
> 
> Steve



Re: need help on setup netgear adapter

2021-11-30 Thread Andrew M.A. Cater
On Tue, Nov 30, 2021 at 09:56:32AM +, Long Wind wrote:
> i plug netgear wn111 to other PC (hp thin client) running debian 11it easily 
> work, and don't seem to need non-free firmware??how to verify this? i think  
> rt2870.bin is needed by other adapter
> 
> 
>  ls /lib/firmware/ -lR
> /lib/firmware/:
> total 68
> drwxr-xr-x 2 root root  4096 Sep 20 03:17 av7110
> -rw-r--r-- 1 root root 13388 Feb  1  2020 carl9170-1.fw
> drwxr-xr-x 2 root root  4096 Sep 20 03:17 cis
> drwxr-xr-x 2 root root  4096 Sep 20 03:17 dsp56k
> drwxr-xr-x 2 root root  4096 Sep 20 03:17 isci
> drwxr-xr-x 2 root root  4096 Sep 20 03:17 keyspan_pda
> -rw-r--r-- 1 root root  3764 Jun 30  2020 regulatory.db
> -rw-r--r-- 1 root root  1249 Jun 30  2020 regulatory.db.p7s
> -rw-r--r-- 1 root root  8192 Sep 19 22:11 rt2870.bin
> -rw-r--r-- 1 root root   999 Feb  1  2020 usbduxfast_firmware.bin
> -rw-r--r-- 1 root root  1770 Feb  1  2020 usbdux_firmware.bin
> -rw-r--r-- 1 root root  8192 Feb  1  2020 usbduxsigma_firmware.bin
> 
> /lib/firmware/av7110:
> total 4
> -rw-r--r-- 1 root root 212 Feb  1  2020 bootcode.bin
> 
> /lib/firmware/cis:
> total 64
> -rw-r--r-- 1 root root 137 Feb  1  2020 3CCFEM556.cis
> -rw-r--r-- 1 root root 134 Feb  1  2020 3CXEM556.cis
> -rw-r--r-- 1 root root 109 Feb  1  2020 COMpad2.cis
> -rw-r--r-- 1 root root  76 Feb  1  2020 COMpad4.cis
> -rw-r--r-- 1 root root 136 Feb  1  2020 DP83903.cis
> -rw-r--r-- 1 root root 253 Feb  1  2020 LA-PCM.cis
> -rw-r--r-- 1 root root 107 Feb  1  2020 MT5634ZLX.cis
> -rw-r--r-- 1 root root  54 Feb  1  2020 NE2K.cis
> -rw-r--r-- 1 root root 210 Feb  1  2020 PCMLM28.cis
> -rw-r--r-- 1 root root  68 Feb  1  2020 PE-200.cis
> -rw-r--r-- 1 root root  74 Feb  1  2020 PE520.cis
> -rw-r--r-- 1 root root  86 Feb  1  2020 RS-COM-2P.cis
> -rw-r--r-- 1 root root 122 Feb  1  2020 SW_555_SER.cis
> -rw-r--r-- 1 root root 140 Feb  1  2020 SW_7xx_SER.cis
> -rw-r--r-- 1 root root 132 Feb  1  2020 SW_8xx_SER.cis
> -rw-r--r-- 1 root root  85 Feb  1  2020 tamarack.cis
> 
> /lib/firmware/dsp56k:
> total 4
> -rw-r--r-- 1 root root 375 Feb  1  2020 bootstrap.bin
> 
> /lib/firmware/isci:
> total 4
> -rw-r--r-- 1 root root 232 Feb  1  2020 isci_firmware.bin
> 
> /lib/firmware/keyspan_pda:
> total 8
> -rw-r--r-- 1 root root 1914 Feb  1  2020 keyspan_pda.fw
> -rw-r--r-- 1 root root 2018 Feb  1  2020 xircom_pgs.fw
> 
> 
> 
>   

This is an old adapter. ar9170 - it looks as if it's covered in 
firmware-linux-free now - but you might need a file carl9170-1.fw

https://packages.debian.org/bullseye/firmware-linux-free

All the very best, as ever,

Andy C.



Bug report help

2021-11-29 Thread Steven Sostrom
I am having audio problems in Debian GNU/Linux bookworm/sid running on a
Raspberry Pi 4.
Kernel: Linux 5.15.0-1-arm64

I don't know that it is an issue with a package unless it is a firmware
package.

Some of the audio devices cause applications to freeze or will play at a
slower than normal speed. The Default (pulseaudio) device usually works.
ALSA devices are more likely to fail.

Often, after a reboot, pulseaudio will not start. I have to keep rebooting
until it works.

Steve


Re: Demande d'assistance / Request for help [configure for Nagios]

2021-11-06 Thread Andrew M.A. Cater
On Sat, Nov 06, 2021 at 04:10:01PM +0200, Carsi Mubalo wrote:
> Bonjour la team de Debian,
> Nous sollicitons votre assistance par rapport à la distribution Debian,
> au fait il s'agit du projet de Monitoring avec Nagios, quels sont les
> processus d'installation de Debian pour y configurer Nagios? Merci

Bonjour,

Merci pour votre question. Ces listes sont plutot en anglais: il faudrait
mieux s'addresser vers debian-user-french pour une reponse en francais.

https://www.debian.org/international/French.fr.html

Il y existent aussi https://www.debian.org/index.fr.html et 
https://wiki.debian.org/fr/FrontPage : c'est bien possible que l'un dentre 
les deux peut vous rendre encore plus d'acceuil

Amities,

Andy Cater

[Hello team Debian

We are seeking your assistance with respect to the Debian distribution
: actually it concerns a monitoring project with Nagios. What's the 
process of Debian installation to configure Nagios there. Thanks

Hello

Thanks for your question. These lists are rather more in English. You
would be better to turn to debian-user-french for an answer in French

www.debian.org and wiki.debian.org also exist: it's quite possible that
one of these two [resources] can give you further support

All the best,

Andy Cater]



Re: question from total newbie. a little help please

2021-10-28 Thread Andrew M.A. Cater
On Fri, Oct 29, 2021 at 12:30:37AM +1300, Richard Hector wrote:
> On 18/10/21 2:55 am, john doe wrote:
> > With W10 you have also the possibility of using 'WLS' an order
> > alternative would be to install Debian as a VM.
> 
> I think perhaps you mean WSL - Windows Subsystem for Linux?
> 
> https://docs.microsoft.com/en-us/windows/wsl/install
> 
> I've never used it myself.
> 
> Richard
> 

WSL2 - effectively a layer that sits on Hyper-V shim and can talk to 
Windows subsystems. Allows you to run Debian as a VM, effectively.

Debian WSL2 bundle is maintained by a Debian developer.

Andy C.



Re: question from total newbie. a little help please

2021-10-28 Thread Richard Hector

On 18/10/21 2:55 am, john doe wrote:

With W10 you have also the possibility of using 'WLS' an order
alternative would be to install Debian as a VM.


I think perhaps you mean WSL - Windows Subsystem for Linux?

https://docs.microsoft.com/en-us/windows/wsl/install

I've never used it myself.

Richard



Re: question from total newbie. a little help please

2021-10-17 Thread Patrick Bartek
On Sun, 17 Oct 2021 09:00:52 -0400
JAMES BOSWELL  wrote:

> if i divide my hard drive and install debian lynx on it. will i be
> able to effectively run debian on this laptop?

The best way to find that out is to get a Live version of Debian, and
see if boots and runs without problems.

> Device name LAPTOP-R4DB7V5U
> Processor Intel(R) Core(TM) i3-10110U CPU @ 2.10GHz   2.59 GHz
> Installed RAM 4.00 GB (3.81 GB usable)
> Device ID CAACC244-37B7-4294-84E4-E73B9C030FDF
> Product ID 00356-02325-39311-AAOEM
> System type 64-bit operating system, x64-based processor
> Pen and touch No pen or touch input is available for this display
> 
> Edition Windows 10 Home
> Version 21H1
> Installed on ‎4/‎2/‎2021
> OS build 19043.1288
> Experience Windows Feature Experience Pack 120.2212.3920.0
> 
> i know about enough to fill a thimble but i'm hopeful and any guidance
> would be greatly appreciated and i would follow it to the T's

Since your knowledge of Linux admittedly is severely lacking, I would
recommend thoroughly researching Linux, in general, and Debian, in
particularly, BEFORE attempting any install. And the first attempt be
on a system you don't mind trashing.

And always keep in mind: Linux is NOT Windows.  So never assume that
the way you did it on Windows will work on Linux.

Welcome to the neighborhood.

B



Re: question from total newbie. a little help please

2021-10-17 Thread David Christensen

On 10/17/21 6:00 AM, JAMES BOSWELL wrote:

if i divide my hard drive and install debian lynx on it. will i be able to
effectively run debian on this laptop?

Device name LAPTOP-R4DB7V5U
Processor Intel(R) Core(TM) i3-10110U CPU @ 2.10GHz   2.59 GHz
Installed RAM 4.00 GB (3.81 GB usable)
Device ID CAACC244-37B7-4294-84E4-E73B9C030FDF
Product ID 00356-02325-39311-AAOEM
System type 64-bit operating system, x64-based processor
Pen and touch No pen or touch input is available for this display

Edition Windows 10 Home
Version 21H1
Installed on ‎4/‎2/‎2021
OS build 19043.1288
Experience Windows Feature Experience Pack 120.2212.3920.0

i know about enough to fill a thimble but i'm hopeful and any guidance
would be greatly appreciated and i would follow it to the T's



You processor has hardware support for virtualization:

https://ark.intel.com/content/www/us/en/ark/products/196451/intel-core-i310110u-processor-4m-cache-up-to-4-10-ghz.html

Intel® Virtualization Technology (VT-x) ‡ Yes
Intel® Virtualization Technology for Directed I/O (VT-d) ‡ Yes
Intel® VT-x with Extended Page Tables (EPT) ‡ Yes


I recommend that you install Oracle VirtualBox, create a virtual machine 
(VM), and install Debian GNU/Linux into the VM:


https://www.virtualbox.org/wiki/Downloads


David



Re: question from total newbie. a little help please

2021-10-17 Thread Jude DaShiell
I think the o.p. may have got debian linux confused with debian lynx that
makes more sense over here.  Many Linux distros have code words for each
major version of their distributions.  The current stable code word for
debian is bullseye.  I've been installing debian since sarge and remember
no lynx code word attached to any debian version.


On Sun, 17 Oct 2021, Dan Ritter wrote:

> Thomas Schmitt wrote:
> > Hi,
> >
> > JAMES BOSWELL wrote:
> > > > install debian lynx
> >
> > Dan Ritter
> > > Lynx is a text-mode web browser. Did you mean Debian bullseye,
> >
> > I rather guess that "Debian GNU/Lynx, The Unyversl operating system"
> > is meant. ;-)
> >
>
> Ah, you think it's a spieling error. Reasonable.
>
> -dsr-
>
>



Re: question from total newbie. a little help please

2021-10-17 Thread Dan Ritter
Thomas Schmitt wrote: 
> Hi,
> 
> JAMES BOSWELL wrote:
> > > install debian lynx
> 
> Dan Ritter
> > Lynx is a text-mode web browser. Did you mean Debian bullseye,
> 
> I rather guess that "Debian GNU/Lynx, The Unyversl operating system"
> is meant. ;-)
> 

Ah, you think it's a spieling error. Reasonable.

-dsr-



Re: question from total newbie. a little help please

2021-10-17 Thread David Wright
On Sun 17 Oct 2021 at 09:00:52 (-0400), JAMES BOSWELL wrote:
> if i divide my hard drive and install debian lynx on it. will i be able to
> effectively run debian on this laptop?

How big is the hard drive, and how much space is currently occupied?

Cheers,
David.



Re: question from total newbie. a little help please

2021-10-17 Thread Thomas Schmitt
Hi,

JAMES BOSWELL wrote:
> > install debian lynx

Dan Ritter
> Lynx is a text-mode web browser. Did you mean Debian bullseye,

I rather guess that "Debian GNU/Lynx, The Unyversl operating system"
is meant. ;-)


Have a nice day :)

Thomas



<    1   2   3   4   5   6   7   8   9   10   >