more problems after last upgrade(s) pkg

2014-08-01 Thread Alex Keda
first: srv7# pkg -v 1.3.3 srv7# uname -a FreeBSD srv7.host-food.ru 9.2-RELEASE-p8 FreeBSD 9.2-RELEASE-p8 #0: Mon Jun 9 20:12:11 MSK 2014 t...@srv7.host-food.ru:/usr/obj/usr/src/sys/HOST-FOOD amd64 srv7# srv7# pkg install -fy ap22-mod_geoip2 Updating repository catalogue HostFood repository is

more problems фаеук last upgrade(s) pkg

2014-08-01 Thread Alex Keda
first: srv7# pkg -v 1.3.3 srv7# uname -a FreeBSD srv7.host-food.ru 9.2-RELEASE-p8 FreeBSD 9.2-RELEASE-p8 #0: Mon Jun 9 20:12:11 MSK 2014 t...@srv7.host-food.ru:/usr/obj/usr/src/sys/HOST-FOOD amd64 srv7# srv7# pkg install -fy ap22-mod_geoip2 Updating repository catalogue HostFood

[PKGNG] how display pkg list in repository

2013-02-05 Thread Alex Keda
pkg search '*' not work how I can find all pkg? or install all pkg from repository? ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to

[PKGNG] use more than one threads?

2013-01-30 Thread Alex Keda
man xz say about -T threads, --threads=threads but, when work pkg create -a it use only one: PID USERNAME THR PRI NICE SIZERES STATE C TIME WCPU COMMAND 48672 root1 1030 216M 117M CPU22 20:39 99.37% pkg create -a how I can use more than one CPU?

[PKGNG] how about remember repository used for installation?

2013-01-30 Thread Alex Keda
I have some servers, with standard soft settings, and can use general repository but, one/two applications have another settings (for example, samba, apache...) may be add to installed pkg some options, about 'install repository', and use it for update?

Re: [PKGNG] how about remember repository used for installation?

2013-01-30 Thread Alex Keda
30.01.2013 15:31, Alexander Yerenkow пишет: This is a narrow case of more wide problem. I think more general would be to have some sort of `pkg options` which will allow you to set up some options (port- and system- wide) to be preferred. So, in such case pkg would compare options of pkg form

Re: [PKGNG] how about reinstall key?

2013-01-21 Thread Alex Keda
21.01.2013 00:59, Matthew Seaman пишет: On 20/01/2013 20:05, Alex Keda wrote: some times, need pkg delete portname pkg install portname maybe add reinstall command, as pkg delete portname pkg install portname ?? pkg install -f pkgname Cheers, Matthew I know about

[PKGNG] where I can find $ABI?

2013-01-21 Thread Alex Keda
I create my own repository. but, $ABI I create as: v1=`uname -s | tr [:upper:] [:lower:]` v2=`uname -r | awk -F '.' '{print $1}'` v3=x86 v4=`sysctl -n hw.machine_arch | tr -d [:alpha:]` ABI=$v1:$v2:$v3:$v4 (for example) may be add some key to pkg command, for output pkg_get_myabi() result?

Re: [PKGNG] where I can find $ABI?

2013-01-21 Thread Alex Keda
21.01.2013 17:29, Baptiste Daroussin пишет: On Mon, Jan 21, 2013 at 05:08:09PM +0400, Alex Keda wrote: I create my own repository. but, $ABI I create as: v1=`uname -s | tr [:upper:] [:lower:]` v2=`uname -r | awk -F '.' '{print $1}'` v3=x86 v4=`sysctl -n hw.machine_arch | tr -d [:alpha:]` ABI

[PKGNG] how about reinstall key?

2013-01-20 Thread Alex Keda
some times, need pkg delete portname pkg install portname maybe add reinstall command, as pkg delete portname pkg install portname ?? ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe,

Re: [pkgng] case-sensitive search?

2013-01-12 Thread Alex Keda
12.01.2013 21:20, Chris Rees пишет: On 11 January 2013 19:30, Alex Keda ad...@lissyara.su wrote: 11.01.2013 23:05, Chris Rees пишет: On 11 January 2013 17:27, Alex Keda ad...@lissyara.su wrote: root@amazon:/home/lissyara # pkg -v 1.0.2 root@amazon:/home/lissyara # pkg search phpmyadmin root

Re: [pkgng] case-sensitive search?

