Hi,
On Sun, 15 Oct 2017 21:35:30 +0200
"Stephane HUC \"PengouinBSD\"" wrote:
> Hi,
>
> After upgrade to 6.2 (amd64), Cups not run!
>
> $ doas rcctl start cupsd
> cupsd(failed)
What is the output of
/usr/local/sbin/cupsd -t
run as root?
Is there anything in the /var/log/cups/error_log lo
>
> do i need _cups user rights?
>
yes. You can just delete the directory, cups recreates it on start.
Best regards
Robert
>
> Le 10/16/17 à 08:01, Robert Klein a écrit :
> > Hi,
> >
> > On Sun, 15 Oct 2017 21:35:30 +0200
> > "Stephane HUC \&qu
On Sun, 9 Sep 2018 08:32:17 -0700
Chris Bennett wrote:
> On Sun, Sep 09, 2018 at 05:10:51AM +, Timo Myyrä wrote:
> > Chris Bennett writes:
> >
> > > I know that PostgreSQL can be accessed via a socket or through
> > > 127.0.0.1.
> > I read your mail and I still don't know what you are t
On Tue, 16 Jul 2019 20:03:14 +0200,
Jonathan Drews wrote:
>
> On Tue, Jul 16, 2019 at 10:36:03AM -0700, BSD user wrote:
> >
> >
> > On 7/16/19 4:13 AM, Jonathan Drews wrote:
> > > On Tue, Jul 16, 2019 at 08:06:20AM +, Roderick wrote:
> > >
> > > At this point, I am going to look for another
Hi,
On Thu, 24 Oct 2019 05:26:49 +0200,
Predrag Punosevac wrote:
>
> Kapetanakis Giannis wrote:
>
> > On 23/10/2019 19:14, Predrag Punosevac wrote:
> > > Hi Misc,
> > >
> > > I just upgraded a LDAP server from 6.5 to 6.6 running authorization and
> > > authentication services for a 100 some me
On Thu, 24 Oct 2019 14:06:47 +0200,
Martijn van Duren wrote:
>
> On 10/24/19 1:50 PM, Robert Klein wrote:
> > Hi,
> >
> >
> >
> > On Thu, 24 Oct 2019 05:26:49 +0200,
> > Predrag Punosevac wrote:
> >>
> >> Kapetanakis Giannis wr
On Thu, 24 Oct 2019 15:35:44 +0200,
Martijn van Duren wrote:
>
> On 10/24/19 3:29 PM, Robert Klein wrote:
> > On Thu, 24 Oct 2019 14:06:47 +0200,
> > Martijn van Duren wrote:
> >>
> >> On 10/24/19 1:50 PM, Robert Klein wrote:
> >>> Hi,
> >&
Hi Pedrag,
On Sat, 02 Nov 2019 05:45:08 +0100,
Predrag Punosevac wrote:
>
> Martijn van Duren wrote:
>
> > On 10/24/19 2:25 PM, Claudio Jeker wrote:
> > >
> > > OK claudio@
> > >
> > I'll commit this soon-ish based on claudio's OK, but if at all
> > possible I would like to ask the people affe
On Wed, 27 Nov 2019 20:29:27 -0600
Edgar Pettijohn wrote:
> On Wed, Nov 27, 2019 at 08:05:30PM -0600, Clay Daniels wrote:
> > I have successfully installed OpenBSD 6.6 release and would like to
> > give the Current Snapshots a try. I went to a mirror, and to:
> >
> > Index of /pub/OpenBSD/snapsh
On Sun, 5 Jan 2020 14:47:15 +0100
"lu hu" wrote:
> Hello,
>
> http://man.openbsd.org/sshd_config#PermitRootLogin
> says
> ...The default is prohibit-password.
> If this option is set to prohibit-password (or its deprecated alias,
> without-password), password and keyboard-interactive authenticat
e
> prohibit-password and not without-password
>
> > Sent: Sunday, January 05, 2020 at 3:07 PM
> > From: "lu hu"
> > To: misc@openbsd.org
> > Subject: Re: sshd_config#PermitRootLogin typo
> >
> > yes!
> >
> > > Sent: Sund
Hi,
Alex Greif wrote:
> Hi,
>
> few days ago I realized that the php-fpm packages are not in the ftp
> mirrors (in snapshot/packages). The packages are missing for amd64
> and also i386.
>
> I searched in the web, but cannot find a reason for its absence.
>
> Does anybody have an idea why th
Hi Max,
this works for me:
date -r $(( $(date +%s) - 1 * 24 * 60 * 60 )) +%Y_%m_%d
Best regards
Robert
On Mon, 09 Apr 2018 07:45:05 +0200
Max Power wrote:
> Hi guys,
> How can I do to get yesterday's date?
> I need for create a backup directory.
> On Linux:
> yesterday=backup_$(date -d "yest
Hi Daniel,
On Wed, 4 Apr 2018 03:22:04 -0300
Daniel Bolgheroni wrote:
> Hi,
>
> audio is stuttering on media playback when run through sndiod. It's OK
> without it.
Maybe related. Yesterday I disabled webcam and microphone in BIOS on
my X250. Then Video playback (audio and video) was stutter
On Wed, 17 Mar 2021 18:19:06 +
tetrahe...@danwin1210.me wrote:
> On Tue, Mar 16, 2021 at 04:53:32PM -0400, Dave Voutila wrote:
> >> I worked out how to set a "gap" so that maximized windows won't
> >> obscure the xclock line at the bottom. That helped. Unfortunately,
> >> it's not enough. By d
On Sun, 9 May 2021 07:47:32 -0700
Scott Vanderbilt wrote:
> On 5/9/2021 4:04 AM, Stuart Henderson wrote:
> > On 2021-05-08, Scott Vanderbilt wrote:
> >> Apologies if this is a question to which there is an obvious
> >> answer, but I could not find one in the sysupgrade man page, in
> >> the FA
Does the machine have the correct “filename” set in your DHCP server? I
sometimes forget to change it from the BIOS file to the EFI one and get
about your result.
Best regards
Robert
On Mon, 12 Sep 2022 11:20:46 -0700
"Lyndon Nerenberg (VE7TFX/VE6BBM)" wrote:
> We have one of the above (X12STH
Hi,
for the OpenBSD version, see kevent(2) and grep the source for kevent,
kqueue, and EV_SET.
BSD 4.4 used select(2) because it was faster than sleep (you can find
the sources e.g. on github).
Best regards
Robert
On Fri, 17 Feb 2023 08:23:13 +0300
Maksim Rodin wrote:
> Hello,
> Sorry if I c
Hi,
I'm answering this to the misc list.
The ktrace is a bit heavy to read. Could you run freeradius from the
command line as follows
/usr/local/sbin/radiusd -X >radius.log
and sent this file?
But first, if you didn't change the configuration, I don't believe
you can use freeradius at all.
Hi,
On Sun, 17 Mar 2019 18:23:06 +0200
Mihai Popescu wrote:
> Hello,
>
> I am trying to modify some colors for login screen of xenodm. I saved
> the original file and started with a new one and of course nothing
> works from it.
>
> Reading the manual, I cannot figure out some syntax.What is t
On Tue, 28 May 2019 14:50:30 +0300
Максим wrote:
> Hello,
> The following command is run from my .xsession file to allow me to
> switch between english and russian layout: "setxkbmap -layout "us,ru"
> -option grp:alt_space_toggle"
>
> But how can I view the current input layout?
“man setxkbmap”
Hi,
On Fri, 5 Jul 2019 08:52:55 +0200
Rosselur Rossen wrote:
> Hi!
>
> I have the following added to root's .profile:
>
> --snip--
> env=~/.ssh/agent.env
> agent_load_env () { test -f "$env" && . "$env" >| /dev/null ; }
> agent_start () {
> (umask 077; ssh-agent >| "$env")
>
On Tue, 13 Sep 2016 03:15:18 -0400
Ian Sutton wrote:
> On Tue, Sep 13, 2016 at 12:05:53AM -0700, Philip Guenther wrote:
> > See, here's where you're taking a wrong turn that I should have
> > caught earlier: your first post should answer this question:
> > What problem are you trying to
Hi,
Mike wrote:
>
> Diving into tcpdump, I found an important difference between httpd and
> nginx.
See /usr/src/usr.sbin/httpd/server_fcgi.c
Transfer Encoding `chunked' is set for HTTP/1.1 in lines 389 and 390.
In lines 620 to 634 the Content-Length Header is removed. Note, if
there is al
Hi,
RFC3875 section 6.2.1 says:
"The [CGI] script MUST return a Content-Type header field"
So your $header oughta be something like
my $header = << 'EOF';
Content-Type: text/html
...
EOF
Best regards
Robert
On Sun, 20 Nov 2016 13:54:39 +
Bob Jones wrote:
> Does slowcgi someh
Hi,
On Wed, 30 Nov 2016 07:56:16 -0600
f...@speednet.com wrote:
> I am getting "Broken Pipe" and or "Scheduler not responding"
> when attempting to print from a laser desk printer directly
> attached to usb.
> OpenBSD 6.0 recognizes the printer in dmesg and when plugged
>
Hi,
On Sat, 22 Apr 2017 21:55:58 -0400
Predrag Punosevac wrote:
> Predrag Punosevac write:
> > Hi misc,
> >
> > ldapd on one of my two ldap servers stop working overnight
> >
>
> ldapd died again overnight. I noticed that this started happening not
> right after the upgrade to 6.1 but less
Hi,
Predrag Punosevac wrote:
> Hi Misc,
>
> Is anybody running Gogs
>
> https://gogs.io/
>
> in production on OpenBSD using PostgreSQL as a backend. Any chance to
> share the installation/configuration notes with me?
Here are my notes (for both mariadb and postgresql from different
tests).
Hi,
your “chroot location” is defined in /etc/lighttpd.conf. If you didn't change
it, it is /var/www.
Please read the man page for chroot(8). The command to do this is “man 8
chroot” (without the quotes). Alternatively the Wikipedia entry for chroot can
help you understand what chroot is an
Hi,
On Sun, 25 Aug 2024 20:10:52 -0400
David Colburn wrote:
> On 8/25/24 17:55, Zé Loff wrote:
> > On Sun, Aug 25, 2024 at 02:49:03PM -0400, David Colburn wrote:
> >>> After a cursory reading, it looks OK. But don't forget to read the
> >>> supplied documentation, after installing the package
Hi Qingyao,
maybe the machine is blocked by your IT department. (“lying around in our
department”) sounds like it may have been missed by monitoring or similar.
Best regards
Robert
On Thu, 17 Oct 2024 19:24:54 -0400
Qingyao Sun wrote:
> Dear List,
>
> I am a Ph.D. student at Cornell ORIE. I
On Tue, 28 Jan 2025 09:49:09 +0100 (CET)
tomas.ri...@tuta.com wrote:
> Studying UNIX as a newbie (and using OpenBSD 7.6 and the UNIX made
> easy book for that) I think I found a typo in tr manpage. In the
> DESCRIPTION of the -s option they say that it "queezes multiple
> occurrences of the charac
32 matches
Mail list logo