Re: PS: How can I troubleshoot virtualbox issues?

2023-04-21 Thread u34
X permissions and containers in the wiki. Such as https://wiki.archlinux.org/title/Systemd-nspawn#Use_an_X_environment , or https://wiki.archlinux.org/title/Toolbox#X11_applications_not_starting . -- u34

patches, command line long options support for arch-nspawn from devtools

2023-04-15 Thread u34
10. /usr/bin/staging-x86_64_v3-build 11. /usr/bin/testing-x86_64-build 12. /usr/bin/testing-x86_64_v3-build I could not see where their source files are. In addition, manual pages, and other documentation, were not updated. Hardly tested. Please comment. -- u34

Re: Is a tool available to check the integrity of copied files?

2023-04-15 Thread u34
ltin, cache. Doesn't it? Perhaps it is, too, reading from its cache, not from its permanent storage? -- u34 > With the cache empty, a simple ‘diff -qr src dest’ will show if any > files' contents differ, reading from the USB stick. This is my > recommendation. > >

Re: Is a tool available to check the integrity of copied files?

2023-04-14 Thread u34
t manually clearing cached data manually. > It is a good aproach to verify integrity of copied data, in my opinion. Unfortunately, you can not disregrad cache when doing that. -- u34 > Regards, > Ralf

Re: moving /boot

2023-04-06 Thread u34
there wiki articles about these subjects? Also, doesn't it worth temporarily taking some data out /boot, in order to have room for the large ramfs image? -- u34 > If not, what would be the correct and safe way to do this ? > > TIA, > > -- > FA >

Re: Can not build arch v6.2.* linux. Does that much swap space required?

2023-04-05 Thread u34
.phoronix.com/news/Linux-6.3-objtool . Though I don't know how much more, or less, than 6GB will be actually required to compile linux for, and on, a low end desktop. -- u34 > Regards, > Ralf

Re: Can not build arch v6.2.* linux. Does that much swap space required?

2023-04-03 Thread u34
.archlinux.org/archives/users/cbdfe95166fd49d4a2c1d93823f416aa/ , before v6.1.6, or so, I could build a much trimmed down configuration. Than too, I took no explicit actions to take it outside of tmpfs. -- u34 > Regards, > Ralf > > -- > No Gigbyte support without a Windows instal

Re: Can not build arch v6.2.* linux. Does that much swap space required?

2023-04-03 Thread u34
kernel tinyconfig. It got built. > -- > damjan -- u34

Re: Can not build arch v6.2.* linux. Does that much swap space required?

2023-04-03 Thread u34
I remember correctly. > > A very sure way to use a lot of memory (well over 4G) at linking is if > you have enabled LTO in the kernel config. Perhaps this is the culprit? > Default arch config. No LTO, as far as I can tell. $ grep LTO config CONFIG_ARCH_SUPPORTS_LTO_CLANG=y CONFIG_ARCH_SUPPORTS_LTO_CLANG_THIN=y CONFIG_LTO_NONE=y CONFIG_HID_WALTOP=m > Jaron -- u34

Can not build arch v6.2.* linux. Does that much swap space required?

2023-04-03 Thread u34
< pkgname=("$pkgbase" "$pkgbase-headers") --- > pkgname=("$pkgbase" "$pkgbase-headers" "$pkgbase-docs") There is also ccache enabled for makepkg. -- u34

Re: System Update Today Broke Lightdm - Error getting user list from org.freedesktop.Accounts: GDBus.??

2023-02-07 Thread u34
>> > > Could be an overwriten /etc/shells. > > https://bugs.archlinux.org/task/77404. > > -- > > u34 > > > > Thank you both, > >But it seems the error is deeper than that. startx will not launch fluxbox > either (which has worked since 2013 when the server

Re: System Update Today Broke Lightdm - Error getting user list from org.freedesktop.Accounts: GDBus.??

2023-02-07 Thread u34
"David C. Rankin" wrote: > All, > > Lightdm has been working fine up until pacman update today. After the > update, lightdm fails with a garbled screen. The journal shows: > Could be an overwriten /etc/shells. https://bugs.archlinux.org/task/77404. -- u34 &

Re: Linux kernel: delay before power-off

2023-01-23 Thread u34
hortly before the system is > losing power. The devices acknowledge these messages Can it be the acknowledgement means `I got your message', but not `I read it, and am ready for a shutdown'? Just a guess. I haven't looked at it in depth. -- u34 > and the > system

