Howto debug the boot sequence and udev because bcache is not working after a reboot in Debian 12

2023-06-01 Thread Jose M Calhariz
Hi, I am trying to speed up a data device using bcache. It worked in the past with Debian 9. I am now trying again with current Debian 12. I created two bcache devices in the server but wrote data in only one. When I reboot I am not getting back the two bcache devices, only the pristine one.

Re: Building binary package, howto enable init.d/systemd start

2023-03-07 Thread Alexandre Rossi
Hi, > i am trying to build a binary debian package consisting of a python > script, shell scripts and a config file as daemon with either init.d or > systemd start. > > The init.d script gets installed also the systemd file, but both are not > enabled. [...] > In debian/rules is: > >

Re: Re: Building binary package, howto enable init.d/systemd start

2023-03-03 Thread Konstantin Kletschke
Dear Tim, I followed your advise to restucture my stuff exactly like you suggested. Putting all files in a structure below source, Makefile, PACKAGE.install ... everything. And now it works! I get init.d and systemd _enabled_ start scripts. Installing this way I get an error at the target:

Re: Re: Building binary package, howto enable init.d/systemd start

2023-03-03 Thread Konstantin Kletschke
Dear Darac, > > The files > > /etc/init.d/loqitmon > > /lib/systemd/system/loqitmon.service > The manpage for dh_installsystemd suggests these files should be under > debian/. Are they, or are they in etc/init.d and lib/systemd/system? I have those below debian, this way: -rwxr-xr-x 1 konsti

Re: Building binary package, howto enable init.d/systemd start

2023-03-02 Thread Tim Woodall
On Thu, 2 Mar 2023, Konstantin Kletschke wrote: In debian/rules is: #!/usr/bin/make -f DH_VERBOSE=1 %: dh $@ clean: @# Do nothing build: @# Do nothing binary: mkdir -p debian/loqitmon mkdir -p debian/loqitmon/usr/ mkdir -p

Re: Building binary package, howto enable init.d/systemd start

2023-03-02 Thread Darac Marjal
On 02/03/2023 19:56, Konstantin Kletschke wrote: Dear debian-user Folks, i am trying to build a binary debian package consisting of a python script, shell scripts and a config file as daemon with either init.d or systemd start. The init.d script gets installed also the systemd file, but both

Building binary package, howto enable init.d/systemd start

2023-03-02 Thread Konstantin Kletschke
Dear debian-user Folks, i am trying to build a binary debian package consisting of a python script, shell scripts and a config file as daemon with either init.d or systemd start. The init.d script gets installed also the systemd file, but both are not enabled. I made a directory loqitmon-1.0

Re: Re: howto install Debian on software RAID1 when UEFI?

2022-11-13 Thread Andrew M.A. Cater
Hi hw, Having followed through the steps I outlined: > I'm about to try this on a VM with two disks. I'm going to initially partition > as if I were using LVM and all in one partition on one disk, then on the other > That should give me identically sized partitions. > At that point, I'll

Re: howto install Debian on software RAID1 when UEFI?

2022-11-13 Thread Andrew M.A. Cater
On Sun, Nov 13, 2022 at 05:29:17PM +0100, hw wrote: > On Sun, 2022-11-13 at 14:32 +, Andrew M.A. Cater wrote: > > On Sun, Nov 13, 2022 at 02:49:28PM +0100, hw wrote: > > > > > > Hi, > > > > > > the Debian installer is horrible.  It won't let me install on software > > > RAID1 > > > on > > >

Re: howto install Debian on software RAID1 when UEFI?

2022-11-13 Thread hw
On Sun, 2022-11-13 at 14:32 +, Andrew M.A. Cater wrote: > On Sun, Nov 13, 2022 at 02:49:28PM +0100, hw wrote: > > > > Hi, > > > > the Debian installer is horrible.  It won't let me install on software RAID1 > > on > > a server with an UEFI BIOS.  I can't find any good guide about that,

Re: howto install Debian on software RAID1 when UEFI?

2022-11-13 Thread Andy Smith
Hello, On Sun, Nov 13, 2022 at 02:32:06PM +, Andrew M.A. Cater wrote: > If you partition both disks to have an EFI partition at the beginning, then > a RAID partition, then 2 x 1G swap at the end. > > Then use the RAID manager to set up RAID1 and LVM over the top. I'm unsure how > you would

Re: howto install Debian on software RAID1 when UEFI?

2022-11-13 Thread Andrew M.A. Cater
On Sun, Nov 13, 2022 at 02:49:28PM +0100, hw wrote: > > Hi, > > the Debian installer is horrible. It won't let me install on software RAID1 > on > a server with an UEFI BIOS. I can't find any good guide about that, either. > Hi hw You might want to *start* with using the expert install -

howto install Debian on software RAID1 when UEFI?

