kfreebsd in win32-loader

2010-05-08 Thread Tuco
FYI

-- Forwarded message --
From: Debian Bug Tracking System ow...@bugs.debian.org
Date: Wed, May 5, 2010 at 7:03 PM
Subject: Bug#579742 closed by Didier Raboud did...@raboud.com (Bug#579742:
fixed in win32-loader 0.6.16)
To: Tuco tuco@gmail.com


This is an automatic notification regarding your Bug report
which was filed against the win32-loader package:

#579742: kfreebsd

It has been closed by Didier Raboud did...@raboud.com.

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Didier Raboud 
did...@raboud.com by
replying to this email.


--
579742: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579742
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- Forwarded message --
From: Didier Raboud did...@raboud.com
To: 579742-cl...@bugs.debian.org
Date: Wed, 05 May 2010 17:02:36 +
Subject: Bug#579742: fixed in win32-loader 0.6.16
Source: win32-loader
Source-Version: 0.6.16

We believe that the bug you reported is fixed in the latest version of
win32-loader, which is due to be installed in the Debian FTP archive:

win32-loader_0.6.16.dsc
 to main/w/win32-loader/win32-loader_0.6.16.dsc
win32-loader_0.6.16.tar.gz
 to main/w/win32-loader/win32-loader_0.6.16.tar.gz
