Re: [android-kernel] Re: syslogd on the android kernel variant?

2010-11-08 Thread Tim Bird
On 11/08/2010 11:59 AM, Earlence wrote: > my mistake. > > How can I build syslogd into the android system? Why would you want to? In my experience, the Android logging system jettisons most of the silly features of syslogd, and is better suited to embedded products. -- Tim

[android-kernel] Re: syslogd on the android kernel variant?

2010-11-08 Thread Earlence
my mistake. How can I build syslogd into the android system? E On Nov 8, 5:53 pm, Greg KH wrote: > On Mon, Nov 8, 2010 at 5:40 AM, Earlence wrote: > > Hi, > > > I cannot find /etc/syslog.cong > > nor /var/log/ > > > syslogd does not seem to be configured / built into the kernel. > > syslogd ha

[android-kernel] Re: iptables

2010-11-08 Thread Earlence
AOSP = android open source project. I built a complete release version. all packages included (for HTC sapphire) I think you should refer to this: http://www.linuxquestions.org/questions/linux-kernel-70/kernel-iptables-problem-520723/ Also, use the make menuconfig option when building the kernel.

Re: [android-kernel] syslogd on the android kernel variant?

2010-11-08 Thread Greg KH
On Mon, Nov 8, 2010 at 5:40 AM, Earlence wrote: > Hi, > > I cannot find /etc/syslog.cong > nor /var/log/ > > syslogd does not seem to be configured / built into the kernel. syslogd has nothing to do with the kernel at all. confused, greg k-h -- unsubscribe: android-kernel+unsubscr...@googlegr

[android-kernel] Re: iptables

2010-11-08 Thread Antonio Conforti
Good work Earlence. I got your same problem. I have tried to compile kernel with CONFIG_NETFILTER_XT_MATCH_OWNER, but didn't happen nothing. I get this error: FIX ME! implement getprotobyname() bionic/libc/bionic/stubs.c:378 this is the command: # iptables -A INPUT -p tcp --dport 80 -j ACCEPT FIX

[android-kernel] syslogd on the android kernel variant?

2010-11-08 Thread Earlence
Hi, I cannot find /etc/syslog.cong nor /var/log/ syslogd does not seem to be configured / built into the kernel. How can I do this? Cheers, Earlence -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] Re: iptables

2010-11-08 Thread Earlence
HTC phone: I have not tried it yet. As I said, I have used goldfish, which is the emulator. On Nov 8, 9:07 am, Earlence wrote: > that option is needed if you want the owner match extension. > to compile: google a bit! there are lots of good resources. you will > find previous threads on this foru

[android-kernel] Re: iptables

2010-11-08 Thread Earlence
that option is needed if you want the owner match extension. to compile: google a bit! there are lots of good resources. you will find previous threads on this forum itself On Nov 7, 3:35 pm, billmeteor chen wrote: > Is that need to compile the kernel? > > How to do that by your steps? > > Can I