Can't disable touchpad while typing with wsconsctl

2024-03-12 Thread Anthony
rt 9 "Synaptics product 0x009a" rev 2.00/1.64 addr 6 Thanks in advance for your time Anthony [1]: https://man.openbsd.org/wscons.4 [2]: https://man.openbsd.org/wsconsctl.8 [3]: https://man.openbsd.org/wsconsctl.conf [4]: https://www.openbsd.org/faq/faq7.html

Re: Booting with secure boot enabled

2024-04-01 Thread Anthony
age is from 2015 and the instructions may no longer work. Anthony [1]: https://isopenbsdsecu.re/mitigations/secure_boot/ [2]: https://daemonforums.org/showthread.php?t=9559

Re: OT: 10 things i hate most on unix

2005-11-06 Thread Anthony Gabrielson
there creativity. You have to play a game here or there but once you do it and figure it out - its done forever. Anthony

altq on inbound traffic

2007-09-05 Thread Anthony Roberts
to handle this with the existing capabilities of PF/altq? -Anthony

Re: OpenBSD tested on students learning Unix

2005-05-14 Thread Anthony Roberts
Do you think that OpenBSD did things in a way that seemed more obvious to your students, or was it just better/accurate documentation? I would say it's a bit of both. On Linux, the best you can do sometimes is HOWTOs on tldp.org, and those generally don't cover the various cases outside the

Re: OpenBSD 3.7 -current #50 vs OpenBSD 3.7 Release

2005-05-22 Thread Anthony Roberts
Is the 3.7 #50 -current (as of Mar 20) identical to 3.7 #50 -release (as of May 19) My impression is that the #N is to enumerate the generation of the kernel on the current machine. For example, #50 is a high number because they built a whole bunch of kernels on that machine before releasing

Re: howto clean disks ?

2005-06-01 Thread Anthony Roberts
The 'dd' way is good enough unless someone is willing to to tear the drive apart in a lab.

Re: howto clean disks ?

2005-06-01 Thread Anthony Roberts
Once information on a digital media has been overwritten, it cannot be recreated/restored in any lab. All this talk about electron microscopes and overwriting in multiple passes is just a load of crap derived from an old DoD standard. It has no practical meaning. One overwrite is enough.

Re: flowcharts

2007-05-18 Thread Anthony Howe
[EMAIL PROTECTED] wrote: Thanks to those that responded. I have a few ideas. Once i figure out how to add arrowheads, QCad may be just the thing. I got the idea from Douglas' xfig idea. Thanks man. OpenOffice's Draw program can do Visio like flowcharts. -- Anthony C Howe Skype

3.8 kernel with RAIDframe seg.faults during build

2006-03-15 Thread Anthony Howe
root on wd0a rootdev=0x0 rrootdev=0x300 rawdev=0x302 -- Anthony C Howe Skype: SirWumpusSnertSoft +33 6 11 89 73 78 AIM: SirWumpusSendmail Milter Solutions http://www.snert.com/ ICQ: 7116561 http://www.snertsoft.com/

Re: 3.8 kernel with RAIDframe seg.faults during build

2006-03-15 Thread Anthony Howe
Anthony Howe wrote: I've done this once before a while back with 3.6 and never had any trouble. Now I'm doing it for a different machine using 3.8, but all of a sudden I'm getting a seg.fault during the kernel build. It would appear that the seg. fault happens on the final link. Simply

RAIDframe partitioning choices...

2006-03-16 Thread Anthony Howe
/var raid0g /usr -- Anthony C Howe Skype: SirWumpusSnertSoft +33 6 11 89 73 78 AIM: SirWumpusSendmail Milter Solutions http://www.snert.com/ ICQ: 7116561 http://www.snertsoft.com/

How to use ccd(4) for mirroring?

2006-03-16 Thread Anthony Howe
is involved to do so. Is the lack of information the limitation? -- Anthony C Howe Skype: SirWumpusSnertSoft +33 6 11 89 73 78 AIM: SirWumpusSendmail Milter Solutions http://www.snert.com/ ICQ: 7116561 http://www.snertsoft.com/

Re: RAIDframe partitioning choices...

2006-03-17 Thread Anthony Howe
a really large /tmp. /var and /home could and probably should be individual RAIDs and this layout was just a matter choice and convenience. -- Anthony C Howe Skype: SirWumpusSnertSoft +33 6 11 89 73 78 AIM: SirWumpusSendmail Milter Solutions http

Re: RAIDframe partitioning choices...

