Displaying 20 results from an estimated 200 matches similar to: "building resize fails due to lack of Unix module"
2013 Jan 14
3
enable build for ocaml bytecode
This is a first attempt to build libguestfs with just a ocaml bytecode
compiler. The three tools written in ocaml will be build only when an
ocamlopt compiler is available.
Olaf
---
Makefile.am | 5 ++++-
configure.ac | 2 ++
ocaml/Makefile.am | 20 +++++++++++++++++---
resize/Makefile.am | 2 +-
sparsify/Makefile.am | 2 +-
sysprep/Makefile.am | 2 +-
6
2014 Oct 10
2
Re: missing btrfs subvol support
On Fri, Oct 10, Richard W.M. Jones wrote:
> My guess is that the last one (opt/value) will be different for you.
Thanks for the pointers. I will poke around. At least augtool on the
host seems to behave correctly:
olaf@bax:~ $ cd /dev/shm/$$
bash: cd: /dev/shm/3570: Datei oder Verzeichnis nicht gefunden
olaf@bax:~ $ mkdir $_
olaf@bax:~ $ cd $_
olaf@bax:/dev/shm/3570 $ mkdir etc
2005 Aug 19
1
Win98 share "does not exist"?
SUSE93 system with these samba packages:
kbase3-samba-3.4.0-28
samba-3.0.12-5
samba-client-3.0.12-5
yast2-samba-client-2.11.5-3
yast2-samba-server-2.11.14-3
YAST -> "Security and Users" -> "Firewall" - stop firewall.
YAST -> "Network Services" -> "Samba Client" - Workgroup=BAX
Desktop -> "Network Browsing" -> "SMB
2014 Nov 06
0
Fwd: Fwd: Re: google talk plugin for google hangout not loading(SOLVED)
Hey Bax,
Thank you for the help.
I've got a 32 bit system so this is the path I needed. If you have a 64
bit system use the link below this one.
https://dl.google.com/linux/talkplugin/rpm/stable/i386/google-talkplugin-5.4.2.0-1.i386.rpm
-------- Forwarded Message --------
Subject: Re: [CentOS] google talk plugin for google hangout not loading
Date: Thu, 6 Nov 2014 01:02:02 +0100
From:
2003 Mar 22
1
Redhat 8 printcap
Baxter,
I could be wrong, but I thought /etc/printcap was the config for bsd style printing - not cups. Anyone?
--
Christopher Barry
Manager of Information Systems
InfiniCon Systems
http://www.infiniconsys.com
-----Original Message-----
From: Baxter Shepperson [mailto:baxshep@cox.net]
Sent: Friday, March 21, 2003 5:24 PM
To: samba@samba.org
Subject: [Samba] Redhat 8 printcap
I am trying to
2002 Nov 17
0
A little help w/ Debian Samba and XP clients
Hi list. I'm a Marine based near San Diego CA and I'm trying to setup
a Libranet/Debian box as a file and printserver. The main goal is
printing right now. I have good connectivity (ping and resolve by
NETBIOS name). I have enabled File and Print Sharing on my Windows
clients as well as making the appropriate entries in my hosts file.
NETBIOS is aslo enabled as well as using the
2003 Mar 21
0
Redhat 8 printing problems Printcap?
Hi list. I'm having problems w/ printing using Samba on Redhat 8. Shared
drives work fine yet my CUPS printing doesn't work. I sure appreciate any
input. For what it's worth, I couldn't find any printing related errors in
/var/log/samba/. I notice that the printcap doesn't have a sub-directory
named cups like my old Debian box. Could that be it? Here's my smb.conf
2014 Jan 17
1
Which multi-platform client-side Python library implements AMI ?
Hi,
Though ARI exists these days, is there any Python library implementing AMI
that fulfil the following requirements :
- client-side (may be installed on bax in which Asterisk is not running)
- multi-platform (Linux, Windows)
- take care of filtering various events to simplify operations such as
login/logout, origination,
- include some examples.
Regards
-------------- next part --------------
2010 Dec 01
1
Prawn : undefined method `make_table'
require ''prawn''
require ''prawn/core''
require ''prawn/layout''
Prawn::Document.new do |pdf|
subtable = pdf.make_table([[ "foo", "bar" ], [ "baz", "bax" ]],
:column_widths => [ 50, 50 ]) {
column(0).background_color = "808080"
cells.borders = []
2006 Jul 15
1
Find peaks in histograms / Analysis of cumulative frequency
Hello all,
I have some histograms of amount of DNA in some cells (DU145 cells
overexpressing Bax and Bcl-xL for those who wish to know). The histograms
show not only two peaks as expected, but three, indicating that some cells
have more than normal amounts of DNA.
I am interested in knowing how much of the cell populations are in each peak
as well as between.
I am not really sure how to go
2003 Mar 22
1
Redhat 8 Samba+CUPS
Hi all. In the interest of using a more mainstream business distribution, I
changed my faithful file/printserver over to Redhat 8.0 from Debian Testing.
Now, my shared directories are working fine but printing is not working. I
can browse to the printer using net view or Network Neighborhood in Windows
or using smbclient -L in Linux but printing is not working. I've checked
2014 Nov 02
3
CentOS 6.6: Webcam problem
Hi I have a lenovo w530 laptop with integrated camera. with the new kernel 2.6.32-504.el6.x86_64 webcam dont' works on
/var/log/messages i can see: localhost kernel: uvcvideo: Failed to submit URB 0 (-28).
If I boot with old kernels webcam is ok can I fix it? can someone file a bug report? thanks
2014 Oct 10
5
missing btrfs subvol support
Is btrfs subvol support failing just for me? Looks like nothing adds the
required '@/' string. virt-ls uses the first variant of the command:
><rescue> mount -vo subvol=var/spool,ro /dev/sda2 /sysroot/
[ 113.852047] BTRFS info (device sda2): disk space caching is enabled
[ 113.852869] BTRFS: has skinny extents
mount: mount(2) failed: No such file or directory
><rescue>
2002 Sep 10
3
wine initialising... then nothing
I installed WPO2000 on RedHat 7.2 - it worked fine for a while. I used the
updated install scripts and Mr. Torrie's CorelWine rpm. It has been
working fine for a couple of weeks (and continues to do so on another
machine). Now when I start the WP application, I get a window that says
"Wine initializing...", then it goes away (a little too quickly, I think),
and then...
2007 Nov 28
3
Multiple Return Values from func_odbc
Is there any way to return multiple values from functions defined in func_odbc.conf?
It appears that you can only return one value.
True? Hope not....
Doug.
____________________________________________________________________________________
Be a better pen pal.
Text or chat with friends inside Yahoo! Mail. See how. http://overview.mail.yahoo.com/
-------------- next part
2007 Dec 06
3
Setting Multiple Values via func_odbc ...?
I need to insert/update multiple MySQL columns in a single row with the func_odbc function at the SAME TIME.
Someone showed me how to use ARRAY to retrieve multiple values at the same time, but I need to SET multiple values.
Can this be done?
If not, I will just stick with MySQL, but that's a pain in the ass because the asterisk-addons package has no default rpm spec file for building an
2012 Apr 30
5
[PATCH 0/4 v1] Remove gettextify, implement OCaml gettext.
Version 1 of the patch, for discussion, but not to be applied. It
does work, but needs a lot more testing.
This removes all the psychopathic gettextify cruft, and replaces it
with a 99 line Makefile.am. A large win, I think.
The third patch implements gettext support in the OCaml tools.
The fourth patch is just for illustration. It shows the consequent
changes to libguestfs.pot and the po
2012 Oct 24
4
Z score
Hi,
I need to find the z-score of the data present in a speardsheet. The values
needs to be calculated for each gene across the samples (refer the
example). And, it should be a simple thing, but I am unable to do it right
now !
The example re the structure of the spreadsheet is -
# Example:
MyFile <- read.csv( text=
"Names,'Sample_1','Sample_2','Sample_3'
2003 Jul 18
1
Continuing problem with domain trusts
Setup:
Samba3beta3 domain (NEWDOM) with a single PDC. No winbind activated.
Uses smbpasswd for user authentication.
Windows 2K AD (OLDDOM) domain with two DCs.
I've been struggling to get a trust established one way with these two
domains. Since I have a native W2K AD domain, I have to use AD domain tools
to establish the trusts. I followed the documentation regarding creating a
2003 Mar 23
4
What am I missing here?!
OK, I've tried changing my printcap name from printcap to cups. Printing
works fine locally using CUPS on the Samba box. What am I missing here? Why
can't I print to the Samba box via the Windows and linux clients? Shared
directories work fine. I am really frustrated here and have exhausted Google
and all other resources I have. Here's my smb.conf for what it's worth.