[Bug 832853] Review Request: java3d - Java 3D
by Red Hat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=832853
Harvey Harrison <harvey.harrison(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flags|needinfo? |
--- Comment #25 from Harvey Harrison <harvey.harrison(a)gmail.com> ---
I found a few more two-way dependencies between Java3dutils and java3d, and
have only two left. One is easy and one is a bit more difficult.
Easy - transparency sort comparator cache and interface
Harder - Font3D uses a geometryinfo class that unless I can find an
alternative, would have to be reimplemented.
WRT getting required dependencies into fedora:
- my vecmath fork has been packaged as vecmath 1.6.0 as of last week in rawhide
- in contact with the JOGL2 fedora packager, he will update to the 2.0.2
release soon
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=tWGoWiIWKk&a=cc_unsubscribe
10 years
[Bug 134638] Add striping to lvm creation
by Red Hat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=134638
Jiaqiang <jiaqiang.a.zhang(a)alcatel-sbell.com.cn> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jiaqiang.a.zhang@alcatel-sb
| |ell.com.cn
--- Comment #38 from Jiaqiang <jiaqiang.a.zhang(a)alcatel-sbell.com.cn> ---
(In reply to Curtis Doty from comment #34)
> Where is that anaconda discussion? I've been successfully using an
> ugly-but-effective wrapper script around lvm (in kickstart %pre) that
> automagically implements various presumptions for when to auto-stripe and
> how many stripes to use.
Hi Curtis Doty,
is it possible to share your wrapper script around lvm ?
I'm try to do the strip within kickstart. I hope I borrow the idea from your
script.
Best regards,
Jiaqiang
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=7DnByJZRvS&a=cc_unsubscribe
10 years
[Bug 237553] cp with progress would be nice
by Red Hat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=237553
Steve Tyler <stephent98(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |stephent98(a)hotmail.com
--- Comment #12 from Steve Tyler <stephent98(a)hotmail.com> ---
As of F19, the cp command has the -v (--verbose) option that shows what files
are being copied:
$ man cp
...
-v, --verbose
explain what is being done
...
$ tar -xf python-bugzilla-0.9.0.tar.bz2
$ ls
python-bugzilla-0.9.0/ python-bugzilla-0.9.0.tar.bz2
$
$ cp -v -a python-bugzilla-0.9.0 foo-1
‘python-bugzilla-0.9.0’ -> ‘foo-1’
‘python-bugzilla-0.9.0/.mailmap’ -> ‘foo-1/.mailmap’
‘python-bugzilla-0.9.0/bz-api-notes.txt’ -> ‘foo-1/bz-api-notes.txt’
... [snipped] ...
‘python-bugzilla-0.9.0/bin/bugzilla’ -> ‘foo-1/bin/bugzilla’
‘python-bugzilla-0.9.0/bugzilla.1’ -> ‘foo-1/bugzilla.1’
‘python-bugzilla-0.9.0/setup.py’ -> ‘foo-1/setup.py’
$ ls
foo-1/ python-bugzilla-0.9.0/ python-bugzilla-0.9.0.tar.bz2
$
Tested with:
$ rpm -qf `which cp`
coreutils-8.21-11.fc19.x86_64
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=uzBISxksQt&a=cc_unsubscribe
10 years