Displaying 20 results from an estimated 1000 matches similar to: "Introducing py-pkg: Python wrappers for libpkg (pkgng)"
2013 Dec 11
2
libc_nonshared.a missing on 10.0-RC1
Hi all!
Yesterday I upgraded to FreeBSD 10.0-RC1 through freebsd-update. Everything
seemed fine until I decided to upgrade my ports today.
There was a new version of pkg which built fine up until the linking:
===> Building for pkg-1.2.3
--- all ---
===> libpkg (all)
--- objwarn ---
--- libpkg.so.1 ---
--- objwarn ---
Warning: Object directory not changed from original
2013 May 07
1
packages (binary) update best practice
Hi all,
I have update recently to freebsd 9.1 via freebsd-update and I was quite
happy with the process and the instructions on freebsd-handbook, I think
well documented.
But I would like to understand what is the best practice to update the
ports too as I used the package tools (pkg_add -r) to add few package to
the base install. Keeping in mind my server have disk space constrain
(small disk
2013 Nov 20
1
10.0 BETA3 - nanobsd.sh does not use pkg
Hi, all,
I just wanted to report that. I do not yet have a patch to suggest.
nanobsd.sh cust_pkg() still tries to call pkg_add and fails when
adding packages to the NANO_WORLD_DIR. tbz vs. txz ?
Kind regards
Patrick
--
punkt.de GmbH * Kaiserallee 13a * 76133 Karlsruhe
Tel. 0721 9109 0 * Fax 0721 9109 100
info at punkt.de http://www.punkt.de
Gf: J?rgen Egeling AG Mannheim 108285
2012 Dec 20
4
repo.txz missong on packages-9-stable for pkg
Hello :-)
I want to test new "pkg" tool, but it complains that there is no
repo.txz file on the repository:
# pkg install libreoffice
Updating repository catalogue
pkg: ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/All//repo.txz:
File unavailable (e.g., file not found, no access)
I have set PACKAGESITE to packages-9-stable repository :-)
Will this support stable
2004 Dec 14
0
Samba 3.0.9 + Windows SP2
Hi,
I have problem with Samba 3.0.9 (Version 3.0.9-Debian).
After start or restart I can seel computers (Windows XP stations).
After a half hour all Windows XP with SP2 are going invisible. It
possible to connect them by \\computer_name, but to unhide you
must restart Samba.
[global]
panic action = /usr/share/samba/panic-action %d
workgroup = worgroup_name
server string = %h server
2013 Mar 06
1
Strange reboot since 9.1
Hello,
Since FreeBSD 9.1 I have strange problems with the distribution. Some
servers are rebooting without any kernel panic, instanly. First i
thought it's a problem with my KVM system, but one of my FreeBSD under a
Dell R210 have the same problem.
The servers concerned are now:
- Monitoring server
- LDAP test server
- Some other servers, randomly (not in production).
First i thought it's
2006 Jan 13
0
[PATCH] Fix error(help) messages in main.py and shutdown.py
This patch fixes error(help) messages in main.py and shutdown.py.
1.change the maximun number of argument for xm_reboot
2.unify error message for xm_shutdown
Signed-off-by: Yoshinori Katase <y_katase@soft.fujitsu.com>
Best Regards,
Yoshinori Katase
diff -r 1e1107e3d894 tools/python/xen/xm/main.py
--- a/tools/python/xen/xm/main.py Wed Jan 11 19:14:27 2006
+++
2005 Oct 21
1
problems with tools/pygrub/setup.py and xen/xm/main.py
When making the "unstable" version I got an in "tools". There was a complaint
about "cc.has_function" in the following code area in tools/pygrub/setup.py
if cc.has_function("ext2fs_open"):
ext2defines.append( ("HAVE_EXT2FS_OPEN2", None) )
else :
sys.stderr.write ("Warning: older veriosn of e2fsprogs installed ...")
2013 Nov 03
1
FreeBSD 10 Beta 2: make installkernel failure with installer provided ZFS configuration.
Hi,
I was trying to rebuild world on a FreeBSD 10 test system, that I had just
installed. ZFS root was setup. I let the installation program do all the
ZFS setup and configuration. I put root on a 5 disk encrypted raidz array.
Besides the installer configuring 5 times the amount of swap space I asked
for (asked for 8gb, installer put 8gb on each drive, for 40gb in total.)
everything was working
1999 Nov 22
1
tcp-wrappers not being used even w/ --with-tcp-wrappers
Howdy,
It seems that even when specifying the --with-tcp-wrappers configure
flag, the LIBWRAP define in config.h never gets #define'd and -lwrap
never gets added to LIBS in the Makefile. To make sure I wasn't
dealing with a stale configure file, I ran autoconf on configure.in
to roll a new configure. I also don't see anything wrong with the
--with-tcp-wrappers defined in
2006 Oct 02
1
py-htbstat
Hi all,
updated py-htbstat: http://www2.ldc.net/~dor/py-htbstat/
Some screenshots: http://www2.ldc.net/~dor/py-htbstat/shots/shots.html
It''s now possible to use classids in form ''xxxx:xxxx'' now (actually i
dont know why i''ve made it to use ''1:xxxx'' only :-)
--
_,-=._ /|_/|
`-.} `=._,.-=-._., @ @._,
`._ _,-.
2011 Jan 30
1
py-yaml complaints from yum
hello list!!
I'm having a curious issue.. if I type yum update -y the system
complains of a PyYAML dependency:
--> Finished Dependency Resolution
PyYAML-3.08-4.el5.x86_64 from installed has depsolving problems
--> Missing Dependency: libyaml-0.so.1()(64bit) is needed by package
PyYAML-3.08-4.el5.x86_64 (installed)
Error: Missing Dependency: libyaml-0.so.1()(64bit) is needed by
2006 Mar 06
0
[patch] xenmon.py: add next/previous bindings to curses mode
Cycling around many CPUs in XenMon''s curses mode can get cumbersome.
This trivial patch adds bindings to move to the previous CPU. The
next/previous binding seems more natural to me than the earlier cycle
binding, but we can keep them all for now.
# HG changeset patch
# Node ID 146b5c76086c07fad61bea7ccf60f2f4fd66abbd
# Parent 7dd31dbf16e75f0f70e0f9c44b2bb2b5fc6eecf1
Add next/previous
2005 Jun 01
0
[PATCH] remove ununsed code in XendDB.py
This patch removes some unused methods from XendDB.py in -unstable (as
of ChangeSet@1.1623)
Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
$ diffstat xenddb.patch
XendDB.py | 11 -----------
1 files changed, 11 deletions(-)
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2012 Feb 08
0
[PATCH] remove references to removed libflask from setup.py
# HG changeset patch
# User Olaf Hering <olaf@aepfle.de>
# Date 1328707901 -3600
# Node ID b730f1f980bdc1edcebf7dbbbb5253ccafcd8c04
# Parent 3574f4d67843733ccaabab5f8ebb859c99d7314a
remove references to removed libflask from setup.py
Build in SLES11 SP1/2 fails after libflask removal.
> building ''flask'' extension
> error: ../../tools/flask/libflask/libflask.so: No
2003 Jun 05
0
FW: How do I emulate a harddrive instead of a flop py?
OK, seem to have answered my own question... I think. We'll see how it works out. Basically I should've been asking for some help in the dosemu forums because that's where I needed the help. I think I get it now....
mkdiskimage whatever size you need
Set up dosemu to boot the precise DOS flavor you want from mounted folder
also mount the image as secondary HDD
fdisk, format, sys, etc
2008 Sep 03
0
[XSM][PATCH] XSM python tools patch - remove autogenerated xsm.py
- The patch does away with the autogenerated xsm.py file and introduces a
config parameter in xend-config.sxp to determine the security module. The
parameter is (xsm_module_name {acm, dummy, flask}). The default
setting/option is dummy. .hgignore is also updated to stop ignoring xsm.py
on commits.
- The patch has created an xsconstant for XS_POLICY_FLASK and updated the
toolchain to check the
2005 Jul 18
0
remove EventTypes.py
please remove tools/python/xen/xend/EventTypes.py in -testing tree, as
it is not in use.
regards,
aq
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2009 Feb 10
0
[PATCH] pciquirk.py can refer to undeclared variable
# HG changeset patch
# User dme@aw
# Date 1234261891 0
# Node ID 1efbb12b68601ff4ed928fbb2b27123643136747
# Parent 72cac93428513c23f3a433d2a16dab010881bb07
PCIQuirk`__devIsUnconstrained refers to an undeclared variable if
/etc/xen/xend-pci-permissive.sxp doesn''t exist.
Signed-off-by: David Edmondson <dme@sun.com>
diff -r 72cac9342851 -r 1efbb12b6860
2007 Jan 14
1
Bug#406863: xenmon.py isn't in the execution search path
Package: xen-utils-3.0.3-1
Version: 3.0.3-0-2
For some reason, xenmon.py is not in the search path - maybe an issue
of the wrapper used by the xen Debian packages seems to be only a link
to the wrapper is missing the program exists in the package
xen-utils-3.0.3-0-2 and the follwoing make it work:
ln -s ../lib/xen-common/bin/xen-utils-wrapper /usr/sbin/xenmon.py
ln -s