2022-11-13 Thread hw
Hi, the Debian installer is horrible. It won't let me install on software RAID1 on a server with an UEFI BIOS. I can't find any good guide about that, either. I want root on brtfs with RAID1. How do I get Debian installed? The graphical version crashes with a kernel panic when booting from

Re: Howto convert from blu-ray to usb-stick?

2022-07-08 Thread Thomas Schmitt
Hi, Øyvind Hagen wrote: > I have first edition of Debian 9. > I want to convert from Blu-rays to USB-stics to take care of content I try to understand your situation. Two theories come to me (if none matches your situation, then please explain it more verbosely):

Howto convert from blu-ray to usb-stick?

2022-07-08 Thread Øyvind Hagen
Hi to Debian. I have first edition of Debian 9. I want to convert from Blu-rays to USB-stics to take care of content and also the USB-stick do not making damaging of the disc. I have tried to understand the content of some console help descriptions to convert, copy, burning to iso but I did not

Re: AVOGADRO2 plugins howto

2022-03-04 Thread Francesco Pietra
Thanks a lot. I had taken another way, frustrated by avogadro, but as soon as possible l'll be back to avogadro with your suggestions On Fri, Mar 4, 2022, 3:18 PM Dan Ritter wrote: > Francesco Pietra wrote: > > Yes 1.93. I read that this is also called avogadro2, but I may be wrong. > > At any

Re: AVOGADRO2 plugins howto

2022-03-04 Thread Dan Ritter
Francesco Pietra wrote: > Yes 1.93. I read that this is also called avogadro2, but I may be wrong. > At any event, the real question is how to have working plugins with the > avogadro version supplied by bullseye > thanks. Downloading plugins, and then? https://plugins.avogadro.cc/ Every plugin

Re: AVOGADRO2 plugins howto

2022-03-04 Thread Dan Ritter
Francesco Pietra wrote: > With bullseye avogadro2 requires calling plugins to carry out simple tasks. > I was unable to install them. Howto? > > If it is a bug, or incomplete package, how to replace avogadro2 with the > old avogadro? bullseye supplies avogadro=1.93 The real qu

Re: AVOGADRO2 plugins howto

2022-03-04 Thread Francesco Pietra
tra wrote: > > With bullseye avogadro2 requires calling plugins to carry out simple > tasks. > > I was unable to install them. Howto? > > > > If it is a bug, or incomplete package, how to replace avogadro2 with the > > old avogadro? > > bullseye supplies av

AVOGADRO2 plugins howto

2022-03-04 Thread Francesco Pietra
With bullseye avogadro2 requires calling plugins to carry out simple tasks. I was unable to install them. Howto? If it is a bug, or incomplete package, how to replace avogadro2 with the old avogadro? thanks francesco pietra

Re: Howto change of subjects [ was : Changing subjects, forums and things. Drive Debian]

2021-08-07 Thread Curt
On 2021-08-07, Polyna-Maude Racicot-Summerside wrote: > It's quite easy to begin a new subject. > > Hoping people won't *who-ha* too much. Asses will ordinarily *hee-haw* (*who* hee-haws precisely is left as the traditional exercise).

Re: Howto change of subjects [ was : Changing subjects, forums and things. Drive Debian]

2021-08-07 Thread Polyna-Maude Racicot-Summerside
Hi, On 2021-08-07 7:12 a.m., Keith Bainbridge wrote: > On 7/8/21 17:46, to...@tuxteam.de wrote: >> Then: why didn't*you*  change the Subject: line in your reply? >> Your topic changed radically, so... please do > > Only because there was something of a who-ha when people do change > topics in

Re: Howto disable automounting of all removeable media

2021-05-16 Thread Richard Owlett
On 05/16/2021 12:18 PM, Tixy wrote: On Sun, 2021-05-16 at 06:09 -0500, Richard Owlett wrote: On 05/15/2021 11:52 AM, davidson wrote: On Sat, 15 May 2021 Richard Owlett wrote [...] I wish to do the same with my new Buster machine. I've forgotten how and Google etc gives plethora of

Re: Howto disable automounting of all removeable media

2021-05-16 Thread Tixy
On Sun, 2021-05-16 at 06:09 -0500, Richard Owlett wrote: > On 05/15/2021 11:52 AM, davidson wrote: > > On Sat, 15 May 2021 Richard Owlett wrote [...] > > > I wish to do the same with my new Buster machine. > > > > > > I've forgotten how and Google etc gives plethora of irrelevant hits. > > > >

Re: Howto disable automounting of all removeable media

2021-05-16 Thread Cindy Sue Causey
On 5/16/21, Joe wrote: > On Sun, 16 May 2021 06:09:17 -0500 > Richard Owlett wrote: > >> I've never thought to use *my name* as a keyword when looking for >> resolved issues. >> > > It's worth doing that at least once or twice a year to keep an eye on > what Google knows about you, or at least

Re: Howto disable automounting of all removeable media

