THELI icon indicating copy to clipboard operation
THELI copied to clipboard

Theli v3 under Fedora- no RAM assigned

Open maren551 opened this issue 3 years ago • 2 comments

Hi Mischa, I just managed to install Theli v3 under Fedora FC 34, but as soon as I start I run into memory problems. In the Gui display the assigned RAM is always listed with 0%(28MB), independent on whether I assign minimum memory usage or a specific value. I actually have 8GB available. The size of the HDD is recognized correctly and also that there is only 1 CPU. But RAM is wrong. I can actually start the calibration task, but after the DARKS and some FLATs (FourStar) Theli crashes with a core dump and: QSocketNotifier: Can only be used with threads started with QThread.

I admit I have no idea what that message means, but there is obviously something wrong with the RAM assignment. Is there a possibility to check how Theli detects RAM?

Maren

maren551 avatar May 20 '21 19:05 maren551

Hi Maren,

THELI runs the following command on linux to query the available RAM:

awk '/MemTotal/ { print $2 }' /proc/meminfo

Can you run this command and let me know the result? Also, send me the your /proc/meminfo' by email to schirmer(at)mpia.de

mischa

schirmermischa avatar May 21 '21 07:05 schirmermischa

Hi Mischa, sorry for the delay- now that we can start at the 2p2 again, we have to give the students a lecture that needed to be prepared. Anyway- I checked, the awk '/MemTotal/ { print $2 }' /proc/meminfo command gives me a 8020232 result. That agrees with the content of the meminfo file. It's attached.

This is not my usual work laptop, which still runs the old Theli v2 and has more RAM (16 GB). But before I upgrade that one I want to check whether I can get Theli v3 to work under Fedora. Using the old Theli is still better than not using any.

Maren


Dr. Maren Hempel email: @.*** @.***> Universidad Andrés Bello tel.: +56-2-2770-3918 Departemento de Ciencias Fisicas Facultad de Ciencias Exactas Campus Casona de Las Condes Astronomia Fernández Concha 700 https://maps.google.com/?q=Fern%C3%A1ndez+Concha+700+7591538+Santiago+de+Chile+Chile&entry=gmail&source=g 7591538 Santiago de Chile https://maps.google.com/?q=Fern%C3%A1ndez+Concha+700+7591538+Santiago+de+Chile+Chile&entry=gmail&source=g Chile https://maps.google.com/?q=Fern%C3%A1ndez+Concha+700+7591538+Santiago+de+Chile+Chile&entry=gmail&source=g


On Fri, May 21, 2021 at 3:26 AM Mischa Schirmer @.***> wrote:

Hi Maren,

THELI runs the following command on linux to query the available RAM:

awk '/MemTotal/ { print $2 }' /proc/meminfo

Can you run this command and let me know the result? Also, send me the your /proc/meminfo' by email to schirmer(at)mpia.de

mischa

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/schirmermischa/THELI/issues/10#issuecomment-845725485, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFJNAHOODEO6WWHZVVK6YQ3TOYDL3ANCNFSM45HXKGGQ .

MemTotal: 8020232 kB MemFree: 4489388 kB MemAvailable: 6652708 kB Buffers: 271480 kB Cached: 2186248 kB SwapCached: 308 kB Active: 1264892 kB Inactive: 1715728 kB Active(anon): 69788 kB Inactive(anon): 608704 kB Active(file): 1195104 kB Inactive(file): 1107024 kB Unevictable: 99088 kB Mlocked: 4460 kB SwapTotal: 16199672 kB SwapFree: 16003320 kB Dirty: 628 kB Writeback: 0 kB AnonPages: 621420 kB Mapped: 351040 kB Shmem: 151932 kB KReclaimable: 159568 kB Slab: 246340 kB SReclaimable: 159568 kB SUnreclaim: 86772 kB KernelStack: 9008 kB PageTables: 23116 kB NFS_Unstable: 0 kB Bounce: 0 kB WritebackTmp: 0 kB CommitLimit: 20209788 kB Committed_AS: 3906944 kB VmallocTotal: 34359738367 kB VmallocUsed: 64608 kB VmallocChunk: 0 kB Percpu: 8160 kB HardwareCorrupted: 0 kB AnonHugePages: 0 kB ShmemHugePages: 0 kB ShmemPmdMapped: 0 kB FileHugePages: 0 kB FilePmdMapped: 0 kB CmaTotal: 0 kB CmaFree: 0 kB HugePages_Total: 0 HugePages_Free: 0 HugePages_Rsvd: 0 HugePages_Surp: 0 Hugepagesize: 2048 kB Hugetlb: 0 kB DirectMap4k: 281216 kB DirectMap2M: 7987200 kB

maren551 avatar May 25 '21 17:05 maren551