Re: Lastest snapshot - all application got a speed increase

2024-08-07 Thread Christian Schulte
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

Re: Lastest snapshot - all application got a speed increase

2024-08-07 Thread José Maldonado
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

Re: Lastest snapshot - all application got a speed increase

2024-08-07 Thread Walter Alejandro Iglesias
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

Re: Lastest snapshot - all application got a speed increase

2024-08-07 Thread Mihai Popescu
, 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

Re: Lastest snapshot - all application got a speed increase

2024-08-07 Thread Janne Johansson
> > > 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.

Re: Lastest snapshot - all application got a speed increase

2024-08-07 Thread Mihai Popescu
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

Re: Lastest snapshot - all application got a speed increase

2024-08-07 Thread Janne Johansson
> 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

Re: Lastest snapshot - all application got a speed increase

2024-08-07 Thread Mihai Popescu
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

Re: Lastest snapshot - all application got a speed increase

2024-08-07 Thread Stuart Henderson
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.

Lastest snapshot - all application got a speed increase

2024-08-06 Thread Mihai Popescu
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

Re: Qt application font size increase

2021-11-23 Thread Martijn van Duren
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

Qt application font size increase

2021-11-23 Thread Martijn van Duren
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

Re: How do I change the default per-application sound volume in sndiod?

2021-04-26 Thread John Batteen
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

Re: How do I change the default per-application sound volume in sndiod?

2021-04-26 Thread Alexandre Ratchov
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 >

Re: How do I change the default per-application sound volume in sndiod?

2021-04-26 Thread Maurice McCarthy
/usr/bin/sndioctl app/mplayer0.level=1.000 perhaps

Re: How do I change the default per-application sound volume in sndiod?

2021-04-26 Thread Maurice McCarthy
I only run stable 6.8 but I do this with a sndioctl output.level command in .profile or .kshrc HTH

How do I change the default per-application sound volume in sndiod?

2021-04-26 Thread John Batteen
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

Re: Block/allow outgoing traffic by user or application?

2019-02-25 Thread Frank Beuth
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

Re: Block/allow outgoing traffic by user or application?

2019-02-25 Thread Stuart Henderson
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

Re: Block/allow outgoing traffic by user or application?

2019-02-24 Thread Frank Beuth
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

Re: Block/allow outgoing traffic by user or application?

2019-02-24 Thread Jordan Geoghegan
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

Re: Block/allow outgoing traffic by user or application?

2019-02-24 Thread Stuart Henderson
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

Re: Block/allow outgoing traffic by user or application?

2019-02-24 Thread Frank Beuth
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

Re: Block/allow outgoing traffic by user or application?

2019-02-24 Thread Stuart Henderson
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)

Re: Block/allow outgoing traffic by user or application?

2019-02-24 Thread Frank Beuth
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

Re: Block/allow outgoing traffic by user or application?

2019-02-24 Thread Denis Fondras
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

Block/allow outgoing traffic by user or application?

2019-02-23 Thread Frank Beuth
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.

Re: amd64 snap (1546747502) hangs after cpu1 at mainbus0: apid 1 (application processor)

2019-01-07 Thread Claus Assmann
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.

Re: amd64 snap (1546747502) hangs after cpu1 at mainbus0: apid 1 (application processor)

2019-01-06 Thread Christer Solskogen
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

Re: amd64 snap (1546747502) hangs after cpu1 at mainbus0: apid 1 (application processor)

2019-01-06 Thread Mike Larkin
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

amd64 snap (1546747502) hangs after cpu1 at mainbus0: apid 1 (application processor)

2019-01-06 Thread Claus Assmann
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

Re: Ruby On Rails application with httpd

2018-03-19 Thread Wesley MOUEDINE ASSABY
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

Re: Ruby On Rails application with httpd

2018-03-19 Thread Artur Pedziwilk
> 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.

Re: Suddenly Trojta mail application on my computer can't sent e-mail.

2018-02-28 Thread Carson Chittom
"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

Suddenly Trojta mail application on my computer can't sent e-mail.

2018-02-27 Thread f...@freddyfisker.dk

Ruby On Rails application with httpd

2018-02-15 Thread Wesley MOUEDINE ASSABY
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

Re: The disconnected AC adapter affects Java application launch speed. (SqlDeveloper from Oracle)

2017-11-02 Thread Dmitry Orlov
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

Re: The disconnected AC adapter affects Java application launch speed. (SqlDeveloper from Oracle)

2017-11-01 Thread sven falempin
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

Re: The disconnected AC adapter affects Java application launch speed. (SqlDeveloper from Oracle)

2017-11-01 Thread Jay Williams
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

The disconnected AC adapter affects Java application launch speed. (SqlDeveloper from Oracle)

2017-11-01 Thread dmitry.sensei
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

Re: CWM has "all groups" application?

2014-06-13 Thread Rodrigo Mosconi
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

Re: CWM has "all groups" application?

2014-06-12 Thread 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 configuration I have a gap, where I place xclock without group. When >

CWM has "all groups" application?

2014-06-12 Thread Rodrigo Mosconi
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),

Re: software stack for portable application

2013-10-02 Thread Gregory Edigarov
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

Re: software stack for portable application

2013-10-02 Thread Riccardo Mottola
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

Re: software stack for portable application

2013-09-26 Thread Riccardo Mottola
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

software stack for portable application

2013-09-25 Thread Devin Reade
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

Re: is application goes to sleep?

2012-07-23 Thread Jack Woehr
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

is application goes to sleep?

