Re: Trying to use /bin/sh

2013-09-28 Thread Stefan Esser
then. You may want a command to source standard profiles or environment settings before the final exec, in case the users shell does not load them. Regards, STefan ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Re: kldload ipfw, with IPFIREWALL_DEFAULT_TO_ACCEPT

2013-07-29 Thread Stefan Esser
even for a kldload? But I can't > find it now. I guess you were looking for: net.inet.ip.fw.default_to_accept="1" which is a tunable to be set in /boot/loader.conf ... Regards, STefan ___ freebsd-hackers@freebsd.org maili

Re: Attempting to roll back zfs transactions on a disk to recover a destroyed ZFS filesystem

2013-07-14 Thread Stefan Esser
pool R/O, or your data will probably be lost!) A list of TXGs to try can be retrieved with "zdb -hh ". You may need to add "-e" to the list of zdb options, since the port is exported / not currently mounted). Regards, STefan ___ freeb

Re: IBM blade server abysmal disk write performances

2013-01-19 Thread Stefan Esser
ed to get any speed-up from tagged commands. This was no risk with SCSI drives, since the cache did not make the drives lye about command completion (i.e. the status for the write was only returned when the cached data had been written to disk, independently of the write cache enable). Regards, STefa

Re: stupid UFS behaviour on random writes

2013-01-18 Thread Stefan Esser
corresponding valid flag bits were set. In addition, a possible later read from disk must obviously skip fragments for which the valid mask bits are already set. This bit mask could then be used to update the affected fragments only, without a read-modify-write of the containing block. But I doub

Re: FreeBSD for serious performance?

2012-12-13 Thread Stefan Esser
they target (not sure whether this still applies for their expensive GPUs targeted at high performance computing). Regards, STefan ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Re: FreeBSD for serious performance?

2012-12-12 Thread Stefan Esser
Am 11.12.2012 22:40, schrieb Adrian Chadd: > I'm not seeing: > > * any references to driver code that exhibits that very broken behaviour; > * any patches from you to implement NCQ on your nforce chipset; > * any offer of incentive to any developer to add that support. > > Now, (1) is defini

CVS commit logs removed by CVS update

2012-11-17 Thread Stefan Esser
cident, or whether they were deemed unnecessary remains from ancient CVS times? Best regards, STefan PS: I do have backups of the log files, but I'm really annoyed by these files being deleted on my system when I wanted to check for new inform

Re: FreeBSD on RaspberryPi

2012-11-09 Thread Stefan Esser
s MSDOSFS and NFS client support to allow it to mount its boot partition and NFS exported /usr/src, /usr/obj, /usr/ports and /usr/work (where I build ports). Most of them are R/O mounts. I have not tried to build world on the R-PI (cross building is so much faster ...). But ports can be bu

Re: Interfacing devices with multiple parents within newbus

2012-07-07 Thread Stefan Bethke
tion is completed. A notification mechanism (similar to the devfs notification but with an exposed KPI) might be an alternative, as mentioned in this thread. Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-hackers@freebsd.org mailing

[RFT/RFC]: Please test NSCD patch (was: Re: [PATCH] Fix for negative cacheing problem in NSCD)

2012-07-01 Thread Stefan Esser
ail and is also available from: http://people.freebsd.org/~se/nscd-Negative-Threshold.patch Regards, STefan ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

[PATCH] Fix for negative cacheing problem in NSCD

2012-06-28 Thread Stefan Esser
nd any better phrase. Regards, STefan PS: The patch contains an undocumented option to also set the positive confidence threshold. Entries are put into the cache but the original data sources are still queried, if the results do not match for at least the number of successive queries

Re: [CFC/CFT] large changes in the loader(8) code

2012-06-28 Thread Stefan Esser
configuration data, for which GPT headers must exist, before the GMIRROR is created (or bith must be created at the same time, but that would mix GPT knowledge into GMIRROR). All of the above is ugly, U'm afraid :( Regards, STefan ___ freebsd-ha

Re: [CFC/CFT] large changes in the loader(8) code

2012-06-28 Thread Stefan Esser
be valid and standards >> compliant. > > If it were standards compliant, it would be discoverable by non-FreeBSD. > That clearly isn't the case -- hence it's not standards compliant. What > for example if someone wanted to share the swap partition betwee

