Errant files created in / when installing plugin - v9.10.1

Status
Not open for further replies.

Architct

Cadet
Joined
Feb 10, 2016
Messages
9
On fresh FreeNAS v9.10.1 install, after I added plugins through the WebGUI, I noticed errant files created in the root directory:
Code:
[root@FS] /# ls -l
total 83
-rw-r--r--   1 root  wheel     0 Aug 29 20:04 ??SELECT???plugin_name,???plugin_jail,???plugin_path,???plugin_enabled??FROM???plugins_plugins?? WHERE ( plugin_jail = 'couchpotato_1' AND plugin_name = 'couchpotato' )
-rw-r--r--   1 root  wheel     0 Aug 29 20:22 ??SELECT???plugin_name,???plugin_jail,???plugin_path,???plugin_enabled??FROM???plugins_plugins?? WHERE ( plugin_jail = 'owncloud_1' AND plugin_name = 'owncloud' )
-rw-r--r--   1 root  wheel     0 Aug 29 20:18 ??SELECT???plugin_name,???plugin_jail,???plugin_path,???plugin_enabled??FROM???plugins_plugins?? WHERE ( plugin_jail = 'plexmediaserver_1' AND plugin_name = 'plexmediaserver' )
-rw-r--r--   1 root  wheel     0 Aug 29 20:20 ??SELECT???plugin_name,???plugin_jail,???plugin_path,???plugin_enabled??FROM???plugins_plugins?? WHERE ( plugin_jail = 'sickrage_1' AND plugin_name = 'sickrage' )
-rw-r--r--   1 root  wheel     0 Aug 29 20:19 ??SELECT???plugin_name,???plugin_jail,???plugin_path,???plugin_enabled??FROM???plugins_plugins?? WHERE ( plugin_jail = 'transmission_1' AND plugin_name = 'transmission' )
drwxr-xr-x  19 root  wheel    31 Aug 29 20:22 ./
drwxr-xr-x  19 root  wheel    31 Aug 29 20:22 ../
-rw-r--r--   1 root  wheel   898 Aug 29 16:39 .cshrc


Side notes -
  • This is new boot drive installation
  • exist zpool zfs from v9.3 (imported into new install)
  • new jails created with new plugins

Everything dealing with the plugin, like I said, was through the WebGUI.
What is going on? Is this a bug?

Thanks!
 
D

dlavigne

Guest
That's funky.... What's the build version (from System -> Information)?
 
D

dlavigne

Guest
Please create a bug report at bugs.freenas.org and post the issue number here.
 

Timolol

Cadet
Joined
Aug 28, 2016
Messages
1
Hi colleagues!

I am also getting an errant file created in the root after installing Plex Media Server plugin on a fresh install of FreeNAS-9.10.1 (d989edd) directly which looks like some SQL query:
Code:
[root@oddish] /# ls -la
total 81
-rw-r--r--   1 root    wheel     0 Sep  5 01:32 ??SELECT???plugin_name,???plugin_jail,???plugin_path,???plugin_enabled??FROM???plugins_plugins?? WHERE ( plugin_jail = 'plexmediaserver_1' AND plugin_name = 'plexmediaserver' )
drwxr-xr-x  20 root    wheel    28 Sep  6 19:49 ./
drwxr-xr-x  20 root    wheel    28 Sep  6 19:49 ../
-rw-r--r--   1 root    wheel   898 Aug 28 14:04 .cshrc
-rw-r--r--   1 root    wheel   188 Aug 28 14:04 .profile
-rw-------   1 root    wheel  1024 Aug 28 04:18 .rnd
-r--r--r--   1 root    wheel  6142 Aug 28 14:04 COPYRIGHT


Tim
 
Status
Not open for further replies.
Top