Re: (open)smtpd, the mystery smtpd daemon

2008-11-11 Thread frantisek holop
hmm, on Tue, Nov 11, 2008 at 03:18:40AM +, Jacob Meuser said that On Mon, Nov 10, 2008 at 05:39:54PM +0100, frantisek holop wrote: i dont think my mail was more aggresive than the avarage misc@ mail oh, frantisek! you are such a funnily foolish troll ;) please keep entertaining

Re: Problem with relayctl - OBSD 4.4

2008-11-11 Thread Derek Buttineau
On 2008-Nov-11, at 10:13 AM, Stuart Henderson wrote: I should probably have also mentioned to mark the point where relayctl reload is run.. Right before ^Chost check engine exiting When relayctl returns command failed. nothing appears in the debugging output. Derek

Re: Problem with relayctl - OBSD 4.4

2008-11-11 Thread Stuart Henderson
On 2008-11-11, Derek Buttineau [EMAIL PROTECTED] wrote: Run relayd -dv, try and reload the config, check the output and paste it in mail. I should probably have also mentioned to mark the point where relayctl reload is run.. I get the same thing as well when trying to reload via relayctl,

OpenVPN on OpenBSD auth via username/password question

2008-11-11 Thread Linyin
Hey,my OpenBSD: # uname -a OpenBSD openbsd.openbsd.com 4.3 GENERIC.MP#0 i386 I installed openvpn via pkg_add,and worked fine. But now I wanna auth username/password on it. I searched by Google and found two software: openvpn-auth-ldap : http://code.google.com/p/openvpn-auth-ldap/ openvpn_bsdauth

Re: multiple subnets and gateways on CARP interface

2008-11-11 Thread Mark Nipper
On 29 Oct 2008, Mark Nipper wrote: Now, my ISP has allocated a new, public subnet for me. I'm wanting to add to my existing subnet on the external side. I've seen only a handful of references to doing this on the mailing list, and none are very detailed. Here is my current setup in

Dim console after exiting X

2008-11-11 Thread Ed Ahlsen-Girard
On this Dell Optiplex GX1p, I upgraded from 4.3 and X would not start. Did a clean install, and while X starts now, when I exit the fonts on the console are dim. Starting and stopping X again makes them a little dimmer. Current dmesg below: OpenBSD 4.4 (GENERIC) #1021: Tue Aug 12 17:16:55

Re: relayd exits when disabling and enabling hosts

2008-11-11 Thread Vladimir
My recommendation is not to release software that hasn't had even the most basic testing. I would consider disabling/enabling basic functionality. I would consider relayd coredumps on state changes with 4.3-RELEASE to be a huge no no. I thank you for your contribution however I am allowed to

Re: 4.4: crash in uvm_aiodone_daemon

2008-11-11 Thread Pedro Martelletto
What was the actual panic message? -p.

Re: [SPAM Detectado]OpenVPN on OpenBSD auth via username/password question

2008-11-11 Thread Giancarlo Razzolini
Linyin escreveu: Thanks Giancarlo Razzolini very much!!! It is very helpful for me. I try to build it after read your README: BUILD To build openvpn-auth-passwd on systems that use shadow, you will need to have the shadow suite and it's devel headers installed. On GNU systems build with the

Re: [SPAM Detectado]OpenVPN on OpenBSD auth via username/password question

2008-11-11 Thread Giancarlo Razzolini
Linyin escreveu: Hey,my OpenBSD: # uname -a OpenBSD openbsd.openbsd.com 4.3 GENERIC.MP#0 i386 I installed openvpn via pkg_add,and worked fine. But now I wanna auth username/password on it. I searched by Google and found two software: openvpn-auth-ldap :

Re: [SPAM Detectado]OpenVPN on OpenBSD auth via username/password question

2008-11-11 Thread Linyin
yeah,i copy the file to openvpn source code plugin. when i build it # pwd /usr/ports/distfiles/openvpn-2.0.9/plugin/auth-passwd # gmake gcc -O2 -Wall -DUSE_SHADOW=1 -fPIC -c -I../.. auth-passwd.c auth-passwd.c:39:20: shadow.h: No such file or directory auth-passwd.c: In function `passwd_auth':

Re: failed to install openvpn

2008-11-11 Thread Josh Grosse
On Tue, Nov 11, 2008 at 02:41:26PM +0800, Linyin wrote: hey, i'm using openbsd4.3 and sync current ports.now in try to install openvpn and failed. Read OpenBSD FAQ 15.4.1. You *cannot* have your ports system out-of-sync with your OS and expect any support whatsoever.