2013-01-12 Thread Alex Keda
12.01.2013 21:50, Chris Rees пишет: On 12 January 2013 17:26, Alex Keda ad...@lissyara.su wrote: it's good, but - for search only? may be make to all commands? This was only a prototype patch. If it's not outright rejected, I'll add it to the other commands too :) OK =) Perhaps it could

[pkgng] case-sensitive search?

2013-01-11 Thread Alex Keda
root@amazon:/home/lissyara # pkg -v 1.0.2 root@amazon:/home/lissyara # pkg search phpmyadmin root@amazon:/home/lissyara # pkg search myadmin root@amazon:/home/lissyara # pkg search dmin phpMyAdmin-3.5.5 A set of PHP-scripts to manage MySQL over the web root@amazon:/home/lissyara #

Re: [pkgng] case-sensitive search?

2013-01-11 Thread Alex Keda
11.01.2013 23:05, Chris Rees пишет: On 11 January 2013 17:27, Alex Keda ad...@lissyara.su wrote: root@amazon:/home/lissyara # pkg -v 1.0.2 root@amazon:/home/lissyara # pkg search phpmyadmin root@amazon:/home/lissyara # pkg search myadmin root@amazon:/home/lissyara # pkg search dmin phpMyAdmin

pkg upgrade - Nothing to do

2012-11-11 Thread Alex Keda
HP# uname -a FreeBSD HP.lissyara.su 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Fri Jan 6 17:33:37 MSK 2012 lissy...@hp.lissyara.su:/usr/obj/usr/src/sys/GENERIC amd64 HP# grep -v ^# /usr/local/etc/pkg.conf packagesite: http://pkgbeta.FreeBSD.org/freebsd:9:x86:64/latest HP# pkg upgrade Updating

Re: pkg upgrade - Nothing to do

2012-11-11 Thread Alex Keda
On 11.11.2012 15:58, Julien Laffaye wrote: On 11/11/2012 12:26 PM, Alex Keda wrote: HP# uname -a FreeBSD HP.lissyara.su 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Fri Jan 6 17:33:37 MSK 2012 lissy...@hp.lissyara.su:/usr/obj/usr/src/sys/GENERIC amd64 HP# grep -v ^# /usr/local/etc/pkg.conf

Re: [HEADSUP] current switched by default to pkgng

2012-10-21 Thread Alex Keda
On 19.10.2012 23:19, Matthew Seaman wrote: skipped . https://github.com/pkgng/pkgng/commit/8e4cc67cffe8f0afd5c0e25651bd367e12196bbd BIG thanks! ___ freebsd-ports@freebsd.org mailing list

Re: [HEADSUP] current switched by default to pkgng

2012-10-19 Thread Alex Keda
On 10.10.2012 17:44, Baptiste Daroussin wrote: Hi all, If you are using the ports tree on a FreeBSD current setup, then you are concerned by the announce. As nvidia-drivers has been fixed and is now properly working with pkgng, the ports tree as been switch by default to use pkgng on

Re: [HEADSUP] current switched by default to pkgng

2012-10-19 Thread Alex Keda
On 19.10.2012 19:10, Vincent Hoffman wrote: On 19/10/2012 15:39, Alex Keda wrote: On 10.10.2012 17:44, Baptiste Daroussin wrote: Hi all, If you are using the ports tree on a FreeBSD current setup, then you are concerned by the announce. As nvidia-drivers has been fixed and is now properly

Re: [HEADSUP] current switched by default to pkgng

2012-10-19 Thread Alex Keda
On 19.10.2012 19:59, Chris Rees wrote: On 19 October 2012 16:16, Alex Keda ad...@lissyara.su wrote: On 19.10.2012 19:10, Vincent Hoffman wrote: On 19/10/2012 15:39, Alex Keda wrote: pkg command does not have key for list options - no autocompletions for example, for service command, I use

mod_authz_host mod_rpaf - incorrect work with IPv6 enabled

2011-04-07 Thread Alex Keda
problem - not work this: order allow,deny allow from ip 22.33.44.55 # My IP deny from all configuration - nginx frontend, apache2.2 backend, mod_rpaf for real IP apache say: 403, if I go through nginx-proxy and answer 200 if directly mod_rpaf work correct - in log - my IP, not server IP google

Re: compilation error of php52

2010-07-03 Thread Alex Keda
18.06.2010 07:21, Philip M. Gollucci пишет: You should file a bug. myself of ale@ will need to patch the php52 port to account for the changes to www/apche20. Alex Dupre does not support this port If you know how fix it - please say, I'm fix. ___