Re: strange printf(9) format specifier ("Z") in dev/drm code

2011-12-16 Thread Stefan Esser
#x27;z' that is deprecated in glibc and >> unsupported in FreeBSD, so changing the case should fix it. > > any chance we could get the following patch committed? Commited to head as r228572. I do not see a need for an MFC as long as clang does not become the standard compiler

Re: cron(8) mis-feature with @reboot long after system startup

2011-11-26 Thread Stefan Bethke
Am 26.11.2011 um 11:54 schrieb Chris Rees: > PLEASE let's not go down the route of that. How long? What if I need to > restart cron shortly after boot? What if boot takes longer? Plus "interesting" time changes during boot due to ntpdate/ntpd. -- Stefan Bethke

Re: cron(8) mis-feature with @reboot long after system startup

2011-11-25 Thread Stefan Bethke
d... is there a way we could actually make this run @reboot > only ? I didn't even know cron had this feature. Why wouldn't you add custom rc.d scripts for these tasks, or add the commands to rc.local? Stefan -- Stefan BethkeFon +49 151 14070811 _

Re: Limiting disk I/O by jail or uid?

2011-11-24 Thread Stefan Bethke
Am 24.11.2011 um 09:15 schrieb Jason Hellenthal: > > Hi Stefan, > > This is probably what you are looking for. Give it a shot. > > https://jhell.googlecode.com/hg/base/vendor/vehosting/slowdown.c Just tried this: Unfortunately, my app is not slowed down sufficiently.

Re: Limiting disk I/O by jail or uid?

2011-11-21 Thread Stefan Bethke
Am 21.11.2011 um 21:42 schrieb Stefan Bethke: > Am 21.11.2011 um 21:40 schrieb Adam Vande More: > >> On Mon, Nov 21, 2011 at 1:58 PM, Stefan Bethke wrote: >> >> Interesting, but it doesn't seem to offer limiting the I/O bandwidth induced >> by a proc

Re: Limiting disk I/O by jail or uid?

2011-11-21 Thread Stefan Bethke
Am 21.11.2011 um 21:40 schrieb Adam Vande More: > On Mon, Nov 21, 2011 at 1:58 PM, Stefan Bethke wrote: > > Interesting, but it doesn't seem to offer limiting the I/O bandwidth induced > by a process or jail, or assigning different priorities, which would need to > be im

Re: Limiting disk I/O by jail or uid?

2011-11-21 Thread Stefan Bethke
Am 21.11.2011 um 19:32 schrieb Adam Vande More: > On Mon, Nov 21, 2011 at 11:47 AM, Stefan Bethke wrote: > I have a process that tends to eat up all available disk bandwidth. I have > other processes that I would like to have preference over this one process. > Is there a facilit

Limiting disk I/O by jail or uid?

2011-11-21 Thread Stefan Bethke
. The straightforward solution is to separate the datasets onto their own disks, which I'm planning to do, but a software facility would be that much more flexible. Thanks, Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-ha

Re: easy way to determine if a stream or fd is seekable

2011-11-18 Thread Stefan Esser
ll in wide use. For the purposes that I administrated and used tapes for (gamma/particle coincidence spectroscopy and large numerical simulations), large disk arrays have completely replaced tape storage. Disk drives are cheaper than tape cartridges, today ... Regards, STefan __

Re: iotop (dtrace?)

2011-10-25 Thread Stefan Bethke
Am 25.10.2011 um 22:50 schrieb Baptiste Daroussin: > On Tue, Oct 25, 2011 at 10:34:39PM +0200, Stefan Bethke wrote: >> I've got two systems with a constantly high rate of disk I/O that sometimes >> seems to be overwhelmed from it. Before trying to decide if a hardware >&

iotop (dtrace?)

2011-10-25 Thread Stefan Bethke
these 8-stable amd64 boxes. Thanks, Stefan Solaris dtrace-based iotop: http://prefetch.net/articles/solaris.dtracetopten.html Linux /proc-based Python script: http://guichaz.free.fr/iotop/ -- Stefan BethkeFon +49 151 14070811 ___ freebsd-hack