Re: Pacman in a panel?

2023-01-05 Thread u34
aunching a terminal, such as xterm, running pacman right from the start related to your question? I guess what you want is doable from Xfce running with X. I did not delve into the details myself. -- u34 > Ty > > > Marco

Re: Suggest to use more long options arguments at /etc/makepkg.conf

2022-12-13 Thread u34
Lukas Jirkovsky wrote: > On Tue, 13 Dec 2022 at 07:25, Ralph Corderoy wrote: > > > > Hi u34, > > > > > I think long command line options are more readable compared to short > > > one. There fore, I suggest: > > > > I think the short o

Suggest to use more long options arguments at /etc/makepkg.conf

2022-12-12 Thread u34
-force --no-name) +COMPRESSBZ2=(bzip2 --stdout --force) +COMPRESSXZ=(xz --to-stdout --compress -) +COMPRESSZST=(zstd --stdout --compress --quiet -) +COMPRESSLRZ=(lrzip --quiet) +COMPRESSLZO=(lzop --quiet) COMPRESSZ=(compress -c -f) -COMPRESSLZ4=(lz4 -q) -COMPRESSLZ=(lzip -c -f) +COMPRESSLZ4=(lz4 --quiet) +COMPRESSLZ=(lzip --stdout --force) # # EXTENSION DEFAULTS -- u34

With a XferCommand, pacman -Sw doesn't download packages sig files

2022-12-03 Thread u34
else? The pkg.tar.zst is downloaded. Just the detached sig file does not. And there isn't any message to warn about it. Commenting out XferCommand makes the sig files downloaded as well. Manual download also succeed. -- u34

Using long options at example #XferCommand in /etc/pacman.conf

2022-11-27 Thread u34
Architecture = auto I also suggest to add, or change, pacman.conf %o and %u to make it more descriptive. -- u34

Should have run make clean before posting. Re: linux 6.0.8: an openssl 1.1 -> openssl 3.0 issue?

2022-11-15 Thread u34
Genes Lists wrote: > Hi u34 > > I don't have a problem with any of my kernel builds including 6.0.8 and > 6.1 git head. > > Can you run ldd on sign-file and check its up to date? Here's my build: > > $ ldd scripts/sign-file > linux-vdso.so.1 (0x000

linux 6.0.8: an openssl 1.1 -> openssl 3.0 issue?

2022-11-15 Thread u34
s/sign-file.c #include /* * OpenSSL 3.0 deprecates the OpenSSL's ENGINE API. * * Remove this if/when that API is no longer used */ -- u34

Re: Is the follwoing an arch packaging bug in the remmina package?

2022-10-01 Thread u34
; 'pactree gtk3' shows that gtk3 -> tracker3 -> libsoup3. There is no > libsoup (v2) in the output of 'pactree remmina'. > > Rafael Indeed. Uninstalling libsoup (2.74.2-2), while keeping libsoup3 (3.2.0-1), breaks remmina. I have no other usage for libsoup (2.74.2-2). I am using the stable repositories. -- u34

Re: Is the follwoing an arch packaging bug in the remmina package?

2022-10-01 Thread u34
notice an uninstalled libsoup when web2gtk is not installed. On the other hand, remmina will fail to run. -- u34 > > On Sat, 1 Oct 2022 at 22:12, wrote: > > > > > > $ ldd /usr/sbin/remmina | grep libsoup > > > libsoup-2.4.so.1 => /usr/lib/libsoup-

Is the follwoing an arch packaging bug in the remmina package?

2022-10-01 Thread u34
$ ldd /usr/sbin/remmina | grep libsoup libsoup-2.4.so.1 => /usr/lib/libsoup-2.4.so.1 (0x7fae45bde000) $ pacman -Qi remmina | grep libsoup $ I searched bugs.archlinux.org. Remmina has no bugs there. Is it an archlinux packaging bug? -- u34

Boot messages font issue

2022-09-26 Thread u34
/viewtopic.php?id=279827 . -- u34

Re: All certificates missing after update

2022-09-17 Thread u34
ume you did something wrong, but I didn't delve further into it. > > Thanks. > James Crake-Merani -- u34

[arch-general] In pacman view, -debug package doesn't depends on its non -debug package

2022-05-25 Thread u34--- via arch-general
Am I right the new -debug packages do not depend, pacman wise, on their binary, non -debug packages? By that I mean pacman --upgrade somepkg-debug will sucsseed even when somepkg is not installed. Such dependency looks to me obvoius. Why was it decided not to have it? -- u34

[arch-general] A tiny linux 5.17.7-arch1 compilation issue with a custom config

2022-05-15 Thread u34--- via arch-general
acpi] Error 2 make: *** [Makefile:1831: drivers] Error 2 ==> ERROR: A failure occurred in build(). Aborting... Without CONFIG_WERROR=y, compilation continues, since the lines beginning at cc1: all warnings being treated as errors are avoided. Which is expected. -- u34