Re: php52 and Horde

2010-05-05 Thread Alex Keda
04.05.2010 17:28, Andrea Venturoli пишет: In Makefile, there's: .if ${PHP_VER} == 5 USE_PHP+= dom .else USE_PHP+= domxml .endif However, there is no php52-domxml; should php52-dom be used? Is the makefile wrong? Should it check for ${PHP_VER}==52? Or do I need to use some knob?

Re: Is there PHP 5.2.x in ports? yes.

2010-04-24 Thread Alex Keda
24.04.2010 02:37, Антон Клесс пишет: There are no archivers/php52-zlib. So, it is unavailable to install lang/php52 with lang/php5-extensions, having zlib extension choosen at make config. now, is avalible from old tree unavalible only: devel/php52-geshi devel/php52-ice devel/php52-phing

Re: PHP 5.2 (lang/php52) port

2010-04-15 Thread Alex Keda
15.04.2010 15:40, Boris Samorodov пишет: On Wed, 14 Apr 2010 21:42:44 +0400 Alex Keda wrote: I am ready to support this set of ports. Then send a PR for a new php52 port with you as a maintainer. Ерфтлы! ___ freebsd-ports@freebsd.org

Re: PHP 5.2 (lang/php52) port

2010-04-15 Thread Alex Keda
15.04.2010 15:40, Boris Samorodov пишет: On Wed, 14 Apr 2010 21:42:44 +0400 Alex Keda wrote: I am ready to support this set of ports. Then send a PR for a new php52 port with you as a maintainer. Sorry =) I say 'Thanks

Re: PHP 5.2 (lang/php52) port