2006-03-19 Thread Anthony Howe
Joachim Schipper wrote: On Fri, Mar 17, 2006 at 07:36:13PM +0100, Anthony Howe wrote: Joachim Schipper wrote: --wd0a----wd1a-- / (bootable)/ (bootable) /tmp/tmp /usr/usr /var/var --wd0d----wd1d

Re: Sendmail security problem

2006-03-23 Thread Anthony Howe
testing as in case with sendmail.org's patch: it is complex and ~70Kb long. I installed 8.13.6 last night from the source tar ball on two machines (one is OpenBSD 3.6, the other an old Linux box). Appears to be chugging along happily. Can't speak to the specific security issue though. -- Anthony C

Re: copying software from the official iso

2006-03-24 Thread Anthony Howe
extras are included in the package as well (artwork, stickers etc). I would suspect Theo would NOT let slide such blatant abuse. -- Anthony C Howe Skype: SirWumpusSnertSoft +33 6 11 89 73 78 AIM: SirWumpusSendmail Milter Solutions http

Sigaltstack and pthreads (again)

2006-08-20 Thread Anthony Howe
the alternate stack for the SIGSEGV handler in the first place? There appears to be a contradiction here in the documentation. Are pthreads not kernel scheduled entities? -- Anthony C Howe Skype: SirWumpusSnertSoft +33 6 11 89 73 78 AIM: SirWumpus

Re: Sigaltstack and pthreads (again)

2006-08-20 Thread Anthony Howe
the ain thread you should have no problems. (It may be true for other threads but I don't know.) Hmm. I was under the impression that the alternate signal stack was per process, not per thread, therefore you need only set it once in main()? -- Anthony C Howe Skype: SirWumpus

Re: Sigaltstack and pthreads (again)

2006-08-20 Thread Anthony Howe
. Then again, I'm not an expert on signal stacks. Well I did set it in main() and it fails, which is probably due to the userland pthread nature of the current implementation. Oh hum. Yet another #ifdef in my code. -- Anthony C Howe Skype: SirWumpusSnertSoft +33 6 11 89 73

problem building release for 4.3 stable

2008-05-04 Thread Anthony Roberts
, but I'm not really sure if I'm just silencing a problem while producing an incorrect build. Is this file really supposed to be present in 4.3? TIA for any feedback, -Anthony

Re: problem building release for 4.3 stable

2008-05-05 Thread Anthony Roberts
in the 4.3 release tarballs obtained from the FTP site: [EMAIL PROTECTED]:~# tar tzf base43.tgz | grep ral-rt2860 ./etc/firmware/ral-rt2860 I don't think me checking out the wrong tag would explain this. I'd love it if someone could point out any error on my part though. -Anthony

Re: problem building release for 4.3 stable

2008-05-06 Thread Anthony Roberts
On Tue, May 6, 2008 1:27 am, Christer Solskogen wrote: Just to be 100% sure. Do you see libc.so.43.0 in /usr/dest/usr/lib ? I've come across the problem you got just a week ago, and my mistake was wrong tag, but the problem could be that you try to build 4.3 on a 4.3-current/snapshot. Yes, I

Choi-Bo - The Workout - The Launch

2008-06-12 Thread Anthony Aurelius
Having trouble viewing this e-mail? please use this link ( http://app.mailworkz.com/email_view.asp?group_idno=5069585outgoing_idno=5074 333email_idno=3000621 ) . - PRESS RELEASE 1 - UK, June 2008:- Anthony Aurelius, #8216;the UK#8217;s No.1 Fitness Expert#8217; has released a really

trouble talking to serial port

2008-07-07 Thread Anthony Roberts
using pccom0/tty00/ttyS0 as a serial console. If I stty com1 2400 for OpenBSD at the boot prompt, it sets com0 to 2400 and I get gibberish on the console until I set my terminal app to 2400. Does anyone have any suggestions? I'm kinda stumped. Thanks, Anthony OpenBSD 4.3 (GENERIC.MP) #5: Tue May 6

Re: trouble talking to serial port

2008-07-07 Thread Anthony Roberts
the baud rate, it's stuck at 19200 whether I try to set it with tty01 or cua01. cua00 corresponds with tty00, which is the serial console, so I shouldn't use that. Thanks, Anthony

Re: trouble talking to serial port

2008-07-07 Thread Anthony Roberts
It looks like I was indeed supposed to use cua, and I can now get a file descriptor. However, I'm still not able to set the baud rate, it's stuck at 19200 whether I try to set it with tty01 or cua01. cua00 corresponds with tty00, which is the serial console, so I shouldn't use that. BTW,

Re: Actual BIND error - Patching OpenBSD 4.3 named ?

2008-07-22 Thread Anthony Roberts
I don't think this actually accomplishes much. It still lets poisoned replies back in on the previous port number. hm... I don't think it does. BIND would, but it's going through PF. Without an additional rule to pass in to user named, the UDP reply has to be to the new NATed port. That's the

Re: 4.3 random reboots on Soekris 4501

2008-08-02 Thread Anthony Roberts
I wanted to check if anyone has experienced similar problems. Is there anything I can do to further debug the issue?Can I change the behavior of a potential crash ? I've never used a 4501, but the 4801s can reboot if they're overloaded and don't have time to poke their watchdog timer.

Re: Kaminsky's DNS bug: PF workaround

2008-09-08 Thread Anthony Roberts
Yea but I wonder why PF isn't working here. I didn't see you mention it not working in any of your posts. What you might notice with the PF workaround is that sites like doxpara think you're vulnerable, because queries to the same name server use the same source port. Queries to different

Re: altq on inbound traffic

2008-09-11 Thread Anthony Roberts
applicable beyond TCP, even if it's TCP tunneled over UDP/proto 41/whatever. Everything understands dropped packets. :) -Anthony

OpenBSD motherboard

2006-12-28 Thread Anthony Hennessy
that have been successful with C2D PCI-X? Thanks, Anthony

Re: OpenBSD motherboard

2006-12-29 Thread Anthony Hennessy
board Didier suggested seems ok too, however I would like to run the GENERIC.MP kernel if possible. Anthony

crashiness when using IPv6 over tun

2008-11-09 Thread Anthony Roberts
net5501. Cheers, -Anthony

Re: pf, altq, packet rate

2009-05-27 Thread Anthony Roberts
, even though it's not as powerful as what you can do in the outbound direction. -Anthony

Re: pf, altq, packet rate

2009-05-28 Thread Anthony Roberts
I know this is an option, but forcing the resending of traffic doesn't seem to be the most efficient method to me, when I could instead just shape that same traffic when it leaves another interface. That's what I do, and that's how I know it can provide the benefit I claim, though that makes

Re: automating 'fsck -y' after a power failure

2009-10-03 Thread Anthony Roberts
simply because people don't realize random Soekris boxes in wiring cabinets might need to be shut down cleanly. -Anthony On Sat, 3 Oct 2009 11:14:16 -0300, Jose Fragoso inet_use...@samerica.com wrote: Hi, If that was a wisething to do, we would have already done so. In other words

Re: A question about puting OpenBSD on a Soekris

2009-12-15 Thread Anthony Roberts
the need for an fsck to work first time every time in unattended reboots. I think it's useful, but then I've never asked for help for problems I couldn't reproduce on a stock system. :) -Anthony

Man page formatting errors

2010-06-01 Thread Anthony Bentley
to the repository the next time you run Note: You should use the command to bootstrap new sources into the source repository. is only used for new files to an already checked-out module. --Anthony J. Bentley

Re: X exiting after update (inteldrm error)

2010-06-14 Thread Anthony Bentley
I am having the same problem on a Lenovo R60e running snapshots from May12th and May 22nd. Looks like it may be fixed: http://marc.info/?l=openbsd-cvsm=127457255931742w=2 , will try the next snapshot. I get the error on a new snapshot. (Last used 4.6, no idea if this occurred in snapshots

Re: pcc on OpenBSD 4.7

2010-06-19 Thread Anthony Bentley
2010/6/19 PPP8QQP8P9 PP0QQ P:PP2 czark...@gmail.com: Hello! I've tried pcc from OpenBSD 4.7-stable source tree. The pcc in the tree is close to two years old. Try a snapshot from http://pcc.ludd.ltu.se/ instead. bAnthony J. Bentley

Re: ports: feature request

2009-12-30 Thread Anthony Bentley
-5.2.12 package. I have had the same behavior. Only seems to happen when the package does not exist in $PKG_PATH (e.g. sometimes in -current). Says it's searching for the package for at least a couple minutes. bAnthony Bentley

Re: [OT] Re: scrotwm: anyone with a non-US keyboard ?

2010-01-09 Thread Anthony Bentley
of accented characters and umlauts with your shiny new compose key (using ralt--a, ralt-s-s, ralt-n-~ etc.). Ciao, Kili Was just about to suggest this. An excellent feature no matter what keyboard you have. bAnthony Bentley

Re: [OT] Re: scrotwm: anyone with a non-US keyboard ?

2010-01-10 Thread Anthony Bentley
appreciated. For example; where are the -option's documented? I wouldn't call this documentation, but it looks like most or all (?) XkbOptions are listed in the /etc/X11/xkb/rules/xorg.lst file. compose:caps is not in the list, but I don't know if this is complete or not. --Anthony Bentley

Core dumps from daemon processes?

2010-02-23 Thread Anthony Howe
one. What am I missing in order to get a daemon process on OpenBSD to dump core when it crashes? -- Anthony C HoweSkype: SirWumpus SnertSoft +33 6 11 89 73 78 Twitter: SirWumpus BarricadeMX Milters http://snert.com/ http://nanozen.info/ http

Re: Core dumps from daemon processes?

2010-02-23 Thread Anthony Howe
On 23/02/2010 14:35, Jan Stary whispered from the shadows...: On Feb 23 13:36:56, Anthony Howe wrote: I have a daemon process I've written and trying to debug, however, whenever it crashes, I get no core file. 1. The daemon does a setrlimit of RLIMIT_CORE to RLIM_INFINITY (same as if I had

Re: Core dumps from daemon processes?

2010-02-23 Thread Anthony Howe
On 23/02/2010 14:35, Jan Stary whispered from the shadows...: On Feb 23 13:36:56, Anthony Howe wrote: I have a daemon process I've written and trying to debug, however, whenever it crashes, I get no core file. 1. The daemon does a setrlimit of RLIMIT_CORE to RLIM_INFINITY (same as if I had

Re: Core dumps from daemon processes?

2010-02-23 Thread Anthony Howe
core, * 1 disable dump core (default) * 2 dump core to /var/crash. */ Nothing appears to work. Tested on 4.0 and 4.3 systems. So what am I forgetting? -- Anthony C HoweSkype: SirWumpus SnertSoft +33 6 11 89 73 78 Twitter

Re: Core dumps from daemon processes?

2010-02-23 Thread Anthony Howe
On 23/02/2010 20:56, Philip Guenther whispered from the shadows...: On Tue, Feb 23, 2010 at 9:34 AM, Ted Unangst ted.unan...@gmail.com wrote: On Tue, Feb 23, 2010 at 11:23 AM, Anthony Howe ach...@snert.com wrote: Without the call to setuid, then the daemon will create a core file in /tmp

Re: Core dumps from daemon processes?

2010-02-23 Thread Anthony Howe
ups by the developer between setuid and seteuid or in forgetting to restore the setting to a secure mode after debugging. -- Anthony C HoweSkype: SirWumpus SnertSoft +33 6 11 89 73 78 Twitter: SirWumpus BarricadeMX Milters http://snert.com/ http

Re: Core dumps from daemon processes?

2010-02-23 Thread Anthony Howe
-sep daemons. Yes. I understand, now that it has been declared. A paragraph about this in man core(5) would help as a future reminder. -- Anthony C HoweSkype: SirWumpus SnertSoft +33 6 11 89 73 78 Twitter: SirWumpus BarricadeMX Milters http://snert.com

Re: Core dumps from daemon processes?

2010-02-23 Thread Anthony Howe
are for such strict and uncompromising views on security, I deduced your motives behind the policy choice. It makes my life difficult as a developer, but as you state, it makes an attacker's life even more so. I'll live now that I have been edified. -- Anthony C HoweSkype: SirWumpus

Re: Core dumps from daemon processes?

2010-02-24 Thread Anthony Howe
. Anthony Howe --- long version --- I'll going to skip the side debate of why my home file server (4.0) and my production machine (4.3) are not at least up to date with 4.6. That way be fiery dragons. I've pulled out an old 500 Mhz machine from a cupboard and have installed 4.6 on it... OpenBSD

Re: Core dumps from daemon processes?

2010-02-27 Thread Anthony Howe
that kern.nosuidcoredump can be set to are not described there. I don't think they're described in any man page. You either need to sift through newsgroups, release notes, or read the source. -- Anthony C HoweSkype: SirWumpus SnertSoft +33 6 11 89 73 78 Twitter

Re: Core dumps from daemon processes?

2010-02-27 Thread Anthony Howe
/crash. So it does now. I had to look at a 4.6 system. Still it doesn't hurt to state that in core(5). -- Anthony C HoweSkype: SirWumpus SnertSoft +33 6 11 89 73 78 Twitter: SirWumpus BarricadeMX Milters http://snert.com/ http://nanozen.info/ http

message

2010-04-03 Thread Mark Anthony
of sincerity and openness. Your response is anticipated. Sincerely, Mark Anthony email: markse...@inbox.lv

Re: How to open PDF that requires Adobe 9

2010-12-06 Thread Anthony Bentley
/show_bug.cgi?id=690422 From here it looks like you might be able to get it with gs after all. This forum thread claims that Okular can view PDF portfolios as well: http://www.linuxquestions.org/questions/linux-software-2/pdf-portfolio-833748/ -- Anthony J. Bentley

Re: removing sendmail

2007-12-02 Thread Anthony Roberts
I have seen several installations of Postfix go catatonic due to spam overload, large messages, mailing list expansions, and other undiagnosed problems. These were run by Postfix lovers, so I have always assumed that the installation was correct. In the one case I saw tested replacing Postfix

ral(4) questions

2009-01-28 Thread Anthony Roberts
cards, which is the same chipset my existing cards have. I am curious if anyone knows of a version of this chipset that doesn't suffer from this problem. TIA for any advice. :) -Anthony

Can OpenBSD access BBC Iplayer?

2014-09-02 Thread Anthony Campbell
to download BBC programmes but is it possible to get a browser to access Iplayer? Anthony -- Anthony Campbell - a...@acampbell.org.uk http://www.acupuncturecourse.org.uk http://www.smashwords.com/profile.view/acampbell https://itunes.apple.com/ca/artist/anthony-campbell/id73235412

Re: Can OpenBSD access BBC Iplayer?

2014-09-02 Thread Anthony Campbell
On 02 Sep 2014, Fred Crowson wrote: On Tue, Sep 02, 2014 at 08:57:34AM +0100, Anthony Campbell wrote: Greetings, list! I'm a long-standing user of Linux (currently ArchLinux) who is just trying out OpenBSD and so far is much impressed. I'm using a Thinkpad T42. The main

Re: Can OpenBSD access BBC Iplayer?

2014-09-03 Thread Anthony Campbell
On 02 Sep 2014, Stuart Henderson wrote: On 2014-09-02, Anthony Campbell a...@acampbell.org.uk wrote: As a workaround I can use get_iplayer to download BBC programmes but is You can also use it to stream them live. Or some ISPs have live multicast streams that VLC can play. it possible

Re: Can OpenBSD access BBC Iplayer?

2014-09-04 Thread Anthony Campbell
On 03 Sep 2014, David Coppa wrote: On Wed, Sep 3, 2014 at 9:32 AM, Anthony Campbell a...@acampbell.org.uk wrote: On 02 Sep 2014, Stuart Henderson wrote: On 2014-09-02, Anthony Campbell a...@acampbell.org.uk wrote: As a workaround I can use get_iplayer to download BBC programmes

Re: Can OpenBSD access BBC Iplayer?

2014-09-04 Thread Anthony Campbell
On 04 Sep 2014, Anthony Campbell wrote: On 03 Sep 2014, David Coppa wrote: Thanks. I'm not using -current at the moment (I'm too new to OpenBSD) so I'd better wait until the next release. Could you kindly tell me which command line you use for live streaming? I've found several versions

Remember to update /etc/machine-id

2014-12-10 Thread Anthony Campbell
on the gentoo forum about it, in which posters express worry about it as a security risk. http://forums.gentoo.org/viewtopic-t-961454-start-0.html Can anyone shed light on this and say what, if anything, I should do? Anthony

Re: Remember to update /etc/machine-id

2014-12-10 Thread Anthony Campbell
On 10 Dec 2014, Josh Grosse wrote: On 2014-12-10 09:02, Anthony Campbell wrote: Whenever I upgrade to a new snapshot I receive these messages: Remember to update /var/db/dbus/machine-id Remember to update /etc/machine-id I don't know how to do this and I couldn't find much about

latest snapshot gives errors for libfreetype.so.23.0

2014-12-30 Thread Anthony Campbell
I upgraded to the amd64 snapshot today (30 December) and since then lots of programs in X (gvim, firefox, libreoffice) give a warning for /usr/X11R6/lib/libfreetype.so.23.0: size mismatch, relink your program. The affected programs run with incorrect fonts. Is it just a matter of waiting a few

[SOLVED]: latest snapshot gives errors for libfreetype.so.23.0

2014-12-31 Thread Anthony Campbell
On 30 Dec 2014, Anthony Campbell wrote: I upgraded to the amd64 snapshot today (30 December) and since then lots of programs in X (gvim, firefox, libreoffice) give a warning for /usr/X11R6/lib/libfreetype.so.23.0: size mismatch, relink your program. The affected programs run with incorrect

Re: Maintaining your system with snapshots

2015-02-20 Thread Anthony Campbell
). Another place I've found useful is http://daemonforums.org/showthread.php?t=8865 See particularly the contribution of iggimi in this link, which I've found extremely helpful. Anthony -- Anthony Campbellhttp://www.acampbell.uk