4.4 snapshot and evolution

2008-11-11 Thread Aaron Martinez
I installed 4.4 snapshot 1090 and also evolution so that I could connect to exchange eliminating the need for my window's machine but I'm having a little issue and I thought I'd ask if this was openbsd related before I ask the evolution people. I have the following evolution packages installed:

Re: Automounting home dirs using amd: No value component in ...

2008-11-11 Thread Alexander Farber
Ok, I've got it: autofs format != amd format and the former is not supported on OpenBSD On Tue, Nov 11, 2008 at 2:55 PM, Alexander Farber [EMAIL PROTECTED] wrote: I'm trying to automount home dirs from an OpenBSD 4.4: # amq -v amd 1.1.1.1 of 1995/10/18 08:47:13 bsd44. # uname -a OpenBSD

Re: [SPAM Detectado]OpenVPN on OpenBSD auth via username/password question

2008-11-11 Thread Giancarlo Razzolini
Linyin escreveu: yeah,i copy the file to openvpn source code plugin. when i build it # pwd /usr/ports/distfiles/openvpn-2.0.9/plugin/auth-passwd # gmake gcc -O2 -Wall -DUSE_SHADOW=1 -fPIC -c -I../.. auth-passwd.c auth-passwd.c:39:20: shadow.h: No such file or directory auth-passwd.c: In function

Re: IPv6 routing

2008-11-11 Thread Denis Fondras
A bit late perhaps, but this is how I do it : route add -inet6 -net $PREFIX:: -prefixlen 48 -interface ::1 -reject Of course, you have to set PREFIX to the prefix you want to reject. After this, all routes you add should be more specific (smaller prefix) so should work anyway. I add this line

Re: OpenBSD 4.4 released, Nov 1. Enjoy!

2008-11-11 Thread Sunnz
2008/11/2 James R. Campbell [EMAIL PROTECTED]: Thanks for all of your hard work! I really enjoyed the song in this release also. Haha, may the source be with you!! -- This e-mail may be confidential. You may not copy, forward or use any part. All disclaimers on the Internet are of zero legal

Re: relayd exits when disabling and enabling hosts

2008-11-11 Thread Stuart Henderson
On 2008-11-11, Johan Strvm [EMAIL PROTECTED] wrote: Note that he was using 4.3. I was about to reply and suggest this was fixed in 4.4 (I think this problem have disappeared since I changed to 4.4), but I wasn't sure. On Mon, Nov 10, 2008 at 05:11:56PM +0100, David Caro wrote: Same

Experiences running named and rndc on 4.4 vs 4.3

2008-11-11 Thread Don Jackson
Today I began testing named on a freshly installed OpenBSD 4.4 amd64 machine, using my old named.conf file from 4.3 (which was still running named version 9.4.2) When the machine first boots after the install, /etc/rc determines there is no rndc.key, and generates one: rndc-confgen: generating

Re: Dim console after exiting X

2008-11-11 Thread Brynet
Hi Ed, I've also seen this behaviour on a OptiPlex GX240, it has a ATI Rage 128 Pro TF card, the only solution I've found is to change the depth to 16 instead of the default 24. Just add DefaultDepth 16 to your Screen section. I would like to hear an alternative solution, but I can't seem to

Re: 4.4 installer can't see CD drive

2008-11-11 Thread Luke Tidd
Even though once when I booted, I was able to access the CD-ROM, I am trying to figure out what broke in 4.4. I took a look at atapiscsi.c trying to see if a change is making the drive time out. There are only two changes in the file and they seem to involve timing out, but a recompiled kernel

Re: Problem with relayctl - OBSD 4.4

2008-11-11 Thread Stuart Henderson
On 2008-11-11, James Records [EMAIL PROTECTED] wrote: Pierre, I'm seeing the same exact thing, I'm not able to reload the config without killing and restarting relayd. I haven't looked at the source yet, but I may get to that in the next couple days, restarting is an ok work around for me

Re: relayd - conflict between outer and inner ip address

2008-11-11 Thread Stuart Henderson
On 2008-11-10, Jvrg Streckfu_ [EMAIL PROTECTED] wrote: Hello, I'm in the process to setup relayd as a loadbalancer, which will distribute http request to three webservers. I think this is a really common setup. I'm using OpenBSD 4.4 Since this is redirect, it should work, providing you don't

Re: Problem with relayctl - OBSD 4.4

2008-11-11 Thread Derek Buttineau
Run relayd -dv, try and reload the config, check the output and paste it in mail. I get the same thing as well when trying to reload via relayctl, says command failed. I am still also unable to get transparent relaying working. I assume that though is more me missing something from my

Re: OpenBSD 4.4 released, Nov 1. Enjoy!

2008-11-11 Thread new_guy
David Schulz-5 wrote: yes, its awesome this time ! That's like telling your wife, You look beautiful... today. It's better to leave off the last part. It's awesome will suffice. -- View this message in context:

Re: 4.4 recently installed

2008-11-11 Thread T D
I'm not sure...I didn't think it had more than one, I will have to look into this. There are no extra cards on the system (only a rj45) - the motherboard wouldn't have more than one music built in would it?. Think I better check what board it is and look up the specs. CDs play well. --- On Mon,

Re: relayd exits when disabling and enabling hosts

2008-11-11 Thread Reyk Floeter
Hi David, this is a known bug and I will look at fixing it. I thought that pyr@ fixed it in 4.4, but it seems that I was wrong. Thanks for the report. Reyk On Mon, Nov 10, 2008 at 05:11:56PM +0100, David Caro wrote: Hi all, first of all, sorry for my english (i'm spaniard) i have two

Re: Experiences running named and rndc on 4.4 vs 4.3

2008-11-11 Thread Stijn
Don Jackson wrote: Today I began testing named on a freshly installed OpenBSD 4.4 amd64 machine, using my old named.conf file from 4.3 (which was still running named version 9.4.2) When the machine first boots after the install, /etc/rc determines there is no rndc.key, and generates one:

Re: OpenVPN on OpenBSD auth via username/password question

2008-11-11 Thread Stuart Henderson
On 2008-11-11, Linyin [EMAIL PROTECTED] wrote: I installed openvpn via pkg_add,and worked fine. But now I wanna auth username/password on it. I searched by Google and found two software: openvpn-auth-ldap : http://code.google.com/p/openvpn-auth-ldap/ openvpn_bsdauth : In ports

Automounting home dirs using amd: No value component in ...

2008-11-11 Thread Alexander Farber
Hello, I'm trying to automount home dirs from an OpenBSD 4.4: # amq -v amd 1.1.1.1 of 1995/10/18 08:47:13 bsd44. # uname -a OpenBSD ablvpn01.internal.novero.com 4.4 GENERIC#1021 i386 And have the problem that the amd doesn't seem to understand the NIS format here in our RHEL 3,4,5 + Solaris 10

Re: 4.4 recently installed

2008-11-11 Thread T D
Thanks for all the replies. Have given me many things to think about and even to go find out more about the system. Will look into the sound. At the moment it seems to be working well, cds play :-} --- On Mon, 10/11/08, T D [EMAIL PROTECTED] wrote: From: T D [EMAIL PROTECTED] Subject: 4.4

Re: [SPAM Detectado]OpenVPN on OpenBSD auth via username/password question

2008-11-11 Thread Linyin
Thanks Giancarlo Razzolini very much!!! It is very helpful for me. I try to build it after read your README: BUILD To build openvpn-auth-passwd on systems that use shadow, you will need to have the shadow suite and it's devel headers installed. On GNU systems build with the make command. In

Re: relayd exits when disabling and enabling hosts

2008-11-11 Thread Reyk Floeter
my recommendation is to stay away from this list if you're not able to send useful bug reports. i use relayd in many production setups and it works just fine; of course there are bugs but they can fixed or reported. anyway, i can verify your problem on cleaning up the pf anchor, i also did some

quagga ospf6d crashes on interface change

2008-11-11 Thread Felipe Alfaro Solana
Hi misc, Do you have experience running quagga's ospf6d in OpenBSD? I've been using it for a while in combination with AICCU (AYIYA tunnel to tunnel IPv6 over IPv4 using a tun0 tunnel) but ospf6d crashes whenever the tun0 tunnel interface goes up and down. Have seen this before? Thanks. --

dhcpd problem on OpenBSD 4.4 with release / renew

2008-11-11 Thread Administrator
Hi! I have been struggling with this very weird behaviour of DHCPd server on OpenBSD 4.4 for some low-price routers such as EUSSO, Edimax, D-Link. DHCPd server log output seems OK (see below), but still those low-price routers get only IP address and mask, but no gateway IP adress, nor DNS IP

4.4: crash in uvm_aiodone_daemon

