Re: [HEADSUP] Google SoC work on ext2fs to be committed

2010-01-01 Thread Pedro F. Giffuni
Hello; I've been following closely this port and have been sending comments and patches to Aditya so I would like to comment on some points: - The code in it's current state is very similar to UFS1 without softupdates and EA/ACLs. - preallocation pretends to provide a similar effect as BSD's real

Re: something fails with svn

2010-01-01 Thread jhell
On 1/1/2010 8:21 PM, Kevin Oberman wrote: Date: Fri, 01 Jan 2010 19:20:54 -0500 From: jhell Sender: owner-freebsd-sta...@freebsd.org On 1/1/2010 6:24 AM, Ed Schouten wrote: * jhell wrote: With those remarks I will leave it up to your honed skills to figure out. If you don't have anything c

Re: something fails with svn

2010-01-01 Thread Oliver Pinter
hmmm, it's look like this: http://lists-archives.org/git/707921-git-svn-memoize-conversion-of-svn-merge-ticket-info-to-git-commit-ranges.html git releated change is the source of the warnings.. and the git is updated at Dec 28 20:39 ll /usr/local/bin/git -rwxr-xr-x 95 root wheel 1066766 Dec 2

Re: something fails with svn

2010-01-01 Thread Oliver Pinter
yeah, but svn.freebsd.org/base/stable/7/head don't exist. git svn log -v some of broken infos find in this commit: r200570 | stas | 2009-12-15 11:34:05 +0100 (Tue, 15 Dec 2009) | 23 lines Changed paths: M share/man/man4/bge.4 M sys/dev/bge/if_bge.c M sys/dev/bge/if_bgereg.h - MFC r1978

Re: something fails with svn

2010-01-01 Thread Ryan Stone
> the git config is: > > [core] >        repositoryformatversion = 0 >        filemode = true >        bare = false >        logallrefupdates = true > [svn-remote "svn"] >        url = svn://svn.freebsd.org/base/stable/7 >        fetch = :refs/remotes/git-svn > It looks like the error is

Re: something fails with svn

2010-01-01 Thread Kevin Oberman
> Date: Fri, 01 Jan 2010 19:20:54 -0500 > From: jhell > Sender: owner-freebsd-sta...@freebsd.org > > On 1/1/2010 6:24 AM, Ed Schouten wrote: > > * jhell wrote: > >> With those remarks I will leave it up to your honed skills to figure out. > > > > If you don't have anything constructive to say, p

Re: something fails with svn

2010-01-01 Thread Oliver Pinter
and the newest log: M COPYRIGHT r201336 = a1f0e71ec85d326f0cb79b829129279961a36ed9 (refs/remotes/git-svn) M lib/libc/gen/time.3 M lib/libc/sys/clock_gettime.2 Couldn't find revmap for svn://svn.freebsd.org/base/stable/7/head/lib/libc/stdtime Couldn't

Re: something fails with svn

2010-01-01 Thread Oliver Pinter
the problem is at a standstill above always, only I did not see a sense so since I did not receive constructive feedback véáaszolni... otherwise i tested more things, but the situation did not change. // sorry for bad english, but I never learned it.. On 1/2/10, jhell wrote: > On 1/1/2010 6:24 A

Re: something fails with svn

2010-01-01 Thread jhell
On 1/1/2010 6:24 AM, Ed Schouten wrote: * jhell wrote: With those remarks I will leave it up to your honed skills to figure out. If you don't have anything constructive to say, please refrain from responding to any message on these lists. The purpose of these lists is to help each other. Y

[HEADSUP] Google SoC work on ext2fs to be committed

2010-01-01 Thread Ulf Lilleengen
Hello, In a few days, I will commit the ext2fs improvements done by Aditya Sarawgi during and after Google Summer of Code to CURRENT. Some quick notes: - BSD licensed block and inode allocation policies for ext2fs. This involves the use FFS1 style block and inode allocation for ext2fs. Preallo

[PATCH] fts(3): allow FTS_LOGICAL without FTS_NOCHDIR

2010-01-01 Thread Jilles Tjoelker
fts(3) currently automatically enables FTS_NOCHDIR if FTS_LOGICAL (-L in various utilities) is used, according to a comment because symlinks are too hard. However, the effect of fts_instr=FTS_FOLLOW seems quite similar to FTS_LOGICAL in chdir mode. Using one more bit in fts_flags, I made FTS_LOGICA

TEMPer USB Thermometer

2010-01-01 Thread Stefan Bethke
Various outfits including Brando are selling a cheap-ish USB thermometer named “TEMPer”. (I need one to monitor my home server closet.) I've put together a small command line utility that reads out the temperature from the LM75 sensor in the TEMPer: http://wiki.zs64.net/TEMPer_USB_Thermometer T

Re: linprocfs Input/output error

2010-01-01 Thread Fernando Apesteguía
2010/1/1 Jilles Tjoelker : > On Fri, Jan 01, 2010 at 06:45:33PM +0100, Fernando Apesteguía wrote: >> Hi all, I post here cause I didn't get any answers in freebsd-emulation. > >> In 8.0-RELEASE-p1 if I try to execute this: > >> cat /compat/linux/proc/cpuinfo > ~/cpuinfo.txt > >> I get > >> cat: /co

Re: linprocfs Input/output error

2010-01-01 Thread Jilles Tjoelker
On Fri, Jan 01, 2010 at 06:45:33PM +0100, Fernando Apesteguía wrote: > Hi all, I post here cause I didn't get any answers in freebsd-emulation. > In 8.0-RELEASE-p1 if I try to execute this: > cat /compat/linux/proc/cpuinfo > ~/cpuinfo.txt > I get > cat: /compat/linux/proc/cpuinfo: Input/output

linprocfs Input/output error

2010-01-01 Thread Fernando Apesteguía
Hi all, I post here cause I didn't get any answers in freebsd-emulation. In 8.0-RELEASE-p1 if I try to execute this: cat /compat/linux/proc/cpuinfo > ~/cpuinfo.txt I get cat: /compat/linux/proc/cpuinfo: Input/output error truss shows the read system call returns ERR#5. It is the same with othe

Re: something fails with svn

2010-01-01 Thread Ed Schouten
* jhell wrote: > With those remarks I will leave it up to your honed skills to figure out. If you don't have anything constructive to say, please refrain from responding to any message on these lists. The purpose of these lists is to help each other. -- Ed Schouten WWW: http://80386.nl/ pg

Re: NUMA support; tweaking TCP for GPRS

2010-01-01 Thread Sean Hamilton
On Fri, Dec 18, 2009 at 12:47:11PM +1100, Lawrence Stewart wrote: > Sean Hamilton wrote: > > [...] > > Second, I am using a FreeBSD server to talk to equipment > > which has a GPRS internet connection. This is fairly high > > latency (approximately one second RTT) and is prone to > > bursts of