Click here to Skip to main content
15,793,452 members
Home / Discussions / Linux Programming
   

Linux Programming

 
GeneralRe: Bad UDP length 736 > IP payload length Len = 728 packet drop Pin
sarali12-Apr-19 21:43
sarali12-Apr-19 21:43 
GeneralRe: Bad UDP length 736 > IP payload length Len = 728 packet drop Pin
Randor 28-Apr-19 13:50
professional Randor 28-Apr-19 13:50 
GeneralRe: Bad UDP length 736 > IP payload length Len = 728 packet drop Pin
sarali10-May-19 3:55
sarali10-May-19 3:55 
PraiseRe: Bad UDP length 736 > IP payload length Len = 728 packet drop Pin
Randor 10-May-19 12:18
professional Randor 10-May-19 12:18 
QuestionActive PID Pin
Mohibur Rashid4-Apr-19 16:05
professionalMohibur Rashid4-Apr-19 16:05 
AnswerRe: Active PID Pin
Randor 4-Apr-19 16:57
professional Randor 4-Apr-19 16:57 
GeneralRe: Active PID Pin
Mohibur Rashid4-Apr-19 17:12
professionalMohibur Rashid4-Apr-19 17:12 
GeneralRe: Active PID Pin
Randor 4-Apr-19 17:23
professional Randor 4-Apr-19 17:23 
Mohibur Rashid wrote:
but repeating PID by OS is my concern.

Well I am not a Linux expert but I can read documentation just as good as the next guy. The documentation states /proc/sys/kernel/pid_max defaults to 32786. It also states that the Linux kernel will not reuse a PID until complete wrap-around has occurred.

So if your server is spawning over 32786 processes every 30 minutes... Yes, PID reuse would be an issue for you. Otherwise you are OK.

Best Wishes,
-David Delaune
AnswerRe: Active PID Pin
k50544-Apr-19 17:29
mvek50544-Apr-19 17:29 
GeneralRe: Active PID Pin
Mohibur Rashid4-Apr-19 19:17
professionalMohibur Rashid4-Apr-19 19:17 
QuestionUsing "R CMD INSTALL ..." to install package Pin
Vaclav_1-Apr-19 15:41
Vaclav_1-Apr-19 15:41 
RantRe: Using "R CMD INSTALL ..." to install package Pin
k50542-Apr-19 5:50
mvek50542-Apr-19 5:50 
GeneralRe: Using "R CMD INSTALL ..." to install package Pin
Richard MacCutchan3-Apr-19 9:24
mveRichard MacCutchan3-Apr-19 9:24 
GeneralRe: Using "R CMD INSTALL ..." to install package Pin
k50543-Apr-19 11:51
mvek50543-Apr-19 11:51 
Questioncommand "/../" Pin
Vaclav_1-Apr-19 8:35
Vaclav_1-Apr-19 8:35 
AnswerRe: command "/../" Pin
k50541-Apr-19 10:17
mvek50541-Apr-19 10:17 
AnswerRe: command "/../" Pin
Eddy Vluggen1-Apr-19 10:35
professionalEddy Vluggen1-Apr-19 10:35 
GeneralRe: command "/../" Pin
Vaclav_1-Apr-19 15:32
Vaclav_1-Apr-19 15:32 
GeneralRe: command "/../" Pin
k50541-Apr-19 18:39
mvek50541-Apr-19 18:39 
GeneralRe: command "/../" Pin
Eddy Vluggen2-Apr-19 2:49
professionalEddy Vluggen2-Apr-19 2:49 
AnswerRe: command "/../" Pin
Richard MacCutchan1-Apr-19 22:24
mveRichard MacCutchan1-Apr-19 22:24 
GeneralRe: command "/../" Pin
Vaclav_2-Apr-19 4:26
Vaclav_2-Apr-19 4:26 
QuestionWhy lscpu returns BOTH 32 -bit , 64-bit ? Pin
Vaclav_1-Apr-19 6:47
Vaclav_1-Apr-19 6:47 
AnswerRe: Why lscpu returns BOTH 32 -bit , 64-bit ? Pin
Richard MacCutchan1-Apr-19 6:52
mveRichard MacCutchan1-Apr-19 6:52 
GeneralRe: Why lscpu returns BOTH 32 -bit , 64-bit ? Pin
Vaclav_1-Apr-19 7:42
Vaclav_1-Apr-19 7:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.