* RE: TiBook, 1394, iPod working (sort of ;-)
@ 2001-11-27 8:02 Halfmann, Klaus
2001-11-27 8:24 ` Ethan Benson
2001-11-27 18:15 ` David A. Gatwood
0 siblings, 2 replies; 9+ messages in thread
From: Halfmann, Klaus @ 2001-11-27 8:02 UTC (permalink / raw)
To: Ira Weiny; +Cc: linuxppc
Hello Ira, you wrote:
> 1) How are things with HFS+? I don't know much but have done
> some poking around. I notice that I can mount the iPod but the files
it
> shows are not correct. But I have another HFS+ drive which seems to
mount
> ok? I have looked at the volume info and have seen that the iPod
version in the
> volume header is "05" and the other drive is version "06"? This seems
odd
> since I would think the earlier version would be better supported?
But I
> probably don't know what
> I am talking about...
HFS+ Volumes are wrapped in a HFS-structure for security reasons, you
can
find out about his at some Website at Apple.
I once started doing a set of HFS+ Tools but got stuck due to personal
reasons.
The current state is that _reading_ works and writing works a little
bit.
I'd be happy someone would care about these. There is a (rotten) tarball
at penguinppc.org. I use(d) a CVS Repository at SuSE. Since I just
upgraded
to SuSE 7.3 I might try to build it again.
In case you are interested feel free to contact me.
Klaus Halfmann http://klaus.halfmann.bei.t-online.de
(Mh, I really should update this page)
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: TiBook, 1394, iPod working (sort of ;-)
2001-11-27 8:02 TiBook, 1394, iPod working (sort of ;-) Halfmann, Klaus
@ 2001-11-27 8:24 ` Ethan Benson
2001-11-27 18:15 ` David A. Gatwood
1 sibling, 0 replies; 9+ messages in thread
From: Ethan Benson @ 2001-11-27 8:24 UTC (permalink / raw)
To: linuxppc
On Tue, Nov 27, 2001 at 09:02:40AM +0100, Halfmann, Klaus wrote:
>
> HFS+ Volumes are wrapped in a HFS-structure for security reasons, you
> can
> find out about his at some Website at Apple.
uh, security reasons? ive never heard that and can't believe it
provides any sort of real security. the only motivation ive ever
read/heard about was to keep feebleminded macos users from being
confused and frightened by older versions of MacOS helpfully offering
to erase the HFS+ partitions/disks.
> I once started doing a set of HFS+ Tools but got stuck due to personal
> reasons.
> The current state is that _reading_ works and writing works a little
> bit.
> I'd be happy someone would care about these. There is a (rotten) tarball
there are plenty of people who seem to care, just none of them a) know
enough about filesystem hacking to help, or b) don't care enough to
want to hack on it. ;-)
--
Ethan Benson
http://www.alaska.net/~erbenson/
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: TiBook, 1394, iPod working (sort of ;-)
2001-11-27 8:02 TiBook, 1394, iPod working (sort of ;-) Halfmann, Klaus
2001-11-27 8:24 ` Ethan Benson
@ 2001-11-27 18:15 ` David A. Gatwood
2001-11-27 22:18 ` Benjamin Herrenschmidt
1 sibling, 1 reply; 9+ messages in thread
From: David A. Gatwood @ 2001-11-27 18:15 UTC (permalink / raw)
To: Halfmann, Klaus; +Cc: Ira Weiny, linuxppc
On Tuesday, November 27, 2001, at 12:02 AM, Halfmann, Klaus wrote:
> HFS+ Volumes are wrapped in a HFS-structure for security reasons, you
> can
> find out about his at some Website at Apple.
Umm... last I checked, they were wrapped in an "almost" HFS structure so
that older machines whose { firmware, ROMs } didn't support HFS+ could
still boot from them.... Did I miss something? :-)
David
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: TiBook, 1394, iPod working (sort of ;-)
2001-11-27 18:15 ` David A. Gatwood
@ 2001-11-27 22:18 ` Benjamin Herrenschmidt
2001-11-27 22:37 ` libXrender bug crashes OpenOffice Jason E. Stewart
2001-11-27 23:20 ` TiBook, 1394, iPod working (sort of ;-) Ira Weiny
0 siblings, 2 replies; 9+ messages in thread
From: Benjamin Herrenschmidt @ 2001-11-27 22:18 UTC (permalink / raw)
To: David A. Gatwood, Halfmann, Klaus, linuxppc
>
>> HFS+ Volumes are wrapped in a HFS-structure for security reasons, you
>> can
>> find out about his at some Website at Apple.
>
>Umm... last I checked, they were wrapped in an "almost" HFS structure so
>that older machines whose { firmware, ROMs } didn't support HFS+ could
>still boot from them.... Did I miss something? :-)
No, you didn't ;) In fact, I even think recent MacOS (or is it MacOS X ?)
may create pure HFS+ volumes without the wrapper.
The main reason for the wrapper was for machines running non-HFS+ capable
filesystem to display something (where are all my files gone ?) instead
of proposing you to format the disk, and for the system to be able to
boot from HFS+ since OldWorld ROMs didn't understand it. Basically, the
wrapper contains a slim-fast MacOS System file which contains the necessary
HFS+ support to mount the real volume and continue booting from that.
Ben.
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* libXrender bug crashes OpenOffice
2001-11-27 22:18 ` Benjamin Herrenschmidt
@ 2001-11-27 22:37 ` Jason E. Stewart
2001-11-27 23:15 ` Michel Dänzer
2001-11-27 23:20 ` TiBook, 1394, iPod working (sort of ;-) Ira Weiny
1 sibling, 1 reply; 9+ messages in thread
From: Jason E. Stewart @ 2001-11-27 22:37 UTC (permalink / raw)
To: linuxppc
Hey All,
While running Kevin Hendrix's build of OpenOffice I kept getting
Abort's for no reason. We've finally limited down to the Xrender
lib. When it's not on my system, OpenOffice runs fine, with it I get
crashes.
Kevin found a bug in the library and fixed it and OpenOffice runs fine
on his system with libXrender installed. I downloaded the latest xlibs
source from sid and checked, but his patch hasn't yet been
included.
Will it be included soon?
Thanks,
jas.
--- xc/lib/Xrender/Xrender.c.prev Wed Oct 10 22:38:25 2001
+++ xc/lib/Xrender/Xrender.c Wed Oct 10 22:39:09 2001
@@ -193,7 +193,7 @@
rep.numVisuals * sizeof (xPictVisual));
xData = (void *) Xmalloc (rlength);
- if (!xri || !xFormat)
+ if (!xri || !xData)
{
if (xri) Xfree (xri);
if (xData) Xfree (xData);
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: libXrender bug crashes OpenOffice
2001-11-27 22:37 ` libXrender bug crashes OpenOffice Jason E. Stewart
@ 2001-11-27 23:15 ` Michel Dänzer
2001-11-27 23:47 ` Jason E. Stewart
0 siblings, 1 reply; 9+ messages in thread
From: Michel Dänzer @ 2001-11-27 23:15 UTC (permalink / raw)
To: Jason E. Stewart; +Cc: linuxppc
On Tue, 2001-11-27 at 23:37, Jason E. Stewart wrote:
> While running Kevin Hendrix's build of OpenOffice I kept getting
> Abort's for no reason. We've finally limited down to the Xrender
> lib. When it's not on my system, OpenOffice runs fine, with it I get
> crashes.
>
> Kevin found a bug in the library and fixed it and OpenOffice runs fine
> on his system with libXrender installed. I downloaded the latest xlibs
> source from sid and checked, but his patch hasn't yet been
> included.
>
> Will it be included soon?
Err... and what does that have to do with Linux/PPC development? ;)
--
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member / CS student, Free Software enthusiast
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: TiBook, 1394, iPod working (sort of ;-)
2001-11-27 22:18 ` Benjamin Herrenschmidt
2001-11-27 22:37 ` libXrender bug crashes OpenOffice Jason E. Stewart
@ 2001-11-27 23:20 ` Ira Weiny
1 sibling, 0 replies; 9+ messages in thread
From: Ira Weiny @ 2001-11-27 23:20 UTC (permalink / raw)
To: linuxppc-dev
On Tue, 27 Nov 2001 23:18:34 +0100
Benjamin Herrenschmidt <benh@kernel.crashing.org> wrote:
>
> No, you didn't ;) In fact, I even think recent MacOS (or is it MacOS X ?)
> may create pure HFS+ volumes without the wrapper.
>
> The main reason for the wrapper was for machines running non-HFS+ capable
> filesystem to display something (where are all my files gone ?) instead
> of proposing you to format the disk, and for the system to be able to
> boot from HFS+ since OldWorld ROMs didn't understand it. Basically, the
> wrapper contains a slim-fast MacOS System file which contains the necessary
> HFS+ support to mount the real volume and continue booting from that.
>
I think this makes sence because with Linux the HFS+ partition on my HD shows
up with the "where are all my files gone?" thing. (Which BTW dropped me into
xmon when I vim'ed it...) But the iPod did not show up with anything
intelligable.
Must be that the iPod is "pure" HFS+ when the other is a wrapper.
To quote a pointy eared character "Fascinating."
Thanks for the info,
Ira Weiny
iweiny@acm.org
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: libXrender bug crashes OpenOffice
2001-11-27 23:15 ` Michel Dänzer
@ 2001-11-27 23:47 ` Jason E. Stewart
2001-11-28 0:27 ` Michel Dänzer
0 siblings, 1 reply; 9+ messages in thread
From: Jason E. Stewart @ 2001-11-27 23:47 UTC (permalink / raw)
To: linuxppc
"Michel Dänzer" <michdaen@iiic.ethz.ch> writes:
> On Tue, 2001-11-27 at 23:37, Jason E. Stewart wrote:
>
> > While running Kevin Hendrix's build of OpenOffice I kept getting
> > Abort's for no reason. We've finally limited down to the Xrender
> > lib. When it's not on my system, OpenOffice runs fine, with it I get
> > crashes.
> >
> > Kevin found a bug in the library and fixed it and OpenOffice runs fine
> > on his system with libXrender installed. I downloaded the latest xlibs
> > source from sid and checked, but his patch hasn't yet been
> > included.
> >
> > Will it be included soon?
>
> Err... and what does that have to do with Linux/PPC development? ;)
Perhaps I was mistaken, but I thought that the bug only existed on
PPC. Is this too X-specific and should be posted elsewhere?
jas.
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: libXrender bug crashes OpenOffice
2001-11-27 23:47 ` Jason E. Stewart
@ 2001-11-28 0:27 ` Michel Dänzer
0 siblings, 0 replies; 9+ messages in thread
From: Michel Dänzer @ 2001-11-28 0:27 UTC (permalink / raw)
To: Jason E. Stewart; +Cc: linuxppc
On Wed, 2001-11-28 at 00:47, Jason E. Stewart wrote:
>
> "Michel Dänzer" <michdaen@iiic.ethz.ch> writes:
>
> > On Tue, 2001-11-27 at 23:37, Jason E. Stewart wrote:
> >
> > > While running Kevin Hendrix's build of OpenOffice I kept getting
> > > Abort's for no reason. We've finally limited down to the Xrender
> > > lib. When it's not on my system, OpenOffice runs fine, with it I get
> > > crashes.
BTW how can I reproduce those crashes? No 'success' so far.
> > > Kevin found a bug in the library and fixed it and OpenOffice runs fine
> > > on his system with libXrender installed. I downloaded the latest xlibs
> > > source from sid and checked, but his patch hasn't yet been
> > > included.
> > >
> > > Will it be included soon?
> >
> > Err... and what does that have to do with Linux/PPC development? ;)
>
> Perhaps I was mistaken, but I thought that the bug only existed on
> PPC. Is this too X-specific and should be posted elsewhere?
At least I didn't see anything PPC specific in the fix you posted.
In particular though, you should submit this in a bug against the Debian
xlibs package for it to be included there.
AFAIK the fix has already been applied to the XFree86 CVS trunk, so it
will be in the 4.2.0 release. Don't know about the 4.1 branch.
PS: No, you can't build only libXrender.
--
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member / CS student, Free Software enthusiast
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2001-11-28 0:27 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-27 8:02 TiBook, 1394, iPod working (sort of ;-) Halfmann, Klaus
2001-11-27 8:24 ` Ethan Benson
2001-11-27 18:15 ` David A. Gatwood
2001-11-27 22:18 ` Benjamin Herrenschmidt
2001-11-27 22:37 ` libXrender bug crashes OpenOffice Jason E. Stewart
2001-11-27 23:15 ` Michel Dänzer
2001-11-27 23:47 ` Jason E. Stewart
2001-11-28 0:27 ` Michel Dänzer
2001-11-27 23:20 ` TiBook, 1394, iPod working (sort of ;-) Ira Weiny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).