Re: Simpliest issue tracking software?

2009-09-22 Thread Daniel Horecki
On Tue, Sep 22, 2009 at 12:09:57PM +0300, Gregory Edigarov wrote:
 Hello everybody,
 
 I am looking for an advice of which issue tracking system to use for a
 small team of admins (4 members)?
 OTRS, RT - are an overhead for our purposes. so we don't need anything
 fancy, all we need is to make sure all requests coming from our abonent
 department and users will be properly processed. 
 

Maybe you could try trac? It comes with wiki too, which could be usefull
for documentation.

Daniel

-- 
Daniel Horecki
http://morr.pl http://linux.pl http://netbsd.pl
HAIL ERIS!



Re: OpenBSD4.4 can ping ip but can't resolv Doname

2008-12-21 Thread Daniel Horecki
Je Sun, 21 Dec 2008 16:58:48 +0800 Linyin linyin...@gmail.com scribis:

 Installed openbsd,configure network.When I try ping ip address its
 ok,but use the doname is looks down.
 The dns server is ok,i try ping doname under winxp:
 
[...]
 # uname -a
 OpenBSD linyin.8800.org 4.4 GENERIC#1021 i386
 
 # ping www.openbsd.org
 ping: unknown host: www.openbsd.org
 
 # more /etc/hosts
[...]
 # more /etc/hostname.rl0
[...]
 # ping 129.128.5.191
[...]
 Im not using PF,and other firewall.Dose anyone can give me some
 advise?THANKS!

What about /etc/resolv.conf?

Daniel

-- 
Daniel Horecki
http://morr.pl http://linux.pl http://netbsd.pl
HAIL ERIS!



Re: Firefox 2.0.0.12

2008-04-08 Thread Daniel Horecki
On Tue, Apr 8, 2008 at 5:21 PM, Zbigniew Baniewski [EMAIL PROTECTED] wrote:
 On Tue, Apr 08, 2008 at 04:45:15PM +0200, Hannah Schroeter wrote:

   There should be the other ones; on the NetBSD 3.1 Firefox is ready to work
   in about 4 seconds... quite a difference, isn't it?
  
   Do they already do prebinding?

  AFAIK they have something called RelCache (aka ELF prebinding), f.e.
  http://mail-index.netbsd.org/tech-userlevel/2002/12/04/0017.html

  You mean, exactly this is making a difference?

If I recall correctly, it was never commited to the sources. Anyway,
NetBSD haven't any prelink/prebind feature now.

Daniel

-- 
Daniel Horecki
http://morr.pl



Re: What did you guys break with Xenocara??

2008-02-09 Thread Daniel Horecki
On 9 Feb 2008 08:16:23 -0800, Unix Fan [EMAIL PROTECTED] wrote:
 After I updated my OpenBSD 4.2 workstations with the released patches... VLC 
 media player crashes!

 VLC media player 0.8.6c Janus
 vlc:/usr/local/lib/vlc/codec/libquicktime_plugin.so: undefined symbol 
 'NewHandleClear'
 The program '.' received an X Window System error.
 This probably reflects a bug in the program.
 The error was 'BadAlloc (insufficient resources for operation)'.
   (Details: serial 475 error_code 11 request_code 145 minor_code 5)
   (Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)

 Come on guys... what happened? I've tried uninstalling VLC and reinstalling 
 it..
 and even deleting all .vlc related files in $HOME.


It happens on Linux too. Simply, the security fix for Xorg and
Xenocara was wrong:

https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/183969
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=461465
https://bugzilla.novell.com/show_bug.cgi?id=354593

You could back out 006 or wait for fix for security fix.

Daniel

-- 
Daniel Horecki
http://morr.pl



Re: How to stop cwm

2007-11-23 Thread Daniel Horecki
On Nov 23, 2007 5:23 AM, Zoong PHAM [EMAIL PROTECTED] wrote:
 How do I stop or get out of CWM?

 So far I have to use Ctrl-Alt-Backspace.

 My ~/.xinitrc is the same as /etc/X11/xinit/xinitrc except fvwm is
 replaced with cwm.


Just kill it. pkill cwm


-- 
Daniel Horecki
http://morr.pl



Re: Intel Core 2

2007-06-27 Thread Daniel Horecki

2007/6/27, Leonardo Rodrigues [EMAIL PROTECTED]:

Theo says that AMD is getting less helpful towards open source OS.
Well, that's great. We only have 2 big proc developers for i386, and
now those two are turning out crap products with diminishing
documentation =(

I wonder where this road will lead us.


To sparc64? ;)

Anyway, what about Transmeta?

--
Daniel 'Shinden' Horecki
http://morr.pl



Re: PHP mail() function + postFix + OpenBSD

2007-04-24 Thread Daniel Horecki

2007/4/24, Gregory ESNAUD-FREE [EMAIL PROTECTED]:

Hi World,

I've got some questions concerning the using of the mail() php function
under OpenBSD using Postfix as MTA.
Note that I only want to use my OpenBSD Postfix Server as a mail sender
for fogotten password of my web site ^^

First, the mail shell command works very well. I receive test mails
from [EMAIL PROTECTED] (using root login) towards
[EMAIL PROTECTED]
Second, the PHP cli (you know under shell) on a php script containing
the mail() php function works very well too (always under root login)

BUT, when i browsing (via FireFox or IE) and I clik on my button send
my password, nothing happen !! It's like the www users can't use the
/usr/sbin/sendmail...

Note that the script behind the html button is excatly the same I use
with the php line command and that nothing appears in /var/log/messages
or Maillog

Here is versions used:
OPENBSD 3.9
postfix-2.2.8p1 (installed via ports of ftp://bsd)
php-4.0


Do Apache is in chroot? Did you tried to run that php script in chroot?

--
Daniel 'Shinden' Horecki
http://morr.pl



Re: can't get mod_perl running

2007-03-28 Thread Daniel Horecki

2007/3/28, Daniel Barowy [EMAIL PROTECTED]:

Hello everyone,

  I've been struggling with this problem since yesterday, and if anyone
has any pointers, they would be appreciated.

$ pkg_info | grep mod_perl
mod_perl-1.29p0 module that embeds a Perl interpreter into Apache



After installing mod_perl you should run /usr/local/sbin/mod_perl-enable.
This message was displayed after installing package.

--
Daniel 'Shinden' Horecki
http://morr.pl



Re: clamav out of date?!

2007-03-24 Thread Daniel Horecki

2007/3/24, J Moore [EMAIL PROTECTED]:

LibClamAV warning - this version of the ClamAV engine is outdated

But I just upgraded to OBSD 4.0, upgraded my clamav package, and
verified I'm running the latest (0.90) version:

# clamd -V
ClamAV 0.90/2921/Sat Mar 24 07:52:12 2007



Newest version of clamav is 0.90.1. Until there isn't that version in
ports, ignore warning.

morr

--
Daniel 'Shinden' Horecki
http://morr.pl



Re: trouble making an X release

2007-03-04 Thread Daniel Horecki

2007/3/4, Peter [EMAIL PROTECTED]:

I am following FAQ 5.5 on building an X release (for my 4.0 system).

I have successfully made the base system release but when following the
below steps I get the error:

lndir: ../XF4: No such file or directory
make: don't know how to make build. Stop in /usr/Xbld.
make: don't know how to make release. Stop in /usr/Xbld.

I manually created the XF4 directory but it still didn't work:

make: don't know how to make build. Stop in /usr/Xbld.
make: don't know how to make release. Stop in /usr/Xbld.

What am I missing?


Source of X. It should be in /usr/XF4, you can download it by cvs or
tar.gz from ftp.

morr

--
Daniel 'Shinden' Horecki
http://morr.pl