Re: DragonFly 1.12 Released!

2008-02-27 Thread Petr Janda
Interesting. It booted nicely to a root prompt, but how do I get a GUI??? I tried 'startx', but was told the command was unknown. Am I mistaken in expecting a GUI in the live version? The DragonFly live cd doesn't have a GUI. If you want to test DragonFly you should install it and then use

Re: FreeBSD 7, DragonFly's status

2008-02-28 Thread Petr Janda
Sure, but SMP scalability is one of the key goals of DragonFly, and for it to be beaten by NetBSD (for which this is not a major goal, and for which SMP scalability only started being worked on a year ago) is very confusing. I haven't seen it compared with 1.12, but since no huge scalability

Re: Ruby crash on DragonFly

2008-03-31 Thread Petr Janda
Ok, How strange. I get a different error now: Core was generated by `ruby18'. Program terminated with signal 4, Illegal instruction. #0 0x2809a251 in rb_eval (self=701276060, n=0x29cfd9dc) at eval.c:2927 warning: Source file is more recent than executable. 2927{ What's going on here?

Re: Ruby crash on DragonFly

2008-03-31 Thread Petr Janda
More weird things happening after /but might be not related to/ upgrade tp 1.12. Im trying to recompile language/ruby18-base and the process completely halts here: cc -shared -Wl,-R -Wl,/usr/pkg/lib -L/usr/pkg/lib -Wl,-soname,libruby18.so.18 array.o bignum.o class.o compar.o dir.o

Re: Ruby crash on DragonFly

2008-03-31 Thread Petr Janda
What happens on your console if you use the tracer as follows? Tracer.on @zones = client.zones Tracer.off Theres a LOT of output, but it doesn't crash since, I believe ,running from console is similar to running from controller.

Re: New site design

2008-05-29 Thread Petr Janda
Its fine, though could use some improvement. Ideally we should have wiki/mainsite/bugtracker and everything else connected together in a database(postgres), so that we could use thing such things like full-text search etc. I am a web developer by profession, so i could help out. That is if

Re: GSoC: LiveCD

2008-06-02 Thread Petr Janda
I think guys, we should use KDE 4.x for the GUI on the livecd. Petr On Tue, 3 Jun 2008 12:45:31 am VOROSKOI Andras wrote: On Mon, Jun 02, 2008 at 04:13:11PM +0200, Robert Luciani wrote: I think using Gnome would be better than KDE. Firstly, all popular apps use gtk+ like: Firefox,

Installing DragonFly head on Hammer root ?

2008-10-13 Thread Petr Janda
Is it yet possible or is it coming? 1) Does the installer support selection of file system. I need to install a DragonFly OS and i definately need at least /home and /usr on Hammer, but I want to do it during the install, not complicatedly after the install. Can someone show me how? 2) is

Re: What's type of HAMMER fs volume is?

2008-10-27 Thread Petr Janda
On Mon, 27 Oct 2008 09:59:13 pm lhmwzy wrote: At this point,HAMMER seems like a RAID0 Hammer doesn't do RAID.

Re: Serious Postfix weirdness

2008-11-14 Thread Petr Janda
Is net.inet.tcp.path_mtu_discovery=1? Joerg No, it was set to 0. is it supposed to be set to 1? If so, should the default be 1? As far as documentation goes Ive read most of modern UNIX systems have it turned on by default. Cheers, Petr

Re: Serious Postfix weirdness

2008-11-14 Thread Petr Janda
It might help. Joerg Ive had it on for like 6 hours now but i dont think it made a difference. Thanks anyway. Im welcome to more suggestions. Petr

Re: Serious Postfix weirdness

2008-11-15 Thread Petr Janda
How is it possible that the sender uses wscale 2^7 and the receiver 2^0? Is this a problem? Could Sephe give a suggestion about what is the problem here and how I can solve it? Thanks, Petr

Re: Serious Postfix weirdness

2008-11-15 Thread Petr Janda
window scaling shift 0 is allowed. It just mean we support window scaling, but the shift is 0. From the dump, it looks like the other side is a Linux box. Could Sephe give a suggestion about what is the problem here and how I can solve it? As Joerg has suggested, window scaling option

Re: Serious Postfix weirdness

2008-11-15 Thread Petr Janda
On Sat, 15 Nov 2008 22:39:26 Sepherosa Ziehau wrote: Several segments (203.16.214.214 - 202.76.131.108) are never seen by the driver. 17:48:34.952792 IP 202.76.131.108.25 203.16.214.214.41558: . ack 145 win 58400 Application seems to use 5min timeout.  The question is why 203.16.214.214

Re: Serious Postfix weirdness

2008-11-15 Thread Petr Janda
On Sun, 16 Nov 2008 08:13:34 Matthew Dillon wrote: If hardware checksumming is turned on on the interface, try turning it off. Broken checksum offloading can cause packets to be dropped by routers as well as end-points. Is hardware checksuming the options in ifconfig: hwcsum and

Re: Serious Postfix weirdness

2008-11-15 Thread Petr Janda
Yes. Are they on? If so then turn them off and see if that fixes the problem. I turned them off but it made no difference. On the other hand I decided to lower the MTU even more, to 800 and guess what.. some of the lost mail started getting through. Unfortunately with a setting

Re: Serious Postfix weirdness

2008-11-20 Thread Petr Janda
You can lower MSS instead of lowering MTU - it's much safer option. How do you lower MSS and not lower MTU? Thanks, Petr

Hammer history question

2008-11-21 Thread Petr Janda
So I accidently deleted one of my worksheets. How do I find out modification history of the file and the necessary transaction id? Ive look at hammer history but it doesnt seem to show me anything but the last modification [EMAIL PROTECTED]:/home/petr/docs/callstream_files/2009# hammer history

Re: Hammer history question

2008-11-21 Thread Petr Janda
If you want to recover the file, just look into the latest snapshot directory on your partition. Here its /home/snapshots/snap-20081121-0301/ for the latest snapshot of my /home partition. The problem is, no snapshot has been created in the last 6 days. Petr

Re: Rework carp ipv4 support

2008-12-12 Thread Petr Janda
Configure inet address to carp(4) interface is no longer supported; Hi Sephe, May I ask what is the reason for this change? Petr

Question about pkgsrc installation dir

2008-12-14 Thread Petr Janda
Hi, Why are we by default installing into /usr/pkg as opposed to standard /usr/local for 3rd party apps. This always bites me when Im installing manually various things that are not in pkgsrc that only look at /usr/local. I think it would have been much easier to stick to standard directories.

Can someone help make this compile on DragonFly?

2008-12-14 Thread Petr Janda
Hi, Im trying to compile the official Canon drivers for MF4270(and other Canon printers) multifunction laser printer. Unfortunately Im not having success compiling many parts of the driver. it requires CUPS installed.

hammer: undelete and questions

2009-02-28 Thread Petr Janda
Hey all, Im still trying to figure out how to undelete a file (without going to snapshots). Undo complains that file doesnt exist or has been renamed, 1) what else can I do? 2) How do I access transaction history of a file that I deleted? Thanks, PEtr

Re: hammer: undelete and questions

2009-02-28 Thread Petr Janda
Hi Matt, The directory wasnt deleted. I ran the command and this is what it said: p...@elevator:/home/petr undo -i T_X_F_07x05.part1.rar Cannot locate src/historical idx=-1 T_X_F_07x05.part1.rar@@0x, the file may have been renamed in the past. Which is weird because it definately

Re: hammer: undelete and questions

2009-03-02 Thread Petr Janda
Shouldn't you look for a file named like 'T_X_F_07x05.rar.part1', instead of 'T_X_F_07x05.part1.rar' then ? It was the same problem, i just redownloaded it. Petr

Re: Hammer question about pruning

2009-08-17 Thread Petr Janda
Sorry for the confusion, IM running a recent kernel + userland, but the file system was created about 9 months ago, this is what I have: min=1 wip=3 max=2 current=1 description=2.0 - First HAMMER release available versions: 1 NORM2.0 - First HAMMER release 2 NORM2.3 - New

Re: sysbench threading performance problems

2010-04-07 Thread Petr Janda
What parameters to sysbench are you using and is the data set being tested large enough to blow out the system caches? Pretty much defaullt: sysbench --num-threads=1 --test=fileio --file-test-mode=seqrd run Im not sure if the defaults are sane or insane. The only difference between

<    1   2   3