Re: seamonkey error

2015-04-03 Thread Anthony Campbell
/libgobject-2.0.so.4200.0 (glib2-2.42.2p0): minor is too small |library gthread-2.0.4200.1 not found -- Anthony Campbellhttp://www.acampbell.uk

Re: seamonkey error

2015-04-03 Thread Anthony Campbell
editing made simple -- all your Internet needs in one application. Maintainer: Landry Breuil lan...@openbsd.org WWW: http://www.seamonkey-project.org/ As I said previously, the same error occurs with both i386 and amd64. -- Anthony Campbellhttp://www.acampbell.uk

Re: jwm ; speedy window manager

2015-04-07 Thread Anthony Campbell
trying other tiling WMs such as i3, xmonad, and dwm (which would be my second choice). I hadn't realised that spectrwm is written by OpenBSD devs but that is very interesting and probably explains a lot.. -- Anthony Campbellhttp://www.acampbell.uk

Re: seamonkey error

2015-04-04 Thread Anthony Campbell
On 04 Apr 2015, Stuart Henderson wrote: On 2015-04-03, Anthony Campbell a...@acampbell.uk wrote: Sorry if I wasn't clear. I didn't mean that I used a linux method; I used the proven methods for upgrading -current and packages - twice with different snapshots. I've just done it a third

