Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

NFtables systemd file or something ?? sry forgot [solved]

Linux Kernel, Network, and Services configuration.
Message
Author
cryptoa
Posts: 44
Joined: 2014-01-03 21:35

Re: NFtables systemd file or something [SOLVED]

#16 Post by cryptoa »

listen i did a full reinstall ... using a debain disk ..... pure ... i have done nothing except removed iptables and replaced with nftables ..

i have not touched the debain setup ither than what i have lited here ..

Code: Select all

. 
 100 /var/lib/dpkg/status
     release a=now
 500 http://mirror.it.ubc.ca/debian stretch-updates/main amd64 Packages
     release o=Debian,a=stable-updates,n=stretch-updates,l=Debian,c=main,b=amd64
     origin mirror.it.ubc.ca
 500 http://security.debian.org/debian-security stretch/updates/contrib amd64 Packages
     release v=9,o=Debian,a=stable,n=stretch,l=Debian-Security,c=contrib,b=amd64
     origin security.debian.org
 500 http://security.debian.org/debian-security stretch/updates/main amd64 Packages
     release v=9,o=Debian,a=stable,n=stretch,l=Debian-Security,c=main,b=amd64
     origin security.debian.org
 500 http://mirror.it.ubc.ca/debian stretch/main amd64 Packages
     release v=9.3,o=Debian,a=stable,n=stretch,l=Debian,c=main,b=amd64
     origin mirror.it.ubc.ca
Pinned packages:

Code: Select all

-- Logs begin at Fri 2017-12-15 11:38:55 PST, end at Fri 2017-12-15 12:02:39 PST
Dec 15 11:38:55 node-V systemd[1]: Starting nftables...
Dec 15 11:38:55 node-V systemd[1]: Started nftables.

