Custom Query (344 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (73 - 75 of 344)

Ticket Resolution Summary Owner Reporter
#281 fixed RPM Error when updating CUPS morcvomorc
Description

[u'ERROR with transaction check vs depsolve:', 'usb100.dll wird ben\x94tigt von cups-1:2.1.3-10.oc00.i686', u'Bitte melden Sie diesen Fehler unter http://trac.netlabs.org/rpm/']

Using ANPM 1.01

#280 fixed python: Make subprocess.Popen thread-safe dmik
Description

In #275 subprocess.Popen was switched from fork to spawn. However, the new implementation is not thread safe. In order to implement piping of stdin/out/err in the started child the dup() technique is used where the parent stdin/out/err are temporarily associated with pipe handles and then reverted back after the child inherits them.

This is not thread safe as another parent thread might want to use stdin/out/err while they are redirected and the results may be quite unpredictable. One example is https://github.com/bitwiseworks/mozilla-os2/issues/247#issuecomment-346183854.

This needs to be fixed.

#279 invalid Howto for developers spreads unclear information ak120
Description

Starting with: "General hint

Some rpm's might change your config.sys. So after all is installed we recommend to reboot the system."

Could it be transfered to comprehensible language at least. Does it mean that the might of rpm modifies also a read-only CONFIG.SYS file at the system boot volume? In this case it would be a major security hole.

Note: See TracQuery for help on using queries.