Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Sep 2006 15:58:18 +0200
From:      Marcin Cieslak <saper@saper.info>
To:        Steven Hartland <killing@multiplay.co.uk>
Cc:        freebsd-emulation@freebsd.org
Subject:   Re: Bug locating path for linux_mkdir
Message-ID:  <450419FA.8040904@saper.info>

next in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
Steve,

Unfortunately I can't reproduce your problem using my test case,
can you try it or do you have some more hints?

saperski% sudo rm -rf /root/.test
saperski% cat test.c
#include <stdio.h>

int main() {
         if (mkdir("/root/.test", 0511) < 0)
                 perror("mkdir 1");
         if (mkdir("/root/.test/test2/", 0511) < 0)
                 perror("mkdir 2");
}
saperski% /compat/linux/usr/bin/gcc -o test test.c
saperski% sudo ./test
saperski% sudo env LANG=C find /root/.test -ls
  16577        4 dr-x--x--x    3 root             wheel 
512 Sep 10 15:52 /root/.test
  16634        4 dr-x--x--x    2 root             wheel 
512 Sep 10 15:52 /root/.test/test2
saperski% umask
022
saperski% uname -a
FreeBSD saperski.saper.info 6.1-STABLE FreeBSD 6.1-STABLE #1: Sat Sep  9 
22:26:02 CEST 2006 
saper@saperski.saper.info:/usr/obj/usr/src/sys/VAIO  i386

Using linux_base-fc-4_6

-- 
               << Marcin Cieslak // saper@saper.info >>

[-- Attachment #2 --]
0	*H
010	+0	*H
00>sYg0
	*H
010	UDE10UHamburg10UHamburg1:08U
1TC TrustCenter for Security in Data Networks GmbH1"0 UTC TrustCenter Class 1 CA1)0'	*H
	certificate@trustcenter.de0
060501192043Z
070625192043Z0G10	UDE10UMarcin Cieslak10	*H
	saper@saper.info0"0
	*H
0
r1²K&x79T^q
C=ڂUGL(-"垆&!eٓZ|J4ѿ06ƒKm]k}tºk]R.鼯ʲwmKzyt]Smc>ƠVHдu{=yJ3KoorAO.&h+
Ae6WsTIK)i\9LҒ[Kľ/j/.1s00U00U03	`HB&$http://www.trustcenter.de/guidelines0	`HB0]	`HBPNhttps://www.trustcenter.de/cgi-bin/check-rev.cgi/DE0E00010002DB73FDCC59D26706?0
	*H
e_}nqб)^%Un;pg)(
:pQhmט3.B78j{
cm6jc+C')ZW1nj8P(xJٞJ=kq|EРe,L00>sYg0
	*H
010	UDE10UHamburg10UHamburg1:08U
1TC TrustCenter for Security in Data Networks GmbH1"0 UTC TrustCenter Class 1 CA1)0'	*H
	certificate@trustcenter.de0
060501192043Z
070625192043Z0G10	UDE10UMarcin Cieslak10	*H
	saper@saper.info0"0
	*H
0
r1²K&x79T^q
C=ڂUGL(-"垆&!eٓZ|J4ѿ06ƒKm]k}tºk]R.鼯ʲwmKzyt]Smc>ƠVHдu{=yJ3KoorAO.&h+
Ae6WsTIK)i\9LҒ[Kľ/j/.1s00U00U03	`HB&$http://www.trustcenter.de/guidelines0	`HB0]	`HBPNhttps://www.trustcenter.de/cgi-bin/check-rev.cgi/DE0E00010002DB73FDCC59D26706?0
	*H
e_}nqб)^%Un;pg)(
:pQhmט3.B78j{
cm6jc+C')ZW1nj8P(xJٞJ=kq|EРe,L1w0s0010	UDE10UHamburg10UHamburg1:08U
1TC TrustCenter for Security in Data Networks GmbH1"0 UTC TrustCenter Class 1 CA1)0'	*H
	certificate@trustcenter.desYg0	+{0	*H
	1	*H
0	*H
	1
060910135819Z0#	*H
	1JŦh-Ϛ$4t9%0R	*H
	1E0C0
*H
0*H
0
*H
@0+0
*H
(0	+710010	UDE10UHamburg10UHamburg1:08U
1TC TrustCenter for Security in Data Networks GmbH1"0 UTC TrustCenter Class 1 CA1)0'	*H
	certificate@trustcenter.desYg0*H
	1Ӡ010	UDE10UHamburg10UHamburg1:08U
1TC TrustCenter for Security in Data Networks GmbH1"0 UTC TrustCenter Class 1 CA1)0'	*H
	certificate@trustcenter.desYg0
	*H
]_,Cf1mCN$=ϥ^*Ζ.v|j5)z*|OaMݗEňM#*Ȥɹ(N|d*$i#V
8o[)W~fA>Hc1knQ0ZXVhY)
@+5OZ3LOuTx3ؕԉ<;:lZ2=\wISӽK=<Ewj	y`9_̢<h

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?450419FA.8040904>