2021-05-16 Thread Richard Owlett
On 05/16/2021 07:47 AM, Joe wrote: On Sun, 16 May 2021 06:09:17 -0500 Richard Owlett wrote: I've never thought to use *my name* as a keyword when looking for resolved issues. It's worth doing that at least once or twice a year to keep an eye on what Google knows about you, or at least

[ADDENDUM] Re: Howto disable automounting of all removeable media

2021-05-16 Thread Richard Owlett
On 05/16/2021 06:09 AM, Richard Owlett wrote: On 05/15/2021 11:52 AM, davidson wrote: [snip] For me, the first hit on duckduckgo.com with search terms   automount "Richard Owlett" site:lists.debian.org was your reply to that message. I've never thought to use *my name* as a keyword when

Re: Howto disable automounting of all removeable media

2021-05-16 Thread Joe
On Sun, 16 May 2021 06:09:17 -0500 Richard Owlett wrote: > > I've never thought to use *my name* as a keyword when looking for > resolved issues. > It's worth doing that at least once or twice a year to keep an eye on what Google knows about you, or at least what it will publicly display.

Re: Howto disable automounting of all removeable media

2021-05-16 Thread Richard Owlett
On 05/15/2021 11:52 AM, davidson wrote: On Sat, 15 May 2021 Richard Owlett wrote: I have disabled auto-mounting of removable media on my Stretch install with MATE. Here was Brian's advice for doing this on jessie with MATE:  https://lists.debian.org/debian-user/2015/09/msg01077.html  [...]

Re: Howto disable automounting of all removeable media

2021-05-15 Thread davidson
On Sat, 15 May 2021 Richard Owlett wrote: I have disabled auto-mounting of removable media on my Stretch install with MATE. Here was Brian's advice for doing this on jessie with MATE: https://lists.debian.org/debian-user/2015/09/msg01077.html [...] Try gsettings set

Howto disable automounting of all removeable media

2021-05-15 Thread Richard Owlett
I have disabled auto-mounting of removable media on my Stretch install with MATE. I wish to do the same with my new Buster machine. I've forgotten how and Google etc gives plethora of irrelevant hits. Help please. TIA

TPM2 - howto

2020-03-09 Thread Kamil Jońca
Does anybody uses TPM2 + ssl? I have laptop with tpm chip and I wonder if it can be used to autheticate against radius (802x) Any hints? Some googling gives me advices regarding previous version tpm (1.2) only. KJ -- http://wolnelektury.pl/wesprzyj/teraz/

Re: Howto?

2020-01-27 Thread Andrei POPESCU
On Du, 26 ian 20, 05:08:47, Gene Heskett wrote: > > I have very little idea what all that was supposed to do, but I did > figure out how to tar it, then xz the resultant a.tar. Thats working now > and looks like it might be done in another hour. Big, ready built, rt > kernel for an rpi4. I'd

Re: Howto?

2020-01-26 Thread Gene Heskett
On Sunday 26 January 2020 18:53:18 Jimmy Johnson wrote: > On 1/26/20 2:25 AM, Gene Heskett wrote: > > I think that last statement needs a grin.;-) Any way I made a > > tarball, then xz'd it, saveing a nominal gigabyte to DL. I'd still > > like to make a deb out of it. I might see if I can do a

Re: Howto?

2020-01-26 Thread Jimmy Johnson
On 1/26/20 2:25 AM, Gene Heskett wrote: I think that last statement needs a grin.;-) Any way I made a tarball, then xz'd it, saveing a nominal gigabyte to DL. I'd still like to make a deb out of it. I might see if I can do a dummy install and tar.xz that. When I'm awake again.:) Gene will

Re: Howto?

2020-01-26 Thread David Christensen
On 2020-01-26 02:08, Gene Heskett wrote: On Sunday 26 January 2020 03:20:38 David Christensen wrote: On 2020-01-26 00:03, Gene Heskett wrote: Greetings all; Trying to sort out how to xz compress. But xz is rejecting directories, like it expects tars output as its input. And the manpage is

Re: Howto?

2020-01-26 Thread Gene Heskett
On Sunday 26 January 2020 03:25:37 Erik Christiansen wrote: > On 26.01.20 03:03, Gene Heskett wrote: > > Greetings all; > > > > Trying to sort out how to xz compress. But xz is rejecting > > directories, like it expects tars output as its input. And the > > manpage is silent on redirections. >

Re: Howto?

2020-01-26 Thread Gene Heskett
On Sunday 26 January 2020 03:20:38 David Christensen wrote: > On 2020-01-26 00:03, Gene Heskett wrote: > > Greetings all; > > > > Trying to sort out how to xz compress. But xz is rejecting > > directories, like it expects tars output as its input. And the > > manpage is silent on redirections.

Re: Howto?

