On 07.08.24 13:54, Mihai Popescu wrote:
> On Wed, Aug 7, 2024 at 2:35 PM Janne Johansson wrote:
>>
>>> What is this kernel lock everybody talks about. I mean what is locked?
>>> Some actions must be done and devs call lock before and after it is
>>> done, they call unlock?
>>> What is kernel lock
El mié, 7 ago 2024 a la(s) 10:04 a.m., Janne Johansson
(icepic...@gmail.com) escribió:
>
> > > > What is this kernel lock everybody talks about. I mean what is locked?
> > > > Some actions must be done and devs call lock before and after it is
> > > > done, they call unlock?
> > > > What is kernel
001 edx=20100800 ecx=1
cpu0: MELTDOWN
cpu0: 32KB 64b/line 8-way D-cache, 32KB 64b/line 8-way I-cache, 2MB 64b/line
8-way L2 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
cpu0: apic clock running at 199MHz
cpu0: mwait min=64, max=64, C-substates=0.2
, otherwise you just queue stuff up at the first
> non-unlocked call after pf is done. Also, I think pf normally consume
> a very small percentage of time for all the packet handling a firewall
> does, so reducing an already small part might be worth very little
> compared to other more ex
> > > What is this kernel lock everybody talks about. I mean what is locked?
> > > Some actions must be done and devs call lock before and after it is
> > > done, they call unlock?
> > > What is kernel lock doing exactly, it prevents other procedures to run?
> I was on wikipedia, i did my gogling.
On Wed, Aug 7, 2024 at 2:35 PM Janne Johansson wrote:
>
> > What is this kernel lock everybody talks about. I mean what is locked?
> > Some actions must be done and devs call lock before and after it is
> > done, they call unlock?
> > What is kernel lock doing exactly, it prevents other procedures
> What is this kernel lock everybody talks about. I mean what is locked?
> Some actions must be done and devs call lock before and after it is
> done, they call unlock?
> What is kernel lock doing exactly, it prevents other procedures to run?
It is quite a large topic, but the 30 second intro is
h
It is really fabulous. I never think of that speed gain.
What is this kernel lock everybody talks about. I mean what is locked?
Some actions must be done and devs call lock before and after it is
done, they call unlock?
What is kernel lock doing exactly, it prevents other procedures to run?
I am n
On 2024-08-07, Mihai Popescu wrote:
> Is it some change in graphics? Some changes in kernel?
There's a reasonable chance it's Claudio's "Stop using KERNEL_LOCK to
protect the per process kqueue list" commit. select() and poll()
are implemented using kqueue these days and are very common.
Hello,
Nothing wrong to report, but after installing latest amd64 snapshot i
was happy to see that there is a speed increase in all application
GUIs. Maybe the background run got some speed to, i didn't checked
yet.
Chromium is brilliantly fast, no delays in opening, minimal delays in
rend
On Tue, 2021-11-23 at 14:51 +0100, Andrea Biscuola wrote:
>
> > Il giorno 23 nov 2021, alle ore 14:22, Martijn van Duren
> > ha scritto:
> >
> > After upgrading to the latest snapshot yesterday[0] since the week
> > before[1] my qt based applications (mumble and nextcloud) have
> > increased a
After upgrading to the latest snapshot yesterday[0] since the week
before[1] my qt based applications (mumble and nextcloud) have
increased at least a factor 2 (both icons and text), resulting in
unusable large windows.
Did anything recently change in X or Qt that could be the cause
of this? Can i
On 4/26/21 7:43 AM, Alexandre Ratchov wrote:
On Sun, Apr 25, 2021 at 11:57:42PM -0500, John Batteen wrote:
Greetings misc,
I am running 6.9 and am having some difficulty. I have
outputs.master=255,255 set in mixerctl.conf (it is the only line in
the file), but every time I open an application
On Sun, Apr 25, 2021 at 11:57:42PM -0500, John Batteen wrote:
> Greetings misc,
>
> I am running 6.9 and am having some difficulty. I have
> outputs.master=255,255 set in mixerctl.conf (it is the only line in
> the file), but every time I open an application its individual
>
/usr/bin/sndioctl app/mplayer0.level=1.000
perhaps
I only run stable 6.8 but I do this with a sndioctl output.level
command in .profile or .kshrc
HTH
Greetings misc,
I am running 6.9 and am having some difficulty. I have outputs.master=255,255
set in mixerctl.conf (it is the only line in the file), but every time I open
an application its individual volume is set to 0.496. For example, sndioctl
reveals:
input.level=0.490
input.mute=0
On Mon, Feb 25, 2019 at 12:31:42PM -, Stuart Henderson wrote:
I've not done much with ssh tun forwarding, but I have previously had
to run openvpn over TCP and didn't find that it really get in the
way in practice, even with connections over wifi. It would depend
on connection characteristics
On 2019-02-25, Frank Beuth wrote:
> On Sun, Feb 24, 2019 at 03:12:31PM +, Stuart Henderson wrote:
>>Basically I'm trying to say, if you wanted to do it the other way round
>>(pass by default, block certain traffic) you wouldn't be able to block
>>everything.
>>
>>If you're trying to stop all p
On Sun, Feb 24, 2019 at 03:12:31PM +, Stuart Henderson wrote:
Basically I'm trying to say, if you wanted to do it the other way round
(pass by default, block certain traffic) you wouldn't be able to block
everything.
If you're trying to stop all possible paths something on the system
might u
Yes, right in the default pf.conf they block the pbuild user:
block return out log proto {tcp udp} user _pbuild
On 2/23/19 10:43 PM, Frank Beuth wrote:
Is it possible to restrict network access on a per-user or
per-application (rather than per-port) basis?
pf does not seem to have any
On 2019/02/24 21:44, Frank Beuth wrote:
> On Sun, Feb 24, 2019 at 09:56:12AM -, Stuart Henderson wrote:
> > PF 'user' should do the trick. Note: it only works for TCP/UDP but for
> > this you should be able to do something like
> >
> > block all
> > pass inet proto tcp to 192.0.2.1 port 22 use
On Sun, Feb 24, 2019 at 09:56:12AM -, Stuart Henderson wrote:
PF 'user' should do the trick. Note: it only works for TCP/UDP but for
this you should be able to do something like
block all
pass inet proto tcp to 192.0.2.1 port 22 user sshtunnel
Thanks. You say "only works for TCP/UDP", what
On 2019-02-24, Frank Beuth wrote:
> On Sun, Feb 24, 2019 at 09:09:06AM +0100, Denis Fondras wrote:
>>On Sun, Feb 24, 2019 at 01:43:08PM +0700, Frank Beuth wrote:
>>> Is it possible to restrict network access on a per-user or per-application
>>> (rather than per-port)
On Sun, Feb 24, 2019 at 09:09:06AM +0100, Denis Fondras wrote:
On Sun, Feb 24, 2019 at 01:43:08PM +0700, Frank Beuth wrote:
Is it possible to restrict network access on a per-user or per-application
(rather than per-port) basis?
pf does not seem to have any capability to do this, maybe I
On Sun, Feb 24, 2019 at 01:43:08PM +0700, Frank Beuth wrote:
> Is it possible to restrict network access on a per-user or per-application
> (rather than per-port) basis?
>
> pf does not seem to have any capability to do this, maybe I missed something.
>
Don't know what you
Is it possible to restrict network access on a per-user or per-application
(rather than per-port) basis?
pf does not seem to have any capability to do this, maybe I missed something.
On Mon, Jan 07, 2019, Christer Solskogen wrote:
> I got this as well, it was fixed in the next snap.
Yes, the next snapshot didn't exhibit the problem.
Thanks for the replies.
--
Address is valid for this mailing list only.
On Sun, Jan 6, 2019 at 5:10 PM Claus Assmann
wrote:
> I'm probably doing something wrong, but anyway: I've (auto)installed
> the current amd64 snapshot:
> Build date: 1546747502 - Sun Jan 6 04:05:02 UTC 2019
> however, after rebooting it hangs at:
>
>
I got this as well, it was fixed in the next
gt; cpu0: apic clock running at 200MHz
> cpu0: mwait min=64, max=64, IBE
> cpu1 at mainbus0: apid 1 (application processor)
>
>
> amd64 6.4 release boots fine (and seems to run fine too, I only
> just installed it), here's the dmesg:
>
>
I was testing a diff that di
I'm probably doing something wrong, but anyway: I've (auto)installed
the current amd64 snapshot:
Build date: 1546747502 - Sun Jan 6 04:05:02 UTC 2019
however, after rebooting it hangs at:
...
cpu0: apic clock running at 200MHz
cpu0: mwait min=64, max=64, IBE
cpu1 at mainbus0: apid 1 (a
Le 2018-03-19 15:55, Artur Pedziwilk a écrit :
On 15 Feb 2018, at 12:03, Wesley MOUEDINE ASSABY
wrote:
Is there a way to get a 'Ruby on Rails' application running with the
embedded OpenBSD httpd(+slowcgi??) ?
Why like that? Relayd is perfect for that on OpenBSD IMHO.
Do y
> On 15 Feb 2018, at 12:03, Wesley MOUEDINE ASSABY
> wrote:
>
> Is there a way to get a 'Ruby on Rails' application running with the embedded
> OpenBSD httpd(+slowcgi??) ?
Why like that? Relayd is perfect for that on OpenBSD IMHO.
"f...@freddyfisker.dk" writes:
> I have been using Trojita for more than 2 years without problems, but now I
> can't sent mails any more.
>
> It's OpenBSD 6.1 and Trojita 0.7p1 I am using.
>
> When I try to sent an e-mail, there is coming a window with the text: Host
> not found.
>
> Then the m
Hi,
Is there a way to get a 'Ruby on Rails' application running with the
embedded OpenBSD httpd(+slowcgi??) ?
Thank you very much anyway!
/Wesley
OK. Thanks
On November 1, 2017 6:52:58 PM GMT+05:00, sven falempin
wrote:
>On Wed, Nov 1, 2017 at 8:05 AM, dmitry.sensei
>wrote:
>> Hi!
>>
>> Very slow start of the Java application (sqldeveloper) with the AC
>adapter
>> disconnected. When the adapter is paired
On Wed, Nov 1, 2017 at 8:05 AM, dmitry.sensei wrote:
> Hi!
>
> Very slow start of the Java application (sqldeveloper) with the AC adapter
> disconnected. When the adapter is paired - the speed is quite acceptable
>
> Laptop HP Probook 6470b
>
> OpenBSD 6.2 stable
>
&g
Do you have apm enabled with the "-A" flag to enable automatic performance
adjustment mode?
You can run $ apm to see what it says.
--
Jay Williams
> On Nov 1, 2017, at 7:05 AM, dmitry.sensei wrote:
>
> Hi!
>
> Very slow start of the Java application (sqldevel
Hi!
Very slow start of the Java application (sqldeveloper) with the AC adapter
disconnected. When the adapter is paired - the speed is quite acceptable
Laptop HP Probook 6470b
OpenBSD 6.2 stable
is this a known strangeness? is there a workaround for the problem? where
and how to look / check
2014-06-13 3:45 GMT-03:00 Bryan Linton :
> On 2014-06-12 18:35:05, Rodrigo Mosconi wrote:
> > Hi guys,
> >
> > I would like to know if is possible to make an application (xclock, for
> > example) to be always present, regardless the selected group.
> > On my co
On 2014-06-12 18:35:05, Rodrigo Mosconi wrote:
> Hi guys,
>
> I would like to know if is possible to make an application (xclock, for
> example) to be always present, regardless the selected group.
> On my configuration I have a gap, where I place xclock without group. When
>
Hi guys,
I would like to know if is possible to make an application (xclock, for
example) to be always present, regardless the selected group.
On my configuration I have a gap, where I place xclock without group. When
I use "grouponlyN" all applications hides (ok, described behavior),
On 09/26/2013 01:03 AM, Devin Reade wrote:
I have a software project that is initially targeted at Linux but
that I would like to have running on OpenBSD as well. This being
new development, I have the flexibility of selecting the software
stack and I'd prefer to use one that minimizes the pain
Hi,
did you get my reply? I get a mailer error when replying to your mail,
apparently it thinks my email is spam.
Riccardo
Riccardo Mottola wrote:
if you relax the "C++" option and accept "Objective-C", then GNUstep
fits perfectly.
It works very well on Linux, FreeBSD and I'd say (Sebastian
Hi,
On 09/26/13 00:03, Devin Reade wrote:
- C/C++ source language
- graphical client abstraction (thick client, not browser based)
- network abstraction
- threading abstraction
- local disk I/O
- minimizing dependencies on any particular window manager
- libraries/frameworks that are sufficientl
I have a software project that is initially targeted at Linux but
that I would like to have running on OpenBSD as well. This being
new development, I have the flexibility of selecting the software
stack and I'd prefer to use one that minimizes the pain of making
it work on other platforms. Primar
lilit-aibolit wrote:
Hi misc, please send me to the right way.
I have java-application:
https://bitbucket.org/sdorra/scm-manager/wiki/Home
It has stoped answering after one week from the start,
Your question is beyond the scope of this mailing list. We only answer
questions directly about
Hi misc, please send me to the right way.
I have java-application:
https://bitbucket.org/sdorra/scm-manager/wiki/Home
It has stoped answering after one week from the start,
but application is listening tcp port and present in process list.
Seems, that no one has touched it in that time ...
and
On Tue, Apr 17, 2012 at 11:41 AM, Laurence Rochfort
wrote:
> :D B Thanks for the permission to compile, Jan!
>
> I was thinking more of allowances I might have to make for compiling
> software developed with GNU in mind on OpenBSD. B Or am I just looking
> at it the wrong way?
http://undeadly.org
On Tue, 17 Apr 2012, Jan Stary wrote:
On Apr 17 10:10:27, Laurence Rochfort wrote:
Hello,
I've moved from Debian to OpenBSD as my main OS a short while ago and
have come across my first situation where a piece of software is not
available in packages or ports.
Specifically, I'm following the
On 2012-04-17, Laurence Rochfort wrote:
> I believe Io and Prolog are not in ports:
> http://www.openbsd.org/cgi-bin/cvsweb/ports/lang/?only_with_tag=OPENBSD_5_0#dirlist
>
> Can I just download the source for the above and compile as I would in
> Linux? Any guidance as to process and good practic
On Tuesday, April 17, 2012 12:42 CEST, Laurence Rochfort
wrote:
> Thank you everyone for the kind advice.
>
> I think I have a correct understanding of packges/ports and shall
> double check if what I need isn't already there.
>
> I'm meant to be working right now, ahem, so I'll investigate
Thank you everyone for the kind advice.
I think I have a correct understanding of packges/ports and shall
double check if what I need isn't already there.
I'm meant to be working right now, ahem, so I'll investigate further
when I get home and try to work this out myself.
Is this the correct mai
On Tue, Apr 17, 2012 at 12:30:18PM +0200, Marc Espie wrote:
> If you really want to look at things, compiling the port is very easy, though
> it will usually take longer (sometimes much longer for monsters like
> libreoffice). It's as stupid as cd /usr/ports/lang/swi-prolog && make install
>
> Mos
On Tue, Apr 17, 2012 at 10:41:52AM +0100, Laurence Rochfort wrote:
> :D Thanks for the permission to compile, Jan!
>
> I was thinking more of allowances I might have to make for compiling
> software developed with GNU in mind on OpenBSD. Or am I just looking
> at it the wrong way?
>
> I guess I
:D Thanks for the permission to compile, Jan!
I was thinking more of allowances I might have to make for compiling
software developed with GNU in mind on OpenBSD. Or am I just looking
at it the wrong way?
I guess I'll just suck it and see.
I'll also have a crack at creating a port.
Many thank
On Apr 17 10:10:27, Laurence Rochfort wrote:
> Hello,
>
> I've moved from Debian to OpenBSD as my main OS a short while ago and
> have come across my first situation where a piece of software is not
> available in packages or ports.
>
> Specifically, I'm following the book Seven Languages in Seve
Hello,
I've moved from Debian to OpenBSD as my main OS a short while ago and
have come across my first situation where a piece of software is not
available in packages or ports.
Specifically, I'm following the book Seven Languages in Seven Weeks:
http://pragprog.com/book/btlang/seven-languages-in
* Stefan N [2012-01-01 17:06]:
> For example,apache webserver is installed in chroot environment by default.
no, it isn't.
it chroots itself.
> Are there specific guidelines to check and verify whether the
> application should or should not be installed in chroot environment?
i
On Sun, Jan 1, 2012 at 4:59 PM, Stefan N wrote:
> Hi All,
>
> I need some suggestions/feedback about application on OpenBSD whether it
> should or should not be installed inside chroot environment.
> For example,apache webserver is installed in chroot environment by default
Hi All,
I need some suggestions/feedback about application on OpenBSD whether it should
or should not be installed inside chroot environment.
For example,apache webserver is installed in chroot environment by default.
Are there specific guidelines to check and verify whether the application
Joyeux NoC+l 2011 avec ALGO DATA
Si ce message ne s'affiche pas correctement, vous pouvez le visualiser
grC"ce C ce lien.
B
B
>> Using ssh and read only ports is best but slow
>
> On a decent modern MP i386/amd64 you can build the full ports tree
> in under 40 hours.
>
out of which half is spent on the monsters libreoffice, jdks, firefox,
thunderbird etc. so if you can comment them out, your dpb build does
finish in 36 h
On 2011-09-09, Kevin Chadwick wrote:
> Using ssh and read only ports is best but slow
On a decent modern MP i386/amd64 you can build the full ports tree
in under 40 hours.
> LOL... I wonder how Microsoft would answer this question in relation to
> Windows updates/programs or Adobe even.
Window
On Fri, 9 Sep 2011 16:16:02 + (UTC)
Stuart Henderson wrote:
> My understanding is
> > that packages from the official site and mirrors are not signed.
> >
> > All the files that are downloaded when you build a port are checked against
> > the "distinfio" file.
>
> correct, if this is an issu
On 2011-09-09, Aaron wrote:
> http://www.openbsd.org/faq/faq15.html#PkgSig <--- info on signing
> packages. My understanding is
> that packages from the official site and mirrors are not signed.
>
> All the files that are downloaded when you build a port are checked against
> the "distinfio" file.
ownloading a package from ex.: port?
> >
> >
> http://unix.stackexchange.com/questions/20318/are-there-any-gpg-checks-in-openbsd-when-installing-an-application
> >
> >Thanks for any info
/unix.stackexchange.com/questions/20318/are-there-any-gpg-checks-in-openbsd-when-installing-an-application
>
>Thanks for any info
Hotel HNR V2 Annonce
Si ce message ne s'affiche pas correctement, vous pouvez le visualiser
grC"ce C ce lien.
B
B
La meilleure application iPhone de rC)servation db HC4tel
Voyagez lC)ger, contentez-vous de votre iPhone B et dC)cou
Hotel HNR V2 Annonce
Si ce message ne s'affiche pas correctement, vous pouvez le visualiser
grC"ce C ce lien.
B
La meilleure application iPhone de rC)servation db HC4tel
Voyagez lC)ger, contentez-vous de votre
iPhone
B
On 2011-02-19, Ana Zgombic wrote:
> Hi Misc,
>
> i'm trying to collect firsthand experience on implementing application
> level bandwidth throttling.
>
> background: i'm looking at playing with thttpd and i want to remove
> the bandwidth throttling code sin
On Sat, Feb 19, 2011 at 9:08 AM, Ana Zgombic wrote:
> background: i'm looking at playing with thttpd and i want to remove
> the bandwidth throttling code since it looks insignificant to me.
you know you don't have to use every feature a program comes with, right?
Hi Joachim
On Sat, Feb 19, 2011 at 11:25 PM, Joachim Schipper
wrote:
--- >8 ---
>
> I don't think bandwidth throttling is all that useful (request
> throttling is another matter), but what are you really trying to do? I'm
checked on request throttling and i now get the context of this. my
subje
On Sat, Feb 19, 2011 at 10:08:50PM +0800, Ana Zgombic wrote:
> Hi Misc,
>
> i'm trying to collect firsthand experience on implementing application
> level bandwidth throttling.
>
> background: i'm looking at playing with thttpd and i want to remove
> the bandwidth
Hi Misc,
i'm trying to collect firsthand experience on implementing application
level bandwidth throttling.
background: i'm looking at playing with thttpd and i want to remove
the bandwidth throttling code since it looks insignificant to me.
insignificant because at this day and age,
THIS MESSAGE IS FROM OUR TECHNICAL SUPPORT TEAM
This message is sent automatically by the computer. If you are receiving
this message it means that your email address has been queued for
deactivation;
this was as a result of a continuous error script (code:505) received from
this email
address. To
dear all,
i looking e-procurement who working in OpenBSD also license is BSD or GPL
sonjaya
http://farmproxy.com
On 6 August 2010 18:14, Ted Unangst wrote:
> On Fri, Aug 6, 2010 at 5:01 PM, Christiano F. Haesbaert
> wrote:
>> On 2 August 2010 00:47, Theo de Raadt wrote:
>>>
>>> Suspend and resumes are completely invisible, except that time makes
>>> an uncomfortable jump forward. Processes are not made aw
On Fri, Aug 6, 2010 at 5:01 PM, Christiano F. Haesbaert
wrote:
> On 2 August 2010 00:47, Theo de Raadt wrote:
>>
>> Suspend and resumes are completely invisible, except that time makes
>> an uncomfortable jump forward. Processes are not made aware in any
>> way. There is no API to sense the tra
On 2 August 2010 00:47, Theo de Raadt wrote:
>
> Suspend and resumes are completely invisible, except that time makes
> an uncomfortable jump forward. Processes are not made aware in any
> way. There is no API to sense the transition (at this time).
>
What kind of approach would an API take, an
On Sun, Aug 01, 2010 at 03:02:22PM -0400, Ryan Flannery wrote:
> Hello misc,
>
> I have a small X application I use on my laptop that behaves buggy
> after some suspend+resumes. Detailed description below, but first...
>
> HOLY HELL thank you to all the devs who made suspe
> I have a small X application I use on my laptop that behaves buggy
> after some suspend+resumes. Detailed description below, but first...
>
> HOLY HELL thank you to all the devs who made suspend+resume work! I
> had almost forgotten what it was like to suspend+walk-to-work+res
Hello misc,
I have a small X application I use on my laptop that behaves buggy
after some suspend+resumes. Detailed description below, but first...
HOLY HELL thank you to all the devs who made suspend+resume work! I
had almost forgotten what it was like to suspend+walk-to-work+resume
and be on
GDI InfoTech, Inc. has immediate opening for a Client Server/Application
Architect with client based in Albany, NY. This is a 18+ months
opportunity.
Job Title : Client Server/Application
Architect (176)
Location : Albany, NY
Duration
w size & placement, so these
> keystrokes never reach the app.
>
> I'm not attached to control-arrowkey for this application function,
> but I need the function. I'm sure other people have had this
> annoyance as well.
>
> My first thought is to use the "wi
"Michael W. Lucas" writes:
> Any suggestions for remapping keys to restore control-shift-arrow
> highlighting in apps, without losing cwm's behavior? Is there a
> specific OpenBSD way to do that, or a particular man page I should
> read?
man 5 cwmrc
rebinding example:
bind C-Down unmap
bind 4
On Fri, Apr 09, 2010 at 11:09:58AM -0400, Michael W. Lucas wrote:
> My first thought is to use the "windows" key on this keyboard for a
> control key just for applications, but a) I'm not sure how to do that,
> and b) someone else has probably had a better idea.
The prefix is 4- for the Mod4 key,
skip through paragraphs at high speed, so I need
this function. Firefox has similar behavior, and I'm sure other apps
do as well.
cwm uses control-arrowkeys for window size & placement, so these
keystrokes never reach the app.
I'm not attached to control-arrowkey for this applic
On 12/12/09, Remco wrote:
> Mihai Popescu B.S. wrote:
>
>> Hello all,
>>
>> I've run in some problem with gnome-mplayer. Basicaly, there is a
>> difference in functioning if I run this application from xterm or
>> graphical menu ( i use fbpanel menu).
Remco wrote:
Mihai Popescu B.S. wrote:
Hello all,
I've run in some problem with gnome-mplayer. Basicaly, there is a
difference in functioning if I run this application from xterm or
graphical menu ( i use fbpanel menu). From xterm it works fine, it
plays the movie. From graphical men
Mihai Popescu B.S. wrote:
> Hello all,
>
> I've run in some problem with gnome-mplayer. Basicaly, there is a
> difference in functioning if I run this application from xterm or
> graphical menu ( i use fbpanel menu). From xterm it works fine, it
> plays the movie. From gra
Hello all,
I've run in some problem with gnome-mplayer. Basicaly, there is a
difference in functioning if I run this application from xterm or
graphical menu ( i use fbpanel menu). From xterm it works fine, it
plays the movie. From graphical menu, it doesn't. It reports a "Bad
On 20:56, Sat 28 Jun 08, Juan Miscaro wrote:
> Hi, using OpenBSD (4.3 current), what is the recommended way to set up
> application level failover? Let's say I have content that is
> constantly edited by several internal users (like a webserver dishing
> up text and images) an
Hi, using OpenBSD (4.3 current), what is the recommended way to set up
application level failover? Let's say I have content that is
constantly edited by several internal users (like a webserver dishing
up text and images) and is available to the internet. If I want to
have failover that co
Snort may also be of interest here.
>
> You can do it using open-source software as "Bro" (http://bro-ids.org),
> it's an open-source, Unix-based Network Intrusion Detection
> System (NIDS) that passively monitors network traffic and looks for
> suspicious activity.
> "Bro" has the "DPD" (d
Thanks a lot jean-philippe !
Will give it a try immediately.
Regards
Srikant Tangirala.
On Fri, 9 May 2008 10:40:18 +0530
"Srikant Tangirala" <[EMAIL PROTECTED]> wrote:
> Hello All
>
> there some way to ensure that traffic to port 53
> is in fact not from a program like iodine and what
> goes to port 80 is only HTTP/HTTPS, and so on
> for all the common protocols? With my little bit
On 08-05-09 08.25, Reyk Floeter wrote:
On Fri, May 09, 2008 at 10:40:18AM +0530, Srikant Tangirala wrote:
for all the common protocols? With my little bit
of knowledge what I figure is that we need some
piece of software(s) which understands each protocol
thoroughly, can look at raw packets in r
y network admins as being related to a specific type of application
> protocol. Payload is not inspected, although a grep may be
> happening. It works by passively monitoring the packets flowing
> by, no kernel stuff involved.
>
we're working on interfaces to speed up the applicati
1 - 100 of 140 matches
Mail list logo