Re: svn on debian chroot android

2014-02-15 Thread Erez D
On Feb 13, 2014 3:58 PM, Tzafrir Cohen tzaf...@cohens.org.il wrote:

 On Thu, Feb 13, 2014 at 11:09:37AM +0200, Erez D wrote:
  Hello
 
  i am trying to use svn on my chrooted android (chrooted with app called
  lil's debian)
 
  it seems i can not get network connection using a regular user. any svn
or
  wget command is returned with permission denied.
  however as root it works
 
  but doing 'sudo svn ...' generates files with root ownership. which
means i
  need to 'chown -R' after every update.
 
  so:
  1. is there a way to get internet access for a regular user ?
  2. is there a way to tell svn to create files with regular user
ownership
  but run as root

 Your kernel is paranoid:

 It has CONFIG_ANDROID_PARANOID_NETWORK set. To get network access, add
 your user to group 3003 (inet).

Thamks. I'll try that
 See http://elinux.org/Android_Security#Paranoid_network-ing


 --
 Tzafrir Cohen | tzaf...@jabber.org | VIM is
 http://tzafrir.org.il || a Mutt's
 tzaf...@cohens.org.il ||  best
 tzaf...@debian.org|| friend

 ___
 Linux-il mailing list
 Linux-il@cs.huji.ac.il
 http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: svn on debian chroot android

2014-02-15 Thread Erez D
On Thu, Feb 13, 2014 at 8:24 PM, Erez D erez0...@gmail.com wrote:


 On Feb 13, 2014 3:58 PM, Tzafrir Cohen tzaf...@cohens.org.il wrote:
 
  On Thu, Feb 13, 2014 at 11:09:37AM +0200, Erez D wrote:
   Hello
  
   i am trying to use svn on my chrooted android (chrooted with app called
   lil's debian)
  
   it seems i can not get network connection using a regular user. any
 svn or
   wget command is returned with permission denied.
   however as root it works
  
   but doing 'sudo svn ...' generates files with root ownership. which
 means i
   need to 'chown -R' after every update.
  
   so:
   1. is there a way to get internet access for a regular user ?
   2. is there a way to tell svn to create files with regular user
 ownership
   but run as root
 
  Your kernel is paranoid:
 
  It has CONFIG_ANDROID_PARANOID_NETWORK set. To get network access, add
  your user to group 3003 (inet).
 
 Thamks. I'll try that

works


  See http://elinux.org/Android_Security#Paranoid_network-ing
 
 
  --
  Tzafrir Cohen | tzaf...@jabber.org | VIM is
  http://tzafrir.org.il || a Mutt's
  tzaf...@cohens.org.il ||  best
  tzaf...@debian.org|| friend
 
  ___
  Linux-il mailing list
  Linux-il@cs.huji.ac.il
  http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


svn on debian chroot android

2014-02-13 Thread Erez D
Hello

i am trying to use svn on my chrooted android (chrooted with app called
lil's debian)

it seems i can not get network connection using a regular user. any svn or
wget command is returned with permission denied.
however as root it works

but doing 'sudo svn ...' generates files with root ownership. which means i
need to 'chown -R' after every update.

so:
1. is there a way to get internet access for a regular user ?
2. is there a way to tell svn to create files with regular user ownership
but run as root


thanks
erez.
___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: svn on debian chroot android

2014-02-13 Thread Tzafrir Cohen
On Thu, Feb 13, 2014 at 11:09:37AM +0200, Erez D wrote:
 Hello
 
 i am trying to use svn on my chrooted android (chrooted with app called
 lil's debian)
 
 it seems i can not get network connection using a regular user. any svn or
 wget command is returned with permission denied.
 however as root it works
 
 but doing 'sudo svn ...' generates files with root ownership. which means i
 need to 'chown -R' after every update.
 
 so:
 1. is there a way to get internet access for a regular user ?
 2. is there a way to tell svn to create files with regular user ownership
 but run as root

Your kernel is paranoid:

It has CONFIG_ANDROID_PARANOID_NETWORK set. To get network access, add
your user to group 3003 (inet).

See http://elinux.org/Android_Security#Paranoid_network-ing


-- 
Tzafrir Cohen | tzaf...@jabber.org | VIM is
http://tzafrir.org.il || a Mutt's
tzaf...@cohens.org.il ||  best
tzaf...@debian.org|| friend

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il