win32-loader_0.6.16_all.deb
 to main/w/win32-loader/win32-loader_0.6.16_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 579...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Didier Raboud did...@raboud.com (supplier of updated win32-loader package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 05 May 2010 18:28:39 +0200
Source: win32-loader
Binary: win32-loader
Architecture: source all
Version: 0.6.16
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Didier Raboud did...@raboud.com
Description:
 win32-loader - Debian-Installer loader for win32
Closes: 579742
Changes:
 win32-loader (0.6.16) unstable; urgency=low
 .
  * Add basic kFreeBSD support (Closes: #579742)
+ What works: fetching and booting a kFreeBSD d-i from standalone
version
- What doesn't: preseeding, stable install, g-i, media install
 .
  * Move files to /usr/share/win32/ to be consistent with other win32
packages.
  * Sync linux bootparam VIDEO_MODE definition with rest of d-i
- Revert the grub.cfg generation code update (aka s/vga=/set
gfxpayload/g)
Checksums-Sha1:
 df5ead877a0a88bec004d082f08aa83449386866 1288 win32-loader_0.6.16.dsc
 61735eb22f5e6a6f373830884d052fc80dd9dac2 170716 win32-loader_0.6.16.tar.gz
 38e02ec7401e45128e044ed0e55d0d22ce112d0c 733428 win32-loader_0.6.16_all.deb
Checksums-Sha256:
 5cb83af48823dd997e19993c66dcff522b1a22ca743efc9aa33293fb2c5fa9d1 1288
win32-loader_0.6.16.dsc
 fd0e6536e041c975b460f303a48962390a6e948acb153462cc22ce5575d99001 170716
win32-loader_0.6.16.tar.gz
 e4d638eedb686a1252abfcf2fd5e6e78c6686cc83b0b5f99ad0a131f697f99b4 733428
win32-loader_0.6.16_all.deb
Files:
 232b4d51fdd425d569c853b5e31e232c 1288 utils extra win32-loader_0.6.16.dsc
 d1ba9c0e743d09c1406aaa9c175dec5e 170716 utils extra
win32-loader_0.6.16.tar.gz
 5fbcd8a7393ee65e819da124a1998b0b 733428 utils extra
win32-loader_0.6.16_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iJwEAQECAAYFAkvhoi4ACgkQ884eR6Y9JhRszwP+ND65/i4HocZ7NInCqN+pHKEA
pK6gjsIUMeEXYc39QMJjjA4jtORfj8mVnH0f0k33aDdpf1b7KK0kfnZb3CAVoG1l
tTRAPqNvi7jVptdkaziUq8f96c/7/EDHtJOg3u/vqq3Lx79reVjRIKDfev9NeaXf
/cSMRZWyC2JwJaNjG3U=
=0URh
-END PGP SIGNATURE-




-- Forwarded message --
From: Tuco tuco@gmail.com
To: sub...@bugs.debian.org
Date: Fri, 30 Apr 2010 13:02:54 +0200
Subject: kfreebsd
Package: win32-loader

Hi.  Loading kfreebsd from win32-loader is simple, I made this patch based
on grub.cfg from the D-I images.

Sorry I don't know about NSIS part, but if the files are in C:/win32-loader/
it should boot.
Index: main.nsi
===
--- main.nsi	(revision 63034)
+++ main.nsi	(working copy)
@@ -653,8 +653,10 @@
 $\n'
   ${Endif}
   FileWrite $0 \
-linux	/win32-loader/linux $preseed_cmdline$\n\
-initrd	/win32-loader/initrd.gz$\n\
+kfreebsd		/win32-loader/kfreebsd.gz$\n\
+kfreebsd_module_elf	/win32-loader/acpi.ko$\n\
+kfreebsd_module		/win32-loader/mfsroot.gz type=mfs_root$\n\
+set			kFreeBSD.vfs.root.mountfrom=ufs:/dev/md0$\n\
 boot$\n
   FileClose $0
 


rm -rf doesn't work as expected?

2010-05-08 Thread The Anarcat
Hi,

I'm getting very odd problems with rm -rf here:

anar...@loony:tmp$ mkdir test
anar...@loony:tmp$ cd test/
anar...@loony:test$ mkdir a b c d 
anar...@loony:test$ touch a/1 a/2 a/3 b/1 c/2 d/3
anar...@loony:test$ cd ../
anar...@loony:tmp$ \rm -r test
rm: cannot remove `test/b': No such file or directory
rm: cannot remove `test/c': No such file or directory
rm: cannot remove `test/d': No such file or directory
rm: cannot remove `test': Directory not empty
anar...@loony:tmp$ \rm -fr test
rm: cannot remove `test/c': Operation not permitted
rm: cannot remove `test/d': Operation not permitted
anar...@loony:tmp$ \rm -fr test
rm: cannot remove `test/d': Operation not permitted
anar...@loony:tmp$ \rm -fr test
anar...@loony:tmp$ 

Something really odd is happening there... It makes is quite hard to
build packages locally, because I get this:

rm: cannot remove `freebsd-ppp-8.0.orig.kCwepg/.svn/tmp/prop-base': Operation 
not permitted
rm: cannot remove `freebsd-ppp-8.0.orig.kCwepg/.svn/tmp/props': Operation not 
permitted
rm: cannot remove `freebsd-ppp-8.0.orig.kCwepg/.svn/prop-base': Operation not 
permitted
rm: cannot remove `freebsd-ppp-8.0.orig.kCwepg/.svn/props': Operation not 
permitted
rm: cannot remove `freebsd-ppp-8.0.orig.kCwepg/debian': Operation not permitted
rm: cannot remove `freebsd-ppp-8.0.orig.kCwepg/.svn/tmp/props': Operation not 
permitted
rm: cannot remove `freebsd-ppp-8.0.orig.kCwepg/.svn/props': Operation not 
permitted
rm: cannot remove `freebsd-ppp-8.0.orig.kCwepg/debian/source': Operation not 
permitted
dpkg-source: error: rm -rf freebsd-ppp-8.0.orig.kCwepg gave error exit status 1
dpkg-buildpackage: error: dpkg-source -b freebsd-ppp-8.0 gave error exit status 
66
debuild: fatal error at line 1330:
dpkg-buildpackage -rfakeroot -D -us -uc failed

Anybody else is having this issue?

I'm on a recent squeeze with FreeBSD 7.2 and coreutils 8.4-2.

A.

-- 
Le pouvoir n'est pas à conquérir, il est à détruire
- Jean-François Brient, de la servitude moderne


signature.asc
Description: Digital signature


Re: rm -rf doesn't work as expected?

2010-05-08 Thread Dererk
On 08/05/10 20:55, The Anarcat wrote:
 Anybody else is having this issue?

 I'm on a recent squeeze with FreeBSD 7.2 and coreutils 8.4-2.

 A.
   
Right, it's a known issue on 7.2 kernel compilation
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573940.

As suggested there, switching to a 8-branch kernel is a possible solution.


Greetings,

Dererk

-- 
BOFH excuse #449:
greenpeace free'd the mallocs




signature.asc
Description: OpenPGP digital signature


Re: rm -rf doesn't work as expected?

2010-05-08 Thread Jakub Wilk

* The Anarcat anar...@anarcat.ath.cx, 2010-05-08, 19:55:

I'm getting very odd problems with rm -rf here:

anar...@loony:tmp$ mkdir test
anar...@loony:tmp$ cd test/
anar...@loony:test$ mkdir a b c d
anar...@loony:test$ touch a/1 a/2 a/3 b/1 c/2 d/3
anar...@loony:test$ cd ../
anar...@loony:tmp$ \rm -r test
rm: cannot remove `test/b': No such file or directory
rm: cannot remove `test/c': No such file or directory
rm: cannot remove `test/d': No such file or directory
rm: cannot remove `test': Directory not empty
anar...@loony:tmp$ \rm -fr test
rm: cannot remove `test/c': Operation not permitted
rm: cannot remove `test/d': Operation not permitted
anar...@loony:tmp$ \rm -fr test
rm: cannot remove `test/d': Operation not permitted
anar...@loony:tmp$ \rm -fr test
anar...@loony:tmp$


This is bug #573940.

--
Jakub Wilk


signature.asc
Description: Digital signature


Re: rm -rf doesn't work as expected?

2010-05-08 Thread The Anarcat
On Sun, May 09, 2010 at 02:05:35AM +0200, Jakub Wilk wrote:
 This is bug #573940.

Sorry about this, I should have checked the BTS/google *before* posting.
:(

Coreutils 8.5 fixes the problem.

Apologies, and thanks for the hard work.

A.

-- 
Le pouvoir n'est pas à conquérir, il est à détruire
- Jean-François Brient, de la servitude moderne


signature.asc
Description: Digital signature