On Wed, Jun 11, 2014 at 03:54:32PM +0200, Xiánwén Chén wrote:
> Hi Antonie,
>
> Thank you. That really helped.
>
> By the way, pkglocate is not a standard system binary, is it? Does it come
> by with another package?
Yes it comes with the pkglocatedb package.
--
Antoine
On 06/11/14 15:55, Christian Weisgerber wrote:
> On 2014-06-11, Peter Fraser wrote:
...
>> Also for dd the block size has always been a puzzle.
>
> For accessing a raw device you want it to be a multiple of the
> sector size of the device (512 bytes for most disks) and there is
> usually no point
On Wed, Jun 11, 2014 at 08:42:14PM +0200, Gregor Best wrote:
> On Wed, Jun 11, 2014 at 05:52:12PM +0100, Kaashif Hymabaccus wrote:
> > [...]
> > I know this isn't a problem with my hardware (a ThinkPad T61) being
> > slow,
> > [...]
>
> Definitely, my R61 starts a Python HTTP server almost instant
On 2014-06-11, Peter Fraser wrote:
> To duplicate a disk I used the following:
>
> dd if=/dev/rsd2c of=/dev/rsd3c bs=32M seek=1 skip=1 conv=noerror
Why are you skipping the first 32M?
> Is there any method of coping a disk or partition, or even a file that uses
> non-blocking I/O?
You could us
It was pointed out to me that linux's dd has a oflag=nonblock and a
iflag=nonblock option to invoke
non-blocking I/O.
I don't know why linux allows non-blocking I/O on the input file.
It never makes any sense to have non-blocking I/O in the input file,
The read has to complete before the write
On Thu, May 22, 2014 at 9:48 PM, Andrew Daugherity <
andrew.daugher...@gmail.com> wrote:
> 2) The cursor completely blocks out whatever letter it is positioned over
> (command editing, vi, etc.)... I also noticed that my laptop does not show
> highlighting in man pages -- everything is the same st
On Wed, Jun 11, 2014 at 05:52:12PM +0100, Kaashif Hymabaccus wrote:
> [...]
> I know this isn't a problem with my hardware (a ThinkPad T61) being
> slow,
> [...]
Definitely, my R61 starts a Python HTTP server almost instantly.
> Seeing as the problem
> is worst with programs that access the netwo
On Wed, Jun 11, 2014 at 17:45, Peter Fraser wrote:
> To duplicate a disk I used the following:
>
> dd if=/dev/rsd2c of=/dev/rsd3c bs=32M seek=1 skip=1 conv=noerror
>
> the bs=32M was picked because it was a large size, and the machine has
> lots of
> free memory.
>
> Watching the machine I could
> > To duplicate a disk I used the following:
> >
> > dd if=/dev/rsd2c of=/dev/rsd3c bs=32M seek=1 skip=1 conv=noerror
> >
> > the bs=32M was picked because it was a large size, and the machine has lots
> > of
> > free memory.
> >
> > Watching the machine I could see the disk activity lights bl
On Wed, Jun 11, 2014 at 05:45:30PM +, Peter Fraser wrote:
> To duplicate a disk I used the following:
>
> dd if=/dev/rsd2c of=/dev/rsd3c bs=32M seek=1 skip=1 conv=noerror
>
> the bs=32M was picked because it was a large size, and the machine has lots of
> free memory.
>
> Watching the machi
To duplicate a disk I used the following:
dd if=/dev/rsd2c of=/dev/rsd3c bs=32M seek=1 skip=1 conv=noerror
the bs=32M was picked because it was a large size, and the machine has lots of
free memory.
Watching the machine I could see the disk activity lights blinking alternately
about once a secon
When I start Python and Ruby programs (and probably others too), they
are very, very slow to do anything and do not respond to SIGINT or
SIGTERM. For example, when I run "rackup" in an almost bare Rack project
(in Ruby), I have to wait for about 10 minutes before the web server
starts. The same is
Thank you Marc.
Kind regards,
Xianwen
On Wed, Jun 11, 2014 at 4:19 PM, Marc Espie wrote:
> On Wed, Jun 11, 2014 at 03:54:32PM +0200, Xiánwén Chén wrote:
> > Hi Antonie,
> >
> > Thank you. That really helped.
> >
> > By the way, pkglocate is not a standard system binary, is it? Does it
> co
- Original Nachricht
Von: David Coppa
An: Chris Cappuccio
Datum: 11.06.2014 16:55
Betreff: Re: Vision 2020: Making OpenBSD the world's fastest OS
> Chris is right. It's a Dell, so you probably need this patch:
>
> http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/pckbc/pms.c
- Original Nachricht
Von: Chris Cappuccio
An: Carsten Kunze
Datum: 11.06.2014 16:45
Betreff: Re: Vision 2020: Making OpenBSD the world's fastest OS
> I believe this is fixed in -current. ps/2 mouse driver issue compared to
> modern hardware
Ok, thanx for this!
On Wed, Jun 11, 2014 at 4:45 PM, Chris Cappuccio wrote:
> Carsten Kunze [carsten.ku...@arcor.de] wrote:
>> - Original Nachricht
>> Von: STeve Andre'
>> An: OpenBSD Misc
>> Datum: 11.06.2014 00:40
>> Betreff: Re: Vision 2020: Making OpenBSD the world's fastest OS
>>
>>
>> > Bu
- Original Nachricht
Von: David Coppa
An: Carsten Kunze
Datum: 11.06.2014 16:35
Betreff: Re: Vision 2020: Making OpenBSD the world's fastest OS
> # cat /etc/myname
It's a company hostname, I don't know, if I get legal issues
It's like a146.b.com
a and b are words with
Carsten Kunze [carsten.ku...@arcor.de] wrote:
> - Original Nachricht
> Von: STeve Andre'
> An: OpenBSD Misc
> Datum: 11.06.2014 00:40
> Betreff: Re: Vision 2020: Making OpenBSD the world's fastest OS
>
>
> > But I think you agree with the general tone of this?
>
> In some a
- Original Nachricht
Von: Fred
An: Carsten Kunze , misc@openbsd.org
Datum: 11.06.2014 16:28
Betreff: Re: Vision 2020: Making OpenBSD the world's fastest OS
> Sent to quickly :~( if `hostname` is not returning anything then the
> current system does not have an /etc/myname fil
Julian Andrej [j.and...@gmx.de] wrote:
> Does an install on usb or sdcard medium work for you?
SD on APU is USB, and it works fine, although my SD card to test is so
pathetically slow that 'noatime' on fliesystem mounts makes a noticeable
difference. It seems like every bit of disk activity big o
On Wed, Jun 11, 2014 at 4:32 PM, Carsten Kunze wrote:
> - Original Nachricht
> Von: Fred
> An: Carsten Kunze , misc@openbsd.org
> Datum: 11.06.2014 16:25
> Betreff: Re: Vision 2020: Making OpenBSD the world's fastest OS
>
>> `hostname` should be replaced with a host...eg:
>>
>
On 06/11/14 15:25, Fred wrote:
On 06/11/14 15:16, Carsten Kunze wrote:
- Original Nachricht
Von: Rodrigo Mosconi
An: Carsten Kunze
Datum: 11.06.2014 16:05
Betreff: Re: Vision 2020: Making OpenBSD the world's fastest OS
What is the output from "echo $?", after you run the
- Original Nachricht
Von: Fred
An: Carsten Kunze , misc@openbsd.org
Datum: 11.06.2014 16:25
Betreff: Re: Vision 2020: Making OpenBSD the world's fastest OS
> `hostname` should be replaced with a host...eg:
>
> port:fred ~> getent hosts 'google.com'
> 173.194.41.160
On 06/11/14 15:16, Carsten Kunze wrote:
- Original Nachricht
Von: Rodrigo Mosconi
An: Carsten Kunze
Datum: 11.06.2014 16:05
Betreff: Re: Vision 2020: Making OpenBSD the world's fastest OS
What is the output from "echo $?", after you run the "getent ... " command?
$ geten
On Wed, Jun 11, 2014 at 03:54:32PM +0200, Xiánwén Chén wrote:
> Hi Antonie,
>
> Thank you. That really helped.
>
> By the way, pkglocate is not a standard system binary, is it? Does it come
> by with another package?
Yes, install pkglocatedb
- Original Nachricht
Von: Rodrigo Mosconi
An: Carsten Kunze
Datum: 11.06.2014 16:05
Betreff: Re: Vision 2020: Making OpenBSD the world's fastest OS
> What is the output from "echo $?", after you run the "getent ... " command?
$ getent hosts `hostname`
$ echo $?
0
On 11.6.2014. 14:29, Marko Cupać wrote:
> Hi,
>
> I have pf setup which includes NAT and ftp-proxy for accessing FTP
> servers on the Internet, and it works fine.
>
> I would like to add multiple addresses to NAT pool, instead of just one
> as in current setup, but I am not sure if this is going
Hi Antonie,
Thank you. That really helped.
By the way, pkglocate is not a standard system binary, is it? Does it come
by with another package?
Kind regards,
Xianwen
On Wed, Jun 11, 2014 at 7:23 AM, Antoine Jacoutot
wrote:
> On Wed, Jun 11, 2014 at 01:08:19AM +0200, Xiánwén Chén wrote:
>
2014-06-11 10:58 GMT-03:00 Carsten Kunze :
> - Original Nachricht
> Von: Stuart Henderson
> An: misc@openbsd.org
> Datum: 11.06.2014 13:50
> Betreff: Re: Vision 2020: Making OpenBSD the world's fastest OS
>
> > This may be a hostname lookup issue. Is this slow too?
> >
> > $ g
- Original Nachricht
Von: Stuart Henderson
An: misc@openbsd.org
Datum: 11.06.2014 13:50
Betreff: Re: Vision 2020: Making OpenBSD the world's fastest OS
> This may be a hostname lookup issue. Is this slow too?
>
> $ getent hosts `hostname`
No, it returns fast (but does not pr
Hi,
I have pf setup which includes NAT and ftp-proxy for accessing FTP
servers on the Internet, and it works fine.
I would like to add multiple addresses to NAT pool, instead of just one
as in current setup, but I am not sure if this is going to play well
with ftp-proxy. If I remember well, in or
On Tue, Jun 10, 2014 at 09:18:33PM +0200, Otto Moerbeek wrote:
> A ulimit -a reveals your data limit, which is likely smaller than 1GB.
>
> You could try ulimit -d unlimited
Doh! That did the trick. No more error message, restore(8) finished
its work and all is good. Thanks Otto!
--
best regard
On 2014-06-11, Carsten Kunze wrote:
> - Original Nachricht
> Von: STeve Andre'
> An: OpenBSD Misc
> Datum: 11.06.2014 00:40
> Betreff: Re: Vision 2020: Making OpenBSD the world's fastest OS
>
>
>> But I think you agree with the general tone of this?
>
> In some aspects OpenBS
Not just fastest OS but The Best OS.
On Wed, Jun 11, 2014 at 3:57 PM, Claudiu TÄnÄselia
wrote:
> Great tips!
>
> For a fresh install of OpenBSD, enabling softupdates may also help a bit
> (http://www.openbsd.org/faq/faq14.html#SoftUpdates). I know it's trivial,
> but
> maybe it's not that obv
Great tips!
For a fresh install of OpenBSD, enabling softupdates may also help a bit
(http://www.openbsd.org/faq/faq14.html#SoftUpdates). I know it's trivial, but
maybe it's not that obvious for newbies. Also, having a supported video card
would help in some "heavy" desktop environments, like Xfce
- Original Nachricht
Von: STeve Andre'
An: OpenBSD Misc
Datum: 11.06.2014 00:40
Betreff: Re: Vision 2020: Making OpenBSD the world's fastest OS
> But I think you agree with the general tone of this?
In some aspects OpenBSD is *very* slow. After booting the X Windows System
On Tue, Jun 10, 2014 at 01:08:49PM -0700 or thereabouts, patrick keshishian
wrote:
> On 6/10/14, Maurice McCarthy wrote:
> >
> > What was confusing was that hp-setup said in was configured as hp:/usb/...
> > whereas in fact it ends configured as hp:/net/... HP even say, somewhere, it
> > is best
Hi STeve,
In my experience, OpenBSD's I/O operation speed depends on what I do. When
I run rsync over a folder with many sub-folders and over 10,000 files
(small files and large files), Linux is faster than OpenBSD.
Kind regards,
Xianwen
On Wed, Jun 11, 2014 at 12:40 AM, STeve Andre' wrote:
On 2014/06/11 00:11, Allan Streib wrote:
> Stuart Henderson writes:
>
> > This came up before, and I replied:
> >
> > http://marc.info/?l=openbsd-ports&m=139450013100779&w=2
> >
> > The knob change you are recommending here allows 2GB shared memory.
> > Depends on the system but for some people t
Does an install on usb or sdcard medium work for you?
Am 11.06.2014 06:01 schrieb "Chris Cappuccio" :
> Chris Cappuccio [ch...@nmedia.net] wrote:
> > Mattieu Baptiste [mattie...@gmail.com] wrote:
> > > Le 8 juin 2014 13:38, "Nick Ryan" a ??crit :
> > > > I know it???s no consolation to you but us
40 matches
Mail list logo