[Bug 642249] New: zypper keeps creating .aria2 in /
https://bugzilla.novell.com/show_bug.cgi?id=642249 https://bugzilla.novell.com/show_bug.cgi?id=642249#c0 Summary: zypper keeps creating .aria2 in / Classification: openSUSE Product: openSUSE 11.3 Version: Final Platform: x86-64 OS/Version: openSUSE 11.3 Status: NEW Severity: Major Priority: P5 - None Component: libzypp AssignedTo: zypp-maintainers@forge.provo.novell.com ReportedBy: vkrevs@yahoo.com QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.62 Safari/534.3 Perform an update using zypper. An "/.aria2/" directory containing dht.dat is created in the root filesystem. rpm -q zypper aria2 libzypp zypper-1.4.5-1.10.x86_64 aria2-1.9.1-1.10.x86_64 libzypp-7.7.5-7.2.x86_64 Reproducible: Always Steps to Reproduce: 1. zypper -v up 2. l /.aria2 3. Actual Results: An "/.aria2/" directory containing dht.dat is created in the root filesystem. Expected Results: Nothing gets created in the root filesystem. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=642249 https://bugzilla.novell.com/show_bug.cgi?id=642249#c1 --- Comment #1 from Michael Andres <ma@novell.com> 2010-09-28 13:57:45 CEST --- AFAIK aria2c writes $HOME/.aria2/dht.dat. Either zypper loses $HOME or aria2c is buggy. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=642249 https://bugzilla.novell.com/show_bug.cgi?id=642249#c2 --- Comment #2 from Vadim Krevs <vkrevs@yahoo.com> 2010-10-01 10:17:25 UTC --- Value of HOME prior to calling zypper: # echo $HOME /root -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=642249 https://bugzilla.novell.com/show_bug.cgi?id=642249#c3 Ján Kupec <jkupec@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |tatsuhiro.t@gmail.com Resolution| |UPSTREAM --- Comment #3 from Ján Kupec <jkupec@novell.com> 2010-10-19 10:43:20 UTC --- Zypper keeps the environment, and the aria2c process should inherit it too. Vadim, you can switch to old curl download backend (by setting ZYPP_ARIA2C=0 env. var.) in case of problems. We are moving to a new download backend based on curl, so we don't want to invest in minor aria2c issues anymore. Thanx for the report anyway! Tatsuhiro, maybe you will want to take a look at this. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=642249 https://bugzilla.novell.com/show_bug.cgi?id=642249#c4 --- Comment #4 from Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com> 2010-10-19 14:22:30 UTC --- Thank you for sharing this. I did not any code to inherit environment variable, but I think if process is forked then it inherits those variables from parent. I ran aria2c from python with sudo and saw that it inherits $HOME variable '/root'. Does zypper fork to run aria2c or in another way? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com