Re: hamburger menu

2022-12-07 Thread Kamil Jońca
Kamil Jońca writes: > Felix Miata writes: > >> gene heskett composed on 2022-12-07 03:02 (UTC-0500): >> >>> Hamburger? does not exist. >> >> Not likely you're right on this one. If using alternate theming on your web >> browsers I suppos

Re: CR/LF

2022-12-11 Thread Kamil Jońca
Jim Popovitch writes: > Ahh, sorry for using a descriptive acronym that I have used for decades > to define an end-of-line. Whether it's in-fact a CR/LF, or just a LF, > doesn't really change the original question about the addition of a end- For me - changes. I was confused why linux machine ca

Re: Can’t mount CD image of Win95 game

2022-12-19 Thread Kamil Jońca
Yvan Masson writes: > Hi list, > > I have a CD image of an old Win 95 game. I can mount it from dosbox > with the `imgmount` command (`imgmount D cdimage.iso -t iso`), but > could not mount it with Debian: > > $ file cdimage.iso > cdimage.iso: data > > $ sudo mount cdimage.iso /mnt -o loop > moun

Re: Cannot rum multiple command on remote machine via SSH

2023-02-04 Thread Kamil Jońca
Ottavio Caruso writes: > Hi, > > LAP1 is a Thinkpad that I use only at home as a poor man's desktop. > > LAP2 is a second Thinkpad that I use mainly outdoors, on which I run > an SSH server to do some syncing every now and again. > > Both using latest Debian stable with similar sets of apps. > >

Re: Cannot rum multiple command on remote machine via SSH

2023-02-04 Thread Kamil Jońca
Ottavio Caruso writes: [...] >> > > No, this is not good. The "hibernate.sh" must be run as standard user. Oh. I overlooked that. Sorry. KJ -- http://stopstopnop.pl/stop_stopnop.pl_o_nas.html

Re: Forcing dhclient to not ignore tun0 interface when it's available

2023-03-04 Thread Kamil Jońca
David Wright writes: [...] > > This is the job that packages like openresolv are designed > to do. BTW if you look up that package in apt's lists, note > that this is a case where you need man's section number, because > man 8 resolvconf without the 8 will give you a systemd page. +1 I have c

Re: alias in bash script issue

2023-03-04 Thread Kamil Jońca
Ken Young writes: [..] I am not bash expert (prefer zsh) but as far as I know they are expadnded during interactive session only, not in scripts. > > $ ./get.sh  > > ./get.sh: line 5: k: command not found > https://www.gnu.org/software/bash/manual/bash.html#Aliases --8<---cut here-

Re: what method do you prefer for data transfer between nodes?

2023-03-05 Thread Kamil Jońca
Ken Young writes: > Hello, > > The methods I know, Short answer: it depends. I use: scp rdbms (central server with data + clients) git samba I cannot say I "prefer" any of them. KJ -- http://stopstopnop.pl/stop_stopnop.pl_o_nas.html

blu-ray recommendations?

2018-12-02 Thread Kamil Jońca
I'am thinkig about external (usb) blu-ray recorder. It would be mostly used to create backups/archives. Any hints? KJ -- http://wolnelektury.pl/wesprzyj/teraz/ Compliment, n.: When you say something to another which everyone knows isn't true.

systemd+anacron breaks cron jobs?

2018-12-02 Thread Kamil Jońca
I have in my /etc/cron.daily some local scripts. Some of them can be occassionally time-consuming. Recently I found that some of them did not end. And what I found: 1. as "everybody" knows, in case of anacron presence, system cron jobs are delegated to anacron. 2. recently in Debian we have anacr

Re: systemd+anacron breaks cron jobs?

2018-12-03 Thread Kamil Jońca
Henrique de Moraes Holschuh writes: > On Mon, 03 Dec 2018, Kamil Jońca wrote: >> 1. as "everybody" knows, in case of anacron presence, system cron jobs >> are delegated to anacron. >> 2. recently in Debian we have anacron.timer which also runs "cron.daily&qu

Re: systemd+anacron breaks cron jobs?

2018-12-04 Thread Kamil Jońca
Rusi Mody writes: > On Monday, December 3, 2018 at 1:30:07 PM UTC+5:30, Kamil Jońca wrote: >> I have in my /etc/cron.daily some local scripts. >> Some of them can be occassionally time-consuming. >> Recently I found that some of them did not end. >> And what I found:

Re: systemd+anacron breaks cron jobs

