[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Python mknod(... stat.S_IFSOCK) failure



I'm trying to track down a problem with bup, and wondering why this
fails on falla in a sid chroot:

  $ python -c 'import os, stat; os.mknod("foo", 0600 | stat.S_IFSOCK);'
  ...
  OSError: [Errno 22] Invalid argument

Just wanted to check to see if this might be a known difference with
respect to kFreeBSD before I dig deeper, assuming I get time.

Thanks
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4


Reply to: