Displaying 15 results from an estimated 15 matches for "msg00025".
Did you mean:
msg00022
2014 Jan 05
2
Build libguestfs error with undefined reference to `tgetnum'
...fish'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/root/libguestfs-1.24.3/fish'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/libguestfs-1.24.3'
make: *** [all] Error 2
I've read this page
http://www.redhat.com/archives/libguestfs/2012-September/msg00025.html
I have libtinfo on my machine:
/lib64/libtinfo.so.5
/lib64/libtinfo.so.5.7
/usr/lib/libtinfo.so
Check the tgetnum, UP, tgetent
nm -D /usr/lib64/libtinfo.so | grep tgetnum
0000003cd1210c40 T tgetnum
nm -D /usr/lib64/libtinfo.so | grep UP
0000003cd1420fa8 B UP
nm -D /usr/lib64/libtinfo.so...
2002 Nov 17
2
WINBIND configuration and NT Authentication]
...ux end to understand to use the winbind connection. If not correctly
cinfigured it can't
get the authentication from the Win NT/2k PDC.
Here are some links that was helpful for me.
http://archives.neohapsis.com/archives/pam-list/2001-10/0038.html
http://ma.ph-freiburg.de/tng/tng-users/2001-06/msg00025.html
http://www.samba.org/samba/docs/Samba-HOWTO-Collection.html (very helpful)
Hope these help
Mikko Rautiainen
Chris McKeever wrote:
>Setup:
> Suse 7.2, Samba 2.2.6
> Win 2K PDC
>
>Project:
>I would like to use winbind to authenticate users that do not have local
>accou...
2008 Oct 17
0
Re: Attempt to create OpenSuse 10.3 PV DomU at Xen 3.3 CentOS 5.2 Dom0 via pygrub
...reboot = ''restart''
on_crash = ''restart''
and immediately complains , that no repository was found ( on CD).
I believe either to miss correct "extra", or pygrub requires patch (from Sun
?)
View:-
http://osdir.com/ml/linux.redhat.fedora.xen/2007-08/msg00025.html
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.c...
2014 Jan 05
0
Re: Build libguestfs error with undefined reference to `tgetnum'
...; make[2]: Leaving directory `/root/libguestfs-1.24.3/fish'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/libguestfs-1.24.3'
> make: *** [all] Error 2
>
>
> I've read this page
> http://www.redhat.com/archives/libguestfs/2012-September/msg00025.html
>
> I have libtinfo on my machine:
>
> /lib64/libtinfo.so.5
> /lib64/libtinfo.so.5.7
> /usr/lib/libtinfo.so
>
> Check the tgetnum, UP, tgetent
>
> nm -D /usr/lib64/libtinfo.so | grep tgetnum
> 0000003cd1210c40 T tgetnum
>
> nm -D /usr/lib64/libtinfo....
2014 Jan 05
2
Re: Build libguestfs error with undefined reference to `tgetnum'
...ot/libguestfs-1.24.3/fish'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/root/libguestfs-1.24.3'
> > make: *** [all] Error 2
> >
> >
> > I've read this page
> > http://www.redhat.com/archives/libguestfs/2012-September/msg00025.html
> >
> > I have libtinfo on my machine:
> >
> > /lib64/libtinfo.so.5
> > /lib64/libtinfo.so.5.7
> > /usr/lib/libtinfo.so
> >
> > Check the tgetnum, UP, tgetent
> >
> > nm -D /usr/lib64/libtinfo.so | grep tgetnum
> > 0000003cd1210...
2002 Nov 17
2
WINBIND configuration and NT Authentication
Setup:
Suse 7.2, Samba 2.2.6
Win 2K PDC
Project:
I would like to use winbind to authenticate users that do not have local
accounts on the linux machine for access to various file and print shares.
I have gotten winbind to successfully grab the user and groups from the NT
box (verified by getent passwd). However, I have had little luck obtaining
the permission based file share that I would
2009 Mar 26
3
[LLVMdev] atomic operations for ARM
...this is the first time that I work on such stuff (and llvm) I am
going to take the supposedly easy route and provide an implementation
that will work on Linux systems.
This involves calling a special function which the kernel handles
itself. Details here:
http://gcc.gnu.org/ml/gcc-patches/2008-07/msg00025.html
In order to extend the implementation within LLVM I read the respective
documentation. After taking a longer look at how its done for x86 and
ARMInstrInfo.td I came up with the following:
let isCall = 1,
Defs = [R0, R1, R2, R3, R12, LR,
D0, D1, D2, D3, D4, D5, D6, D7, CPSR] in {...
2002 Nov 17
2
FW: WINBIND configuration and NT Authentication]
...ux end to understand to use the winbind connection. If not correctly
cinfigured it can't
get the authentication from the Win NT/2k PDC.
Here are some links that was helpful for me.
http://archives.neohapsis.com/archives/pam-list/2001-10/0038.html
http://ma.ph-freiburg.de/tng/tng-users/2001-06/msg00025.html
http://www.samba.org/samba/docs/Samba-HOWTO-Collection.html (very helpful)
Hope these help
Mikko Rautiainen
Chris McKeever wrote:
>Setup:
> Suse 7.2, Samba 2.2.6
> Win 2K PDC
>
>Project:
>I would like to use winbind to authenticate users that do not have local
>accou...
2018 Aug 03
10
[PATCH v2 0/4] file: Zero for block devices and older file systems
...suggested to use tri-state for can_* flags. I don't see a need at
this point.
- Eric suggested to add can_zero. I'm not sure about the semantics of
this, and it has the same issue of can_trim, reporting dynamic value.
v2 was here:
https://www.redhat.com/archives/libguestfs/2018-August/msg00025.html
Changes since v1:
- Split to smaller patches
- Skip linux only includes on other systems
- Skip code using BLKZEROOUT if the macro is not defined
- Try BLKZEROOUT only if the offset and count are aligned to device
sector size.
- initialize h->can_* properly. Before they were uninitialize...
2006 Aug 13
2
extremely slow "ls" on a cleared fatty ext3 directory on FC4/5
Hi,
A stupid flat directory /tmp holding 5 millon files,
the directory locates on a ext3 file system with
dir_index feature turned on. The running Linux are FC4
and FC5.
The files are just directly under /tmp, not in any
subdirectories -- they are results of mis-operations
of users.
Then a 'ls' or 'find' command will take one hour to
finish, a lot of other applications on
2003 Oct 25
3
[LLVMdev] version 1.0, compiling under cygwin
Hello llvmdev,
(just for fun) I've tried to compile LLVM under cygwin.
With "make -k" I got only:
-----------------
DynamicLinker.cpp: In function `void* GetAddressOfSymbol(const char*)':
DynamicLinker.cpp:40: error: `RTLD_DEFAULT' undeclared (first use this
function)
DynamicLinker.cpp:40: error: (Each undeclared identifier is reported only once
for each
2008 Sep 13
8
Xen vs VirtualBox
Hi,
Does anyone know has any ideas about Xen vs VirtualBox?
--
Best regards,
Chau Chee Yang
E Stream Software Sdn Bhd
URL: www.sql.com.my
SQL Financial Accounting
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2006 May 15
16
Ferret not able to read a Lucene Index?
Hi all,
Having problems trying to get Ferret to read an index generated by
Lucene.
Am I right in thinking Ferret should be able to read a Lucene generated
index no problem?
Using the code snippets detailed in
http://www.ruby-forum.com/topic/64099#new
Any advice gratefully received.
Many Thanks,
Steven
--
Posted via http://www.ruby-forum.com/.
2009 Sep 24
15
grub-0.97: btrfs multidevice support [PATCH]
Hello everyone.
Please, find the patch for Fedora 10 in the attachment(**).
The distro-independent package will be put to kernel.org a bit later.
I. Loading kernels from btrfs volumes
Now you can load kernels and initrds from btrfs volumes composed of
many devices.
WARNING!!!
Make sure that all components of your loading btrfs volume(*) are
visible to grub. Otherwise,
2006 Dec 27
5
Problem with ext3 filesystem
Hey,
I've a problem with an ext3 filesystem and don't know how to fix it or
find the failure :(
The Hardware:
Tyan mainboard, AMD Athlon CPU, ARECA ARC-1120 RaidController Raid5 with
400GB Seagate HD's, 756 MB Ram, other harddisks for system, network and
avm isdn controller.
Couse of the filesystem problems I run memtest and found one bad memory
module which I replaced yet.
The