Re: [arch-general] sound problem with chromium

2022-05-05 Thread u34--- via arch-general
omium, nothing else. I find chromium very problematic, avoiding it as much as I can. Never the less, I do have to use it from time to time. And I do think diversity is a must have. -- u34

Re: [arch-general] Output of make -s kernelrelease has a "" suffix

2022-03-23 Thread u34--- via arch-general
"Jan Alexander Steffens (heftig)" wrote: > On Wed, Mar 23, 2022 at 4:55 PM u34--- via arch-general < > arch-general@lists.archlinux.org> wrote: > > > With 5.17.arch1, the output of > > > > make -s kernelrelease > > > > ends with &quo

[arch-general] Output of make -s kernelrelease has a "" suffix

2022-03-23 Thread u34--- via arch-general
With 5.17.arch1, the output of make -s kernelrelease ends with "". That is, having a double \" character at the end of the string. It was not like that in prevoius versions. Is that expected? -- u34

Re: [arch-general] Whom to report a possible bug with Flyspray, powering bugs.archlinux.org?

2022-02-25 Thread u34--- via arch-general
lot of people use it daily and do not encounter the situation. Did > you consider that, perhaps, you make some mistake? What is the issue you > are experiencing? I did make a mistake. Sorry for the noise. -- u34

[arch-general] Whom to report a possible bug with Flyspray, powering bugs.archlinux.org?

2022-02-24 Thread u34--- via arch-general
couldn't find contact information of the administrators. Should I email webmas...@archlinux.org? What should I do? I don't mind posting a description of the problem here. -- u34

Re: [arch-general] pacman caches packages with u=rw, g=, o= permissions

2022-01-19 Thread u34--- via arch-general
mpan via arch-general wrote: > > According to > > https://wiki.archlinux.org/title/System_maintenance#Partial_upgrades_are_unsupported > > pacman -Sywu is not safe. But pacman -Syu is safe. Quoting the wiki, the > > rational is that pacman -Sywu > > will update the pacman sync database witho

[arch-general] A correction for my response about permissions of pacman packages cache

2022-01-19 Thread u34--- via arch-general
At Tue Jan 18 23:44:56 UTC 2022, at the bottom of https://lists.archlinux.org/pipermail/arch-general/2022-January/049521.html , I wrote that my understanding is that checkupdates -d is equivalent to pacman -Sywu && pacman -Su . I haven't read checkupdates manual page. It could be th

Re: [arch-general] Grub installiert issue

2022-01-19 Thread u34--- via arch-general
Frank Zimmermann via arch-general wrote: > > > Am 19. Januar 2022 00:58:44 MEZ schrieb u34--- via arch-general > : > >Frank Zimmermann via arch-general wrote: > > > >> I'm doing my first Arch install on an UEFI system and have troubles with > >&

Re: [arch-general] Grub installiert issue

2022-01-18 Thread u34--- via arch-general
Frank Zimmermann via arch-general wrote: > I'm doing my first Arch install on an UEFI system and have troubles with > GRUB. Following the instruction on the Wiki grub-mkconfig complained about a > missing /boot/grub/grub.cfg.new. > So I manually created a grub.cfg file but when rebooting Grub s

Re: [arch-general] pacman caches packages with u=rw, g=, o= permissions

2022-01-18 Thread u34--- via arch-general
mpan via arch-general wrote: > > Right to the point. A systemd timer script had a too strict Umask setting. That should have been UMask, not Umask. It could be that Umask is supported. It is UMask at https://www.freedesktop.org/software/systemd/man/systemd.exec.html . >Are you invoking pa

[arch-general] minor, DeveloperWiki, I have no permissions. A fix, 3 broken links.

2022-01-18 Thread u34--- via arch-general
Referring to https://wiki.archlinux.org/title/DeveloperWiki:Package_signing#Source_packages : I seem to have no permission to edit. A fix for 3 broken URLs is: 1. http://ftp.de.debian.org/debian/pool/main/a/acpid/acpid_2.0.4.orig.tar.gz -> https://snapshot.debian.org/archive/debian/20100422T