2018-12-04 Thread Kamil Jońca
Michael Biebl writes: [...] > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864213#25 > If you drop /lib/udev/rules.d/60-anacron.rules my bet is that the > problem is gone. kjonca@alfa:~%ls /lib/udev/rules.d/60-anacron.rules ls: cannot access '/lib/udev/rules.d/60-anacron.rules': No such

Re: systemd+anacron breaks cron jobs

2018-12-05 Thread Kamil Jońca
Michael Biebl writes: > Am 05.12.18 um 07:41 schrieb Michael Biebl: >> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864213#25 >> If you drop /lib/udev/rules.d/60-anacron.rules my bet is that the >> problem is gone. > > Btw, I'd go as far and say that you can safely drop anacron these days.

Re: systemd+anacron breaks cron jobs

2018-12-05 Thread Kamil Jońca
Michael Biebl writes: > Am 05.12.18 um 08:54 schrieb Kamil Jońca: >> "User" task aren't started until user logs in. (You should play with >> enable-linger, > > I haven't read the full discussion, so I missed the part that you are > apparently usi

Re: systemd+anacron breaks cron jobs

2018-12-05 Thread Kamil Jońca
Michael Biebl writes: > Am 05.12.18 um 10:04 schrieb Kamil Jońca: >> Michael Biebl writes: > >>>> which in turn, can break ALL your "user" units) >>> >>> I'd be interested to know, what exactly you have in mind here. I'm not &g

Re: systemd+anacron breaks cron jobs

2018-12-05 Thread Kamil Jońca
Michael Biebl writes: [...] > >> 2. start timers irrespective of graphical login. > > If you want them to be started during boot, use enable-linger But 'enable-linger' starts my ALL services, which is not what I want. I want to start only timers. KJ -- http://wolnelektury.pl/wesprzyj/teraz/ A

Re: systemd+anacron breaks cron jobs

2018-12-05 Thread Kamil Jońca
Michael Biebl writes: > Am 05.12.18 um 11:04 schrieb Kamil Jońca: > >> But 'enable-linger' starts my ALL services, which is not what I want. >> I want to start only timers. > > Since you can only have one systemd --user instance, this is not possible. > You

Re: systemd+anacron breaks cron jobs