2020-01-26 Thread Thomas Schmitt
Hi, Gene Heskett wrote: > But xz is rejecting directories, > like it expects tars output as its input. It expects data files or a data stream. > I want to compress the directory foo into foo.xz, keeping foo as there > may be further patches applied in the future. If you want to compress the

Re: Howto?

2020-01-26 Thread Erik Christiansen
On 26.01.20 03:03, Gene Heskett wrote: > Greetings all; > > Trying to sort out how to xz compress. But xz is rejecting directories, > like it expects tars output as its input. And the manpage is silent on > redirections. > > I want to compress the directory foo into foo.xz, keeping foo as

Re: Howto?

2020-01-26 Thread David Christensen
On 2020-01-26 00:03, Gene Heskett wrote: Greetings all; Trying to sort out how to xz compress. But xz is rejecting directories, like it expects tars output as its input. And the manpage is silent on redirections. I want to compress the directory foo into foo.xz, keeping foo as there may be

Howto?

2020-01-26 Thread Gene Heskett
Greetings all; Trying to sort out how to xz compress. But xz is rejecting directories, like it expects tars output as its input. And the manpage is silent on redirections. I want to compress the directory foo into foo.xz, keeping foo as there may be further patches applied in the future.

Re: plasma5 - howto reload keyboard module?

2019-03-13 Thread Curt
On 2019-03-13, Hans wrote: > > The solution I am looking for, is: How to reload the responsible keyboard > module in plasma? I don't have that "solution" for you, Hans. I was looking here (perhaps related to your woes) https://bugs.launchpad.net/ubuntu/+source/kubuntu-settings/+bug/1633721

Re: plasma5 - howto reload keyboard module?

2019-03-13 Thread Hans
Hi deloptes, > the very reason to stay with KDE3 aka TDE. > My customers surely do not want to. IMO TDE is too old, although running well. Plasma is just offering more. Sorry for that. > Did you look for error messages - post here and also the reference to the > bug. probably it is udev ->

Re: plasma5 - howto reload keyboard module?

2019-03-13 Thread deloptes
Hans wrote: > Oh, this behaviour is happening since years, and somewhere there is even a > bugreport of this, but no one ever cared. So I am looking for another > solution. the very reason to stay with KDE3 aka TDE. Did you look for error messages - post here and also the reference to the bug.

plasma5 - howto reload keyboard module?

