System drive disaster recovery (was Re: apt package tool)

2019-09-07 Thread David Christensen

On 9/7/19 4:20 PM, Amir Emami wrote:

Hi.
i uninstalled python completely and deleted the interpreter files.
my apt tool corrupted.
i installed python again and my apt didnt work yet.
then i used 'apt remove(purge) apt' to remove and install apt again
now when i'm trying to install it via dpkg -i it shows me an error
so i used --force-all but when i put apt in cmd it gives me a
relocation error about libapt-pkg5.0.0
please help me.
its SOS.thanks



Here is my reply to another thread about migrating a crufty system drive 
to a fresh install.  I would use the same procedure for recovering your 
system drive:


https://www.mail-archive.com/debian-user@lists.debian.org/msg743408.html


If you have an image of the drive from before the disaster, replace the 
sixth step, "Do a fresh install of your chosen OS ...", with "Restore 
prior system image".



Please reply with your discoveries, progress, questions, etc..


David



issues with initramfs after recently updating buster

2019-09-07 Thread ernst doubt
administrivia: I'm not subscribed to debian-user (but will check the list for 
answers in any case). CCs to me are fine (even appreciated!).


Today I saw the following errors on one of the machines (an HP EliteBook 
laptop) that I upgraded today:

Processing triggers for initramfs-tools (0.133+deb10u1) ...
update-initramfs: Generating /boot/initrd.img-4.19.0-5-amd64
cryptsetup: WARNING: The initramfs image may not contain cryptsetup binaries 
nor crypto modules. If that's on purpose, you may want to uninstall the 
'cryptsetup-initramfs' package in order to disable the cryptsetup 
initramfs 
integration and avoid this warning.
W: Possible missing firmware /lib/firmware/i915/bxt_dmc_ver1_07.bin for module 
i915
W: Possible missing firmware /lib/firmware/i915/skl_dmc_ver1_27.bin for module 
i915
W: Possible missing firmware /lib/firmware/i915/kbl_dmc_ver1_04.bin for module 
i915
W: Possible missing firmware /lib/firmware/i915/cnl_dmc_ver1_07.bin for module 
i915
W: Possible missing firmware /lib/firmware/i915/glk_dmc_ver1_04.bin for module 
i915
W: Possible missing firmware /lib/firmware/i915/kbl_guc_ver9_39.bin for module 
i915
W: Possible missing firmware /lib/firmware/i915/bxt_guc_ver9_29.bin for module 
i915
W: Possible missing firmware /lib/firmware/i915/skl_guc_ver9_33.bin for module 
i915
W: Possible missing firmware /lib/firmware/i915/kbl_huc_ver02_00_1810.bin for 
module i915
W: Possible missing firmware /lib/firmware/i915/bxt_huc_ver01_07_1398.bin for 
module i915
W: Possible missing firmware /lib/firmware/i915/skl_huc_ver01_07_1398.bin for 
module i915

I saw messages similar to the Possible missing firmware lines at the end while 
upgrading a Dell Inspiron laptop (also running buster) I upgraded earlier in 
the day. Unfortunately on that other machine I didn't save the output from the 
end of 'apt-get upgrade', though I'm quite certain the end of each line 
mentioned "module amdgpu" (or perhaps "module gpuamd"?).

So I have two questions. On the HP laptop I do use cryptsetup (because it's 
older and I originally ran stretch on that machine -- only my homedir is 
encrypted (not the entire LV as is the Dell laptop, which is newer and got a 
virgin buster install recently). Is there anything I need to do in order to 
make sure that I don't lose support for cryptsetup with a new kernel on the HP 
laptop?

My 2nd question is about the missing firmware. How do I get modules i915 and
amdgpu so that my initramfs will be fully functional on these laptops (i'm fine 
with installing nonfree packages). 

If there's more information anyone needs to diagnose any of this, please feel 
free to ask.

On one laptop (the HP), when I try to run 'apt-get upgrade' again, the 
following message appears:

The following packages have been kept back:
  linux-headers-amd64 linux-image-amd64


On the other laptop (the Dell), 'apt-get upgrade' produces output that 
indicates that only linux-image-amd64 has been kept back.

Thank you so very much in advance for any information.

And as always, thanks tons for the most excellent OS on the planet,
 ~e



-- 
https://edoubt.tumblr.com/
https://medium.com/@cderr/

signature.asc
Description: This is a digitally signed message part.


Re: attempted install of buster arm64 net-install on rp4 fails instantly

2019-09-07 Thread Gene Heskett
On Saturday 07 September 2019 20:09:44 deloptes wrote:

> Gene Heskett wrote:
> > That is what I am trying to boot from, a 64GB u-sd with its
> > filestystem changed from NTFS to #6 (fat16) in fdisk.  May not have
> > the mbr or gpt table properly formatted. Will try gparted next.  But
> > its time I put on my chefs hat. Gotta feed us.  Not sure what yet,
> > might even be road stew!
>
> I do not think it is using GPT or MBR at all. It needs vfat in the
> beginning of the disk, so that it can load the firmware, but not sure
> how the RPI4 will look like.

google is not at all helpfull. You would think, that if they really 
wanted market share fast, such info would by now be falling all over 
itself for search engine rankings.  It doesn't seem to be.

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)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis
Genes Web page 



Re: attempted install of buster arm64 net-install on rp4 fails instantly

2019-09-07 Thread deloptes
Gene Heskett wrote:

> That is what I am trying to boot from, a 64GB u-sd with its filestystem
> changed from NTFS to #6 (fat16) in fdisk.  May not have the mbr or gpt
> table properly formatted. Will try gparted next.  But its time I put on
> my chefs hat. Gotta feed us.  Not sure what yet, might even be road
> stew!

I do not think it is using GPT or MBR at all. It needs vfat in the beginning
of the disk, so that it can load the firmware, but not sure how the RPI4
will look like.




apt package tool

2019-09-07 Thread Amir Emami
Hi.
i uninstalled python completely and deleted the interpreter files.
my apt tool corrupted.
i installed python again and my apt didnt work yet.
then i used 'apt remove(purge) apt' to remove and install apt again
now when i'm trying to install it via dpkg -i it shows me an error
so i used --force-all but when i put apt in cmd it gives me a
relocation error about libapt-pkg5.0.0
please help me.
its SOS.thanks


openssl headers missing while installing psiphon on Debian 10

2019-09-07 Thread Tapas Mishra
Hi,
I am trying to install  psiphon   on   Debian 10 based on instructions here
https://askubuntu.com/questions/637568/how-do-i-install-psiphon-on-ubuntu-14-04-lts-step-by-step

I did a $ git clone https://github.com/thispc/psiphon.git
then cd psiphon
Open README.md for instructions
did sudo apt-get install python-pip it went without errors  .
https://pastebin.com/X8HnAZry
this is how files look like did  a simple ls
https://pastebin.com/mFi85PBp

then ./configure came across error
configure: error: *** zlib.h missing - please install first or check
config.log ***
https://pastebin.com/ANGa0c7q
to get rid of above error I did
sudo apt-get install libz-dev
Then I did ./configure and found a new error

