Tiger Configuration Ignore a file format
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
So on my Ubuntu 16.04 Server I'm encountering the following error from Tiger.
--CONFIG-- [con010c] Filesystem 'tracefs' used by 'tracefs' is not recognised as a valid filesystem
A fix for this I found was to go into /etc/tiger/tigerrc and on the Tiger_FSScan_Local= line add the file system in the quotes.
When I opened the tigerrc file I found the line with a file name already in place.
Tiger_FSScan_Local='.lxcfs'
My question is how do I add another filesystem to this line?
To be clear I am trying to add tracefs to the Tiger_FSScan_Local line and it already has one filesystem on the line.
I'm not even sure how to tag this...
Edit
So I tried to add .tracefs as Tiger_FSScan_Local='.lxcfs .tracefs'.
That didn't fix the issue, kind of made it worse. Going to add on the following line indicating non-Local.
Edit
This is how I tried having it set as well, still receiving the same error. Does anybody know which pip separator Tiger needs/prefers?
Tiger_FSScan_Local='.lxcfs' # Filesystems considered to be local to the system, pipe-separated
Tiger_FSScan_NonLocal='.tracefs' # Filesystems considered to be non-local to the system, pipe-separated
Edit This made it worse!
Tiger_FSScan_Local='.lxcfs''.tracefs' # Filesystems considered to be $
Tiger_FSScan_NonLocal= # Filesystems considered to be non-local to the system,$
Returned the following:
--CONFIG-- [con010c] Filesystem 'tracefs' used by 'tracefs' is not recognised as a valid filesystem
--CONFIG-- [con010c] Filesystem 'fuse.lxcfs' used by 'lxcfs' is not recognised as a valid filesystem
Edit Changed the format to the following and it didn't work either.
Tiger_FSScan_Local='.lxcfs';'.tracefs'
command-line server configuration
add a comment |
So on my Ubuntu 16.04 Server I'm encountering the following error from Tiger.
--CONFIG-- [con010c] Filesystem 'tracefs' used by 'tracefs' is not recognised as a valid filesystem
A fix for this I found was to go into /etc/tiger/tigerrc and on the Tiger_FSScan_Local= line add the file system in the quotes.
When I opened the tigerrc file I found the line with a file name already in place.
Tiger_FSScan_Local='.lxcfs'
My question is how do I add another filesystem to this line?
To be clear I am trying to add tracefs to the Tiger_FSScan_Local line and it already has one filesystem on the line.
I'm not even sure how to tag this...
Edit
So I tried to add .tracefs as Tiger_FSScan_Local='.lxcfs .tracefs'.
That didn't fix the issue, kind of made it worse. Going to add on the following line indicating non-Local.
Edit
This is how I tried having it set as well, still receiving the same error. Does anybody know which pip separator Tiger needs/prefers?
Tiger_FSScan_Local='.lxcfs' # Filesystems considered to be local to the system, pipe-separated
Tiger_FSScan_NonLocal='.tracefs' # Filesystems considered to be non-local to the system, pipe-separated
Edit This made it worse!
Tiger_FSScan_Local='.lxcfs''.tracefs' # Filesystems considered to be $
Tiger_FSScan_NonLocal= # Filesystems considered to be non-local to the system,$
Returned the following:
--CONFIG-- [con010c] Filesystem 'tracefs' used by 'tracefs' is not recognised as a valid filesystem
--CONFIG-- [con010c] Filesystem 'fuse.lxcfs' used by 'lxcfs' is not recognised as a valid filesystem
Edit Changed the format to the following and it didn't work either.
Tiger_FSScan_Local='.lxcfs';'.tracefs'
command-line server configuration
I'm not familiar with Tiger, but the example here suggests it should accept a pipe-separated list
– steeldriver
May 19 '17 at 16:22
So it would beTiger_FSScan_Local='.lxcfs' | '.tracefs'?
– Robby1212
May 19 '17 at 16:25
IDK - regardless, I would think you'd want to add toTiger_FSScan_NonLocalif you want it to be ignored, no? From Tiger-announce "filesystems defined in it will be considered non-local and will not be analysed. This allows administrators to add there esoteric filessystems in use so that they can work around the 'unknown filesystem' report generated by gen_mounts until it gets updated upstream."
– steeldriver
May 19 '17 at 16:37
By this following link I'm supposed to add it to the Local line, not sure why but it didn't fix it and/or I didn't add it correctly. I will try it how you recommended and see what happens. ubuntuforums.org/archive/index.php/t-2100345.html
– Robby1212
May 20 '17 at 14:42
add a comment |
So on my Ubuntu 16.04 Server I'm encountering the following error from Tiger.
--CONFIG-- [con010c] Filesystem 'tracefs' used by 'tracefs' is not recognised as a valid filesystem
A fix for this I found was to go into /etc/tiger/tigerrc and on the Tiger_FSScan_Local= line add the file system in the quotes.
When I opened the tigerrc file I found the line with a file name already in place.
Tiger_FSScan_Local='.lxcfs'
My question is how do I add another filesystem to this line?
To be clear I am trying to add tracefs to the Tiger_FSScan_Local line and it already has one filesystem on the line.
I'm not even sure how to tag this...
Edit
So I tried to add .tracefs as Tiger_FSScan_Local='.lxcfs .tracefs'.
That didn't fix the issue, kind of made it worse. Going to add on the following line indicating non-Local.
Edit
This is how I tried having it set as well, still receiving the same error. Does anybody know which pip separator Tiger needs/prefers?
Tiger_FSScan_Local='.lxcfs' # Filesystems considered to be local to the system, pipe-separated
Tiger_FSScan_NonLocal='.tracefs' # Filesystems considered to be non-local to the system, pipe-separated
Edit This made it worse!
Tiger_FSScan_Local='.lxcfs''.tracefs' # Filesystems considered to be $
Tiger_FSScan_NonLocal= # Filesystems considered to be non-local to the system,$
Returned the following:
--CONFIG-- [con010c] Filesystem 'tracefs' used by 'tracefs' is not recognised as a valid filesystem
--CONFIG-- [con010c] Filesystem 'fuse.lxcfs' used by 'lxcfs' is not recognised as a valid filesystem
Edit Changed the format to the following and it didn't work either.
Tiger_FSScan_Local='.lxcfs';'.tracefs'
command-line server configuration
So on my Ubuntu 16.04 Server I'm encountering the following error from Tiger.
--CONFIG-- [con010c] Filesystem 'tracefs' used by 'tracefs' is not recognised as a valid filesystem
A fix for this I found was to go into /etc/tiger/tigerrc and on the Tiger_FSScan_Local= line add the file system in the quotes.
When I opened the tigerrc file I found the line with a file name already in place.
Tiger_FSScan_Local='.lxcfs'
My question is how do I add another filesystem to this line?
To be clear I am trying to add tracefs to the Tiger_FSScan_Local line and it already has one filesystem on the line.
I'm not even sure how to tag this...
Edit
So I tried to add .tracefs as Tiger_FSScan_Local='.lxcfs .tracefs'.
That didn't fix the issue, kind of made it worse. Going to add on the following line indicating non-Local.
Edit
This is how I tried having it set as well, still receiving the same error. Does anybody know which pip separator Tiger needs/prefers?
Tiger_FSScan_Local='.lxcfs' # Filesystems considered to be local to the system, pipe-separated
Tiger_FSScan_NonLocal='.tracefs' # Filesystems considered to be non-local to the system, pipe-separated
Edit This made it worse!
Tiger_FSScan_Local='.lxcfs''.tracefs' # Filesystems considered to be $
Tiger_FSScan_NonLocal= # Filesystems considered to be non-local to the system,$
Returned the following:
--CONFIG-- [con010c] Filesystem 'tracefs' used by 'tracefs' is not recognised as a valid filesystem
--CONFIG-- [con010c] Filesystem 'fuse.lxcfs' used by 'lxcfs' is not recognised as a valid filesystem
Edit Changed the format to the following and it didn't work either.
Tiger_FSScan_Local='.lxcfs';'.tracefs'
command-line server configuration
command-line server configuration
edited May 25 '17 at 17:58
Robby1212
asked May 19 '17 at 15:51
Robby1212Robby1212
341317
341317
I'm not familiar with Tiger, but the example here suggests it should accept a pipe-separated list
– steeldriver
May 19 '17 at 16:22
So it would beTiger_FSScan_Local='.lxcfs' | '.tracefs'?
– Robby1212
May 19 '17 at 16:25
IDK - regardless, I would think you'd want to add toTiger_FSScan_NonLocalif you want it to be ignored, no? From Tiger-announce "filesystems defined in it will be considered non-local and will not be analysed. This allows administrators to add there esoteric filessystems in use so that they can work around the 'unknown filesystem' report generated by gen_mounts until it gets updated upstream."
– steeldriver
May 19 '17 at 16:37
By this following link I'm supposed to add it to the Local line, not sure why but it didn't fix it and/or I didn't add it correctly. I will try it how you recommended and see what happens. ubuntuforums.org/archive/index.php/t-2100345.html
– Robby1212
May 20 '17 at 14:42
add a comment |
I'm not familiar with Tiger, but the example here suggests it should accept a pipe-separated list
– steeldriver
May 19 '17 at 16:22
So it would beTiger_FSScan_Local='.lxcfs' | '.tracefs'?
– Robby1212
May 19 '17 at 16:25
IDK - regardless, I would think you'd want to add toTiger_FSScan_NonLocalif you want it to be ignored, no? From Tiger-announce "filesystems defined in it will be considered non-local and will not be analysed. This allows administrators to add there esoteric filessystems in use so that they can work around the 'unknown filesystem' report generated by gen_mounts until it gets updated upstream."
– steeldriver
May 19 '17 at 16:37
By this following link I'm supposed to add it to the Local line, not sure why but it didn't fix it and/or I didn't add it correctly. I will try it how you recommended and see what happens. ubuntuforums.org/archive/index.php/t-2100345.html
– Robby1212
May 20 '17 at 14:42
I'm not familiar with Tiger, but the example here suggests it should accept a pipe-separated list
– steeldriver
May 19 '17 at 16:22
I'm not familiar with Tiger, but the example here suggests it should accept a pipe-separated list
– steeldriver
May 19 '17 at 16:22
So it would be
Tiger_FSScan_Local='.lxcfs' | '.tracefs'?– Robby1212
May 19 '17 at 16:25
So it would be
Tiger_FSScan_Local='.lxcfs' | '.tracefs'?– Robby1212
May 19 '17 at 16:25
IDK - regardless, I would think you'd want to add to
Tiger_FSScan_NonLocal if you want it to be ignored, no? From Tiger-announce "filesystems defined in it will be considered non-local and will not be analysed. This allows administrators to add there esoteric filessystems in use so that they can work around the 'unknown filesystem' report generated by gen_mounts until it gets updated upstream."– steeldriver
May 19 '17 at 16:37
IDK - regardless, I would think you'd want to add to
Tiger_FSScan_NonLocal if you want it to be ignored, no? From Tiger-announce "filesystems defined in it will be considered non-local and will not be analysed. This allows administrators to add there esoteric filessystems in use so that they can work around the 'unknown filesystem' report generated by gen_mounts until it gets updated upstream."– steeldriver
May 19 '17 at 16:37
By this following link I'm supposed to add it to the Local line, not sure why but it didn't fix it and/or I didn't add it correctly. I will try it how you recommended and see what happens. ubuntuforums.org/archive/index.php/t-2100345.html
– Robby1212
May 20 '17 at 14:42
By this following link I'm supposed to add it to the Local line, not sure why but it didn't fix it and/or I didn't add it correctly. I will try it how you recommended and see what happens. ubuntuforums.org/archive/index.php/t-2100345.html
– Robby1212
May 20 '17 at 14:42
add a comment |
1 Answer
1
active
oldest
votes
in order to fix this issue I found the following debian bug id #791352
In message N°5 from Mr. Theodore Kotz I found his solution that worked for me:
"An entry needs to be added to
/usr/lib/tiger/systems/Linux/2/gen_mounts. In mine, I just cloned the
debugfs line, and put tracefs in place of debugfs"
Relevant lines from my /usr/lib/tiger/systems/Linux/2/gen_mounts, clone this:
[ "$1" = "debugfs" ] && LOCAL=1
Paste one line down and change debugfs to tracefs:
[ "$1" = "tracefs" ] && LOCAL=1
So the file results in:
...
[ "$1" = "debugfs" ] && LOCAL=1
[ "$1" = "tracefs" ] && LOCAL=1
...
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f916861%2ftiger-configuration-ignore-a-file-format%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
in order to fix this issue I found the following debian bug id #791352
In message N°5 from Mr. Theodore Kotz I found his solution that worked for me:
"An entry needs to be added to
/usr/lib/tiger/systems/Linux/2/gen_mounts. In mine, I just cloned the
debugfs line, and put tracefs in place of debugfs"
Relevant lines from my /usr/lib/tiger/systems/Linux/2/gen_mounts, clone this:
[ "$1" = "debugfs" ] && LOCAL=1
Paste one line down and change debugfs to tracefs:
[ "$1" = "tracefs" ] && LOCAL=1
So the file results in:
...
[ "$1" = "debugfs" ] && LOCAL=1
[ "$1" = "tracefs" ] && LOCAL=1
...
add a comment |
in order to fix this issue I found the following debian bug id #791352
In message N°5 from Mr. Theodore Kotz I found his solution that worked for me:
"An entry needs to be added to
/usr/lib/tiger/systems/Linux/2/gen_mounts. In mine, I just cloned the
debugfs line, and put tracefs in place of debugfs"
Relevant lines from my /usr/lib/tiger/systems/Linux/2/gen_mounts, clone this:
[ "$1" = "debugfs" ] && LOCAL=1
Paste one line down and change debugfs to tracefs:
[ "$1" = "tracefs" ] && LOCAL=1
So the file results in:
...
[ "$1" = "debugfs" ] && LOCAL=1
[ "$1" = "tracefs" ] && LOCAL=1
...
add a comment |
in order to fix this issue I found the following debian bug id #791352
In message N°5 from Mr. Theodore Kotz I found his solution that worked for me:
"An entry needs to be added to
/usr/lib/tiger/systems/Linux/2/gen_mounts. In mine, I just cloned the
debugfs line, and put tracefs in place of debugfs"
Relevant lines from my /usr/lib/tiger/systems/Linux/2/gen_mounts, clone this:
[ "$1" = "debugfs" ] && LOCAL=1
Paste one line down and change debugfs to tracefs:
[ "$1" = "tracefs" ] && LOCAL=1
So the file results in:
...
[ "$1" = "debugfs" ] && LOCAL=1
[ "$1" = "tracefs" ] && LOCAL=1
...
in order to fix this issue I found the following debian bug id #791352
In message N°5 from Mr. Theodore Kotz I found his solution that worked for me:
"An entry needs to be added to
/usr/lib/tiger/systems/Linux/2/gen_mounts. In mine, I just cloned the
debugfs line, and put tracefs in place of debugfs"
Relevant lines from my /usr/lib/tiger/systems/Linux/2/gen_mounts, clone this:
[ "$1" = "debugfs" ] && LOCAL=1
Paste one line down and change debugfs to tracefs:
[ "$1" = "tracefs" ] && LOCAL=1
So the file results in:
...
[ "$1" = "debugfs" ] && LOCAL=1
[ "$1" = "tracefs" ] && LOCAL=1
...
edited Apr 21 at 6:39
answered Jun 5 '17 at 19:32
MarcoMarco
1487
1487
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f916861%2ftiger-configuration-ignore-a-file-format%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I'm not familiar with Tiger, but the example here suggests it should accept a pipe-separated list
– steeldriver
May 19 '17 at 16:22
So it would be
Tiger_FSScan_Local='.lxcfs' | '.tracefs'?– Robby1212
May 19 '17 at 16:25
IDK - regardless, I would think you'd want to add to
Tiger_FSScan_NonLocalif you want it to be ignored, no? From Tiger-announce "filesystems defined in it will be considered non-local and will not be analysed. This allows administrators to add there esoteric filessystems in use so that they can work around the 'unknown filesystem' report generated by gen_mounts until it gets updated upstream."– steeldriver
May 19 '17 at 16:37
By this following link I'm supposed to add it to the Local line, not sure why but it didn't fix it and/or I didn't add it correctly. I will try it how you recommended and see what happens. ubuntuforums.org/archive/index.php/t-2100345.html
– Robby1212
May 20 '17 at 14:42