Re: Does anyone use nscd?

2011-10-11 Thread Stefan Esser
will be answered from the cached negative entry. But if there is a positive reply, before the retries are used up, the newly defined value will be cached instead of the negative reply without any delay (not even 1/4 of a second). Regards, STefan ___ freebsd-h

installworld fails with /usr/bin and /usr/sbin on separate file systems

2011-07-29 Thread Stefan Esser
if the hard link can not be created. I'm not sure, whether this is an actual problem, since it does not appear to have been reported before, but I think that "LINK=..." should generally not be used between different directories. Regards, STefan

ZFS pool lost

2011-05-05 Thread Stefan Esser
file move and there is no chance, to identify the cause of the file-system corruption in this state. Any ideas? Best regards, STefan Am 05.05.2011 10:52, schrieb Stefan Esser: > I just lost my 2TB ZFS pool while moving some large files (ISO images) > under a current stable. The system pan

ZFS panic during file move on nearly full pool

2011-05-05 Thread Stefan Esser
working again ... Any ideas or help? Thanks in advance! STefan ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Re: Unsigned wchar_t

2011-03-29 Thread Stefan Farfeleder
On Mon, Mar 28, 2011 at 10:33:19PM +1300, Andrew Turner wrote: > On Sun, 27 Mar 2011 22:07:30 +0200 > Stefan Farfeleder wrote: > > > The C standard specifies that both and shall > > define WCHAR_MIN and WCHAR_MAX. You cannot simply include > > from because the f

Re: Unsigned wchar_t

2011-03-27 Thread Stefan Farfeleder
there a better > place to put the __wchar_t typedef and define WCHAR_MIN and WCHAR_MAX? The C standard specifies that both and shall define WCHAR_MIN and WCHAR_MAX. You cannot simply include from because the former contains a lot of other macros. Stefan _

tcp_output.c:560 - is this code correct?

2011-01-14 Thread Stefan `Sec` Zehl
Hi, I just found a bug in FreeBSD amd64 -- (see the PR#kern/154006) a missing "(long)" cast in tcp_output.c. I have a question about this code (around line 560) where adv is calculated: | if (recwin > 0 && !(tp->t_flags & TF_NEEDSYN) && | !TCPS_HAVERCVDFIN(tp->t_state)) { |

Re: more gpart/glabel problems

2011-01-14 Thread Stefan Bethke
table on the label device. If you want to label individual partitions, then use the gpart label options, or newfs options. Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailm

Re: A question about "WARNING: attempt to domain_add(xyz) after domainfinalize()"

2011-01-13 Thread Stefan Esser
u add netgraph.ko as an object. The netgraph domain is probably the only one that is often loaded from a KLD in generic systems. If another driver adds a domain and netgraph is also required, then I'd strongly suggest to compile netgraph into the kernel (and thus to have only one domain added from a

Re: sysbench / fileio - Linux vs. FreeBSD

2010-06-05 Thread Stefan Miklosovic
> /var : ufs with softupdates > /usr/obj : zfs with checksums disabled > /usr/src : zfs with compression enabled > /home : zfs with compression disabled and checksums enabled > > I ran a test with a blocksize of 8KB and 16 threads. > > /var : 25.2MB/s > /usr/obj : 64.8MB/s > /usr/src : 386.

Re: Scripting sysinstall(8) to create & use multiple slices on a disk?

2010-06-04 Thread Stefan Miklosovic
Hi, could you please send me those installers you have written? I would like to write up mine and I dont have an idea how to do that. Your scripts would really helped me a lot. Be so kind and please send me to like attachment or to miklosovic.free...@gmail.com god bless you :) jpaetzel wrote

Re: Drop cache

2010-03-17 Thread Stefan Esser
semantics of drop_caches in the original message). Regards, STefan ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Re: Does getc(3) use the read(2) syscall?

2010-02-04 Thread Stefan Midjich
take place. > > That's right, but cscope or even etags should help a lot > finding those simbols, most for large source trees like > the FreeBSD base system ;) > > > > > Marc > > > > Best regards, > -- > Daniel Molina Wegener > Software Arch

Does getc(3) use the read(2) syscall?

2010-02-03 Thread Stefan Midjich
eone could show me where __sys_read is defined. Thanks in advance for any information! -- Med vänliga hälsningar / With kind regards Stefan Midjich http://swehack.se/cv https://www.swehack.se/cv ___ freebsd-hackers@freebsd.org mailing

TEMPer USB Thermometer

2010-01-01 Thread Stefan Bethke
when the measured temperature is below the threshold. Enjoy! Stefan -- Stefan BethkeFon +49 151 14070811 ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "fr

Re: strange output in /var/log/messages

2009-02-12 Thread Stefan Lambrev
"freebsd-hackers-unsubscr...@freebsd.org " -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-h

Re: Confused by segfault with legitimate call to strerror(3) on amd64 / sysctl (3) setting `odd' errno's

2009-01-16 Thread Stefan Farfeleder
On Fri, Jan 16, 2009 at 10:33:15AM -0800, Nate Eldredge wrote: > Pop quiz: which of the following statements is correct? > > #include > #include > > execl("/bin/sh", "/bin/sh", 0); > execl("/bin/sh", "/bin/sh", NULL); None, as NULL is allowed to expand to 0. You have to write execl("/bin/sh"

Re: Confused by segfault with legitimate call to strerror(3) on amd64 / sysctl (3) setting `odd' errno's

2009-01-16 Thread Stefan Farfeleder
On Fri, Jan 16, 2009 at 01:33:38PM +0200, Danny Braniss wrote: > some facts: > #include > int > main() > { > printf("%s\n", strerror(2)); > return 0; > } > > 1- it works fine on i386 > 2- it bombs on amd64 > 3- with a local strerror.c (instead of the one in libc) >

Re: `type' built-in command in /bin/sh

2008-11-24 Thread Stefan Farfeleder
On Mon, Nov 24, 2008 at 02:12:22AM +0300, Zajcev Evgeny wrote: > > Hello there. I just hit into "problem" that built-in sh command type > outputs to stdout when error occurs. I mean it returns non-0 status, > but outputs to stdout! I think stderr has been made exactly for such > purposes and `t

Re: Override default ICMP (and other protocols) default replies.

2008-08-21 Thread Stefan Bethke
h might be ideal if you want to process all traffic for an IP. And finally, unless you have really weird requirements, ipfw or pf rules will likely work without any special programming. HTH, Stefan -- Stefan Bethke <[EMAIL PROTECTED]> Fon +49 170 346 0140 __

Re: startup options

2008-08-16 Thread Stefan Sperling
On Fri, Aug 15, 2008 at 02:52:21PM -0700, Sam Leffler wrote: > Stefan Sperling wrote: > > That page pretty much summarises the state of affairs, yes. > > > > Basically, you need a VIA-based ethernet card card (vr driver) > > and -CURRENT, or a vr card with 7.0 and

Re: startup options

2008-08-15 Thread Stefan Sperling
w.stsp.name/wol/FreeBSD-8-CURRENT-wol-backported-to-7.0/ All of those. Except the patch for pxe.c, that's there by accident. If you don't have a vr card, you will likely need to do some hacking. Follow the links from the wiki page for more information. Stefan __

Re: If not the force, what should I use? (Was: FreeBSD in Business (was Re: Idea for FreeBSD))

2008-08-12 Thread Stefan Lambrev
e there is a number of folders (for every run level) populated with links to the real rc scripts which are in /etc/init.d/ and when you type /etc/init.d/script start it will be started but the boot up rc.scripts will never do start on /etc/init.d/ itself only on the folder w

Re: Idea for FreeBSD

2008-08-12 Thread Stefan Lambrev
Adrian Penisoara wrote: Hi, On Tue, Aug 12, 2008 at 2:36 PM, Stefan Lambrev <[EMAIL PROTECTED]> wrote: First let me reiterate a few things. I started in FreeBSD and it will always be my first love. Second, keep in mind that Solaris is a commercial product and must be viewed a

Re: Idea for FreeBSD

2008-08-12 Thread Stefan Lambrev
_ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___

Re: IPv6 CVS

2008-08-05 Thread Stefan Sperling
receiving the STABLE and ports branches) I currently use > > > cvs.freebsd.org but > > > it dosent have an record. > > > > > > Ta > > > > > > Peg > > > > > dig cvsup4.freebsd.org > > > cvs != cvsu