Re: Thinkpad spyware

2015-08-28 Thread Anthony Campbell
for this reason and also for the build quality and keyboard, I've bought up several Thinkpad T60s on Ebay. According to the pointing stick article on Google, Thinkpads have better technology in this respect owing to having patented their method. I don't know if that is true. -- Anthony Campbell

Re: A branded USB stick as an alternative to the CD set?

2015-12-01 Thread Anthony Campbell
; > http://www.openbsd.org/donations.html > > Bryan As a UK resident, buying the CDs (which I don't need) would require me to pay VAT and delivery, neither of which (obviously) would benefit Theo. I therefore prefer to make a donation to the project. -- Anthony Campbellhttp://www.acampbell.uk

Re: Laptop not waking from suspend on opening lid

2016-05-03 Thread Anthony Campbell
On 02 May 2016, Mike Larkin wrote: > On Sun, May 01, 2016 at 04:08:28PM +0100, Anthony Campbell wrote: > > This is on a Thinkpad Z61m running amd64. Suspend on lid closure has > > worked without problems for many months with numerous snapshots. After > > upgrading on 30 April

Re: Laptop not waking from suspend on opening lid

2016-05-03 Thread Anthony Campbell
On 03 May 2016, Anthony Campbell wrote: > On 02 May 2016, Mike Larkin wrote: > > On Sun, May 01, 2016 at 04:08:28PM +0100, Anthony Campbell wrote: > > > This is on a Thinkpad Z61m running amd64. Suspend on lid closure has > > > worked without problems for many months wit