Re: [arch-general] pacman caches packages with u=rw, g=, o= permissions

2022-01-18 Thread u34--- via arch-general
mpan via arch-general wrote: > > Lately, possibly starting at mid December, files in /var/cache/pacman/pkg/ > > are kept with mode u=rw,g=,o= . Am I the only one having it? >Not observed here: > - > $ find /var/cache/pacman/pkg/ -iname '*.tar.zst' -exec stat -c '%a' {} > + | sort -u >

[arch-general] pacman caches packages with u=rw,g=,o= permissions

2022-01-18 Thread u34--- via arch-general
Lately, possibly starting at mid December, files in /var/cache/pacman/pkg/ are kept with mode u=rw,g=,o= . Am I the only one having it? -- jadon

[arch-general] Is the following a minor bug of systemd, mkinitcpio or zstd?

2022-01-06 Thread u34--- via arch-general
nce it does not override the Decompress line. Perhaps this is a zstd issue, or that the line should have had a -q specified twice. Is it a bug? Who should address it? -- u34

Re: [arch-general] ntfs3 kenel module: permissions not consistent with dmask=0027 from /etc/fstab

2021-12-25 Thread u34--- via arch-general
uments dr-xr-x--- 1 user user 4096 Jul 25 2019 /mount directory/Users/Default/Documents umask is not explicitly set. dmask=0027. Thank you. -- u34 nihilistzsche via arch-general wrote: > It has been added to the kernel in 5.15. > > On Tue, Dec 21, 2021 at 5:14 PM

[arch-general] ntfs3 kenel module: permissions not consistent with dmask=0027 from /etc/fstab

2021-12-20 Thread u34--- via arch-general
-arch1-1, I believe arch didn't apply https://lore.kernel.org/ntfs3/20211127135105.27795-1-ales.ast...@gmail.com/T/ , or some other solution. Which is why I think it is expected to have the 3600 prefix issue with the ntfs3 linux module. -- u34

Re: [arch-general] Python 3.10: LooseVersion, distutils slated for removal at 3.12

2021-12-13 Thread u34--- via arch-general
cated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.version import LooseVersion Line breaks added by me for clarity. -- u34

Re: [arch-general] Arch Linux accessibility install: audio doesn't work!

2021-11-24 Thread u34--- via arch-general
ne 2021 and now broke the sound system. I am trying to bisect it, but have no results so far. -- u34

Re: [arch-general] PKGBUILD - clamav 0.103.4 - source .tar.gz downloads fine, .tar.gz.sig is 403? (same with Arch package)

2021-11-21 Thread u34--- via arch-general
Ralf Mardorf via arch-general wrote: > On Sun, 21 Nov 2021 14:06:53 +0000, u34--- wrote: > >Ralf Mardorf via arch-general wrote: > >> On Sun, 21 Nov 2021 13:35:20 +0100, Guus Snijders wrote: > >> >Op zo 21 nov. 2021 12:35 schreef Ralf Mardorf: > >&g

Re: [arch-general] PKGBUILD - clamav 0.103.4 - source .tar.gz downloads fine, .tar.gz.sig is 403? (same with Arch package)

2021-11-21 Thread u34--- via arch-general
PPoE pass-through or something else? > > Regards, > Ralf > > My understanding to his suggestion is to start with nameserver 8.8.8.8 nameserver 8.8.4.4 in /etc/resolv.conf. Just those 2 lines. -- u34

Re: [arch-general] PKGBUILD - clamav 0.103.4 - source .tar.gz downloads fine, .tar.gz.sig is 403? (same with Arch package)

2021-11-21 Thread u34--- via arch-general
Ralph Corderoy via arch-general wrote: > Hi Ralf, > > > $ curl -sSvg -L > > https://search.cpan.org/CPAN/authors/id/Y/YE/YEWENBIN/Goo-Canvas-0.06.tar.gz > > >foo.tar.gz > > * Trying 46.43.35.68:443... > For me, u34, 46.43.35.68 points to bm-n1.metacpa

Re: [arch-general] tcpdump (was: hostapd + ap_isolate)

