Would like know when the tcp sequence no is rollover

2015-09-17 Thread Ramana Reddy
Hi all, I would like to know, when the TCP sequence no is rollover. Who will do it. Is it happens in tcp code or through the hardware. If is it is in the tcp code, can some one please point the code in the linux kernel where it happens. Thanks & Regards, Ramana ___

Hijack a weak syscall

2015-09-17 Thread NISHANTHA
Hi, I'm trying to implement kexec as a module. When I do "cat /proc/kallsyms | grep kexec" it gives a out output like this c01b3478 W compat_sys_kexec_load c01b3478 W sys_kexec_load my sys_call_table page is not write protected. So I did *syscall_table[__NR_kexec_load] = (void *)my_kexec; but w

Re:

2015-09-17 Thread leo kirotawa
You need to install openssl-devel, so it'll fix this issue :) On Fri, Sep 18, 2015 at 1:49 AM, Shraddha Barke wrote: > I updated my local kernel repository with all recent commits using the > following commands- > git checkout staging-next > git pull > > After that when I try to compile, I'm get

[no subject]

2015-09-17 Thread Shraddha Barke
I updated my local kernel repository with all recent commits using the following commands- git checkout staging-next git pull After that when I try to compile, I'm getting an error scripts/sign-file.c:20:25: fatal error: openssl/bio.h: No such file or directory #include

Wireless Driver issue (Atheros AR9485)

2015-09-17 Thread David Scaperoth
I'm attempting to run pm-suspend on my laptop (by shutting my lid and on command line), and its putting my AR9485 wifi card into a funk (i.e. wlan0 interface seen through ifconfig never returns upon resume). I know theres a lot to this (power management - pm-utils and kernel, wireless drivers, gen

Re: git sendmail configuration example for mail.reiseup

2015-09-17 Thread Albino B Neto
2015-09-17 8:46 GMT-03:00 Dario Maiocchi : > Thank You Albino. It works for me now. So good. :-) Albino ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: git sendmail configuration example for mail.reiseup

2015-09-17 Thread Albino B Neto
2015-09-17 8:41 GMT-03:00 Silvan Jegen : >>> my configuration of git is: >>> >>> [sendemail] >>> smtpEncryption = ssl >>> smtpServer = reiseup.net > > > reiseup.net (a domain which I cannot find) vs. Thank you. Error type. Albino ___ Kerneln

Re: How to get the inode - no path_lookup

2015-09-17 Thread Rohan Puri
On 17 Sep 2015 04:02, "Greg KH" wrote: > > On Fri, Sep 04, 2015 at 04:26:06PM +, priyamn wrote: > > > > Hi, > > > > I happened to come across this discussion. I am having a similar issue. > > I am using Rhel7-3.10.0-123 > > kernel. I tried all the options that are mentioned above and none of t

Re: kernel.c//Starting for The Journey of The Kernel;

2015-09-17 Thread Daniel Baluta
On Thu, Sep 17, 2015 at 7:56 AM, GanesH AvacharE wrote: > if I have to start with the basics of the OS then what sequence should I > follow? You can start with Operating Systems Concepts book. http://www.amazon.com/Operating-System-Concepts-Abraham-Silberschatz/dp/0470128720 ___