configure: error: *** OpenSSL headers missing
full message can be seen here
https://pastebin.com/9XFUYZkk
I then tried doing
debian@debian:~/psiphon/openssh-5.9p1$ sudo apt-get install openssl
Reading package lists... Done
Building dependency tree
Reading state information... Done
openssl is already the newest version (1.1.1c-1).
openssl set to manually installed.
The following packages were automatically installed and are no longer required:
  ethtool libdumbnet1 libmspack0 libxmlsec1-openssl zerofree
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 76 not upgraded.

So I did sudo apt autoremove and then
debian@debian:~/psiphon/openssh-5.9p1$   ./configure

checking openssl/opensslv.h usability... no
checking openssl/opensslv.h presence... no
checking for openssl/opensslv.h... no
configure: error: *** OpenSSL headers missing - please install first
or check config.log ***

so it appears openssl is installed to latest version. So now what more
should I do so that I
don't get openssl header missing error,
while installing psiphon on Debian 10.
I read this page https://wiki.openssl.org/index.php/Compilation_and_Installation
and this page 
https://stackoverflow.com/questions/29858870/build-openssl-with-rpath
but could not understand what changes should I make on my system for
psiphon (https://github.com/thispc/psiphon.git)
to be installed.

-
Thanks
Tapas



Re: usr merge apparently breaks amanda

2019-09-07 Thread Gene Heskett
On Saturday 07 September 2019 18:07:01 Mark Fletcher wrote:

> On Fri, Sep 06, 2019 at 03:58:45PM -0400, Gene Heskett wrote:
> > The manifestation matches, but having read thru amanda's tools own
> > logs, on that machine, I am not so sure we've pointed the finger in
> > the right direction. From the emailed backup report, it looks as if
> > its crashed the instant amanda touches it. But the amanda tool's own
> > logs don't show any errors.  But the network is gone, stopping the
> > backup.  So are all my ssh -Y logins, but they look as if the
> > keyboard isn't sending if already logged in, but starting another
> > login gets a no route to host msg.
> >
> > I think one thing is guaranteed, when I or someone else finds it, it
> > will be a forehead slapper.
> >
> > > [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939411
> > > [2] https://lists.debian.org/debian-user/2019/09/msg00219.html
>
> Possibly a stupid question, but... what about other logs?
>
> eg syslog or equivalent?
Nothing in them.
>
> Mark


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)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis
Genes Web page 



Re: attempted install of buster arm64 net-install on rp4 fails instantly

2019-09-07 Thread Gene Heskett
On Saturday 07 September 2019 17:34:49 deloptes wrote:

> Gene Heskett wrote:
> > There is only a split second of activity of the green led, then it
> > just sits there, no on screen msg of any kind.  What did I do wrong
> > in dd-ing the net-install iso to the new 64GB u-sd card?
>
> Note: The Raspberry Pi 4B does not use the bootcode.bin file - instead
> the bootloader is located in an on-board EEPROM chip. The Pi 4B
> bootloader currently only supports booting from an SD card. Support
> for USB host mode boot and Ethernet boot will be added by a future
> software update. See SPI Boot EEPROM.
> https://www.raspberrypi.org/documentation/hardware/raspberrypi/bootmod
>es/README.md

That is what I am trying to boot from, a 64GB u-sd with its filestystem 
changed from NTFS to #6 (fat16) in fdisk.  May not have the mbr or gpt 
table properly formatted. Will try gparted next.  But its time I put on 
my chefs hat. Gotta feed us.  Not sure what yet, might even be road 
stew!

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)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis
Genes Web page 



Re: attempted install of buster arm64 net-install on rp4 fails instantly

2019-09-07 Thread Gene Heskett
On Saturday 07 September 2019 17:26:33 deloptes wrote:

> Gene Heskett wrote:
> > There is only a split second of activity of the green led, then it
> > just sits there, no on screen msg of any kind.  What did I do wrong
> > in dd-ing the net-install iso to the new 64GB u-sd card?
>
> I ordered also one RPI4 few days ago, waiting for it to arrive. From
> my experience with RPI2 you need to take care of the boot loader
> first. It is not a simple process, but not sure how it looks like in
> RPI4 - I assume the same as mentioned here:
> https://www.raspberrypi.org/documentation/hardware/raspberrypi/booteep
>rom.md
>
> To test the RPI I used TFTP boot and old 256MB sd card where I put the
> bootloader for network boot. It was much easier to compile and test
> any software on the server.
>
> The boot partition must be vfat and hold the firmware.

gpt or mbr, I see later fdisks can do either, so I changed the disk to 
#6, did a w, and rewrote the iso using the armhf net-install file. 
Putting it in the pi4, and powering it up got me the shortest flash of 
the green led I've seen, then just the red was steady nothing else, not 
even any heat from the as yet sinkless SOC. Obviously the raspi faq is 
missing valuable u-sd card prep info.  The rpi4 came in a damned near 
empty box, not even a power hookup showing, so based on that purportedly 
matching a pi3, 5.11 volts on gpio pin 2 and ground on pin 6.

Whats next?

> regards


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)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis
Genes Web page 



Re: resolving unmet dependencies for mega.nz application

2019-09-07 Thread Tapas Mishra
On Sun, Sep 8, 2019 at 3:39 AM Roberto C. Sánchez  wrote:
>
> On Sun, Sep 08, 2019 at 03:36:10AM +0530, Tapas Mishra wrote:
> > Hi,
> > I downloaded a file megasync-Debian_10.0_amd64.deb from
> > https://mega.nz/sync
> > now when I am trying to install it.
> >
> > ebian@debian:~/Downloads$ sudo dpkg -i  megasync-Debian_10.0_amd64.deb
>
> First, your error messages are already giving you the answer:
> apt --fix-broken install

Ok this has worked.

> However, there is a better way.
>
> Try 'sudo apt install ./megasync-Debian_10.0_amd64.deb' instead.
>
I was not aware of this option. Thanks for letting me know.



Re: buster to testing

2019-09-07 Thread Patrick Bartek
On Sat, 07 Sep 2019 17:03:03 +0100
mick crane  wrote:

> excuse my forgetfulness
> have 2 PCs cheerfully running 10.1
> If I want to change one to testing is it *just* a question of changing 
> the sources list ?
>

Not entirely.  That's the second step.  The first, is to read the
instructions.  The one thing to be aware of is you must recompile any
drivers or apps you did under Buster for the new Testing kernel,
particluarly if you are using Virtualbox.  If you've installed dkms in
Buster, it should take care of that on the first boot of Testing.

Then, once all is set sources.list-wise, apt or apt-get update and apt
full-grade or apt-get dist-upgrade.  You should use full-upgrade or
dist-upgrade for as long as Testing is testing to be sure you get
everything upgraded. Once Testing becomes Stable, the use just plain
upgrade.

B



Re: resolving unmet dependencies for mega.nz application