2018-12-05 Thread Kamil Jońca
Michael Biebl writes: > > My general remark that anacron is typically not needed anymore, still > stands though (even if it doesn't apply for your specific use case). What is other tool to make USER automated, cyclic tasks? KJ -- http://stopstopnop.pl/stop_stopnop.pl_o_nas.html We totally deny

Re: systemd+anacron breaks cron jobs

2018-12-05 Thread Kamil Jońca
Cindy-Sue Causey writes: > On 12/5/18, Kamil Jońca wrote: >> Michael Biebl writes: >> >>> >>> My general remark that anacron is typically not needed anymore, still >>> stands though (even if it doesn't apply for your specific use case). >>

go-mtpfs does not work

2019-01-12 Thread Kamil Jońca
I used to use go-mtpfs to connect my android phone to my debian box. But recently it starts to behave strange. after issue go-mtpfs -dev 'b41adca4' /media/skowronek/ I have mounted phone under /media/skowronek as expected I can list or view/copy files. But after few second everything disappear

postgresql-12 - crash. Any hints.

2019-11-05 Thread Kamil Jońca
It is home PC box with debian sid. Recently my postgres was upgraded from version 11 to 12. I migrate databases, and during last few days I have had 2 server crashes. Crashes were during different statements. And after crash these statements executed successfully. In log I have: =

Re: postgresql-12 - crash. Any hints.

2019-11-12 Thread Kamil Jońca
kjo...@poczta.onet.pl (Kamil Jońca) writes: > It is home PC box with debian sid. > Recently my postgres was upgraded from version 11 to 12. > I migrate databases, and during last few days I have had 2 server > crashes. > Crashes were during different statements. And after crash the

Re: postgresql-12 - crash. Any hints.

2019-11-13 Thread Kamil Jońca
deloptes writes: > Kamil Jońca wrote: > [...] > > also perhaps consider contacting application maintenance I did. Issued bug at postgres. > > why do you write here? Isn't there a postgres mailing list? To warn someone before premature upgrading :-P KJ -- http://w

Bug - but where

2019-11-27 Thread Kamil Jońca
There is debian box with: --8<---cut here---start->8--- 08:00.0 VGA compatible controller: NVIDIA Corporation G84 [GeForce 8600 GT] (rev a1) --8<---cut here---end--->8--- in it. I have feeling that graphic drivers have bug,

Re: Bug - but where

2019-11-27 Thread Kamil Jońca
Felix Miata writes: > Kamil Jońca composed on 2019-11-27 19:23 (UTC+0100): > >> There is debian box > > Which Debian version? sid. > >> with: >> --8<---cut here---start->8--- >> 08:00.0 VGA compatible contro

Re: Bug - but where

2019-11-27 Thread Kamil Jońca
Felix Miata writes: > Kamil Jońca composed on 2019-11-27 21:35 (UTC+0100): > >> Felix Miata writes: > >>> Kamil Jońca composed on 2019-11-27 19:23 (UTC+0100): >> >>>> There is debian box > >>> Which Debian version? > >> si

Re: amanda stopped working: selfcheck fails

2019-12-01 Thread Kamil Jońca
Andrea Borgia writes: [...] > Restarting inetd: > * flyingraspi: no errors > * mononoke and clarisse, both show the following entry in daemon.log: > inetd[1719886]: amanda/tcp: unknown service I got the same today's morning. I found that in /etc/services was only: --8<---cut here

Re: nftables is not accepting rules from ufw

2019-12-06 Thread Kamil Jońca
Brian Vaughan writes: > > It looks to me like both in /sbin and in /usr/sbin, there are symlinks > from the names of the old iptables executables to the nftables > versions, via /etc/alternatives. So I'm not sure what was actually > changed, but now I'm thinking that the iptables update revealed

Digtal microscope

2019-12-21 Thread Kamil Jońca
I want to buy microscope, but I do not know if any would work under linux. I suspect that most of them are visible as a camera (with PTP/MTP protocol) but I cannot found many descriptions. For example: https://www.levenhuk.com/catalogue/microscopes/levenhuk-d2l/#more does anybody had experience

How to debug hibernate

2020-02-05 Thread Kamil Jońca
Fresh installation of debian 10, immediately "upgraded" to sid. HIbernation does not work - after issuing "systemctl hibernate" computer hangs and nothing happens. Only hard reset helps. How can I check what is going on? KJ -- http://wolnelektury.pl/wesprzyj/teraz/

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: Buster without systemd?

2020-03-23 Thread Kamil Jońca
Tony van der Hoff writes: > On 23/03/2020 15:15, Michael Howard wrote: >> On 23/03/2020 14:28, Patrick Bartek wrote: >>> On Mon, 23 Mar 2020 08:37:47 -0400 >>> Jude DaShiell wrote: >>> > > > I know it's a sensitive subject, and I really don't want to upset the > list, there's been enough of tha

Re: Buster without systemd?

2020-03-24 Thread Kamil Jońca
Andrei POPESCU writes: > On Lu, 23 mar 20, 19:51:18, Kamil Jońca wrote: >> But now systemd wants: >> - manage network interfaces >> - do name resolving >> - and so on. >> and quite often it cannot do it properly (ie. with little more >> complicated confi

Re: Switching from ipw3945 to iwl3945 driver]

2008-02-11 Thread Kamil Jońca
Unfortunately I can't get it working on my new shiny Thipad R61i laptop. I think I do ewerything according to http://wiki.debian.org/iwlwifi (except that I haven't ip command so use ifconfig). after inserting module I got: iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver f

[Re: Switching from ipw3945 to iwl3945 driver] - solved?

2008-02-13 Thread Kamil Jońca
On Mon, Feb 11, 2008 at 09:13:34PM +0100, Kamil Jońca wrote: > [...] It looks like that iwl3945 cannot assocciate when ssid broadcast is off (on Access point) and (as a consequence) ap_scan in wpa_supplicant.conf on client station is setting to "2" (meaning try all network bl

PAM profiles

2009-04-06 Thread Kamil Jońca
Recently I updated my test debian box (sid), and aptitude asked me about "PAM profiles". Googling with "PAM profiles" show nothing about PAM, except: https://wiki.ubuntu.com/PAMConfigFrameworkSpec Am I missing something? another keywords? 1. What is proper way now to specify for example minle

hs2350 and wwan0 howto?

2014-06-17 Thread Kamil Jońca
In my laptop I have internal modem which presents as: $lsusb --8<---cut here---start->8--- Bus 001 Device 007: ID 03f0:3d1d Hewlett-Packard --8<---cut here---end--->8--- it works with pppd without troubles, but I want to us

Bluetooth + cli =?

2012-12-25 Thread Kamil Jońca
I try to pair device with cli, and I cannot #aptitude install bluetooth #aptitude instal bluez-tools %hcitool scan Scanning ... 90:21:55:5A:EC:8A kappa %bluez-simple-agent hci0 90:21:55:5A:EC:8A RequestPasskey (/org/bluez/2803/hci0/dev_90_21_55_5A_EC_8A

Asus A8N-E - debian-amd64 hangs during installation

2011-04-05 Thread Kamil Jońca
I have box with sid i386 installed on it. It has two disks WDC WD1001FALS in raid5 array (md0) On md0 exists lvm. I tried to install debian-6.0.1a-amd64 but with no success :( 1. Firstly I tried to install on prepared logical volume - kernel oops (dmesg can be seen http://strony.aster.pl/kjonca/

Re: Asus A8N-E - debian-amd64 hangs during installation

2011-04-06 Thread Kamil Jońca
Thierry Chatelet writes: > On Tuesday 05 April 2011 20:45:58 Kamil Jońca wrote: [...] > > Try to increase the voltage on memories first (if I recall right what did), > or > on cpu. You should find a post from me around the time you give. > Thierry Thanks. I made some ch

[SOLVED?] Asus A8N-E - debian-amd64 hangs during installation

2011-04-06 Thread Kamil Jońca
kjo...@poczta.onet.pl (Kamil Jońca) writes: [...] Inspired by posts about setting hardware/bios options, I turned off "H/W remapping over 4G" (IIRC) Installation finished succesfully and now I'll try to play with newly 64 bit system. We'll see ... T

Re: Asus A8N-E - debian-amd64 hangs during installation

2011-04-18 Thread Kamil Jońca
Andrej Kacian writes: > On Tue, 05 Apr 2011 20:45:58 +0200 > kjo...@poczta.onet.pl (Kamil Jońca) wrote: > >>It has two disks WDC WD1001FALS in raid5 array (md0) > > Hello, > > just out of curiosity, why did you choose raid5 for a two-disk setup? Sorry for late re

systemd autocompletion does not work

2017-07-27 Thread Kamil Jońca
1. Box with debian sid, updated frequently 2. Recently I realized that completion of systemd units does not work, ie. $sudo systemd restart gives me "@" sign only. I noticed that, at the moment of pressing tab I got in /var/log/auth.log --8<---cut here---start-

Re: systemd autocompletion does not work

2017-07-27 Thread Kamil Jońca
Michael Biebl writes: > Am 27.07.2017 um 19:09 schrieb Kamil Jońca: >> >> 1. Box with debian sid, updated frequently >> 2. Recently I realized that completion of systemd units does not work, >> ie. >> $sudo systemd restart gives me "@" sign only. >

Re: systemd autocompletion does not work

2017-07-27 Thread Kamil Jońca
Michael Biebl writes: [...] > > Are you sure you are using systemd as PID 1? Is systemd-sysv installed > and have you rebooted since installing that package? > hm. $ps ax shows [..stripped..] 1 ?Ss 0:33 /sbin/init then $ll /sbin/init lrwxrwxrwx 1 root root 20 Jul 20 15:13 /sbin/ini

Re: systemd autocompletion does not work

2017-07-27 Thread Kamil Jońca
Michael Biebl writes: > Am 27.07.2017 um 19:09 schrieb Kamil Jońca: >> >> 1. Box with debian sid, updated frequently >> 2. Recently I realized that completion of systemd units does not work, >> ie. >> $sudo systemd restart gives me "@" sign only. &

Re: systemd autocompletion does not work

2017-07-28 Thread Kamil Jońca
Michael Biebl writes: > Am 28.07.2017 um 06:14 schrieb Kamil Jońca: > >> /etc/dbus-1/system.d/: >> >> -rw-r--r-- 1 root root 3947 Apr 29 2014 org.freedesktop.systemd-shim.conf > >

LibreOffice - middle click paste does not work.

2017-08-07 Thread Kamil Jońca
Sid box with libreoffice. After recent upgrade I realized that paste selection with Middle Mouse button does not work. Can anyone confirm? I do not know if I have to report bug :) KJ -- http://stopstopnop.pl/stop_stopnop.pl_o_nas.html Life, like beer, is merely borrowed. -- Don

Re: LibreOffice - middle click paste does not work.

2017-08-08 Thread Kamil Jońca
Ben Finney writes: > kjo...@poczta.onet.pl (Kamil Jońca) writes: > >> Sid box with libreoffice. >> After recent upgrade I realized that paste selection with Middle Mouse >> button does not work. Can anyone confirm? I do not know if I have to >> report bug

Re: LibreOffice - middle click paste does not work.

2017-08-09 Thread Kamil Jońca
kjo...@poczta.onet.pl (Kamil Jońca) writes: > > it was upgrade frrom 5.3.5~rc1 to 5.4.0-1 > > >> Can you give a repeatable sequence of steps that others can also try to >> reproduce what you're seeing? > 1. Open Writer or Calc window > 2. Open emacs or xterm w

Re: testing, upgrade of openssl libssl1.1 ( 1.1.0f-3 => 1.1.0f-4 )

2017-08-14 Thread Kamil Jońca
Stephan Seitz writes: > On Mo, Aug 14, 2017 at 08:02:40 -0400, songbird wrote: >> may break your getting of mail process. >>(i'm using getmail). >> >> luckily downgrading the two packages restores >>things to working again. >> >> no time right now for me to find the magic >>words to fiddle wit

Re: testing, upgrade of openssl libssl1.1 ( 1.1.0f-3 => 1.1.0f-4 )

2017-08-15 Thread Kamil Jońca
Sven Hartge writes: > Kamil Jońca wrote: >> Stephan Seitz writes: > [...] > >> It is also break lot of other thigs: for example: my radius server >> start to refuse to authenticate win8 and win8 clients and android >> tablets. > > Windows 8, too? It wou

black screen after hibernation

2018-01-12 Thread Kamil Jońca
I have strange problem with hibernation (to disk) on my laptop. After resume my screen remains blank. (It is similar to https://lists.debian.org/debian-user/2017/01/msg00177.html, but in my case it is regardless if monitor was off before hibernation) System appears to be alive (can ssh to it,

Re: black screen after hibernation

2018-01-12 Thread Kamil Jońca
deloptes writes: > Kamil Jońca wrote: > >> But I cannot turn on my monitor. > > screen saver? Can you explain? KJ -- http://stopstopnop.pl/stop_stopnop.pl_o_nas.html Never have children, only grandchildren. -- Gore Vidal

Re: black screen after hibernation

2018-01-14 Thread Kamil Jońca
deloptes writes: [...] > > what versions do you have there Well. I cannot reproduce this - have some disaster on this system, and reinstalled debian. With fresh installation resuming works :/ KJ -- http://stopstopnop.pl/stop_stopnop.pl_o_nas.html Mount St. Helens should have used earth contro

Acrobat Reader stops works

2018-01-15 Thread Kamil Jońca
Recently I have to reinstall my system. Most of things works OOTB, but I cannot make Acrobat Reader (9.5.5) to work. Stracing shows segmentation fault (catched) in main thread. Worse thing is, on second computer with the same libraries(and the same versions) acroread work. Any hints/thoughts? KJ

Libreoffice eats 100%cpu

2018-01-15 Thread Kamil Jońca
After installing ii libreoffice-base-core1:5.4.4-1amd64 ii libreoffice-calc 1:5.4.4-1amd64 ii libreoffice-common 1:5.4.4-1all ii libreoffice-core 1:5.4.4-1amd64 ii libreoffice-gtk2 1:5.4.4-1amd64 ii libreoffice-help

Re: Acrobat Reader stops works

2018-01-15 Thread Kamil Jońca
Carl Fink writes: > On 01/15/2018 06:45 AM, Jerome BENOIT wrote: >> >> On 15/01/18 13:32, Kamil Jońca wrote: >>> Recently I have to reinstall my system. >>> Most of things works OOTB, but I cannot make Acrobat Reader (9.5.5) to >>> work. >>>

Re: Acrobat Reader stops works

2018-01-15 Thread Kamil Jońca
Carl Fink writes: > Another thought: according to the app database at winehq.org, it's > possible to install the Windows version under Linux. And I think, that would be only working solution. But I am curious why its workink on my second computer :/ KJ -- http://wolnelektury.pl/wesprzyj/teraz/

Re: Acrobat Reader stops works

2018-01-15 Thread Kamil Jońca
deloptes writes: > Kamil Jońca wrote: > >> Carl Fink writes: >> >>> Another thought: according to the app database at winehq.org, it's >>> possible to install the Windows version under Linux. >> >> And I think, that would be only workin

Re: Acrobat Reader stops works

2018-01-17 Thread Kamil Jońca
deloptes writes: > Kamil Jońca wrote: > >> 1. With strace I checked which libraries were open, then (with dpkg -S ) >> found packages - no differences on *.so files. >> 2. Moreover I copied  proper *.so files from "working"  to "non-working"

Re: Acrobat Reader stops works

2018-01-19 Thread Kamil Jońca
kjo...@poczta.onet.pl (Kamil Jońca) writes: > Carl Fink writes: > >> Another thought: according to the app database at winehq.org, it's >> possible to install the Windows version under Linux. > > And I think, that would be only working solution. > But I am curi

Re: Acrobat Reader stops works

2018-01-19 Thread Kamil Jońca
deloptes writes: > Kamil Jońca wrote: > >> Another puzzle element: with libc6_2.25-6 (i386+amd64) reader works. > > what puzzle, you said you compared all the libraries. I have in stretch: > libc6:amd64/i386 2.24-11+deb9u1 > > with which version it was not working a

Re: Acrobat Reader stops works

2018-01-19 Thread Kamil Jońca
Sven Joachim writes: [...] >> >> I am using sid. And when is installed libc6_2.25-6 then acrobat worked on >> both machines. >> when 2.26-4 is installed work on one machine, and does not work on >> second. > > A shot in the dark: this might be bug#887169[1], try the suggested > workaround of

policykit rule example.

2018-01-23 Thread Kamil Jońca
I try to use policykit. But (maybe I use wrong key words for googling) I cannot find any non-trivial example for pkla files (onyl JS-like ones) Can anybot help me with this? Simple task: want to user kjonca be able to start/stop openvpn without asking password. Any hints/examples? KJ -- http://

Re: policykit rule example.

2018-01-23 Thread Kamil Jońca
Brian writes: > On Tue 23 Jan 2018 at 13:29:35 +0100, Kamil Jońca wrote: > >> [...] >> >> Any hints/examples? > > https://lists.debian.org/search.html > > Search debian-user with "pkla". Thread "Embarrassing security bug in systemd" (ht

Re: policykit rule example.

2018-01-23 Thread Kamil Jońca
Brian writes: > Is > > https://lists.debian.org/debian-user/2015/10/msg00641.html > > more suitable for your task? It is possible, although: 1. openvpn has to be run as root (routing and network interfaces) I do not know if I can define proper systemd unit. 2. I want to learn something about po

strace (brk) output - how to interpret this?

2018-02-15 Thread Kamil Jońca
Recently I have to debug some program and got one line --8<---cut here---start->8--- execve("..something...") brk(NULL) = 0x5564a8662000 --8<---cut here---end--->8--- surprised me I understand

Python/ansible - strange memory management?

2018-02-20 Thread Kamil Jońca
I have strange problem: there is an ansible playbook. And on some some computers this playbooks takes < 500M RAM, on 2 others more than 3-4GG. I cannot see any corelations between python versions, ansible versions, or python modules. Any thoughts (I do not know, libc version or kernel memory stra

Multifunction (printer + scanner) recommendation?

2018-03-06 Thread Kamil Jońca
I am not sure if it is best group for this question but I am tired with searching over numerous web pages :( I need to buy device to scan and print which: - can scan with sane - can print from my debian box (strongly prefer without binary/closed drivers[1], I'm not sure about hplip[2]) - no bigge

Re: Multifunction (printer + scanner) recommendation?

2018-03-07 Thread Kamil Jońca
kjo...@poczta.onet.pl (Kamil Jońca) writes: [...] Thanks for everybodys' replies. Now I think about brother DCP-1510E. We'll see ... KJ -- http://wolnelektury.pl/wesprzyj/teraz/ When the government bureau's remedies don't match your problem, you modify the problem, not the remedy.

Re: Multifunction (printer + scanner) recommendation?

2018-03-09 Thread Kamil Jońca
kjo...@poczta.onet.pl (Kamil Jońca) writes: > kjo...@poczta.onet.pl (Kamil Jońca) writes: > > > [...] > Thanks for everybodys' replies. > Now I think about brother DCP-1510E. I bought it, and have mixed feelings. With brother's drivers I can scan and print (and Win

postfix "delivery-date" - how to?

2018-04-24 Thread Kamil Jońca
Exim has a nice feature: it puts "Delivery-date" header when terminates delivery to pipe/mailbox. Is it posible with postfix? KJ -- http://wolnelektury.pl/wesprzyj/teraz/ Down with categorical imperative!

Re: postfix "delivery-date" - how to?

2018-04-25 Thread Kamil Jońca
Dan Ritter writes: [...] > but I think you want in-message headers. So you need a filter > that can insert one cleanly. My conclusions are the same (and another solution: lmtp, because it would be put into dovecot accessed mailboxes) > I'm not sure why you want to do all this, though, becaus

[linux.debian.user] question about exim.

2018-05-07 Thread Kamil Jońca
(onet was blocked, second try) Hello. Recently I found, that some mails (fetched witch fetchmail) does not reach my mailbox. Done some check and: --8<---cut here---start->8--- 2018-05-07 11:44:14.306 [9516] 1fFcgn-0002TU-Pb H=(alfa.kjonca) [127.0.0.1]:53574 I

Re: [linux.debian.user] question about exim.

2018-05-08 Thread Kamil Jońca
Tixy writes: [..]] > > is a valid way of specifying a group in a field that expects an address > > But the log snippet the OP posted had: > > ... failing address in "To:" header is: > ): "@" or "." expected after > "Undisclosed-Recipient": failing address in "To:" header is: > > > which does

Re: [linux.debian.user] question about exim.

2018-05-09 Thread Kamil Jońca
kjo...@poczta.onet.pl (Kamil Jońca) writes: [...] > > Hmm. Good point. There are two options: > 1. onet (my isp) is broken > 2. fetchmail is broken Well, quick look into fetchmail manual and we have: --8<---cut here---start->8---

Postfix - sasl auth when password have colon

2018-05-26 Thread Kamil Jońca
I try to configure postfix machine act as smarthost i.e. --8<---cut here---start->8--- [...] sender_dependent_default_transport_maps=hash:/etc/postfix/sender_transport_maps smtp_sender_dependent_authentication = yes smtp_sasl_password_maps = hash:/etc/postfix/p

bluetooth name

2016-05-18 Thread Kamil Jońca
For a long time bluetooth devices were named as something like %h-%d I was quite happy with this. But lastly my notebook was discovered as ChromeLinux_. Does anybody know: what happened? how can I restore previous behaviour? Googling (for chromeLinux bluetooth) shows me only https://www.linu

Debian menu for fvwm2

2016-07-07 Thread Kamil Jońca
I have debian box with sid After one of last upgrade I realized that programs disappeared from menu. I have some googling and read that debian "abandon" menu method and migrate to "*.desktop" files. (Yes?) Unfortunately I cannot use *.desktop files. There is fvwm-menu-desktop but I cannot use i

ussp-push - cannot send any file :(

2016-08-01 Thread Kamil Jońca
I used to use ussp-push to send files to my ebook-reader, rather rarely. But now this does not work: --8<---cut here---start->8--- ussp-push --debug B4:AB:2C:06:FC:27@ ~/Pulpit/wakacje.pdf wakacje.txt

systemd - how to run system service by user target

2016-10-17 Thread Kamil Jońca
Assume we have openvpn.service. This service neccessary only when I want to connect to my work from home. Is it possible to make user target which will be automatically run this service? KJ -- http://stopstopnop.pl/stop_stopnop.pl_o_nas.html My mind can never know my body, although it has becom

polickit rules - what wrong

2016-10-20 Thread Kamil Jońca
I try to allow ordinary user to start/stop system service. I try to make /etc/polkit-1/localauthority/50-local.d/49-nopasswd_limited.conf which contains: --8<---cut here---start->8--- polkit.addRule(function(action, subject) { if (action.id == "org.freedeskt

Problems with hibernation - randomly cannot resume.

2016-11-17 Thread Kamil Jońca
Debian sid laptop. Recently I upgraded some packages. And I have problem with hibernation (to disk). When I turned on it resumes, but immediately restart. Unfortunately it is not always. Sometimes it resumes properly. What should I check/test etc? KJ -- http://wolnelektury.pl/wesprzyj/teraz/ Orde

Re: Problems with hibernation - randomly cannot resume.

2016-11-17 Thread Kamil Jońca
Hugo Vanwoerkom writes: > On 11/17/2016 02:23 AM, Kamil Jońca wrote: >> Debian sid laptop. >> Recently I upgraded some packages. >> And I have problem with hibernation (to disk). >> When I turned on it resumes, but immediately restart. >> Unfortunately it is

Re: Problems with hibernation - randomly cannot resume [Solved?].

2016-11-21 Thread Kamil Jońca
Hugo Vanwoerkom writes: > On 11/17/2016 02:23 AM, Kamil Jońca wrote: >> Debian sid laptop. >> Recently I upgraded some packages. >> And I have problem with hibernation (to disk). >> When I turned on it resumes, but immediately restart. >> Unfortunately it is

mdadm - two questions

2016-11-22 Thread Kamil Jońca
(I do not know it is proper place to ask these questions.) 1. man mdadm has some info about CONTAINER-s. I think, that I understand how to use it, but I cannot imagine use case of containers. Can someone explain whent it is desirable to use containers, especially DDF instead of free mdX devices?

Re: mdadm - two questions

2016-11-22 Thread Kamil Jońca
Dan Ritter writes: >> I want to extend space by adding another two disks. Is it possible somehow >> extent md0? Or the only way is to create second md device, and assign it >> to volume group? > Unfortunately I cannot see how from raid1 of 2*1TB disks migrate to raid1(raid10?) of 4*1TB disks K

Re: mdadm - two questions

2016-11-22 Thread Kamil Jońca
Dan Ritter writes: > http://serverfault.com/questions/43677/best-way-to-grow-linux-software-raid-1-to-raid-10 Yes. And it was my idea (except rsync I plan to do pvmove to new aray) Thanks for confirmation. KJ -- http://stopstopnop.pl/stop_stopnop.pl_o_nas.html The sweeter the apple, the blacker

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 here---

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. After doing that gpg

Re: mdadm - two questions

2016-11-28 Thread Kamil Jońca
kjo...@poczta.onet.pl (Kamil Jońca) writes: [...]> 2. there is md0 (raid1) with two disk in it. It is PV for lvm. > I want to extend space by adding another two disks. Is it possible somehow > extent md0? Or the only way is to create second md device, and assign it > to volume grou

Re: mdadm - two questions

2016-11-30 Thread Kamil Jońca
Andy Smith writes: > Hi Kamil, > > On Tue, Nov 29, 2016 at 01:26:55AM +0100, Kamil Jońca wrote: >> My first plan was somehow migrate to RAID10. I thought that is simply >> "raid0 over some raid1 arrays" so it should be legal to use 2*1TB + >> 2*1GB devices

Re: mdadm - two questions

2016-11-30 Thread Kamil Jońca
Rick Thomas writes: > Hi Kamil, > > You’d get a bit more space by configuring your 4 drives as a RAID5 > array (3TB usable for RAID5, vs 2TB usable for RAID10). The downside > of RAID5 is that the RAID10 (or the one LV with two RAID1 PVs — they > amount to the same thing for this discussion) can

LVM RAID vs LVM over MD

2016-12-03 Thread Kamil Jońca
So far I used lvm with raid1 device as PV. Recently I have to extend my VG (https://lists.debian.org/debian-user/2016/11/msg00909.html) and I read some about lvm. If I understand correctly, LVM have builtin RAID1 functionality. And I wonder about migrating lvm over md --> (lvm with raid1) over ph

Re: LVM RAID vs LVM over MD

2016-12-03 Thread Kamil Jońca
Henrique de Moraes Holschuh writes: > On Sat, 03 Dec 2016, Kamil Jońca wrote: >> If I understand correctly, LVM have builtin RAID1 functionality. >> And I wonder about migrating >> lvm over md --> (lvm with raid1) over physical hard drive partitions. >> >> A

logrotate - got compressed log

2017-02-04 Thread Kamil Jońca
I have logrotate with config (excerpt) --8<---cut here---start->8--- compress delaycompress dateext mail root compresscmd /usr/bin/xz uncompresscmd /usr/bin/unxz compressext .xz compressoptions -9 tabooext +.dpkg-bak minsize 1M [...] --8<---cut here--

Re: logrotate - got compressed log

2017-02-04 Thread Kamil Jońca
Andy Smith writes: > Hi Kamil, > > On Sat, Feb 04, 2017 at 10:11:00AM +0100, Kamil Jońca wrote: >> I have logrotate with config (excerpt) >> --8<---cut here---start->8--- >> compress > > […] > >> And since some d

Re: logrotate - got compressed log

2017-02-05 Thread Kamil Jońca
kjo...@poczta.onet.pl (Kamil Jońca) writes: > Andy Smith writes: > >> Hi Kamil, >> >> On Sat, Feb 04, 2017 at 10:11:00AM +0100, Kamil Jońca wrote: >>> I have logrotate with config (excerpt) >>> --8<---cut here---start---

<    1   2   3   >