GNU bug report logs -
#7738
Some advice needed
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 7738 in the body.
You can then email your comments to 7738 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
owner <at> debbugs.gnu.org, bug-coreutils <at> gnu.org
:
bug#7738
; Package
coreutils
.
(Sun, 26 Dec 2010 17:24:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jens Gunnarsson <jg65ice <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-coreutils <at> gnu.org
.
(Sun, 26 Dec 2010 17:24:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Good day.
Dont know if this is bug, or me.
Installed Ubuntu Notbok on my laptop to try it out.
Planing of getting new laptop, and not having it with Windows.
I am not much of a computer man. Mainly user.
From beginning just learned enough working with Dos to get by.
Now looking at, possibility of playing old games, was getting Dosbox
(installed and works) and following Ubuntu instructions, how to get it to
work.
In my line of work, i spend months at a time with out internet, on board a
ship, so passing time playing the old games looks appealing. Reson I want
to give Ubuntu thurough test before I purchase new machine with that as the
only OS.
Came to a standstill when creating new directory. Next 3 lines are copy
from terminal, of what happened.
jens <at> jens-Satellite-A100:~$ mkdir ~/dos/c
mkdir: cannot create directory `/home/jens/dos/c': No such file or directory
jens <at> jens-Satellite-A100:~$
Link to Ubuntu instruction page. ://help.ubuntu.com/community/DOSBox
If you could advice me, of what I am doing wrong.
Best regards.
Jens Gunnarsson
[Message part 2 (text/html, inline)]
Reply sent
to
Paul Eggert <eggert <at> cs.ucla.edu>
:
You have taken responsibility.
(Sun, 26 Dec 2010 19:12:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Jens Gunnarsson <jg65ice <at> gmail.com>
:
bug acknowledged by developer.
(Sun, 26 Dec 2010 19:12:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 7738-done <at> debbugs.gnu.org (full text, mbox):
On 12/26/2010 09:24 AM, Jens Gunnarsson wrote:
> $ mkdir ~/dos/c
> mkdir: cannot create directory `/home/jens/dos/c': No such file or directory
The problem is that you're trying to make ~/dos/c
without making ~/dos first. This should work:
mkdir ~/dos ~/dos/c
And this will also work, and it'll be a bit simpler:
mkdir -p ~/dos/c
Admittedly the mkdir diagnostic is pretty bad here.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 24 Jan 2011 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 14 years and 206 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.