2021-10-23 Thread u34--- via arch-general
an not see tham. With ascii graphic: [wire] <-> [tcpdump, if activated] <-> [nic] <-> [firewall] <-> [application] And somewhat more accurately: [wire] <-> [[nic front end] <-> [tcpdump, if actiavted] <-> [nic back end]] <-> [firewall] <-> [application] -- u34

Re: [arch-general] hostapd + ap_isolate

2021-10-22 Thread u34--- via arch-general
not see > outgoing packages in case of failure? - seems strange, but was the same, > when pinging some bogus address from the access point). > Does the following quote, copied from https://wiki.archlinux.org/title/Network_Debugging#Tcpdump, relevant? they can only see outbound packe

Re: [arch-general] Why does cx_freeze console create a core dump?

2021-08-01 Thread u34--- via arch-general
omeone else could fix that. > > Kind regards, > Peter > > Perhaps https://docs.python.org/3/library/faulthandler.html will help. Hopefully, other readers can help you more than I can. -- u34

Re: [arch-general] Xorg segfault when using electron application and second monitor

2021-07-12 Thread u34--- via arch-general
esktop in the window manager sense. Don't switch to the other desktop yet. Are there any error messages in the terminal? If you kill electron before switching to the desktop it should run in, does the xserver contiues in an apparent normal operation? 2. Does the xserver dumps core? Can you post gdb analyses for the core dump? 3. Do you use electron often enough in order to make an educated guess in which version of the xorg server the problem appeared for the 1st time? ? -- u34

Re: [arch-general] trace for xorg dumping core after chromium start running

2021-07-09 Thread u34--- via arch-general
u34--- via arch-general wrote: > maderios via arch-general wrote: > > > On 7/7/21 8:15 PM, u34--- via arch-general wrote: > > > I am only seeing this with chromium. Perhaps becuase, in general, I am > > > only using a small set of applications. >

Re: [arch-general] chromium, or libva, or something, makes xorg dump core

2021-07-08 Thread u34--- via arch-general
maderios via arch-general wrote: > On 7/7/21 8:15 PM, u34--- via arch-general wrote: > > I am only seeing this with chromium. Perhaps becuase, in general, I am > > only using a small set of applications. > > > > Chromium was started by > > > > $chromi

[arch-general] chromium, or libva, or something, makes xorg dump core

2021-07-07 Thread u34--- via arch-general
o check the log file at "/home/u34/.local/share/xorg/Xorg.0.log" for additional information. [ 517.942] (EE) [ 517.942] (II) AIGLX: Suspending AIGLX clients for VT switch [ 517.987] (EE) Server terminated with error (1). Closing log file. -- u34

Re: [arch-general] archlinux.org/pacman/pacman.conf.5.html from Aug-2019

2021-06-06 Thread u34--- via arch-general
s when you apply > `--noprogessbar` to your pacman commands. > Is David using ParallelDownloads? If yes, perhaps that worse turning off either. -- u34 > Best of luck ! > > Kriss > -- > PGP: 7A19 4E3F 7A8F 867B EA8A 5339 023F 0788 62AC FE50 > https://keys.openpgp.org/vks/v1/by-keyid/023F078862ACFE50

[arch-general] archlinux.org/pacman/pacman.conf.5.html from Aug-2019

2021-06-01 Thread u34--- via arch-general
.html already scheduled? -- u34

[arch-general] makepkg nosuchoption succeeds. No complains, package gets built

2021-04-23 Thread u34--- via arch-general
NSE.html install -D -m644 $srcdir/hwdb $pkgdir/usr/lib/udev/hwdb.d/20-$pkgname.hwdb # move the links to the right direction cd $pkgdir/usr/lib/sane ln -sf libsane-brother4.so.1.0.7 $pkgdir/usr/lib/sane/libsane-brother4.so.1 ln -sf libsane-brother4.so.1 $pkgdir/usr/lib/sane/libsane-brother4.so } -- u34

Re: [arch-general] Problematic boot on 202104 iso

2021-04-19 Thread u34--- via arch-general
an boot two other machines > normally. As it is host specific, there is probably no valid reason to spend > more time on it. I am confused about lack of valid reason to spend more time on it. Are those two other machines also have ASUS TUF X570-PLUS GAMING motherboard? I don't have s

Re: [arch-general] libesmtp 1.0.6-7 does not link to openssl

2021-04-03 Thread u34--- via arch-general
*** > *** libESMTP features *** > * > --with-auth-plugin-dir: /usr/lib/esmtp-plugins > --with-lwres: no > --with-openssl: no Just guessing. Is that no the culprit? -- u34

[arch-general] MAKEFLAGS and dragon.archlinux.org

2021-03-31 Thread u34--- via arch-general
S. Or even if there are any implications at all. Still, why not state the correct number, or use $(nproc)? -- u34

Re: [arch-general] Arch intallation using usb-modem

2021-03-17 Thread u34--- via arch-general
u34--- via arch-general wrote: > Bjoern Franke via arch-general wrote: > > > Hi, > > > > > > > > The Huawei E3372 might automatically use the cdc_ether driver (hilink). > > > Does it appear as a network device like "wwp..."? Then make s

Re: [arch-general] Arch intallation using usb-modem

2021-03-17 Thread u34--- via arch-general
> Regards > Bjoern I think that a work around is to set up a temporary storage. And have the usb_modeswitch, with all its dependencies, downloaded into it. Some archlinux live systems might already doing that, so you might want to consider installing with them. The wiki derivatives article can help you find one. -- u34

Re: [arch-general] Arch intallation using usb-modem

2021-03-17 Thread u34--- via arch-general
ut I could not get a connection with > it. It seems I must plug away with wvdial. > > Thanks, > Morten > Which usb modem you are using? Have you got it working in another machine? In this machine with another OS? If yes, how? -- u34

[arch-general] pkgstats and detailed hardware information

2021-03-06 Thread u34--- via arch-general
Am I right that pkgstats does not collect detailed information about the hardware used? Is it a good idea that it will asks permission for doing that? -- u34

Re: [arch-general] pacmatic. Was: PAM 1.3.1 -> 1.5.1 did pam_tally get removed?

2021-02-22 Thread u34--- via arch-general
le > >manual intervention required. > > These days I don't pacman -Syu, I have a script that: > > - checks the news > - runs -Syu > - runs pacdiff > pacmatic, from community, addresses the first 2 points. And partially the third. I am not its author, or maintainer,

Re: [arch-general] fail2ban archlinux

2021-02-17 Thread u34--- via arch-general
ative for the comment would be to have a dedicated chain. [Definition] # Have a dedicated chain for php-app-login. # f2b-php-app-login is expected to exists. Possibly set up by whatever # sets iptables. actionstart = actionstop = iptables -F f2b- Again, I could be wrong, or incomplete. -- u34

Re: [arch-general] knotes crashes on start

2021-02-14 Thread u34--- via arch-general
if I should report on the KDE forum or if the package maintainer > can fix. > I don't know who to report it to either. > Thanks for any feedback. > Does https://wiki.archlinux.org/index.php/Debug_-_Getting_Traces worth pointing out? -- u34

Re: [arch-general] Mounted ext4 filesystem without journal

2021-02-07 Thread u34--- via arch-general
irms the presence > of all the files there are on my boot partition. > > Any pointers on how to proceed with this would be much appreciated. Hello, I recieved your original message throught the list. Other then suggesting to check for bad blocks and the S.M.A.R.T data of the device, and restore from backup, I have no ideas. -- u34

[arch-general] On arch-dev-public: Chromium losing Sync support on March 15

2021-01-19 Thread u34--- via arch-general
n the package built, and run, without whatever is required for the Sync feature? 2.2 In case you will stop maintaining it and no one adopts it, can you upload it to the AUR, and disown it? -- u34

[arch-general] drill -S . : is core dumping arch specific?

2021-01-16 Thread u34--- via arch-general
mmand just aborts, without a core dump, with the old Debian ldnsutils 1.7.0-4. -- u34

Re: [arch-general] intel gpu hang

2021-01-11 Thread u34--- via arch-general
Ralf Mardorf via arch-general wrote: > On Sun, 10 Jan 2021 15:17:08 +0100, Ralf Mardorf wrote: > >On Sun, 10 Jan 2021 15:12:32 +0100, Ralf Mardorf wrote: > >>On Sun, 10 Jan 2021 00:39:44 +, u34--- via arch-general wrote: > >>>Are you sure the cause

Re: [arch-general] intel gpu hang

2021-01-09 Thread u34--- via arch-general
l > > [rocketmouse@archlinux ~]$ hwinfo --cpu | grep Model | sort -u > Model: 6.60.3 "Intel(R) Celeron(R) CPU G1840 @ 2.80GHz" > [rocketmouse@archlinux ~]$ hwinfo --gfx | grep Model > Model: "Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated > Graphics Controller" Are you sure the cause is not phisycal memory failure? -- u34