search for: 6449

Displaying 20 results from an estimated 27 matches for "6449".

Did you mean: 644
2017 Jun 27
0
Seg Fault memory violation
...at objects.c:82 #9 0x00007ffff790b8e2 in do_usemethod (call=0x887498, op=<optimized out>, args=0x887460, env=<optimized out>) at objects.c:449 #10 0x00007ffff78c462a in bcEval (body=body at entry=0x8874d0, rho=rho at entry=0x17f3d5a0, useCache=useCache at entry=TRUE) at eval.c:6449 #11 0x00007ffff78d4138 in Rf_eval (e=0x8874d0, rho=rho at entry=0x17f3d5a0) at eval.c:624 ---Type <return> to continue, or q <return> to quit--- #12 0x00007ffff78d61af in R_execClosure (call=call at entry=0x6079c0, newrho=<optimized out>, sysparent=<optimized out>, rho=r...
2002 May 09
0
For Andrew Tridgell
...client -L Israel-is Ld.so.1: /usr/local/samba/bin/smbclient: fatal: libreadline.so.4: open filed: No such file or directory Killed Please, could you explain me, what is it and what I did wrong? Thank you your answer. Kind regards Evgeni Golub System Administrator Optical Metrology Tel: 972-4-6449-406 Fax: 972-4-6449-418 Callular : 972-56-317415 Ivgeni.Golub@kla-tencor.com
2009 Jun 16
1
[Announce] Samba 3.3.5 Available for Download
...groupmap set'' segfault. * BUG 6361: Make --rcfile work in smbget. * BUG 6365: Re-Add the "dropbox" functionality with -wx rights on a directory. * BUG 6382: Fix case insensitive access to DFS links. * BUG 6441: Fix the compile with --enable-dnssd. * BUG 6449: ''net rap user add'' crashes without -C option. * Fix Coverity ID 897. * Do not crash in ctdbd_traverse if ctdbd is not around. * Fix a race condition in winbind leading to a panic. o TAKAHASHI Motonobu <monyo@samba.gr.jp> * BUG 5897: Fix shutdown script e...
2009 Jun 16
1
[Announce] Samba 3.3.5 Available for Download
...groupmap set'' segfault. * BUG 6361: Make --rcfile work in smbget. * BUG 6365: Re-Add the "dropbox" functionality with -wx rights on a directory. * BUG 6382: Fix case insensitive access to DFS links. * BUG 6441: Fix the compile with --enable-dnssd. * BUG 6449: ''net rap user add'' crashes without -C option. * Fix Coverity ID 897. * Do not crash in ctdbd_traverse if ctdbd is not around. * Fix a race condition in winbind leading to a panic. o TAKAHASHI Motonobu <monyo@samba.gr.jp> * BUG 5897: Fix shutdown script e...
2014 Feb 04
0
[PATCH 1/3] daemon: parted: refactor sgdisk info parsing code
...f (partnum <= 0) { reply_with_error ("partition number must be >= 1"); @@ -814,6 +815,8 @@ do_part_get_gpt_type(const char *device, int partnum) return NULL; } + int fieldlen = strlen (field); + /* Parse the output of sgdisk -i: * Partition GUID code: 21686148-6449-6E6F-744E-656564454649 (BIOS boot partition) * Partition unique GUID: 19AEC5FE-D63A-4A15-9D37-6FCBFB873DC0 @@ -832,28 +835,22 @@ do_part_get_gpt_type(const char *device, int partnum) /* Split the line in 2 at the colon */ char *colon = strchr (line, ':'); if (colon) { -#d...
2011 Jan 26
2
applying a set of rules to each row
...mes" )), srvCompDT = structure(c(743, 12429, 3585, 4364, 13227, 13578, 13591, 8585, 9587, 13913, 14753, 13247, 2246, 1439, 8845, 7018, 12625, -552, 5688, 7080, 13255, 13549, 12709, 13969, 13997, 9532, 13689, 1226, 13549, 4093, 13423, 13801, 3181, 14809, 13353, 9457, 7745, 8986, 4759, 4486, 6449, 11172, 8669, 3344, 13745, 12275, 5081, 13605, 8006, 3048, 6330, 13521, 5254, 1733, 14095, 8516, 4848, 13521, 5970, 14697, 8291, 139, 11435, 3567, 8961, 5775, 3602, 1409, 11577, 12163, 12258, 13156, 9472, 7963, 1362, 10332, 9557, 3997, 7509, 4691, 3133, 5877, 6782, 11449, 13283, 8040, 11565, 3...
2013 Apr 28
3
Can't register to Asterisk 1.6 with old Aastra phones
We have a new customer with a lot of old phones like the 9133i. They won't register, and we see some very strange behavior with them. If the SIP peer exists, they simply fail silently, with no error in the CLI or the messages log. Nothing works, but no errors. If the peer does not exist, it's clear that it's registering improperly: [2013-04-28 13:34:31] NOTICE[3058] chan_sip.c:
2012 Dec 14
1
[PATCH] Add support for getting and setting GPT partition type GUIDs
...r **lines = split_lines (out); + if (lines == NULL) { + reply_with_error ("'%s %s -i %i' returned no output", + str_sgdisk, device, partnum); + free (out); + return NULL; + } + + /* Parse the output of sgdisk -i: + * Partition GUID code: 21686148-6449-6E6F-744E-656564454649 (BIOS boot partition) + * Partition unique GUID: 19AEC5FE-D63A-4A15-9D37-6FCBFB873DC0 + * First sector: 2048 (at 1024.0 KiB) + * Last sector: 411647 (at 201.0 MiB) + * Partition size: 409600 sectors (200.0 MiB) + * Attribute flags: 0000000000000000 + * Partition n...
2009 Jun 19
1
[Announce] Samba 3.4.0rc1 Available for Download
...s given. * BUG 6451: net/libnetapi user rename using wrong access bits. * BUG 6458: Fix uninitialized variable in local_password_change(). * BUG 6465: Fix enumeration of empty aliases. o Volker Lendecke <vl@samba.org> * BUG 4699: Remove pidfile on clean shutdown. * BUG 6449: ''net rap user add'' crashes without -C option. o David Markey <admin@dmarkey.com> * BUG 6328: Add support for multiple rights to "net sam rights grant/revoke". o Andreas Schneider <mail@cynapses.org> * Improve pam_winbind documentation....
2009 Jun 19
1
[Announce] Samba 3.4.0rc1 Available for Download
...s given. * BUG 6451: net/libnetapi user rename using wrong access bits. * BUG 6458: Fix uninitialized variable in local_password_change(). * BUG 6465: Fix enumeration of empty aliases. o Volker Lendecke <vl@samba.org> * BUG 4699: Remove pidfile on clean shutdown. * BUG 6449: ''net rap user add'' crashes without -C option. o David Markey <admin@dmarkey.com> * BUG 6328: Add support for multiple rights to "net sam rights grant/revoke". o Andreas Schneider <mail@cynapses.org> * Improve pam_winbind documentation....
2014 Feb 04
6
[PATCH 0/3] virt-resize: preserve GPT partitions label
Hi, attached there are few patches to implement a way to get the label of GPT partitions (refactoring an existing function and adding a new daemon API) and using it in virt-resize to restore them when copying partitions. Thanks, Pino Toscano (3): daemon: parted: refactor sgdisk info parsing code New API: part-get-name (RHBZ#593511). resize: preserve GPT partition names (RHBZ#1060404).
2009 Jul 03
2
[Announce] Samba 3.4.0 Available for Download
...s given. * BUG 6451: net/libnetapi user rename using wrong access bits. * BUG 6458: Fix uninitialized variable in local_password_change(). * BUG 6465: Fix enumeration of empty aliases. o Volker Lendecke <vl@samba.org> * BUG 4699: Remove pidfile on clean shutdown. * BUG 6449: 'net rap user add' crashes without -C option. o David Markey <admin@dmarkey.com> * BUG 6328: Add support for multiple rights to "net sam rights grant/revoke". o Andreas Schneider <mail@cynapses.org> * Improve pam_winbind documentation. o Simo...
2009 Jul 03
2
[Announce] Samba 3.4.0 Available for Download
...s given. * BUG 6451: net/libnetapi user rename using wrong access bits. * BUG 6458: Fix uninitialized variable in local_password_change(). * BUG 6465: Fix enumeration of empty aliases. o Volker Lendecke <vl@samba.org> * BUG 4699: Remove pidfile on clean shutdown. * BUG 6449: 'net rap user add' crashes without -C option. o David Markey <admin@dmarkey.com> * BUG 6328: Add support for multiple rights to "net sam rights grant/revoke". o Andreas Schneider <mail@cynapses.org> * Improve pam_winbind documentation. o Simo...
2009 Feb 21
1
Install failure (PR#13545)
...nfigure:6384: checking for KCC configure:6414: result: no configure:6384: checking for RCC configure:6414: result: no configure:6384: checking for xlC_r configure:6414: result: no configure:6384: checking for xlC configure:6414: result: no configure:6442: checking for C++ compiler version configure:6449: g++ --version >&5 ./configure: line 6450: g++: command not found configure:6452: $? = 127 configure:6459: g++ -v >&5 ./configure: line 6460: g++: command not found configure:6462: $? = 127 configure:6469: g++ -V >&5 ./configure: line 6470: g++: command not found configure:6472...
2013 Jan 05
14
/boot as a btrfs subvolume
As of the latest updates to anaconda and grub2 for Fedora 18, it is now possible to install with /boot as a btrfs subvolume. The way that grub2 is handling this is the "reach down" to the files it needs as if the subvolume was a directory. Is this OK? At this point I am not worried about snapshots or any other complexities. If the subvolume name is known. should grub2 be able to
2013 Sep 25
5
Re: [PATCH 3/4] Add SUSE converter
...+ (undef, ['grub2'], undef, $g, $self->{root}, $self->{config}, $self) > + or v2vdie __x('Failed to install non-EFI grub2'); > + > + # Relabel the EFI boot partition as a BIOS boot partition > + $g->part_set_gpt_type($device, 1, '21686148-6449-6E6F-744E-656564454649'); > + > + # Delete the fstab entry for the EFI boot partition > + eval { > + foreach my $node ($g->aug_match("/files/etc/fstab/*[file = '/boot/efi']")) > + { > + $g->aug_rm($node); > + } &...
2013 Sep 24
5
[PATCH 0/4] Add SUSE guest converter to virt-v2v
This is a new conversion module to convert SUSE Linux and openSUSE guests. The converter is based on the RedHat module, and should offer the same functionality on both SUSE and RedHat hosts. There are a few additional messages in this module, such as reporting of packages when installing through zypper or the local virt-v2v repo. These messages don't necessarily flow unless verbose switches
2013 Oct 07
3
Re: [PATCH] virt-v2v: Convert RedHat.pm to Linux.pm - for SUSE support
On Friday, October 04, 2013 09:38:58 AM Matthew Booth wrote: > It's specifically an error if we're attempting to configure virtio, and > there's no detected virtio kernel. It shouldn't have been possible to > get here in that state, hence it's a programmer error. The code below > attempts to install *any* kernel in the case that we aren't configuring >
2013 Sep 24
0
[PATCH 3/4] Add SUSE converter
...:SUSE::_install_any + (undef, ['grub2'], undef, $g, $self->{root}, $self->{config}, $self) + or v2vdie __x('Failed to install non-EFI grub2'); + + # Relabel the EFI boot partition as a BIOS boot partition + $g->part_set_gpt_type($device, 1, '21686148-6449-6E6F-744E-656564454649'); + + # Delete the fstab entry for the EFI boot partition + eval { + foreach my $node ($g->aug_match("/files/etc/fstab/*[file = '/boot/efi']")) + { + $g->aug_rm($node); + } + }; + augeas_error($g, $@) if...
2013 Oct 03
2
[PATCH] virt-v2v: Convert RedHat.pm to Linux.pm - for SUSE support
...Linux::_install_any + (undef, ['grub2'], undef, $g, $self->{root}, $self->{config}, $self) + or v2vdie __x('Failed to install non-EFI grub2'); + + # Relabel the EFI boot partition as a BIOS boot partition + $g->part_set_gpt_type($device, 1, '21686148-6449-6E6F-744E-656564454649'); + + # Delete the fstab entry for the EFI boot partition + foreach my $node ($g->aug_match("/files/etc/fstab/*[file = '/boot/efi']")) { + $g->aug_rm($node); + } + eval { $g->aug_save(); }; + augeas_error($g, $@) if $@; +...