2019-09-07 Thread Roberto C . Sánchez
On Sun, Sep 08, 2019 at 03:36:10AM +0530, Tapas Mishra wrote:
> Hi,
> I downloaded a file megasync-Debian_10.0_amd64.deb from
> https://mega.nz/sync
> now when I am trying to install it.
> 
> ebian@debian:~/Downloads$ sudo dpkg -i  megasync-Debian_10.0_amd64.deb

First, your error messages are already giving you the answer:
apt --fix-broken install

However, there is a better way.

Try 'sudo apt install ./megasync-Debian_10.0_amd64.deb' instead.

Regards,

-Roberto
-- 
Roberto C. Sánchez



Re: usr merge apparently breaks amanda

2019-09-07 Thread Mark Fletcher
On Fri, Sep 06, 2019 at 03:58:45PM -0400, Gene Heskett wrote:

> The manifestation matches, but having read thru amanda's tools own logs, 
> on that machine, I am not so sure we've pointed the finger in the right 
> direction. From the emailed backup report, it looks as if its crashed 
> the instant amanda touches it. But the amanda tool's own logs don't show 
> any errors.  But the network is gone, stopping the backup.  So are all 
> my ssh -Y logins, but they look as if the keyboard isn't sending if 
> already logged in, but starting another login gets a no route to host 
> msg.
> 
> I think one thing is guaranteed, when I or someone else finds it, it will 
> be a forehead slapper.
> 
> > [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939411
> > [2] https://lists.debian.org/debian-user/2019/09/msg00219.html
> 
> 

Possibly a stupid question, but... what about other logs?

eg syslog or equivalent?

Mark



resolving unmet dependencies for mega.nz application

2019-09-07 Thread Tapas Mishra
Hi,
I downloaded a file megasync-Debian_10.0_amd64.deb from
https://mega.nz/sync
now when I am trying to install it.

ebian@debian:~/Downloads$ sudo dpkg -i  megasync-Debian_10.0_amd64.deb
[sudo] password for debian:
Selecting previously unselected package megasync.
(Reading database ... 434950 files and directories currently installed.)
Preparing to unpack megasync-Debian_10.0_amd64.deb ...
Unpacking megasync (4.2.4+1.1) ...
dpkg: dependency problems prevent configuration of megasync:
 megasync depends on libc-ares2 (>= 1.7.4); however:
  Package libc-ares2 is not installed.
 megasync depends on libcrypto++6; however:
  Package libcrypto++6 is not installed.
 megasync depends on libmediainfo0v5 (>= 0.7.56); however:
  Package libmediainfo0v5 is not installed.
 megasync depends on libzen0v5 (>= 0.4.31-2~); however:
  Package libzen0v5 is not installed.

dpkg: error processing package megasync (--install):
 dependency problems - leaving unconfigured
Processing triggers for gnome-menus (3.31.4-3) ...
Processing triggers for desktop-file-utils (0.23-4) ...
Processing triggers for mime-support (3.62) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Errors were encountered while processing:
 megasync


I tried then
debian@debian:~/Downloads$ sudo apt-get install libc-ares2
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 megasync : Depends: libcrypto++6 but it is not going to be installed
Depends: libmediainfo0v5 (>= 0.7.56) but it is not going
to be installed
Depends: libzen0v5 (>= 0.4.31-2~) but it is not going to
be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages
(or specify a solution).

debian@debian:~/Downloads$ sudo apt-get install libcrypto++6
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 megasync : Depends: libc-ares2 (>= 1.7.4) but it is not going to be installed
Depends: libmediainfo0v5 (>= 0.7.56) but it is not going
to be installed
Depends: libzen0v5 (>= 0.4.31-2~) but it is not going to
be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages
(or specify a solution).



Is there an easy way of resolving unmet dependencies
rather than installing all dependencies one by one?

How do I resolve these unmet dependencies.

-
Thanks
Tapas



Re: [HS] Richard stallman chez microsoft !

2019-09-07 Thread Belaïd
Justement c'est la concurrence entre les distributions (par exemple les
divers gestionnaire de bureau et le nombre de distributions existante ) qui
ont fait que Linux est totalement  éparse et du coup se peine a être connu
du grand public. Pour moi, au lieu de concurrencer , je préfère étudier ce
qui existe déjà et améliorer .




Le sam. 7 sept. 2019 23:32, Basile Starynkevitch 
a écrit :

>
> On 9/7/19 6:27 PM, Belaïd wrote:
>
> Effectivement et j'en doute pas que:  "un développeur - comme tout un
> chacun d'ailleurs - est un être humain. Il doit manger, boire, nourrir ses
> enfants, vivre.". Etre initiateur du mouvement pour le logiciel libre avec
> les convictions qui en découlent et ce retrouvé chez Microsoft, pour moi ce
> n'est pas vraiement trivial, mais je me trompe surement, les temps changent
> la mentalité aussi.
>
>
> Si on n'est pas d'accord, on peut toujours lancer son propre mouvement
> (concurrent de la FSF).  Ensuite il faudra convaincre.
>
>
> Librement
>
>
>
> Le sam. 7 sept. 2019 à 15:35, Basile Starynkevitch <
> bas...@starynkevitch.net> a écrit :
>
>
> Ce brouillon de rapport
>  (que je continue
> d'écrire, en anglais car mon client c'est l'Union Européenne et l'anglais y
> est une langue officielle) cite (parmi plein d'autres choses) plusieurs
> documents relatifs à l'économie du logiciel libre.
>
> --
> Basile STARYNKEVITCH   == http://starynkevitch.net/Basile
> opinions are mine only - les opinions sont seulement miennes
> Bourg La Reine, France;  
> (mobile phone: cf my web page / voir ma page web...)
>
>
> Et Stallman devrait, de mon point de vue, revenir un tout petit peu à la
> technique et comprendre un peu mieux JavaScript. Il semble dire des âneries
> à ce sujet, et ses bêtises déconsidèrent le logiciel libre dans son
> ensemble.
>
>
> Librement
>
> --
> Basile STARYNKEVITCH   == http://starynkevitch.net/Basile
> opinions are mine only - les opinions sont seulement miennes
> Bourg La Reine, France;  
> (mobile phone: cf my web page / voir ma page web...)
>
>


Re: attempted install of buster arm64 net-install on rp4 fails instantly

2019-09-07 Thread deloptes
Gene Heskett wrote:

> There is only a split second of activity of the green led, then it just
> sits there, no on screen msg of any kind.  What did I do wrong in dd-ing
> the net-install iso to the new 64GB u-sd card?

Note: The Raspberry Pi 4B does not use the bootcode.bin file - instead the
bootloader is located in an on-board EEPROM chip. The Pi 4B bootloader
currently only supports booting from an SD card. Support for USB host mode
boot and Ethernet boot will be added by a future software update. See SPI
Boot EEPROM.
https://www.raspberrypi.org/documentation/hardware/raspberrypi/bootmodes/README.md




Re: [HS] Richard stallman chez microsoft !

2019-09-07 Thread Basile Starynkevitch


On 9/7/19 6:27 PM, Belaïd wrote:
Effectivement et j'en doute pas que:  "un développeur - comme tout un 
chacun d'ailleurs - est un être humain. Il doit manger, boire, nourrir 
ses enfants, vivre.". Etre initiateur du mouvement pour le logiciel 
libre avec les convictions qui en découlent et ce retrouvé chez 
Microsoft, pour moi ce n'est pas vraiement trivial, mais je me trompe 
surement, les temps changent la mentalité aussi.



Si on n'est pas d'accord, on peut toujours lancer son propre mouvement 
(concurrent de la FSF).  Ensuite il faudra convaincre.



Librement




Le sam. 7 sept. 2019 à 15:35, Basile Starynkevitch 
mailto:bas...@starynkevitch.net>> a écrit :



Ce brouillon de rapport 
 (que je 
continue d'écrire, en anglais car mon client c'est l'Union Européenne et 
l'anglais y est une langue officielle) cite (parmi plein d'autres 
choses) plusieurs documents relatifs à l'économie du logiciel libre.


--
Basile STARYNKEVITCH   ==http://starynkevitch.net/Basile
opinions are mine only - les opinions sont seulement miennes
Bourg La Reine, France;  

(mobile phone: cf my web page / voir ma page web...)


Et Stallman devrait, de mon point de vue, revenir un tout petit peu à la 
technique et comprendre un peu mieux JavaScript. Il semble dire des 
âneries à ce sujet, et ses bêtises déconsidèrent le logiciel libre dans 
son ensemble.



Librement

--
Basile STARYNKEVITCH   == http://starynkevitch.net/Basile
opinions are mine only - les opinions sont seulement miennes
Bourg La Reine, France; 
(mobile phone: cf my web page / voir ma page web...)



Re: attempted install of buster arm64 net-install on rp4 fails instantly

2019-09-07 Thread deloptes
Gene Heskett wrote:

> There is only a split second of activity of the green led, then it just
> sits there, no on screen msg of any kind.  What did I do wrong in dd-ing
> the net-install iso to the new 64GB u-sd card?

I ordered also one RPI4 few days ago, waiting for it to arrive. From my
experience with RPI2 you need to take care of the boot loader first. It is
not a simple process, but not sure how it looks like in RPI4 - I assume the
same as mentioned here:
https://www.raspberrypi.org/documentation/hardware/raspberrypi/booteeprom.md

To test the RPI I used TFTP boot and old 256MB sd card where I put the
bootloader for network boot. It was much easier to compile and test any
software on the server.

The boot partition must be vfat and hold the firmware.

regards



Re: Cannot connect to HP printer

2019-09-07 Thread deloptes
Brian wrote:

> Every printer that exists employs lpadmin with whatever utility is
> used to set it up. It is basic, whether or not the device is just a
> printer or an MFP. The hplip package is a convenient software but
> completely unneeded for printing.
> 
> Don't confuse printing and scanning. They are separate processes.
> With an HP MFD I'd give you that the libsane-hpaio package is needed,
> but the hplip package is not required.
> 
> (Actually, with a modern MFD, libsane-hpaio might not be required).

Thanks, I have no visibility. I use a HP printer with cups and separate
Epson scanner with iscan.

I know print and scan are separate things - well, it is obvious isn't it -
input/output.




attempted install of buster arm64 net-install on rp4 fails instantly

2019-09-07 Thread Gene Heskett
greetings all;

There is only a split second of activity of the green led, then it just 
sits there, no on screen msg of any kind.  What did I do wrong in dd-ing 
the net-install iso to the new 64GB u-sd card?

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)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis
Genes Web page 



Re: debconf20 serà a Israel (!!??)

2019-09-07 Thread Alejandro Castán Salinas
El 4/9/19 a les 12:55, Adam Deosdad ha escrit:


> > Israel és l'únic estat de la zona que dona suport als Kurds i on els
> > homosexuals no són executats.

Als paisos que envolten Israel (Egipte, Jordania, Líban i Síria), que
suposo que els consideres estats de la zona, els homosexuals no són
executats. Israel no és l'únic pais de la zona que no executa homosexuals.


Adam, a la Sudàfrica de l'apartheid a l'etnia Zulú estaven molt mal
considerats els gays i lesbianes però ... :

1) Això no justificava la política d'apartheid.

2) La política de l'apartheid de fet, no es va instaurar per protegir
homosexuals.

3) I si algú era zulú i homosexual, es menjava la doble discriminació per
homosexual i per negre.

Doncs a Israel passa el mateix. Que alguns palestins no els agradin el
homosexuals no justifica que soldats Israelians matin palestins
(homosexuals o no, adults o nens).



> > Hi ha molts col·lectius contraris als assentaments il·legals.

Sí, hi ha alguns col.lectius contraris als assentaments il.legals, però hi ha 
un Estat defensant aquests assentaments, fent fora per la força a famílies 
pobres de la seves cases i de les seves terres. La campanya internacional de 
Boicot no és ni contra els jueus ni contra els israelians, sino contra la 
política genocida i d'apartheid del Govern d'Israel contra els ciutadans 
palestins que viuen a Israel.



> > i com deia Golda Meir "la pau arribarà quan els palestins estimin més
> > als seus fill del que ens odien"

Escoltat en el context de l'any 2019, i no 50 anys enrere, em sembla
cinisme nivell infinit.

Golda Meir, primera ministra israelí que per la seva intransigència va
ser apodada "la dama de ferro". També va dir quelcom com "Mai podrem
perdonar als arabs que ens facin matar els seus fills"

No , si la culpa és d'ells, que després que destruim les seves cases i
matem les seves famílies ens odien ... Si a mi em fa més mal que a ells
matar el seu fill ...

Gaza:   
https://img.buzzfeed.com/buzzfeed-static/static/2014-11/26/11/enhanced/webdr12/longform-original-23880-1417018943-7.jpg
 
-- https://boycottdebconf20.org/ https://twitter.com/hashtag/BoycottDebian




Re: debconf20 serà a Israel (!!??)

2019-09-07 Thread Àlex
El 4/9/19 a les 12:55, Adam Deosdad ha escrit:


> > Israel és l'únic estat de la zona que dona suport als Kurds i on els
> > homosexuals no són executats.

Als paisos que envolten Israel (Egipte, Jordania, Líban i Síria), que
suposo que els consideres estats de la zona, els homosexuals no són
executats. Israel no és l'únic pais de la zona que no executa homosexuals.


Adam, a la Sudàfrica de l'apartheid a l'etnia Zulú estaven molt mal
considerats els gays i lesbianes però ... :

1) Això no justificava la política d'apartheid.

2) La política de l'apartheid de fet, no es va instaurar per protegir
homosexuals.

3) I si algú era zulú i homosexual, es menjava una doble discriminació per
homosexual i per negre.

Doncs a Israel passa el mateix. Que alguns palestins no els agradin el
homosexuals no justifica que soldats Israelians matin palestins
(homosexuals o no, adults o nens).



> > Hi ha molts col·lectius contraris als assentaments il·legals.

Sí, hi ha alguns col.lectius contraris als assentaments il.legals, però hi ha 
l'Estat defensant aquests assentaments, fent fora per la força a famílies 
pobres de la seves cases i de les seves terres. La campanya internacional de 
Boicot no és ni contra els jueus ni contra els israelians, sino contra la 
política genocida i d'apartheid del Govern d'Israel contra els "ciutadans" 
palestins que viuen a Israel.



> > i com deia Golda Meir "la pau arribarà quan els palestins estimin més
> > als seus fill del que ens odien"

Escoltat en el context de l'any 2019, i no 50 anys enrere, em sembla
cinisme nivell infinit.

Golda Meir, primera ministra israelí que per la seva intransigència va
ser apodada "la dama de ferro". També va dir quelcom com "Mai podrem
perdonar als arabs que ens facin matar els seus fills"

No , si la culpa és dels àrabs, que després que destruim les seves cases i
matem les seves famílies ens odien ... Si a mi em fa més mal que a ells
matar el seus fills ...

Gaza:   
https://img.buzzfeed.com/buzzfeed-static/static/2014-11/26/11/enhanced/webdr12/longform-original-23880-1417018943-7.jpg
 
-- https://boycottdebconf20.org/ https://twitter.com/hashtag/BoycottDebian



Re: [HS] Richard stallman chez microsoft !

2019-09-07 Thread Belaïd
Et donc Microsoft est assez con et bête pour inviter Richard stallman et
lui laisser carte blanche pour dire tout ce qu'il pense ? N'oubliez pas que
Microsoft est l'une des premières cible quand on parle de verrouillage,
surveillance , anticoncurrence  Mais bon, Microsoft a déjà adopté le
noyau Linux sur Windows 10, c'est sûrement pour le bien de Linux ! :-)

Bonne soirée

Le sam. 7 sept. 2019 20:34, YOUNOUSS Abba Soungui  a
écrit :

> Tout a fait, moi non plus je ne comprend pas trop certaines réactions
> depuis ce
> tweet. S'il y est allé pour exposer les mêmes idées qu'il défend depuis
> plus de
> 30 ans, je ne vois pas où est le problème.
>
> Le samedi 7 septembre 2019, 17:44:06 WAT David Soulayrol a écrit :
> > Belaïd  writes:
> >
> > > Effectivement et j'en doute pas que:  "un développeur - comme tout un
> > > chacun d'ailleurs - est un être humain. Il doit manger, boire, nourrir
> ses
> > > enfants, vivre.". Etre initiateur du mouvement pour le logiciel libre
> avec
> > > les convictions qui en découlent et ce retrouvé chez Microsoft, pour
> moi ce
> > > n'est pas vraiement trivial, mais je me trompe surement, les temps
> changent
> > > la mentalité aussi.
> >
> > En ce qui concerne la ligne de Microsoft, les temps changent oui. Mais
> > je ne vois pas de révolution dans le fait que RMS, qui donne quantités
> > de conférences partout dans le monde depuis des dizaines d'années, en
> > donne une chez Microsoft pour exposer toujours sa même ligne claire, et
> > les exhorte à davantage d'ouverture.
> >
> > S'il s'agissait de ne donner des conférences que chez les convertis, son
> > travail aurait-il un intérêt ?
> >
> > J'ai l'impression que nombre de personnes sont restés coincés sur le
> > monde bi-polaire merveilleux du tournant du millénaire. Si RMS donnait
> > une conférence chez Google, les gens seraient-ils aussi surpris ?
> > Pourtant, il a exactement les même griefs contre eux et leur logiciels à
> > base de Javascript fermé...
> >
> > --
> > David
> >
>
>
>
>
>


Re: [HS] Richard stallman chez microsoft !

2019-09-07 Thread YOUNOUSS Abba Soungui
Tout a fait, moi non plus je ne comprend pas trop certaines réactions depuis ce
tweet. S'il y est allé pour exposer les mêmes idées qu'il défend depuis plus de
30 ans, je ne vois pas où est le problème.

Le samedi 7 septembre 2019, 17:44:06 WAT David Soulayrol a écrit :
> Belaïd  writes:
> 
> > Effectivement et j'en doute pas que:  "un développeur - comme tout un
> > chacun d'ailleurs - est un être humain. Il doit manger, boire, nourrir ses
> > enfants, vivre.". Etre initiateur du mouvement pour le logiciel libre avec
> > les convictions qui en découlent et ce retrouvé chez Microsoft, pour moi ce
> > n'est pas vraiement trivial, mais je me trompe surement, les temps changent
> > la mentalité aussi.
> 
> En ce qui concerne la ligne de Microsoft, les temps changent oui. Mais
> je ne vois pas de révolution dans le fait que RMS, qui donne quantités
> de conférences partout dans le monde depuis des dizaines d'années, en
> donne une chez Microsoft pour exposer toujours sa même ligne claire, et
> les exhorte à davantage d'ouverture.
> 
> S'il s'agissait de ne donner des conférences que chez les convertis, son
> travail aurait-il un intérêt ?
> 
> J'ai l'impression que nombre de personnes sont restés coincés sur le
> monde bi-polaire merveilleux du tournant du millénaire. Si RMS donnait
> une conférence chez Google, les gens seraient-ils aussi surpris ?
> Pourtant, il a exactement les même griefs contre eux et leur logiciels à
> base de Javascript fermé...
> 
> --
> David
> 






Re: Cannot connect to HP printer

2019-09-07 Thread Brian
On Sat 07 Sep 2019 at 18:58:31 +0200, deloptes wrote:

> Brian wrote:
> 
> > hp-setup is not necessary to get printing going. See
> > 
> > https://wiki.debian.org/PrintQueuesCUPS
> > 
> > I'd use lpadmin.
> > 
> > Scanning? See
> > 
> > https://wiki.debian.org/Scanner
> 
> I was thinking all MFP are run through hplip and I am not sure if lpadmin
> can be used to configure such MFP hardware.

Every printer that exists employs lpadmin with whatever utility is
used to set it up. It is basic, whether or not the device is just a
printer or an MFP. The hplip package is a convenient software but
completely unneeded for printing.

Don't confuse printing and scanning. They are separate processes.
With an HP MFD I'd give you that the libsane-hpaio package is needed,
but the hplip package is not required.

(Actually, with a modern MFD, libsane-hpaio might not be required).

-- 
Brian.



Re: utilisation d'une tablette crayon electronique Watcom Intuos CTL-4100 sous Debian?

2019-09-07 Thread Kohler Gerard

bonjour,
sous Debian bullseye j'utilise une Wacom Intuos pro,
il faut installer les packages
libwacom2
libwacom-common
libwacom-bin

j'utilise KDE et dans le panneau de config de KDE il y a un réglage de 
la tablette Wacom


