Re: The .xsession-errors problem

2020-10-27 Thread rhkramer
t; (Why doesn't Debian have this automatically?) I simply (like someone else mentioned on the list) truncate the file periodically (actually, once every minute) using a crontab with a task like this: * * * * * echo "Cleared on $(date) by $USER cron" > /home//.xsess

Re: The .xsession-errors problem

2020-10-27 Thread Teemu Likonen
r instance, such logrotate policy > would be denied by SELinux. > That, and inviting running-as-root logrotate to cleanup user files opens > all kinds of trouble. I'm using KDE Plasma desktop and my .xsession-errors grows quite fast. I'll probably write some rotation system

Re: The .xsession-errors problem

2020-10-27 Thread Andrei POPESCU
On Ma, 27 oct 20, 07:55:00, Greg Wooledge wrote: > On Mon, Oct 26, 2020 at 11:07:37PM +, Tixy wrote: > > On Mon, 2020-10-26 at 18:35 +0200, Teemu Likonen wrote: > > > It seems that ~/.xsession-errors file can still grow to infinity in > > > size. Sometimes it grows r

Re: The .xsession-errors problem

2020-10-27 Thread Greg Wooledge
On Mon, Oct 26, 2020 at 11:07:37PM +, Tixy wrote: > On Mon, 2020-10-26 at 18:35 +0200, Teemu Likonen wrote: > > It seems that ~/.xsession-errors file can still grow to infinity in > > size. Sometimes it grows really fast. This is nothing new: we have all > > seen it and

Re: The .xsession-errors problem

2020-10-27 Thread Greg Wooledge
On Tue, Oct 27, 2020 at 11:28:12AM +1100, David wrote: > On Tue, 27 Oct 2020 at 10:56, David Wright wrote: > > fuser -v "$j" > > [ $? -ne 0 ] && gzip "$j" && mv -i "$j.gz" "$HOME/.monitors/xsession/" > > > (Script improvements always appreciated.) > https://www.shellcheck.net says: >

Re: The .xsession-errors problem

2020-10-26 Thread David
On Tue, 27 Oct 2020 at 10:56, David Wright wrote: > fuser -v "$j" > [ $? -ne 0 ] && gzip "$j" && mv -i "$j.gz" "$HOME/.monitors/xsession/" [...] > (Script improvements always appreciated.) Hi, you might be interested in the info below : my test script: """ #!/bin/sh [ $? -ne 0 ] &

Re: The .xsession-errors problem

2020-10-26 Thread David Wright
On Mon 26 Oct 2020 at 18:35:45 (+0200), Teemu Likonen wrote: > It seems that ~/.xsession-errors file can still grow to infinity in > size. Sometimes it grows really fast. This is nothing new: we have all > seen it and talked about it. What do you do to maintain this file? > >

Re: The .xsession-errors problem

2020-10-26 Thread John Hasler
Tixy writes: > I guess as I never hibernate my laptop and turn it off every day, it > never gets to an annoying size. I haven't rebooted my desktop for three months. ls -l .xsession-errors shows 468223. I consider that trivial and ignore it. -- John Hasler jhas...@newsguy.com Elmwood, WI USA

Re: The .xsession-errors problem

2020-10-26 Thread Tixy
On Mon, 2020-10-26 at 18:35 +0200, Teemu Likonen wrote: > It seems that ~/.xsession-errors file can still grow to infinity in > size. Sometimes it grows really fast. This is nothing new: we have all > seen it and talked about it. What do you do to maintain this file? Don't do anyt

Re: The .xsession-errors problem

2020-10-26 Thread Linux-Fan
Teemu Likonen writes: It seems that ~/.xsession-errors file can still grow to infinity in size. Sometimes it grows really fast. This is nothing new: we have all seen it and talked about it. What do you do to maintain this file? Until now, I had not seen it as a problem. But it is quite large

Re: The .xsession-errors problem

2020-10-26 Thread Teemu Likonen
* 2020-10-26 18:12:43+01, Sven Joachim wrote: > If you have a good idea how to fix that, please send it to bug > #287876[1] or one of its siblings. > 1. https://bugs.debian.org/287876 There are already ideas and even patches in the bug report. For example a logrotate patch was sent in 2005-02-27

Re: The .xsession-errors problem

2020-10-26 Thread Sven Joachim
On 2020-10-26 18:35 +0200, Teemu Likonen wrote: > It seems that ~/.xsession-errors file can still grow to infinity in > size. Sometimes it grows really fast. This is nothing new: we have all > seen it and talked about it. What do you do to maintain this file? > > - Do you just

Re: The .xsession-errors problem

2020-10-26 Thread Reco
Hi. On Mon, Oct 26, 2020 at 06:35:45PM +0200, Teemu Likonen wrote: > It seems that ~/.xsession-errors file can still grow to infinity in > size. Sometimes it grows really fast. This is nothing new: we have all > seen it and talked about it. What do you do to maintain

The .xsession-errors problem

2020-10-26 Thread Teemu Likonen
It seems that ~/.xsession-errors file can still grow to infinity in size. Sometimes it grows really fast. This is nothing new: we have all seen it and talked about it. What do you do to maintain this file? - Do you just delete it when you happen to notice it's too big? - Do you conf

Re: right after installation errors reported during booting (dmesg) ...

2020-08-24 Thread Greg Wooledge
ng to explode. The code in question had several quoting errors, and was using internal shell variables that didn't contain any lowercase letters. Also, for some reason, almost all of the variables began with the _ character. I have no idea why, but it certainly doesn't help readability. I didn't analyze it beyond that.

Re: right after installation errors reported during booting (dmesg) ...

2020-08-22 Thread steef
hi gene, 86!  i am 78 by now and still active after 22 years on debian (and sometimes BSD). my respect man steef from groningen, holland Op 22-08-2020 om 18:38 schreef Gene Heskett: On Saturday 22 August 2020 09:38:59 Albretch Mueller wrote: On 8/21/20, The Wanderer wrote: Wow. T

Re: right after installation errors reported during booting (dmesg) ...

2020-08-22 Thread Gene Heskett
On Saturday 22 August 2020 09:38:59 Albretch Mueller wrote: > On 8/21/20, The Wanderer wrote: > > Wow. That's some dense, opaque code. > > my only intention was to get something done as quickly as possible. I > didn't even know that people cared about proper writing of bash > script. Is there s

Re: right after installation errors reported during booting (dmesg) ...

2020-08-22 Thread The Wanderer
On 2020-08-22 at 09:38, Albretch Mueller wrote: > On 8/21/20, The Wanderer wrote: > >> Wow. That's some dense, opaque code. > > my only intention was to get something done as quickly as possible. > I didn't even know that people cared about proper writing of bash > script. Is there such a thin

Re: right after installation errors reported during booting (dmesg) ...

2020-08-22 Thread Albretch Mueller
On 8/21/20, The Wanderer wrote: > Wow. That's some dense, opaque code. my only intention was to get something done as quickly as possible. I didn't even know that people cared about proper writing of bash script. Is there such a thing? Do people take it seriously? lbrtchx

Re: right after installation errors reported during booting (dmesg) ...

2020-08-21 Thread The Wanderer
87] WARNING: CPU: 1 PID: 107 at > /build/linux-YDazDa/linux-4.9.82/drivers/gpu/drm/drm_irq.c:1254 > drm_wait_one_vblank+0x197/0x1a0 [drm] > [ 38.468288] vblank wait timed out on crtc 0 I don't see any errors here, just warnings. Based on searching for 'vblank wait timed ou

Re: right after installation errors reported during booting (dmesg) ...

2020-08-21 Thread Albretch Mueller
something I haven't still been able to do is reset the clock of the mac book air 1,1 on which I installed Debian Linux. If I go: 1) type your root password on a RAM based text K -> Computer -> System Settings -> Personalization -> Regional Settings -> Date et Time 2) enter password 3) close

right after installation errors reported during booting (dmesg) ...

2020-08-21 Thread Albretch Mueller
using this silly batch code I got (what I believe to be) all errosr reported by dmesg: _OFL_PRFX=dmesg_$(whoami)_$(date +%Y%m%d%H%M%S); _OFL="${_OFL_PRFX}.log"; time(dmesg > "${_OFL}") 2>> "${_OFL}" ls -l ${_OFL} wc -l ${_OFL} _OFL2="${_OFL_PRFX}_2check.log"; _2CHCK="error\|invalid\|wait\|warn

.xsession-errors

2020-08-02 Thread Grzesiek Sójka
Hi there, I found the following in the ~/.xsession-errors : dbus-update-activation-environment: warning: error sending to systemd: org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1 I was trying to search the net but no luck. Any suggestions

Re: Update errors

2020-07-08 Thread Frank McCormick
On 7/8/20 10:45 AM, Sven Joachim wrote: On 2020-07-08 10:20 -0400, Frank McCormick wrote: Apt flagged a couple of errors during this morning upate. Warnings, not errors, and they are coming from dpkg. dpkg: warning: unable to delete old directory '/usr/share/fonts/woff/font-aw

Re: Update errors

2020-07-08 Thread Sven Joachim
On 2020-07-08 10:20 -0400, Frank McCormick wrote: > Apt flagged a couple of errors during this morning upate. Warnings, not errors, and they are coming from dpkg. > dpkg: warning: unable to delete old directory > '/usr/share/fonts/woff/font-awesome': Directory not empty dpkg

Update errors

2020-07-08 Thread Frank McCormick
Apt flagged a couple of errors during this morning upate. dpkg: warning: unable to delete old directory '/usr/share/fonts/woff/font-awesome': Directory not empty dpkg: warning: unable to delete old directory '/usr/share/fonts/woff': Directory not empty dpkg: warning:

Re: ACPI Errors

2020-05-11 Thread Jonathan Oshita
ges about 'ACPI' in my > > 'kern.log' and haven't been able to figure out how to resolve them. > > The system boots successfully after displaying the errors, but any > > error message is usually a concern of mine. > > ACPI errors usually can only be solved b

Re: ACPI Errors

2020-05-11 Thread Sven Hartge
Jonathan Oshita wrote: > I've been having the following error messages about 'ACPI' in my > 'kern.log' and haven't been able to figure out how to resolve them. > The system boots successfully after displaying the errors, but any > error message is usual

ACPI Errors

2020-05-11 Thread Jonathan Oshita
Hello, I've been having the following error messages about 'ACPI' in my 'kern.log' and haven't been able to figure out how to resolve them. The system boots successfully after displaying the errors, but any error message is usually a concern of mine. Is this

gmsh errors on start

2020-03-03 Thread Gary L. Roach
Hi all, I have had gmsh installed on my system for a long time but have not used it for a while. When I tried to use it yesterday I got the following error: *    gary@ctech:~$ gmsh     gmsh: symbol lookup error: /usr/lib/x86_64-linux-gnu/libgmsh.so.4.1: undefined symbol: _ZTV20BRepMesh_FastD

Re: errors installing new kernal

2020-01-06 Thread Frank McCormick
On 1/6/20 5:10 PM, Sven Joachim wrote: On 2020-01-06 16:28 -0500, Frank McCormick wrote: Updating Debian Sid today.. a new kernel was part of the installation..apt spit out a couple of pages of this error: depmod: ERROR: ../libkmod/libkmod.c:515 lookup_builtin_file() could not open buil

Re: errors installing new kernal

2020-01-06 Thread Sven Joachim
On 2020-01-06 16:28 -0500, Frank McCormick wrote: > Updating Debian Sid today.. a new kernel was part of the > installation..apt spit out a couple of pages of this error: > > > > depmod: ERROR: ../libkmod/libkmod.c:515 lookup_builtin_file() could > not open builtin file > '/var/tmp/mkinitramfs_q

errors installing new kernal

2020-01-06 Thread Frank McCormick
Updating Debian Sid today.. a new kernel was part of the installation..apt spit out a couple of pages of this error: depmod: ERROR: ../libkmod/libkmod.c:515 lookup_builtin_file() could not open builtin file '/var/tmp/mkinitramfs_q9Lba2/lib/modules/5.4.0-2-amd64/modules.builtin.bin' depmod:

Re: [Tutor] NumPy Generates ValueError: Some errors were detected ! Line #9 (got 42 columns instead of 1)

2019-09-27 Thread David
>> |runfile('/home/comp/Apps/Models/1-PhosphorusLigands/CombinedLigands/MOL/Docking/Results/RMSDTable/CombineRMSDFiles.py') > >>> Enter Molecule ID: 13-7 13-7_apo-1acl.RMSD Traceback (most recent > >>> call last): File > >>> "/home/comp/Apps/M

Re: [Tutor] NumPy Generates ValueError: Some errors were detected ! Line #9 (got 42 columns instead of 1)

2019-09-27 Thread Stephen P. Molnar
/CombineRMSDFiles.py", line 15, in DATA = np.genfromtxt(NAME_IN, dtype=None, skip_header=8) File "/home/comp/Apps/Miniconda3/lib/python3.7/site-packages/numpy/lib/npyio.py", line 2075, in genfromtxt raise ValueError(errmsg) ValueError: Some errors were detected ! Line #29 (got 1 c

Re: [Tutor] NumPy Generates ValueError: Some errors were detected ! Line #9 (got 42 columns instead of 1)

2019-09-27 Thread Stephen P. Molnar
genfromtxt(NAME_IN, dtype=None, skip_header=8) File "/home/comp/Apps/Miniconda3/lib/python3.7/site-packages/numpy/lib/npyio.py", line 2075, in genfromtxt raise ValueError(errmsg) ValueError: Some errors were detected ! Line #29 (got 1 columns instead of 7)| At this point, I'm not

intel-microcode highly recommended [was: Re: kvm errors with 4.9.0-9 kernel.]

2019-06-27 Thread andreimpopescu
On Du, 19 mai 19, 09:34:06, John J. Rushford wrote: > > Thanks very much for the response.  No, I did not have the intel-microcode > package installed but, I decided to try it.  After reading through the > debian microcode wiki, I installed the package while running on and using > the 4.9.0-9 kern

Re: kvm errors with 4.9.0-9 kernel.

2019-05-24 Thread Reco
Hi. On Sat, May 18, 2019 at 09:22:19PM -0600, John J. Rushford wrote: > Greetings, > > I recently updated my debian 9.9 machine which installed the 4.9.0-9 > kernel.  With this kernel,  the kvm_intel modules fail to load due to > the following > errors: > &g

Re: kvm errors with 4.9.0-9 kernel.

2019-05-24 Thread Étienne Mollier
Good Day John, I tried to reproduce the problem on my side, using KVM accelerated with the module kvm_intel from Debian native kernel 4.9.0-9-amd64 #1 SMP Debian 4.9.168-1+deb9u2 (2019-05-13). I encountered the following trace in my `dmesg` output, which is only remotely related to kvm_intel:

Re: kvm errors with 4.9.0-9 kernel.

2019-05-19 Thread John J. Rushford
Etienne, Thanks very much for the response.  No, I did not have the intel-microcode package installed but, I decided to try it.  After reading through the debian microcode wiki, I installed the package while running on and using the 4.9.0-9 kernel.  After rebooting, I found that this did no

Re: kvm errors with 4.9.0-9 kernel.

2019-05-19 Thread Étienne Mollier
John J. Rushford, on 2019-05-19: > Greetings, Good Day John, This: > kernel: [6.234764] kvm_intel: Unknown symbol cpu_tlbstate (err -22) > kernel: [6.235463] kvm_intel: Unknown symbol mds_user_clear (err 0) > kernel: [6.330732] kvm_intel: disagrees about version of symbol > cpu_tlbs

kvm errors with 4.9.0-9 kernel.

2019-05-18 Thread John J. Rushford
Greetings, I recently updated my debian 9.9 machine which installed the 4.9.0-9 kernel.  With this kernel,  the kvm_intel modules fail to load due to the following errors: kernel: [    6.234764] kvm_intel: Unknown symbol cpu_tlbstate (err -22) kernel: [    6.235463] kvm_intel: Unknown symbol

Re: bind gets permission errors in buster--systemd-related?

2019-05-15 Thread Ross Boylan
On Wed, May 15, 2019 at 10:39 AM Sven Joachim wrote: > I am not really familiar with apparmor or resolvconf, but in > /etc/apparmor.d/usr.sbin.named I found the following: > > , > | # support for resolvconf > | /{,var/}run/named/named.options r, > ` > > which suggests that the sta

Re: bind gets permission errors in buster--systemd-related?

2019-05-15 Thread Bob Weber
I also have a similar problem accessing /run/named.  bind can't create the directory or any files in it.  The error messages: couldn't mkdir '//run/named': Permission denied could not create //run/named/session.key Apparmor problems can be fixed by running aa-logprof and selecting the best "f

Re: bind gets permission errors in buster--systemd-related?

2019-05-15 Thread Sven Joachim
On 2019-05-15 09:33 -0700, Ross Boylan wrote: > Sven, thanks for the tip about AppArmor. Yet another presumably > complicated system I've avoided learning about til now. I guess it's > time. > > As to why bind is trying to open /run/named/named.resolvers: that is a > customized integration with

Re: bind gets permission errors in buster--systemd-related?

2019-05-15 Thread Greg Wooledge
9::/var/cache/bind:/bin/false > so edit /etc/passwd and change '/bin/false' to '/bin/sh' > su bind > then worked, so > /usr/sbin/named -g > to see all the errors. Adjust permissions, start bind as a daemon and > edit /etc/passwd to change '/bin/sh' b

Re: bind gets permission errors in buster--systemd-related?

2019-05-15 Thread Ross Boylan
Sven, thanks for the tip about AppArmor. Yet another presumably complicated system I've avoided learning about til now. I guess it's time. As to why bind is trying to open /run/named/named.resolvers: that is a customized integration with resolvconf. It is not the default, but it is something I

Re: bind gets permission errors in buster--systemd-related?

2019-05-15 Thread Lee
ems after telling bind to log to a file instead of syslog was su - to become root su bind which didn't work because # grep bind /etc/passwd bind:x:116:119::/var/cache/bind:/bin/false so edit /etc/passwd and change '/bin/false' to '/bin/sh' su bind then worked, so

Re: bind gets permission errors in buster--systemd-related?

2019-05-15 Thread Sven Joachim
On 2019-05-14 21:50 -0700, Ross Boylan wrote: > I have a new buster system with a bind setup based on (much) older* > systems, on which it worked fine. On buster, it doesn't. > In two different places in my configuration I referred to files or > directories that were outside of bind proper, and i

bind gets permission errors in buster--systemd-related?

2019-05-14 Thread Ross Boylan
I have a new buster system with a bind setup based on (much) older* systems, on which it worked fine. On buster, it doesn't. In two different places in my configuration I referred to files or directories that were outside of bind proper, and in both cases this failed with permission problems. I'm

Re: apt-cacher errors

2019-03-25 Thread Greg Wooledge
On Mon, Mar 25, 2019 at 02:24:22PM +, Adam Weremczuk wrote: > Any practical difference between \*wheezy\* and '*wheezy*' in this case? Both forms of quoting yield identical results. As does "*wheezy*".

Re: apt-cacher errors

2019-03-25 Thread Adam Weremczuk
Hi Greg, Thank you for taking the time to point out all the shortcomings. On 25/03/19 13:21, Greg Wooledge wrote: On Mon, Mar 25, 2019 at 12:11:21PM +, Adam Weremczuk wrote: I've found 30 entries referencing wheezy and removed them all: sudo find /var/cache/apt-cacher/ -type f -name *whe

Re: apt-cacher errors

2019-03-25 Thread deb
On 3/25/19 9:21 AM, Greg Wooledge wrote: On Mon, Mar 25, 2019 at 12:11:21PM +, Adam Weremczuk wrote: I've found 30 entries referencing wheezy and removed them all: sudo find /var/cache/apt-cacher/ -type f -name *wheezy* | xargs rm sudo find /var/cache/apt-cacher -type f -name '*wheezy*'

Re: apt-cacher errors

2019-03-25 Thread Greg Wooledge
On Mon, Mar 25, 2019 at 12:11:21PM +, Adam Weremczuk wrote: > I've found 30 entries referencing wheezy and removed them all: > > sudo find /var/cache/apt-cacher/ -type f -name *wheezy* | xargs rm sudo find /var/cache/apt-cacher -type f -name '*wheezy*' -delete There are three mistakes in you

Re: apt-cacher errors

2019-03-25 Thread Adam Weremczuk
retch about 2 years ago. Questions: 1. How to get rid of these errors? I would prefer to avoid spending half a day deciphering a chain of Perl scripts which I'm not familiar with. 2. What specifically happened last week to trigger this behavior? Was it e.g. a permanent removal of all wheezy re

Re: apt-cacher errors

2019-03-25 Thread Roberto C . Sánchez
Release. Resolve this > > manually. > > Exiting to prevent deletion of cache contents. > > > > The above all came from systems originally running wheezy which were > > upgraded to stretch about 2 years ago. > > > > Questions: > > > > 1. How t

Re: apt-cacher errors

2019-03-25 Thread Roberto C . Sánchez
from systems originally running wheezy which were upgraded > to stretch about 2 years ago. > > Questions: > > 1. How to get rid of these errors? I would prefer to avoid spending half a > day deciphering a chain of Perl scripts which I'm not familiar with. > 2. What specific

apt-cacher errors

2019-03-25 Thread Adam Weremczuk
irectory Failed to open filehandles for debian_dists_wheezy_Release. Resolve this manually. Exiting to prevent deletion of cache contents. The above all came from systems originally running wheezy which were upgraded to stretch about 2 years ago. Questions: 1. How to get rid of these errors?

nscd errors with AppArmor

2019-02-15 Thread André Rodier
Hello all, I have an annoying bug or something not configured properly with the nscd library, that is visible with AppArmor. This is happening at least with Apache and Dovecot. With Dovecot: > Feb 15 06:51:19 portal kernel: [2105960.896749] audit: type=1400 > audit(1550213479.204:6722): apparmo

Re: Wifi/Bluetooth from Realtek in Asus X541U does "correctable" errors.

2019-02-11 Thread Dan Ritter
C.T.F. Jansen wrote: > Buying the said Asus X541U notebook, Microsoft Windows does not show errors > but other people complain of spotty performance from the Realtek > Wifi/Bluetooth unit in it. > > One could also replace the Realtek Wifi/Bluetooth unit with one that works > pr

Wifi/Bluetooth from Realtek in Asus X541U does "correctable" errors.

2019-02-10 Thread C.T.F. Jansen
Greetings, Buying the said Asus X541U notebook, Microsoft Windows does not show errors but other people complain of spotty performance from the Realtek Wifi/Bluetooth unit in it. Install Debian 9 then the console shows a stream of "correctable errors" from the said Realtek Wifi

Re: errors installing Samba 4 on Debian/Stretch

2018-10-17 Thread Roberto C . Sánchez
On Wed, Oct 17, 2018 at 06:29:27PM -0400, Gary Dale wrote: > I'm posting this here because the problem seems to be with the package > rather than with Samba. When I run apt install samba I get > (SNIP) > Job for smbd.service failed because the control process exited with error > code. > See "syste

errors installing Samba 4 on Debian/Stretch

2018-10-17 Thread Gary Dale
s installed post-installation script returned error exit status 1 Setting up samba-dsdb-modules (2:4.5.12+dfsg-2+deb9u3) ... Processing triggers for libc-bin (2.24-11+deb9u3) ... Processing triggers for systemd (232-25+deb9u4) ... Errors were encountered while processing:  samba E: Sub-process

Cron Daemon - LibClamAV errors

2018-07-16 Thread Hubert Hauser
.daily/logrotate exited with return code 1 Can you tell me how to fix these errors? I have Apparmor disabled. -- Cheers, Hubert Hauser. 0x3C7DE8CE56189C2F.asc Description: application/pgp-keys signature.asc Description: OpenPGP digital signature

Re: Errors on updating package ca-certificates in jessie

2018-07-07 Thread Guido Schmidt
Am 07.07.2018 um 15:11 schrieb Roberto C. Sánchez: On Sat, Jul 07, 2018 at 02:16:35PM +0200, Guido Schmidt wrote: Hi all, I just updated ca-certificates from 20141019+deb8u3 to 20141019+deb8u4 and got these errors: Updating certificates in /etc/ssl/certs... unable to load certificate

Re: Errors on updating package ca-certificates in jessie

2018-07-07 Thread Roberto C . Sánchez
On Sat, Jul 07, 2018 at 02:16:35PM +0200, Guido Schmidt wrote: > Hi all, > > I just updated ca-certificates from 20141019+deb8u3 to 20141019+deb8u4 and > got these errors: > > Updating certificates in /etc/ssl/certs... unable to load certificate > 140549699909264:error:0

Errors on updating package ca-certificates in jessie

2018-07-07 Thread Guido Schmidt
Hi all, I just updated ca-certificates from 20141019+deb8u3 to 20141019+deb8u4 and got these errors: Updating certificates in /etc/ssl/certs... unable to load certificate 140549699909264:error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag:tasn_dec.c:1219: 140549699909264:error

Re: XOpenIM errors

2018-07-04 Thread davidson
On Tue, 3 Jul 2018, Brian Cary wrote: Greetings, I'm running a new Debian 9.4 system - I was a longtime Ubuntu user. I'm trying to figure out why I get these errors when I run a game dev program called "Godot". Didn't have the problem in Ubuntu, so I assume it's s

Re: XOpenIM errors

2018-07-03 Thread john doe
On 7/3/2018 8:47 PM, Brian Cary wrote: Greetings, I'm running a new Debian 9.4 system - I was a longtime Ubuntu user. I'm trying to figure out why I get these errors when I run a game dev program called "Godot". Didn't have the problem in Ubuntu, so I assume it's s

XOpenIM errors

2018-07-03 Thread Brian Cary
Greetings, I'm running a new Debian 9.4 system - I was a longtime Ubuntu user. I'm trying to figure out why I get these errors when I run a game dev program called "Godot". Didn't have the problem in Ubuntu, so I assume it's something different with Debian? Google a

xfs_repair errors

2018-06-06 Thread mj
Hi, I'd like some feedback of xfs guru's in the list. I have an xfs filesystem on lvm with some errors: root@server:/var/lib# xfs_repair -n -f /dev/mapper/system-var Phase 1 - find and verify superblock... Cannot get host filesystem geometry. Repair may fail if there is a s

Weird ClamAV errors

2018-05-19 Thread Hubert Hauser
Hello! Have anyone idea how to fix below errors? From: Cron Daemon Subject: Cron test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ) To: r...@autisticstory.net LibClamAV Warning: fmap_readpage: pread fail: asked for 4077 bytes @ offset 19, got 0 LibClamAV

Re: How to redirect messages in ~/.xsession-errors to a FIFO device?

2018-04-06 Thread Mikhail Morfikov
On 2018-04-06 18:56, Greg Wooledge wrote: > On Fri, Apr 06, 2018 at 06:45:20PM +0200, Mikhail Morfikov wrote: >> Basically even the standard "exec ..." in the /etc/X11/Xsession file (with >> changed $ERRFILE) works fine, but I have to "cat" the FIFO device first >> (without >> using systemd). The

Re: How to redirect messages in ~/.xsession-errors to a FIFO device?

2018-04-06 Thread Greg Wooledge
On Fri, Apr 06, 2018 at 06:45:20PM +0200, Mikhail Morfikov wrote: > Basically even the standard "exec ..." in the /etc/X11/Xsession file (with > changed $ERRFILE) works fine, but I have to "cat" the FIFO device first > (without > using systemd). The same with your exec command -- there's no differ

Re: How to redirect messages in ~/.xsession-errors to a FIFO device?

2018-04-06 Thread Mikhail Morfikov
On 2018-04-06 17:53, Greg Wooledge wrote: > On Fri, Apr 06, 2018 at 05:48:35PM +0200, Mikhail Morfikov wrote: >> If I set $ERRFILE to the FIFO device, processing of the script will be >> stopped >> in the point where "exec ..." appears (before sourcing the >> /etc/X11/Xsession.d/ >> dir). > > Yo

Re: How to redirect messages in ~/.xsession-errors to a FIFO device?

2018-04-06 Thread Mikhail Morfikov
On 2018-04-06 18:29, Don Armstrong wrote: > On Fri, 06 Apr 2018, Mikhail Morfikov wrote: >> Basically, all messages returned by X-applications are redirected to the >> ~/.xsession-errors file. > [...] >> Unfortunately, the ~/.xsession-errors file grows in size, and a

Re: How to redirect messages in ~/.xsession-errors to a FIFO device?

2018-04-06 Thread Don Armstrong
On Fri, 06 Apr 2018, Mikhail Morfikov wrote: > Basically, all messages returned by X-applications are redirected to the > ~/.xsession-errors file. [...] > Unfortunately, the ~/.xsession-errors file grows in size, and after a > few hours it's around 20-30 MiB, and the content

Re: How to redirect messages in ~/.xsession-errors to a FIFO device?

2018-04-06 Thread Greg Wooledge
On Fri, Apr 06, 2018 at 05:48:35PM +0200, Mikhail Morfikov wrote: > If I set $ERRFILE to the FIFO device, processing of the script will be stopped > in the point where "exec ..." appears (before sourcing the > /etc/X11/Xsession.d/ > dir). You need to run something in the background which opens th

Re: How to redirect messages in ~/.xsession-errors to a FIFO device?

2018-04-06 Thread Mikhail Morfikov
On 2018-04-06 15:48, to...@tuxteam.de wrote: > On Fri, Apr 06, 2018 at 03:18:08PM +0200, Mikhail Morfikov wrote: >> Basically, all messages returned by X-applications are redirected to the >> ~/.xsession-errors file [...] > >> till a terminal with "cat" is st

Re: How to redirect messages in ~/.xsession-errors to a FIFO device?

2018-04-06 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Apr 06, 2018 at 03:18:08PM +0200, Mikhail Morfikov wrote: > Basically, all messages returned by X-applications are redirected to the > ~/.xsession-errors file [...] > till a terminal with "cat" is started inside of the

How to redirect messages in ~/.xsession-errors to a FIFO device?

2018-04-06 Thread Mikhail Morfikov
Basically, all messages returned by X-applications are redirected to the ~/.xsession-errors file. In some desktop environments this file is emptied with each X session restart. At least that was the case of my Openbox + LightDM setup. Now, I'm trying to migrate to KDE/Plasma5, and as a part

stable-backports kernel 4.14.3 ACPI errors with new Gigabyte EFI motherboard

2018-02-25 Thread Geoffrey Brimhall
Hi - Am using debian9, just upgraded my system to a gigabyte Z370 + intel core-i7-8700k, bootup is EFI. System works fine, but bootup is really slowed down because of the following ACPI errors. In digging around, looks like the issue is gigabyte needs to fix their bios, have put in a support

Re: systemd errors

2018-01-06 Thread Sven Joachim
On 2018-01-06 16:13 +, Michael Grant wrote: > I'm seeing the following errors in my daemon.log: They are warnings, not errors. And systemd 236 only shows one of them. > Jan 5 05:05:30 debian systemd[1]: File > /lib/systemd/system/systemd-journald.service:35 configures an

systemd errors

2018-01-06 Thread Michael Grant
I'm seeing the following errors in my daemon.log: Jan 5 05:05:30 debian systemd[1]: File /lib/systemd/system/systemd-journald.service:35 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling. Jan 5 05:05:30 debian syst

[Updated] How To Fix: Firewire IRQ Errors on Reboot

2017-08-24 Thread RavenLX
I've had problems with my ThinkPad T61 Freezing on me (wouldn't respond to keyboard, mouse, nothing). So I reinstalled Debian without the tlp or sensors stuff. I was back to the old IRQ problems (which turned into FIFO overrun errors if I put irqpoll in GRUB). It was just a constant

Re: apt-get: Why "Unable to find source package" errors?

2017-08-21 Thread Brian
On Mon 21 Aug 2017 at 17:02:44 -0400, Kynn Jones wrote: > On Mon, Aug 21, 2017 at 6:34 AM, Darac Marjal > wrote: > > > What happens if you try to get the source package directly? > > > > % apt-get source emacs25 > I get exactly the same error. deb.debian.org does not have packages itself but

Re: apt-get: Why "Unable to find source package" errors?

2017-08-21 Thread Kynn Jones
On Mon, Aug 21, 2017 at 6:34 AM, Darac Marjal wrote: > On Sun, Aug 20, 2017 at 08:08:07PM -0400, Kynn Jones wrote: > >> Example: >> >> % sudo apt-get build-dep emacs25 >> Reading package lists... Done >> E: Unable to find a source package for emacs25 >> >> I have run `apt-ge

Re: apt-get: Why "Unable to find source package" errors?

2017-08-21 Thread Darac Marjal
On Sun, Aug 20, 2017 at 08:08:07PM -0400, Kynn Jones wrote: Example:     % sudo apt-get build-dep emacs25     Reading package lists... Done     E: Unable to find a source package for emacs25 I have run `apt-get update` before running the command above, and my `/etc/apt/sources.list`

Re: apt-get: Why "Unable to find source package" errors?

2017-08-21 Thread Curt
On 2017-08-21, Dejan Jocic wrote: > On 21-08-17, Kynn Jones wrote: >> OK, I added the trailing / (which, BTW, I guarantee I *never* needed >> before, and I've been doing this for years), ran apt-get update, etc., but >> in the end I got the same results. >> >> Does apt-get build-dep emacs25 work

Re: apt-get: Why "Unable to find source package" errors?

2017-08-21 Thread Kynn Jones
On Mon, Aug 21, 2017 at 6:02 AM, Kynn Jones wrote: > (Sorry, Dejan; I intended to send this to the list. Apologies for the > duplicate message.) > > On Mon, Aug 21, 2017 at 5:13 AM, Dejan Jocic wrote: > >> Anyway, yes, apt-get build-dep emacs25 works here fine, at least with >> --simulate flag.

Re: apt-get: Why "Unable to find source package" errors?

2017-08-21 Thread Kynn Jones
(Sorry, Dejan; I intended to send this to the list. Apologies for the duplicate message.) On Mon, Aug 21, 2017 at 5:13 AM, Dejan Jocic wrote: > Anyway, yes, apt-get build-dep emacs25 works here fine, at least with > --simulate flag. > > Thanks! That's good to know. It means that I have a misc

Re: apt-get: Why "Unable to find source package" errors?

2017-08-21 Thread Dejan Jocic
On 21-08-17, Kynn Jones wrote: > OK, I added the trailing / (which, BTW, I guarantee I *never* needed > before, and I've been doing this for years), ran apt-get update, etc., but > in the end I got the same results. > > Does apt-get build-dep emacs25 work ok for you all? (I assume that if you > t

Re: apt-get: Why "Unable to find source package" errors?

2017-08-21 Thread Kynn Jones
OK, I added the trailing / (which, BTW, I guarantee I *never* needed before, and I've been doing this for years), ran apt-get update, etc., but in the end I got the same results. Does apt-get build-dep emacs25 work ok for you all? (I assume that if you try it, you'll get a Y/N prompt that'll let

Re: apt-get: Why "Unable to find source package" errors?

2017-08-21 Thread Cindy-Sue Causey
On 8/21/17, Dejan Jocic wrote: > On 20-08-17, kamaraju kusumanchi wrote: >> On Sun, Aug 20, 2017 at 8:08 PM, Kynn Jones wrote: >> > Example: >> > >> > % sudo apt-get build-dep emacs25 >> > Reading package lists... Done >> > E: Unable to find a source package for emacs25 >> > >> > I ha

Re: apt-get: Why "Unable to find source package" errors?

2017-08-21 Thread Sven Hartge
kamaraju kusumanchi wrote: > Your apt-get build-dep command is fine. This could be be a problem > with the particular mirror you are using. Try using > http://httpredir.debian.org/debian/ instead of > http://deb.debian.org/debian and see if that works. Both URLs point to exactly the same service

Re: apt-get: Why "Unable to find source package" errors?

2017-08-21 Thread Dejan Jocic
On 20-08-17, kamaraju kusumanchi wrote: > On Sun, Aug 20, 2017 at 8:08 PM, Kynn Jones wrote: > > Example: > > > > % sudo apt-get build-dep emacs25 > > Reading package lists... Done > > E: Unable to find a source package for emacs25 > > > > I have run `apt-get update` before running the

Re: apt-get: Why "Unable to find source package" errors?

2017-08-20 Thread kamaraju kusumanchi
On Sun, Aug 20, 2017 at 9:12 PM, Kynn Jones wrote: > Raju, thanks. I get the same error after I make that change. > You need to run "apt-get update" after updating the /etc/apt/sources.list file with the new mirror. Have you done that already? Were there any errors w

Re: apt-get: Why "Unable to find source package" errors?

2017-08-20 Thread Jude DaShiell
le to find source package" errors? Resent-Date: Mon, 21 Aug 2017 00:08:24 + (UTC) Resent-From: debian-user@lists.debian.org Example: % sudo apt-get build-dep emacs25 Reading package lists... Done E: Unable to find a source package for emacs25 I have run `apt-get update` before r

Re: apt-get: Why "Unable to find source package" errors?

2017-08-20 Thread Kynn Jones
Raju, thanks. I get the same error after I make that change. On Sun, Aug 20, 2017 at 8:51 PM, kamaraju kusumanchi < raju.mailingli...@gmail.com> wrote: > On Sun, Aug 20, 2017 at 8:08 PM, Kynn Jones wrote: > > Example: > > > > % sudo apt-get build-dep emacs25 > > Reading package lists..

Re: apt-get: Why "Unable to find source package" errors?

2017-08-20 Thread kamaraju kusumanchi
On Sun, Aug 20, 2017 at 8:08 PM, Kynn Jones wrote: > Example: > > % sudo apt-get build-dep emacs25 > Reading package lists... Done > E: Unable to find a source package for emacs25 > > I have run `apt-get update` before running the command above, and my > `/etc/apt/sources.list` file co

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