What filesystem are you using? This error message means that a simple
open fails:

    fd= open(fnamenewvb.buf, (O_CREAT|O_EXCL|O_WRONLY), 0);
    if (fd < 0)
      ohshite(_("unable to create `%.255s' (while processing `%.255s')"),
              fnamenewvb.buf, ti->name);

And those arguments O_CREAT|O_EXCL|O_WRONLY are very common and should
not result in the error you gave.

Can you show us the output of "ls -al /etc/dpkg/" and "mount" ?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/827942

Title:
  package dselect (not installed) failed to install/upgrade: unable to
  create `/etc/dpkg/dselect.cfg.dpkg-new' (while processing
  `./etc/dpkg/dselect.cfg'): Invalid argument

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dpkg/+bug/827942/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to