Commit Graph

2552 Commits

Author SHA1 Message Date
Richard W.M. Jones
fc241abdba Add logo used on the website. 2011-01-11 10:47:33 +00:00
Richard W.M. Jones
a2bf709b3c Add cartoon fish logo (not completed). 2011-01-10 10:41:20 +00:00
Richard W.M. Jones
844d7f5755 todo: /proc/self/mountinfo 2011-01-09 13:13:02 +00:00
Richard W.M. Jones
62d4f2550d todo: Add notes on inspecting ISO images. 2011-01-08 20:51:58 +00:00
Richard W.M. Jones
97339a0f43 virt-filesystems: Ignore errors when getting label and UUID (RHBZ#668112).
If virt-filesystems was pointed to an image that contained
bogus or blank filesystems, then calls to vfs-label and/or vfs-uuid
could fail, resulting in errors like this:

libguestfs: error: vfs_label: /dev/vda1:

These errors can be ignored and shouldn't stop virt-filesystems
from working.
2011-01-08 10:15:39 +00:00
Richard W.M. Jones
7e1114445e resize: Fix typo in man page (thanks avesh@IRC). 2011-01-07 20:38:55 +00:00
Richard W.M. Jones
7ce627fce0 fish: fails to tilde expand '~' when $HOME env is unset (RHBZ#617440).
This also adds a regression test.
2011-01-04 16:18:27 +00:00
Richard W.M. Jones
a980250918 fish: Fix off-by-one bug in tilde expansion.
Although this doesn't seem to cause a crash, valgrind confirms
that this is a genuine off-by-one bug.  It could potentially
cause a crash if you did:

  echo 'echo ~root/foo' | guestfish
2011-01-04 16:02:48 +00:00
Richard W.M. Jones
04a9645ca6 Version 1.9.2. 1.9.2 2011-01-03 18:23:49 +00:00
Richard W.M. Jones
b8f9a20b03 New tools: virt-copy-in, virt-copy-out, virt-tar-in, virt-tar-out.
Relatively trivial wrappers around the equivalent guestfish
commands.  Change also includes new man pages.
2011-01-03 18:23:45 +00:00
Richard W.M. Jones
72f4b2e749 .gitignore: Use full paths for some ignored files. 2011-01-03 17:18:31 +00:00
Richard W.M. Jones
1b1db82d64 docs: Add QMP to ROADMAP file. 2011-01-03 14:36:19 +00:00
Richard W.M. Jones
440cd23f54 filesystems: Document the columns in --long output. 2011-01-02 22:55:48 +00:00
Richard W.M. Jones
9ae4168c30 Add initial announcement to release notes. 2011-01-02 21:43:22 +00:00
Richard W.M. Jones
f13f338600 Update TODO file. 2011-01-02 21:01:43 +00:00
Richard W.M. Jones
dd7ad7c7eb inspector: Apps in Windows VMs are now listed - update documentation. 2011-01-02 21:01:41 +00:00
Douglas Schilling Landgraf
f07a0b6f1e Lib.pm: unknown filesystem /dev/hd{x} (cdrom) (RHBZ#666577)
This a purpose patch to avoid the message "unknown filesystem /dev/hdc".
Where /dev/hdc is an entry in fstab for CDROM.

Example of fstab:
/dev/hdc                /media/cdrom            auto
pamconsole,exec,noauto,managed 0 0

https://bugzilla.redhat.com/show_bug.cgi?id=666577

Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
2011-01-02 18:58:19 +00:00
Douglas Schilling Landgraf
5cab0d6c80 Lib.pm: unknown filesystem label SWAP-sda2 (RHBZ#666578)
Hi,

This is a purpose patch to avoid the message: unknown filesystem label
SWAP-sda2.

Instead of validate the label with 'eq', use '=~' and /$label/i.

https://bugzilla.redhat.com/show_bug.cgi?id=666578

Thanks
Douglas
2011-01-02 18:58:09 +00:00
Douglas Schilling Landgraf
e99ac0394a Lib.pm: avoid message "unknown filesystem /dev/fd0" (RHBZ#666577)
This patch to avoid the message "unknown filesystem /dev/fd0".
https://bugzilla.redhat.com/show_bug.cgi?id=666577

Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>

Thanks
Douglas
2011-01-02 18:57:55 +00:00
Richard W.M. Jones
62c47b7431 Tempora mutantur, nos et mutamur in illis. 2011-01-02 16:50:39 +00:00
Richard W.M. Jones
5c9e8a65fe podwrapper: Fix up the HTML output so most inter-page links work. 2010-12-31 11:11:02 +00:00
Richard W.M. Jones
d71faf9862 podwrapper: Fix script indentation. 2010-12-31 10:44:32 +00:00
Richard W.M. Jones
7a8c60e1c8 podwrapper: 'builddir' was not defined - use a properly defined path. 2010-12-31 10:39:05 +00:00
Richard W.M. Jones
2dbd22727d Version 1.9.1. 1.9.1 2010-12-31 08:41:44 +00:00
Richard W.M. Jones
ce85a6a82a docs: add-domain: Remove ref to not impl add-libvirt-dom API call. 2010-12-30 23:32:09 +00:00
Richard W.M. Jones
86a53e17de docs: Refresh programming language list in guestfs(3). 2010-12-30 23:14:12 +00:00
Richard W.M. Jones
33e9639f20 docs: Refresh programming language equivalence example in guestfs(3). 2010-12-30 23:08:18 +00:00
Richard W.M. Jones
cdc798ac35 docs: Fix missing g handle in guestfs(3) man page. 2010-12-30 22:56:25 +00:00
Richard W.M. Jones
22042693cc docs: Refresh guestfs(3)/DOWNLOADING. 2010-12-30 22:56:07 +00:00
Richard W.M. Jones
1a9b7df8f2 docs: Refresh guestfs(3)/MOUNTING 2010-12-30 22:46:29 +00:00
Jaswinder Singh
3f4dc56a32 Update Punjabi translations (RHBZ#665358). 2010-12-23 13:45:26 +00:00
Richard W.M. Jones
49b2ae2e69 recipes: Refresh guestfish recipes. 2010-12-21 17:23:08 +00:00
Piotr Drąg
b1ca8b5fbb Updated Polish translation (RHBZ#502533). 2010-12-21 13:42:27 +00:00
Richard W.M. Jones
327442119f fish: --ro will be default in 1.10, not 1.8. 2010-12-20 22:33:45 +00:00
Richard W.M. Jones
e32a85cf93 docs: Update API support. 2010-12-19 22:09:40 +00:00
Richard W.M. Jones
7ba1b55aa7 api-support: Fix detection of similar APIs.
Because we didn't match on word boundaries, the previous
code would get confused by similar APIs, eg. getxattr vs getxattrs.
2010-12-19 22:09:40 +00:00
Richard W.M. Jones
d2400da92e docs: Obsolete HACKING file, move content into guestfs(3) man page.
Add a new section called "EXTENDING LIBGUESTFS" to the
guestfs manual page which contains all the information
previously in "HACKING".
2010-12-19 21:53:09 +00:00
Richard W.M. Jones
84fbe21855 docs: Refresh README file. 2010-12-19 21:52:46 +00:00
Richard W.M. Jones
dfbdae5dd2 Update TODO file. 2010-12-19 19:29:02 +00:00
Richard W.M. Jones
8df8ccb287 Version 1.9.0. 1.9.0 2010-12-19 15:53:45 +00:00
Richard W.M. Jones
fc279d2806 Update BUGS, PO files for 1.8.0. 1.8.0 2010-12-19 15:39:04 +00:00
Richard W.M. Jones
48eb763d85 Prepare for next stable branch: version 1.8.0. 2010-12-19 14:31:01 +00:00
Richard W.M. Jones
b62e154d97 Update RELEASE-NOTES. 2010-12-19 14:25:50 +00:00
Richard W.M. Jones
e427d86de1 Add ROADMAP for 1.10. 2010-12-19 14:20:17 +00:00
Richard W.M. Jones
85c0bf5308 fuse: Add more tracing for calls into guestmount functions. 2010-12-19 12:04:43 +00:00
Richard W.M. Jones
2712f237b0 appliance: Don't exclude upstart (/sbin/reboot) (RHBZ#661280).
Don't exclude upstart from the appliance.  It provides /sbin/reboot
which is required by virt-rescue.
2010-12-19 11:01:59 +00:00
Richard W.M. Jones
da24e7aab0 appliance: Don't hard-code febootstrap --exclude parameters.
Create a separate file 'excludelist.in' that contains these
regular expressions, and process it the same way as packagelist.in.
2010-12-19 10:57:06 +00:00
Richard W.M. Jones
9556903888 appliance: Use a temporary file when processing packagelist.in. 2010-12-19 10:55:03 +00:00
Richard W.M. Jones
acd25281bf docs: Add section on using /dev/fd/* with upload and download calls. 2010-12-17 18:56:42 +00:00
Richard W.M. Jones
fa4931bc4e docs: Fix link to function in documentation of "du" and "du-s" commands. 2010-12-17 10:21:41 +00:00