[ Thread Index |
Date Index
| More lists.tuxfamily.org/slitaz Archives
]
- To: "slitaz@xxxxxxxxxxxxxxxxxxx" <slitaz@xxxxxxxxxxxxxxxxxxx>
- Subject: Bugs?
- From: "odd ball" <0dddba11@xxxxxxxxxxxxxx>
- Date: Tue, 27 May 2008 12:57:11 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=osBTeeAdKFasigu1shg7C79UOn4K5yKLBXuLHYugWO0=; b=u/gAny4ZBRqKjsUgRnsO8jBlvugjW7wcW4jY1pqlFC2BzYz4w8/MFkk25WgjKilt/cu1b5LoqvdXQfJ+Zlwuf6lXRfvek7y6ANZu0wQSTkMFbTXfWUEv7OvgY00Av4KRra5ZACbifqmGr9u4ssKQOgDV5JUPCz9gL8drNCMHXns=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=ij0Q2DEbDiZD6a2ICiFdmwfXxkbRxfH2Cy5WWeZMHxgF44AEQvU66zlpw4amVhwbNDjzk9E6vfNJp4HkdQIoBdLNYfkhuUmRVpirQajX7im570rtRaSlon/XWsvhKvcNdvlAoLBersLdcxAC1BBcITldichKDXWX7+jLEF2Pk5c=
Couldn't find any mention of these anywhere:
desktopbox calendar: when opened (from clicking taskbar clock or from terminal) the date is always 11th May. Osmo and tooltip show correct date.
TazUSB writefs: Any filesystems mounted on or in /mnt will be added to the rootfs.gz (started to compress a 25G partition before I noticed).
- Perhaps fixed with something like:
#unmount filesystems in /mnt
if mount | grep /mnt/* ; then
umount -f /mnt/*
umount -f /mnt
fi
#create list of files
Or something more elegant (beyond my knowledge) around line 340.
Hope these aren't repeats (or easy fixes I've missed).