2019-03-13 Thread Hans
Hi folks, from time to time I get into an issue in plasma5 (and only in plasma5). The problem is, that without an obvious reason suddenly the keyboard is no more working. No input is possible. The mouse is working. Question: Is there any possibilty to reload the keyboard module (I do not

Re: [OT] Howto use an environment that doesn't make use of GL for basic tasks

2018-12-12 Thread Alexander V. Makartsev
On 11.12.2018 19:57, Dan Ritter wrote: > >>> What kind of hardware do you have? >> $ lspci -kv >> 00:0d.0 VGA compatible controller: NVIDIA Corporation C61 [GeForce >> 7025 / nForce 630a] (rev a2) (prog-if 00 [VGA controller]) >> stretch-backports non-free has 390.87-2~bpo9+1 which might help; >>

Re: [OT] Howto use an environment that doesn't make use of GL for basic tasks

2018-12-11 Thread Dan Ritter
riveravaldez wrote: > > Anything visible in your logs? > > And this is what I get after just boot and log-in to desktop (just fluxbox): > > $ sudo dmesg | grep nouveau > [ 10.172253] nouveau :00:0d.0: NVIDIA C61 (04c000a2) > [ 10.420487] nouveau :00:0d.0: fb0: nouveaufb frame buffer

Re: [OT] Howto use an environment that doesn't make use of GL for basic tasks

2018-12-11 Thread riveravaldez
>> asking on Nouveau's mailing-list they recommended me this: >> >> > Use an environment that doesn't make use of GL for basic tasks. > > You're already doing that. GL isn't the problem unless you're > having non-random freezes when you fire up 3D applications. Thanks for your answer, dsr. That's

Re: [OT] Howto use an environment that doesn't make use of GL for basic tasks

2018-12-08 Thread Dan Ritter
riveravaldez wrote: > Hi, > > I'm having random freezes on my debian-testing box (normal install, > fully updated, only fluxbox, no desktop environment) and asking on > Nouveau's mailing-list they recommended me this: > > > Use an environment that doesn't make use of GL for basic tasks. > >

[OT] Howto use an environment that doesn't make use of GL for basic tasks

2018-12-08 Thread riveravaldez
Hi, I'm having random freezes on my debian-testing box (normal install, fully updated, only fluxbox, no desktop environment) and asking on Nouveau's mailing-list they recommended me this: > Use an environment that doesn't make use of GL for basic tasks. Any hint on how to do this on Debian? I'm

Re: nftables howto?

2018-10-28 Thread Kamil Jońca
Curt writes: > On 2018-10-28, Kamil Jońca wrote: >> >> Recent upgrade surprised me with iptables->nftables migration. >> I understand I should prepare to migrate, but I cannot found >> comprehensive documentation of nftables. >> For example: >> >> In my ipsec updown script I have something

Re: nftables howto?

2018-10-28 Thread Curt
On 2018-10-28, Kamil Jońca wrote: > > Recent upgrade surprised me with iptables->nftables migration. > I understand I should prepare to migrate, but I cannot found > comprehensive documentation of nftables. > For example: > > In my ipsec updown script I have something like: >

nftables howto?

2018-10-28 Thread Kamil Jońca
Recent upgrade surprised me with iptables->nftables migration. I understand I should prepare to migrate, but I cannot found comprehensive documentation of nftables. For example: In my ipsec updown script I have something like: --8<---cut here---start->8---

Serious bug: pcmanfm-ssh-leafpad [howto diagnose]

2018-06-10 Thread rv riveravaldez
Hi, I've found this bug consistently on debian testing (updated): Steps to reproduce: >From the address bar of pcmanfm, type: ssh://user@ip Write password, Enter. Navigate to the remote machine user folder. Open, edit and save a plain text file with leafpad. The file gets blanked (no content at

Re: HOWTO: Setup persistent RDP sessions

2017-11-07 Thread Hörmetjan Yiltiz
I found out that, in my system, `xrdp` runs the sesman protocol, and /etc/xrdp/sesman.ini specifies to run a file /etc/xrdp/startwm.sh: *$ *cat /etc/xrdp/startwm.sh #!/bin/sh . /etc/X11/Xsession startxfce4 I found that /etc/X11/Xsession does not set $DISPLAY anyhow, although it loads some

Re: HOWTO: Setup persistent RDP sessions

2017-11-01 Thread deloptes
Hörmetjan Yiltiz wrote: > Seems like a very simple solution! Do you know if this works for RDP? And > what runs that vnc-run.sh? Is it executed upon SSH login, VNC login, or by > the admin? The vnc-run.sh is my own script To automate it, you need to modify the script starting the session on the

Re: HOWTO: Setup persistent RDP sessions

2017-11-01 Thread Hörmetjan Yiltiz
Seems like a very simple solution! Do you know if this works for RDP? And what runs that vnc-run.sh? Is it executed upon SSH login, VNC login, or by the admin? On Tue, Oct 31, 2017, 03:27 deloptes wrote: > Hörmetjan Yiltiz wrote: > > > I would like to creates only one Xfce4

Re: HOWTO: Setup persistent RDP sessions

2017-10-31 Thread deloptes
Hörmetjan Yiltiz wrote: > I would like to creates only one Xfce4 session for Alice wherever she > connects to, however she connects to (any OS, any RDP client), until she > kills/terminates Xfce4-session herself, so she can always keep on previous > work. > > What is the simplest configuration

HOWTO: Setup persistent RDP sessions

2017-10-30 Thread Hörmetjan Yiltiz
Hey all, In an Debian server (running Debiwith XFCE4), I am running X11vnc as a RDP server so people can connect to it from using Windows Remote Desktop (either from Windows or OSX). My current configuration creates a new Xfce4 session for each client-server; if Alice connects to the server from

Re: howto restart a service in postinst script (Stretch and newer)

2017-08-07 Thread Harald Dunkel
Hi Christian, On Sun, 6 Aug 2017 09:34:31 +0200 Christian Seiler wrote: > > For things that are only available on systemd (for example if you > have split the service additionally for systemd, while sysvinit is > still just a single script) you should use the code that is >

Re: howto restart a service in postinst script (Stretch and newer)

2017-08-06 Thread Christian Seiler
Hi there, On 08/04/2017 12:30 PM, Harald Dunkel wrote: > What is the right way to restart a service from the postinst > script for Stretch and newer? The same way as before: if it has both an init script and a systemd service, just call invoke-rc.d script restart or invoke-rc.d script restart

Re: howto restart a service in postinst script (Stretch and newer)

2017-08-06 Thread Christian Seiler
On 08/06/2017 05:28 AM, Richard Hector wrote: > On 06/08/17 04:43, Sven Hartge wrote: >> Harald Dunkel wrote: >>> On Sat, 5 Aug 2017 11:56:07 +0900 Mark Fletcher wrote: On Fri, Aug 04, 2017 at 12:30:25PM +0200, Harald Dunkel wrote: >> > What is the

Re: howto restart a service in postinst script (Stretch and newer)

2017-08-05 Thread Richard Hector
On 06/08/17 04:43, Sven Hartge wrote: > Harald Dunkel wrote: >> On Sat, 5 Aug 2017 11:56:07 +0900 Mark Fletcher wrote: >>> On Fri, Aug 04, 2017 at 12:30:25PM +0200, Harald Dunkel wrote: > What is the right way to restart a service from the postinst

Re: howto restart a service in postinst script (Stretch and newer)

2017-08-05 Thread Sven Hartge
Harald Dunkel wrote: > On Sat, 5 Aug 2017 11:56:07 +0900 Mark Fletcher wrote: >> On Fri, Aug 04, 2017 at 12:30:25PM +0200, Harald Dunkel wrote: >>> What is the right way to restart a service from the postinst >>> script for Stretch and newer? >> I may be

Re: howto restart a service in postinst script (Stretch and newer)

2017-08-04 Thread Mark Fletcher
On Fri, Aug 04, 2017 at 12:30:25PM +0200, Harald Dunkel wrote: > Hi folks, > > the Debian Policy Manual still talks about "run levels" and > "init.d scripts" on > https://www.debian.org/doc/debian-policy/ch-opersys.html#s-sysvinit . > No word about systemd and others. > > What is the right way

howto restart a service in postinst script (Stretch and newer)

2017-08-04 Thread Harald Dunkel
Hi folks, the Debian Policy Manual still talks about "run levels" and "init.d scripts" on https://www.debian.org/doc/debian-policy/ch-opersys.html#s-sysvinit . No word about systemd and others. What is the right way to restart a service from the postinst script for Stretch and newer? Reason

Re: A new HOWTO page for the Adobe Flash Player plugin under chromium under Linux

2017-03-11 Thread kamaraju kusumanchi
On Wed, Feb 15, 2017 at 4:35 AM, Stephen Powell wrote: > It seems to me that there is much confusion out there for how to install the > Adobe > Flash Player plugin for chromium for Linux. Since fools rush in where angels > fear > to tread, I have created a new web page

A new HOWTO page for the Adobe Flash Player plugin under chromium under Linux

2017-02-15 Thread Stephen Powell
It seems to me that there is much confusion out there for how to install the Adobe Flash Player plugin for chromium for Linux. Since fools rush in where angels fear to tread, I have created a new web page on my web site for how to do this. I'd appreciate any comments, positive and negative.

Re: Resolved already: No ffmpeg?, howto convert/extract audio from webmd ,write to ogg?

2016-12-05 Thread maderios
On 12/05/2016 03:19 PM, cbannis...@slingshot.co.nz wrote: On Tue, Nov 01, 2016 at 03:29:00PM +0100, maderios wrote: Yes, in the past, Marillat repository name *was* 'debian-multimedia', then he changed his site in 'deb-multimedia'. He was asked by Debian to change the domain name so people

Re: sudo + gpg - howto?

2016-11-28 Thread Kamil Jońca
Michael Luecke writes: [...] > > > You could also try putting the option "allow-loopback-pinentry" to > ~/.gnupg/gpg-agent.conf and restarting the agent. > > Then you could start gpg with '--pinentry-mode loopback' or put > "pinentry-mode loopback" to ~/.gnupg/gpg.conf. Hm.

Re: sudo + gpg - howto?

2016-11-27 Thread Michael Luecke
On 11/27/2016 10:10 AM, Kamil Jońca wrote: 2. cannot run pinentry (my guess is that tty is owned by user kjonca and pinentry should be as user backup) That's the problem. The owner of ttyX must match with the user for which pinentry is running. You could change the permissions of tty to the

sudo + gpg - howto?

2016-11-27 Thread Kamil Jońca
I have gpg-encrypted backups made by amanda (gnutar). Decrypting was done by call gpg with --passphrase-fd option. Recently I have to see some backup contensts and as usual I wrote: --8<---cut here---start->8--- sudo amrecover ... --8<---cut

Resolved: No ffmpeg?, howto convert/extract audio from webmd ,write to ogg?

2016-11-04 Thread Tony Baldwin
On 11/04/2016 11:31 PM, Michael J. Ford wrote: It's also in debian testing: mford@voyager:~$ apt list | grep ^ffmpeg/ ffmpeg/testing,now 7:3.1.5-1 amd64 [installed] On Mon, 2016-10-31 at 22:47 +0100, sp113438 wrote: On Mon, 31 Oct 2016 17:35:49 -0400 Tony Baldwin

Re: No ffmpeg?, howto convert/extract audio from webmd ,write to ogg?

2016-11-04 Thread Michael J. Ford
It's also in debian testing: mford@voyager:~$ apt list | grep ^ffmpeg/ ffmpeg/testing,now 7:3.1.5-1 amd64 [installed] On Mon, 2016-10-31 at 22:47 +0100, sp113438 wrote: > On Mon, 31 Oct 2016 17:35:49 -0400 > Tony Baldwin wrote: > > > There seems to be no plain ffmpeg in

Re: No ffmpeg?, howto convert/extract audio from webmd ,write to ogg?

2016-10-31 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Oct 31, 2016 at 05:35:49PM -0400, Tony Baldwin wrote: > There seems to be no plain ffmpeg in the jessie repos. That's right. Ffmpeg in jessie is spelt "avconv" [1], which is a fork of ffmpeg (more or less compatible). Reportedly, there's a

Re: No ffmpeg?, howto convert/extract audio from webmd ,write to ogg?

2016-10-31 Thread sp113438
On Mon, 31 Oct 2016 17:35:49 -0400 Tony Baldwin wrote: > There seems to be no plain ffmpeg in the jessie repos. > > I do have ffmpeg, perhaps from jessie backports.

No ffmpeg?, howto convert/extract audio from webmd ,write to ogg?

2016-10-31 Thread Tony Baldwin
There seems to be no plain ffmpeg in the jessie repos. Terminal output quote $ aptitude search ffmpeg p cmus-plugin-ffmpeg - lightweight ncurses audio player (FFmpeg plugin) p ffmpeg2theora - Theora video encoder using ffmpeg p ffmpegthumbnailer -

Re: https://www.debian.org/doc/manuals/repository-howto/repository-howto labeled as "OBSOLETE"

2016-10-15 Thread Henrique de Moraes Holschuh
On Sat, 15 Oct 2016, Richard Owlett wrote: > What does "obsolete" actually mean in this case? "No longer applicable", either partially, or completely. > I find it readable, but will it mislead me? It might. -- Henrique Holschuh

https://www.debian.org/doc/manuals/repository-howto/repository-howto labeled as "OBSOLETE"

2016-10-15 Thread Richard Owlett
The title of https://www.debian.org/doc/manuals/repository-howto/repository-howto is _Debian Repository HOWTO (Obsolete Documentation)_ . What does "obsolete" actually mean in this case? Anything more than it was written > 10 years ago? I find it readable, but will

Re: Mount /tmp on tmpfs jessie and stretch -- howto?

2016-08-30 Thread Rick Thomas
On Aug 30, 2016, at 5:00 PM, Ken Heard wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I would like in my jessie and stretch boxes (one of each, both with > systemd) to mount /tmp on tmpfs instead of a hard drive partition tmp > or /dev/mapper/SOL1-tmp. I

Mount /tmp on tmpfs jessie and stretch -- howto?

2016-08-30 Thread Ken Heard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I would like in my jessie and stretch boxes (one of each, both with systemd) to mount /tmp on tmpfs instead of a hard drive partition tmp or /dev/mapper/SOL1-tmp. I assumed that to do so I could not have either of those partitions; so I unmounted

Re: howto avoid "apt-get update" going guru?

2016-07-05 Thread Jimmy Johnson
On 07/05/2016 12:55 AM, Harald Dunkel wrote: Hi folks, this morning I found "apt-get update" getting stuck due to an unresponsive host: # cat /etc/apt/sources.list deb http://ftp.debian.org/debian sid main contrib non-free deb-src http://ftp.debian.org/debian sid main contrib non-free #

Re: howto avoid "apt-get update" going guru?

2016-07-05 Thread Mark Fletcher
On Tue, 5 Jul 2016 at 17:02, Harald Dunkel wrote: > Hi folks, > > this morning I found "apt-get update" getting stuck due to an > unresponsive host: > > # cat /etc/apt/sources.list > deb http://ftp.debian.org/debian sid main contrib non-free > deb-src

howto avoid "apt-get update" going guru?

2016-07-05 Thread Harald Dunkel
Hi folks, this morning I found "apt-get update" getting stuck due to an unresponsive host: # cat /etc/apt/sources.list deb http://ftp.debian.org/debian sid main contrib non-free deb-src http://ftp.debian.org/debian sid main contrib non-free # apt-get update Err:1

howTo use cabal-debian to install pandoc-include.cabal

2016-03-13 Thread Haines Brown
I've reached the limits of my ability. I installed cabal-debian. Then downloaded pandoc-include from github in order to enable pandoc to convert a .tex file with includes to Word. In the pandoc-include-master directory resulting from an unzip, there is a pandoc-include.cabal file. Directions say

HOWTO reread boot and login messages

2015-09-01 Thread David Wright
Loading, please wait... fsck from util-linux 2.25.2 john01: clean, 336746/977280 files, 2768454/3905795 blocks Welcome to Debian GNU/Linux 8 (jessie)! [ OK ] Reached target Remote File Systems (Pre). [ ... lots of lines ... ] [ OK ] Started LSB: set CPUFreq

Re: Compiling kernel from Github - Howto?

2015-01-22 Thread csanyipal
csanyi...@gmail.com writes: Gary Dale garyd...@torfree.net writes: On 17/01/15 10:19 AM, csanyi...@gmail.com wrote: I have a headless powerpc box and run on it Debian Wheezy with kernel Linux b2 3.2.62-1 #1 Mon Aug 25 04:22:40 UTC 2014 ppc GNU/Linux . But this kernel doesn't have support

Re: Compiling kernel from Github - Howto?

2015-01-17 Thread Gary Dale
On 17/01/15 10:19 AM, csanyi...@gmail.com wrote: Hi, I have a headless powerpc box and run on it Debian Wheezy with kernel Linux b2 3.2.62-1 #1 Mon Aug 25 04:22:40 UTC 2014 ppc GNU/Linux . But this kernel doesn't have support for the rtl8192cu kernel-module. One can to get the kernel source

Re: Compiling kernel from Github - Howto?

2015-01-17 Thread csanyipal
Gary Dale garyd...@torfree.net writes: On 17/01/15 10:19 AM, csanyi...@gmail.com wrote: I have a headless powerpc box and run on it Debian Wheezy with kernel Linux b2 3.2.62-1 #1 Mon Aug 25 04:22:40 UTC 2014 ppc GNU/Linux . But this kernel doesn't have support for the rtl8192cu

Compiling kernel from Github - Howto?

2015-01-17 Thread csanyipal
Hi, I have a headless powerpc box and run on it Debian Wheezy with kernel Linux b2 3.2.62-1 #1 Mon Aug 25 04:22:40 UTC 2014 ppc GNU/Linux . But this kernel doesn't have support for the rtl8192cu kernel-module. One can to get the kernel source from here:

Re: Maildrop - howto deliver email that contains the word systemd directly to trash with .mailfilter?

2014-12-09 Thread Dan Ritter
and are trusting that my boxes will work just fine with the one chosen by the developers I'm trying to figure out howto filter incoming mails that contains the word systemd and deliver them to trash. I have maildrop as mda using Maildir. I use this in my .mailfilter to sort mails from this list

Re: Maildrop - howto deliver email that contains the word systemd directly to trash with .mailfilter?

2014-12-08 Thread berenger . morel
will work just fine with the one chosen by the developers I'm trying to figure out howto filter incoming mails that contains the word systemd and deliver them to trash. I have maildrop as mda using Maildir. I use this in my .mailfilter to sort mails from this list to a specific folder

Maildrop - howto deliver email that contains the word systemd directly to trash with .mailfilter?

2014-11-18 Thread Toby
chosen by the developers I'm trying to figure out howto filter incoming mails that contains the word systemd and deliver them to trash. I have maildrop as mda using Maildir. I use this in my .mailfilter to sort mails from this list to a specific folder: if (/^X-Mailing-List: debian-user

HowTo Fork Debian? At first, just for fun... Plus a new home for kFreeBSD!

2014-11-12 Thread Martinx - ジェームズ
Guys, I think that is time to start working on a `Debian Fork`. Just for the record, I'm using `Debian` since `Potato` and I am very unhappy with this `systemd-fiasco`. `Debian` with `systemd` is NOT `Debian` anymore, it is another thing, completely different. It is time to take it back, to

Re: HowTo Fork Debian? At first, just for fun... Plus a new home for kFreeBSD!

2014-11-12 Thread Tony van der Hoff
On 12/11/14 16:11, Martinx - ジェームズ wrote: Guys, I think that is time to start working on a `Debian Fork`. snip I have free hosting facilities and lots of servers to make this a reality. Good! Now you can set up your own mailing list, and stop bothering debian-user. And all your pals, of

Re: HowTo Fork Debian? At first, just for fun... Plus a new home for kFreeBSD!

2014-11-12 Thread Martinx - ジェームズ
On 12 November 2014 14:27, Tony van der Hoff t...@vanderhoff.org wrote: On 12/11/14 16:11, Martinx - ジェームズ wrote: Guys, I think that is time to start working on a `Debian Fork`. snip I have free hosting facilities and lots of servers to make this a reality. Good! Now you can set up your

Re: HowTo Fork Debian? At first, just for fun... Plus a new home for kFreeBSD!

2014-11-12 Thread Tony van der Hoff
On 12/11/14 16:46, Martinx - ジェームズ wrote: On 12 November 2014 14:27, Tony van der Hoff t...@vanderhoff.org wrote: On 12/11/14 16:11, Martinx - ジェームズ wrote: Guys, I think that is time to start working on a `Debian Fork`. snip I have free hosting facilities and lots of servers to make this

Re: HowTo Fork Debian? At first, just for fun... Plus a new home for kFreeBSD!

2014-11-12 Thread Miles Fidelman
Tony van der Hoff wrote: On 12/11/14 16:46, Martinx - ジェームズ wrote: On 12 November 2014 14:27, Tony van der Hoff t...@vanderhoff.org wrote: On 12/11/14 16:11, Martinx - ジェームズ wrote: Guys, I think that is time to start working on a `Debian Fork`. snip I have free hosting facilities and

Re: Howto add a vnc URL handler to Icedove?

2014-11-05 Thread Lisi Reisz
On Saturday 01 November 2014 13:51:16 Jape Person wrote: You (Scott) help a lot of people here. I wish someone would help you! Sadly, perhaps no-one knows the answer. :-( Lisi -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

  1   2   3   4   5   6   7   8   9   10   >