su -c "systemctl status nftables"
Password: 
● nftables.service - nftables
   Loaded: loaded (/lib/systemd/system/nftables.service; enabled; vendor preset:
   Active: active (exited) since Fri 2017-12-15 11:38:55 PST; 34min ago
     Docs: man:nft(8)
           http://wiki.nftables.org
 Main PID: 398 (code=exited, status=0/SUCCESS)
    Tasks: 0 (limit: 4915)
   CGroup: /system.slice/nftables.service

Dec 15 11:38:55 node-V systemd[1]: Starting nftables...
Dec 15 11:38:55 node-V systemd[1]: Started nftables.

So the question is why is it quitting? and actually i did a top | grep nftables and with nft .... and it never was in the list at all ... i'm not sure if you can pipe top like that .... but it looked like you could when i tried with a program that was working properly .
Last edited by cryptoa on 2017-12-15 21:52, edited 1 time in total.

User avatar
Capitain_Jack
Posts: 153
Joined: 2017-12-15 12:07
Location: Brazil capital, Brasilia, At the favela.

Re: NFtables systemd file or something ?? permissions somewh

#17 Post by Capitain_Jack »

arochester wrote:
Sparky is Debian
No.

Start with Debian.
Add some things.
Take away some things.
Change some things.
End up with XYZ Linux.

XYZ Linux is not Debian.

Debian is the thing you started with...
Sparkylinux base is Debian non-free Sr., or haven't you read what I just posted?
"Great spirits have always encountered violent opposition from mediocre minds."
Albert Einstein
"All wrong-doing arises because of mind. If mind is transformed can wrong-doing remain?"
Buddha

cryptoa
Posts: 44
Joined: 2014-01-03 21:35

Re: NFtables systemd file or something ?? permissions somewh

#18 Post by cryptoa »

If you'll notice i did a full reinstall .... there is NO anything other than the Debian disk ..

it would be great if you would read what i type before responding with invalid help ..

uname -a

Linux node-V 4.9.0-4-amd64 #1 SMP Debian 4.9.65-3 (2017-12-03) x86_64 GNU/Linux

Anyway i have resoled the issue .... now I'm not sure why the process is hidden, but it is loading just not in the tasks list .. it would have been great if someone could have just told me that...
and before someone says it .... yes i am viewing all tasks ... i did it as root as well .... and nft in not listed anywhere in processes ... which is why i was saying it was broken in the first place


is there a way to see hidden tasks?
Last edited by cryptoa on 2017-12-15 21:50, edited 1 time in total.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: NFtables systemd file or something ?? permissions somewh

#19 Post by Head_on_a_Stick »

cryptoa wrote:it would be great if you would read what i type before responding with invalid help ..
+1 :roll:

Does `nft list ruleset` produce any output at all?

As I have said several times, nftables works fine for me with Debian stretch.
deadbang

arochester
Emeritus
Emeritus
Posts: 2435
Joined: 2010-12-07 19:55
Has thanked: 14 times
Been thanked: 54 times

Re: NFtables systemd file or something ?? permissions somewh

#20 Post by arochester »

Sparkylinux base is Debian non-free
Sparky Linux may be "based" on Debian.

About 130 distros are "based" on Debian

It is NOT Debian.

That is why it is called Sparky Linux and it is not called Debian.

cryptoa
Posts: 44
Joined: 2014-01-03 21:35

Re: NFtables systemd file or something ?? permissions somewh

#21 Post by cryptoa »

Head_on_a_Stick wrote:
cryptoa wrote:it would be great if you would read what i type before responding with invalid help ..
+1 :roll:

Does `nft list ruleset` produce any output at all?

As I have said several times, nftables works fine for me with Debian stretch.

Yes well it is actually working .... but the nft process is hidden from tasks and so i thought it was not running ..

however it is running .... just not displaying ... So for future reference how do i see hidden tasks ?

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: NFtables systemd file or something ?? permissions somewh

#22 Post by Head_on_a_Stick »

cryptoa wrote:it is running .... just not displaying ... So for future reference how do i see hidden tasks ?
Try

Code: Select all

systemd-cgtop
Or

Code: Select all

ls -lR /etc/systemd/system
deadbang

cryptoa
Posts: 44
Joined: 2014-01-03 21:35

Re: NFtables systemd file or something ?? permissions somewh

#23 Post by cryptoa »

Great, i'll see abut using that in the future.

Thanks.

User avatar
Capitain_Jack
Posts: 153
Joined: 2017-12-15 12:07
Location: Brazil capital, Brasilia, At the favela.

Re: NFtables systemd file or something ?? permissions somewh

#24 Post by Capitain_Jack »

arochester wrote:
Sparkylinux base is Debian non-free
Sparky Linux may be "based" on Debian.

About 130 distros are "based" on Debian

It is NOT Debian.

That is why it is called Sparky Linux and it is not called Debian.
What?? If you buy a car, one Ferrari, puts the multimedia central of a Wolksvagen, than is not a Ferrari anymore?? Nonsense. Of course if you recompile the Debian packages, than you are not a direct derivative, but SparkyLinux main repos is Debian, only programs that are not provided by Debian are into sparky repos...
"Great spirits have always encountered violent opposition from mediocre minds."
Albert Einstein
"All wrong-doing arises because of mind. If mind is transformed can wrong-doing remain?"
Buddha

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: NFtables systemd file or something ?? permissions somewh

#25 Post by Head_on_a_Stick »

@Capitain_Jack, the thread is [SOLVED], please stop adding noise.
deadbang

User avatar
Capitain_Jack
Posts: 153
Joined: 2017-12-15 12:07
Location: Brazil capital, Brasilia, At the favela.

Re: NFtables systemd file or something ?? permissions somewh

#26 Post by Capitain_Jack »

See, the problem with those closed mind Debian users, is that they are afraid that Debian is blamed for gliches, but hey guys, this happens!

If you really want to be "Pure Debian", than first let go the non-free packages, if you really know Debian as you shout knowing, you should know that Debian non-free is the one, so forget your video card, your proprietary driver for whatsoever you have, like wifi, than you can say you're "Pure Debian" and that even non-free Debian is not Debian and I'll agree.
"Great spirits have always encountered violent opposition from mediocre minds."
Albert Einstein
"All wrong-doing arises because of mind. If mind is transformed can wrong-doing remain?"
Buddha

User avatar
Capitain_Jack
Posts: 153
Joined: 2017-12-15 12:07
Location: Brazil capital, Brasilia, At the favela.

Re: NFtables systemd file or something ?? permissions somewh

#27 Post by Capitain_Jack »

Head_on_a_Stick wrote:@Capitain_Jack, the thread is [SOLVED], please stop adding noise.
Where is the discussion about Debian derivates goeing to take place than?
"Great spirits have always encountered violent opposition from mediocre minds."
Albert Einstein
"All wrong-doing arises because of mind. If mind is transformed can wrong-doing remain?"
Buddha

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: NFtables systemd file or something ?? permissions somewh

#28 Post by Head_on_a_Stick »

^ Open a new thread (in Off Topic), if you must.

EDIT: or get a blog :P
deadbang

User avatar
Capitain_Jack
Posts: 153
Joined: 2017-12-15 12:07
Location: Brazil capital, Brasilia, At the favela.

Re: NFtables systemd file or something ?? permissions somewh

#29 Post by Capitain_Jack »

Head_on_a_Stick wrote:^ Open a new thread (in Off Topic), if you must.
Ok, I see...
"Great spirits have always encountered violent opposition from mediocre minds."
Albert Einstein
"All wrong-doing arises because of mind. If mind is transformed can wrong-doing remain?"
Buddha

User avatar
GarryRicketson
Posts: 5644
Joined: 2015-01-20 22:16
Location: Durango, Mexico

Re: NFtables systemd file or something ?? permissions somewh

#30 Post by GarryRicketson »

Ferrari, puts the multimedia central of a Wolksvagen, than is not a Ferrari anymore??
That is funny,.... no it is not a Ferrari any more, it is a VerrriOlkswagon, and
whole new model of cars, Where can I buy one ?

But Aye,Aye , Capitain , Si Señor, "correcto , correcto", What ever you say,...
I am Garry, Head on A stick, is Head On A stick,... Joe is Joe, we are all humans,
maybe (not positive on that). Bryan, is a parrot, but sometime he logs in
when I am not around, but that is another topic, in any event Bryan is not
Garry, even when he uses my user name.
Debian is a Linux distro, Sparky is a Linux distro, but Debian is not
Sparky, and Sparky is not Debian, no matter what you say, it does not change
the fact.

@Capitain_Jack, the thread is [SOLVED], please stop adding noise.
Sorry to add to the noise, but maybe this is a good point,to mark the topic as solved, and close the thread .
Post by Capitain_Jack » 2017-12-16 05:35

Head_on_a_Stick wrote:
@Capitain_Jack, the thread is [SOLVED], please stop adding noise.


Where is the discussion about Debian derivates goeing to take place than?

You can start a new topic in off topic, ...but this has been discussed quite often, there really is no point in it.

This one is the most recent, (not in off topic though)
http://forums.debian.net/viewtopic.php?f=20&t=135165

User avatar
Capitain_Jack
Posts: 153
Joined: 2017-12-15 12:07
Location: Brazil capital, Brasilia, At the favela.

Re: NFtables systemd file or something ?? permissions somewh

#31 Post by Capitain_Jack »

GarryRicketson wrote: Debian is a Linux distro, Sparky is a Linux distro, but Debian is not
Sparky, and Sparky is not Debian, no matter what you say, it does not change
the fact.
http://forums.debian.net/viewtopic.php?f=20&t=135610
"Great spirits have always encountered violent opposition from mediocre minds."
Albert Einstein
"All wrong-doing arises because of mind. If mind is transformed can wrong-doing remain?"
Buddha

User avatar
Capitain_Jack
Posts: 153
Joined: 2017-12-15 12:07
Location: Brazil capital, Brasilia, At the favela.

Re: NFtables systemd file or something ?? permissions somewh

#32 Post by Capitain_Jack »

cryptoa wrote:Great, i'll see abut using that in the future.

Thanks.
Please, edit the first post and add [SOLVED] words. Thanks, others can benefit when they search for a similar problem.
"Great spirits have always encountered violent opposition from mediocre minds."
Albert Einstein
"All wrong-doing arises because of mind. If mind is transformed can wrong-doing remain?"
Buddha

Post Reply