2008-11-11 Thread jul
after a new install of 4.4 and while i restored my apps, i get an expected crash ddb trace Debugger(14,6,d98d8e5c,d0dbfd00,d26) at Debugger+0x4 panic(d06f90c0,d06c121d,d0712040,d07138a0,23d) at panic+0x55 tablefull(d06c121d,d07138a0,23d,d0712040,d0201f42) at tablefull

Re: dhcpd problem on OpenBSD 4.4 with release / renew

2008-11-11 Thread Administrator
Brian Keefer wrote: On Nov 11, 2008, at 12:42 PM, Administrator wrote: Nope, didn't help. There must be some other mistery. Now it stops at DHCPOFFER part. DHCPDISCOVER from 00:50:18:48:cb:3d via vlan51 DHCPOFFER on 192.168.51.3 to 00:50:18:48:cb:3d via vlan51 DHCPDISCOVER from

VLAN interface responding to packets with other destination..?

2008-11-11 Thread Johan Ström
Hi list, okay, I'm doing my tricky VLAN setups now again ;) This time I got a OpenBSD 4.4 box, running inside a VMWare ESXi machine. It got two interfaces, em0 and em1. em0 is external network, and em1 is host interface for a bunch of VLAN interfaces on the internal side. on top of the

Re: IPv6 routing

2008-11-11 Thread Paul de Weerd
On Fri, Nov 07, 2008 at 09:41:35PM +0100, Denis Fondras wrote: BTW: Don't forget to route the prefix to lo at the last hop so that any unassigned subnets don't cause the packet to be bounced back up to the default route. Could you explain how to do that on OpenBSD please ? Perhaps my box is

Re: VLC/MPlayer/ffmpeg audio/video sync issues introduced in 4.4..

2008-11-11 Thread Girish Venkatachalam
On 19:13:41 Nov 10, Brynet wrote: See, I typically use VLC only.. with mplayer for the odd file, but I haven't tweaked it's configuration file at all, as for VLC, I have tried toggling a lot of settings.. I'll try the settings you mentioned, but the fact is... video playback has slowed down

Re: relayd - conflict between outer and inner ip address

2008-11-11 Thread Joerg Streckfuss
Am Mon, 10 Nov 2008 17:42:50 +0100 schrieb JC6rg StreckfuC [EMAIL PROTECTED]: Hello, I'm in the process to setup relayd as a loadbalancer, which will distribute http request to three webservers. I think this is a really common setup. I'm using OpenBSD 4.4 this is my config: snip

Re: relayd - conflict between outer and inner ip address

2008-11-11 Thread Joerg Streckfuss
Since this is redirect, it should work, providing you don't configure 10.0.0.1 as an IP address on the loadbalancer itself. I quite agree. The loadbalancer is configured with IP address 10.0.0.5 (CARP). Only the directive listen on ... for the rediect in the relayd configuration uses IP

Re: relayd exits when disabling and enabling hosts

2008-11-11 Thread Johan Ström
Note that he was using 4.3. I was about to reply and suggest this was fixed in 4.4 (I think this problem have disappeared since I changed to 4.4), but I wasn't sure. On Nov 11, 2008, at 11:16 , Reyk Floeter wrote: Hi David, this is a known bug and I will look at fixing it. I thought that

Re: dhcpd problem on OpenBSD 4.4 with release / renew

2008-11-11 Thread Daniel Melameth
On Tue, Nov 11, 2008 at 9:43 AM, Administrator [EMAIL PROTECTED] wrote: I have been struggling with this very weird behaviour of DHCPd server on OpenBSD 4.4 for some low-price routers such as EUSSO, Edimax, D-Link. DHCPd server log output seems OK (see below), but still those low-price routers

Re: 4.4 recently installed

2008-11-11 Thread Mike Swanson
Nick Holland wrote: As I recall, these Aptiva machines were quirky as heck, on a LOT of OSs. Ah yes... Aptiva isn't the only brand like this. I've encountered a few of them from time to time, and the experience usually varies. Heck I've seen machines that fail to run their shipped copy of MS

Re: dhcpd problem on OpenBSD 4.4 with release / renew

2008-11-11 Thread Brian Keefer
On Nov 11, 2008, at 2:01 PM, Administrator wrote: Brian Keefer wrote: On Nov 11, 2008, at 12:42 PM, Administrator wrote: Nope, didn't help. There must be some other mistery. Now it stops at DHCPOFFER part. DHCPDISCOVER from 00:50:18:48:cb:3d via vlan51 DHCPOFFER on 192.168.51.3 to

Is this naughty thought? (BGP related)