Laptop not waking from suspend on opening lid

2016-05-01 Thread Anthony Campbell
0 at uhidev0: 3 buttons, Z dir wsmouse1 at ums0 mux 0 ugen1 at uhub3 port 2 "STMicroelectronics Biometric Coprocessor" rev 1.00/0.01 addr 2 vscsi0 at root scsibus3 at vscsi0: 256 targets softraid0 at root scsibus4 at softraid0: 256 targets root on sd0a (4f429020a838b902.a) swap on sd0b dump on sd0b WARNING: / was not properly unmounted radeondrm0: 1680x1050 wsdisplay0 at radeondrm0 mux 1: console (std, vt100 emulation), using wskbd0 wsdisplay0: screen 1-5 added (std, vt100 emulation) -- Anthony Campbellhttp://www.acampbell.uk

Re: Laptop not waking from suspend on opening lid

2016-05-05 Thread Anthony Campbell
On 04 May 2016, Mike Larkin wrote: > > This is probably the same problem that kettenis fixed in a recent post. > > I'd try applying that diff first. > > -ml After an upgrade to a new snapshot on 3 May things have now reverted to normal and waking occurs correctly. AC --

Boot message: RSDT entry 4 is corrupt

2017-01-20 Thread Anthony Campbell
fdc0 drive 0: 1.44MB 80 cyl, 2 head, 18 sec com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo com1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo pckbc0 at isa0 port 0x60/5 irq 1 irq 12 pckbd0 at pckbc0 (kbd slot) wskbd0 at pckbd0: console keyboard, using wsdisplay0 pcppi0 at isa0 port 0x61 spkr0 at pcppi0 lpt0 at isa0 port 0x378/4 irq 7 it0 at isa0 port 0x2e/2: IT8718F rev 4, EC port 0xa10 vmm at mainbus0 not configured uhidev0 at uhub3 port 2 configuration 1 interface 0 "BTC USB Keyboard" rev 1.10/1.80 addr 2 uhidev0: iclass 3/1 ukbd0 at uhidev0: 8 variable keys, 6 key codes wskbd1 at ukbd0 mux 1 wskbd1: connecting to wsdisplay0 uhidev1 at uhub3 port 2 configuration 1 interface 1 "BTC USB Keyboard" rev 1.10/1.80 addr 2 uhidev1: iclass 3/0, 2 report ids uhid0 at uhidev1 reportid 1: input=2, output=0, feature=0 uhid1 at uhidev1 reportid 2: input=1, output=0, feature=0 uhidev2 at uhub4 port 1 configuration 1 interface 0 "SIGMACHIP Usb Mouse" rev 1.10/1.10 addr 2 uhidev2: iclass 3/1 ums0 at uhidev2: 3 buttons, Z dir wsmouse0 at ums0 mux 0 vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets root on wd0a (eb4c008e57d75491.a) swap on wd0b dump on wd0b -- Anthony Campbellhttp://www.acampbell.uk

