LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-09-2024, 10:52 AM   #1
BenCollver
Rogue Class
 
Registered: Sep 2006
Location: OR, USA
Distribution: Slackware64-15.0
Posts: 376
Blog Entries: 2

Rep: Reputation: 172Reputation: 172
mysterious files in home directory


This morning something created two files in my home directory that i was not expecting to see: "atestfil.fit" and "btestfil.fit"

A search finds these file names in demo code for the CCfits library. There is a package for this library on slackbuilds.org but i have not installed it.

Any ideas where these files may have come from?

Thanks!
 
Old 01-09-2024, 10:57 AM   #2
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,918

Rep: Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035Reputation: 5035
Any clues from the content, or are they empty?
 
1 members found this post helpful.
Old 01-09-2024, 11:16 AM   #3
BenCollver
Rogue Class
 
Registered: Sep 2006
Location: OR, USA
Distribution: Slackware64-15.0
Posts: 376

Original Poster
Blog Entries: 2

Rep: Reputation: 172Reputation: 172
Here is the top of atestfil.fit


SIMPLE = T / file does conform to FITS standard
BITPIX = 16 / number of bits per data pixel
NAXIS = 2 / number of data axes
NAXIS1 = 300 / length of data axis 1
NAXIS2 = 200 / length of data axis 2
EXTEND = T / FITS dataset may contain extensions
COMMENT FITS (Flexible Image Transport System) format is defined in 'Astronomy
COMMENT and Astrophysics', volume 376, page 359; bibcode: 2001A&A...376..359H
BZERO = 32768 / offset data range to that of unsigned short
BSCALE = 1 / default scaling factor
EXPOSURE= 1500 / Total Exposure Time
END
 
Old 01-09-2024, 11:38 AM   #4
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 22,039

Rep: Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347Reputation: 7347
FITS = flexible image transport system: https://fits.gsfc.nasa.gov/
CCFITS: https://heasarc.gsfc.nasa.gov/fitsio...tml/index.html

I guess you installed something, which uses it. Most probably astronomy related, but you should know what is it.
 
Old 01-09-2024, 11:40 AM   #5
BenCollver
Rogue Class
 
Registered: Sep 2006
Location: OR, USA
Distribution: Slackware64-15.0
Posts: 376

Original Poster
Blog Entries: 2

Rep: Reputation: 172Reputation: 172
I wish it were so easy to explain, but so far as i can tell, i have no astronomy-related software on my system.
 
Old 01-09-2024, 11:44 AM   #6
BenCollver
Rogue Class
 
Registered: Sep 2006
Location: OR, USA
Distribution: Slackware64-15.0
Posts: 376

Original Poster
Blog Entries: 2

Rep: Reputation: 172Reputation: 172
I think i spotted it. These files get created if i do a paste-o and run /usr/bin/cookbook which is part of cfitsio.

https://mirrors.slackware.com/slackw...0-x86_64-1.txt
 
2 members found this post helpful.
Old 01-09-2024, 11:46 AM   #7
rizitis
Member
 
Registered: Mar 2009
Location: Greece,Crete
Distribution: Slackware64-current, Slint
Posts: 703
Blog Entries: 1

Rep: Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515
FITS (Flexible Image Transport System) files, commonly used in astronomy for storing and exchanging data. The header you provided is typical of FITS files, with metadata describing the properties of the data.
Did you used any astronomy app recently?
it's possible that some software or application you have installed or used generated these files.

Try these to find/investigate something...
Code:
ls /var/adm/packages/ | grep ccfits
Code:
cat /var/log/messages | grep -i 'atestfil.fit\|btestfil.fit'
Code:
find / -type f -executable -name '*ccfits*' -or -name '*astronomy*'
Code:
ls -l --time=atime atestfil.fit btestfil.fit
If nothing help remove them, logout-login and try:
Code:
inotifywait -m -r -e create,modify,delete /home/yourusername
and use
Code:
history
to see what scripts you had run those days... maybe one of them reproduce it...

EDIT: sorry I was typing when you found it...

Last edited by rizitis; 01-09-2024 at 11:56 AM.
 
2 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Could not chdir to home directory /home/portssh.com-agus9329:no such file or directory Agus9329 Linux - Server 1 04-14-2018 02:45 PM
Login Error- Could not chdir to home directory /home/UserID: No such file or directory abhi_jais Linux - Newbie 1 03-24-2018 12:01 PM
"Home directory already exists. Please enter another home directory path." Daravon Ubuntu 2 02-15-2009 10:26 PM
contents of 'home' directory found at sda5: mounted as /home, and also on sda6:/home leswatson Linux - Newbie 4 04-18-2008 04:02 PM
home directory under a home directory GEEXTER Linux - General 4 04-03-2003 09:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:27 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration