You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
(4) |
Apr
(7) |
May
(11) |
Jun
(14) |
Jul
(8) |
Aug
(7) |
Sep
(8) |
Oct
(21) |
Nov
(19) |
Dec
(5) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(1) |
Feb
(5) |
Mar
(6) |
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(2) |
Nov
|
Dec
|
2008 |
Jan
(8) |
Feb
(2) |
Mar
(2) |
Apr
(4) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
(5) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2006-10-25 15:45:18
|
Bugs item #1584433, was opened at 2006-10-25 13:45 Message generated for change (Comment added) made by c3lph1sh You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1584433&group_id=71814 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Morphing-Morphix Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Cédric Wider (c3lph1sh) Assigned to: Brendan Sleight (bmsleight) Summary: isomorph doesn't preserve ownership Initial Comment: Basically I did the following: isomorph --get main ./MyMoroh.iso /tmp/ morphix-chroot /tmp/morphing-morphix.mod ... apt-get install mysql5 ... When building the iso and testing it with qemu mysql doesn't start, complaining that it can't find /var/log/mysql/mysql-bin.index although it's there. To get mysql running one has to 'chown -R mysql:mysql /var/run/mysqld /var/lib/mysql /var/log/mysql' To make sure this doesn't has to be done every time the livecd starts up, I chrooted to the .mod and chowned these directories to mysql:mysql. But obviously somorph --add main /tmp/morphing-morphix.mod ./MyMorph.iso ./tmp.iso doesn't preserve the ownership of these folders. I am using MorphingMorphix 0.3.1 ---------------------------------------------------------------------- >Comment By: Cédric Wider (c3lph1sh) Date: 2006-10-25 15:45 Message: Logged In: YES user_id=1406567 You're right. The problem might more be inside morphix-chroot than isomorph. When looking at the source of morphix-chroot think the error must be in module-builder. I am not such a good bash-coder that I would understand the source of module-builder, but I don't see no copy-command after exiting the chroot-environment in morphix-chroot. bmsleight is right. I modded the main module using morphix-chroot and apt-get install mysql5. ---------------------------------------------------------------------- Comment By: Alex de Landgraaf (alextreme) Date: 2006-10-25 15:26 Message: Logged In: YES user_id=97489 Might then want to check if morphix-chroot copies with -a. Using -r would lead to the problem mentioned. It could also have to do with unionfs though :) ---------------------------------------------------------------------- Comment By: Brendan Sleight (bmsleight) Date: 2006-10-25 15:12 Message: Logged In: YES user_id=804659 The module was made using morphix-chroot, apt-get install. (See bug report) Hence this may be a bug with morphix-chroot (or even MorphingMorphix), rather than isomorph. ---------------------------------------------------------------------- Comment By: Alex de Landgraaf (alextreme) Date: 2006-10-25 14:40 Message: Logged In: YES user_id=97489 Hi Cedric, This appears to be more a problem with the mainmodule than with isomorph (isomorph merely adds the mainmodule to the iso, it doesn't have anything to do with the permissions within that mainmodule). How did you add mysql to your mainmodule? Did you do this manually, or via mmaker or some other way? Thanks in advance, Alex ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1584433&group_id=71814 |
From: SourceForge.net <no...@so...> - 2006-10-25 15:26:43
|
Bugs item #1584433, was opened at 2006-10-25 15:45 Message generated for change (Comment added) made by alextreme You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1584433&group_id=71814 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Morphing-Morphix Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Cédric Wider (c3lph1sh) Assigned to: Brendan Sleight (bmsleight) Summary: isomorph doesn't preserve ownership Initial Comment: Basically I did the following: isomorph --get main ./MyMoroh.iso /tmp/ morphix-chroot /tmp/morphing-morphix.mod ... apt-get install mysql5 ... When building the iso and testing it with qemu mysql doesn't start, complaining that it can't find /var/log/mysql/mysql-bin.index although it's there. To get mysql running one has to 'chown -R mysql:mysql /var/run/mysqld /var/lib/mysql /var/log/mysql' To make sure this doesn't has to be done every time the livecd starts up, I chrooted to the .mod and chowned these directories to mysql:mysql. But obviously somorph --add main /tmp/morphing-morphix.mod ./MyMorph.iso ./tmp.iso doesn't preserve the ownership of these folders. I am using MorphingMorphix 0.3.1 ---------------------------------------------------------------------- >Comment By: Alex de Landgraaf (alextreme) Date: 2006-10-25 17:26 Message: Logged In: YES user_id=97489 Might then want to check if morphix-chroot copies with -a. Using -r would lead to the problem mentioned. It could also have to do with unionfs though :) ---------------------------------------------------------------------- Comment By: Brendan Sleight (bmsleight) Date: 2006-10-25 17:12 Message: Logged In: YES user_id=804659 The module was made using morphix-chroot, apt-get install. (See bug report) Hence this may be a bug with morphix-chroot (or even MorphingMorphix), rather than isomorph. ---------------------------------------------------------------------- Comment By: Alex de Landgraaf (alextreme) Date: 2006-10-25 16:40 Message: Logged In: YES user_id=97489 Hi Cedric, This appears to be more a problem with the mainmodule than with isomorph (isomorph merely adds the mainmodule to the iso, it doesn't have anything to do with the permissions within that mainmodule). How did you add mysql to your mainmodule? Did you do this manually, or via mmaker or some other way? Thanks in advance, Alex ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1584433&group_id=71814 |
From: SourceForge.net <no...@so...> - 2006-10-25 15:13:01
|
Bugs item #1584433, was opened at 2006-10-25 13:45 Message generated for change (Comment added) made by bmsleight You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1584433&group_id=71814 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Morphing-Morphix Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Cédric Wider (c3lph1sh) >Assigned to: Brendan Sleight (bmsleight) Summary: isomorph doesn't preserve ownership Initial Comment: Basically I did the following: isomorph --get main ./MyMoroh.iso /tmp/ morphix-chroot /tmp/morphing-morphix.mod ... apt-get install mysql5 ... When building the iso and testing it with qemu mysql doesn't start, complaining that it can't find /var/log/mysql/mysql-bin.index although it's there. To get mysql running one has to 'chown -R mysql:mysql /var/run/mysqld /var/lib/mysql /var/log/mysql' To make sure this doesn't has to be done every time the livecd starts up, I chrooted to the .mod and chowned these directories to mysql:mysql. But obviously somorph --add main /tmp/morphing-morphix.mod ./MyMorph.iso ./tmp.iso doesn't preserve the ownership of these folders. I am using MorphingMorphix 0.3.1 ---------------------------------------------------------------------- >Comment By: Brendan Sleight (bmsleight) Date: 2006-10-25 15:12 Message: Logged In: YES user_id=804659 The module was made using morphix-chroot, apt-get install. (See bug report) Hence this may be a bug with morphix-chroot (or even MorphingMorphix), rather than isomorph. ---------------------------------------------------------------------- Comment By: Alex de Landgraaf (alextreme) Date: 2006-10-25 14:40 Message: Logged In: YES user_id=97489 Hi Cedric, This appears to be more a problem with the mainmodule than with isomorph (isomorph merely adds the mainmodule to the iso, it doesn't have anything to do with the permissions within that mainmodule). How did you add mysql to your mainmodule? Did you do this manually, or via mmaker or some other way? Thanks in advance, Alex ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1584433&group_id=71814 |
From: SourceForge.net <no...@so...> - 2006-10-25 14:40:21
|
Bugs item #1584433, was opened at 2006-10-25 15:45 Message generated for change (Comment added) made by alextreme You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1584433&group_id=71814 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: Morphing-Morphix Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Cédric Wider (c3lph1sh) Assigned to: Nobody/Anonymous (nobody) Summary: isomorph doesn't preserve ownership Initial Comment: Basically I did the following: isomorph --get main ./MyMoroh.iso /tmp/ morphix-chroot /tmp/morphing-morphix.mod ... apt-get install mysql5 ... When building the iso and testing it with qemu mysql doesn't start, complaining that it can't find /var/log/mysql/mysql-bin.index although it's there. To get mysql running one has to 'chown -R mysql:mysql /var/run/mysqld /var/lib/mysql /var/log/mysql' To make sure this doesn't has to be done every time the livecd starts up, I chrooted to the .mod and chowned these directories to mysql:mysql. But obviously somorph --add main /tmp/morphing-morphix.mod ./MyMorph.iso ./tmp.iso doesn't preserve the ownership of these folders. I am using MorphingMorphix 0.3.1 ---------------------------------------------------------------------- >Comment By: Alex de Landgraaf (alextreme) Date: 2006-10-25 16:40 Message: Logged In: YES user_id=97489 Hi Cedric, This appears to be more a problem with the mainmodule than with isomorph (isomorph merely adds the mainmodule to the iso, it doesn't have anything to do with the permissions within that mainmodule). How did you add mysql to your mainmodule? Did you do this manually, or via mmaker or some other way? Thanks in advance, Alex ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1584433&group_id=71814 |
From: SourceForge.net <no...@so...> - 2006-10-25 13:45:05
|
Bugs item #1584433, was opened at 2006-10-25 13:45 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1584433&group_id=71814 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Cédric Wider (c3lph1sh) Assigned to: Nobody/Anonymous (nobody) Summary: isomorph doesn't preserve ownership Initial Comment: Basically I did the following: isomorph --get main ./MyMoroh.iso /tmp/ morphix-chroot /tmp/morphing-morphix.mod ... apt-get install mysql5 ... When building the iso and testing it with qemu mysql doesn't start, complaining that it can't find /var/log/mysql/mysql-bin.index although it's there. To get mysql running one has to 'chown -R mysql:mysql /var/run/mysqld /var/lib/mysql /var/log/mysql' To make sure this doesn't has to be done every time the livecd starts up, I chrooted to the .mod and chowned these directories to mysql:mysql. But obviously somorph --add main /tmp/morphing-morphix.mod ./MyMorph.iso ./tmp.iso doesn't preserve the ownership of these folders. I am using MorphingMorphix 0.3.1 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1584433&group_id=71814 |
From: SourceForge.net <no...@so...> - 2006-10-24 20:34:57
|
Bugs item #1583995, was opened at 2006-10-24 20:26 Message generated for change (Comment added) made by bmsleight You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1583995&group_id=71814 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: minimodules Group: None >Status: Pending Resolution: None Priority: 5 Private: No Submitted By: Brendan Sleight (bmsleight) Assigned to: Brendan Sleight (bmsleight) Summary: Subsequent MiniModule failure when using tags Initial Comment: When using mini and main tags. If a MiniModule tag does not match the MainModule tag, the minimodule will not load. This is correct. However the following MiniModule will also not load. Examples:- http://www.morphix.org/autobuilds/video/lightgui-2006-10-24_0030.mod_basemod-2.6.17-2006-10-24_0600.iso.ogg http://www.morphix.org/autobuilds/video/lightgui-2006-10-24_0030.mod_basemod-2.6.15-2006-10-24_0015.iso.ogg But from the log testing iso contains more than two MiniModules:- http://www.morphix.org/autobuilds/video/autotesting.log_2006-10-24_.gz Tue Oct 24 11:58:02 BST 2006 ###################################################### Mainmodules in /tmp/iso/lightgui-2006-10-24_0030.mod_basemod-2.6.17-2006-10-24_0600.iso: lightgui-2006-10-24_0030.mod Minimodules in /tmp/iso/lightgui-2006-10-24_0030.mod_basemod-2.6.17-2006-10-24_0600.iso: AutoTestingMini-2006-10-24_0130.mod MorphixMini-KioskSetting-2006-10-24_0130.mod MorphixMini-XHack-2006-10-24_0130.mod Debian packages in /tmp/iso/lightgui-2006-10-24_0030.mod_basemod-2.6.17-2006-10-24_0600.iso: Shell scripts in /tmp/iso/lightgui-2006-10-24_0030.mod_basemod-2.6.17-2006-10-24_0600.iso: Copy-on-boot files in /tmp/iso/lightgui-2006-10-24_0030.mod_basemod-2.6.17-2006-10-24_0600.iso: ###################################################### ---------------------------------------------------------------------- >Comment By: Brendan Sleight (bmsleight) Date: 2006-10-24 20:34 Message: Logged In: YES user_id=804659 See SVN - 2434 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1583995&group_id=71814 |
From: SourceForge.net <no...@so...> - 2006-10-24 20:26:46
|
Bugs item #1583995, was opened at 2006-10-24 20:26 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1583995&group_id=71814 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: minimodules Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Brendan Sleight (bmsleight) Assigned to: Brendan Sleight (bmsleight) Summary: Subsequent MiniModule failure when using tags Initial Comment: When using mini and main tags. If a MiniModule tag does not match the MainModule tag, the minimodule will not load. This is correct. However the following MiniModule will also not load. Examples:- http://www.morphix.org/autobuilds/video/lightgui-2006-10-24_0030.mod_basemod-2.6.17-2006-10-24_0600.iso.ogg http://www.morphix.org/autobuilds/video/lightgui-2006-10-24_0030.mod_basemod-2.6.15-2006-10-24_0015.iso.ogg But from the log testing iso contains more than two MiniModules:- http://www.morphix.org/autobuilds/video/autotesting.log_2006-10-24_.gz Tue Oct 24 11:58:02 BST 2006 ###################################################### Mainmodules in /tmp/iso/lightgui-2006-10-24_0030.mod_basemod-2.6.17-2006-10-24_0600.iso: lightgui-2006-10-24_0030.mod Minimodules in /tmp/iso/lightgui-2006-10-24_0030.mod_basemod-2.6.17-2006-10-24_0600.iso: AutoTestingMini-2006-10-24_0130.mod MorphixMini-KioskSetting-2006-10-24_0130.mod MorphixMini-XHack-2006-10-24_0130.mod Debian packages in /tmp/iso/lightgui-2006-10-24_0030.mod_basemod-2.6.17-2006-10-24_0600.iso: Shell scripts in /tmp/iso/lightgui-2006-10-24_0030.mod_basemod-2.6.17-2006-10-24_0600.iso: Copy-on-boot files in /tmp/iso/lightgui-2006-10-24_0030.mod_basemod-2.6.17-2006-10-24_0600.iso: ###################################################### ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1583995&group_id=71814 |
From: SourceForge.net <no...@so...> - 2006-10-06 20:28:21
|
Bugs item #1552930, was opened at 2006-09-05 19:26 Message generated for change (Settings changed) made by bmsleight You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1552930&group_id=71814 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Morphing-Morphix Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Brendan Sleight (bmsleight) Assigned to: Brendan Sleight (bmsleight) Summary: MorphingMorphix 0.3 - locks after configuration Initial Comment: After completing the configuration of MorphingMorphix no further screens are displayed. Further graphical applications can not be run. This is caused by using a Hard Drive partition which does not support file permissions, such as a FAT partitioned drive. (The /tmp direct is moved to the Hard Drive, X locking required file-permissions to be correct) Interim Solution: For now use a partition with filesystem that supports gnu/linux permissions as as ext-2 or ext-3 Final Solution: There will be a option in the configuration menu to use a non-linux filesystem with MorphingMorphix ---------------------------------------------------------------------- Comment By: Brendan Sleight (bmsleight) Date: 2006-10-01 22:23 Message: Logged In: YES user_id=804659 SVN - Committed revision 2425. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-09-07 19:05 Message: Logged In: NO It locks when it's about to move /tmp but no working partition is found ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1552930&group_id=71814 |
From: SourceForge.net <no...@so...> - 2006-10-06 20:28:03
|
Bugs item #1565310, was opened at 2006-09-25 19:15 Message generated for change (Settings changed) made by bmsleight You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1565310&group_id=71814 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Morphing-Morphix Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Brendan Sleight (bmsleight) Summary: No support for mounted sata or scsi drives. Initial Comment: In the morphing-morphix configuration menu, the one where you choose what partition on your disk to use for temporary storage, there is no support for my mounted drives, they are for example sda1, sda2 etc. but the morphing-morphix menu only seems to have support for ATA drives as the only thing i see in the menu is /mnt/hd??. and i dont have any ATA drives in my pc. A workaround i used: mount the desired drive under /mnt/hd??, literally. dont know for sure if this works as i didnt bother to try it. i didnt really like morphing-morphix, i will just use my debain box. Peter Rus (p e t o r r u s @ g m a i l . cream) . cream = .com. you know, against the intelligent spambots. ---------------------------------------------------------------------- Comment By: Brendan Sleight (bmsleight) Date: 2006-10-01 22:24 Message: Logged In: YES user_id=804659 SVN - Committed revision 2425. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1565310&group_id=71814 |
From: SourceForge.net <no...@so...> - 2006-10-06 20:27:39
|
Bugs item #1572385, was opened at 2006-10-06 20:27 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1572385&group_id=71814 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: basemodules Group: None Status: Open Resolution: None Priority: 5 Submitted By: Brendan Sleight (bmsleight) Assigned to: Nobody/Anonymous (nobody) Summary: No Bootsplash Initial Comment: No bootsplash in new autobuilds. Not seen in either - basemod-2.6.17-2006-10-05_0600.iso - basemod-2.6.17-2006-10-06_0600.iso BMS ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1572385&group_id=71814 |
From: SourceForge.net <no...@so...> - 2006-10-01 22:31:11
|
Bugs item #1565310, was opened at 2006-09-25 19:15 Message generated for change (Settings changed) made by bmsleight You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1565310&group_id=71814 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Morphing-Morphix Group: None >Status: Pending Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Brendan Sleight (bmsleight) Summary: No support for mounted sata or scsi drives. Initial Comment: In the morphing-morphix configuration menu, the one where you choose what partition on your disk to use for temporary storage, there is no support for my mounted drives, they are for example sda1, sda2 etc. but the morphing-morphix menu only seems to have support for ATA drives as the only thing i see in the menu is /mnt/hd??. and i dont have any ATA drives in my pc. A workaround i used: mount the desired drive under /mnt/hd??, literally. dont know for sure if this works as i didnt bother to try it. i didnt really like morphing-morphix, i will just use my debain box. Peter Rus (p e t o r r u s @ g m a i l . cream) . cream = .com. you know, against the intelligent spambots. ---------------------------------------------------------------------- Comment By: Brendan Sleight (bmsleight) Date: 2006-10-01 22:24 Message: Logged In: YES user_id=804659 SVN - Committed revision 2425. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1565310&group_id=71814 |
From: SourceForge.net <no...@so...> - 2006-10-01 22:24:27
|
Bugs item #1565310, was opened at 2006-09-25 19:15 Message generated for change (Comment added) made by bmsleight You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1565310&group_id=71814 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Morphing-Morphix Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Brendan Sleight (bmsleight) Summary: No support for mounted sata or scsi drives. Initial Comment: In the morphing-morphix configuration menu, the one where you choose what partition on your disk to use for temporary storage, there is no support for my mounted drives, they are for example sda1, sda2 etc. but the morphing-morphix menu only seems to have support for ATA drives as the only thing i see in the menu is /mnt/hd??. and i dont have any ATA drives in my pc. A workaround i used: mount the desired drive under /mnt/hd??, literally. dont know for sure if this works as i didnt bother to try it. i didnt really like morphing-morphix, i will just use my debain box. Peter Rus (p e t o r r u s @ g m a i l . cream) . cream = .com. you know, against the intelligent spambots. ---------------------------------------------------------------------- >Comment By: Brendan Sleight (bmsleight) Date: 2006-10-01 22:24 Message: Logged In: YES user_id=804659 SVN - Committed revision 2425. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1565310&group_id=71814 |
From: SourceForge.net <no...@so...> - 2006-10-01 22:23:38
|
Bugs item #1552930, was opened at 2006-09-05 19:26 Message generated for change (Comment added) made by bmsleight You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1552930&group_id=71814 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Morphing-Morphix Group: None >Status: Pending Resolution: None Priority: 5 Submitted By: Brendan Sleight (bmsleight) Assigned to: Brendan Sleight (bmsleight) Summary: MorphingMorphix 0.3 - locks after configuration Initial Comment: After completing the configuration of MorphingMorphix no further screens are displayed. Further graphical applications can not be run. This is caused by using a Hard Drive partition which does not support file permissions, such as a FAT partitioned drive. (The /tmp direct is moved to the Hard Drive, X locking required file-permissions to be correct) Interim Solution: For now use a partition with filesystem that supports gnu/linux permissions as as ext-2 or ext-3 Final Solution: There will be a option in the configuration menu to use a non-linux filesystem with MorphingMorphix ---------------------------------------------------------------------- >Comment By: Brendan Sleight (bmsleight) Date: 2006-10-01 22:23 Message: Logged In: YES user_id=804659 SVN - Committed revision 2425. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-09-07 19:05 Message: Logged In: NO It locks when it's about to move /tmp but no working partition is found ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1552930&group_id=71814 |
From: SourceForge.net <no...@so...> - 2006-09-25 19:15:56
|
Bugs item #1565310, was opened at 2006-09-25 12:15 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1565310&group_id=71814 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Morphing-Morphix Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Brendan Sleight (bmsleight) Summary: No support for mounted sata or scsi drives. Initial Comment: In the morphing-morphix configuration menu, the one where you choose what partition on your disk to use for temporary storage, there is no support for my mounted drives, they are for example sda1, sda2 etc. but the morphing-morphix menu only seems to have support for ATA drives as the only thing i see in the menu is /mnt/hd??. and i dont have any ATA drives in my pc. A workaround i used: mount the desired drive under /mnt/hd??, literally. dont know for sure if this works as i didnt bother to try it. i didnt really like morphing-morphix, i will just use my debain box. Peter Rus (p e t o r r u s @ g m a i l . cream) . cream = .com. you know, against the intelligent spambots. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1565310&group_id=71814 |
From: SourceForge.net <no...@so...> - 2006-09-15 02:20:13
|
Bugs item #1522968, was opened at 2006-07-15 02:11 Message generated for change (Comment added) made by sf-robot You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1522968&group_id=71814 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: tools Group: None >Status: Closed Resolution: None Priority: 2 Submitted By: Brendan Sleight (bmsleight) Assigned to: Brendan Sleight (bmsleight) Summary: morphix-rebrand - grub menu - other options Initial Comment: Using morphix-rebrand with MorphixLiveKiosk.png When using the Grub, Submenu -> more boot options, 1280x1024, Vesa Driver get the follwoing errors. [However I think this effect all itmes on Submenu] Error:- Setting paths: cp cannot certate symbolkic link /var/run/utmp to 'MorphixLiveCD/var/run/utmp - file already exists. Brendan ---------------------------------------------------------------------- >Comment By: SourceForge Robot (sf-robot) Date: 2006-09-14 19:20 Message: Logged In: YES user_id=1312539 This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 14 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Brendan Sleight (bmsleight) Date: 2006-08-31 15:08 Message: Logged In: YES user_id=804659 Pending verison 0.2-31 to retest. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1522968&group_id=71814 |
From: SourceForge.net <no...@so...> - 2006-09-07 19:05:35
|
Bugs item #1552930, was opened at 2006-09-05 12:26 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1552930&group_id=71814 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Morphing-Morphix Group: None Status: Open Resolution: None Priority: 5 Submitted By: Brendan Sleight (bmsleight) Assigned to: Brendan Sleight (bmsleight) Summary: MorphingMorphix 0.3 - locks after configuration Initial Comment: After completing the configuration of MorphingMorphix no further screens are displayed. Further graphical applications can not be run. This is caused by using a Hard Drive partition which does not support file permissions, such as a FAT partitioned drive. (The /tmp direct is moved to the Hard Drive, X locking required file-permissions to be correct) Interim Solution: For now use a partition with filesystem that supports gnu/linux permissions as as ext-2 or ext-3 Final Solution: There will be a option in the configuration menu to use a non-linux filesystem with MorphingMorphix ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2006-09-07 12:05 Message: Logged In: NO It locks when it's about to move /tmp but no working partition is found ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1552930&group_id=71814 |
From: SourceForge.net <no...@so...> - 2006-09-05 19:26:42
|
Bugs item #1552930, was opened at 2006-09-05 19:26 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1552930&group_id=71814 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Morphing-Morphix Group: None Status: Open Resolution: None Priority: 5 Submitted By: Brendan Sleight (bmsleight) Assigned to: Brendan Sleight (bmsleight) Summary: MorphingMorphix 0.3 - locks after configuration Initial Comment: After completing the configuration of MorphingMorphix no further screens are displayed. Further graphical applications can not be run. This is caused by using a Hard Drive partition which does not support file permissions, such as a FAT partitioned drive. (The /tmp direct is moved to the Hard Drive, X locking required file-permissions to be correct) Interim Solution: For now use a partition with filesystem that supports gnu/linux permissions as as ext-2 or ext-3 Final Solution: There will be a option in the configuration menu to use a non-linux filesystem with MorphingMorphix ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1552930&group_id=71814 |
From: SourceForge.net <no...@so...> - 2006-09-04 19:29:37
|
Feature Requests item #1552145, was opened at 2006-09-04 12:29 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532551&aid=1552145&group_id=71814 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: other tools Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Alex de Landgraaf (alextreme) Summary: CDROM/DVD on .xml Repos Initial Comment: Hello, Like some people I like to have Debian on DVD or CD and install packages from there, however when specifiying a repository in the .xml mod file, I can only use http or ftp, cdrom:/path doesn't work. I'm on dialup so I use the DVD or CD and so far I have to mount apache and mount the DVD as an URL. Thank you ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532551&aid=1552145&group_id=71814 |
From: SourceForge.net <no...@so...> - 2006-09-03 19:30:57
|
Bugs item #1551591, was opened at 2006-09-03 19:30 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1551591&group_id=71814 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: tools Group: None Status: Open Resolution: None Priority: 1 Submitted By: Brendan Sleight (bmsleight) Assigned to: Alex de Landgraaf (alextreme) Summary: isomorph --get main ./tmp.iso /dir/ Initial Comment: isomorph --get main ./tmp.iso /dir/ Will get mainmodule, minimodule and copy on boot files, not jsut mainmodule morph@AutoTesting:~$ sudo isomorph --get main ./MorphixLiveKiosk/MorphixLiveKiosk.iso ./MorphixLiveKiosk/ morph@AutoTesting:~$ ls ./MorphixLiveKiosk/ MorphixLiveKiosk.iso mainmod1.mod minimod1.mod morphix Sorry Boss just noticed, BMS ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1551591&group_id=71814 |
From: SourceForge.net <no...@so...> - 2006-09-02 21:07:05
|
Bugs item #1548897, was opened at 2006-08-29 21:28 Message generated for change (Comment added) made by bmsleight You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1548897&group_id=71814 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: tools Group: None Status: Open Resolution: None Priority: 7 Submitted By: Brendan Sleight (bmsleight) Assigned to: Alex de Landgraaf (alextreme) Summary: mmake 0.4-35 option: -s Initial Comment: mmaker option -s The /var/lib/apt/lists/ are deleted before they are needed to be used to create the source tar-ball. See below. I have the full 500K log output should you need it. Hope you enjoyed your holiday! Brendan morph@AutoTesting:~$ dpkg -l | grep mmaker ii morphix-mmaker 0.4-35 Module Maker, builds morphix modules morph@AutoTesting:~$ sudo mmaker -s foobar.tar.gz /home/morph/morphix/trunk/mmaker/templates/morphing-morphix.xml ./morphing-morphix.mod >/home/morph/log/mmaker.log 2>/home/morph/log/mmaker.log morph@AutoTesting:~$ cat /home/morph/log/mmaker.log | grep "/var/lib/apt/lists/" -A 5 -B 5 | head -n 25 Setting up morphing-tools (0.2-30) ... Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe sh -c "COLUMNS=160 dpkg -l | gzip > /morphix/packages.gz" Exec: rm -f /tmp/libmorphix-DbooLe/var/lib/dpkg/*.old /tmp/libmorphix-DbooLe/var/lib/dpkg/available Exec: touch /tmp/libmorphix-DbooLe/var/lib/dpkg/available Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe /usr/bin/apt-get -qq -y --force-yes clean Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe sh -c "rm -f /var/lib/apt/lists/*" rm: cannot remove `/var/lib/apt/lists/partial': Is a directory Exec: mv /tmp/libmorphix-DbooLe/sbin/start-stop-daemon.REAL /tmp/libmorphix-DbooLe/sbin/start-stop-daemon Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe /bin/sh -c "head -n 12 /etc/debconf.conf >> /tmp/tempdebconf" Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe /bin/sh -c "tail -n 67 /etc/debconf.conf >> /tmp/tempdebconf" Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe /bin/sh -c "mv /etc/debconf.conf/tempdebconf /tmp" mv: cannot stat `/etc/debconf.conf/tempdebconf': Not a directory -- ii xutils-dev 7.1.ds-2 X Window System utility programs for development ii zlib1g 1.2.3-13 compression library - runtime Info: Parsing dpkg -l Info: Downloading sources for package adduser Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe sh -c "cd /sources && apt-get -f -m --download-only source adduser" W: Couldn't stat source package list ftp://ftp.debian.org sid/main Packages (/var/lib/apt/lists/ftp.debian.org_debian_dists_sid_main_binary-i386_Packages) - stat (2 No such file or directory) W: Couldn't stat source package list http://www.morphix.org ./ Packages (/var/lib/apt/lists/www.morphix.org_debian_._Packages) - stat (2 No such file or directory) W: Couldn't stat source package list ftp://ftp.debian.org sid/main Packages (/var/lib/apt/lists/ftp.debian.org_debian_dists_sid_main_binary-i386_Packages) - stat (2 No such file or directory) W: Couldn't stat source package list http://www.morphix.org ./ Packages (/var/lib/apt/lists/www.morphix.org_debian_._Packages) - stat (2 No such file or directory) W: You may want to run apt-get update to correct these problems E: Could not open file /var/lib/apt/lists/ftp.debian.org_debian_dists_sid_main_source_Sources - open (2 No such file or directory) Reading package lists... ---------------------------------------------------------------------- >Comment By: Brendan Sleight (bmsleight) Date: 2006-09-02 21:07 Message: Logged In: YES user_id=804659 Sorry just extracted mainmodule - does contain deb-src :- deb ftp://ftp.debian.org/debian sid main deb-src ftp://ftp.debian.org/debian sid main deb http://www.morphix.org/debian ./ deb-src http://www.morphix.org/debian . Can not get the testers these days :) ---------------------------------------------------------------------- Comment By: Alex de Landgraaf (alextreme) Date: 2006-09-02 20:39 Message: Logged In: YES user_id=97489 > Which does not have source repositories lists - Is this important ? You do need source repositories in order to download sources, so yes. Thanks for testing :) ---------------------------------------------------------------------- Comment By: Brendan Sleight (bmsleight) Date: 2006-08-31 22:06 Message: Logged In: YES user_id=804659 Ran mmaker again using a .deb paul_c ccompiled from svn. It gives an empty foobar.tar.gz file -rw-r--r-- 1 root root 134 Aug 31 22:36 foobar.tar.gz -rw-r--r-- 1 root root 172M Aug 31 22:38 morphing-morphix.mod Full log:- http://www.barwap.com/morphix/mmaker.log Log does not show package listing or attempts at apt-get source. NB: Using template:- http://svn.sourceforge.net/viewvc/morphix/trunk/mmaker/templates/morphing-morphix.xml?revision=2402&view=markup Which does not have source repositories lists - Is this important ? Regards, Brendan ---------------------------------------------------------------------- Comment By: Alex de Landgraaf (alextreme) Date: 2006-08-30 00:58 Message: Logged In: YES user_id=97489 Thanks for the bugreport :) Have committed a fix into svn. Give it a spin to see if it works (or wait till I upload new mmaker packages) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1548897&group_id=71814 |
From: SourceForge.net <no...@so...> - 2006-09-02 20:39:45
|
Bugs item #1548897, was opened at 2006-08-29 23:28 Message generated for change (Comment added) made by alextreme You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1548897&group_id=71814 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: tools Group: None Status: Open Resolution: None Priority: 7 Submitted By: Brendan Sleight (bmsleight) Assigned to: Alex de Landgraaf (alextreme) Summary: mmake 0.4-35 option: -s Initial Comment: mmaker option -s The /var/lib/apt/lists/ are deleted before they are needed to be used to create the source tar-ball. See below. I have the full 500K log output should you need it. Hope you enjoyed your holiday! Brendan morph@AutoTesting:~$ dpkg -l | grep mmaker ii morphix-mmaker 0.4-35 Module Maker, builds morphix modules morph@AutoTesting:~$ sudo mmaker -s foobar.tar.gz /home/morph/morphix/trunk/mmaker/templates/morphing-morphix.xml ./morphing-morphix.mod >/home/morph/log/mmaker.log 2>/home/morph/log/mmaker.log morph@AutoTesting:~$ cat /home/morph/log/mmaker.log | grep "/var/lib/apt/lists/" -A 5 -B 5 | head -n 25 Setting up morphing-tools (0.2-30) ... Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe sh -c "COLUMNS=160 dpkg -l | gzip > /morphix/packages.gz" Exec: rm -f /tmp/libmorphix-DbooLe/var/lib/dpkg/*.old /tmp/libmorphix-DbooLe/var/lib/dpkg/available Exec: touch /tmp/libmorphix-DbooLe/var/lib/dpkg/available Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe /usr/bin/apt-get -qq -y --force-yes clean Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe sh -c "rm -f /var/lib/apt/lists/*" rm: cannot remove `/var/lib/apt/lists/partial': Is a directory Exec: mv /tmp/libmorphix-DbooLe/sbin/start-stop-daemon.REAL /tmp/libmorphix-DbooLe/sbin/start-stop-daemon Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe /bin/sh -c "head -n 12 /etc/debconf.conf >> /tmp/tempdebconf" Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe /bin/sh -c "tail -n 67 /etc/debconf.conf >> /tmp/tempdebconf" Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe /bin/sh -c "mv /etc/debconf.conf/tempdebconf /tmp" mv: cannot stat `/etc/debconf.conf/tempdebconf': Not a directory -- ii xutils-dev 7.1.ds-2 X Window System utility programs for development ii zlib1g 1.2.3-13 compression library - runtime Info: Parsing dpkg -l Info: Downloading sources for package adduser Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe sh -c "cd /sources && apt-get -f -m --download-only source adduser" W: Couldn't stat source package list ftp://ftp.debian.org sid/main Packages (/var/lib/apt/lists/ftp.debian.org_debian_dists_sid_main_binary-i386_Packages) - stat (2 No such file or directory) W: Couldn't stat source package list http://www.morphix.org ./ Packages (/var/lib/apt/lists/www.morphix.org_debian_._Packages) - stat (2 No such file or directory) W: Couldn't stat source package list ftp://ftp.debian.org sid/main Packages (/var/lib/apt/lists/ftp.debian.org_debian_dists_sid_main_binary-i386_Packages) - stat (2 No such file or directory) W: Couldn't stat source package list http://www.morphix.org ./ Packages (/var/lib/apt/lists/www.morphix.org_debian_._Packages) - stat (2 No such file or directory) W: You may want to run apt-get update to correct these problems E: Could not open file /var/lib/apt/lists/ftp.debian.org_debian_dists_sid_main_source_Sources - open (2 No such file or directory) Reading package lists... ---------------------------------------------------------------------- >Comment By: Alex de Landgraaf (alextreme) Date: 2006-09-02 22:39 Message: Logged In: YES user_id=97489 > Which does not have source repositories lists - Is this important ? You do need source repositories in order to download sources, so yes. Thanks for testing :) ---------------------------------------------------------------------- Comment By: Brendan Sleight (bmsleight) Date: 2006-09-01 00:06 Message: Logged In: YES user_id=804659 Ran mmaker again using a .deb paul_c ccompiled from svn. It gives an empty foobar.tar.gz file -rw-r--r-- 1 root root 134 Aug 31 22:36 foobar.tar.gz -rw-r--r-- 1 root root 172M Aug 31 22:38 morphing-morphix.mod Full log:- http://www.barwap.com/morphix/mmaker.log Log does not show package listing or attempts at apt-get source. NB: Using template:- http://svn.sourceforge.net/viewvc/morphix/trunk/mmaker/templates/morphing-morphix.xml?revision=2402&view=markup Which does not have source repositories lists - Is this important ? Regards, Brendan ---------------------------------------------------------------------- Comment By: Alex de Landgraaf (alextreme) Date: 2006-08-30 02:58 Message: Logged In: YES user_id=97489 Thanks for the bugreport :) Have committed a fix into svn. Give it a spin to see if it works (or wait till I upload new mmaker packages) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1548897&group_id=71814 |
From: SourceForge.net <no...@so...> - 2006-08-31 22:08:40
|
Bugs item #1522968, was opened at 2006-07-15 09:11 Message generated for change (Comment added) made by bmsleight You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1522968&group_id=71814 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: tools Group: None >Status: Pending Resolution: None Priority: 2 Submitted By: Brendan Sleight (bmsleight) Assigned to: Brendan Sleight (bmsleight) Summary: morphix-rebrand - grub menu - other options Initial Comment: Using morphix-rebrand with MorphixLiveKiosk.png When using the Grub, Submenu -> more boot options, 1280x1024, Vesa Driver get the follwoing errors. [However I think this effect all itmes on Submenu] Error:- Setting paths: cp cannot certate symbolkic link /var/run/utmp to 'MorphixLiveCD/var/run/utmp - file already exists. Brendan ---------------------------------------------------------------------- >Comment By: Brendan Sleight (bmsleight) Date: 2006-08-31 22:08 Message: Logged In: YES user_id=804659 Pending verison 0.2-31 to retest. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1522968&group_id=71814 |
From: SourceForge.net <no...@so...> - 2006-08-31 22:07:06
|
Bugs item #1548897, was opened at 2006-08-29 21:28 Message generated for change (Settings changed) made by bmsleight You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1548897&group_id=71814 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: tools Group: None Status: Open Resolution: None >Priority: 7 Submitted By: Brendan Sleight (bmsleight) Assigned to: Alex de Landgraaf (alextreme) Summary: mmake 0.4-35 option: -s Initial Comment: mmaker option -s The /var/lib/apt/lists/ are deleted before they are needed to be used to create the source tar-ball. See below. I have the full 500K log output should you need it. Hope you enjoyed your holiday! Brendan morph@AutoTesting:~$ dpkg -l | grep mmaker ii morphix-mmaker 0.4-35 Module Maker, builds morphix modules morph@AutoTesting:~$ sudo mmaker -s foobar.tar.gz /home/morph/morphix/trunk/mmaker/templates/morphing-morphix.xml ./morphing-morphix.mod >/home/morph/log/mmaker.log 2>/home/morph/log/mmaker.log morph@AutoTesting:~$ cat /home/morph/log/mmaker.log | grep "/var/lib/apt/lists/" -A 5 -B 5 | head -n 25 Setting up morphing-tools (0.2-30) ... Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe sh -c "COLUMNS=160 dpkg -l | gzip > /morphix/packages.gz" Exec: rm -f /tmp/libmorphix-DbooLe/var/lib/dpkg/*.old /tmp/libmorphix-DbooLe/var/lib/dpkg/available Exec: touch /tmp/libmorphix-DbooLe/var/lib/dpkg/available Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe /usr/bin/apt-get -qq -y --force-yes clean Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe sh -c "rm -f /var/lib/apt/lists/*" rm: cannot remove `/var/lib/apt/lists/partial': Is a directory Exec: mv /tmp/libmorphix-DbooLe/sbin/start-stop-daemon.REAL /tmp/libmorphix-DbooLe/sbin/start-stop-daemon Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe /bin/sh -c "head -n 12 /etc/debconf.conf >> /tmp/tempdebconf" Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe /bin/sh -c "tail -n 67 /etc/debconf.conf >> /tmp/tempdebconf" Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe /bin/sh -c "mv /etc/debconf.conf/tempdebconf /tmp" mv: cannot stat `/etc/debconf.conf/tempdebconf': Not a directory -- ii xutils-dev 7.1.ds-2 X Window System utility programs for development ii zlib1g 1.2.3-13 compression library - runtime Info: Parsing dpkg -l Info: Downloading sources for package adduser Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe sh -c "cd /sources && apt-get -f -m --download-only source adduser" W: Couldn't stat source package list ftp://ftp.debian.org sid/main Packages (/var/lib/apt/lists/ftp.debian.org_debian_dists_sid_main_binary-i386_Packages) - stat (2 No such file or directory) W: Couldn't stat source package list http://www.morphix.org ./ Packages (/var/lib/apt/lists/www.morphix.org_debian_._Packages) - stat (2 No such file or directory) W: Couldn't stat source package list ftp://ftp.debian.org sid/main Packages (/var/lib/apt/lists/ftp.debian.org_debian_dists_sid_main_binary-i386_Packages) - stat (2 No such file or directory) W: Couldn't stat source package list http://www.morphix.org ./ Packages (/var/lib/apt/lists/www.morphix.org_debian_._Packages) - stat (2 No such file or directory) W: You may want to run apt-get update to correct these problems E: Could not open file /var/lib/apt/lists/ftp.debian.org_debian_dists_sid_main_source_Sources - open (2 No such file or directory) Reading package lists... ---------------------------------------------------------------------- Comment By: Brendan Sleight (bmsleight) Date: 2006-08-31 22:06 Message: Logged In: YES user_id=804659 Ran mmaker again using a .deb paul_c ccompiled from svn. It gives an empty foobar.tar.gz file -rw-r--r-- 1 root root 134 Aug 31 22:36 foobar.tar.gz -rw-r--r-- 1 root root 172M Aug 31 22:38 morphing-morphix.mod Full log:- http://www.barwap.com/morphix/mmaker.log Log does not show package listing or attempts at apt-get source. NB: Using template:- http://svn.sourceforge.net/viewvc/morphix/trunk/mmaker/templates/morphing-morphix.xml?revision=2402&view=markup Which does not have source repositories lists - Is this important ? Regards, Brendan ---------------------------------------------------------------------- Comment By: Alex de Landgraaf (alextreme) Date: 2006-08-30 00:58 Message: Logged In: YES user_id=97489 Thanks for the bugreport :) Have committed a fix into svn. Give it a spin to see if it works (or wait till I upload new mmaker packages) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1548897&group_id=71814 |
From: SourceForge.net <no...@so...> - 2006-08-31 22:06:41
|
Bugs item #1548897, was opened at 2006-08-29 21:28 Message generated for change (Comment added) made by bmsleight You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1548897&group_id=71814 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: tools Group: None Status: Open Resolution: None Priority: 5 Submitted By: Brendan Sleight (bmsleight) Assigned to: Alex de Landgraaf (alextreme) Summary: mmake 0.4-35 option: -s Initial Comment: mmaker option -s The /var/lib/apt/lists/ are deleted before they are needed to be used to create the source tar-ball. See below. I have the full 500K log output should you need it. Hope you enjoyed your holiday! Brendan morph@AutoTesting:~$ dpkg -l | grep mmaker ii morphix-mmaker 0.4-35 Module Maker, builds morphix modules morph@AutoTesting:~$ sudo mmaker -s foobar.tar.gz /home/morph/morphix/trunk/mmaker/templates/morphing-morphix.xml ./morphing-morphix.mod >/home/morph/log/mmaker.log 2>/home/morph/log/mmaker.log morph@AutoTesting:~$ cat /home/morph/log/mmaker.log | grep "/var/lib/apt/lists/" -A 5 -B 5 | head -n 25 Setting up morphing-tools (0.2-30) ... Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe sh -c "COLUMNS=160 dpkg -l | gzip > /morphix/packages.gz" Exec: rm -f /tmp/libmorphix-DbooLe/var/lib/dpkg/*.old /tmp/libmorphix-DbooLe/var/lib/dpkg/available Exec: touch /tmp/libmorphix-DbooLe/var/lib/dpkg/available Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe /usr/bin/apt-get -qq -y --force-yes clean Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe sh -c "rm -f /var/lib/apt/lists/*" rm: cannot remove `/var/lib/apt/lists/partial': Is a directory Exec: mv /tmp/libmorphix-DbooLe/sbin/start-stop-daemon.REAL /tmp/libmorphix-DbooLe/sbin/start-stop-daemon Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe /bin/sh -c "head -n 12 /etc/debconf.conf >> /tmp/tempdebconf" Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe /bin/sh -c "tail -n 67 /etc/debconf.conf >> /tmp/tempdebconf" Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe /bin/sh -c "mv /etc/debconf.conf/tempdebconf /tmp" mv: cannot stat `/etc/debconf.conf/tempdebconf': Not a directory -- ii xutils-dev 7.1.ds-2 X Window System utility programs for development ii zlib1g 1.2.3-13 compression library - runtime Info: Parsing dpkg -l Info: Downloading sources for package adduser Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe sh -c "cd /sources && apt-get -f -m --download-only source adduser" W: Couldn't stat source package list ftp://ftp.debian.org sid/main Packages (/var/lib/apt/lists/ftp.debian.org_debian_dists_sid_main_binary-i386_Packages) - stat (2 No such file or directory) W: Couldn't stat source package list http://www.morphix.org ./ Packages (/var/lib/apt/lists/www.morphix.org_debian_._Packages) - stat (2 No such file or directory) W: Couldn't stat source package list ftp://ftp.debian.org sid/main Packages (/var/lib/apt/lists/ftp.debian.org_debian_dists_sid_main_binary-i386_Packages) - stat (2 No such file or directory) W: Couldn't stat source package list http://www.morphix.org ./ Packages (/var/lib/apt/lists/www.morphix.org_debian_._Packages) - stat (2 No such file or directory) W: You may want to run apt-get update to correct these problems E: Could not open file /var/lib/apt/lists/ftp.debian.org_debian_dists_sid_main_source_Sources - open (2 No such file or directory) Reading package lists... ---------------------------------------------------------------------- >Comment By: Brendan Sleight (bmsleight) Date: 2006-08-31 22:06 Message: Logged In: YES user_id=804659 Ran mmaker again using a .deb paul_c ccompiled from svn. It gives an empty foobar.tar.gz file -rw-r--r-- 1 root root 134 Aug 31 22:36 foobar.tar.gz -rw-r--r-- 1 root root 172M Aug 31 22:38 morphing-morphix.mod Full log:- http://www.barwap.com/morphix/mmaker.log Log does not show package listing or attempts at apt-get source. NB: Using template:- http://svn.sourceforge.net/viewvc/morphix/trunk/mmaker/templates/morphing-morphix.xml?revision=2402&view=markup Which does not have source repositories lists - Is this important ? Regards, Brendan ---------------------------------------------------------------------- Comment By: Alex de Landgraaf (alextreme) Date: 2006-08-30 00:58 Message: Logged In: YES user_id=97489 Thanks for the bugreport :) Have committed a fix into svn. Give it a spin to see if it works (or wait till I upload new mmaker packages) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1548897&group_id=71814 |
From: SourceForge.net <no...@so...> - 2006-08-31 22:01:34
|
Bugs item #1548897, was opened at 2006-08-29 21:28 Message generated for change (Settings changed) made by bmsleight You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1548897&group_id=71814 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: tools Group: None >Status: Open Resolution: None Priority: 5 Submitted By: Brendan Sleight (bmsleight) Assigned to: Alex de Landgraaf (alextreme) Summary: mmake 0.4-35 option: -s Initial Comment: mmaker option -s The /var/lib/apt/lists/ are deleted before they are needed to be used to create the source tar-ball. See below. I have the full 500K log output should you need it. Hope you enjoyed your holiday! Brendan morph@AutoTesting:~$ dpkg -l | grep mmaker ii morphix-mmaker 0.4-35 Module Maker, builds morphix modules morph@AutoTesting:~$ sudo mmaker -s foobar.tar.gz /home/morph/morphix/trunk/mmaker/templates/morphing-morphix.xml ./morphing-morphix.mod >/home/morph/log/mmaker.log 2>/home/morph/log/mmaker.log morph@AutoTesting:~$ cat /home/morph/log/mmaker.log | grep "/var/lib/apt/lists/" -A 5 -B 5 | head -n 25 Setting up morphing-tools (0.2-30) ... Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe sh -c "COLUMNS=160 dpkg -l | gzip > /morphix/packages.gz" Exec: rm -f /tmp/libmorphix-DbooLe/var/lib/dpkg/*.old /tmp/libmorphix-DbooLe/var/lib/dpkg/available Exec: touch /tmp/libmorphix-DbooLe/var/lib/dpkg/available Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe /usr/bin/apt-get -qq -y --force-yes clean Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe sh -c "rm -f /var/lib/apt/lists/*" rm: cannot remove `/var/lib/apt/lists/partial': Is a directory Exec: mv /tmp/libmorphix-DbooLe/sbin/start-stop-daemon.REAL /tmp/libmorphix-DbooLe/sbin/start-stop-daemon Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe /bin/sh -c "head -n 12 /etc/debconf.conf >> /tmp/tempdebconf" Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe /bin/sh -c "tail -n 67 /etc/debconf.conf >> /tmp/tempdebconf" Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe /bin/sh -c "mv /etc/debconf.conf/tempdebconf /tmp" mv: cannot stat `/etc/debconf.conf/tempdebconf': Not a directory -- ii xutils-dev 7.1.ds-2 X Window System utility programs for development ii zlib1g 1.2.3-13 compression library - runtime Info: Parsing dpkg -l Info: Downloading sources for package adduser Exec: /usr/sbin/chroot /tmp/libmorphix-DbooLe sh -c "cd /sources && apt-get -f -m --download-only source adduser" W: Couldn't stat source package list ftp://ftp.debian.org sid/main Packages (/var/lib/apt/lists/ftp.debian.org_debian_dists_sid_main_binary-i386_Packages) - stat (2 No such file or directory) W: Couldn't stat source package list http://www.morphix.org ./ Packages (/var/lib/apt/lists/www.morphix.org_debian_._Packages) - stat (2 No such file or directory) W: Couldn't stat source package list ftp://ftp.debian.org sid/main Packages (/var/lib/apt/lists/ftp.debian.org_debian_dists_sid_main_binary-i386_Packages) - stat (2 No such file or directory) W: Couldn't stat source package list http://www.morphix.org ./ Packages (/var/lib/apt/lists/www.morphix.org_debian_._Packages) - stat (2 No such file or directory) W: You may want to run apt-get update to correct these problems E: Could not open file /var/lib/apt/lists/ftp.debian.org_debian_dists_sid_main_source_Sources - open (2 No such file or directory) Reading package lists... ---------------------------------------------------------------------- Comment By: Alex de Landgraaf (alextreme) Date: 2006-08-30 00:58 Message: Logged In: YES user_id=97489 Thanks for the bugreport :) Have committed a fix into svn. Give it a spin to see if it works (or wait till I upload new mmaker packages) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=532548&aid=1548897&group_id=71814 |