j'avais des problèmes avec les anciennes versions de Debian ou la 
configuration de la tablette n'était pas bien prise en compte
j'ai alors développé un script que je lançais au démarrage. Il fixe les 
fonctions des touches, impose à la tablette de ne travailler que sur un 
écran (j'ai aussi un écran "wide" et un écran normal), et inhibe le 
toucher par le doigt (gênant quand on dessine la main sur la tablette)

le script a été écrit en se servant de #man xsetwacom

voici mon script :

#! /bin/bash

#sur un seul ecran
#http://linuxwacom.sourceforge.net/wiki/index.php/Dual_and_Multi-Monitor_Set_Up
#xinput set-prop "Wacom Intuos Pro L Finger" --type=float "Coordinate 
Transformation Matrix" 0.5 0 0.5 0 1 0 0 0 1

xinput set-prop "Wacom Intuos Pro L Finger touch" "Device Enabled" 0

xinput set-prop "Wacom Intuos Pro L Pen cursor" --type=float "Coordinate 
Transformation Matrix" 0.5 0 0.5 0 1 0 0 0 1
xinput set-prop "Wacom Intuos Pro L Pad pad" --type=float "Coordinate 
Transformation Matrix" 0.5 0 0.5 0 1 0 0 0 1
xinput set-prop "Wacom Intuos Pro L Pen eraser" --type=float "Coordinate 
Transformation Matrix" 0.5 0 0.5 0 1 0 0 0 1
xinput set-prop "Wacom Intuos Pro L Pen stylus" --type=float "Coordinate 
Transformation Matrix" 0.5 0 0.5 0 1 0 0 0 1


xsetwacom -v set "Wacom Intuos Pro L Pad pad" Button 2 "key Control_L"
xsetwacom -v set "Wacom Intuos Pro L Pad pad" Button 3 "key Shift_L"
xsetwacom -v set "Wacom Intuos Pro L Pad pad" Button 8 "key m"
xsetwacom -v set "Wacom Intuos Pro L Pad pad" Button 9 "key Control ("

xsetwacom -v set "Wacom Intuos Pro L Pad pad" Button 10 "key F6"
xsetwacom -v set "Wacom Intuos Pro L Pad pad" Button 11 "key F5"
xsetwacom -v set "Wacom Intuos Pro L Pad pad" Button 13 "key Control z"
#xsetwacom -v set "Wacom Intuos Pro L Pad pad" Touch off
xsetwacom -v set "Wacom Intuos Pro L Finger touch" Touch off

#"Wacom Intuos Pro L Finger"
#"Wacom Intuos Pro L Pen cursor"
#"Wacom Intuos Pro L Pad pad"
#"Wacom Intuos Pro L Pen eraser"
#"Wacom Intuos Pro L Pen stylus"

gerard

Le 07/09/2019 à 09:29, Basile Starynkevitch a écrit :


Bonjour à tous,


Je viens de m'acheter un Watcom Intuos CTL-4100 
 
pour mon desktop Debian avec un grand écran de 34" et un autre de 
taille normale 
.



Avez vous des conseils concrets et très pratique d'utilisation?





Re: buster to testing

2019-09-07 Thread tomas
On Sat, Sep 07, 2019 at 05:03:03PM +0100, mick crane wrote:
> excuse my forgetfulness
> have 2 PCs cheerfully running 10.1
> If I want to change one to testing is it *just* a question of
> changing the sources list ?

Well, yes -- and then doing apt update && apt full-upgrade (or
alternatively apt-get update && apt-get dist-upgrade)

Cheers
-- t


signature.asc
Description: Digital signature


Re: buster to testing

2019-09-07 Thread Sven Hartge
mick crane  wrote:

> If I want to change one to testing is it *just* a question of changing
> the sources list ?

Yes.

Grüße,
Sven.

-- 
Sigmentation fault. Core dumped.



Re: buster to testing

2019-09-07 Thread john doe
On 9/7/2019 6:03 PM, mick crane wrote:
> excuse my forgetfulness
> have 2 PCs cheerfully running 10.1
> If I want to change one to testing is it *just* a question of changing
> the sources list ?
>

Yes, along with reading the docs prior to 'full-upgrade'.

--
John Doe



Re: Cannot connect to HP printer

2019-09-07 Thread deloptes
Brian wrote:

> hp-setup is not necessary to get printing going. See
> 
> https://wiki.debian.org/PrintQueuesCUPS
> 
> I'd use lpadmin.
> 
> Scanning? See
> 
> https://wiki.debian.org/Scanner

I was thinking all MFP are run through hplip and I am not sure if lpadmin
can be used to configure such MFP hardware.



Re: [HS] Richard stallman chez microsoft !

2019-09-07 Thread David Soulayrol
Belaïd  writes:

> Effectivement et j'en doute pas que:  "un développeur - comme tout un
> chacun d'ailleurs - est un être humain. Il doit manger, boire, nourrir ses
> enfants, vivre.". Etre initiateur du mouvement pour le logiciel libre avec
> les convictions qui en découlent et ce retrouvé chez Microsoft, pour moi ce
> n'est pas vraiement trivial, mais je me trompe surement, les temps changent
> la mentalité aussi.

En ce qui concerne la ligne de Microsoft, les temps changent oui. Mais
je ne vois pas de révolution dans le fait que RMS, qui donne quantités
de conférences partout dans le monde depuis des dizaines d'années, en
donne une chez Microsoft pour exposer toujours sa même ligne claire, et
les exhorte à davantage d'ouverture.

S'il s'agissait de ne donner des conférences que chez les convertis, son
travail aurait-il un intérêt ?

J'ai l'impression que nombre de personnes sont restés coincés sur le
monde bi-polaire merveilleux du tournant du millénaire. Si RMS donnait
une conférence chez Google, les gens seraient-ils aussi surpris ?
Pourtant, il a exactement les même griefs contre eux et leur logiciels à
base de Javascript fermé...

--
David



Re: Cannot connect to HP printer

2019-09-07 Thread Brian
On Sat 07 Sep 2019 at 11:28:24 -0400, Ken Heard wrote:

> I am presently using stretch.  I have a USB connection between the
> computer and the HP LaserJet Pro MFP M475dw.  Command lsusb shows the
> connection.
> 
> Command HP-setup finds the printer, but the last line says:
> 
> QXcbConnection: XCB error: 3 (BadWindow), sequence: 1323, resource id:
> 25167914, major code: 40 (TranslateCoords), minor code: 0
> 
> The result is that I cannot print.  Also neither xsane nor vuescan
> will open.
> 
> I can however connect to both the printer and xsane via the ethernet,
> but not vuescan.  As I prefer vuescan and can use it via the USB I
> will use USB for the printer for both printing and scanning.
> 
> Advice and help appreciated.

hp-setup is not necessary to get printing going. See

https://wiki.debian.org/PrintQueuesCUPS

I'd use lpadmin.

Scanning? See

https://wiki.debian.org/Scanner

-- 
Brian.



Re: [HS] Richard stallman chez microsoft !

2019-09-07 Thread Belaïd
Effectivement et j'en doute pas que:  "un développeur - comme tout un
chacun d'ailleurs - est un être humain. Il doit manger, boire, nourrir ses
enfants, vivre.". Etre initiateur du mouvement pour le logiciel libre avec
les convictions qui en découlent et ce retrouvé chez Microsoft, pour moi ce
n'est pas vraiement trivial, mais je me trompe surement, les temps changent
la mentalité aussi.


Le sam. 7 sept. 2019 à 15:35, Basile Starynkevitch 
a écrit :

>
> On 9/7/19 10:19 AM, Belaïd wrote:
>
> Bonjour,
>
> Voilà, avec sa stratégie (soi-disant) d'ouverture, Microsoft grignote
> encore un peu plus le terrain ...
>
>
> https://www.zdnet.fr/blogs/l-esprit-libre/richard-stallman-chez-microsoft-non-on-ne-reve-pas-39890151.htm
>
>
> En quoi est-ce un problème? Je n'en vois aucun!
>
>
> Un developpeur de logiciel libre est souvent un professionnel (et
> http://norvig.com/21-days.html donne des raisons objectives pour ça).
> Voir par exemple la liste des contributeurs à GCC ou au noyau Linux. La
> plupart sont payés pour contribuer à un logiciel libre. Certains sont
> salariés de MicroSoft (ou de Google ou de Intel).
>
> Et un développeur est aussi un être humain. Il doit manger, boire, nourrir
> ses enfants, vivre. Il n'est ni ange, ni démon, juste un être humain (entre
> les deux) et aussi (mais pas seulement) un agent économique (donc il a
> besoin de revenus procurant de l'argent pour en vivre - et moi aussi je ne
> pourrais pas développer du logiciel libre sans ressources suffisantes pour
> vivre sans trop de soucis d'argent).
>
>
> Ce brouillon de rapport
>  (que je continue
> d'écrire, en anglais car mon client c'est l'Union Européenne et l'anglais y
> est une langue officielle) cite (parmi plein d'autres choses) plusieurs
> documents relatifs à l'économie du logiciel libre.
>
> Et Stallman devrait, de mon point de vue, revenir un tout petit peu à la
> technique et comprendre un peu mieux JavaScript. Il semble dire des âneries
> à ce sujet, et ses bêtises déconsidèrent le logiciel libre dans son
> ensemble.
>
>
> Librement
>
> --
> Basile STARYNKEVITCH   == http://starynkevitch.net/Basile
> opinions are mine only - les opinions sont seulement miennes
> Bourg La Reine, France;  
> (mobile phone: cf my web page / voir ma page web...)
>
>


buster to testing

2019-09-07 Thread mick crane

excuse my forgetfulness
have 2 PCs cheerfully running 10.1
If I want to change one to testing is it *just* a question of changing 
the sources list ?


mick

--
Key ID4BFEBB31



Re: OT: Missing sidebar; was buster: multiple instances of konqueror?

2019-09-07 Thread R. Lewis
Hi,

D. R. Evans wrote:

> R.Lewis wrote on 9/7/19 8:14 AM:
> 
>> I'm glad to see that you have solved your problem with konqueror, and I'm
>> wondering if you can help me with mine.
>> 
>> Do you have a sidebar (F9)?  If you do, how did you get it?
>> 
> 
> Nope. I saw your original question, and have no solution for you, I'm
> afraid.
> 
>   Doc
> 

Thanks very much for replying.  

Robert



Cannot connect to HP printer

2019-09-07 Thread Ken Heard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I am presently using stretch.  I have a USB connection between the
computer and the HP LaserJet Pro MFP M475dw.  Command lsusb shows the
connection.

Command HP-setup finds the printer, but the last line says:

QXcbConnection: XCB error: 3 (BadWindow), sequence: 1323, resource id:
25167914, major code: 40 (TranslateCoords), minor code: 0

The result is that I cannot print.  Also neither xsane nor vuescan
will open.

I can however connect to both the printer and xsane via the ethernet,
but not vuescan.  As I prefer vuescan and can use it via the USB I
will use USB for the printer for both printing and scanning.

Advice and help appreciated.

Regards, Ken
-BEGIN PGP SIGNATURE-

iF0EARECAB0WIQR9YFyM2lJAhDprmoOU2UnM6QmZNwUCXXPMkwAKCRCU2UnM6QmZ
N5PiAJ9DeHNYoxDJYqXuLpFokF0k4RvmUwCfR6tA7N9iTwzRUICO29fRNYnGgns=
=4auH
-END PGP SIGNATURE-



Re: error while doing apt-get update

2019-09-07 Thread Tapas Mishra
On Sat, Sep 7, 2019 at 4:45 PM Sven Joachim  wrote:

> So the file looks like this:
>
> ,
> | Origin: Debian
> | Label: Debian-Security
> | Suite: stable
> | Version: 10
> | Codename: buster
> | Date: Fri, 06 Sep 2019 11:51:20 UTC
> | Valid-Until: Fri, 13 Sep 2019 11:51:20 UTC
> | Acquire-By-Hash: yes
> | Architectures: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el 
> s390x
> | Components: updates/main updates/contrib updates/non-free
> | Description: Debian 10 - Security Updates
> `
>
> Which is definitely wrong for buster-updates, this is how an InRelease
> file from the security repository starts.
>
> It's hard to tell how this happened (file system corruption perhaps),
> but if you proceed with the update it should be corrected.
> Run "apt-get update --allow-releaseinfo-change" to do so.

Ok thanks for pointing that out apt-get update
--allow-releaseinfo-change did the trick.
But I want to understand what was wrong in previous file and what did
you noticed that
should have been there which was not there in my file.
--
Thanks and Regards
Tapas



Re: When Debian 10.1 release?

2019-09-07 Thread Sven Joachim
On 2019-09-07 17:10 +0530, bapidey...@gmail.com wrote:

> Debian says today they release debian 10.1. I am waiting for it.

It is work in progress.  The repository has already been updated, and
you can upgrade to 10.1 if your mirror is up to date.  However,
producing and uploading installation media takes more time.

Subscribe to the debian-announce mailing list if you want to be informed
when new releases are ready.

Cheers,
   Sven



Re: OT: Missing sidebar; was buster: multiple instances of konqueror?

2019-09-07 Thread D. R. Evans
R.Lewis wrote on 9/7/19 8:14 AM:

> I'm glad to see that you have solved your problem with konqueror, and I'm 
> wondering if you can help me with mine.  
> 
> Do you have a sidebar (F9)?  If you do, how did you get it?
> 

Nope. I saw your original question, and have no solution for you, I'm afraid.

  Doc

-- 
Web:  http://enginehousebooks.com/drevans



signature.asc
Description: OpenPGP digital signature


OT: Missing sidebar; was buster: multiple instances of konqueror?

2019-09-07 Thread R.Lewis
Hello,

D. R. Evans wrote:

> How do I configure konqueror in buster so that I can run more than one
> instance?
> 
>   Doc
> 

I'm glad to see that you have solved your problem with konqueror, and I'm 
wondering if you can help me with mine.  

Do you have a sidebar (F9)?  If you do, how did you get it?

I asked about konqueror on 28 August in the thread "Buster:  Konqueror as 
File Manager", but haven't received any answers to my questions.  I would 
appreciate it if you could reply either here or to my original post.

Thank you for your time.

Regards,
Robert



Re: buster: multiple instances of konqueror?

2019-09-07 Thread D. R. Evans
Curt wrote on 9/7/19 5:37 AM:
> On 2019-09-01, D. R. Evans  wrote:
>>
>> How do I configure konqueror in buster so that I can run more than one
>> instance?
> 
> 
> Settings-Configure Konqueror-Performance-
> Disable 'Always try to have one preloaded instance'
> Quit
> Kill all residual konqueror processes.
> 

Nope; that did not fix it. I had tried that before I asked here. :-) That just
affects whether it stays in memory when you quit, which isn't the same thing
as running multiple instances.

  Doc

-- 
Web:  http://enginehousebooks.com/drevans



signature.asc
Description: OpenPGP digital signature


When Debian 10.1 release?

2019-09-07 Thread bapidey678
Debian says today they release debian 10.1. I am waiting for it.



Re: buster: multiple instances of konqueror?

2019-09-07 Thread Curt
On 2019-09-01, D. R. Evans  wrote:
>
> How do I configure konqueror in buster so that I can run more than one
> instance?


Settings-Configure Konqueror-Performance-
Disable 'Always try to have one preloaded instance'
Quit
Kill all residual konqueror processes.

This is the fix I gleaned from bug reports on the internets.

But I'm late to the party, haven't perused the entire thread, the
problem's been solved to boot, and god knows what else.



>   Doc

-- 
“We are all in the gutter, but some of us are looking at the stars.” 
― Oscar Wilde, Lady Windermere's Fan



Re: error while doing apt-get update

2019-09-07 Thread Sven Joachim
On 2019-09-07 15:50 +0530, Tapas Mishra wrote:

> On Sat, Sep 7, 2019 at 12:22 AM Sven Joachim  wrote:
>>
>>
>> This sources.list file looks good to me.
>>
>> > What should I  check?
>>
>> There should be a file
>> /var/lib/apt/lists/deb.debian.org_debian_dists_buster-updates_InRelease.
>> If it exists, can you please show its first 15 lines?
>>
> Hi you can see the whole file on this link
> https://pastebin.com/116phYnH

So the file looks like this:

,
| Origin: Debian
| Label: Debian-Security
| Suite: stable
| Version: 10
| Codename: buster
| Date: Fri, 06 Sep 2019 11:51:20 UTC
| Valid-Until: Fri, 13 Sep 2019 11:51:20 UTC
| Acquire-By-Hash: yes
| Architectures: amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x
| Components: updates/main updates/contrib updates/non-free
| Description: Debian 10 - Security Updates
`

Which is definitely wrong for buster-updates, this is how an InRelease
file from the security repository starts.

It's hard to tell how this happened (file system corruption perhaps),
but if you proceed with the update it should be corrected.
Run "apt-get update --allow-releaseinfo-change" to do so.

Cheers,
   Sven



Re: error while doing apt-get update

2019-09-07 Thread Eduardo M KALINOWSKI
On 06/09/2019 13:29, Tapas Mishra wrote:
> Hi,
> I am getting some error while doing
> debian@debian:~$ sudo apt-get update
> [sudo] password for debian:
> Get:1 http://security-cdn.debian.org/debian-security buster/updates
> InRelease [39.1 kB]
> Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease
> Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [49.3 
> kB]
> Reading package lists... Done
> E: Repository 'http://cdn-fastly.deb.debian.org/debian buster-updates
> InRelease' changed its 'Label' value from 'Debian-Security' to
> 'Debian'
> N: Repository 'http://cdn-fastly.deb.debian.org/debian buster-updates
> InRelease' changed its 'Version' value from '10' to ''
> E: Repository 'http://cdn-fastly.deb.debian.org/debian buster-updates
> InRelease' changed its 'Suite' value from 'stable' to 'stable-updates'
> E: Repository 'http://cdn-fastly.deb.debian.org/debian buster-updates
> InRelease' changed its 'Codename' value from 'buster' to
> 'buster-updates'
> N: This must be accepted explicitly before updates for this repository
> can be applied. See apt-secure(8) manpage for details.

This is a known issue when updating for the fist time, see
https://unix.stackexchange.com/questions/528751/cannot-update-apt-list-repository-no-longer-has-a-release-file


-- 
BOFH excuse #93:

Feature not yet implemented

Eduardo M KALINOWSKI
edua...@kalinowski.com.br



Re: error while doing apt-get update

2019-09-07 Thread Tapas Mishra
On Sat, Sep 7, 2019 at 12:22 AM Sven Joachim  wrote:
>
>
> This sources.list file looks good to me.
>
> > What should I  check?
>
> There should be a file
> /var/lib/apt/lists/deb.debian.org_debian_dists_buster-updates_InRelease.
> If it exists, can you please show its first 15 lines?
>
Hi you can see the whole file on this link
https://pastebin.com/116phYnH
---
Thanks & Regards
Tapas



[HS] Richard stallman chez microsoft !

2019-09-07 Thread Belaïd
Bonjour,

Voilà, avec sa stratégie (soi-disant) d'ouverture, Microsoft grignote
encore un peu plus le terrain ...

https://www.zdnet.fr/blogs/l-esprit-libre/richard-stallman-chez-microsoft-non-on-ne-reve-pas-39890151.htm


utilisation d'une tablette crayon electronique Watcom Intuos CTL-4100 sous Debian?

2019-09-07 Thread Basile Starynkevitch

Bonjour à tous,


Je viens de m'acheter un Watcom Intuos CTL-4100 
 
pour mon desktop Debian avec un grand écran de 34" et un autre de taille 
normale 
.



Avez vous des conseils concrets et très pratique d'utilisation?


La motivation principale de cet achat est de faciliter les échanges, 
avec un copain Indien (à Calcutta) autour du développement (sur notre 
temps perso à nous deux) de RefPerSys 
. Entre Bourg La Reine et 
Calcutta, la bande passante est trop faible (coté indien, moi j'ai la 
fibre optique pour Internet sur ours.starynkevitch.net :-) qui est mon 
desktop Debian!) pour pouvoir échanger un flux video. Et j'ai besoin de 
facilement et rapidement croquer un dessin pour l'envoyer par mél. En 
gros et pour simplifier, je fais des "cours particuliers d'informatique 
à distance" pour Abhishek, et j'ai donc besoin de crayonner des dessins 
fort souvent pour les envoyer par mél, qui est notre moyen de 
communication préféré.



J'ai réussi plus ou moins à configurer inkscape pour ce crayon. Mais il 
me faut peaufiner. Et ma fvision n'est pas excellente (à 60 ans, 
presbytie, et un oeil opéré de la cataracte)




Librement


--
Basile STARYNKEVITCH   ==http://starynkevitch.net/Basile
opinions are mine only - les opinions sont seulement miennes
Bourg La Reine, France;
(mobile phone: cf my web page / voir ma page web...)