Re: WARNING: symbol(icudt58_dat) size mismatch, relink your program

2017-04-26 Thread Anthony Campbell
ing anything wrong to trigger it. Known problem but we > > > haven't figured out the cause of this yet. > > Alright. Do you know if you have any leads? Might take a look this week > I also get the same when starting libreoffice. Yes, and also firefox 5.30. -- Anthony Campbellhttp://www.acampbell.uk

bsd.rd problem: wd0 is not a valid root disk

2017-08-02 Thread Anthony Campbell
In the last 10 days several attempts to upgrade -current have failed owing to an error with bsd.rd. I get as far as choosing the keyboard; then I'm asked to mount the root system and am offered wd0. But when I accept that it says "wd0 is not a valid root disk". I then have to reboot. (The boot

Firefox and Seamonkey total lockup on -current(i386)

2017-06-10 Thread Anthony Campbell
d0 at pckbc0 (kbd slot) wskbd0 at pckbd0: console keyboard, using wsdisplay0 pms0 at pckbc0 (aux slot) wsmouse0 at pms0 mux 0 pcppi0 at isa0 port 0x61 spkr0 at pcppi0 aps0 at isa0 port 0x1600/31 npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16 ugen0 at uhub4 port 2 "STMicroelectronics Biometric Coprocessor" rev 1.00/0.01 addr 2 vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets root on wd0a (0516bd5b83eaa867.a) swap on wd0b dump on wd0b -- Anthony Campbellhttp://www.acampbell.uk

Re: blank screen

2017-06-11 Thread Anthony Campbell
a > > negative impact on my system. > > For about a week, snapshots have contained a prototype of the new > inteldrm codebase. Thereby allowing people to report issues. > > But saying "messing" really isn't helping. A detailed bug report > helps. 1 line

Re: Can I use OpenBSD as a desktop system?

2017-06-12 Thread Anthony Campbell
of the tiling alternatives. -- Anthony Campbellhttp://www.acampbell.uk

Re: Android development on OpenBSD

2017-11-02 Thread Anthony Eden
/opt/android-ndk-21/sysroot -gcc-toolchain /opt/android-ndk-21 -D__ANDROID_API__=21 -DANDROID -flto -fuse-ld=lld -fPIE Hope this helps. -Anthony On Thu, Nov 2, 2017 at 9:26 AM, Philippe Meunier <meun...@ccs.neu.edu> wrote: > Jan Stary wrote: >>What do people use to develop Android

Re: Community-driven OpenBSD tutorials wiki?

2018-01-05 Thread Anthony Campbell
age I was having trouble with and found them very helpful. A. -- Anthony Campbellhttp://www.acampbell.uk

Re: Segmentation fault / firefox (core dumped)