Re: Laptop suggestions?

2008-07-31 Thread Stefan Lambrev
Jeremy Chadwick wrote: On Thu, Jul 31, 2008 at 11:13:03AM +0300, Stefan Lambrev wrote: Matt Olander wrote: On Jul 25, 2008, at 3:23 PM, Jeremy Messenger wrote: On Thu, 24 Jul 2008 09:34:32 -0500, Frank Mayhar <[EMAIL PROTECTED]> wrote: My old Dell Inspiron 51

Re: Laptop suggestions?

2008-07-31 Thread Stefan Lambrev
driver. I know Intel video cards are very pro-open source, but the driver for those cards is not better then nvidia's. Also I guess some time will pass before we see those laptops in Europe? -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___ freebsd-h

Re: Announcement: PmcTools callchain capture for RELENG_7

2008-07-14 Thread Stefan Lambrev
be, send any mail to "[EMAIL PROTECTED]" -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: SCHED_4BSD bad interactivity on 7.0 vs 6.3

2008-07-13 Thread Stefan Sperling
een acceptible again. I did not update the xserver at the time, and I can't recall if it has been updated since. Stefan pgpwzVr88QUYs.pgp Description: PGP signature

Re: Lack of Flash support is no longer acceptable. Bounty established...

2008-06-25 Thread Stefan Lambrev
y/paste from wine app to native apps does not work. Ideas how to workaround this? -Mark C. ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTEC

Re: Why doesn't autoconf like our /bin/sh?

2008-05-31 Thread Stefan Farfeleder
On Thu, May 29, 2008 at 12:04:41AM -0400, John Baldwin wrote: > On Sunday 25 May 2008 11:45:37 am Stefan Farfeleder wrote: > > On Sun, May 25, 2008 at 09:06:47AM -0600, John E Hein wrote: > > > FWIW, it seems bash and sh report line number differently. > > > > &g

Re: Why doesn't autoconf like our /bin/sh?

2008-05-25 Thread Stefan Farfeleder
to a decimal number representing the current sequential line number (numbered starting with 1) within a script or function before it executes each command." Stefan ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Why doesn't autoconf like our /bin/sh?

2008-05-16 Thread Stefan Farfeleder
On Fri, May 16, 2008 at 10:11:43AM -0400, Mike Meyer wrote: > On Fri, 16 May 2008 09:44:33 +0200 > Stefan Farfeleder <[EMAIL PROTECTED]> wrote: > > > On Sun, Mar 09, 2008 at 03:27:12PM -0400, Mike Meyer wrote: > > > I've stumbled on to an obscure problem with au

Re: Why doesn't autoconf like our /bin/sh?

2008-05-16 Thread Stefan Farfeleder
s > that: Can you please retry? /bin/sh now supports expanding $LINENO which was often the reason for configure not liking it. Stefan ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

53 ECONNABORTED Software caused connection abort. A connection abort was caused internal to your host machine.

2008-05-14 Thread Stefan Lambrev
(socklen_t *)&clnt_length)) < 0) { logmsg(LOG_WARNING, "HTTP accept: %s", strerror(errno)); ... Any ideas where should I look to understand better the error message and why errno 53 was returned? -- B

Re: MODULES_OVERRIDE magic needed

2008-03-31 Thread Stefan Lambrev
freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___ freebsd-hackers@freebsd.org

Re: Summer of Code 2008 Project Ideas

2008-03-19 Thread Stefan Sperling
xes, nothing has been happening around this in a while. I myself am busy working on Subversion atm and will start working on my Bachelor theses starting next semester (April-Juli), so I'm out :/ I'd be available to answer questions if necessary, howeve

Re: Network Throughput between jail and base system

2008-03-06 Thread Stefan Lambrev
Greetings, Ilias Marinos wrote: > Hello all, > I have a jail to my FreeBSD-STABLE, in which I run some > uname -a will be more helpful then "FreeBSD-STABLE". > services.I have configured and setup this jail using ezjail-admin. > [EMAIL PROTECTED]:~$ jls >JID IP Address Hostname

Re: gettimeofday() in hping

2008-02-04 Thread Stefan Lambrev
Greetings, Stefan Lambrev wrote: Greetings, Kris Kennaway wrote: Kris Kennaway wrote: Fixing all of the above I can send at about 13MB/sec (timecounter is not relevant any more). The CPU is spending about 75% of the time in the kernel, so that is the next place to look. [hit

Re: gettimeofday() in hping

2008-02-04 Thread Stefan Lambrev
Greetings, Ivan Voras wrote: On 04/02/2008, Stefan Lambrev <[EMAIL PROTECTED]> wrote: Kris if you do not mind I'll write to hping developers to adopt this patch, and if no response from them I can try to reach the port maintainer, so we have this patched in ports? As we&#

Re: gettimeofday() in hping

2008-02-04 Thread Stefan Lambrev
ested with twice smaller buffer and do not see performance lost. Kris if you do not mind I'll write to hping developers to adopt this patch, and if no response from them I can try to reach the port maintainer, so we have this patched in ports? -- Best Wishes, Stefan Lambrev ICQ

Re: [OT] Q: what would you choose for a VCS today

2008-02-02 Thread Stefan Sperling
t it exactly? -- stefan http://stsp.name PGP Key: 0xF59D25F0 pgpou1f3Nettf.pgp Description: PGP signature

Re: [OT] Q: what would you choose for a VCS today

2008-02-01 Thread Stefan Sperling
That's what I was looking for, also because of pure technical interest. But it's clear that from a functional point of view a script achieves the same thing just fine, albeit it's slower and wastes a bit of disk space. -- stefan http://stsp.name PGP Key: 0xF59D25F0 pgpjhtzsGtju0.pgp Description: PGP signature

Re: [OT] Q: what would you choose for a VCS today

2008-02-01 Thread Stefan Sperling
anymore, but a well-integrated feature. 1.5 has finally been branched a few days ago actually, so if you want to try it out go ahead and check out the branch and report any issues you find: svn co http://svn.collab.net/repos/svn/branches/1.5.x svn-1.5 -- stefan http://stsp.name

Re: [OT] Q: what would you choose for a VCS today

2008-01-31 Thread Stefan Sperling
ther patch, this time for if_vr ## edit, compile, fix pesky errors, compile again, install, test $ hq qrefresh $ hq qcommit -m "WOL support for VIA driver backported to 6.3" So far, this setup hasn't failed me, and the speed is several orders of magnitude higher than using CVS branches. -- stefan http://stsp.name PGP Key: 0xF59D25F0 pgps8XcbkDQOf.pgp Description: PGP signature

Re: gettimeofday() in hping

2008-01-27 Thread Stefan Lambrev
Greetings, Stefan Lambrev wrote: Greetings, Kris Kennaway wrote: Stefan Lambrev wrote: It is the socket buffer that is filling up. Either the application is not increasing it to large enough size or the default maximum is too low (Linux may set a larger default). Try increasing

Re: gettimeofday() in hping

2008-01-26 Thread Stefan Lambrev
Xfast_syscall [4] 2.5 304458.00 34124.000 100.00% bus_dmamap_load_mbuf_sg [5] 2.3 335825.00 31367.000 100.00% uma_zalloc_arg [6] P.S. my desktop PC i single core, but I think I'll find old server with 2x intel p4 CPUs. -- B

Re: gettimeofday() in hping

2008-01-25 Thread Stefan Lambrev
shes, Stefan Lambrev ICQ# 24134177 ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: gettimeofday() in hping

2008-01-24 Thread Stefan Lambrev
Greetings, Kris Kennaway wrote: Stefan Lambrev wrote: It is the socket buffer that is filling up. Either the application is not increasing it to large enough size or the default maximum is too low (Linux may set a larger default). Try increasing kern.ipc.maxsockbuf and confirming with the

Re: gettimeofday() in hping

2008-01-24 Thread Stefan Lambrev
Hi Kris, Kris Kennaway wrote: Stefan Lambrev wrote: Hi Kris, Kris Kennaway wrote: Stefan Lambrev wrote: Kris Kennaway wrote: Stefan Lambrev wrote: You should use hwpmc to verify where the application is really spending time, since gettimeofday doesn't seem to account for it all.

Re: gettimeofday() in hping

2008-01-24 Thread Stefan Lambrev
Greets, Kris Kennaway wrote: Ivan Voras wrote: On 23/01/2008, Stefan Lambrev <[EMAIL PROTECTED]> wrote: Greets, Now I have final results with Linux and FreeBSD on the same hardware CPU: Intel(R) Xeon(R) CPU 3070 @ 2.66GHz - dual core Lan: [EMAIL PROTECTED]:3:0:0: class=0x02000

Re: gettimeofday() in hping

2008-01-24 Thread Stefan Lambrev
sters: 25600 sysctl -a kern.ipc.maxsockbuf ? No, this doesn't change things. with timecounter=TSC it's easily reproduced on on 6.3. -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___ freebsd-hackers@freebsd.org mailing list http:

Re: gettimeofday() in hping

2008-01-23 Thread Stefan Lambrev
rep devbuf devbuf 5214 42780K - 6390 16,32,64,128,256,512,1024,2048,4096 42MB memory allocated for devbuf ? Is this ok ? This is the only thing that 'eat' more then 1-2MB memory reported by vmstat -m. -- Best Wishes, Stefan Lambrev ICQ# 24134177 _

Re: gettimeofday() in hping

2008-01-23 Thread Stefan Lambrev
Hi, Ivan Voras wrote: On 23/01/2008, Stefan Lambrev <[EMAIL PROTECTED]> wrote: Greets, Now I have final results with Linux and FreeBSD on the same hardware CPU: Intel(R) Xeon(R) CPU 3070 @ 2.66GHz - dual core Lan: [EMAIL PROTECTED]:3:0:0: class=0x02 card=0x10bc8086 chip=0x10bc80

Re: gettimeofday() in hping

2008-01-23 Thread Stefan Lambrev
I start hping with timecounter=TSC and it is harder to reproduce with ACPI-fast and HPET. -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send

Re: gettimeofday() in hping

2008-01-23 Thread Stefan Lambrev
Hi Kris, Kris Kennaway wrote: Stefan Lambrev wrote: Kris Kennaway wrote: Stefan Lambrev wrote: You should use hwpmc to verify where the application is really spending time, since gettimeofday doesn't seem to account for it all. pmc: Unknown Intel CPU. module_register_init: MOD_LOAD (

Re: gettimeofday() in hping

2008-01-23 Thread Stefan Lambrev
Greetings, Kris Kennaway wrote: Stefan Lambrev wrote: How much can Linux handle? Will install ubuntu on the same machine and let you know, but my experience shows that FreeBSD + TSC have the same performance as Linux With which timecounter? On my colleague laptop which is little slower

Re: gettimeofday() in hping

2008-01-22 Thread Stefan Lambrev
Kris Kennaway wrote: Stefan Lambrev wrote: How much can Linux handle? Will install ubuntu on the same machine and let you know, but my experience shows that FreeBSD + TSC have the same performance as Linux With which timecounter? I guess the default as it is not set anywhere (in linux it

Re: gettimeofday() in hping

2008-01-22 Thread Stefan Lambrev
Kris Kennaway wrote: Stefan Lambrev wrote: You should use hwpmc to verify where the application is really spending time, since gettimeofday doesn't seem to account for it all. pmc: Unknown Intel CPU. module_register_init: MOD_LOAD (hwpmc, 0x8029906d, 0x8054c500) err

Re: gettimeofday() in hping

2008-01-22 Thread Stefan Lambrev
Hi, Ivan Voras wrote: Stefan Lambrev wrote: I do not have HEPT on the servers that I test, but simple test on my laptop shows that hping can generate with ACPI-fast ~4MB/s traffic, 5MB/s with HPET and 8MB/s with TSC. How much can Linux handle? Will install ubuntu on the same machine and

Re: gettimeofday() in hping

2008-01-22 Thread Stefan Lambrev
Greetings, Kris Kennaway wrote: Stefan Lambrev wrote: Hi, Dag-Erling Smørgrav wrote: Stefan Lambrev <[EMAIL PROTECTED]> writes: I tested all different combination. The performance change is almost invisible (100-200KB/s), and can't be compared with the performance boost that TS

Re: gettimeofday() in hping

2008-01-22 Thread Stefan Lambrev
Hi, Dag-Erling Smørgrav wrote: Stefan Lambrev <[EMAIL PROTECTED]> writes: I tested all different combination. The performance change is almost invisible (100-200KB/s), and can't be compared with the performance boost that TSC gain over ACPI-fast timecounter. Unfortunately TSC d

Re: gettimeofday() in hping

2008-01-22 Thread Stefan Lambrev
Greetings, Dag-Erling Smørgrav wrote: Dag-Erling Smørgrav <[EMAIL PROTECTED]> writes: Stefan Lambrev <[EMAIL PROTECTED]> writes: I tried clock_gettime() (using CLOCK_REALTIME for clock_id), but this yield worse performance. Try CLOCK_MONOTONIC instead. I fo

gettimeofday() in hping

2008-01-22 Thread Stefan Lambrev
worse performance. Of course changing timecounter to TSC make hping almost twice faster, but I'm wandering if I can optimize things more? -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.o

Re: Nvidia Driver w/RELENG_7

2008-01-14 Thread Stefan Lambrev
__ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___ freeb

SATA RAID Problems

2008-01-06 Thread Stefan Aeschbacher
ideas? thanks Stefan dmesg from FreeSBIE with all 3 disks attached. Copyright (c) 1992-2007 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered tradema

Re: Wine compatibility and performance on FreeBSD 7

2007-12-11 Thread Stefan Lambrev
quot;[EMAIL PROTECTED]" -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

presenting WOL to the user (was: Re: How to add wake on lan support for your card)

2007-11-29 Thread Stefan Sperling
On Wed, Nov 28, 2007 at 07:45:45PM +0100, Stefan Sperling wrote: > On Wed, Nov 28, 2007 at 10:28:24AM -0800, Sam Leffler wrote: > > I really want to see the WOL support get into the tree. > > Cool. > > > I looked at it > > before and had some issues with ifconfig i

Re: How to add wake on lan support for your card (was: Re: FreeBSD WOL sis on)

2007-11-28 Thread Stefan Sperling
r a new WakeOnLan page I would be good to go. > > This is right. If you tell us the name you registered (we have the > convention to use FirstnameLastname), I try to get the time to add you. OK, I've created an account in the wiki. My login is StefanSperling

Re: How to add wake on lan support for your card

2007-11-28 Thread Stefan Sperling
dropping "SecureOn password" support from ifconfig because it's not secure and I've never actually implemented it for any driver... -- stefan http://stsp.name PGP Key: 0xF59D25F0 pgp3Dba4uUWD4.pgp Description: PGP signature

Re: How to add wake on lan support for your card (was: Re: FreeBSD WOL sis on)

2007-11-28 Thread Stefan Sperling
lan PR, which is at http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/83807 Anyway, it's not lost in any case, because it's in the archives, and at least I know about it and can always link people there if they want to read it (or if they ask me to a

Re: How to add wake on lan support for your card (was: Re: FreeBSD WOL sis on)

2007-11-25 Thread Stefan Sperling
On Sun, Nov 25, 2007 at 10:48:50PM +0100, Stefan Sperling wrote: > Using the NatSemi card an example, there is a 32bit WOL configuration > register at offset 0x40 in the chip register space and bit number 9 > (the 8th bit from the right) As usual I got the numbers wrong :) Sorry i

How to add wake on lan support for your card (was: Re: FreeBSD WOL sis on)

2007-11-25 Thread Stefan Sperling
ook at the patch and see what it does for the drivers it already supports. You should be able to understand the patch fairly well now. Especially the sis_enable_wol() routine in if_sis should be relatively clear quickly with the help of the data sheet. If you're already a hardcore kernel hacke

Re: WOL not working with 3Com NIC

2007-11-25 Thread Stefan Sperling
On Sat, Nov 03, 2007 at 04:47:05PM +0100, Stefan Sperling wrote: > On Fri, Nov 02, 2007 at 09:16:59PM -0500, M E wrote: > > I am able to get "will wake on: magic", when typing "ifconfig" in > > FreeNAS (built on FreeBSD); however, I am still unable to wake up th

  1   2   3   >