On 2024-12-31 17:37:01 -0800, Steve Williams wrote:
> wgaip 192.168.124.0/24
> inet 192.168.126.1/24
126.1 is not really on the 124.0/24 subnet?
Another source of quality-of-service problems is if you use a different
port for ssh (or whatever) that some router somewhere turns out to have
a problematic QoS set by default. Weird latency problems or staring at
tcpdump outputs for hours isn't much fun?
On 2024-10-17 12:39:22 -0700, Joseph Olatt wrote:
> After upgrading to OpenBSD 7.6, the rendering of vertical and horizontal
> separator lines in ncurses based application like tmux and cmus seems to
> be messed up. I have attached a screenshot to show the issue. A link to
> view the screenshot is
On 2024-10-16 20:02:14 -0400, Stephen Wiley wrote:
> I think he wants to relay multicast packets across network boundaries
> not just answer mdns queries. If he was willing to maintain a zone
> himself he'd probably be happiest with a bind instance anyway.
One way is a pair of daemons that accept
On 08/22 03:43, Stuart Henderson wrote:
> On 2024/08/22 14:14, Jeremy Evans wrote:
> > On 08/22 11:53, Markus Hennecke wrote:
> > > Hello Jeremy,
> > >
> > > when trying to create a new postgresql 16.4 instance on -current I run
> > > into
> &g
On 08/22 11:53, Markus Hennecke wrote:
> Hello Jeremy,
>
> when trying to create a new postgresql 16.4 instance on -current I run into
> this error:
>
> fixing permissions on existing directory /var/postgresql/data ... ok
> creating subdirectories ... ok
> selecti
akefile?rev=1.304&content-type=text/x-cvsweb-markup
Jeremy
On 2024-07-05 05:19:01 +0200, Christian Schulte wrote:
> I have never seen an application performing such kind of checks.
Sendmail had a knob to refuse mail at a certain CPU load, on the
assumption that if a system was "too busy" it's in a bad state and
accepting mail would only make things worse.
On 2024-05-30 14:56:50 -0600, Todd C. Miller wrote:
> This is not a bug. An awk associative array is effectively a hash
> table so when you iterate over it like this you are not guaranteed
> to get things in any particular order. In fact, our awk, mawk and
> gawk all produce different output when
nto either of
those files and a sh or ksh or whatever is run in a suitable directory?
On 2024-04-08 15:30:11 +, Jeremy Mates wrote:
> 79510 ksh NAMI "none.db"
> 79510 ksh RET open -1 errno 2 No such file or directory
> 79510 ksh CALL mprotect(0x4
Given
logger foo;xterm -tn xterm-256color -e ktrace -di /bin/ksh
the log message 'ksh: vfprintf %s NULL in "%.*s"' appears when
~/.terminfo/x/xterm/xterm-256color does not exist.
The log message no longer appears after running
cp /usr/share/terminfo/x/xterm-256color ~/.terminfo/x/
and
On 2024-04-02 15:34:56 -0400, Steve Litt wrote:
> If you mean a shell with which to run shellscripts, I wouldn't do that.
> Inside bash is a big old messy attack surface. There was a bash exploit
> several years ago (was it heartbleed?) that caused me to change all
> shellscript shebangs to #!/bin/
On Sun Feb 11, 2024 at 4:43 PM NZDT, Nowarez Market wrote:
> For anyone late like me, I now found really liberatory (saving me from
> typos and missing brackets mistakes) the possibility to use the wildcard
> opening files by nano and vi as well, eg:
>
> having date-uuid-blog101.txt
>
> "nano *blog
de to see if I can
make some sort of improvement to it... thanks for the explanation.
-Jeremy
COLUMNS to a large number "disables" it for the most part but brings in
other weird behaviours like massive gaps between lines when pressing
ctrl-u and random newlines showing up when scrolling through history.
-Jeremy
Nov 12 19:41:30 gear pkg_add: Added firefox-119.0->119.0.1
Nov 12 19:41:55 gear pkg_add: Added ghostscript-10.02.0->10.02.1
PDF builds fail, can someone confirm this isn't my system being wacky?
$ ls test.*
test.ly
$ cat test.ly
\version "2.22.2"
The crash happens maybe a few times per year, and eventually resolved to
the following guard with the error "Tailq for buffer \xc8 is empty", but
I'm not sure how \xc8 is getting there, maybe I'm lingering on a control
key or something whilst flailing at the keyboard. Some idle testing with
"p did
On 2023-05-13 20:53:01 -0700, Kastus Shchuka wrote:
> Have you tried using ?[\?] in extended mode? It works for me.
Yes, that's already in the blog posting and is a bit more to type and remember
than a ?\?
On 2023-05-13 10:26:42 +0200, Andreas Kusalananda Kähäri wrote:
> I'm assuming this is with the "extended" option set in vi, right?
Yes.
A search for /\/ is okay; this discards the \ and searches for "/"
A search for ?\? is not okay; this discards the \ and searches for "?"
which is an invalid regular expression, "RE error: repetition-operator
operand invalid".
A problematic bare leading ? on a backwards search can be escaped by
t
On 2022-12-12 10:01:05 +0100, Claudio Jeker wrote:
> I think this is the wrong way around. The callers need to be fixed to pass
> a blocking stdin to programs since that is what every unix utility
> expects. What you propose it to fix every unix utility to have such a check
> at the start of main.
...
42136 ex RET read -1 errno 35 Resource temporarily unavailable
42136 ex CALL read(0,0x3d94b585400,0xff)
42136 ex RET read -1 errno 35 Resource temporarily unavailable
42136 ex CALL read(0,0x3d94b585400,0xff)
...
this condition can be
On Wed, Oct 05, 2022 at 10:04:36PM +0100, Steve Fairhead wrote:
> For Sendmail, the error is "TLS handshake failed"; for smtpd, it's
> "Network error on destination MXs".
one "fix" would be to disable TLS for the domains in question, which
at least would let the mail go through until the encryptio
> On 2021/01/06 12:03, Stuart Henderson wrote:
> Looking at this it's better than I thought it would be, there are some
> problems though -
>
Hey thanks!
> - The version number comparison using mcuadros/go-version is wrong,
> it doesn't match packages-specs(5).
>
I took the time to learn some
On Wed, Jan 6, 2021, at 17:16, Jeremy O'Brien wrote:
> Hi there,
>
> I'm looking through the pkgtools code to determine how the version
> comparison logic works, and I came across this block of code at
> /usr/libdata/perl5/OpenBSD/PackageName.pm:385:
>
> s
at (given a comparison where the 1.4.0 portion
of the version doesn't change) a future version comparison with this package
version will potentially be done alphabetically?
Is this intentional? Or perhaps I'm missing something here or elsewhere with
this code.
Thank you,
Jeremy
tr_setpshared
and pthread_mutexattr_setpshared, which OpenBSD doesn't implement.
Thanks,
Jeremy
On Thu, Nov 5, 2020, at 03:38, Stuart Henderson wrote:
> The current package on mirrors has changed since your downloaded file
> (at least glib2 was updated) so maybe it's just because you're looking
> at an old file.
>
Sigh. I double-checked my /etc/installurl. Apparently it’s set to
cdn.openbs
On Wed, Nov 4, 2020, at 11:37, Chris Bennett wrote:
>
> You haven't supplied any information for answering this question well.
> Are you running -current and updating to a new snapshot?
>
I upgraded to a new snapshot.
> Easy answer. System libraries that these packages were built with have
> ch
ord tarball from my chosen mirror,
and compared its signature to my currently installed version. The signatures
and version match exactly, however pkg_add still updates the package. Does
anyone know what scenario is triggering this update?
Thanks,
Jeremy
On 07/30 08:06, Theo Buehler wrote:
> On Wed, Jul 29, 2020 at 02:57:33PM -0700, Jeremy Evans wrote:
> > After an OpenBSD upgrade, one of Ruby's tests for SSL session
> > reuse started to fail. After some debugging, I have found that
> > if a maximum SSL version is
avior changed between June 15 and July 8.
If the Ruby program below is not sufficient to diagnose this issue,
please let me know and I'll see if I can translate it to C. I checked
and the min_version call is calling SSL_CTX_set_min_proto_version(3),
and that is the only change it makes.
Thank
On Wed, Jun 17, 2020, at 13:45, Janne Johansson wrote:
> Do think of what you call "the index file" in terms of "I check/replace some
> 100+G of snapshots and packages every 24h", at which point do you replace
> that single file, before, under or after none,most,all packages for your arch
> are
On Wed, Jun 17, 2020, at 13:45, Janne Johansson wrote:
>
> Now if someone invents a decent piece of code to use http connection pooling,
> quic/http3/rsync or whatever to speed up getting the required info, I'm sure
> we mirror admins would be happy to add/edit our server programs to serve it.
>
On Wed, Jun 17, 2020, at 08:47, Marc Espie wrote:
> On Wed, Jun 17, 2020 at 08:28:02AM -0400, Jeremy O'Brien wrote:
> > On Tue, Jun 16, 2020, at 21:02, Marc Espie wrote:
> > >
> > > The concept you need to understand is snapshot shearing.
> > >
> >
On Tue, Jun 16, 2020, at 21:02, Marc Espie wrote:
>
> The concept you need to understand is snapshot shearing.
>
> A full package snapshot is large enough that it's hard to guarantee that
> you will have a full snapshot on a mirror at any point in time.
>
> In fact, you will sometimes encounter
On Tue, Jun 16, 2020, at 21:02, Marc Espie wrote:
>
> The concept you need to understand is snapshot shearing.
>
> A full package snapshot is large enough that it's hard to guarantee that
> you will have a full snapshot on a mirror at any point in time.
>
> In fact, you will sometimes encounter
On Tue, Jun 16, 2020, at 17:19, Daniel Jakots wrote:
> I think if I wanted to compare packages between a machine of mine and a
> mirror, I would compare the quirks package signature timestamps. On
> your machine you can find it with
> $ grep digital-signature /var/db/pkg/quirks*/+CONTENTS
> and on
alled package tgz to check the metadata contained within to
determine if an upgrade is needed. If anyone knows of an alternative way to
determine when a same-version package install is required, I would love to know
of it. In the meantime, I hope someone else can make use of this tool as well.
Thanks!
Jeremy
client, I would be very grateful if
anybody could help me find out what is happening.
Thank you !
--
Jeremy
dbs.
Regards,
-J
On Mon, Oct 21, 2019 at 2:37 PM Justin Noor wrote:
> Try these sites:
>
> https://learnbchs.org
> https://kristaps.bsd.lv/kcgi
>
> On Mon, Oct 21, 2019 at 11:20 AM Jeremy wrote:
>
>> Hello,
>>
>> I am experimenting with httpd's cgi op
Hello,
I am experimenting with httpd's cgi options.
Why when I run binaries written in C from /var/www/cgi-bin, it's allowed
but if I use other compiled languages (ex: Haskell) I need to adjust the
wxallowed options for where /var/www/cgi-bin is mounted?
Is this due to where it says: "...The bas
te (which started working correctly after
restarting). I'm considering downgrading squid locally to the version that
shipped with 6.4 in order to work around the issue.
Jeremy
On Fri, May 10, 2019, at 16:40, Jeremy O'Brien wrote:
> On Fri, May 10, 2019, at 13:29, Sebastian Benoit wrote:
> > Jeremy O'Brien(neut...@fastmail.com) on 2019.05.10 10:30:42 -0400:
> > > On Fri, May 10, 2019, at 09:58, Jonathan Gray wrote:
> > > > On Fr
On Fri, May 10, 2019, at 17:33, Joe M wrote:
> > > > That's how I understood the bug too, but when I enabled a debug build
> > > > of xenocara and examined the core dump after a crash, I had the same
> > > > "VGAarbiterSpriteMoveCursor" recursive-stack backtrace as in that bug
> > > > report.
>
On Fri, May 10, 2019, at 13:29, Sebastian Benoit wrote:
> Jeremy O'Brien(neut...@fastmail.com) on 2019.05.10 10:30:42 -0400:
> > On Fri, May 10, 2019, at 09:58, Jonathan Gray wrote:
> > > On Fri, May 10, 2019 at 09:14:00AM -0400, Ted Unangst wrote:
> > > > J
On Fri, May 10, 2019, at 09:58, Jonathan Gray wrote:
> On Fri, May 10, 2019 at 09:14:00AM -0400, Ted Unangst wrote:
> > Jeremy O'Brien wrote:
> > > I've snagged the 6.5 xenocara.tar.gz, patched it with just that above
> > > fix, and installed it on my syste
her people have run into this
issue on their 6.5 installs, and if so, is this something worth pushing a
reliability errata out for? I'm unfamiliar with how the process traditionally
works so please excuse me if the question is outlandish.
Thanks,
Jeremy
On Wed, May 8, 2019, at 03:59, Gregory Edigarov wrote:
>
> On 07.05.19 11:39, Gregory Edigarov wrote:
> > I've got some more info on this.
> >
> > tried to run X with tiling wms: spectrwm (my main wm), dwm, i3 - all
> > hang absolutely the same way. (see my last mail with X backtraced)
> >
> > th
On Fri, Feb 1, 2019, at 05:45, Mihai Popescu wrote:
> Hello,
>
> I use mpv with a network stream (radio) and in the same time I use
> firefox for browsing. There is some audible sound short stop each time
> I open a new tab in firefox and sometimes when in change tabs.
> This it doesn't happen if
I recently installed -current on an HP pavilion g6 (see pastebin link for
hw specifics)
It works better than I expected, but there are three small issues.
One, I get a black screen. Since it has a screen, vga port & hdmi port, for
some reason it defaults to the ports instead of the screen, even i
nVPN for my use case at least.
>
> Your milage may vary.
>
Also, if you want a workaround without waiting for a patch, remove any
route calls from your openvpn configuration, set script-security 2, and use
an up script such as:
#!/bin/sh
/sbin/route add -net 123.45.67.0/24 $4
Thanks,
Jeremy
On 28/06/2016 4:38 a.m., Bobby Johnson wrote:
I've setup a few OpenBSD machines to do failover with 2 internet
interfaces. I didn't use multipath, pf will pass traffic without it.
I did find it necessary to specify a reply-to for each of my pass in
rules for services on the 2nd interface. Fo
I have a SOHO firewall in production which has been connected to the
net via an ADSL line. We have a new fibre connection which will replace
the ADSL connection once I get the system switched over. I am having
trouble with the pf configuration during the transition period.
What I would like to ac
On Tue, 26 Apr 2016 17:53:32 -0500
Adam Thompson wrote:
> If all else fails, run "ifconfig em2 up", and then "tcpdump -i em2
> - -l -n" and see what, if any, traffic is coming from the ONT on
> the raw ethernet port (this will include the VLAN 10 packets, too).
> If you're lucky, something it
==
fibre_if="{ em2 vlan10 }"
...
pass in log on $fibre_if
==
Am I missing anything ?
I've also run: tcpdump -n -e -ttt -r /var/log/pflog
and there are no instances of em2 or vlan10 logged.
Thanks
Jeremy
8:01:57
priority: 0
media: Ethernet autoselect (1000baseTfull-duplex,rxpause,txpause)
status: active
# ifconfig vlan10
vlan10: flags=8843 mtu 1500
lladdr 00:11:0a:08:01:57
priority: 0
vlan: 10 parent interface: em2
groups: vlan
status: active
Cheers
Jeremy
is still needed by other packages in the ports tree, which is
why it is still in ports. Ruby 1.9.3 is not used by anything else in the
ports tree, so it was removed after Ruby 2.0 was EOL.
Thanks,
Jeremy
P 4050dn and now using a Samsung M2830DW (with a filter
from cups-filters).
Jeremy
it already for some time and i think it works very well. Here are
> my notes, see if there are some use for them, hope Google translates
> it,
> http://www.auul.pri.ee/wiki/L2TP/IPSec_serveri_kasutamine_operatsioonis%C3%BCsteemiga_OpenBSD#ARP_proxy
>
>
> Imre
>
>
> On
local {
users-file "/etc/npppd/npppd-users"
}
bind tunnel from PPTP authenticated by LOCAL to pppx0
=
# ifconfig pppx0
pppx0: flags=8051 mtu 1400
description: jeremy
priority: 0
groups: pppx
inet
ov 8, 2015 at 3:35 PM, Jeremy
> wrote:
> > No I only have one instance running.
> >
> > # ps aux | grep dhcp
> > _dhcp 7784 0.0 0.1 756 1340 ?? Ss 9:00AM
> > 0:00.00 /usr/sbin/dhcpd em0
>
> Interesting a bit that the log shows two dif
hich I'm guessing is
looking for something read from a config file but I could be off base.
I've taken to restarting dhcpd every hour from crontab so that things
continue to work in the meantime. Is there any additional debug I can enable
or do I have to start with the dhcpd source code ?
Che
I'm having trouble with dhcpd on my firewall/server serving a mix of
Windows and Linux clients. After running OK for several minutes/hours, it
keeps crashing with the following error and I can't seem to find the problem.
eg.
Nov 6 08:25:34 janus dhcpd[11758]: DHCPREQUEST for 192.168.7.36 from
b
*** Error 1 in /usr/ports/lang/ruby/2.1 (/usr/ports/infrastructure/mk/
> bsd.port.mk:1944 '/usr/ports/packages/sparc/all/ruby21-tk-2.1.5.tgz')
>
>
This indicates your ports tree is out of sync with the packages on your
machine. If you don't want to fix that, you can set the
PKG_CREATE_NO_CHECKS=Yes environment variable to work around this problem.
Thanks,
Jeremy
; *** Error 1 in . (exts.mk:177 'ext/fiddle/all')
> *** Error 1 in /home/dev/src/ruby-2.2.0 (Makefile:684 'build-ext')
> !!! Compiling ruby 2.2.0 failed!
>
> Thanks!
>
> O.D.
>
>
Our make doesn't handle some syntax they used in that file. I'm not sure
if it's an issue with our make or a bug in exts.mk. It's currently patched
out in the lang/ruby/2.2 port.
Thanks,
Jeremy
d
that subpackage.
Thanks,
Jeremy
not intend to sow discord among this mailing list, and hope I haven't
asked an unhelpful question.
But thank you everyone for all of the suggestions. I will read them all
carefully.
-Jeremy
On Sun, Nov 16, 2014 at 8:52 AM, andrew fabbro wrote:
> On Sat, Nov 15, 2014 at 9:50 PM, I
I found it in /etc/examples , unless I misunderstand your question.
On Sat, Nov 15, 2014 at 6:29 PM, Tuyosi Takesima
wrote:
> hi ,all .
>
> the new 5.6 machine's /etc/sysctl.conf is only
> machdep.lidsuspend=1 # Try to suspend on lid close
>
> so i get etc55.tgz .
> when i do ' tar xvzf etc5
website now.
Could someone kindly steer me in the correct direction.
-Jeremy
It looks to me like most or all of the available NIC drivers (em,
rtl8139 and vio, anyway) don't support hot plugging as recently as 5.4
and 5.5, is that correct? If that's true, can anyone give me a
pointer to the related docs so
that support could be added?
We've seen this exact issue on 5.3 and 5.4 in the same scenario (KVM
VM) and I was actually going to pose the same question you did after
testing 5.5 later today. Our VMs are running as routers in an
openstack cluster and it appeared to us that it was a lack of activity
that caused the network fai
d.
>
> From the server's point of view:
>
> # dmesg | head -1
> OpenBSD 5.5-current (GENERIC.MP) #95: Fri May 2 06:31:18 MDT 2014
>
> # /usr/sbin/sshd -d
> debug1: Enabling compression at level 6. [preauth]
>
Try disabling compression and see if that fixes it.
Jeremy
eed. Out of curiosity, what was it? I couldn't find anything under
> http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin/lpr/
> that would break and fix this.
>
Remote printing with lpd was broken from January 20 to February 7.
usr.sbin/lpr/lpd/printjob.c (broken by r1.50, fixed by r1.52)
Thanks,
Jeremy
On Wed, Feb 19, 2014 at 11:20 AM, Chris Bennett <
chrisbenn...@bennettconstruction.us> wrote:
> I don't print from my laptop often, but all was fine until recently.
> I am at latest snapshot:
>
> OpenBSD 5.5-beta (GENERIC) #247: Fri Feb 7 12:04:52 MST 2014
> t...@i386.openbsd.org:/usr/src/sys
sudo pkg_add -i ruby`
Thanks,
Jeremy
last night and tried to use cpio
to copy partitions, I noticed that it didn't work on bsd.rd.
Thoughts/OKs?
Jeremy
Index: faq14.html
===
RCS file: /cvs/www/faq/faq14.html,v
retrieving revision 1.202
diff -u -p -r1.202 faq14.html
On Wed, Apr 25, 2012 at 01:21:06PM +0200, Gilles Chehade wrote:
> On Wed, Apr 25, 2012 at 07:10:32AM -0400, Jeremy O'Brien wrote:
> > On Wed, Apr 25, 2012 at 12:04:27PM +0200, mxb wrote:
> > > On 04/25/2012 11:52 AM, Mihai Popescu wrote:
> > >
> > > > H
On Wed, Apr 25, 2012 at 12:04:27PM +0200, mxb wrote:
> On 04/25/2012 11:52 AM, Mihai Popescu wrote:
>
> > Hi,
> >
> > Nice article about Paris. Can someone point out what text editors are
> > open in that picture?
> > I don't want to start the old war about editors, I'm just interested
> > what o
First laptop looks like either wmii or i3 based on the dynamic tiling
(tab layouts within tiled layout) and colorscheme, though xmonad could
also be coaxed into providing a layout like that. Second laptop looks
like fvwm to me based on the fact that the windows have titlebars. cwm
doesn't have titl
e me the syntax error with pfctl -vnf
> /etc/pf.conf
>
> I tryed with and without anchor name. Here a config test file I trying the
> anchor on :
> achor "test" in on em3 to {
My first guess would be using "achor" instead of "anchor".
Jeremy
On Thu, Sep 22, 2011 at 09:12:11AM -0700, James Hozier wrote:
> What's the latest ThinkPad that OpenBSD can be installed on, and have
> everything functional without having to tweak any special settings within
> OpenBSD?
>
I just bought an X60s for cheap, and it's the first laptop I've used
Ope
On Wed, Jan 11, 2012 at 14:47, L. V. Lammert wrote:
> At 01:30 PM 1/11/2012, Jeremy O'Brien wrote:
>
>> 4.3 was released May 1, 2008. That's almost 4 years old software. What
>> are you expecting here? Someone to check out the code from that
>> version and deepl
On Wed, Jan 11, 2012 at 14:17, L. V. Lammert wrote:
> At 01:04 PM 1/11/2012, Barry Grumbine wrote:
>>
>> Bite the bullet, upgrade, life is better at 5.0
>
>
> Sorry, but *UPGRADING* isn't the question - the question is why locate is
> not working properly. If nobody has ever seen such a problem, i
Yeah - this is a good question... Normally I get an American XL and that is
fine. How do these compare?
/me has CC out...
--
Jeremy Chase
http://twitter.com/jeremychase
On Fri, Mar 18, 2011 at 3:55 AM, Henrik Engmark wrote:
> I am kind of uncertain about Canadian clothes sizes.
> I
explain this?
Yes. The original author is not checking all of the errors he should
be checking. He should be rescuing Errno::EPERM and returning true, I
think.
Looks like a patch for exactly that was committed in June of last
year:
https://github.com/macournoyer/thin/blob/master/lib/thin/daemonizing.rb#L8
So thin should probably be updated after ports unlocks. I'll take care of
it.
Jeremy
< N1JER> either
15:49 < N1JER> :)
15:52 < achin_> yes, the openssh project deserves a lot of love (both the
tangible and untangible kind)
15:52 < tobym> donation sent
--
Jeremy Chase
http://twitter.com/jeremychase
On Sat, Jan 22, 2011 at 09:48:33PM -0500, Jeremy O'Brien wrote:
> Hello misc!
>
> So I installed OpenBSD 4.8 on my thinkpad X41, and everything seems to work
> perfectly, except resume. If I suspend the laptop by closing the lid, and wake
> it up quickly after, it seems to res
n.wikipedia.org/wiki/Symmetric_multiprocessing
--
Jeremy Chase
http://twitter.com/jeremychase
On Fri, Jan 7, 2011 at 9:53 AM, Mihai Popescu B.S. wrote:
> Hi folks,
>
> I will reformulate the question. Sorry for this, but it sleeps off topic.
>
> So, I'm interested about Int
Mysql will only use a single core, even though it is
multi-threaded.
Bottom line, SMP is very well supported. People blow the BKL thing out
of proportion.
--
Jeremy Chase
http://twitter.com/jeremychase
On Thu, Jan 6, 2011 at 6:45 AM, Mihai Popescu B.S. wrote:
>
> Hello,
>
> I got
On 2010/12/23 4:48 PM, Orestes Leal R. wrote:
I want to edit the crontab with nano but by default vi it's invoked
when I do 'crontab -e'
Did you read crontab(1)?
On Tue, Oct 12, 2010 at 01:57:20PM +0200, Alexandre Ratchov wrote:
> On Tue, Oct 12, 2010 at 12:41:04AM +0400, Dmitry-T wrote:
> > Try to recover ballance:
> > renice 20 -p 30996
> > renice -20 -p 21919 25914 754
> ^
>
> If you run any cpu bound process with priority -20, you will giv
On Sat, May 22, 2010 at 12:29:28PM +0200, Peter N. M. Hansteen wrote:
> Gregory Edigarov writes:
>
> > Where is that 'hardware switch'?
>
> on my SL500 it's a little slider switch on the front, to the left and
> down from where you fumble your trackpad
>
On my X31, radio is permanently disabl
Exactly. MTV couldn't care less.
--
Jeremy Chase
http://twitter.com/jeremychase
On Wed, Dec 8, 2010 at 1:00 PM, Marti Martinez wrote:
> I'm fairly certain that he's suggesting that they *will* continue to
> break the law, not that they *should* do so.
>
> / It&
I'm sure they'll recall all the CD's and reprint them.
--
Jeremy Chase
http://twitter.com/jeremychase
On Wed, Dec 8, 2010 at 4:46 AM, Marco Peereboom wrote:
> Yeah they took a shortcut. B No good.
>
> They have to list *every* individual copyright message from every fi
te:
> If it really is, maybe donating some hardware would encourage some
> developers to jump into this. Im not so sure about whether its a
> priority or not atm, but it sure is something nice to have in the base
> system.
>
> As for the hw donation, maybe we can start a pot so oth
Do you know if there are any plans in the works for implementing 802.1X in
the future? My campus also insists on using it, and it is very frustrating.
On Nov 17, 2010 10:53 AM, "David Coppa" wrote:
> On Wed, Nov 17, 2010 at 4:38 PM, Tomas Vavrys wrote:
>> Hello,
>>
>> I would like to use OpenBSD
I was just thinking today about how cool it would be to have an OpenBSD
phone, and then I saw your post. How bizarre. Anyway, the closest thing I
have found to a "pocket computer phone" is the android line of phones. I've
had an original Droid, and now I have a Droid Incredible, and I absolutely
lo
On Thu, Nov 18, 2010 at 2:15 PM, Steven Surdock
wrote:
>
> > -Original Message-
> > From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] On Behalf
> Of
> > Stuart Henderson
> >
> > On 2010-11-18, Jan Johansson wrote:
> > > Jeff Ross wrote:
> > >> What can one then use for the IP
I'm just spitballing here, but have you verified that it is really 10baseT?
I would do an experiment to see what ball-park transfer rates you can get on
your LAN. It is possible that the output of ifconfig is incorrect.
--
Jeremy Chase
http://twitter.com/jeremychase
On Tue, Nov 16, 2010
1 - 100 of 218 matches
Mail list logo