GNU bug report logs - #7738
Some advice needed

Previous Next

Package: coreutils;

Reported by: Jens Gunnarsson <jg65ice <at> gmail.com>

Date: Sun, 26 Dec 2010 17:24:01 UTC

Severity: normal

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Paul Eggert <eggert <at> cs.ucla.edu>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#7738: closed (Some advice needed)
Date: Sun, 26 Dec 2010 19:12:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 26 Dec 2010 11:18:12 -0800
with message-id <4D1794F4.9090708 <at> cs.ucla.edu>
and subject line Re: bug#7738: Some advice needed
has caused the GNU bug report #7738,
regarding Some advice needed
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
7738: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7738
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Jens Gunnarsson <jg65ice <at> gmail.com>
To: bug-coreutils <at> gnu.org
Subject: Some advice needed
Date: Sun, 26 Dec 2010 17:24:34 +0000
[Message part 3 (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 4 (text/html, inline)]
[Message part 5 (message/rfc822, inline)]
From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Jens Gunnarsson <jg65ice <at> gmail.com>
Cc: 7738-done <at> debbugs.gnu.org
Subject: Re: bug#7738: Some advice needed
Date: Sun, 26 Dec 2010 11:18:12 -0800
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.


This bug report was last modified 14 years and 207 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.