Displaying 20 results from an estimated 9000 matches similar to: "archaeology"
2003 Jan 28
1
can't create user entries in smbpasswd
Hi all,
after installing samba 2.2.5 (on Solaris8 running NIS+) it is not
possible to create user entries in smbpasswd.
I generated the smbpasswd file by
# cat /dev/null | /samba/samba-2.2.5/source/script/mksmbpasswd.sh >
/usr/local/samba/private/smbpasswd
-----
then tried to create user entry "dummy" in smbpasswd by
(user "dummy" exists under NIS+)
# smbpasswd -a dummy
2007 Apr 18
0
Zidane Headbutt - A Flash Jigsaw Puzzle - .
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 13487 bytes
Desc: not available
Url : http://lists.linux-foundation.org/pipermail/virtualization/attachments/20070322/2daa12a4/attachment.gif
2007 Apr 18
0
ridicule
Skipped content of type multipart/alternative-------------- next part -----=
---------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 13619 bytes
Desc: not available
Url : http://lists.linux-foundation.org/pipermail/virtualization/attachment=
s/20070322/ce742ba0/attachment.gif
2007 Apr 18
0
Zidane Headbutt - A Flash Jigsaw Puzzle - .
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 13487 bytes
Desc: not available
Url : http://lists.linux-foundation.org/pipermail/virtualization/attachments/20070322/2daa12a4/attachment.gif
2007 Apr 18
0
ridicule
Skipped content of type multipart/alternative-------------- next part -----=
---------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 13619 bytes
Desc: not available
Url : http://lists.linux-foundation.org/pipermail/virtualization/attachment=
s/20070322/ce742ba0/attachment.gif
2012 Feb 02
1
"shifted" bar chart / battleship curve
What I want to do is create a horizontal bar chart matrix for a set of data that have a common set of variables (e.g., % of As, % of Bs, etc.) listed on the Y-axis and groups (e.g., Classes) on the X-axis. The key here is that the bars for each individual class plot are "centered" rather than left or right-justified. In archaeology plots similar to this are called battleship curves or
2010 Jul 15
3
Bug#589176: xen-utils-common: replace gawk with awk in scripts and Depends
Package: xen-utils-common
Version: 4.0.0-1
Severity: wishlist
Tags: patch
I am not a gawk/mawk expert, but I looked carefully at the few uses of
gawk that I saw in /etc/xen/scripts/vtpm-common.sh and network-bridge,
and I did not see anything that was gawk-specific. It would be nice if
they could be changed to awk and the dependency on gawk removed.
base-files is Essential: yes and it
2010 Feb 18
1
Errors compiling tinc 1.0.12 on QNAP NAS (x86)
Hello,
first of all - thanks for creating tinc! It has become an invaluable
tool for me to securely join a multitude of servers and clients through
a VPN.
Today, I was trying to compile Tinc 1.0.12 on my newly purchased x86
Linux-based QNAP TS-239 Pro NAS device (Kernel 2.6.30.6).
The configure-script finishes without error (see attached config.log).
However, configure.status fails with
2003 May 16
1
awk/gawk
A quickie question: Could someone tell me why, on RELENG_4, we have a
gawk(1) manpage but no gawk executable? Given the manpage links, and
the fact that our system awk is really built from gawk sources, I'd
expect to have a link from /usr/bin/gawk to /usr/bin/awk (or vice
versa).
Thanks,
Bruce.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
2010 May 15
2
febootstrap failure
On Fri, May 14, 2010 at 11:02:36PM -0400, Aron Griffis wrote:
> Hi again Rich,
>
> I'm trying to use febootstrap to install either rawhide or f13,
> but my attempts are failing.
>
> $ sudo febootstrap fedora-13 /mnt/jubjub-f
> ...
> Running rpm_check_debug
> ERROR with rpm_check_debug vs depsolve:
> libc.so.6()(64bit) is needed by procmail-3.22-25.fc12.x86_64
2014 Dec 11
2
awk vs. mawk
On Dec 10 23:04:44, mle+la at mega-nerd.com wrote:
> Definitely interested in a cross platform solution to this.
Diff below. Please test.
On Dec 03 13:21:16, hans at stare.cz wrote:
> On Nov 30 14:33:47, hans at stare.cz wrote:
> > On Nov 26 22:39:27, hans at stare.cz wrote:
> > > ./test_replaygain.sh fails for me in tonegenerator(), saying:
> > >
> > >
2017 Mar 17
1
[PATCH] p2v: un-duplicate common dependencies
Move all the dependencies with the same name in all the distributions to
a single list at the end.
There should be no change to the package list used to build the p2v ISO.
---
p2v/dependencies.m4 | 72 ++++++++++++++++-------------------------------------
1 file changed, 21 insertions(+), 51 deletions(-)
diff --git a/p2v/dependencies.m4 b/p2v/dependencies.m4
index 21541b4..e590f57 100644
---
2014 Dec 03
0
awk vs. mawk
On Nov 30 14:33:47, hans at stare.cz wrote:
> On Nov 26 22:39:27, hans at stare.cz wrote:
> > ./test_replaygain.sh fails for me in tonegenerator(), saying:
> >
> > ./test_replaygain.sh[91]: mawk: not found
> > Testing FLAC replaygain 8000 (8000 x 1) ... -: ERROR: got partial sample
> >
> > Apparently, the tone-generating awk script does not work with
>
2011 May 20
1
[LLVMdev] Compile a project into LLVM Bitcode
> You can use Clang to compile source to bitcode:
>
> clang -c hello.c -emit-llvm -o hello.bc
>
Yes.
My problem is to automatically create .bc files with ./configure &&
make. Ideally, when compiling a project like "grep", I'd like to obtain
a single .bc file containing all the project's functions, instead of the
grep binary executable.
I already tried
2004 Mar 23
1
question on R's makefile and configure system
I am trying to make a compiled slackware package for R and I am stuck on one point.
Is there a variable I can set on the "make install" step to cause the R files to be copied into a
subdirectory, instead of being copied into the prefix path specified in "./configure
--prefix=/usr" anchored at root?
With a lot of packages that use autoconf, the variable DESTDIR serves that
2004 Aug 06
0
ices-2.0.0 install problem
Hello
when i install ices-2.0.0, i can't finish "./configure", system said
as fellow:
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C
2014 Dec 10
1
awk vs. mawk
(ping, if there is any interest).
On Dec 03 13:21:16, hans at stare.cz wrote:
> On Nov 30 14:33:47, hans at stare.cz wrote:
> > On Nov 26 22:39:27, hans at stare.cz wrote:
> > > ./test_replaygain.sh fails for me in tonegenerator(), saying:
> > >
> > > ./test_replaygain.sh[91]: mawk: not found
> > > Testing FLAC replaygain 8000 (8000 x 1) ... -: ERROR:
2008 Sep 02
1
Unable to compile mod_jk on Centos 5.2 64-bit
Hi Friends,
I am trying to compile mod_jk on Centos 5.2 64-bit but I am getting
apxs not found. Whereas apxs is already there on the server
type apxs
apxs is /usr/sbin/apxs
./configure CFLAGS=' -arch x86_64 ' APXSLDFLAGS=' -arch x86_64 '
--with-apxs=/usr/sbin/apxs
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
2014 Dec 11
1
awk vs. mawk
On Dec 11 00:40:09, mle+la at mega-nerd.com wrote:
> Jan Stary wrote:
>
> > gawk 4.0.1 and 4.1.1 works for me too.
> >
> > Erik, do you please remember what exactly happened here:
> > https://git.xiph.org/?p=flac.git;a=commit;h=5797009fa2beb0426d74485e7624775e2e58e1d1
> >
>
> Unfortunately I don't remember.
>
> > Does gawk >= 4.0.1 still
2012 Mar 13
0
CEBA-2012:0385 CentOS 6 gawk FASTTRACK Update
CentOS Errata and Bugfix Advisory 2012:0385
Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-0385.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
762c118cecd3b40fd2826a855a56feda50e2de2f9961ec657e4917fc7ca88690 gawk-3.1.7-9.el6.i686.rpm
x86_64: