Re: Any correlation between malloc return value and physical location?

2003-10-13 Thread Harald Gutsche
>Is there any relationship between the address returned by malloc(3) and >the physical address of the block of RAM? no relation if you have virtual memory mangement (most linux boxes), this is why it's called virtual. There may be embedded linux variants without virtual memory mangement. >If a i

sudo fails with "... /etc/sudoers: Permission denied" for root but not for user

2003-10-12 Thread Harald Gutsche
Hi all, I have three machines which are updated from sid regulary and are on the same update level now (especially for the tests). All 3 machines use the same versions for all common installed packages. Especially for sudo base* etc. Two machines run fine but one has a weird problem: starting su