2010-04-14 Thread Alex Keda
14.04.2010 16:15, Guido Falsi пишет: The maintainer of the php ports has already stated that maintaining the php port framework is a considerable burdern. I'm not him. I'm quite happy with the presenty situation since I run very few php webapps written by others(and various smallish ones

Re: FreeBSD Port: php5-5.2.11_1 upgrade path to 5.3.0/1

2009-12-07 Thread Alex Keda
Miroslav Lachman пишет: Seriously - if ports team is willing to have legacy versions in ports, we need to discuss some rules for this work. Not just for PHP, but more general. In which conditions we need/allow them, the naming conventions (some ports already have more versions but names are

Re: [RFC] PHP 5.3

2009-12-02 Thread Alex Keda
Alex Dupre пишет: Note: Zend decided to not support FreeBSD anymore, so a new ZendOptimizer release for php 5.3 will never be released. I am very disappointed. Perhaps those who are interested will write about this here: http://forums.zend.com/viewtopic.php?f=57t=2412 and, may be, something

Re: DragonFlyBSD mail agent

2009-01-09 Thread Alex Keda
Gonzalo Nemmi пишет: On Thursday 08 January 2009 12:08:55 pm Michel Talon wrote: Hello, would it not be interesting to have the DragonFlyBSD mail agent in FreeBSD? It is a very simple mail agent, like ssmtp, but with some more features: it can either deliver mail locally for local users or

after last update xmms get all processor resourses

2008-12-04 Thread Alex Keda
subj. last pid: 2718; load averages: 0.87, 1.08, 1.15 up 0+18:02:08 11:17:45 134 processes: 4 running, 130 sleeping CPU: 9.7% user, 0.0% nice, 49.8% system, 1.9% interrupt, 38.6% idle Mem: 398M Active, 730M Inact, 414M Wired, 488K Cache, 194M Buf, 307M Free Swap: 905M Total, 905M

Re: after last update xmms get all processor resourses

2008-12-04 Thread Alex Keda
Garrett Cooper пишет: On Thu, Dec 4, 2008 at 12:20 AM, Alex Keda [EMAIL PROTECTED] wrote: subj. last pid: 2718; load averages: 0.87, 1.08, 1.15 up 0+18:02:08 11:17:45 134 processes: 4 running, 130 sleeping CPU: 9.7% user, 0.0% nice, 49.8% system, 1.9% interrupt, 38.6% idle Mem

Re: after last update xmms get all processor resourses

2008-12-04 Thread Alex Keda
Sergey N. Voronkov пишет: Helo! last pid: 2718; load averages: 0.87, 1.08, 1.15 up 0+18:02:08 11:17:45 134 processes: 4 running, 130 sleeping CPU: 9.7% user, 0.0% nice, 49.8% system, 1.9% interrupt, 38.6% idle Mem: 398M Active, 730M Inact, 414M Wired, 488K Cache, 194M Buf, 307M

Openoffice3 with CURRENT x64

2008-10-14 Thread Alex Keda
I have 2 box with FreeBSD CURRENT x64 I compile openoffice3 from ports tree, and have: == lissyara$ sh -xv /usr/local/bin/openoffice.org-3.0.0.b2 #!/bin/sh # # $FreeBSD: ports/editors/openoffice.org-3/files/openoffice.org-wrapper,v 1.5 2008/07/12 22:56:44 maho Exp $

portupgrade 'dovecot' failed

2008-09-09 Thread Alex Keda
--- Backing up the old version --- Uninstalling the old version --- Deinstalling 'dovecot-1.1.2_1' Dovecot is still running. Shall I stop it? [y]? If you do not intend to reinstall Dovecot, you should manually remove the user 'dovecot' (uid='143') and the group 'dovecot' (gid='143').

Re: obexftp - call for testers

2008-02-25 Thread Alex Keda
amd64, 8-CURRENT - obexapp/obexftp - not work... obexapp - silent die, obexftp - cannot connect = acer# obexapp -c -a nokia-6085 -C ftrn acer# obexftp --bluetooth `bthost -b nokia-6085` --channel 10 --capability Connecting...failed: connect Still trying to connect

Re: obexftp - call for testers

2008-02-25 Thread Alex Keda
Alex Keda пишет: amd64, 8-CURRENT - obexapp/obexftp - not work... obexapp - silent die, obexftp - cannot connect = acer# obexapp -c -a nokia-6085 -C ftrn acer# obexftp --bluetooth `bthost -b nokia-6085` --channel 10 --capability Connecting...failed: connect Still trying

[Fwd: Re: obexftp - call for testers]

2008-02-19 Thread Alex Keda
bluetooth devices and/or the whole mobile (by removing batteries in my case :-() after doing some transfers. This is *not* a problem specific to obexftp. Its happening with a lot of other peers and usage scenarios too. Gruss Dierk Zitiere Alex Keda vom Sun, Feb 17, 2008 at 06:01:22PM +0300: Peter

Re: obexftp - call for testers

2008-02-17 Thread Alex Keda
Peter Jeremy пишет: On Fri, Feb 15, 2008 at 02:50:36PM +0100, Dierk Sacher wrote: This is a 'works for me' port. I've only been able to test it with 6.2-RELEASE on i386 with only one mobile over bluetooth. I did not test anything else (usb, IR ...). I wouldn't mind having obexftp to

Re: FreeBSD Port: php4-4.4.7_1

2007-09-30 Thread Alex Keda
Thomas S. Crum - AAA Web Solution пишет: Dear sir, I am trying to compile from ports and it is failing. Googling the error the closest thing I find points me to autoconf problems, and I notice that was changed in the makefile recently? This is happeing for both php4 and php5 from the ports

[dri] mach64.o kernel module version is 1.0.0, but version 2.x is needed (with 2.x = 2.0).

2007-09-19 Thread Alex Keda
after upgrade from xorg7.2 to xorg7.3 I loss Direct rendering (II) ATI(0): [drm] SAREA 2200+1208: 3408 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: Open failed

[Fwd: Cannot compile desktopbsd-tools on x64, FreeBSD-CURRENT]

2007-09-12 Thread Alex Keda
Тема: Cannot compile desktopbsd-tools on x64, FreeBSD-CURRENT Дата: Wed, 12 Sep 2007 14:45:49 +0200 От: Urankar Mikaël [EMAIL PROTECTED] Кому: [EMAIL PROTECTED] Hello, here is the patch I use : --- ./libdesktopbsd-ui/moddevinfo.ui.h.orig 2007-09-10 12:09:11.0 +0200

Cannot compile desktopbsd-tools on x64, FreeBSD-CURRENT

2007-09-11 Thread Alex Keda
on my laptop (AMD64, FreeBSD7.0) i cannot compile desktopbsd-tools. On i386 (CURRENT) - compiled successful. acer# uname -a FreeBSD acer.lissyara.int.otradno.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Sun Sep 9 23:51:55 MSD 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/main-color-console

desktopbsd-tools not compile on FreeBSD current

2007-07-29 Thread Alex Keda
acer# uname -a FreeBSD acer.lissyara.int.otradno.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Sun Jul 29 11:48:46 MSD 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/main-color-console amd64 acer# acer# cd /usr/ports/sysutils/desktopbsd-tools/ acer# make === Vulnerability check