Hi all,
Sorry if this question sounds stupid, but how can I avoid this type of entry
in OpenBSD's httpd access.log:
172.22.55.1:44710 -> 172.22.55.10, /favicon.ico (404 Not Found), [/]
[/favicon.ico]
??
Thanks.
--
Greetings,
C. L. Martinez
Hi,
a) I'm asking if there is any program in base for dns lookups that support port
for name server.
# dig -p 5678 example.com @127.0.0.1
;; Error, only port 53 supported
# nslookup
> set port=5678
The port command has been disabled.
host(1) never had anything similar
Is there any other tool
On 2016-06-30, Kapetanakis Giannis wrote:
> Hi,
>
> a) I'm asking if there is any program in base for dns lookups that support
> port for name server.
Not in base, you will need packages.
> b) would a patch for this in src/usr.sbin/bind/ be accepted or is
> there a reason for this to be out (ex
On Wed, Jun 29, 2016 at 9:08 PM, Marcus MERIGHI
wrote:
> mohammedrasha...@gmail.com (Rashad Kanavath), 2016.06.29 (Wed) 19:18
> (CEST):
> > I tried to mount a network drive using shlight. But it is not working.
> Here
> > is the command with verbose output.
> >
> > using smbclient -L ... , I can
> Personally, I think a
> small ARM SBC would be perfect as a home router if it has 2 (or more)
> Ethernet ports
Perfect is a strong word which got me thinking, assuming the ARM
boards are stable enough now and considering the price margin between
ARM and AMD64 is getting closer. It would be usef
On 30/06/16 16:01, Stuart Henderson wrote:
> On 2016-06-30, Kapetanakis Giannis wrote:
>> Hi,
>>
>> a) I'm asking if there is any program in base for dns lookups that support
>> port for name server.
>
> Not in base, you will need packages.
>
>> b) would a patch for this in src/usr.sbin/bind/ b
* C. L. Martinez le [30-06-2016 12:50:36 +]:
> Hi all,
>
> Sorry if this question sounds stupid, but how can I avoid this type of
entry in OpenBSD's httpd access.log:
>
> 172.22.55.1:44710 -> 172.22.55.10, /favicon.ico (404 Not Found), [/]
[/favicon.ico]
>
Hi,
in httpd.conf :
server "yo
Hello,
I'm trying to connect an audio device via bluetooth, but can't find any
intructions to do so on OpenBSD.
Do you have any advices/links?
Regards,
--
/Thuban/
[demime 1.01d removed an attachment of type application/pgp-signature which had
a name of signature.asc]
On Thu, June 30, 2016 8:50 am, C. L. Martinez wrote:
> Hi all,
>
> Sorry if this question sounds stupid, but how can I avoid this type of
> entry in OpenBSD's httpd access.log:
>
> 172.22.55.1:44710 -> 172.22.55.10, /favicon.ico (404 Not Found), [/]
> [/favicon.ico]
>
> ??
>
Put a favicon.ico th
On 30/06/16 16:16, Kapetanakis Giannis wrote:
> understood and thanks for the reply.
>
> Would you think to add libldns/drill in base or is it out of question?
>
> G
forget that I asked. Even linbldns seems abandoned an drill does not have what
I need (apart from -p)
dig from newer bind packa
Create a favicon.ico file, or ignore the error.
httpd is just reporting that the user's browser is trying to fetch
/favicon.ico and apparently it doesn't exist. Logging that as a 404 is
standard behavior. You don't have one so httpd reports a 404.
There are ways of telling the browser to not ex
Hi folks,
i would like to know if there is anyone in this list that is running
Windows and OBSD 5.9 amd 64 on the same machine with UEFI and doing,
naturally, multiboot.
Thanks a lot for your answer.
[]s fried.
On Thu 30.Jun'16 at 15:21:05 +0200, Thuban wrote:
> * C. L. Martinez le [30-06-2016 12:50:36 +]:
> > Hi all,
> >
> > Sorry if this question sounds stupid, but how can I avoid this type of
> entry in OpenBSD's httpd access.log:
> >
> > 172.22.55.1:44710 -> 172.22.55.10, /favicon.ico (404 Not F
* Lars Noodén le [30-06-2016 16:56:01 +0300]:
> On 6/30/16, Thuban wrote:
> > Hello,
> > I'm trying to connect an audio device via bluetooth, but can't find any
> > intructions to do so on OpenBSD.
> > Do you have any advices/links?
> >
> > Regards,
> >
> > --
> > /Thuban/
> >
> > [demime 1.01d
Trying tmuxinator here I have noticed that I ran out of pty, according
to man pty(4) there is a kernel parameter specifiying the max
number. I'm running a snapshot from last Friday, and I don't seem to
have kern.tty.maxptys.
Is this a documentation error? Or that setting is not the one to look
for
Oriol Demaria wrote:
> Trying tmuxinator here I have noticed that I ran out of pty, according
> to man pty(4) there is a kernel parameter specifiying the max
> number. I'm running a snapshot from last Friday, and I don't seem to
> have kern.tty.maxptys.
>
> Is this a documentation error? Or that s
hi all. queueing question here ...
what i have is an openbsd 5.9 firewall with one physical external interface
and one physical internal interface. i have two vlans on the external
interface, each connecting to a different ISP. each ISP provides different
bandwidth.
in an attempt to provide a bit
Kevin Chadwick [m8il1i...@gmail.com] wrote:
>
> Perfect is a strong word which got me thinking, assuming the ARM
> boards are stable enough now and considering the price margin between
> ARM and AMD64 is getting closer. It would be useful to understand how
> the processors compare in relation to c
> You are assuming people in this mailing list aren't capable of
> objective thinking.
>
Sorry, perhaps I was a bit hasty.
> If you want Theo opinion on the ARM architecture, I'm pretty sure it's
> already somewhere in misc@. From memory, wimpy board, lacking mmu or
> something like that.
>
> A
On Wed, Jun 29, 2016 at 09:37:36PM +0200, Stefan Sperling wrote:
> On Wed, Jun 29, 2016 at 08:15:35PM +0200, Johan Tärnklint wrote:
> > Seeking advice / security tips.
> >
> > Is it safe to create /var/www/htdocs/user1 and symlink to their home
> > folder?
> >
> > Then set permissions to user1:
On Thu, Jun 30, 2016 at 01:01:58PM +, Stuart Henderson wrote:
> On 2016-06-30, Kapetanakis Giannis wrote:
> > Hi,
> >
> > a) I'm asking if there is any program in base for dns lookups that support
> > port for name server.
>
> Not in base, you will need packages.
I guess you could play some
Ok thank you.
If I understod you right here is what I have done
>From my user.
ls -all
lrwxr-xr-x 1 root empty 27 Jun 30 20:11 domain1 ->
/var/www/users/domain1
lrwxr-xr-x 1 root empty 24 Jun 30 20:11 domain2 ->
/var/www/users/domain2
>From root
#/var/www/users/
# ls -all
total 16
d
Hi,
I've been through the man pages a couple of times and am not seeing what I'm
looking for. I have a couple of OpenBSD machines running BGP sessions with
my ISPs. Yesterday one of the IPv6 sessions went down and I didn't notice
for quite a while..
This got me looking for some kind of trig
On Thu, Jun 30, 2016 at 08:21:12PM +0200, Johan Tärnklint wrote:
> Ok thank you.
>
> If I understod you right here is what I have done
>
> From my user.
>
> ls -all
(second 'l' is excessive)
>
> lrwxr-xr-x 1 root empty 27 Jun 30 20:11 domain1 ->
> /var/www/users/domain1
> lrwxr-xr-x 1 r
Hi @misc, i am about to mount 4 ntp servers.
Main goal is to serve approximately 300 servers and 300 hundreds
workstations
Servers are located at one datacenter and office in other place. I have a
couple of doubts for asking to you.
1) Is there some calculus for making those ntp boxes efficient
2016-06-30 21:24 GMT+02:00 Leonardo Santagostini :
> 1) Is there some calculus for making those ntp boxes efficient in terms of
> not overstate (sorry, but english is not my mothers tongue) or right size
> the hardware.
A Rasberry Pi would suffice (but it's not supported by OpenBSD).
Any old serve
On 30/06/16 21:11, Alexander Hall wrote:
I guess you could play some games with pf(4) for a single occasion:
# ifconfig lo0 127.0.0.2 alias
# in pf.conf:
set skip on none
pass on lo
pass on lo0 from any to 127.0.0.2 port 53 rdr-to 127.0.0.2 port 5678
(and maybe sth more I might be missing)
/A
> On 30/06/2016, at 20:30, Martin Schröder wrote:
>
> 2016-06-30 21:24 GMT+02:00 Leonardo Santagostini :
>> 1) Is there some calculus for making those ntp boxes efficient in terms of
>> not overstate (sorry, but english is not my mothers tongue) or right size
>> the hardware.
>
> A Rasberry Pi wou
Hi Bill,
I don't know, if you saw some lines in the logfile concerning this. But if you
did, maybe youn can use logfmon or something like this for alerting ?
Marco
Am 30. Juni 2016 20:30:25 MESZ, schrieb Bill Buhler :
>Hi,
>
>
>
>I've been through the man pages a couple of times and am not see
29 matches
Mail list logo