2018-01-27 Thread Anthony Campbell
# pkg_add gstreamer1-plugins-libav-1.10.4.tgz > The above is only an example. Your OpenBSD system may have > different versions. > > The Otter-Browser will now play videos > > It will play videos on YouTube but not on BBC iPlayer. -- Anthony Campbellhttp://www.acampbell.uk

Re: USB SIM-card dongle on OpenBSD

2018-02-21 Thread David Anthony
Xianwen, Which application would use this SIM-card dongle? Just curious. Regards, dma > On Feb 21, 2018, at 6:35 AM, Xianwen Chen wrote: > > Dear OpenBSD users, > > I am thinking of adding a SIM-card dongle to my laptop so that I can receive > and send SMS, and receive

Re: procmail and new grammar in smtpd.conf

2018-12-16 Thread Anthony Campbell
gt; delivery programs such as fetchmail and procmail." > > Using it since my departure from procmail, no problems seen. > > Marcus It doesn't seem to work with mutt. Mutt complains that /var/mail/ is not a mailbox, apparently because the mail bodies produced by fdm don't start with a "From" line. -- Anthony Campbellhttp://www.acampbell.uk

Re: default terminal autoload disable afater xenodm login

2018-12-07 Thread Anthony Campbell
/usr/local/bin/spectrwm > > > > After login I have one xterm with black background, and the second one > > (xconsole) I want to disable. It loads by default once login is accepted. > > > > Please advice to do that > > Thanks for posting this - been bugging me for weeks. -- Anthony Campbellhttp://www.acampbell.uk

Lenovo w/ AMD Ryzen CPU

2019-05-28 Thread David Anthony
All, The Lenovo release of T*95 series laptops with AMD Ryzen CPU appears imminent. Would these be poor choices for OpenBSD? Are there any anticipated “gotchas” that I should be aware of? Any thoughts would be greatly appreciated. Respectfully, David Anthony

Re: When will be created a great desktop experience for OpenBSD?

2019-05-11 Thread Anthony Campbell
s than with either Debian Sid or Arch Linux, both of which I'd used extensively before coming to OBSD. On the few occasions when problems I couldn't solve easily have arisen I've found answers thanks to kind people here, on daemonforums, or occasionally from the maintainer of a package. -- Anthony Campbellhttp://www.acampbell.uk

Firefox bug: 66.0.3 disables all extensions

2019-05-04 Thread Anthony Campbell
in about.config to "false". Presumably it will be fixed soon upstream. -- Anthony Campbellhttp://www.acampbell.uk

Re: Firefox bug: 66.0.3 disables all extensions

2019-05-05 Thread Anthony Campbell
On 04 May 2019, Stefan Pietsch wrote: > On 04.05.19 20:01, Anthony Campbell wrote: > > After upgrading Firefox today to 66.0.3 in -current, all my add-ons > > were inactivated. A quick search showed that this is a widespread > > problem, apparently due to a bug in

Re: Firefox bug: 66.0.3 disables all extensions

2019-05-05 Thread Anthony Campbell
On 04 May 2019, Juan Francisco Cantero Hurtado wrote: > On Sat, May 04, 2019 at 07:01:55PM +0100, Anthony Campbell wrote: > > After upgrading Firefox today to 66.0.3 in -current, all my add-ons > > were inactivated. A quick search showed that this is a widespread > > pr

IKEv2 Multiple NAT'd Clients

2019-07-05 Thread David Anthony
NAT. Respectfully, David Anthony /etc/pf.conf set skip on lo block return match out on vio0 from 10.0.0.0/24 to any nat-to vio0 pass block return in on ! lo0 proto tcp to port 6000:6010 block return out log proto {tcp udp} user _pbuild /etc

Re: 6.6/packages/i386/SHA256.sig to be verified with 'openbsd-65-pkg.pub'?

2019-11-11 Thread Anthony Campbell
I did a fresh install on a Thinkpad i386 a couple of weeks ago and was very grateful to have it, so I hope it doesn't disappear any time soon. -- Anthony Campbellhttp://www.acampbell.uk

Re: Tools for writers

2019-11-04 Thread Anthony Campbell
lexibility and I've used it for so long that it's become pretty intuitive to me. -- Anthony Campbellhttp://www.acampbell.uk

Re: Tools for writers

2019-11-04 Thread Anthony Campbell
a medical acupuncture textbook with illustrations, references, marginal images and notes. It worked well. I've described my settings here for anyone interested: https://www.acampbell.uk/linux/writingabookonlyx.html -- Anthony Campbellhttp://www.acampbell.uk

  1   2   3   >