Re: Can't remove dirty release files

2015-12-18 Thread s4
Hi! Maybe 'sunlink' file flag is set. Use 'ls -lo' to see that flag. (https://www.dragonflybsd.org/cgi/web-man?command=chflags) $ touch file $ chflags sunlink file $ rm file rm: file: Operation not permitted $ chflags nosunlink file $ rm file $ 2015-12-18 5:24 GMT+03:00 Dongsheng Song

Re: Can't remove dirty release files

2015-12-18 Thread Dongsheng Song
Not the case, try to remove sunlnk, uunlnk or schange flags takes no effect. # ls -la rcp; chflags nouunlnk rcp; chflags nosunlnk rcp; chflags noschange rcp; ls -la rcp; /bin/rm rcp -r-sr-xr-x 1 root wheel 19848 Dec 17 22:32 rcp -r-sr-xr-x 1 root wheel 19848 Dec 17 22:32 rcp rm: rcp:

Re: Call for test (em/emx/igb update)

2015-12-18 Thread Sepherosa Ziehau
Hi all, Here is another try; it only updates igb related bits: http://gitweb.dragonflybsd.org/~sephe/dragonfly.git/shortlog/refs/heads/igb-2.4.3 But, I would still like you to help testing em/emx, since the shared code is also changed. igb (i210/i211/i354) testing is welcome. Thanks, sephe