Re: GTK applications displaying emojis in monochrome rather than color

2024-02-29 Thread Floris Renaud


On donderdag 29 februari 2024 16:19:57 (+01:00), Celejar wrote:

> Hi,
> 
> About two years ago [0], I installed the package
> "fonts-noto-color-emoji" on my Sid (Xfce4) system, and from then until
> several weeks ago, emojis have been displayed throughout the system in
> glorious color. Recently (several weeks ago?), however, a number of
> applications have started displaying emojis in (unattractive)
> monochrome. The applications that I have seen doing this have all been
> GTK based (Sylpheed, Geany, Gedit); Firefox and Chromium seem to be
> correctly using color.
> 
> Can anyone help me figure out what changed and how to diagnose and fix
> the problem? I have spent a while searching the web, and I can't find a
> simple and straightforward way to deal with this. Font configuration on
> Linux seems to be an extraordinarily complicated and poorly documented
> mess.
> 
> [0] https://lists.debian.org/debian-user/2021/11/msg00619.html
> 

I had the same problem. This is a known bug in fontconfig:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064267#10



Re: rtkit-daemon problemen

2023-08-11 Thread Floris Renaud



Het rtkit pakket is een aanbevolen afhankelijkheid van pulseaudio en/of 
pipewire.
Als ik de processen bekijk waarop de rtkit-deamon toezicht houdt, dan 
hebben ze, bij mij, allemaal met de geluidsserver te maken:



journalctl -b0 -u rtkit-daemon -p info
aug 11 09:11:43 Jessica systemd[1]: Starting rtkit-daemon.service - 
RealtimeKit Scheduling Policy Service...
aug 11 09:11:43 Jessica systemd[1]: Started rtkit-daemon.service - 
RealtimeKit Scheduling Policy Service.
aug 11 09:11:45 Jessica rtkit-daemon[1061]: Successfully made thread 1661 
of process 1661 owned by '111' high priority at nice level -11.
aug 11 09:11:45 Jessica rtkit-daemon[1061]: Successfully made thread 1657 
of process 1657 owned by '111' high priority at nice level -11.
aug 11 09:11:46 Jessica rtkit-daemon[1061]: Successfully made thread 1676 
of process 1657 owned by '111' RT at priority 20.
aug 11 09:11:46 Jessica rtkit-daemon[1061]: Successfully made thread 1677 
of process 1661 owned by '111' RT at priority 20.
aug 11 09:11:46 Jessica rtkit-daemon[1061]: Successfully made thread 1659 
of process 1659 owned by '111' high priority at nice level -11.
aug 11 09:11:46 Jessica rtkit-daemon[1061]: Successfully made thread 1674 
of process 1659 owned by '111' RT at priority 20.
aug 11 09:11:46 Jessica rtkit-daemon[1061]: Successfully made thread 1673 
of process 1660 owned by '111' RT at priority 20.
aug 11 09:11:58 Jessica rtkit-daemon[1061]: Successfully made thread 2993 
of process 2993 owned by '1000' high priority at nice level -11.
aug 11 09:11:58 Jessica rtkit-daemon[1061]: Successfully made thread 3008 
of process 2993 owned by '1000' RT at priority 20.
aug 11 09:11:58 Jessica rtkit-daemon[1061]: Successfully made thread 2991 
of process 2991 owned by '1000' high priority at nice level -11.
aug 11 09:11:58 Jessica rtkit-daemon[1061]: Successfully made thread 3010 
of process 2991 owned by '1000' RT at priority 20.
aug 11 09:11:58 Jessica rtkit-daemon[1061]: Successfully made thread 2999 
of process 2999 owned by '1000' high priority at nice level -11.
aug 11 09:11:58 Jessica rtkit-daemon[1061]: Successfully made thread 3014 
of process 2999 owned by '1000' RT at priority 20.
aug 11 09:11:58 Jessica rtkit-daemon[1061]: Successfully made thread 3013 
of process 2998 owned by '1000' RT at priority 20.
aug 11 11:05:27 Jessica rtkit-daemon[1061]: Successfully made thread 5735 
of process 5710 owned by '1000' RT at priority 20.
aug 11 11:25:21 Jessica rtkit-daemon[1061]: Successfully made thread 6284 
of process 6261 owned by '1000' RT at priority 20.




ps -p 1661
PID TTY  TIME CMD
   1661 ?00:00:00 pipewire-pulse


ps -p 2993
PID TTY  TIME CMD
   2993 ?00:00:00 wireplumber



ps -p 6261
PID TTY  TIME CMD
   6261 ?00:00:00 mpv

Of het verstandig is om rtkit te verwijderen, weet ik ook niet.

> Ik zie met journalctl meldingen als:
>rtkit-daemon[1749779]: Warning: Reached maximum concurrent process 
limit for user '1000', denying request.


Je zou het aantal processen moeten kunnen aanpassen in:
 /usr/share/dbus-1/system-services/org.freedesktop.RealtimeKit1.service

De README van rtkit heeft hier meer informatie over.


--
Floris




Re: apt update vind niets

2023-05-28 Thread Floris Renaud


Hebben alle repositories dezelfde prioriteit?
Wat geeft
apt policy
op beide systemen?



Re: nvidia-driver gets a code 1

2023-03-10 Thread Floris Renaud



On vrijdag 10 maart 2023 08:00:36 (+01:00), Charles Kroeger wrote:

> deb https://deb.debian.org/debian bookworm main non-free 
non-free-firmware
> 
> not
> 
> deb https://deb.debian.org/debian bookworm main contrib non-free

> non-free-firmware
> 
> ?
> 
Of course, you can also add 'contrib' section
The point is that the nvidia-driver package requires 'non-free' and 
'non-free firmware'.




Re: nvidia-driver gets a code 1

2023-03-09 Thread Floris Renaud



On donderdag 09 maart 2023 23:59:03 (+01:00), Greg Wooledge wrote:

> On Thu, Mar 09, 2023 at 04:18:21PM -0500, Charles Kroeger wrote:
> > W: Failed to fetch 
https://deb/debian.org/debian/dists/bookworm/InRelease

> > Could not resolve 'deb'
> 
> You have a typo.  deb/debian.org should be deb.debian.org
> 
> 


Just to be clear. The /etc/apt/sources.list will have to look like this:

deb https://deb.debian.org/debian bookworm main non-free non-free-firmware

- The "non-free" section is necessary for the nvidia-driver packages
- The "non-free-firmware" section for the nvidia firmware



Re: Request for Libjasper package

2022-11-28 Thread Floris Renaud
On maandag 28 november 2022 11:24:03 (+01:00), YOKESWARY ANEBARASSANE 
wrote:



Hi team,
Kindly provide me with guidelines to install libjasper-dev package for 
Debian 11 arm64, as I am unable to locate the package from the Debian 
website's repository.
Appreciate your positive response on the issue, thanks in advance. 



Regards,
Yokeswary Anebarassane
Puducherry Technological University


libjasper isn't part of Debian any more:
https://tracker.debian.org/pkg/jasper


There is, however, a request to include the package again.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862727


A kind person maintains an older version of the packages here:
https://build.opensuse.org/package/binaries/home:npreining:debian-kde:other-deps/jasper/Debian_11

Re: Wine fails because of missing libgcc_s_dw2-1.dll

2022-03-03 Thread Floris Renaud




On donderdag 03 maart 2022 14:38:32 (+01:00), Miguel A. Vallejo wrote:

> > Not entirely sure, but I think this is the issue:
> > More and more Wine DLL files are built with mingw.
> > The libwine package already depends on libz-mingw.
> > Probably the 'gcc-mingw-w64-i686-win32-runtime' package should now be
> > installed as well.
> >
> > Does the program work when you install this package?
>
> Installed gcc-mingw-w64-i686-win32-runtime (and gcc-mingw-w64-base
> because of dependencies) but still not working.
>
> These packages install some DLLs in /usr/lib/gcc/i686-w64-mingw32 so
> win32 programs can't load them there. Also note libgcc_s_dw2-1.dll is
> not provided with these packages.
>
Strange, I get:
$ dpkg -L gcc-mingw-w64-i686-win32-runtime | grep libgcc_s
/usr/lib/gcc/i686-w64-mingw32/10-win32/libgcc_s_dw2-1.dll

I had hoped that the Wine packages would refer to that, but unfortunately 
that is not the case.


> I'm pretty sure the problem is the Wine DLL files were built without
> the -static-libgcc flag
>
> Time to file a bug?
>

I think it is



Re: Wine fails because of missing libgcc_s_dw2-1.dll

2022-03-03 Thread Floris Renaud

On woensdag 02 maart 2022 20:01:09 (+01:00), Miguel A. Vallejo wrote:

> Hello
>
> After the recent update of Wine packages in Sid, some programs do not
> run because of a missing libgcc_s_dw2-1.dll. They all worked just fine
> with the previous version.
>
> ~$ wine SpaceEngine.exe
> 014c:err:module:import_dll Library libgcc_s_dw2-1.dll (which is needed
> by L"Z:\\home\\eoz\\Programs\\SpaceEngine\\system\\zlib1.dll") not
> found
> 014c:err:module:import_dll Loading library zlib1.dll (which is needed
> by L"Z:\\home\\eoz\\Programs\\SpaceEngine\\system\\libtiff3.dll")
> failed (
> error c07b).
> 014c:err:module:import_dll Library libtiff3.dll (which is needed by
> L"Z:\\home\\eoz\\Programs\\SpaceEngine\\system\\SpaceEngine.exe") not
> found
> 014c:err:module:LdrInitializeThunk Importing dlls for
> L"Z:\\home\\eoz\\Programs\\SpaceEngine\\system\\SpaceEngine.exe"
> failed, status c135
>
> I looked in my backups and I never had any libgcc_s_dw2-1.dll
> installed in my system, but now it seems to be needed.
>
> Any ideas? Thanks in advance
>
>
  
Not entirely sure, but I think this is the issue:
More and more Wine DLL files are built with mingw. 
The libwine package already depends on libz-mingw.
Probably the 'gcc-mingw-w64-i686-win32-runtime' package should now be 
installed as well.


Does the program work when you install this package?




Re: tcl in org-mode

2022-01-16 Thread Floris Renaud
On zondag 16 januari 2022 13:17:58 (+01:00), Cecil Westerhof wrote:

> Ik wil in emacs org-mode tcl gebruiken. Daar heb ik ob-tcl.el voor
> nodig. Deze vind ik alleen maar in unstable:
> https://ftp-master.debian.org/new/org-contrib_0.3-2.html
>
> Kan ik tcl niet org-mode gebruiken, of mis ik iets?
>
Heb je hier iets aan?
https://packages.debian.org/bullseye/elpa-org



Re: grijze desktop, geen items

2021-12-11 Thread Floris Renaud

Voor de volledigheid de reactie van Ernst

>
> Als oplossing kom ik vaak het volgende tegen:
> Hernoem de /home//.cache/sessions/ map.
> Waarschijnlijk worden hierdoor wel sommige instellingen weer teruggezet 
naar de standaardinstellingen.

>
Floris, bedankt, is helemaal gelukt! Ernst.



Re: grijze desktop, geen items

2021-12-10 Thread Floris Renaud




On Friday 10 December 2021 15:51:53 (+01:00), Ernst van der Storm wrote:

> Dank  voor de reacties, hier enkele antwoorden:
>
> ernstvds@buster:~$ set | grep DESKTOP
> DESKTOP_SESSION=lightdm-xsession
> XDG_CURRENT_DESKTOP=XFCE
> XDG_SESSION_DESKTOP=lightdm-xsession
>
> en  cat /etc/debian_version
> 10.10
> Het Bureaublad is nog steeds ~/Bureaublad/
> rechtermuis doet niets op dat grijze scherm, dat is helemaal passief
> in de map Bureaublad kan ik met de verkenner enkel starter maken in het 
actieve werkblad/werkbalk,
> er komt dan ook geen starter in de bestandbeheerder bij (zoals het 
hoort?).
> Verplaatsen van die starter in de werkbalk naar dat grijze veld lukt ook 
niet!

>
> Graag nog meer reacties! dank!
>

Als oplossing kom ik vaak het volgende tegen:
Hernoem de /home//.cache/sessions/ map.
Waarschijnlijk worden hierdoor wel sommige instellingen weer teruggezet 
naar de standaardinstellingen.




Re: grijze desktop, geen items

2021-12-07 Thread Floris Renaud




On Monday 06 December 2021 22:24:14 (+01:00), Geert Stappers wrote:

> On Mon, Dec 06, 2021 at 10:03:28PM +0100, Ernst van der Storm wrote:
> > Beste collega's,
> >
> > Tijdens een manoeuvre waarbij een externe drive is verwijderd -- in 
mijn
> > afwezigheid -- is mijn desktopachtergrondafbeelding verdwenen, en 
erger, alle

> > items van de desktop worden niet meer weergegeven.
> > Al die items zijn wel te bereiken met de bestandsbeheer.
> >
> > Heeft iemand ervaring met het oplossen hiervan? Ik heb een dubbel 
scherm,

> > dat werkt weer goed, maar ja, die lege achtergrond?
>
> Ik zou het ook niet weten.
> Hun die het misschien wel weten,
> willen weten welke "desktop" (XFCE, TWM, GNOME, KDE, ... ) gebruikt
> wordt.
>
 
Met

set | grep DESKTOP
kan je gemakkelijk uitvinden welke desktop je gebruikt.



Re: laptop start niet meer op na suspend

2021-12-06 Thread Floris Renaud




On Monday 06 December 2021 20:34:36 (+01:00), Richard Lucassen wrote:

> On Mon, 06 Dec 2021 18:42:23 +
> Floris Renaud  wrote:
>
> > In grub gaat dat met de optie GRUB_DEFAULT=0 in /etc/default/grub
> > 0 is de eerste optie in het grub menu, 1 de tweede, enzovoorts.
> > Je kan (volgens de gebruiksaanwijzing) ook de naam gebruiken. Ik
> > neem aan dat je dan aanhalingstekens moet gebruiken, maar dat
> > weet ik niet zeker. Probeer eens als:
> >
> > GRUB_DEFAULT='Debian GNU/Linux, with Linux 4.19.andere nummers-amd64'
>
> Ik krijg dit:
>
> Warning: Please don't use old title `Debian GNU/Linux, with Linux
> 5.15.0-1-amd64' for GRUB_DEFAULT, use `Advanced options for Debian
> GNU/Linux>Debian GNU/Linux, with Linux 5.15.0-1-amd64' (for versions
> before 2.00) or
> 
`gnulinux-advanced-fb28fc98-070d-42df-9de3-634567a8f534>gnulinux-5.15.0-1-amd64-advanced-fb28fc98-070d-42df-9de3-634567a8f534' 
(for

> 2.00 or later)
>
> Waarom makkelijk als het ook moeilijk kan?
>
> In lilo geef je een eigen "label=5.15.5" mee aan een image en die kun
> je default zetten met "default=5.15.5". En dat is het dan. Met
> bijvoorbeeld GRUB_DEFAULT=2 lijkt het makkelijker maar wat als je
> update-grub draait na een kernel update, je weet dan nooit wat voor
> kernel er nu weer aan hangt.
>
> R.
>
Misschien zijn dan de volgende twee opties makkelijker
GRUB_SAVEDEFAULT=true
GRUB_DEFAULT=saved

Hiermee wordt de laatst gekozen grub opstart optie de standaard optie.
Of dit ook een nieuwe kernel overleeft, durf ik niet te zeggen.



Re: laptop start niet meer op na suspend

2021-12-06 Thread Floris Renaud


>
> > En is er een mogelijkheid om deze kernel automatisch op te laten
> > starten?
>
> Ja, dat gaat via grub, maar ik werk nog steeds veel met lilo (dat wordt
> niet meer bijgehouden en gaat eruit) en hoe dat met grub gaat weet ik
> niet, maar er zijn hier ongetwijfeld mensen die je dat haarfijn kunnen
> vertellen.
>
> R.
>
In grub gaat dat met de optie GRUB_DEFAULT=0 in /etc/default/grub
0 is de eerste optie in het grub menu, 1 de tweede, enzovoorts.
Je kan (volgens de gebruiksaanwijzing) ook de naam gebruiken. Ik
neem aan dat je dan aanhalingstekens moet gebruiken, maar dat
weet ik niet zeker. Probeer eens als:

GRUB_DEFAULT='Debian GNU/Linux, with Linux 4.19.andere nummers-amd64'



Re: iTunesSetup.exe in wine?

2021-10-07 Thread Floris Renaud
On Thursday 07 October 2021 05:40:42 (+02:00), pe...@easthope.ca wrote:

> From: Floris Renaud 
> Date: Wed, 06 Oct 2021 21:54:31 +
> > What version of Wine do you use?
>
> peter@joule:/home/peter$ dpkg -l | grep wine
> ii wine-stable 6.0.1~bullseye-1 i386 WINE Is Not An Emulator - runs MS 
> Windows programs
> ii wine-stable-i386 6.0.1~bullseye-1 i386 WINE Is Not An Emulator - runs MS 
> Windows programs
> ii winehq-stable 6.0.1~bullseye-1 i386 WINE Is Not An Emulator - runs MS 
> Windows programs
>
> peter@joule:/home/peter$ head -n 1 /etc/os-release
> PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
>
> peter@joule:/home/peter$ uname -a
> Linux joule 5.10.0-8-686-pae #1 SMP Debian 5.10.46-5 (2021-09-23) i686 
> GNU/Linux
>
> > ITunes version 12.8.0.150 seems to install and work normally with
> > Wine 6.18 ¹ in a clean Wineprefix ².
>
> What is meant by "clean Wineprefix"?
>
> Rather than pursue 6.18, I might pay a shop a few dollars to reset the
> iPhone.
>
> Thanks! ... P.
>
A clean Wineprefix is a virtual Windows installation without other programs 
installed.
You can read the WineHQ wiki for more information about prefixes:
https://wiki.winehq.org/FAQ#Wineprefixes

Do you have the same error if you try:
WINEPREFIX=~/itunes wine iTunesSetup.exe



Re: iTunesSetup.exe in wine?

2021-10-06 Thread Floris Renaud


On Wednesday 06 October 2021 22:13:53 (+02:00), pe...@easthope.ca wrote:

> From: Floris Renaud 
> Date: Wed, 06 Oct 2021 10:27:20 +
> > An older version of iTunes does seem to work.
> > https://bugs.winehq.org/show_bug.cgi?id=47165
>
> Thanks. Version 12.8.x is claimed to work. This is 12.8.0.150.
>
> peter@joule:~$ wine iTunesSetup.exe
> 00d8:fixme:heap:RtlSetHeapInformation  1  0 stub
> 00d8:fixme:heap:RtlSetHeapInformation  1  0 stub
> 00e4:fixme:advapi:RegisterEventSourceW ((null),L"Bonjour Service"): stub
> 00e4:fixme:advapi:ReportEventA 
> (CAFE4242,0x0004,0x,0x0064,,0x0001,0x,0119FA8C,):
>  stub
> 00e4:fixme:advapi:ReportEventW 
> (CAFE4242,0x0004,0x,0x0064,,0x0001,0x,001213F0,):
>  stub
> 00e4:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
> 00e4:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
> 00e4:fixme:winsock:WS_setsockopt Unknown IPPROTO_IPV6 optname 0x0013
> 00e4:err:winsock:WSAIoctl -> ?('', 12, 18) request failed with status 0x2733
> 00e4:fixme:advapi:ReportEventA 
> (CAFE4242,0x0004,0x,0x0064,,0x0001,0x,0119FA8C,):
>  stub
> 00e4:fixme:advapi:ReportEventW 
> (CAFE4242,0x0004,0x,0x0064,,0x0001,0x,001219C0,):
>  stub
> 0098:fixme:service:svcctl_EnumServicesStatusExW resume handle not supported
> 0098:fixme:service:svcctl_EnumServicesStatusExW resume handle not supported
> 0098:fixme:service:svcctl_EnumServicesStatusExW resume handle not supported
> 0098:fixme:service:svcctl_EnumServicesStatusExW resume handle not supported
> 00e4:fixme:advapi:ReportEventA 
> (CAFE4242,0x0004,0x,0x0064,,0x0001,0x,0119FA8C,):
>  stub
> 00e4:fixme:advapi:ReportEventW 
> (CAFE4242,0x0004,0x,0x0064,,0x0001,0x,001219C0,):
>  stub
> 00e4:fixme:netapi32:NetGetJoinInformation Semi-stub (null) 0x119fb44 0x119fb3c
> 00e4:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
> 00e4:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
> 00e4:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
> 00e4:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
> 00e4:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
> 00e4:fixme:winsock:WS_setsockopt Unknown IPPROTO_IPV6 optname 0x0013
> 0118:fixme:file:NtLockFile I/O completion on lock not implemented yet
> 0118:fixme:ntdll:NtQuerySystemInformation info_class 
> SYSTEM_PERFORMANCE_INFORMATION
> 0118:err:mscoree:LoadLibraryShim error reading registry key for installroot
> 0118:err:mscoree:LoadLibraryShim error reading registry key for installroot
> 0118:err:mscoree:LoadLibraryShim error reading registry key for installroot
> 0118:err:mscoree:LoadLibraryShim error reading registry key for installroot
> 012c:fixme:wbemprox:client_security_SetBlanket 62EA17A8, 0013B178, 10, 0, 
> (null), 3, 3, , 0x
> 012c:fixme:wbemprox:client_security_Release 62EA17A8
> 012c:fixme:ntdll:NtQuerySystemInformation info_class 
> SYSTEM_PERFORMANCE_INFORMATION
>
> Is fixme a serious problem?
>
> How can
> 0118:err:mscoree:LoadLibraryShim error reading registry key for installroot
> be fixed? Something needed in the registry?
>
> Thanks! ... P.
>
What version of Wine do you use?

ITunes version 12.8.0.150 seems to install and work normally with Wine 6.18 ¹ 
in a clean Wineprefix ². 
¹) https://wiki.winehq.org/Debian
²) https://wiki.winehq.org/FAQ#Wineprefixes



Re: iTunesSetup.exe in wine?

2021-10-06 Thread Floris Renaud

On Tuesday 05 October 2021 22:48:10 (+02:00), pe...@easthope.ca wrote:

> A bricked iPhone directs "connect to iTunes".
>
> Attempting to run iTunesSetup.exe on wine yields the following.
> Ideas?
>
> Thx, ... P.
>
> peter@joule:~$ wine iTunesSetup.exe
> 0104:fixme:file:NtLockFile I/O completion on lock not implemented yet
> 0104:fixme:ntdll:NtQuerySystemInformation info_class 
SYSTEM_PERFORMANCE_INFORMATION
> 0104:err:mscoree:LoadLibraryShim error reading registry key for 
installroot
> 0104:err:mscoree:LoadLibraryShim error reading registry key for 
installroot
> 0104:err:mscoree:LoadLibraryShim error reading registry key for 
installroot
> 0104:err:mscoree:LoadLibraryShim error reading registry key for 
installroot
> 0128:fixme:wbemprox:client_security_SetBlanket 62EA17A8, 0013B3A8, 10, 
0, (null), 3, 3, , 0x

> 0128:fixme:wbemprox:client_security_Release 62EA17A8
> 0128:fixme:ntdll:NtQuerySystemInformation info_class 
SYSTEM_PERFORMANCE_INFORMATION
> 0104:err:msi:ITERATE_Actions Execution halted, action 
L"LaunchConditions" returned 1603
> 0024:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFA, 
0031FEAC

> peter@joule:~$
>
>
The latest version of iTunes does not work well with Wine.
(Or with wine-staging or wine-ge-custom).

An older version of iTunes does seem to work.
https://bugs.winehq.org/show_bug.cgi?id=47165

Floris



Re: Processen die problemen geven achterhalen

2021-06-24 Thread Floris Renaud

On Thursday 24 June 2021 17:14:36 (+02:00), Paul van der Vlis wrote:

> Hoi Lennard, en anderen natuurlijk,
>
> Op 24-06-2021 om 16:21 schreef Lennard Stam:
> > Ha Paul,
> > Alicht is atop wat voor je.
> > https://packages.debian.org/stretch/admin/atop
>
> Stel Atop draait en de machine is 10 minuten geleden vastgelopen en ik 
wil te weten komen welk proces daar zo raar bezig was. Hoe kom ik daar dan 
achter? Ik zie dat je met "-r" gegevens kunt krijgen van vandaag, en met 
"-r y" van gisteren. Maar ik zou ze van bijvoorbeeld 10 of 20 minuten 
geleden willen, en niet b.v. een gemiddelde van die dag of zoiets. Kan dat 
met Atop?

>
> Ik denk eigenlijk aan iets wat niet altijd draait, maar iets wat je 
draait als er problemen zijn die je wilt opsporen.

>
> Natuurlijk kan het met zoiets in een crontab elke paar minuten:
> top -b -n1 > /path/`date -Iminutes`
> ... en dan wellicht nog iets om oude data te verwijderen zodat de disk 
niet vol loopt.

>
> Groet,
> Paul
>
>

Geeft
journalctl --since "10 min ago"
voldoende informatie om het probleem te achterhalen?

Floris



Re: Creëer initrd.img

2021-06-17 Thread Floris Renaud

Cecil Westerhof schreef op 2021-06-16 18:36:


Iets anders. Ik had het al weleens gezien, maar tot op heden niet echt
aandacht aan besteed.

Tijdens het genereren van de images zie ik voorbijkomen:
W: Possible missing firmware
/lib/firmware/amdgpu/arcturus_gpu_info.bin for module amdgpu
W: Possible missing firmware
/lib/firmware/amdgpu/navy_flounder_ta.bin for module amdgpu
W: Possible missing firmware
/lib/firmware/amdgpu/navy_flounder_sos.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/arcturus_ta.bin
for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/arcturus_asd.bin
for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/arcturus_sos.bin
for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/arcturus_rlc.bin
for module amdgpu
W: Possible missing firmware
/lib/firmware/amdgpu/arcturus_mec2.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/arcturus_mec.bin
for module amdgpu
W: Possible missing firmware
/lib/firmware/amdgpu/navy_flounder_rlc.bin for module amdgpu
W: Possible missing firmware
/lib/firmware/amdgpu/navy_flounder_mec2.bin for module amdgpu
W: Possible missing firmware
/lib/firmware/amdgpu/navy_flounder_mec.bin for module amdgpu
W: Possible missing firmware
/lib/firmware/amdgpu/navy_flounder_me.bin for module amdgpu
W: Possible missing firmware
/lib/firmware/amdgpu/navy_flounder_pfp.bin for module amdgpu
W: Possible missing firmware
/lib/firmware/amdgpu/navy_flounder_ce.bin for module amdgpu
W: Possible missing firmware
/lib/firmware/amdgpu/arcturus_sdma.bin for module amdgpu
W: Possible missing firmware
/lib/firmware/amdgpu/navy_flounder_sdma.bin for module amdgpu
W: Possible missing firmware
/lib/firmware/amdgpu/sienna_cichlid_mes.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/navi10_mes.bin
for module amdgpu
W: Possible missing firmware
/lib/firmware/amdgpu/navy_flounder_vcn.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/arcturus_vcn.bin
for module amdgpu
W: Possible missing firmware
/lib/firmware/amdgpu/navy_flounder_smc.bin for module amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/arcturus_smc.bin
for module amdgpu
W: Possible missing firmware
/lib/firmware/amdgpu/navy_flounder_dmcub.bin for module amdgpu

Is dat iets waar ik me zorgen om moet maken? Zo ja: hoe los ik dit op?
(En zelfs bij nee vind ik het niet erg om de waarschuwingen kwijt te
raken.)



Ik verwacht dat de variable 'MODULES' in 
/etc/initramfs-tools/initramfs.conf

op 'dep' staat. Debian denkt deze firmware bestanden nodig te hebben.

Deze firmware bestanden zitten niet in een Debian pakket. Als je ze echt 
nodig hebt,

kan je ze downloaden van:
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/amdgpu

Zijn ze niet nodig, dan kan je de variable 'MODULES' op 'most' zetten.
---
Floris



Re: how to prevent sleeping when sitting at the login screen?

2021-05-03 Thread Floris Renaud

Christian Groessler schreef op 2021-05-03 19:19:

Hi,

where is the setting where one can disable sleeping when the computer
is at the login prompt?

I found the setting for my user, and for root, but not for "login 
screen".


I'm using gdm3.

regards,
chris


You can find these options in /etc/gdm3/greeter.dconf-defaults

For example:

...
# Automatic suspend
# =
[org/gnome/settings-daemon/plugins/power]
# - Time inactive in seconds before suspending with AC power
#   1200=20 minutes, 0=never
sleep-inactive-ac-timeout=0
# - What to do after sleep-inactive-ac-timeout
#   'blank', 'suspend', 'shutdown', 'hibernate', 'interactive' or 
'nothing'

sleep-inactive-ac-type='nothing'
# - As above but when on battery
# sleep-inactive-battery-timeout=1200
# sleep-inactive-battery-type='suspend'

---
Floris



Re: Installeer sqlitebrowser uit backport

2021-04-10 Thread Floris Renaud

Cecil Westerhof schreef op 2021-04-10 10:05:

Ik wil sqlitebrowser uit backports installeren.
Als ik kijk naar:
https://backports.debian.org/Instructions/

Dat zou dat moeten met:
apt-get install sqlitebrowser/buster-backports

Dat geeft echter:
E: Release 'buster-backports' for 'sqlitebrowser' was not found



Misschien bedoel je een ander pakket, maar sqlitebrowser heeft geen 
officiële backports versie

https://tracker.debian.org/pkg/sqlitebrowser

---
Floris



Re: Kuren bij starten van Testing

2021-04-02 Thread Floris Renaud

Sjoerd schreef op 2021-04-01 22:39:

Geert Stappers:

Sjoerd:
> Wanneer ik Bullseye (testing) start, dan is er een kans van zo'n 2/3
> dat het goed gaat.  Maar in 1/3 van de gevallen verschijnt
> onderstaande tekst. Dan druk ik maar op de reset-knop en is er opnieuw
> een kans van 2/3 dat het goed gaat.
> Enig idee wat er aan de hand is? En of het eenvoudig te verhelpen is?
>
>
>   Booting `Debian GNU/Linux'
>
> Loading Linux 5.10.0-4-amd64 ...
> Loading initial ramdisk ...
> mount: mounting /dev on /root/dev failed: No such file or directory
> mount: mounting /dev on /root/dev failed: No such file or directory
> mount: mounting /run on /root/run failed: No such file or directory
> run-init: can't execute '/sbin/init': No such file or directory
> Target filesystem doesn't have requested /sbin/init.
> run-init: can't execute '/sbin/init': No such file or directory
> run-init: can't execute '/etc/init': No such file or directory
> run-init: can't execute '/bin/init': No such file or directory
> run-init: can't execute '/bin/sh': No such file or directory
> run-init: can't execute '': No such file or directory
> No init found. Try passing init= bootarg.
>
>
> BusyBox v1.30.1 (Debian 1:1.30.1-6+b1) built-in shell (ash)
> Enter 'help' for a list of built-in commands.
>
> (initramfs) _

Vertel meer over de hardware in kwestie.


Hier de output van hwinfo, korte versie: 
https://paste.debian.net/1192040/


En als je zin en interesse hebt om naar de complete output van hwinfo 
te

kijken:  https://pastebin.com/H1C2TXvA  (230 kB tekst!)

Maar als dit toch een lastige kwestie blijkt te zijn, dan zou ik 
zeggen:
laat maar zitten. Het is testing, dus mogelijk herstelt zich dit weer 
eens.

En ik heb altijd nog stable om op terug te vallen.



- /proc/cmdline -
 BOOT_IMAGE=/boot/vmlinuz-5.10.0-4-amd64 root=/dev/sda2 ro quiet


Maakt het een verschil als je in plaats van /dev/sda2 de UUID van de 
partitie gebruikt?

 sudo blkid /dev/sda2

---
Floris



Re: is alsa-ucm-conf een vereist pakket in Debian ... voor pulseaudio?

2020-09-01 Thread floris

Gijs Hillenius schreef op 2020-09-01 08:46:

Goedenmorgen

Weet iemand hier of alsa-ucm-conf per default geinstalleerd wordt op 
een

verse Debian installatie voor de doorsnee desktop, bijvoorbeeld Gnome?

En alsa-topology-conf? En alsa-utils?



Ja
Bij een standaard desktop installatie wordt het pakket "task-desktop" 
met

al zijn vereisten en aanbevolen pakketten geïnstalleerd. Hiervan is het
volgende lijstje te maken:


task-desktop -> alsa-utils
|
task-gnome-desktop
|
gnome-core
|
pulseaudio
|
libasound2
|
libasound2-data -> alsa-ucm-conf & alsa-topology-conf


Dat waren de enige drie alsa- Debian pakketten op mijn laptop, ik heb 
ze

verwijderd. Daarna gaf pavucontrol een compleet ander beeld van mijn
geluidskaart.

https://wiki.debian.org/PulseAudio vertelt me dat Pulse werkt 'on top 
of

Alsa'. Dus ik vraag me nu af of er alsa-dingen vereist zijn.



libasound2 is het vereiste ALSA ding:

Package: libasound2
Description: shared library for ALSA applications
 This package contains the ALSA library and its standard plugins, as 
well

 as the required configuration files.


---
Floris



Re: /etc/default/grub doesn't exist, what to do?

2020-07-07 Thread floris

Borden Rhodes schreef op 2020-07-07 20:43:

I know this is an amateur question, but I want to make sure that I do
it correctly the first time. I want to add a boot parameter, so what
file do I edit/create to do so?

My computer doesn't have a /etc/default/grub file. I can't tell you
why. I didn't intentionally delete it. I have a bunch of configuration
files in /etc/grub.d , but I don't want to touch any of them because I
don't know what put them there or if/when they'll be overwritten.

Is there a way to generate a default /etc/default/grub file that I can
edit? I'd think after 30 years there would be a command to do that,
but over an hour on the Internet yielded nothing.

With thanks,



The package grub2-common has the file:
/usr/share/grub/default/grub
Which is the default /etc/default/grub file

---
Floris



Re: "NVIDIA GeForce 7600 GT"

2020-06-14 Thread floris

Seeds Notoneofmy schreef op 2020-06-14 02:29:

Can I please get it from the gurus here, whether this card, NVIDIA 
GeForce 7600 GT, works in Debian buster.

I've used this guide,
https://wiki.debian.org/NvidiaGraphicsDrivers#Identification

But do have problems:

youtube will go black before images show up

vlc will go black before playing videos

I cannot change resolution, or any settings, do see below

clicking on 'Nvidia X Server Settings' does nothing, like I did not 
even

click on it from the Applications>System Tools>Administration menu,
where I can find 'Nvidia X Server Settings' at the top of that menu.

lspci -nn | egrep -i "3d|display|vga"

gives

05:00.0 VGA compatible controller [0300]: NVIDIA Corporation G73
[GeForce 7600 GT] [10de:0391] (rev a1)

Thanks a lot for your considered response.


(From nvidia-detect)
$ nvidia-detect 10de:0391
Checking driver support for PCI ID [10de:0391]
Your card is only supported by the 304 legacy drivers series, which is 
only available up to stretch.


In other words; downgrade Buster to Stretch if you want to use the 
nvidia-graphics-drivers-legacy-304xx packages
Maybe you can install the 304 driver, but you must downgrade the Xserver 
to version 1.19



---
Floris



Re: trouble installing gnome

2020-06-06 Thread floris

Marc Shapiro schreef op 2020-06-06 20:30:

On 6/6/20 8:58 AM, Brad Rogers wrote:


On Sat, 6 Jun 2020 11:14:13 -0400
leonard morin  wrote:

Hello leonard,


Line commented out by installer because it failed to verify:


Both instances of that should either be deleted or have an #
inserted at
the start of the line.  IMO, the former is preferable.

You may also wish to add an online repo, rather than relying on just
the
CDs.


Also, if what the OP pasted into his post was his entire
/etc/apt/sources.list file, he is not using the CDs, either.  Those
lines were also commented out.  The only uncommented lines where the
ones that SHOULD have been comments:

--Snipped from original post
--
# deb cdrom:[Debian GNU/Linux testing _Bullseye_ - Official Snapshot
amd64 xfce-CD Binary-1 20200525-03:32]/ bullseye main contrib non-free
#deb cdrom:[Debian GNU/Linux testing _Bullseye_ - Official Snapshot
amd64 xfce-CD Binary-1 20200525-03:32]/ bullseye main contrib non-free

 Line commented out by installer because it failed to verify:
#deb http://security.debian.org/debian-security bullseye-security main
contrib non-free
 Line commented out by installer because it failed to verify:
#deb-src http://security.debian.org/debian-security bullseye-security
main contrib non-free
---


As far as I know http://security.debian.org/debian-security doesn't have 
all packages.

The OP also have to add a line like:
deb http://deb.debian.org/debian/ bullseye main contrib non-free

---
Floris



Re: trouble installing gnome

2020-06-06 Thread floris

leonard morin schreef op 2020-06-06 17:14:

Hello,

I hope all are well. I recently dual-installed debian from a live
image on a usb along with Windows on a new computer. My friend gave me
some guidance, but he is very busy so I don't want to bother him now.

When I first installed, my wifi didn't work on Debian, so I couldn't
download Gnome. As you can see below, my friend gave me a fix to
connect to wifi, but it didn't work. Nor is it possible to
download/install Gnome, as you can see from the error messages below.
Can anyone explain to me how to fix this? By the way, I'm hard-wired
now. Thanks!

# apt-get install task-gnome-desktop
E: Type 'Line' is not known on line 7 in source list
/etc/apt/sources.list
E: The list of sources could not be read.
E: Type 'Line' is not known on line 7 in source list
/etc/apt/sources.list
E: The list of sources could not be read.
# apt-get update
E: Type 'Line' is not known on line 7 in source list
/etc/apt/sources.list
E: The list of sources could not be read.
# apt-get upgrade
E: Type 'Line' is not known on line 7 in source list
/etc/apt/sources.list
E: The list of sources could not be read.
E: Type 'Line' is not known on line 7 in source list
/etc/apt/sources.list
E: The list of sources could not be read.

# deb cdrom:[Debian GNU/Linux testing _Bullseye_ - Official Snapshot
amd64 xfce-CD Binary-1 20200525-03:32]/ bullseye main contrib non-free

#deb cdrom:[Debian GNU/Linux testing _Bullseye_ - Official Snapshot
amd64 xfce-CD Binary-1 20200525-03:32]/ bullseye main contrib non-free

 Line commented out by installer because it failed to verify:
#deb http://security.debian.org/debian-security bullseye-security main
contrib non-free
 Line commented out by installer because it failed to verify:
#deb-src http://security.debian.org/debian-security bullseye-security
main contrib non-free


Your source list has some errors. The easiest way to fix this is:
(run as root)

echo "deb http://deb.debian.org/debian/ bullseye main contrib non-free" 
> /etc/apt/sources.list


---
Floris



Re: NTP problemen

2019-11-14 Thread floris

Paul van der Vlis schreef op 2019-11-14 14:31:

Hallo,

Ik ben de afgelopen tijd op verschillende machines problemen met NTP
tegen gekomen. De tijd stond opeens heel erg verkeerd. Na purgen en
installeren van NTP was het probleem opgelost.

Kent iemand de achtergrond?

Groeten,
Paul


Van de week was het mij ook al opgevallen dat de tijd verkeerd stond.
Ik ging er vanuit dat systemd met timedatectl genoeg was als ntp client,
maar het blijkt dat timedatectl niet werkt als:
 ntp, ntpsec, openntpd, chrony of virtualbox-guest-utils
geïnstalleerd is. Deze hoeven nog geeneens te draaien.

Aangezien ntp een service file heeft met
 Conflicts=systemd-timesyncd.service
verwacht ik dat er een soort van race kan ontstaan:
timedate wil aan maar kan niet door ntp <-> ntp wil aan maar gaat niet 
door timedatctl


Bij mij was het probleem opgelost door alleen timedatectl te gebruiken 
en het bestand
 
/lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf

aan te passen, zodat er niet meer gekeken wordt naar VirtualBox
---
Floris



Re: update-alternatives voor alle Java gerelateerde dingen doen

2019-08-03 Thread floris

Cecil Westerhof schreef op 2019-08-03 11:55:

Als ik wil switchen van Java 11 naar 8 dan moet ik nu voor alle
programmas (java, javac, …) update-alternatives aanroepen.
Kan dat niet op een betere manier?


Doet
$ sudo update-java-alternatives -s java-1.8.0-openjdk-amd64
wat je bedoelt?

---
Floris



Re: Debian 9 Printer stopped working

2019-03-19 Thread floris

isaac schreef op 2019-03-19 13:27:

I went to print 3 pages it printed 2 only and stopped. The printer was
Canon MD2160.  I then tryed to print from HP laserjet Professional
P1102W but still no printing. The the printers have been working fine
for a long time and now just stopped. can you help me please.
Isaac Shields


Probably the 3 pages print job is still waiting for the Canon printer to 
finish and is blocking the other print jobs. You can clear the printer 
queue in the Cups web interface:

http://127.0.0.1:631/

---
Floris



Re: Apt geeft rare foutmelding

2018-11-20 Thread floris

Paul van der Vlis schreef op 2018-11-20 13:39:

Op 19-11-18 om 18:34 schreef floris:

Paul van der Vlis schreef op 2018-11-19 17:23:

Op 13-11-18 om 08:50 schreef Wouter Verhelst:

On Tue, Nov 06, 2018 at 12:00:19PM +0100, Paul van der Vlis wrote:

Hoi,

Ik zie dat bug 909000 gerepareerd zou zijn. Nu wou ik proberen 
Enigmail

te installeren uit Stretch, maar ik krijg deze melding:

De volgende pakketten hebben niet-voldane vereisten:
 enigmail : Vereisten: thunderbird (>= 1:52.0) maar het zal niet
geïnstalleerd worden of
   icedove (>= 1:52.0)
E: Kan problemen niet verhelpen, u houdt defecte pakketten vast.


Ik heb Thunderbird 1:60.2.1-2~deb9u1 geïnstalleerd, dat is toch 
groter

of gelijk aan 1:52.0 ?  Wat is dit dan voor een rare melding?


Het probleem is niet de versienummer, het probleem is dat 
thunderbird

zelf niet geïnstalleerd kan worden.


Dat was al geïnstalleerd.


Voor meer details kan je dit doen:

apt -o Debug::pkgProblemResolver=true -o
Debug::pkgProblemResolver::ShowSources=true install enigmail


Hmm, interessant.

Dat geeft een hoop debug messages waaruit je normaal gezien moet 
kunnen

opmaken waarom het misloopt.


Enigmail doet het ondertussen sinds de nieuwe pointrelease, maar ik 
zie
hetzelfde probleem bij xul-ext-sogo-connector. Snapt iemand wat er 
mis

gaat? Zie onder.

Groeten,
Paul




Zo te lezen is dit één van deze bugs:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890513
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909313

Dus alleen de versie in Buster en Sid van xul-ext-sogo-connector 
werken

met Thunderbird 60>


Ermee kunnen werken is nog weer wat anders dan dat apt het niet kan
installeren toch?  Mijn vraag is waarom apt het niet kan installeren.

Ik zie hier Thunderbird ">= 31.0" en Lightning nodig zijn, en die zijn
er:  https://packages.debian.org/stretch/xul-ext-sogo-connector

Groeten,
paul


Wat ik (in Debian Sid) te zien krijg is:

apt-get install --dry-run -t stable thunderbird xul-ext-sogo-connector 
lightning

OPMERKING: Dit is slechts een simulatie!
Voor daadwerkelijke uitvoering heeft apt-get beheerdersrechten 
nodig.

Houd er ook rekening mee dat vergrendeling is uitgeschakeld.
Steun dus niet op haar relevantie voor de huidige concrete situatie!
Pakketlijsten worden ingelezen... Klaar
Boom van vereisten wordt opgebouwd
De statusinformatie wordt gelezen... Klaar
Sommige pakketten konden niet geïnstalleerd worden. Dit kan betekenen
dat u om een onmogelijke situatie gevraagd heeft, of, indien u
de distributie 'unstable' gebruikt, dat sommige benodigde pakketten nog 
gemaakt moeten worden of uit 'Incoming' verwijderd werden.

De volgende informatie kan misschien helpen de situatie op te lossen:

De volgende pakketten hebben niet-voldane vereisten:
 thunderbird : Breekt: xul-ext-sogo-connector (< 31.0.5-2~) maar 
31.0.3-3 zal geïnstalleerd worden

E: Kan problemen niet verhelpen, u houdt defecte pakketten vast.


De stable versie van Thunderbird kan dus niet samen met de stable versie 
van xul-ext-sogo-connector geïnstalleerd worden.

Als ik de versie uit Buster pak, lukt het installeren wel.

apt-get install --dry-run -t stable thunderbird lightning 
xul-ext-sogo-connector=60.0.0+gite2547a3-1

OPMERKING: Dit is slechts een simulatie!
Voor daadwerkelijke uitvoering heeft apt-get beheerdersrechten 
nodig.

Houd er ook rekening mee dat vergrendeling is uitgeschakeld.
Steun dus niet op haar relevantie voor de huidige concrete situatie!
Pakketlijsten worden ingelezen... Klaar
Boom van vereisten wordt opgebouwd
De statusinformatie wordt gelezen... Klaar
De volgende extra pakketten zullen geïnstalleerd worden:
  libevent-2.0-5 libvpx4
Voorgestelde pakketten:
  calendar-google-provider fonts-lyx
De volgende NIEUWE pakketten zullen geïnstalleerd worden:
  libevent-2.0-5 libvpx4 lightning thunderbird xul-ext-sogo-connector

---
Floris



Re: Installing nvidia-driver removes xorg

2018-11-09 Thread floris

Gregory Sharp schreef op 2018-11-08 19:01:

I am currently running stretch with the nvidia display driver.  The
nvidia-driver package is not installed.  Instead, the 
nvidia-kernel-dkms

package and other packages needed for the display driver and CUDA are
installed.

While attempting an upgrade to CUDA 9 in backport, I learned that 
installing
nvidia-driver (either version: 384.130 or 390.87) would uninstall xorg, 
gdm3,

libreoffice, and many other seemingly useful packages.

Questions:

1) Why should xorg be uninstalled when nvidia-driver is installed?

2) What might be a recommended upgrade path for me?


From bug 903770 [1]:

... the nvidia packages in stretch-backports now require mesa+libglvnd
from stretch-backports.

You could try to install mesa, libglvnd and xorg from backports first.


[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=903770

---
Floris



Re: Select between 686-pae and amd64 kernel in Grub?

2018-07-26 Thread floris

Reiner Buehl schreef op 2018-07-25 19:51:

Many thanks, Floris! With your expression I now see the other options:

bilbo:~# awk -F"'" '/menuentry/ {print $2}' /boot/grub/grub.cfg

Debian GNU/Linux

Advanced options for Debian GNU/Linux

Debian GNU/Linux, with Linux 4.9.0-7-686-pae

Debian GNU/Linux, with Linux 4.9.0-7-686-pae (sysvinit)

Debian GNU/Linux, with Linux 4.9.0-7-686-pae (recovery mode)

Debian GNU/Linux, with Linux 4.9.0-7-amd64

Debian GNU/Linux, with Linux 4.9.0-7-amd64 (sysvinit)

Debian GNU/Linux, with Linux 4.9.0-7-amd64 (recovery mode)

Debian GNU/Linux, with Linux 4.9.0-6-686-pae

Debian GNU/Linux, with Linux 4.9.0-6-686-pae (sysvinit)

Debian GNU/Linux, with Linux 4.9.0-6-686-pae (recovery mode)

Debian GNU/Linux, with Linux 4.9.0-5-686-pae

Debian GNU/Linux, with Linux 4.9.0-5-686-pae (sysvinit)

Debian GNU/Linux, with Linux 4.9.0-5-686-pae (recovery mode)

Do you know if just specifying "Debian GNU/Linux, with Linux
4.9.0-7-amd64" as option to grub-set-default is enough or do I need to
somehow "navigate" into the "Advanced options for Debian GNU/Linux"
sub menu?

Best regards,

Reiner


From grub-set-default --help
 Usage: grub-set-default [OPTION] MENU_ENTRY
 MENU_ENTRY is a number, a menu item title or a menu item identifier.

Specifying "Debian GNU/Linux, with Linux 4.9.0-7-amd64" should be 
enough.


---
Floris



Re: Select between 686-pae and amd64 kernel in Grub?

2018-07-25 Thread floris

Reiner Bühl schreef op 2018-07-25 13:02:

I have installed both the 32-bit 686-pae and the 64-bit amd64 kernel
on my system. Grub Update recognizes all of them:

bilbo:~# update-grub
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.9.0-7-686-pae
Found initrd image: /boot/initrd.img-4.9.0-7-686-pae
Found linux image: /boot/vmlinuz-4.9.0-7-amd64
Found initrd image: /boot/initrd.img-4.9.0-7-amd64
Found linux image: /boot/vmlinuz-4.9.0-6-686-pae
Found initrd image: /boot/initrd.img-4.9.0-6-686-pae
Found linux image: /boot/vmlinuz-4.9.0-5-686-pae
Found initrd image: /boot/initrd.img-4.9.0-5-686-pae
Found memtest86 image: /boot/memtest86.bin
Found memtest86+ image: /boot/memtest86+.bin
Found memtest86+ multiboot image: /boot/memtest86+_multiboot.bin
done

but if I check the entries in the Grub boot menu with

  grep ^menuentry /boot/grub/grub.cfg | cut -d "'" -f2

I only see the following entries:

Debian GNU/Linux
menuentry "Memory test (memtest86)" {
menuentry "Memory test (memtest86+)" {
menuentry "Memory test (memtest86+, serial console 115200)" {
menuentry "Memory test (memtest86+, experimental multiboot)" {
menuentry "Memory test (memtest86+, serial console 115200,
experimental multiboot)" {

Is there a way - without directly interacting with grub while
physically sitting in front of the system during a boot - to get a
list of all possible selections to use it in grub-set-default?

Best regards,
Reiner


menuentry isn't always the first word on the line. So ^menuentry doesn't 
find all matches.

You could try
awk -F"'" '/menuentry/ {print $2}' grub.cfg
(use ' as the delimiter, search for menuentry and print the second 
column)


---
Floris



Re: Wine error message

2018-07-25 Thread floris

Richard Owlett schreef op 2018-07-24 23:00:

On 07/23/2018 07:56 AM, floris wrote:

Richard Owlett schreef op 2018-07-21 17:02:

Just installed/used wine for first time ever.


The Wine version in Debian Stable is very old and unsupported. You 
should use the WineHQ packages or use the version from Backports



Did that
done dat
I've T shirt



Which wine version do you use?





I attempted to run an installer which asks a typical set of questions
to which I chose the defaults. It is setup to run a demo on
completion. The demo appears to run correctly. I ran the same
installer on a WinXP machine which appears to run identically.

I have two problems.
On exiting the installer nothing has actually been written to disk


Wine uses a hidden folder ~/.wine as it default location. Did you 
check that location?


Non-informative


Maybe I don't understand your "nothing has actually been written to 
disk"
But when I try the installer with the default settings, the program is 
installed in:


$WINEPREFIX/drive_c/users//Local Settings/Application Data/OLB
(C:\users\\Local Settings\Application Data\OLB)
OLBLite.801  PocketOnlineBible.801

and
$WINEPREFIX/drive_c/Program Files (x86)/Bible
(C:\Program Files (x86)\Bible)
Desktop.Idt  HelpEng.Chm  messages.eng  Paragrap.map  TutorEng.Chm
Dsp.wav  IconsOlbDel.ExeSDPath.TxtVIReadMe.Eng
Go.Bat   Install.Msg  Olb.Exe   Std.wav   WhatsNew.Eng







Second, early in the question asking phase, a message appears on my 
console:

$ err:trash:TRASH_MoveFileToBucket Couldn't move file


That is the message that prompted this post.
What is it trying to say?
Is there a catalog of Wine error messages (didn't find one)?



In Wine version 3.12 there isn't such message.


Oh *NO*
u answered question ???


Every two weeks there is a new wine version with a lot of bug fixes. 
Probably this bug is resolved.

Now only a "fixme" warning is printed:
0009:fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH 
unimplemented


To answer your "is there a catalog of Wine error messages?" question.
No, there isn't a list with "error x happend ->  the message means this 
-> you should do this"




You could read the FAQ, the manual and the forum on winehq.org if you 
look for error messages.


*SNICKER*

I was vainly attempting to determine that what I saw on my console was
a WINE or an APPLICATION error message.

It has been *YEARS* since I've actually used my WinXP machine. Don't
know how to copy/find appropriate file(s) on my WinXp machine in order
that WINE might attempt to execute.


---
Floris



Re: GarminExpress possible on Debian with WINE?

2018-07-25 Thread floris

Roy schreef op 2018-07-25 01:37:




(G-Express needs dotNetframework.  That is where I get stuck when

trying to install it using WINE.)



Without knowing the .Net version, you could try to use a clean 32-bit 
Wineprefix and use winetricks to install .Net

---
Floris



Re: Wine error message

2018-07-23 Thread floris

Richard Owlett schreef op 2018-07-21 17:02:

Just installed/used wine for first time ever.


The Wine version in Debian Stable is very old and unsupported. You 
should use the WineHQ packages or use the version from Backports




I attempted to run an installer which asks a typical set of questions
to which I chose the defaults. It is setup to run a demo on
completion. The demo appears to run correctly. I ran the same
installer on a WinXP machine which appears to run identically.

I have two problems.
On exiting the installer nothing has actually been written to disk


Wine uses a hidden folder ~/.wine as it default location. Did you check 
that location?


Second, early in the question asking phase, a message appears on my 
console:

$ err:trash:TRASH_MoveFileToBucket Couldn't move file


That is the message that prompted this post.
What is it trying to say?
Is there a catalog of Wine error messages (didn't find one)?



In Wine version 3.12 there isn't such message.
You could read the FAQ, the manual and the forum on winehq.org if you 
look for error messages.


---
Floris



Re: Nvidia drivers

2018-07-06 Thread floris

Matthew Crews schreef op 2018-07-06 13:55:

On 07/06/2018 01:55 AM, Darac Marjal wrote:

Actually, as of version 390.67-2, that's no longer needed. Quoting 
[1]:


nvidia-graphics-drivers (390.67-2) unstable; urgency=high

	  * Add kmem_cache_create_usercopy.patch from Red Hat, fixing "Bad or 
missing
		usercopy whitelist? Kernel memory exposure attempt detected from 
SLUB

object 'nvidia_stack_cache'" on Linux kernels that have disabled
		CONFIG_HARDENED_USERCOPY_FALLBACK (i.e. linux-image-4.16.0-2-* or 
newer).

(Closes: #901919)

	 -- Andreas Beckmann   Thu, 05 Jul 2018 02:01:31 
+0200


[1] 
http://metadata.ftp-master.debian.org/changelogs/non-free/n/nvidia-graphics-drivers/nvidia-graphics-drivers_390.67-2_changelog




Thats good to know.

Unfortunately, Stretch-backports and Buster Nvidia-drivers are not in
sync with Sid right now. So this is still a necessary workaround for
Stretch-backports and Buster users.



and there is a new bug:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=903121

So be careful if you use the nvidia module.

---
Floris



Re: Nvidia drivers

2018-07-06 Thread floris

Brad Rogers schreef op 2018-07-06 12:37:



It's strange also that nobody using sid /seems/ to have been affected 
by

the problem.  Or maybe they were, knew the workaround and forgot to
report the bug.  Who knows?


They have found and reported this bug multiple times:

see bug numbers: 901919, 901932, 901990, 902248, 902661, 902773, 902868, 
902891


---
Floris



Re: More on Nvidia 304xxx

2018-06-11 Thread floris

David Baron schreef op 2018-06-11 14:49:

Can I continue using it if I update xorg? I use dkms.


Version 304 is end of life:

The Linux 304.* legacy driver series is the last to support the NV4x and 
G7x GPUs and motherboard chipsets based on them. Support for new Linux 
kernels and X servers, as well as fixes for critical bugs, will be 
included in 304.* legacy releases through the end of 2017. [1]


In other words, the X server till 1.19 is supported.

[1] http://nvidia.custhelp.com/app/answers/detail/a_id/3142
---
Floris



Re: Debian 9 x64 wine32

2018-06-08 Thread floris
 
libexif12:i386

  libexpat1:i386 libffi6:i386 libflac8:i386 libfontconfig1:i386
  libfreetype6:i386 libgcrypt20:i386 libgd3:i386 libgl1 libgl1:i386
  libgl1-mesa-dri:i386 libgl1-mesa-glx:i386 libglapi-mesa:i386 libgles2
  libglib2.0-0:i386 libglu1-mesa:i386 libglvnd0 libglvnd0:i386 
libglx-mesa0

  libglx-mesa0:i386 libglx0 libglx0:i386 libgmp10:i386 libgnutls30:i386
  libgomp1:i386 libgpg-error0:i386 libgphoto2-6:i386 
libgphoto2-port12:i386

  libgpm2:i386 libgsm1:i386 libgssapi-krb5-2:i386
  libgstreamer-plugins-base1.0-0:i386 libgstreamer1.0-0:i386 
libhogweed4:i386

  libice6:i386 libicu57:i386 libidn11:i386 libieee1284-3:i386
  libjack-jackd2-0:i386 libjbig0:i386 libjpeg62-turbo:i386 
libk5crypto3:i386

  libkeyutils1:i386 libkrb5-3:i386 libkrb5support0:i386 liblcms2-2:i386
  libldap-2.4-2:i386 libllvm5.0 libllvm5.0:i386 libltdl7:i386 
liblz4-1:i386

  libmount1:i386 libmp3lame0:i386 libmpg123-0:i386 libncurses5:i386
  libnettle6:i386 libnuma1:i386 libodbc1:i386 libogg0:i386 
libopenal1:i386

  libopenjp2-7:i386 libopus0:i386 liborc-0.4-0:i386 libosmesa6:i386
  libp11-kit0:i386 libpcap0.8:i386 libpciaccess0:i386 
libpixman-1-0:i386

  libpng16-16:i386 libpulse0:i386 libsamplerate0:i386 libsane:i386
  libsane-extras:i386 libsasl2-2:i386 libsasl2-modules:i386
  libsasl2-modules-db:i386 libsensors4:i386 libshine3:i386 libsm6:i386
  libsnappy1v5:i386 libsndfile1:i386 libsndio6.1:i386 libsoxr0:i386
  libspeex1:i386 libspeexdsp1:i386 libssl1.1:i386 libstdc++6:i386
  libswresample2:i386 libsystemd0:i386 libtasn1-6:i386 libtheora0:i386
  libtiff5:i386 libtwolame0:i386 libudev1:i386 libusb-1.0-0:i386 
libv4l-0:i386

  libv4lconvert0:i386 libva-drm1:i386 libva-x11-1:i386 libva1:i386
  libvdpau-va-gl1:i386 libvdpau1:i386 libvisual-0.4-0:i386 
libvorbis0a:i386

  libvorbisenc2:i386 libvpx4:i386 libwavpack1:i386 libwebp6:i386
  libwebpmux2:i386 libwine:i386 libwrap0:i386 libx11-6:i386 
libx11-xcb1:i386

  libx264-148:i386 libx265-95:i386 libxau6:i386 libxcb-dri2-0:i386
  libxcb-dri3-0:i386 libxcb-glx0:i386 libxcb-present0:i386 
libxcb-render0:i386

  libxcb-shm0:i386 libxcb-sync1:i386 libxcb-xfixes0:i386 libxcb1:i386
  libxcomposite1:i386 libxcursor1:i386 libxdamage1:i386 libxdmcp6:i386
  libxext6:i386 libxfixes3:i386 libxi6:i386 libxinerama1:i386 
libxml2:i386

  libxpm4:i386 libxrandr2:i386 libxrender1:i386 libxshmfence1:i386
  libxslt1.1:i386 libxtst6:i386 libxvidcore4:i386 libxxf86vm1:i386
  libzvbi0:i386 mesa-va-drivers:i386 mesa-vdpau-drivers:i386
  ocl-icd-libopencl1:i386 va-driver-all:i386 vdpau-driver-all:i386 
wine32:i386


The following packages will be upgraded::
  fonts-wine libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa 
libgles2-mesa
  libosmesa6 libwine mesa-common-dev mesa-va-drivers mesa-vdpau-drivers 
wine

  wine64


I cancelled even this installation, you you recommend to proceed?






Looks good! Only some developer packages are removed. Only if you 
compile packages yourself you will need those *-dev packages.


---
Floris



Re: Trouble with apt update

2018-06-05 Thread floris

Sonu Sirvee schreef op 2018-06-05 08:28:

Hello all,
When I run the command: sudo apt update
I get this error:
$ sudo apt update
Ign:1 http://debianmirror.nkn.in/debian stretch InRelease
Hit:2 http://debianmirror.nkn.in/debian stretch-updates InRelease

Hit:3 http://debianmirror.nkn.in/debian stretch Release

Hit:4 http://security.debian.org/debian-security stretch/updates
InRelease
Ign:6 http://ppa.edx.org stretch InRelease

Err:7 http://ppa.edx.org stretch Release
  403  Forbidden
Reading package lists... Done
E: The repository 'http://ppa.edx.org stretch Release' does not have a
Release file.
N: Updating from such a repository can't be done securely, and is
therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user
configuration details.

Can someone help me out.
Thank you


Remove the line with ppa.edx.org from /etc/apt/sources.list or from a 
*.list file in /etc/apt/sources.list.d/

---
Floris



Re: Debian 9 x64 wine32

2018-06-04 Thread floris

--- schreef op 2018-06-04 21:02:

I have already activied the backports and did apt update afterwards.

I have tried

sudo apt-get install wine wine32 wine64 libwine libwine:i386 fonts-wine


the result is the same . .


Christian




Can you post the output of:

sudo apt-get -t stretch-backports install wine wine32 wine64 libwine 
libwine:i386 fonts-wine


---
Floris



Re: Intermittent blank screen – Stretch

2018-06-03 Thread floris

Mike schreef op 2018-06-02 09:08:

On 02/06/18 08:11, floris wrote:

Mike schreef op 2018-06-01 01:27:

I have just installed Stretch and and randomly getting a 2 second (or
so) blank screen. I can go for quite some time without it happening,
or it can happen several times over a few minutes. I can dual boot
with Jessie and do not have the problem with that – so I think I can
rule out a hardware issue.

I have an Nvidia GTX1050 video card, HDMI output to a Samsung 49" TV,
4K video. There is no other type of input into the TV for me to be
able to test.

Here is what I have done
1. Installed Stretch (amd64) with XFCE
2. apt-get install firmware-linux nvidia-driver nvidia-settings 
nvidia-xconfig

3. run nvidia-xconfig
4. turned off screen blanking in power settings

I am quite happy to spend time troubleshooting, but don’t really know
where to start. The blanking happens too quickly for me to be able to
do anything at the time.

Does anyone have any thoughts?

Thanks

Mike


You can try the NVidia driver module from backports [1] and/or run 
journalctl -f in a terminal and wait for the blank screen.


[1] https://packages.debian.org/stretch-backports/nvidia-driver
---
Floris


Thanks Floris. Nothing from journalctl -f.
Can you tell me what installing a backport might do? Is that a later
version of the driver (I only installed Stretch a couple of days ago)

Mike


In backports there is a newer version of the NVidia module with more bug 
fixes. Maybe this line is relevant:
-  Further improved the fix for occasional flicker when using the X 
driver's composition pipeline. This was mostly fixed in 390.42, but now 
the fix should be more complete.


---
Floris



Re: Nvidia 340 driver bug

2018-06-03 Thread floris

dekkz...@gmail.com schreef op 2018-06-02 17:17:

On 06/01, floris wrote:

Pétùr schreef op 2018-05-31 16:20:

I have a recurrent bug with the nvidia 340 driver.

Here is the trace. Any idea is welcomed.

Pétùr

[6.748358] [ cut here ]


snip


f3 eb [6.749313] ---[ end trace dc2afdad83c552e7 ]---

This is a bug in the nvidia driver module. There is not much you can 
do until it is fixed upstream.


https://devtalk.nvidia.com/default/topic/1031067/
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=899201



That devtalk is for 390 i don't see any reference to 340. FWIW i've
blocked updating xorg-server 1.20 on 2 nvidia machines that run 340,
as of today no fix on debian or arch.


xserver-xorg-video-nvidia-legacy-340xx depends on xserver-xorg-core < 
2:1.19.99, so you don't have to block the xserver manually.


---
Floris



Re: Nvidia 340 driver bug

2018-06-03 Thread floris

Pétùr schreef op 2018-06-02 17:46:
This is a bug in the nvidia driver module. There is not much you can 
do

until it is fixed upstream.


Thanks!

I would like to use the nouveau driver waiting for the fix.

However I an unable to boot X with the nouveau driver.

I did:

# apt-get purge nvidia.
# apt-get install --reinstall xserver-xorg xserver-xorg-video-nouveau
# reboot

I have no xorg.conf.

$ startx

says:

XF86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)


Did you also removed the NVidia symlinks? I'm not sure if they are 
removed when you purge the NVidia packages.


Try:
sudo update-glx --config glx
If there are any options choose mesa

and rebuild initramfs with:
sudo update-initramfs -u


---
Floris



Re: Debian 9 x64 wine32

2018-06-03 Thread floris

uli...@web.de schreef op 2018-06-02 13:06:

Hi,

i am trying to install wine32 on a amd64 debian stretch system.

I added architecture i386

Using synaptic the package "wine32" is unknown

Using apt-get the package "wine32" is known, but needs libwine:i386.

Trying to install all dependencies results in a possible complete
chnage of the system-packages, which i have interrupted.

All infos, read from https://wiki.debian.org/Wine do not work.

What about the difference of finding "wine32" between apt-get and
synaptic?

BR

Christian



Please use the Wine version in strech-backports or from WineHQ. Wine 1.8 
(Stretch) is very old and isn't supported anymore.


After you have enabled the backports repo run:
sudo apt-get update
sudo apt-get install wine wine32 wine64 libwine libwine:i386 fonts-wine

If you want the WineHQ packages read:
https://wiki.winehq.org/Debian


---
Floris



Re: Intermittent blank screen – Stretch

2018-06-01 Thread floris

Mike schreef op 2018-06-01 01:27:

I have just installed Stretch and and randomly getting a 2 second (or
so) blank screen. I can go for quite some time without it happening,
or it can happen several times over a few minutes. I can dual boot
with Jessie and do not have the problem with that – so I think I can
rule out a hardware issue.

I have an Nvidia GTX1050 video card, HDMI output to a Samsung 49" TV,
4K video. There is no other type of input into the TV for me to be
able to test.

Here is what I have done
1. Installed Stretch (amd64) with XFCE
2. apt-get install firmware-linux nvidia-driver nvidia-settings 
nvidia-xconfig

3. run nvidia-xconfig
4. turned off screen blanking in power settings

I am quite happy to spend time troubleshooting, but don’t really know
where to start. The blanking happens too quickly for me to be able to
do anything at the time.

Does anyone have any thoughts?

Thanks

Mike


You can try the NVidia driver module from backports [1] and/or run 
journalctl -f in a terminal and wait for the blank screen.


[1] https://packages.debian.org/stretch-backports/nvidia-driver
---
Floris



Re: Nvidia 340 driver bug

2018-06-01 Thread floris

Pétùr schreef op 2018-05-31 16:20:

I have a recurrent bug with the nvidia 340 driver.

Here is the trace. Any idea is welcomed.

Pétùr

[6.748358] [ cut here ]
[6.748361] Bad or missing usercopy whitelist? Kernel memory
exposure attempt detected from SLUB object 'nvidia_stack_t' (offset
11864, size 3)!
[6.748371] WARNING: CPU: 6 PID: 702 at
/build/linux-43CEzF/linux-4.16.12/mm/usercopy.c:81
usercopy_warn+0x7e/0xa0
[6.748372] Modules linked in: snd_hda_codec_hdmi pktcdvd arc4
pcmcia dell_rbtn iwldvm dell_wmi wmi_bmof iTCO_wdt sparse_keymap
iTCO_vendor_support snd_hda_codec_idt uvcvideo dell_laptop
intel_powerclamp snd_hda_codec_generic mac80211 dell_smbios coretemp
videobuf2_vmalloc dell_wmi_descriptor videobuf2_memops kvm_intel
dcdbas videobuf2_v4l2 dell_smm_hwmon snd_hda_intel videobuf2_common
kvm videodev irqbypass snd_hda_codec iwlwifi intel_cstate media evdev
yenta_socket joydev snd_hda_core intel_uncore snd_hwdep serio_raw
snd_pcm pcspkr pcmcia_rsrc sg cfg80211 pcmcia_core snd_timer rfkill
snd mei_me soundcore i7core_edac mei lpc_ich shpchp nvidia(PO) wmi
battery binfmt_misc dell_smo8800 video ac acpi_cpufreq button drm
parport_pc ppdev lp parport sunrpc ip_tables x_tables autofs4 ext4
crc16 mbcache
[6.748407]  jbd2 fscrypto ecb crypto_simd cryptd glue_helper
aes_x86_64 raid10 raid456 async_raid6_recov async_memcpy async_pq
async_xor async_tx xor hid_logitech_hidpp hid_logitech_dj hid_generic
usbhid hid raid6_pq libcrc32c crc32c_generic raid1 raid0 multipath
linear md_mod sr_mod cdrom sd_mod sdhci_pci ehci_pci cqhci ahci
libahci ehci_hcd libata crc32c_intel sdhci psmouse firewire_ohci
i2c_i801 scsi_mod firewire_core mmc_core crc_itu_t usbcore e1000e
usb_common
[6.748432] CPU: 6 PID: 702 Comm: Xorg Tainted: P   O
4.16.0-2-amd64 #1 Debian 4.16.12-1
[6.748432] Hardware name: Dell Inc. Precision M4500/, BIOS A14 
07/11/2013

[6.748434] RIP: 0010:usercopy_warn+0x7e/0xa0
[6.748435] RSP: 0018:a77b01ef3bb8 EFLAGS: 00010286
[6.748436] RAX:  RBX: 98d83805ae58 RCX: 
0006
[6.748437] RDX: 0007 RSI: 0082 RDI: 
98d86fd96730
[6.748438] RBP: 0003 R08: 035b R09: 
0004
[6.748438] R10: a3a77220 R11: 0001 R12: 
0001
[6.748439] R13: 98d83805ae5b R14: 98d83805ae58 R15: 
98d83805aea0

[6.748440] FS:  7fb60fa256c0() GS:98d86fd8()
knlGS:
[6.748441] CS:  0010 DS:  ES:  CR0: 80050033
[6.748442] CR2: 7fb6069ca000 CR3: 00020e118000 CR4: 
06e0

[6.748443] Call Trace:
[6.748448]  __check_object_size+0x9c/0x1a0
[6.748540]  os_memcpy_to_user+0x21/0x40 [nvidia]
[6.748618]  _nv001372rm+0xa5/0x260 [nvidia]
[6.748696]  ? _nv004784rm+0x4eba/0x5500 [nvidia]
[6.748773]  ? _nv004331rm+0xec/0xf0 [nvidia]
[6.748849]  ? _nv004326rm+0xca/0x650 [nvidia]
[6.748923]  ? _nv015126rm+0x576/0x5c0 [nvidia]
[6.748999]  ? _nv000694rm+0x2e/0x60 [nvidia]
[6.749068]  ? _nv000789rm+0x5f5/0x8b0 [nvidia]
[6.749134]  ? rm_ioctl+0x73/0x100 [nvidia]
[6.749182]  ? nvidia_ioctl+0x221/0x460 [nvidia]
[6.749231]  ? nvidia_frontend_ioctl+0x2d/0x60 [nvidia]
[6.749279]  ? nvidia_frontend_unlocked_ioctl+0x19/0x20 [nvidia]
[6.749281]  ? do_vfs_ioctl+0xa4/0x630
[6.749283]  ? vfs_write+0x12f/0x1a0
[6.749284]  ? SyS_ioctl+0x74/0x80
[6.749287]  ? do_syscall_64+0x6c/0x130
[6.749290]  ? entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[6.749291] Code: 48 c7 c0 f1 d2 a3 a3 48 0f 44 c2 41 50 51 41 51
48 89 f9 49 89 f1 4d 89 d8 4c 89 d2 48 89 c6 48 c7 c7 38 d3 a3 a3 e8
62 4c e4 ff <0f> 0b 48 83 c4 18 c3 48 c7 c6 3c d3 a4 a3 49 89 f1 49 89
f3 eb [6.749313] ---[ end trace dc2afdad83c552e7 ]---


This is a bug in the nvidia driver module. There is not much you can do 
until it is fixed upstream.


https://devtalk.nvidia.com/default/topic/1031067/
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=899201

---
Floris



Re: Bug melden vanaf ander systeem

2018-03-22 Thread floris

Paul van der Vlis schreef op 2018-03-22 16:25:

Hoi,

Ik heb net een bug gemeld via reportbug, maar reportbug wou perse de
gegevens van mijn systeem erbij vermelden. Echter, ik meld een probleem
over een heel ander systeem, deze gegevens zijn dus waardeloos en
scheppen verwarring.

Eerder kon ik de gegevens van mijn systeem verwijderen door het bug
report te editten. Echter nu niet.

Is het nu echt de bedoeling om fouten altijd te melden vanaf het 
systeem

wat het probleem heeft?

Ik vind bugs melden erg vervelend, altijd weer gedoe. Ik doe het daarom
veel minder vaak dan dat ik zou willen.

Groeten,
Paul


$ reportbug --help
...
--paranoidshow contents of message before sending
--no-bug-script   don't execute the bug script (if present)
...

Helpen de opties --paranoid of --no-bug-script van reportbug?

---
Floris



Re: Broken kernel?

2018-03-12 Thread floris

Gene Heskett schreef op 2018-03-12 10:51:

On Monday 12 March 2018 05:20:07 floris wrote:


Tom Furie schreef op 2018-03-12 09:41:
> On Mon, Mar 12, 2018 at 04:34:56AM -0400, Gene Heskett wrote:
>> I just happen to have 2 machines on my home network that are Intel
>> D525MW
>> motherboards, with dual core intel atom 1.8 GHz cpu's. They run
>> flawlessly from powerbump to powerbump, on an rtai patched but now
>> elderly kernel, a kernel that says its for an i686-pae. Not an
>> AMD64.
>
> Yes, all 64-bit x86 compatible CPUs are also 32-bit compatible.
>
> Cheers,
> Tom

Intel says the Intel Atom CPU N2600 @ 1.60GHz is 64bit[1]. The am64
kernel is the right one.

[1]https://ark.intel.com/products/58916/Intel-Atom-Processor-N2600-1M-
Cache-1_6-GHz ---
Floris
Call off the dogs, you and several other are correct, and I should not 
be

posting bad info at 3 or 4 am when the only reason I'm up at all is to
take the recyclables to the curb. Its just that I've been running the 
32

bit versions so well for more than half a decade I was convinced that
was the way to fly.

But does this not leave the OP scratching his head, wondering why his
machine won't boot? So we are back to the starting square and I'm out 
of

ammo. At this point I'd run memtest86 long enough, at least overnight,
to verify its not bad memory, and if it is, reseat the lappy style 
dimm,

they are getting old enough that if the air is bad, some contact
exercise might be in order. Mine never get turned off except for power
failures, so thermal stress in the atoms mounting has not stuck up a
hand yet. For those that are shut down, thermal cycling might begin to
be a problem.

I'm going back to bed, where anyone my age ought to be this time of the
morning since he's busy building a wheelchair ramp so I can bring my 
xyl
home with a busted osteoporosis riddled leg. If I ever find the guy 
that

called these the golden years, I'd like to see where the gold is in his
house.


I just checked and the dog is still playing in the backyard, so you 
don't have to worry :-)


Back to OP's question. The Intel Atom N2600 is not very Linux/ 
opensource friendly. I have and old laptop with the same processor and 
also have mixed result with different kernels. Fortunately the Debian 
Stable/ Strech amd64 kernel works without big issues. The Testing 
version has problems with the gma500 module. (I know the OP has a 
different issue and doesn't use the build-in GPU.)


@OP
Do you have a custom initramfs? Check 
/etc/initramfs-tools/initramfs.conf and make sure MODULES is set to 
"most".


---
Floris



Re: Broken kernel?

2018-03-12 Thread floris

Tom Furie schreef op 2018-03-12 09:41:

On Mon, Mar 12, 2018 at 04:34:56AM -0400, Gene Heskett wrote:

I just happen to have 2 machines on my home network that are Intel 
D525MW

motherboards, with dual core intel atom 1.8 GHz cpu's. They run
flawlessly from powerbump to powerbump, on an rtai patched but now
elderly kernel, a kernel that says its for an i686-pae. Not an AMD64.


Yes, all 64-bit x86 compatible CPUs are also 32-bit compatible.

Cheers,
Tom


Intel says the Intel Atom CPU N2600 @ 1.60GHz is 64bit[1]. The am64 
kernel is the right one.


[1]https://ark.intel.com/products/58916/Intel-Atom-Processor-N2600-1M-Cache-1_6-GHz
---
Floris



Re: Troubles with my thinkpad e560 ev0

2018-03-11 Thread floris

stuv schreef op 2018-03-11 18:22:

Hi everyone,

i've installed debian 9 stable and everything is working so far..

one of the troubles is the graphics - it has an intel and an amd radeon
card installed and at boot time (after grub) i've to enter my
username/pw to procceed (just hitting enter does the thing also)..

i tried everything like firmware-amd-graphics or firmware-misc-nonfree
and other stuff but i'm not able to get rid of the login nor do i get
the 3d card working :X

here the data you need to help me to resolve the issue(s): (http://past
e.debian.net/1013384/)



Maybe there are some clues in your Xorg.*.log file?
You can find this log in ~/.local/share/xorg/ or in /var/log/

---
Floris



Re: Can't get my video card running

2018-02-05 Thread floris

Erkko Lahnajärvi schreef op 2018-02-05 15:49:

Hi,

I fetched a new computer few days ago. The equipment are:

Motherboard: Gigabyte AB350-Gaming
CPU: Amd Ryzen 3 1300x
RAM: 16Gb
Video card: GeForce GTX 1050 Ti
Hard disk: WD green 240 Gb

On this computer I installed Debian-9.3.0-amd64.
I've first tried to install the video card. I found a particular
driver for Linux from Ndivia's website. And then I bigan to install
it...

Filename: NVIDIA-Linux-x86_64-375.20.run

I ran the file in Konsole, but then installation started to ask me
packages I should install first.

First ask: 'gcc' -package, I installed it, another try to install ->
didn't get through
Second ask: 'make' -package, installed that too, another try to
install VC-driver -> didn't get through
Third ask: [some package which I don't remember!!??],installed that
too, another try to install VC-driver -> didn't get through
Fourth ask: 'kernel-source or kernel-devel RPM' or define
'--kernel-source-path

But my src folder does not contain kernel-source. From which folder
should I look the kernel-source?

Then I tried some guides from web:

https://linuxconfig.org/how-to-install-the-latest-nvidia-drivers-on-debian-9-stretch-linux

I did as I was ordered in the pages and restarted my computer. But
after that everything seems to be the same. From where can I set
resolution and other videocard adjustments?

How could I install my video card in first place?

--

Friendly regards

Erkko Lahnajärvi


Don't use the nvidia*.run file. Debian has the nvidia-driver package.
read: 
https://wiki.debian.org/NvidiaGraphicsDrivers#Debian_9_.22Stretch.22


(TL;DR)
- add non-free and contrib to your sources.list
- sudo apt-get update
- sudo apt-get install nvidia-driver
- reboot

Install the nvidia-settings package if you want to modify your video 
card settings.


---
Floris



Re: Firefox 58

2018-01-31 Thread Floris
Op Wed, 31 Jan 2018 21:54:27 +0100 schreef Koen Wybo  
<koen.w...@pandora.be>:



Op 31-01-18 om 17:59 schreef Floris:
Op Wed, 31 Jan 2018 15:57:05 +0100 schreef Cecil Westerhof  
<ce...@decebal.nl>:



Ik heb begrepen dat Firefox 58 een forse verbetering is. Die zou ik
via unstable kunnen installeren. Iemand dit reeds gedaan? Is dat een
goed, of een slecht idee?



Het mixen van pakketten uit verschillende Debian distributies wordt  
afgeraden.

https://wiki.debian.org/DontBreakDebian

De meest veilige manier is om via mozilla.org firefox te downloaden.  
Het tar.gz bestand kan je dan op een willekeurige plek uitpakken en  
vanaf daar firefox uitproberen.



Hoewel aangeraden om niet te mixen, heb ik geluk gehad: mozilla firefox  
werkt probleemloos op mijn Debian Stretch (9.3).



Als je niet te veel andere pakketten uit unstable hebt binnen gehaald, dan  
moet het geen probleem zijn. Houd wel in gedachten dat als een update van  
Debian niet werkt, je eerst alle pakketten uit unstable weer downgrade  
naar stable. Maar je kan ook geluk hebben dat het goed blijft gaan. Ook  
kan je er voor kiezen helemaal te upgraden naar testing of unstable.  
Zoveel grote problemen zijn er bij mij met unstable de afgelopen jaren  
niet geweest.




Re: Firefox 58

2018-01-31 Thread Floris
Op Wed, 31 Jan 2018 15:57:05 +0100 schreef Cecil Westerhof  
:



Ik heb begrepen dat Firefox 58 een forse verbetering is. Die zou ik
via unstable kunnen installeren. Iemand dit reeds gedaan? Is dat een
goed, of een slecht idee?



Het mixen van pakketten uit verschillende Debian distributies wordt  
afgeraden.

https://wiki.debian.org/DontBreakDebian

De meest veilige manier is om via mozilla.org firefox te downloaden. Het  
tar.gz bestand kan je dan op een willekeurige plek uitpakken en vanaf daar  
firefox uitproberen.




Re: Aptitude package manager "package"

2018-01-24 Thread Floris

Op Wed, 24 Jan 2018 10:53:17 +0100 schreef <to...@tuxteam.de>:


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wed, Jan 24, 2018 at 10:21:45AM +0100, Floris wrote:
Op Tue, 23 Jan 2018 20:44:19 +0100 schreef OECT T  
<oect_1...@hotmail.com>:


[...]


>I searched into Synaptics package manager and noticed that the
>package is not marked with the Debian icon >indicating that the
>package is not supported.
>
On my system (Debian sid) aptitude has the Debian logo in synaptics.


Folks, learn to use the web site. Just surf over to [1] and you can
query the current package database. For example, entering "aptitude"
into the form and choosing "any" as Distribution shows you what
distributions carry aptitude as a package [2] (and which versions
of said package are in each distrib).


Thanks for explaining how to use the internet /s


For aptitude, it turns out that aptitude is in wheezy (aka 7, aka
(currently) oldoldstable), jessie (aka 8, aka oldstable), stretch
(aka 9, aka stable), buster (aka testing) and sid (aka unstable).

Thus either the icon in Synaptics is wrong (check your package
sources, check your update status) or whatever Synaptics is trying
to tell you with this icon is not what you think it's telling you.


Maybe you could point the OP a way how to find out what is wrong?


Personally, I've perceived Synaptics as pretty unpredictable, but
I've never found out whether it's the program or it's me.


Synaptics is very useful for users who wants a GUI for apt or dpkg. But I  
agree with you when there is a dependency issue it isn't very useful.



[1] https://packages.debian.org/
[2]  
https://packages.debian.org/search?keywords=aptitude=names=all=all

- -- t
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlpoV40ACgkQBcgs9XrR2kaoqgCfT466Tq5KLQNp4hqQrS/qi8N7
IFcAn3rFVl4j4Wk+WMd/fVAxRmqv7Cu8
=tO+4
-END PGP SIGNATURE-




Re: Aptitude package manager "package"

2018-01-24 Thread Floris

Op Tue, 23 Jan 2018 20:44:19 +0100 schreef OECT T :





Hi all:





I just installed Debian Stretch 9.3.0 and noticed that the Aptitude  
package was not installed by default.




I searched into Synaptics package manager and noticed that the package  
is not marked with the Debian icon >indicating that the package is not  
supported.


On my system (Debian sid) aptitude has the Debian logo in synaptics. Did  
you install and update the debian-keyring package? Or do you have an  
untrusted source in your sources.list? You can find the download source  
with "apt-cache policy aptitude"


(example)

$ apt-cache policy aptitude
aptitude:
  Installed: 0.8.10-6
  Candidate: 0.8.10-6
  Version table:
 *** 0.8.10-6 500
500 http://ftp.nl.debian.org/debian unstable/main amd64 Packages
500 http://ftp.nl.debian.org/debian buster/main amd64 Packages
100 /var/lib/dpkg/status



Re: T570 Powerkey doesn't work

2018-01-08 Thread Floris

Op Sun, 07 Jan 2018 15:11:54 +0100 schreef Floris <jkflo...@dds.nl>:

Op Thu, 04 Jan 2018 22:42:34 +0100 schreef Markus Grunwald  
<mar...@the-grue.de>:



Hello,

as far as I understand, pressing the power key on my Lenovo T570 should
produce some output in the journal like this:

Mär 31 18:04:47 my_computer systemd-logind[1402]: Power key pressed.

On my laptop, this doesn't work - I see nothing in the journal.
Hibernating doesn't work, neither but that's the reason, I think...

Is there something special that I have to do?

cu


Can you find the Powerkey with evtest?

[NumLock example]

sudo evtest /dev/input/event12
...
Event: time 1434666536.001123, type 4 (EV_MSC), code 4 (MSC_SCAN), value  
70053
Event: time 1434666536.001123, type 1 (EV_KEY), code 69 (KEY_NUMLOCK),  
value 0

Event: time 1434666536.001123, -- EV_SYN 




from mar...@the-grue.de

I see this in /dev/input/event3

Input driver version is 1.0.1
Input device ID: bus 0x19 vendor 0x0 product 0x1 version 0x0
Input device name: "Power Button"
Supported events:
  Event type 0 (EV_SYN)
  Event type 1 (EV_KEY)
Event code 116 (KEY_POWER)
Properties:
Testing ... (interrupt to exit)

But nothing happens when I push the button

Neither does it on any of the other /dev/input/event*

cu


The power button is recognized by the kernel. Does systemd also recognize  
the button?	

$ udevadm info /dev/input/event3
Look for a "E: TAGS=:power-switch:" line
P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input11/event3
...
E: SUBSYSTEM=input
E: TAGS=:power-switch:
...
$ loginctl seat-status seat0
...
/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input11
input:input11 "Power Button"
...
Is the power button inhibit by a DE?
$ systemd-inhibit
...
Who: Debian-gdm (UID 111/Debian-gdm, PID 1535/gsd-media-keys)
What: handle-power-key:handle-suspend-key:handle-hibernate-key
Why: GNOME handling keypresses
Mode: block
...



Re: Weired package policy

2018-01-07 Thread Floris

Op Sun, 07 Jan 2018 15:58:57 +0100 schreef Hans :


Hi folks,

there is a thing, I cannot understand.

From time to time, there appear packages, which are in stable for a  
long time,

and then suddenly they are in unstable and stable, but NOT in testing.

This is a policy, I do not understand! An actual example is "cqrlog"  
which

appears in stable and sid, but not in testing.

For my feeling, I would expect "cqrlog" in testing, too, maybe in the  
same

version as in stable, but not fully disappeared.



from: https://tracker.debian.org/pkg/cqrlog

testing migrations
excuses:
Migration status: BLOCKED: Rejected/introduces a regression (please see  
below)

164 days old (needed 5 days)
Updating cqrlog introduces new bugs: #867140

There is difference of opinion about the libssl version. Buster will have  
1.1. Cqrlog depends on 1.0




Re: T570 Powerkey doesn't work

2018-01-07 Thread Floris
Op Thu, 04 Jan 2018 22:42:34 +0100 schreef Markus Grunwald  
:



Hello,

as far as I understand, pressing the power key on my Lenovo T570 should
produce some output in the journal like this:

Mär 31 18:04:47 my_computer systemd-logind[1402]: Power key pressed.

On my laptop, this doesn't work - I see nothing in the journal.
Hibernating doesn't work, neither but that's the reason, I think...

Is there something special that I have to do?

cu


Can you find the Powerkey with evtest?

[NumLock example]

sudo evtest /dev/input/event12
...
Event: time 1434666536.001123, type 4 (EV_MSC), code 4 (MSC_SCAN), value  
70053
Event: time 1434666536.001123, type 1 (EV_KEY), code 69 (KEY_NUMLOCK),  
value 0

Event: time 1434666536.001123, -- EV_SYN 



Re: [Stable/AMD64] Changing gdm background

2018-01-06 Thread Floris
Op Fri, 05 Jan 2018 18:38:29 +0100 schreef Leandro Noferini  
<lnofe...@cybervalley.org>:



Leandro Noferini <lnofe...@cybervalley.org> writes:


I would like to change the default background of gdm login screen on my
laptop (to put into my contacts); I looked for a solution but none of my
findings worked: is there a way to change this background that actually
works?


Any help?

In the meantime I installed lightdm and I have changed the login screen
with the utility lightdm-gtk-greeter-settings but I would like to use
gdm.



There is no easy way to change the gdm3 theme, but you can. The Arch Wiki  
has a small how-to:

https://wiki.archlinux.org/index.php/GDM

Floris



Re: system boots to terminal

2017-12-28 Thread Floris
Op Thu, 28 Dec 2017 11:41:22 +0100 schreef Tony van der Hoff  
:



Hi,

Since upgrading Jessie to Stretch, I find my system boots to a terminal,
instead of a desktop. I can log in, run startx, and the desktop then
appears. I then need to log in again.

So, how do I get my system to boot straight to the desktop?

Cheers, Tony



Things you could try:

- Is systemd set to boot into graphical mode?
$ systemctl get-default
graphical.target

If you get an other output run:
# systemctl set-default graphical.target


- Reconfigure gdm3 and make sure gdm is the default display manager
# dpkg-reconfigure gdm3
$ cat /etc/X11/default-display-manager
/usr/sbin/gdm3



Re: VLC failure on Debian 9.3

2017-12-27 Thread Floris
Op Wed, 27 Dec 2017 22:07:32 +0100 schreef John Hosack  
:



Hello,

I have a DVD that plays on MacOS using VLC, but will not play on
Debian using VLC.  Some details
Disc: Video Format: NTSC, Audio Format: Dolby, Media Format: Standard  
Definition

On MacOS 10.12.6 plays using either:
Mac OS DVD Player App version:5500.70l, Framework Version: 5.9.6
VLC on Mac: Version 2.2.8
On Debian 9.3 on Asus EEE PC 900A.
VLC on Debian: Version 2.2.7
sees disc title, spins disc, then nothing
SMPlayer on Debian: Version 16.11.0
sees disc title, spins disc, then error
Exit code 2 "Failed to recognize file format"

Any suggestion?

Thanks,
John Hosack



Do you have libdvdcss2 installed?
https://wiki.debian.org/MultimediaCodecs#DVD_Playback



Re: Nvidia driver installing newer releases from SVN

2017-12-06 Thread Floris
Op Tue, 05 Dec 2017 21:03:46 +0100 schreef Benny Simonsen  
:



Hi,

System: Fresh Debian 9
I have a Nvidia GT 1030, that needs 384 (or newer), and I have followed  
the guide listed here:

https://wiki.debian.org/NvidiaGraphicsDrivers#Building_newer_releases_from_SVN
Last step: svn-buildpackage --svn-ignore -us -uc -rfakeroot

But whats next, have tried cd to buid-area folder, containg the deb  
files, and "dpkg -i *.deb", but leaves unconfigured >packages and other  
issues.


Not all packages are needed and can't be installed at the same time (glvnd  
and non-glvnd). Start with the nvidia-driver meta package and resolve the  
dependencies. Or make a local repo and let apt resolve the dependencies.

Re: My name, Norton Cater, email address: norton.ca...@gmail.com, is on your mailing list in error- Please remove it

2017-12-05 Thread Floris
Op Tue, 05 Dec 2017 10:39:07 +0100 schreef Norton Caterq1qb  
:



Thank you

Sent from my iPad



Please read:
https://www.debian.org/MailingLists/#subunsub



Re: Play On Linux, Wine, & iTunes

2017-11-26 Thread Floris

Op Sun, 26 Nov 2017 04:16:04 +0100 schreef Josh W. :

Hello my Linux friends!! I have installed wine and all of its  
dependencies/recomendeds for wine, Play On Linux and am trying >to  
install iTunes on my Debian stretch system i just cannot find anything  
that is truly helpful I only have Winetricks >in my application menu  
and have tried several way of installing iTunes... If somebody could  
point me in the right direction >that would be AWESOME! Thank You.


Joshua 


According to the Wine AppDB [1] iTunes has a "silver" rating. So it works  
almost out of the box. Make sure you use the latest Wine version [2] from  
WineHQ and remove PlayonLinux.




[1] https://appdb.winehq.org/objectManager.php?sClass=application=1347
[2] https://wiki.winehq.org/Debian

Re: apt-cache show

2017-11-15 Thread Floris
Op Tue, 14 Nov 2017 18:02:21 +0100 schreef Jilguero ostras  
:



Hi,

the command "apt-cache show" displays package information, including  
package size after installation, but units are not >reported (Mb, Kb,  
etc). I have seen a bug report long ago:


Debian Bug report logs -#173120

but it seems this is not fixed. It would be wise unites are reported.  
Thank you.



Best regards,


Jilguero.



You can read in the bug report [1] :
...
So, while we can't change apt-cache for compatibility reasons as Matt
already said years ago, we have by now 'apt' which is intended to be
a more human friendly interface (or to be more percise an interface not
used by scripts, so we can actually change things "at will") which
supports this by now.

Therefore closing as done.
...

In other words: use 'apt' if you are human or use 'apt-get' if you are a  
machine.




[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=173120



Re: No KODI for buster?

2017-11-13 Thread Floris
Op Mon, 13 Nov 2017 01:51:17 +0100 schreef Man_without_clue  
<love.cha...@gmail.com>:



Hi all,

There is no KODI for the buster?

How come?




If you are brave enough to try the deb-multimedia repo has Kodi:
http://www.deb-multimedia.org/

Note: these packages can/will sometimes break your system or make an  
update impossible.


Floris



Re: where is gmplayer in jessie

2017-11-04 Thread Floris

Op Fri, 03 Nov 2017 22:10:32 +0100 schreef Long Wind <longwi...@yahoo.com>:


i have installed mplayer2 for jessie
but where is gmplayer? how to install it?
Thanks!


Note: the mplayer2 package isn't supported upstream anymore. Please use  
mplayer or mpv


Floris

Use the Intel and Nvidia GPU at the same time

2017-11-04 Thread Floris
Previously I used two NVidia GPU's to make a multiseat setup and  
everything worked as expected. Recently the computer had a problem and I  
switched the CPU. The new one have the Intel HD Graphics 630 display  
controller, so I was wondering if I could use the Intel and the NVidia  
GPU's to make a multiseat.


Unfortunately I have no luck to get two accelerated seats. If the NVidia  
GLX extension is loaded, the Intel seat is complaining: Failed to  
initialize GLX extension (Compatible NVIDIA X driver not found). Or I load  
the Mesa GLX variant and the NVidia seat falls back in the software mode.


Is it possible to load both the NVidia GLX and the Intel/Mesa GLX  
extension, or should I plug the other NVidia GPU back in?


Floris



Re: Lightweight Audio-Only DLNA player

2017-10-19 Thread Floris
Op Wed, 18 Oct 2017 15:06:13 +0200 schreef Rob McCathie  
<korr...@gmail.com>:



On 17/10/17 23:37, Robert Latest wrote:

Hello,

there's plenty of DLNA capable media players around, but all of them
(or at least, all that I could find) are gargantuan packages with tons
of functionality and dependencies that I don't need or want. This is
supposed to run audio-only on a small headless SBC with a USB
connected DAC, nothing else.

Thanks,
robert



minidlna is not suitable?

--
Regards,

Rob McCathie



isn't minidlna a DLNA server instead of a client?

Floris



Re: X crashes when closing one of two running X sessions

2017-10-19 Thread Floris
Op Wed, 18 Oct 2017 18:13:39 +0200 schreef Robert Arkiletian  
<rob...@gmail.com>:



Using Debian Stretch x86_64. I don't use a greeter like lightdm. I
just log in at the virtual terminal, then startx (xfce desktop). I
like to use multiple accounts (running X) at the same time on
different virtual terminals (eg. ctrl-alt-f1  ctrl-alt-f2)

All is fine until I exit (shutdown) one X session, then the other
running X session freezes and then after a little while crashes. Any
ideas on how to find or diagnose what's causing this issue are much
appreciated.

Thanks



Maybe you can find more information in the log messages.  
/var/log/Xorg.x.log gives information about the X server. Or try  
journalctl to read all log messages.


Floris



Re: Update under Gnome - I almost passed out!!!

2017-10-15 Thread Floris
Op Sun, 15 Oct 2017 02:28:10 +0200 schreef A_Man_Without_Clue  
:



Hi all,

I just posted question regarding LXDE panel, but

i was just trying to see if it would make differences if I switched to
GNOME desktop and go back to LXDE hoping it might read config file or
whatever correctly but...

I just was looking around under GNOME for while then the pop-up at the
top of the desktop sayinf "important Update" so I clicked and it
says there are 4 important updates for VLC, OS, Audacious and forgot the
other one. SO without thinking I clicked to update. Then it said the
system will reboot automatically and run update. The PC rebooted as it
said, then displayed progressive update process...took while.

When the PC started with GDM3 display manager (I had configured with
lightDM though), it only showed my account name. I had three other
account set up. and it used to show all the other users.
Anyway, I logged in with my account then GNOME started. Funny thing is,
there are no Thunderbird, no other apps I had added. Seemed like it only
had standard apps such as Firefox and others.

i also checked users account to see if other users are there or not, but
no one else was there. i also checked home directory to see if there are
other's home directories. Only mine was there.

At this point I was panicked thinking other settings were deleted.

I rebooted the PC again, now from here my memory is bit hazy as I was
panicking pretty bad but it hanged at start up sequence so I did
ctl+alt+del to restart (it did respond) to reboot. This time it rebooted
normally I started recovery mode. I checked if other account home
directories are there or not, and they are there.
I rebooted again, then the lightDM appears with all other users. Started
normally. I was saved but

What was this behavior? I have never encountered something like this.

Has anyone got same experience as mine?

What was going on? That was pretty bad. I really panicked.

Thanks for reading.


Man Without No Clue



What are the user id's of the other users? Gdm3 doesn't show users with a  
number below 1000




Re: sshfs en umask

2017-10-13 Thread Floris
Op Fri, 13 Oct 2017 11:41:28 +0200 schreef Paul van der Vlis  
<p...@vandervlis.nl>:



Op 13-10-17 om 11:12 schreef Floris:


iets als:
session optional pam_umask.so umask=0002
in /etc/pam.d/sshd

In ieder geval als systemd en logind op de server draaien, zal ik het in
die hoek zoeken.


Ik werk inderdaad met systemd, of ik logind gebruik weet ik niet
helemaal zeker. Logind zou zijn toegevoegd in systemd 30, voor zover ik
zie werk ik met versie 232 dus het zal wel, maar ik zie het niet draaien
met "ps aux", en vind ook geen bestand "logind".

/etc/pam.d/sshd is best een ingewikkeld bestand en pam is niet mijn
specialiteit. Kan ik zo'n regel aan het eind van het bestand toevoegen
of moet dat ergens op een speciale plek in het bestand?

Groet,
Paul

Als ik het goed begrijp dan kan het gewoon aan het einde. Wel is de tip om  
je ssh verbinding aan te laten staan en met een nieuwe verbinding te  
testen of het werkt. Want als het niet werkt kan het zo zijn dat je niet  
meer kan inloggen.


Floris



Re: x : keyboard not working

2017-10-07 Thread Floris


the 'gui' works on executing 'startx' at the command prompt.
and the system "looks" beautiful (in a minimalistic way).
but, the keyboard isn't working under x, no input accepted.
mouse pointer works just fine.

any help and/or pointers in the right direction would be most
welcome.

thanks,

~mayuresh



Debian as two xserver-xorg-input packages. The "old"  
xserver-xorg-input-evdev and the "new" xserver-xorg-input-libinput. You  
can try to remove one package and install the other.


Floris



Re: security-cdn.debian.org weigert me?

2017-09-28 Thread Floris
Op Thu, 28 Sep 2017 13:22:44 +0200 schreef Paul van der Vlis  
<p...@vandervlis.nl>:



Op 28-09-17 om 12:27 schreef Floris:


Misschien heb je er niks aan, maar bij mij verwijst security.debian.org/
naar villa.debian.org
$ ping4 security.debian.org
PING security.debian.org (212.211.132.32) 56(84) bytes of data.
64 bytes from villa.debian.org (212.211.132.32): icmp_seq=1 ttl=59
time=15.0 ms
64 bytes from villa.debian.org (212.211.132.32): icmp_seq=2 ttl=59
time=14.7 ms
64 bytes from villa.debian.org (212.211.132.32): icmp_seq=3 ttl=59
time=14.5 ms
^C

Waar verwijzen de guests naar?

security.debian.org verwijst daar ook naar villa.debian.org.

Hmm, op de probleem-machine verwijst dit naar
mirror-conova-security.debian.org. En op een andere machine naar
wieck.debian.org. Blijkbaar verschilt dit.

Maar de melding gaat niet over security.debian.org, maar om
security-cdn.debian.org, en dat verwijst naar
prod.debian.map.fastly.net. Zowel op de host als op de guests.

Groeten,
Paul.





ping4 security-cdn.debian.org
PING prod.debian.map.fastly.net (151.101.36.204) 56(84) bytes of data.
64 bytes from 151.101.36.204 (151.101.36.204): icmp_seq=1 ttl=59 time=8.76  
ms

^C

Als ik in een browser naar prod.debian.map.fastly.net ga krijg ik:
Fastly error: unknown domain: prod.debian.map.fastly.net. Please check  
that this domain has been added to a service.




Wel vreemd, want op deb.debian.org lees ik het volgende waaruit blijkt dat  
prod.debian.map.fastly.net zal moeten werken:




Welcome to deb.debian.org!

This is deb.debian.org. This service provides mirrors for the following  
Debian archive repositories:


/debian/
/debian-debug/
/debian-ports/
/debian-security/
The server deb.debian.org does not have packages itself, but the name has  
SRV records in DNS that let apt in stretch and later find places.


To use it with a sufficiently recent apt, you for instance can put

deb http://deb.debian.org/debian unstable main
deb http://deb.debian.org/debian-debug unstable-debug main
deb http://deb.debian.org/debian-ports unstable main
in your sources.list.
As of October 2016 the SRV record is

_http._tcp.deb.debian.org.  IN  SRV 10 1 80 
prod.debian.map.fastly.net.
_http._tcp.deb.debian.org.  IN  SRV 10 1 80 
dpvctowv9b08b.cloudfront.net.
If you hit the server behind deb.debian.org directly, either because you  
use an older apt or because you use a HTTP proxy that does not support SRV  
records, your requests will get HTTP redirected to one of the CDN  
instances. If you want to avoid the redirects, you can pick one instance  
directly. For instance, this also works in your sources.list:

deb http://cdn-fastly.deb.debian.org/debian stable main
deb http://cdn-fastly.deb.debian.org/debian-security stable/updates main
The redirection service is also available on HTTPS, so with the  
apt-transport-https package installed, you can use:

deb https://deb.debian.org/debian stable main
deb https://deb.debian.org/debian-security stable/updates main
This service is sponsored by Fastly and Amazon CloudFront.


Waarschijnlijk al tig keer gecontroleerd, maar hoe zien de  
sources.list(.d/) er uit op de probleem machine?


Floris



Re: security-cdn.debian.org weigert me?

2017-09-28 Thread Floris
Op Thu, 28 Sep 2017 11:08:53 +0200 schreef Paul van der Vlis  
<p...@vandervlis.nl>:



Op 27-09-17 om 20:41 schreef Geert Stappers:

On Wed, Sep 27, 2017 at 04:47:36PM +0200, Paul van der Vlis wrote:

Hoi,

Een machine geeft sinds een paar dagen foutmeldingen bij het ophalen  
van

security updates, zoiets:

---
Get:2 http://security.debian.org/ jessie/updates/main git amd64
1:2.1.4-2.1+deb8u5 [3694 kB]
Err http://security.debian.org/ jessie/updates/main
linux-image-3.16.0-4-amd64 amd64 3.16.43-2+deb8u5
  Could not connect to security-cdn.debian.org:80 (151.101.36.204),
connection timed out [IP: 151.101.36.204 80]
Fetched 4962 kB in 4min 0s (20.7 kB/s)
E: Failed to fetch
http://security.debian.org/pool/updates/main/l/linux/linux-image-3.16.0-4-amd64_3.16.43-2+deb8u5_amd64.deb
 Could not connect to security-cdn.debian.org:80 (151.101.36.204),
connection timed out [IP: 151.101.36.204 80]
---

root@kvm:~# telnet 151.101.36.204 80
Trying 151.101.36.204...
telnet: Unable to connect to remote host: Connection timed out
root@kvm:~# ping 151.101.36.204
PING 151.101.36.204 (151.101.36.204) 56(84) bytes of data.
64 bytes from 151.101.36.204: icmp_seq=1 ttl=56 time=4.99 ms
64 bytes from 151.101.36.204: icmp_seq=2 ttl=56 time=5.13 ms
^C

Het gaat om een KVM host, de guests hebben hier geen last van. Deze
hebben een eigen IP.

Wat zal er aan de hand zijn,


Waarschijnlijk een korte onderbreking.
Althans, in mijn meting is de klacht er niet meer.



$ telnet 151.101.36.204 80
Trying 151.101.36.204...
Connected to 151.101.36.204.
Escape character is '^]'.
GET / HTTP/1.0
Host: security.debian.org

HTTP/1.1 302 Found
Server: Apache
X-Content-Type-Options: nosniff
X-Frame-Options: sameorigin
Referrer-Policy: no-referrer
X-Xss-Protection: 1
Location: https://www.debian.org/security/
Cache-Control: max-age=120
Expires: Wed, 27 Sep 2017 18:37:43 GMT
Content-Type: text/html; charset=iso-8859-1
Via: 1.1 varnish
Fastly-Debug-Digest:  
96a24a8855fbaca6dde10ffdbdf5bb8c9e4c05f00c65c15a702fb8928a1cedb9

Content-Length: 285
Accept-Ranges: bytes
Date: Wed, 27 Sep 2017 18:35:43 GMT
Via: 1.1 varnish
Age: 0
Connection: close
X-Served-By: cache-fra1226-FRA, cache-ams4432-AMS
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1506537343.421910,VS0,VE28



302 Found

Found
The document has moved href="https://www.debian.org/security/;>here.


Apache Server at security.debian.org Port 80

Connection closed by foreign host.

Nee, het probleem is er nog steeds en speelt al sinds een week.

Bij vele machines gaat het dus ook bij mij prima, net als bij jou.
Maar bij 1 machine niet.

Deze machine is een KVM-host, guests op deze machine hebben er geen last
van terwijl ze aan hetzelfde fysieke netwerkkabeltje hangen (ze hebben
wel een ander IP).

Groeten,
Paul.





Misschien heb je er niks aan, maar bij mij verwijst security.debian.org/  
naar villa.debian.org

$ ping4 security.debian.org
PING security.debian.org (212.211.132.32) 56(84) bytes of data.
64 bytes from villa.debian.org (212.211.132.32): icmp_seq=1 ttl=59  
time=15.0 ms
64 bytes from villa.debian.org (212.211.132.32): icmp_seq=2 ttl=59  
time=14.7 ms
64 bytes from villa.debian.org (212.211.132.32): icmp_seq=3 ttl=59  
time=14.5 ms

^C

Waar verwijzen de guests naar?

Floris



Re: wine in stretch-backports

2017-09-24 Thread Floris
Op Sun, 24 Sep 2017 03:25:55 +0200 schreef Sridhar M. A.  
:



On Sat, Sep 23, 2017 at 05:02:01AM -0500, Richard Owlett wrote:
   >
   > Thank you for the link. Installing wine has been on my "to-do" list.
   > That page also has valuable links for another problem :}
   >
I install wine from wine-staging.com. As of yesterday, I am runing 2.17
which was released a couple of days back.

Take a look at https://wine-staging.com/installation.html#distro_debian



Wine Staging is part of Wine. Both sites let you set the same repo.


https://wiki.winehq.org/Debian
...
Next add the repository to /etc/apt/sources.list or create a *.list under  
/etc/apt/sources.list.d/ with the following content:


deb https://dl.winehq.org/wine-builds/debian/ DISTRO main
...



https://wine-staging.com/installation.html
...
And add our repository at the end of your /etc/apt/sources.list file:

# For Debian Wheezy add the following line:
deb https://dl.winehq.org/wine-builds/debian/ wheezy main
...



Re: wine in stretch-backports

2017-09-23 Thread Floris

Op Sat, 23 Sep 2017 10:06:28 +0200 schreef Rainer Dorsch :


Hello,

there have been many wine version in jessie backports, so far I have not  
seen

any wine versions in stretch backports.

rd@blackbox:~/tmp.nobackup/Aglaya/Dataq$ apt-cache policy wine
wine:
  Installiert:   1.8.7-2
  Installationskandidat: 1.8.7-2
  Versionstabelle:
 2.0.2-1 90
 90 http://ftp.de.debian.org/debian buster/main amd64 Packages
 90 http://ftp.de.debian.org/debian buster/main i386 Packages
 80 http://ftp.de.debian.org/debian sid/main amd64 Packages
 80 http://ftp.de.debian.org/debian sid/main i386 Packages
 *** 1.8.7-2 500
500 http://ftp.de.debian.org/debian stretch/main amd64 Packages
500 http://ftp.de.debian.org/debian stretch/main i386 Packages
100 /var/lib/dpkg/status
rd@blackbox:~/tmp.nobackup/Aglaya/Dataq$

Is anybody planning to bring packages into stretch-backports?

Or are they available from anywhere else?


Yes they are:
https://wiki.winehq.org/Debian




Thanks
Rainer




Re: Compatibility of the Irisscan executive 4 scanner

2017-09-14 Thread Floris
Op Thu, 14 Sep 2017 11:31:01 +0200 schreef Alex ARNAUD  
:



Dear all,

I install Debian GNU/Linux on computer for visual-impaired users and  
I've a request about the compatibility of a Irisscan executive 4 scanner.


I've sought on the internet without finding any specific data about this  
model.


Do you know if this model is compatible with Sane and if yes where I  
could find a tutorial to install it?


Best regards.



According to the Sane website [1] the IRIS products are unsupported. Maybe  
the Iriscan executive 4 has an other chipset and will work. Is it possible  
to find the USB-id or the manufacturer of the chipset?


[1] http://www.sane-project.org/lists/sane-mfgs-cvs.html#Z-IRIS



Re: mijn e-mails

2017-08-25 Thread Floris
Op Thu, 24 Aug 2017 21:54:27 +0200 schreef wilfried martens  
:



Schrijf me maar uit, a.u.b.


Hier lees je hoe je dat kan doen:
https://www.debian.org/MailingLists/#subunsub

Re: Disappearance of the kernel

2017-07-22 Thread Floris
Op Fri, 21 Jul 2017 20:47:00 +0200 schreef Cyril Brulebois  
<k...@debian.org>:



Hi,

agustín torrijos orenes <agustintorrijosore...@gmail.com> (2017-07-21):

Good afternoon! My name is Agus, and above all I would like to thank you
for the extraordinary work that all the members of this wonderful  
project,

including the community, perform.

I have a problem with the Testing version that happened to explain:

I installed version 9.0 "Stretch" looking with the repositories to  
testing,

I am almost sure that updated to version 10.0 "Buster".

I performed a cleanup of the system with the instructions "autoclean,
clean, revome, autoremove", and it seems that I uninstalled all the  
kernel.


This shouldn't happen since kernels are blacklisted for such operations?


When I rebooted I could not enter the Grub anymore, I just got some
instructions that asked for my password, but when I entered it nothing
happened.


This password you entered is for what? Your BIOS? The rescue mode? Grub?
And what did you expected to happen after you typed this password?

Is it possible to give some more information?

Floris



Re: gtx1060 debian9.0.1 black screen

2017-07-22 Thread Floris

Op Fri, 21 Jul 2017 22:26:01 +0200 schreef <c...@maryno.net>:


Hello Debian great OS!

I have gtx1060 and monitor resolution 1920x1200

Debian 9.0.1 live cd.

I get black screen "Resolution not support"

I think it's not good.



You are probably using the open source nouveau Nvidia driver, which  
doesn't support this newer card. Try to use the closed sourced  
nvidia-driver from the non-free repo.


Floris



Re: Grub2 on clean Stretch install

2017-06-27 Thread Floris
Op Tue, 27 Jun 2017 18:04:19 +0200 schreef David Wright  
<deb...@lionunicorn.co.uk>:



On Tue 27 Jun 2017 at 17:37:53 (+0200), Floris wrote:

Just wondering, why has the grub2-common package two update-grub files?

One is just a symlink to the other
ls -asl update-grub*
4 -rwxr-xr-x 1 root root 64 jun 23 12:35 update-grub
0 lrwxrwxrwx 1 root root 11 jun 23 14:47 update-grub2 -> update-grub

If there are programs depending on update-grub2, a small transition
might have been a nicer solution.


Sorry, what's a "small transition" and what does it solve?

Cheers,
David.



I think if there is a program depending on /usr/sbin/update-grub2 it  
shouldn't be difficult to update that program to /usr/sbin/update-grub. I  
known a symlink isn't "free-space-eating", but it looks more polished.




Grub2 on clean Stretch install

2017-06-27 Thread Floris

Just wondering, why has the grub2-common package two update-grub files?

https://packages.debian.org/stretch/amd64/grub2-common/filelist

File list of package grub2-common in stretch of architecture amd64

/usr/sbin/grub-install
/usr/sbin/grub-reboot
/usr/sbin/grub-set-default
/usr/sbin/update-grub
/usr/sbin/update-grub2
/usr/share/bug/grub2-common/presubj
/usr/share/bug/grub2-common/script
/usr/share/doc/grub2-common
/usr/share/grub/default/grub
/usr/share/grub/default/grub.md5sum
/usr/share/info/grub-dev.info.gz
/usr/share/info/grub.info.gz
/usr/share/man/man8/grub-install.8.gz
/usr/share/man/man8/grub-reboot.8.gz
/usr/share/man/man8/grub-set-default.8.gz
/usr/share/man/man8/update-grub.8.gz
/usr/share/man/man8/update-grub2.8.gz

One is just a symlink to the other
ls -asl update-grub*
4 -rwxr-xr-x 1 root root 64 jun 23 12:35 update-grub
0 lrwxrwxrwx 1 root root 11 jun 23 14:47 update-grub2 -> update-grub

If there are programs depending on update-grub2, a small transition might  
have been a nicer solution.


Floris



Re: Stretch upgrade from Jessie -- several issues

2017-06-26 Thread Floris
Op Mon, 26 Jun 2017 03:23:32 +0200 schreef Ralph Katz  
<ra...@ralphkatz.com>:



-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 06/25/2017 04:22 PM, Floris wrote:


Op Sun, 25 Jun 2017 19:10:40 +0200 schreef Ralph Katz
<ra...@ralphkatz.com>:



3) The sound volume up/down function keys [Fn up/down arrow] no
longer respond (xfce4).  However the screen brightness keys
function normally [Fn left/right arrow].  The mute sound
function key is also ignored [Fn F8].  I can control volume
with the mouse using pavucontrol or gkrellm-volume.


No progress.


if the keys are recognized by the kernel, then you can remap them
with an udev hwdb rule.

Test with evtest if the keys get a scancode and a keycode.
Something like: type 4 (EV_MSC), code 4 (MSC_SCAN), value 700e0
type 1 (EV_KEY), code 29 (KEY_LEFTCTRL), value 1 In this case I
pressed the Left Ctrl key, which has a value of 700e0

Create a new rule in /etc/udev/hwdb.d with something like:

evdev:atkbd:dmi:bvn*:bvr*:bd*:svnAcer*:pn*
KEYBOARD_KEY_ed=volumeup KEYBOARD_KEY_ee=volumedown etc...

use evemu-describe to find your evdev:... line

also read:
https://wiki.archlinux.org/index.php/Map_scancodes_to_keycodes
https://wiki.archlinux.org/index.php/Extra_keyboard_keys
/lib/udev/hwdb.d/60-keyboard.hwdb for more information and
examples

Floris


Thanks Floris!  I will look into this, but I am confounded as to why
on jessie and previous versions, recognizing these sound keys was
automatic.

Ralph



Maybe the switch from "the old" xserver-xorg-input-evdev to "the Wayland"  
xserver-xorg-input-libinput has something to do with it. But I don't know  
if you have the libinput version installed.


https://packages.debian.org/stretch/xserver-xorg-input-libinput
...
X.Org X server -- libinput input driver

This package provides the driver for input devices using libinput library.  
It can handle keyboards, mice and touchpads, and essentially replaces the  
separate -evdev and -synaptics drivers.

...

Floris



Re: Stretch upgrade from Jessie -- several issues

2017-06-25 Thread Floris


Op Sun, 25 Jun 2017 19:10:40 +0200 schreef Ralph Katz  
<ra...@ralphkatz.com>:



3) The sound volume up/down function keys [Fn up/down arrow] no longer
respond (xfce4).  However the screen brightness keys function normally
[Fn left/right arrow].  The mute sound function key is also ignored [Fn
F8].  I can control volume with the mouse using pavucontrol or
gkrellm-volume.


No progress.


if the keys are recognized by the kernel, then you can remap them with an  
udev hwdb rule.


Test with evtest if the keys get a scancode and a keycode. Something like:
type 4 (EV_MSC), code 4 (MSC_SCAN), value 700e0
type 1 (EV_KEY), code 29 (KEY_LEFTCTRL), value 1
In this case I pressed the Left Ctrl key, which has a value of 700e0

Create a new rule in /etc/udev/hwdb.d with something like:

evdev:atkbd:dmi:bvn*:bvr*:bd*:svnAcer*:pn*
 KEYBOARD_KEY_ed=volumeup
 KEYBOARD_KEY_ee=volumedown
 etc...

use evemu-describe to find your evdev:... line

also read:
https://wiki.archlinux.org/index.php/Map_scancodes_to_keycodes
https://wiki.archlinux.org/index.php/Extra_keyboard_keys
/lib/udev/hwdb.d/60-keyboard.hwdb
for more information and examples

Floris



Re: Debian 9 - eGalax-Touch

2017-06-21 Thread Floris
Op Wed, 21 Jun 2017 22:08:54 +0200 schreef Stefan Weinzierl  
<ste...@weinzierl-stefan.de>:



On 21.06.2017 19:38, Larry Dighera wrote:

On Wed, 21 Jun 2017 18:43:11 +0200, you wrote:


Can somebody tell me, what I have to do, to get this device useable?


Perhaps there's a clue here: http://www.eeti.com.tw/drivers_Linux.html


I can't get the driver from this page running with Debian 9.



You can install this driver manually

copy the content of  
eGTouch_v2.5.5814.L-x/eGTouch_v2.5.5814.L-x/eGTouch64/eGTouch64withX

to /usr/bin
in a terminal run eGTouchD
in an other terminal run eGTouchU and test your device

Floris



What I found interesting, is that the installer, can work with the touch  
and the ready installed system not.


Stefan




Re: Debian 9 - eGalax-Touch

2017-06-21 Thread Floris
Op Wed, 21 Jun 2017 18:43:11 +0200 schreef Stefan Weinzierl  
<ste...@weinzierl-stefan.de>:



Hello,

I have here an device with an touch-screen which can I use during the  
installation of Debian 9. But when the System is installed, I can't use  
the touch-device anymore.


lsusb says that this is an eGalax-device.

Can somebody tell me, what I have to do, to get this device useable?

Stefan



maybe if you replace the new way xserver-xorg-input-libinput with the old  
way xserver-xorg-input-evdev the device will work again.


Floris



Re: Add unknown keyboard key

2017-06-09 Thread Floris

Op Thu, 08 Jun 2017 14:13:53 +0200 schreef Floris <jkflo...@dds.nl>:


Op Mon, 29 May 2017 16:27:49 +0200 schreef Floris <jkflo...@dds.nl>:


Hey,

I have an older Asus R2E UMPC. A long time it has Windows installed on  
it, because I only used it as a navigation device. And an attempt, long  
ago, to install and run Fedora on it, didn't work. But time has  
changed, Windows 10 is sluggish. So I give it an other try with Debian  
Sid (The same version I run on my desktop). So far so good. The  
touchscreen and fingerprint reader works. And even with Gnome3 the  
performance is good. There is only one issue so far: an extra button on  
the device.


There are 4 extra buttons and I remapped them with xmodmap. And it  
looks like they work, because when I run

xev -event keyboard
The keys are correct:
- keycode 112 XF86ScrollUp
- keycode 117 XF86ScrollDown
- keycode 234 XF86Launch0
- keycode 248 XF86Launch1  <-- This one doesn't work

But when I run:
evtest /dev/input/event9
I get
...
Event code 226 (KEY_MEDIA)
Event code 240 (KEY_UNKNOWN) <-- minus 8 from the kernel?
...

Pressing the XF86Launch1 (KEY_UNKNOWN) button dmesg gives:
asus_laptop: Unknown key 9a pressed

I added an udev hwdb rule to /etc/udev/hwdb.d/70-keyboard.hwdb
evdev:name:Asus Laptop extra buttons:dmi:bvn*:bvr*:bd*:svnASUS:pn*pvr*
  KEYBOARD_KEY_9a=prog1

But when I add a shortcut with Gnome Keyboard settings. I can add the  
key to an shortcut, but nothing happens when I press the button. When I  
add one of the other buttons to a shortcut, they work as expected.


Maybe someone has an idea to solve this problem?

Floris



Still no success, but a little progress.

I made a hwdb rule in /etc/udev/hwdb.d/99-keyboard.hwdb
evdev:name:Asus Laptop extra buttons:dmi:bvn*:bvr*:bd*:svnASUS:pn*pvr*
  KEYBOARD_KEY_95=keyboard
  KEYBOARD_KEY_9a=screen

after an udevadm update and trigger udevadm info /dev/input/event5  
reports the buttons:

...
E: ID_PATH_TAG=platform-asus_laptop
E: KEYBOARD_KEY_6b=f21  <-- This one is a default udev 
hwdb rule
E: KEYBOARD_KEY_95=keybaord
E: KEYBOARD_KEY_9a=screen
E: LIBINPUT_DEVICE_GROUP=19/0/0/0:asus_laptop
...

So far everything works as expected, but evtest doesn't remap the 9a key
...
type 4 (EV_MSC), code 4 (MSC_SCAN), value 95
type 1 (EV_KEY), code 374 (KEY_KEYBOARD), value 1		<-- This one is  
modified as expected

...
type 4 (EV_MSC), code 4 (MSC_SCAN), value 9a

[EDIT]
(I made a typo)
type 1 (EV_KEY), code 240 (KEY_UNKNOWN), value 1		<-- Why isn't this one  
modified?

...

[/EDIT]




Finally I solved this issue. I added the unknown key to asus-laptop.c and  
rebuild the kernel module. Although, I don't think this is the proper way  
of adding unknown media keys.




Re: Add unknown keyboard key

2017-06-08 Thread Floris

Op Mon, 29 May 2017 16:27:49 +0200 schreef Floris <jkflo...@dds.nl>:


Hey,

I have an older Asus R2E UMPC. A long time it has Windows installed on  
it, because I only used it as a navigation device. And an attempt, long  
ago, to install and run Fedora on it, didn't work. But time has changed,  
Windows 10 is sluggish. So I give it an other try with Debian Sid (The  
same version I run on my desktop). So far so good. The touchscreen and  
fingerprint reader works. And even with Gnome3 the performance is good.  
There is only one issue so far: an extra button on the device.


There are 4 extra buttons and I remapped them with xmodmap. And it looks  
like they work, because when I run

xev -event keyboard
The keys are correct:
- keycode 112 XF86ScrollUp
- keycode 117 XF86ScrollDown
- keycode 234 XF86Launch0
- keycode 248 XF86Launch1  <-- This one doesn't work

But when I run:
evtest /dev/input/event9
I get
...
Event code 226 (KEY_MEDIA)
Event code 240 (KEY_UNKNOWN) <-- minus 8 from the kernel?
...

Pressing the XF86Launch1 (KEY_UNKNOWN) button dmesg gives:
asus_laptop: Unknown key 9a pressed

I added an udev hwdb rule to /etc/udev/hwdb.d/70-keyboard.hwdb
evdev:name:Asus Laptop extra buttons:dmi:bvn*:bvr*:bd*:svnASUS:pn*pvr*
  KEYBOARD_KEY_9a=prog1

But when I add a shortcut with Gnome Keyboard settings. I can add the  
key to an shortcut, but nothing happens when I press the button. When I  
add one of the other buttons to a shortcut, they work as expected.


Maybe someone has an idea to solve this problem?

Floris



Still no success, but a little progress.

I made a hwdb rule in /etc/udev/hwdb.d/99-keyboard.hwdb
evdev:name:Asus Laptop extra buttons:dmi:bvn*:bvr*:bd*:svnASUS:pn*pvr*
 KEYBOARD_KEY_95=keyboard
 KEYBOARD_KEY_9a=screen

after an udevadm update and trigger udevadm info /dev/input/event5 reports  
the buttons:

...
E: ID_PATH_TAG=platform-asus_laptop
E: KEYBOARD_KEY_6b=f21  <-- This one is a default udev 
hwdb rule
E: KEYBOARD_KEY_95=keybaord
E: KEYBOARD_KEY_9a=screen
E: LIBINPUT_DEVICE_GROUP=19/0/0/0:asus_laptop
...

So far everything works as expected, but evtest doesn't remap the 9a key
...
type 4 (EV_MSC), code 4 (MSC_SCAN), value 95
type 1 (EV_KEY), code 374 (KEY_KEYBOARD), value 1		<-- This one is  
modified as expected

...
type 4 (EV_MSC), code 4 (MSC_SCAN), value 9a
type 1 (EV_KEY), code 240 (KEY_KEYBOARD), value 1		<-- Why isn't this one  
modified?

...



Add unknown keyboard key

2017-05-29 Thread Floris

Hey,

I have an older Asus R2E UMPC. A long time it has Windows installed on it,  
because I only used it as a navigation device. And an attempt, long ago,  
to install and run Fedora on it, didn't work. But time has changed,  
Windows 10 is sluggish. So I give it an other try with Debian Sid (The  
same version I run on my desktop). So far so good. The touchscreen and  
fingerprint reader works. And even with Gnome3 the performance is good.  
There is only one issue so far: an extra button on the device.


There are 4 extra buttons and I remapped them with xmodmap. And it looks  
like they work, because when I run

xev -event keyboard
The keys are correct:
- keycode 112 XF86ScrollUp
- keycode 117 XF86ScrollDown
- keycode 234 XF86Launch0
- keycode 248 XF86Launch1  <-- This one doesn't work

But when I run:
evtest /dev/input/event9
I get
...
Event code 226 (KEY_MEDIA)
Event code 240 (KEY_UNKNOWN) <-- minus 8 from the kernel?
...

Pressing the XF86Launch1 (KEY_UNKNOWN) button dmesg gives:
asus_laptop: Unknown key 9a pressed

I added an udev hwdb rule to /etc/udev/hwdb.d/70-keyboard.hwdb
evdev:name:Asus Laptop extra buttons:dmi:bvn*:bvr*:bd*:svnASUS:pn*pvr*
 KEYBOARD_KEY_9a=prog1

But when I add a shortcut with Gnome Keyboard settings. I can add the key  
to an shortcut, but nothing happens when I press the button. When I add  
one of the other buttons to a shortcut, they work as expected.


Maybe someone has an idea to solve this problem?

Floris



Re: zenity --text-info autoscrolling?

2017-03-28 Thread Floris

Op Tue, 28 Mar 2017 04:03:20 +0200 schreef Jason <elect...@emypeople.net>:


On Sun, 26 Mar 2017 22:03:33 +0200
Floris <jkflo...@dds.nl> wrote:

Op Fri, 24 Mar 2017 23:33:06 +0100 schreef Jason  
<elect...@emypeople.net>:



In interactive shell scripts I like piping output into zenity
--text-info for display. If
the output is more than fits in the zenity window, any additional lines
will be too far
down to display unless the user manually scrolls down to the bottom of
the text.

Does anyone know if there is a way to tell zenity to automatically
scroll down as lines
are added so that the last lines are always visible? This way the  
output

of the current
action would be displaying at the bottom of the zenity dialog box,
instead of not being
visible.

Using zenity 3.4.0-2 on Debian 8.1.

--
Thanks.
Jason



perhaps you can use yad, a fork of zenity, with the tail option:
https://packages.debian.org/sid/yad

$ yad --help-text
Usage:
  yad [OPTION...] - Yet another dialoging program

Text information options
  --text-infoDisplay text  
information

dialog
  --fore=COLOR   Use specified color for
text
  --back=COLOR   Use specified color for
background
  --wrap Enable text wrapping
  --justify=TYPE Set justification  
(left,

right, center or fill)
  --margins=SIZE Set text margins
  --tail Autoscroll to end of  
text
  --show-cursor  Show cursor in  
read-only

mode
  --show-uri Make URI clickable
  --uri-color=COLOR  Use specified color for
links


success,

floris


Thanks for the suggestion; it sounds like something that would work.  
Unfortunately, I
must work with something that already exists on my target systems  
(zenity does but not
yad) as it is not an option to add programs on some of these systems. Of  
course, you

could not know that as I had not stated it in my original post.

Thanks for your reply!
Jason



Is it possible to update to version 3.12 or higher?
https://download.gnome.org/sources/zenity/3.12/zenity-3.12.1.news
Zenity 3.12.1
...
- Bug #667711 - man page points to nonexisting doc (Arx Cruz)
- Bug #600533 zenity --text-info should have an auto scroll option  
(Arx Cruz)
- Bug #534935 Need hability to specify default answer in  
--question dialog (Berislav Kovacki)

    ...

Floris



Re: zenity --text-info autoscrolling?

2017-03-26 Thread Floris

Op Fri, 24 Mar 2017 23:33:06 +0100 schreef Jason <elect...@emypeople.net>:

In interactive shell scripts I like piping output into zenity  
--text-info for display. If
the output is more than fits in the zenity window, any additional lines  
will be too far
down to display unless the user manually scrolls down to the bottom of  
the text.


Does anyone know if there is a way to tell zenity to automatically  
scroll down as lines
are added so that the last lines are always visible? This way the output  
of the current
action would be displaying at the bottom of the zenity dialog box,  
instead of not being

visible.

Using zenity 3.4.0-2 on Debian 8.1.

--
Thanks.
Jason



perhaps you can use yad, a fork of zenity, with the tail option:
https://packages.debian.org/sid/yad

$ yad --help-text
Usage:
  yad [OPTION...] - Yet another dialoging program

Text information options
  --text-infoDisplay text information  
dialog
  --fore=COLOR   Use specified color for  
text
  --back=COLOR   Use specified color for  
background

  --wrap Enable text wrapping
  --justify=TYPE Set justification (left,  
right, center or fill)

  --margins=SIZE Set text margins
  --tail Autoscroll to end of text
  --show-cursor  Show cursor in read-only  
mode

  --show-uri Make URI clickable
  --uri-color=COLOR  Use specified color for  
links



success,

floris



Re: Library Install Problem.

2017-02-18 Thread Floris


Op Fri, 17 Feb 2017 19:09:37 +0100 schreef S. P. Molnar  
<s.mol...@sbcglobal.net>:


I am running an up-to-date Debian v-8.7.1 and have encountered a problem  
installing some libraries.


Here are the error messages:

comp@AbNormal ~> sudo dpkg --configure -a
Setting up libcuda1:amd64 (340.101-1) ...
Killed
dpkg: error processing package libcuda1:amd64 (--configure):
  subprocess installed post-installation script returned error exit  
status 137

dpkg: dependency problems prevent configuration of libnvcuvid1:amd64:
  libnvcuvid1:amd64 depends on libcuda1 (= 340.101-1); however:
   Package libcuda1:amd64 is not configured yet.

dpkg: error processing package libnvcuvid1:amd64 (--configure):
  dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libcuinj64-6.0:amd64:
  libcuinj64-6.0:amd64 depends on libcuda1 (>= 169); however:
   Package libcuda1:amd64 is not configured yet.

dpkg: error processing package libcuinj64-6.0:amd64 (--configure):
  dependency problems - leaving unconfigured
Errors were encountered while processing:
  libcuda1:amd64
  libnvcuvid1:amd64
  libcuinj64-6.0:amd64

This is very annoying as it stops Synaptic.

How do i solve the problem?

Thanks in advance.



sudo apt-get purge libcuda1

if you need this package and your GPU is supported by the latest version
enable backports and install version 375.26-2

https://backports.debian.org/Instructions/

Floris



Re: stretch apt-get -u dist-upgrade does not result in sid

2017-02-18 Thread Floris
Op Sat, 18 Feb 2017 06:10:00 +0100 schreef Felix Miata  
<mrma...@earthlink.net>:


I changed sources.list to point only to sid, then apt-get clean, then  
apt-get update, apt-get -u dist-upgrade. /etc/debian_version and  
/etc/issue still say I have 9.0. Can held back non-essential packages  
stonewall a dist-upgrade? mc and mc-lang 4.8.17 have been held back by  
me manually because 4.8.18 is broken. Is this why I don't seem to have  
sid?


sid doesn't have a version number

stretch and sid both use the same base-file package, so  
/etc/debian_version is the same

http://sources.debian.net/src/base-files/

Floris



Re: Before I install Debian

2017-02-10 Thread Floris
Op Fri, 10 Feb 2017 22:12:34 +0100 schreef John Culleton  
:



On Sat, 11 Feb 2017 10:04:35 +1300
Ben Caradoc-Davies  wrote:


On 11/02/17 09:39, John Culleton wrote:
> All I need from Debian is Adobe Acrobat Reader. Is this available
> with Debian?

What functionality do you need? I suggest trying a Debian Live image
and evaluating some of the many open source PDF readers.

Kind regards,



My tax company insists on Adobe. I hve spend three days fighting
this problem. Installed Windoze 7 but it couldn't get on line.
Anyone have a linux Adobe Acrobat Reader. I had it once but the computer
died.



you can run Adobe Acrobat via wine

https://appdb.winehq.org/objectManager.php?sClass=application=847



Re: Software collections in Debian?

2017-02-10 Thread Floris

Op Fri, 10 Feb 2017 18:51:20 +0100 schreef Curt :


On 2017-02-10, Darac Marjal  wrote:

On Fri, Feb 10, 2017 at 10:55:24AM -0600, Nicholas Geovanis wrote:
Does Debian support the "software collections" machinery from RedHat?  
Or will
it support them in the near future? Googling indicates that the answer  
is "no"

but I can't find a flat-out statement so far. Thanks...Nick G


I suspect that these are called "tasks" in debian. See the "tasksel"
program for more details.



That's what I thought until I looked it up.


 With Software Collections, you can build and concurrently install  
multiple
 versions of the same software components on your system. Software  
Collections
 have no impact on the system versions of the packages installed by any  
of the

 conventional RPM package management utilities.



This sounds like flatpak
http://flatpak.org/

and is available in Debian



Re: Before I install Debian

2017-02-10 Thread Floris
Op Fri, 10 Feb 2017 21:39:20 +0100 schreef John Culleton  
<j...@wexfordpress.com>:



All I need from Debian is Adobe Acrobat Reader. Is this available
with Debian?



a very old version is available from:
ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/

but the default pdf-reader in Debian is Evince
https://wiki.gnome.org/Apps/Evince

Floris



  1   2   3   >