Re: Installation on Ubuntu won't work at Linode with Apt

2016-06-21 Thread Fabian Peters
Hi Pascal,

You may be able to adapt Quinton's dd magic to the current version:

> Alternative File extraction technique
> It is possible to extract the required package archive from the DMG without 
> mounting it using the following commands.
> 
> dd if=WebObjects5.3.3Update.dmg bs=0x1000 skip=0xb12 
> of=WebObjects5.3.3Update.pax.gz
> perl -e 'truncate "WebObjects5.3.3Update.pax.gz", 29672581'




I do think the application should bring all its dependencies though, including 
the WO frameworks.

Fabian


> Am 18.06.2016 um 15:05 schrieb Pascal Robert :
> 
> 
>> Le 18 juin 2016 à 13:11, Pascal Robert  a écrit :
>> 
>> 
>>> Le 18 juin 2016 à 12:36, Pascal Robert  a écrit :
>>> 
>>> 
 Le 18 juin 2016 à 11:45, Pascal Robert  a écrit :
 
 FYI, in preparation of my presentation, I’m using two VMs at Linode, and I 
 just found out that using the Apt packages won’t work, because the hfsplus 
 module is not present, so it won’t be able to mount the DMG for WO 
 installation.  Adding the kernel module doesn’t work because it’s a Linode 
 supplied kernel, and extra modules won’t load.
 
 I will try to switch to a distribution-supplied kernel to see it if works. 
 But it should, because it worked on a VM on my local Promox box.
>>> 
>>> Generic kernel didn’t work too.
>> 
>> And it’s not working on AWS either. I’m in deep shit for my presentations…
> 
> It works fine with a full installation in VMWare Fusion. I don’t think the 
> Debian/Ubuntu packages should install the WebObjects frameworks, and that 
> would fix the issue. Discussion to have at WOWODC.
> 
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/lists.fabian%40e-lumo.com
> 
> This email sent to lists.fab...@e-lumo.com


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Installation on Ubuntu won't work at Linode with Apt

2016-06-20 Thread Dennis Bliefernicht

> On 18.06.2016, at 21:05, Pascal Robert  wrote:
> 
>> 
>> Le 18 juin 2016 à 13:11, Pascal Robert  a écrit :
>> 
>> 
>>> Le 18 juin 2016 à 12:36, Pascal Robert  a écrit :
>>> 
>>> 
 Le 18 juin 2016 à 11:45, Pascal Robert  a écrit :
 
 FYI, in preparation of my presentation, I’m using two VMs at Linode, and I 
 just found out that using the Apt packages won’t work, because the hfsplus 
 module is not present, so it won’t be able to mount the DMG for WO 
 installation.  Adding the kernel module doesn’t work because it’s a Linode 
 supplied kernel, and extra modules won’t load.
 
 I will try to switch to a distribution-supplied kernel to see it if works. 
 But it should, because it worked on a VM on my local Promox box.
>>> 
>>> Generic kernel didn’t work too.
>> 
>> And it’s not working on AWS either. I’m in deep shit for my presentations…
> 
> It works fine with a full installation in VMWare Fusion. I don’t think the 
> Debian/Ubuntu packages should install the WebObjects frameworks, and that 
> would fix the issue. Discussion to have at WOWODC.


I had similar issues (though I could use the kernel module in the end) in 
docker containers. If you can change the installation process, you might be 
able to work with p7zip-full, the "7z x" command seems to be able to extract 
the dmg to HFS image and the HFS image to actual files. That way you could dump 
the original content into a temp folder and run the installation from there.

Best Luck, nothing like the week before a presentation! ;-)
Dennis, walking back to Keynote now
--





-
Dennis Bliefernicht • Backend Development
T +49 40 357 3001 62
dennis.blieferni...@xyrality.com

XYRALITY GmbH • Friedensallee 290 • 22763 Hamburg
www.xyrality.com 
Registergericht: Hamburg HRB 115332
Geschäftsführer: Sven Ossenbrüggen
-

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Installation on Ubuntu won't work at Linode with Apt

2016-06-18 Thread Pascal Robert

> Le 18 juin 2016 à 13:11, Pascal Robert  a écrit :
> 
> 
>> Le 18 juin 2016 à 12:36, Pascal Robert  a écrit :
>> 
>> 
>>> Le 18 juin 2016 à 11:45, Pascal Robert  a écrit :
>>> 
>>> FYI, in preparation of my presentation, I’m using two VMs at Linode, and I 
>>> just found out that using the Apt packages won’t work, because the hfsplus 
>>> module is not present, so it won’t be able to mount the DMG for WO 
>>> installation.  Adding the kernel module doesn’t work because it’s a Linode 
>>> supplied kernel, and extra modules won’t load.
>>> 
>>> I will try to switch to a distribution-supplied kernel to see it if works. 
>>> But it should, because it worked on a VM on my local Promox box.
>> 
>> Generic kernel didn’t work too.
> 
> And it’s not working on AWS either. I’m in deep shit for my presentations…

It works fine with a full installation in VMWare Fusion. I don’t think the 
Debian/Ubuntu packages should install the WebObjects frameworks, and that would 
fix the issue. Discussion to have at WOWODC.


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Installation on Ubuntu won't work at Linode with Apt

2016-06-18 Thread Pascal Robert

> Le 18 juin 2016 à 12:36, Pascal Robert  a écrit :
> 
> 
>> Le 18 juin 2016 à 11:45, Pascal Robert  a écrit :
>> 
>> FYI, in preparation of my presentation, I’m using two VMs at Linode, and I 
>> just found out that using the Apt packages won’t work, because the hfsplus 
>> module is not present, so it won’t be able to mount the DMG for WO 
>> installation.  Adding the kernel module doesn’t work because it’s a Linode 
>> supplied kernel, and extra modules won’t load.
>> 
>> I will try to switch to a distribution-supplied kernel to see it if works. 
>> But it should, because it worked on a VM on my local Promox box.
> 
> Generic kernel didn’t work too.

And it’s not working on AWS either. I’m in deep shit for my presentations…

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: Installation on Ubuntu won't work at Linode with Apt

2016-06-18 Thread Pascal Robert

> Le 18 juin 2016 à 11:45, Pascal Robert  a écrit :
> 
> FYI, in preparation of my presentation, I’m using two VMs at Linode, and I 
> just found out that using the Apt packages won’t work, because the hfsplus 
> module is not present, so it won’t be able to mount the DMG for WO 
> installation.  Adding the kernel module doesn’t work because it’s a Linode 
> supplied kernel, and extra modules won’t load.
> 
> I will try to switch to a distribution-supplied kernel to see it if works. 
> But it should, because it worked on a VM on my local Promox box.

Generic kernel didn’t work too.

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Installation on Ubuntu won't work at Linode with Apt

2016-06-18 Thread Pascal Robert
FYI, in preparation of my presentation, I’m using two VMs at Linode, and I just 
found out that using the Apt packages won’t work, because the hfsplus module is 
not present, so it won’t be able to mount the DMG for WO installation.  Adding 
the kernel module doesn’t work because it’s a Linode supplied kernel, and extra 
modules won’t load.

I will try to switch to a distribution-supplied kernel to see it if works. But 
it should, because it worked on a VM on my local Promox box.

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com