search for: minix

Displaying 20 results from an estimated 281 matches for "minix".

Did you mean: mini
2023 Jan 18
9
remove most callers of write_one_page v3
Hi all, this series removes most users of the write_one_page API. These helpers internally call ->writepage which we are gradually removing from the kernel. Changes since v2: - more minix error handling fixes Changes since v1: - drop the btrfs changes (queue up in the btrfs tree) - drop the finaly move to jfs (can't be done without the btrfs patches) - fix the existing minix code to properly propagate errors Diffstat: minix/dir.c | 62 +++++++++++++++++++++++++++...
2007 Oct 05
0
Minix doesn''t boot on XEN HVM but works with Qemu
Hi, I tried to boot both Minix 2.0.4 and Minix 3.1.2 on a XEN HVM DomU. In both cases the system will not boot. The last messages which appears on the screen is Hit a key as follows: 1 Regular Minix 3 ... 2 Small Minix 3 ... I used the following configuration. kernel = "/usr/lib/xen/boot/hvmloader" bui...
2018 Sep 05
2
[PATCH] sparsify: Fix test-virt-sparsify-in-place-fstrim-unsupported.sh
Since Linux commit f663b5b38fff trimming vfat is now supported by Linux. This broke the test which assumed it was not supported. Use another filesystem (minix) which does not support trimming instead. Thanks: Daniel P. Berrangé and Pino Toscano. --- ...virt-sparsify-in-place-fstrim-unsupported.sh | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/sparsify/test-virt-sparsify-in-place-fstrim-unsupported.sh b/sparsify/t...
2011 Jul 27
3
[LLVMdev] Minix support in googletest
Hi Kees, You added some support for Minix to LLVM's copy of googletest: http://llvm.org/viewvc/llvm-project?view=rev&revision=100895 Is it still being used? If so, would you mind pushing these patches upstream to the googletest project: http://code.google.com/p/googletest/ Otherwise we may drop them, because it makes it harder...
2006 Mar 31
0
Probe ext2 and ext3 before minix
Got this bug report for Ubuntu's klibc: https://launchpad.net/distros/ubuntu/+source/klibc/+bug/37528 > In the fstype tool there is a problem if the lower 16 bit of number of > free inodes in a ext3 filesystem happens to match minix filesystem > magic. > > This will cause the system not to boot since ubuntu will attempt to > mount the filesystem as a minix filesystem. I suspect the simplest solution is to probe for ext3 and ext2 before minix. --- fstype.c.old 2006-03-31 15:51:31.000000000 -0500 +++ fstype...
2001 Jul 04
2
Assertion failure in ext3_prepare_write() at inode.c:934: "handle != 0"
...00000400 00000800 00 Jul 4 09:40:51 pervalidus kernel: d65473c0 c14eb3fc 00000400 00000800 00000304 d1f79000 c575f4c0 c575f4c0 Jul 4 09:40:51 pervalidus kernel: cc7c2000 c0150390 00000286 d1f79104 00000000 00000000 cdb30000 00000000 Jul 4 09:40:51 pervalidus kernel: Call Trace: [minix:__insmod_minix_O/lib/modules/2.4.5/kernel/fs/minix/minix.o_+-15637/96] [ext3_prepare_write+0/336] [minix:__insmod_minix_O/lib/modules/2.4.5/kernel/fs/minix/minix.o_+-14871/96] [minix:__insmod_minix_O/lib/modules/2.4.5/kernel/fs/minix/minix.o_+-13465/96] [kernel_thread+35/48] Jul 4 09:40:51 perval...
2011 Jul 27
0
[LLVMdev] [Minix-office] Re: Minix support in googletest
All, Jay - and Kees -, thank you for notifying us of this move. Yes, as Kees wrote we certainly are using llvm/gtest, but are prepared to submit our changes to gtest directly if they haven't taken them yet. I'll take it up with my GSOC student, who is working on submitting many other minix-specific patches to maintainers of packages in our third-party package repository. =Ben
2011 Jul 21
1
[Bug 8313] New: Minix Support - check for netinet/{in_systm,ip}.h and SO_BROADCAST
https://bugzilla.samba.org/show_bug.cgi?id=8313 Summary: Minix Support - check for netinet/{in_systm,ip}.h and SO_BROADCAST Product: rsync Version: 3.1.0 Platform: x86 OS/Version: Other Status: NEW Severity: enhancement Priority: P5 Component: core Assi...
2011 Jul 26
0
[LLVMdev] [PATCH][RFC] upgrade to googletest 1.6.0 (was Re: Build of latest llvm gives warning and error)
...seem to be fixed in > 1.6.0, so here's a patch to upgrade us. Disclaimer: I've only tested > this by doing "make check-all" on Linux/x86_64. > > Incidentally, the upgrade would have been much easier if we weren't > carrying local changes to support Haiku OS and Minix. Can these be > pushed upstream (or thrown away if no-one is using them)? thanks for doing this. I vote that we throw Haiku and Minix support away. If the Haiku and Minix people want googletest to support these platforms I think we should insist that support should go upstream first (and we w...
2011 Jul 27
0
[LLVMdev] Minix support in googletest
Hello Jay, At the time I submitted those patches I also submitted them to googletest. As far as I know they got accepted, although I didn't verify that. I am no longer working on the Minix project, but since the Minix project is most definitely using llvm, I am cc:-ing this to the Minix developers mailing list. Perhaps they want to respond to this. -- Kees On 27 Jul 2011, at 11:43, Jay Foad wrote: > Hi Kees, > > You added some support for Minix to LLVM's copy of goo...
2011 Jul 26
3
[LLVMdev] [PATCH][RFC] upgrade to googletest 1.6.0 (was Re: Build of latest llvm gives warning and error)
...st 1.5.0. These warnings seem to be fixed in 1.6.0, so here's a patch to upgrade us. Disclaimer: I've only tested this by doing "make check-all" on Linux/x86_64. Incidentally, the upgrade would have been much easier if we weren't carrying local changes to support Haiku OS and Minix. Can these be pushed upstream (or thrown away if no-one is using them)? Jay. -------------- next part -------------- A non-text attachment was scrubbed... Name: googletest-1.6.0.diff.gz Type: application/x-gzip Size: 76389 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev...
2014 Sep 22
1
[PATCH] inspect: basic Minix support
Add a basic support for identifying Minix, extracting its version and hostname. Related to RHBZ#1144137. --- src/guestfs-internal.h | 2 ++ src/inspect-apps.c | 1 + src/inspect-fs-unix.c | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++ src/inspect-fs.c | 11 ++++++++++ src/inspect-icon.c | 1 + src/inspect.c...
2016 Dec 01
1
maildir-size-fix.pl - The file command can wrongly detect gzipped mails as being Minix filesystems
...ilable here: http://dovecot.org/tools/maildir-size-fix.pl). This is a very good script and helped me a lot! However, some compressed mails where misdetected as non-compressed mail. So I discovered that some versions of the file command (some old versions) can wrongly detect gzipped files as being Minix filesystems. Actually, the error was occurring in about 1 gzipped mail for each 60000 or 100000 mails. I reported this file command bug here: https://bugs.launchpad.net/ubuntu/+source/file/+bug/1646233. But I think it's worth to make a small improvement in maildir-size-fix.pl, making it more...
2010 May 03
0
problem with ssh/rsync to minix
Moin, I just tried to use ssh/rsync from my linux box to minix, but found a problem with ssh. The environment: * uname -a Minix 145-116-229-112.uilenstede.casema.nl 3 1.2a i686 # /usr/local//sbin/sshd -V sshd: illegal option -- V OpenSSH_4.3p2, OpenSSL 0.9.8a 11 Oct 2005 Under normal circumstances, a command comes back when it is given to ssh; e.g. hermes:~#...
2018 Sep 21
2
[PATCH v2] sparsify: Fix test-virt-sparsify-in-place-fstrim-unsupported.sh
This addresses the feedback on v1 here: https://www.redhat.com/archives/libguestfs/2018-September/msg00023.html Rich.
2018 Sep 21
0
[PATCH v2] sparsify: Fix test-virt-sparsify-in-place-fstrim-unsupported.sh
Since Linux commit f663b5b38fff trimming vfat is now supported by Linux. This broke the test which assumed it was not supported. Use another filesystem (minix) which does not support trimming instead. Thanks: Daniel P. Berrangé and Pino Toscano. --- ...est-virt-sparsify-in-place-fstrim-unsupported.sh | 13 ++++++------- tests/test-functions.sh | 10 ++++++++++ 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/s...
2011 Jul 27
0
[LLVMdev] Minix support in googletest
...patches I also submitted them to googletest. As far as I know they got accepted, although I didn't verify that. OK, I see from this thread: http://groups.google.com/group/googletestframework/browse_thread/thread/3081a14965764366/332ce9869f4bbe31 ... that rather than add explicit support for Minix, they suggested that you build with CPPFLAGS="-DGTEST_HAS_POSIX_REGEX=1 -DGTEST_HAS_STD_WSTRING=0". I'm not sure what (if anything) we have to do in LLVM to support that. Jay.
2012 Jan 05
0
[LLVMdev] [PATCH] [compiler-rt] Minix (w.r.t. svn r147606)
Dear all, I hope this is the right list :). I'd like to submit the attached patch for committing. The attached patch are the only required changes to make the latest compiler-rt build and pass tests (except for 2 currently ignored tests..) on Minix. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120105/2a93059d/attachment.html> -------------- next part -------------- Index: test/Unit/endianness.h =====================================================...
2002 Mar 08
0
Openssh for minix
Hello. I'm interested in the implement the Openssh for Minix. Can you confirm me if this topic was implemented? Sorry for my english, but it ins't my native language. Thanks in advance, Myriam from Argentina. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachment...
2006 Apr 18
0
[patch] fstype fix ext3 <-> lvm2 detection
...stype.c b/usr/kinit/fstype/fstype.c index c892c6b..17a89ce 100644 --- a/usr/kinit/fstype/fstype.c +++ b/usr/kinit/fstype/fstype.c @@ -6,8 +6,8 @@ * FSTYPE - filesystem type * FSSIZE - filesystem size (if known) * - * We currently detect (in order): - * gzip, cramfs, romfs, xfs, luks, lvm2, minix, ext3, ext2, reiserfs, jfs, swap + * We currently detect the filesystems listed below in the struct + * "imagetype images" (in the order they are listed). * * MINIX, ext3 and Reiserfs bits are currently untested. */ @@ -231,8 +231,13 @@ struct imagetype { /* * Note: + * * Mi...