2008-11-11 Thread Rod Whitworth
I am currently learning about BGP so that I can do an OpenBGPd setup for someone. (Thanks Stuart et al for hints so far) Anyway whilst discussing the fact that although I have a /29 from my ISP (small outfit), I may have to change ISP due to whatever bad event and /29s cost heaps with some ISPs

Re: dhcpd problem on OpenBSD 4.4 with release / renew

2008-11-11 Thread Kenneth R Westerback
On Tue, Nov 11, 2008 at 03:03:19PM -0800, Brian Keefer wrote: On Nov 11, 2008, at 2:01 PM, Administrator wrote: Brian Keefer wrote: On Nov 11, 2008, at 12:42 PM, Administrator wrote: Nope, didn't help. There must be some other mistery. Now it stops at DHCPOFFER part. DHCPDISCOVER from

Re: Can't SSH into CARP'd system from the outside

2008-11-11 Thread Vivek Ayer
Here's my current configuration for my entire network. Two routers working as one using IP balancing and two web servers on the inside working as one using IP balancing. I'm still getting issues as to reaching the web servers from the outside. I just feel like it's gotten too complicated CARPing

Re: Can't SSH into CARP'd system from the outside

2008-11-11 Thread Felipe Alfaro Solana
On Wed, Nov 12, 2008 at 12:53 AM, Vivek Ayer [EMAIL PROTECTED] wrote: Here's my current configuration for my entire network. Two routers working as one using IP balancing and two web servers on the inside working as one using IP balancing. I'm still getting issues as to reaching the web

Re: Can't SSH into CARP'd system from the outside

2008-11-11 Thread Vivek Ayer
I can ssh from the outside into the non-CARP interface. Actually, this is weird, but I can now ssh from the outside into the CARP address. But as far rdr goes in my pf.conf, I still can't reach the webserver from the outside. I can reach the web server inside my network, but the rdr in the router

Re: OpenBSD 4.4 released, Nov 1. Enjoy!

2008-11-11 Thread Hari
On Wed, Nov 12, 2008 at 6:26 AM, new_guy [EMAIL PROTECTED] wrote: David Schulz-5 wrote: yes, its awesome this time ! That's like telling your wife, You look beautiful... today. It's better to leave off the last part. It's awesome will suffice. I _think_ the reference was to the song. I have

pf.conf

2008-11-11 Thread igor denisov
Hi there, May you help me with the following. # pf.conf # # Translation # use a macro for the interface name, so it can be changed easily ext_if = fx0 # map daemon on 8080 to appear to be on 80 rdr on $ext_if proto tcp from any to any port 80 - 127.0.0.1 port 8080 # map daemon on to

install bsd

2008-11-11 Thread igor denisov
Hi there, There is zywall P1 Internet Security Appliance on market, is it possible to install openbsd on the device and to configure it in bridge mode? -- igor denisov.

Re: pf.conf

2008-11-11 Thread johan beisser
On Nov 11, 2008, at 5:38 PM, igor denisov wrote: ??? Would you tell me for sure what ports http, ssl, https, X, and lpt runs on, as well as daemons for them? Why? These are all documented already. Look at /etc/services and man pages.

Re: pf.conf

2008-11-11 Thread Jussi Peltola
On Wed, Nov 12, 2008 at 04:38:39AM +0300, igor denisov wrote: # use a macro for the interface name, so it can be changed easily ext_if = fx0 I think you mean fxp0. # map daemon on to appear to be on ssl rdr on $ext_if proto tcp from any to any port ?? - 127.0.0.1 port

Re: Dim console after exiting X

2008-11-11 Thread Michael
On Tue, Nov 11, 2008 at 1:55 PM, Brynet [EMAIL PROTECTED] wrote: Hi Ed, I've also seen this behaviour on a OptiPlex GX240, it has a ATI Rage 128 Pro TF card, the only solution I've found is to change the depth to 16 instead of the default 24. Just add DefaultDepth 16 to your Screen

Re: Can't SSH into CARP'd system from the outside

2008-11-11 Thread Vivek Ayer
I can access the web servers from the Internet on the two internet-facing ext_if, but not the CARP interface yet. I assume I just have to add an rdr rule which includes carp as well? On Tue, Nov 11, 2008 at 4:58 PM, Vivek Ayer [EMAIL PROTECTED] wrote: I can ssh from the outside into the non-CARP

How to NAT a site-site VPN tunnel

2008-11-11 Thread nuffnough
Hi, For ages now I've had a site-to-site vpn configured between my obsd server to a 3rd party client network. Thing is, they're accessing a box which has an rfc 1918 reserved address that they now want to use in their own network. I have a few other clients with other VPNs to the same address,

Using a separate boot partition

2008-11-11 Thread Joseph Alten
Due to technical constraints, my setup requires that I have a separate boot partition (basically the kernel and anything else critical for booting), and then of course my root partition other data partitions on a separate disk. I'm kind of new to OpenBSD, and so far what I've managed to do

Re: 4.4: crash in uvm_aiodone_daemon

2008-11-11 Thread jul
Pedro Martelletto wrote on 11/11/08 18:56: What was the actual panic message? sorry but the serial console was connected after crash, so i don't have initial message. This information is not in trace ? is there a command to recover it ? thanks Regards

Re: Using a separate boot partition

2008-11-11 Thread Douglas A. Tutty
On Tue, Nov 11, 2008 at 07:52:30PM -0800, Joseph Alten wrote: Due to technical constraints, my setup requires that I have a separate boot partition (basically the kernel and anything else critical for booting), and then of course my root partition other data partitions on a separate

Re: Using a separate boot partition

2008-11-11 Thread Joseph Alten
So there isn't really an option like I was describing? I was going to just create my / partition on my boot hard drive like you mentioned, but I seemed so close when I ran boot hd0a:/bsd -a at the boot prompt that I thought I was missing something in the documentation... Thanks anyway. On

Re: Using a separate boot partition

2008-11-11 Thread Girish Venkatachalam
On 19:52:30 Nov 11, Joseph Alten wrote: Due to technical constraints, my setup requires that I have a separate boot partition (basically the kernel and anything else critical for booting), and then of course my root partition other data partitions on a separate disk. I'm kind of new to

Re: Using a separate boot partition

2008-11-11 Thread Douglas A. Tutty
On Tue, Nov 11, 2008 at 08:31:42PM -0800, Joseph Alten wrote: So there isn't really an option like I was describing? I was going to just create my / partition on my boot hard drive like you mentioned, but I seemed so close when I ran boot hd0a:/bsd -a at the boot prompt that I thought I

Re: Using a separate boot partition

2008-11-11 Thread Douglas A. Tutty
On Wed, Nov 12, 2008 at 12:05:47AM -0500, Douglas A. Tutty wrote: On Tue, Nov 11, 2008 at 08:31:42PM -0800, Joseph Alten wrote: So there isn't really an option like I was describing? I was going to just create my / partition on my boot hard drive like you mentioned, but I seemed so

Re: Using a separate boot partition

2008-11-11 Thread Ted Unangst
On Tue, Nov 11, 2008 at 10:52 PM, Joseph Alten [EMAIL PROTECTED] wrote: Is there a kernel parameter I can pass that lets the kernel know ahead of time the root device I wish to mount? Basically I'm looking for the OpenBSD equivalent of root=/dev/xxx Linux kernel parameter. I think I managed

Re: Oптимизация бухгалтepcкoй cлужбы в уcлoвиях кpизиcа

2008-11-11 Thread Jonathan Schleifer
Am 12.11.2008 um 01:12 schrieb P!PP2P5QP=P8P:_PP4P5P;Q P2P5P9Q: C`loe cobpelemmoe hgkofemhe, c`l{e oockedmhe m`p`aorjh g`o`dm{u h orewecrbemm{u jolo`mhi, ophbgj` j op`jrhje! Ophuodhre!. That looks like it's XORed with some pattern like 0x1 for the first byte, 0x2 for the second byte, 0x3

Re: Oптимизация бухгалтepcкoй cлужбы в уcлoвиях кpизиcа

2008-11-11 Thread Pereresus ne Vlezaet Buggy
On 12 November 2008 P3. 09:59:56 Jonathan Schleifer wrote: Am 12.11.2008 um 01:12 schrieb P!PP2P5QP=P8P:_PP4P5P;Q P2P5P9Q: C`loe cobpelemmoe hgkofemhe, c`l{e oockedmhe m`p`aorjh g`o`dm{u h orewecrbemm{u jolo`mhi, ophbgj` j op`jrhje! Ophuodhre!. That looks like it's XORed with some

Re: pf.conf

2008-11-11 Thread disintx
On Tue, Nov 11, 2008 at 5:55 PM, johan beisser [EMAIL PROTECTED] wrote: On Nov 11, 2008, at 5:38 PM, igor denisov wrote: And the last question can firefox and nedit run with such pf.conf?? I'm unsure what you're asking. pf.conf is just a text file, any editor should be able to write a