2012-07-23 Thread lilit-aibolit
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

Re: Compiling non-ports application from source

2012-04-18 Thread Tomas Bodzar
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

Re: Compiling non-ports application from source

2012-04-17 Thread Alan Corey
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

Re: Compiling non-ports application from source

2012-04-17 Thread Stuart Henderson
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

Re: Compiling non-ports application from source

2012-04-17 Thread Sebastian Reitenbach
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

Re: Compiling non-ports application from source

2012-04-17 Thread Laurence Rochfort
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

Re: Compiling non-ports application from source

2012-04-17 Thread Marc Espie
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

Re: Compiling non-ports application from source

2012-04-17 Thread Marc Espie
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

Re: Compiling non-ports application from source

2012-04-17 Thread Laurence Rochfort
: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

Re: Compiling non-ports application from source

2012-04-17 Thread Jan Stary
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

Compiling non-ports application from source

2012-04-17 Thread Laurence Rochfort
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

Re: Need some suggestions abt application inside chroot

2012-01-02 Thread Henning Brauer
* 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

Re: Need some suggestions abt application inside chroot

2012-01-01 Thread Tomas Bodzar
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

Need some suggestions abt application inside chroot

2012-01-01 Thread Stefan N
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

Bonnes fêtes de fin d'année 2011 avec notre Application au pied du sapin

2011-12-23 Thread Algo Data - Progiciels et Solutions 2.0
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

Re: Are there any GPG checks in OpenBSD when installing an application?

2011-09-09 Thread Amit Kulkarni
>> 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

Re: Are there any GPG checks in OpenBSD when installing an application?

2011-09-09 Thread Stuart Henderson
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

Re: Are there any GPG checks in OpenBSD when installing an application?

2011-09-09 Thread Kevin Chadwick
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

Re: Are there any GPG checks in OpenBSD when installing an application?

2011-09-09 Thread Stuart Henderson
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.

Re: Are there any GPG checks in OpenBSD when installing an application?

2011-09-09 Thread Aaron
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

Re: Are there any GPG checks in OpenBSD when installing an application?

2011-09-09 Thread lancebaynes87
/unix.stackexchange.com/questions/20318/are-there-any-gpg-checks-in-openbsd-when-installing-an-application > >Thanks for any info

GRATUIT - La meilleure application Iphone pour trouver et reserver un Hôtel

2011-09-05 Thread maroc-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

Sur votre iPhone, la meilleure Application de réservation d'hôtel

2011-08-05 Thread Information
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

Re: [OT] significance of application level bandwidth throttling

2011-02-20 Thread Stuart Henderson
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

Re: [OT] significance of application level bandwidth throttling

2011-02-19 Thread Ted Unangst
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?

Re: [OT] significance of application level bandwidth throttling

2011-02-19 Thread Ana Zgombic
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

Re: [OT] significance of application level bandwidth throttling

2011-02-19 Thread Joachim Schipper
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

[OT] significance of application level bandwidth throttling

2011-02-19 Thread Ana Zgombic
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,

Application

2011-01-22 Thread Admin Server
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

e-procurement application in openbsd

2010-11-22 Thread sonjaya
dear all, i looking e-procurement who working in OpenBSD also license is BSD or GPL sonjaya http://farmproxy.com

Re: Question about suspend+resume & X11-application buggy-ness

2010-08-06 Thread Christiano F. Haesbaert
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

Re: Question about suspend+resume & X11-application buggy-ness

2010-08-06 Thread Ted Unangst
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

Re: Question about suspend+resume & X11-application buggy-ness

2010-08-06 Thread Christiano F. Haesbaert
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

Re: Question about suspend+resume & X11-application buggy-ness

2010-08-02 Thread Owain Ainsworth
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

Re: Question about suspend+resume & X11-application buggy-ness

2010-08-01 Thread Theo de Raadt
> 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

Question about suspend+resume & X11-application buggy-ness

2010-08-01 Thread Ryan Flannery
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

Opportunity: (176) Client Server/Application Architect

2010-05-20 Thread Partha Hazarika
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

Re: application key mappings in cwm

2010-04-09 Thread Owain Ainsworth
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

Re: application key mappings in cwm

2010-04-09 Thread Manuel Giraud
"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

Re: application key mappings in cwm

2010-04-09 Thread Mike Small
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,

application key mappings in cwm

2010-04-09 Thread Michael W. Lucas
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

Re: diff on running an application from xterm or graphical menu ?

2009-12-13 Thread Mihai Popescu B.S.
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).

Re: diff on running an application from xterm or graphical menu ?

2009-12-12 Thread Chris Bennett
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

Re: diff on running an application from xterm or graphical menu ?

2009-12-12 Thread Remco
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

diff on running an application from xterm or graphical menu ?

2009-12-09 Thread Mihai Popescu B.S.
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

Re: application level failover

2008-06-29 Thread Michiel van Baak
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

application level failover

2008-06-28 Thread Juan Miscaro
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

Re: How to filter based on application protocol being used

2008-05-12 Thread Marcus Andree
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

Re: How to filter based on application protocol being used

2008-05-09 Thread Srikant Tangirala
Thanks a lot jean-philippe ! Will give it a try immediately. Regards Srikant Tangirala.

Re: How to filter based on application protocol being used

2008-05-09 Thread jean-philippe luiggi
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

Re: How to filter based on application protocol being used

2008-05-09 Thread Johan Fredin
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

Re: How to filter based on application protocol being used

2008-05-09 Thread Reyk Floeter
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   2   >