home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / docs / mailinglist-archive / 1993-11 / text0211.txt < prev    next >
Encoding:
Text File  |  1993-06-25  |  1.3 KB  |  27 lines

  1. >>>>> "mehlhaff" == 'Evil' ERic Mehlhaff <mehlhaff@ocf.Berkeley.EDU> writes:
  2.  
  3. Eric>     This is where things broke down. I was using the
  4. Eric> vmunix.713 kernal, and it refused to newfs.  newfs would
  5. Eric> fail with "ioctl:(GDINFO) invalid argument.", and fail
  6. Eric> completely.  I rebooted and ran with vmunix.709 and had a
  7. Eric> little more success with newfs -- it'd generate a filesystem
  8. Eric> and then fail with "ioctl(WDINFO): invalid argument". Has
  9. Eric> anyone been checking the new kernals to see how they've been
  10. Eric> breaking thses things.
  11.  
  12. I knew this was going to happen :-(  My contribution to 713 was support
  13. for non-BSD partitions (i.e. just raw IO, no FS or such) and in order
  14. to have these, the sizeof(truct disklabel) had to change.  Very few programs
  15. depend on this, but newfs is one of them (another one is disklabel).
  16. I wrote a little note about this, but maybe too obsure, in my mail to
  17. MTK.  Now, I don't blame him, he's been working overtime ALOT to get
  18. this release out.  What needs to be done is that someone with source
  19. online compiles newfs and disklabel and puts them in bin-newest on
  20. ftp.eunet.ch.  BTW, there may be other utilities that fail due to this,
  21. if so they need recompilation as well.  The key is that ioctl(GDINFO)
  22. says invalid argument.  Markus, will you compile newfs & disklabel?
  23.  
  24. Niklas
  25.  
  26.  
  27.