linux-um archives
 help / color / mirror / Atom feed
* [uml-devel] infinite symlink loop for "sysdep-i386"
@ 2007-10-26  6:48 Robert P. J. Day
  2007-10-26 16:39 ` Jeff Dike
  0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2007-10-26  6:48 UTC (permalink / raw)
  To: user-mode-linux-devel


  in arch/um/include/sysdep-i386:

$ ls -l
total 96
-rw-rw-r-- 1 rpjday rpjday  363 2007-08-28 06:10 archsetjmp.h
-rw-rw-r-- 1 rpjday rpjday  281 2007-08-28 06:10 barrier.h
-rw-rw-r-- 1 rpjday rpjday 5080 2007-08-28 06:10 checksum.h
-rw-rw-r-- 1 rpjday rpjday  903 2007-08-28 06:10 faultinfo.h
-rw-rw-r-- 1 rpjday rpjday  468 2007-10-16 13:42 kernel-offsets.h
-rw-rw-r-- 1 rpjday rpjday 4897 2007-10-16 13:42 ptrace.h
-rw-rw-r-- 1 rpjday rpjday 1669 2007-08-28 06:10 ptrace_user.h
-rw-rw-r-- 1 rpjday rpjday 1757 2007-08-28 06:10 sc.h
-rw-rw-r-- 1 rpjday rpjday  615 2007-10-16 13:42 sigcontext.h
-rw-rw-r-- 1 rpjday rpjday  374 2007-08-28 06:10 skas_ptrace.h
-rw-rw-r-- 1 rpjday rpjday 2199 2007-10-16 13:42 stub.h
-rw-rw-r-- 1 rpjday rpjday  731 2007-08-28 06:10 syscalls.h
lrwxrwxrwx 1 rpjday rpjday   11 2007-10-22 04:08 sysdep-i386 -> sysdep-i386   ?????
-rw-rw-r-- 1 rpjday rpjday  769 2007-08-28 06:10 tls.h
$

rday

-- 
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://crashcourse.ca
========================================================================

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [uml-devel] infinite symlink loop for "sysdep-i386"
  2007-10-26  6:48 [uml-devel] infinite symlink loop for "sysdep-i386" Robert P. J. Day
@ 2007-10-26 16:39 ` Jeff Dike
  2007-10-26 17:20   ` Robert P. J. Day
  0 siblings, 1 reply; 3+ messages in thread
From: Jeff Dike @ 2007-10-26 16:39 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: user-mode-linux-devel

On Fri, Oct 26, 2007 at 02:48:21AM -0400, Robert P. J. Day wrote:
>   in arch/um/include/sysdep-i386:

> lrwxrwxrwx 1 rpjday rpjday   11 2007-10-22 04:08 sysdep-i386 -> sysdep-i386   ?????

Sorry about the delay...

I don't have any such animal here - can you make this happen on a clean tree?

				Jeff

-- 
Work email - jdike at linux dot intel dot com

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [uml-devel] infinite symlink loop for "sysdep-i386"
  2007-10-26 16:39 ` Jeff Dike
@ 2007-10-26 17:20   ` Robert P. J. Day
  0 siblings, 0 replies; 3+ messages in thread
From: Robert P. J. Day @ 2007-10-26 17:20 UTC (permalink / raw)
  To: Jeff Dike; +Cc: user-mode-linux-devel

On Fri, 26 Oct 2007, Jeff Dike wrote:

> On Fri, Oct 26, 2007 at 02:48:21AM -0400, Robert P. J. Day wrote:
> >   in arch/um/include/sysdep-i386:
>
> > lrwxrwxrwx 1 rpjday rpjday   11 2007-10-22 04:08 sysdep-i386 -> sysdep-i386   ?????
>
> Sorry about the delay...
>
> I don't have any such animal here - can you make this happen on a clean tree?

ok, i just cleaned my git clone of everything but the .git directory,
did a "git pull" to make sure i'm up to date, then checked everything
out again with "git checkout -f", and now it's gone.  weird.  i'll try
to figure out what i was doing that caused it, since i'm not doing
*anything* with UML at the moment.

rday
-- 
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://crashcourse.ca
========================================================================

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-10-26 17:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-26  6:48 [uml-devel] infinite symlink loop for "sysdep-i386" Robert P. J. Day
2007-10-26 16:39 ` Jeff Dike
2007-10-26 17:20   ` Robert P. J. Day

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox