search for: ebian

Displaying 16 results from an estimated 16 matches for "ebian".

Did you mean: debian
2017 May 26
2
failed to call wbcGetpwnam/wbcGetgrnam/wbcGetpwsid WBC_ERR_DOMAIN_NOT_FOUND
...correct libnss_winbind.so in your lib path ? # locate libnss /usr/lib/libnss_compat-2.25.so /usr/lib/libnss_compat.so /usr/lib/libnss_compat.so.2 <truncated> /usr/lib/libnss_winbind.so /usr/lib/libnss_winbind.so.2 > From what I know about arch, it is based on ubuntu, which is based on d ebian Arch is not based on any other distro. # pacman -Qo /usr/lib/libnss_winbind.so.2 /usr/lib/libnss_winbind.so.2 is owned by smbclient 4.5.8-1 Even though it's wbinfo throwing the error, it could still be an libnss issue? On 26 May 2017 at 13:04, Rowland Penny via samba <samba at lists.sam...
2014 Jun 05
1
checkpassword memory limit
...250kB memory limit. But it is not enough for the php script, it needs 14MB. I tried to put a "ulimit -v 16777216" into the checkpassword.sh, but it doesn&#39;t work.Is there some hardcoded limit in the dovecot itself? And if there is, could it be somehow changed?I am using a simple D ebian Wheezy LAMP, and installed everything from repo. Thanks for every idea.
2007 May 18
2
PXE booting ASUS NVidia board: odd file not found errors
...: 0001 0800 0604 0002 0013 d42a 60c3 c0a8 ...........*`... 0x0010: 0114 001a 9244 bed1 c0a8 0117 .....D...... 03:13:35.404007 IP (tos 0x0, ttl 20, id 2, offset 0, flags [none], proto: UDP (17), length: 78) 192.168.1.23.2070 > 192.168.1.20.tftp: [udp sum ok] 50 RRQ "/debian-installer/ia64/elilo.efiM-^?" octet tsize 0 0x0000: 4500 004e 0002 0000 1411 2322 c0a8 0117 E..N......#".... 0x0010: c0a8 0114 0816 0045 003a e40d 0001 2f64 .......E.:..../d 0x0020: 6562 6961 6e2d 696e 7374 616c 6c65 722f ebian-installer/ 0x0030: 696...
2016 Jan 24
0
Just need to vent
On Sun, 2016-01-24 at 12:01 -0600, Valeri Galtsev wrote: > Well, there is Linux distribution which is systemd-free. And that > distribution I predict will live for decently long time. It is "Devuan" - > a fork of Debian, stripped off systemd and friends... well, I should have > said: composed without systemd and friends. Devuan was forked off ebian > because of systemd. Once Ubuntu was mentioned, which is a replica of > Debian (the last _is_ systemd...), then Devuan should be pretty close to > yours Ub...
2017 May 26
0
failed to call wbcGetpwnam/wbcGetgrnam/wbcGetpwsid WBC_ERR_DOMAIN_NOT_FOUND
On Fri, 26 May 2017 13:31:09 +0100 Alex Matthews via samba <samba at lists.samba.org> wrote: > > > From what I know about arch, it is based on ubuntu, which is based > > on d > ebian > Arch is not based on any other distro. Shows you how much I know about Arch Linux ;-) > > # pacman -Qo /usr/lib/libnss_winbind.so.2 > /usr/lib/libnss_winbind.so.2 is owned by smbclient 4.5.8-1 > > Even though it's wbinfo throwing the error, it could still be an > libn...
2007 Sep 21
2
Creating a .deb file
Hi, Does anyone have any appropriate debian control files so that I can create a .deb package for FLAC? I don't want to just compile it and overwrite in case it gets automatically overwritten by the Debian package management tools. Cheers Andy
2007 Sep 21
0
Creating a .deb file
On Fri, 21 Sep 2007, Andy Hawkins wrote: > Hi, > > Does anyone have any appropriate debian control files so that I can > create a .deb package for FLAC? I don't want to just compile it and > overwrite in case it gets automatically overwritten by the Debian > package management tools. A reasonable way to do this is to do this on a Debian or Ubuntu system: First, make sur...
2007 Dec 01
1
Good tutorial about using heartbeat2, ocfs2 and evms with xen 3.x
Hi all Sombedody can points me to a good tutorial about using high availabilty clusters with xen using heratbeat2, ocfs2 and evms under rhel/centos, debian or sles?? I am doing various searches without a result ... (google shows me a lot of references, mailing lists, etc but not a good doc) Many thanks. -- CL Martinez carlopmart {at} gmail {d0t} com _______________________________________________ Xen-users mailing list Xen-users@lists.xensou...
2011 Aug 27
1
[PATCH 2/3] Fix use of uninitialized variable
Credit goes to "cppcheck". Signed-off-by: Thomas Jarosch <thomas.jarosch at intra2net.com> --- drivers/mge-utalk.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/mge-utalk.c b/drivers/mge-utalk.c index c6114c7..616e2ad 100644 --- a/drivers/mge-utalk.c +++ b/drivers/mge-utalk.c @@ -465,7 +465,8 @@ void upsdrv_shutdown(void) { char
2011 Aug 27
1
[PATCH 3/3] Fix pointer check on wrong variable
Credit goess to "cppcheck" Signed-off-by: Thomas Jarosch <thomas.jarosch at intra2net.com> --- drivers/usb-common.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb-common.c b/drivers/usb-common.c index e51f3cf..e459872 100644 --- a/drivers/usb-common.c +++ b/drivers/usb-common.c @@ -116,7 +116,7 @@ int USBNewExactMatcher(USBDeviceMatcher_t
2011 Jan 11
1
Client certificates
While browsing the sources of the nss-ssl-port sources I noticed that client certificates were added. What is the reason behind this? As far as I can see, using a server certificate and validating it in the upsmon client should provide us with a secure channel. Authorizations for the server will then be handled by the settings in upsd.users by logging into the server with user and
2011 Aug 27
1
[PATCH 1/3] Fix file descriptor leak
Credit goes to "cppcheck" Signed-off-by: Thomas Jarosch <thomas.jarosch at intra2net.com> --- common/common.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/common/common.c b/common/common.c index f443cb7..e8004d7 100644 --- a/common/common.c +++ b/common/common.c @@ -244,6 +244,7 @@ int sendsignalfn(const char *pidfn, int sig) if (fgets(buf,
2017 Jun 02
2
failed to call wbcGetpwnam/wbcGetgrnam/wbcGetpwsid WBC_ERR_DOMAIN_NOT_FOUND
...owland Penny via samba <samba at lists.samba.org> wrote: > On Fri, 26 May 2017 13:31:09 +0100 > Alex Matthews via samba <samba at lists.samba.org> wrote: > > > > > > From what I know about arch, it is based on ubuntu, which is based > > > on d > > ebian > > Arch is not based on any other distro. > > Shows you how much I know about Arch Linux ;-) > > > > > # pacman -Qo /usr/lib/libnss_winbind.so.2 > > /usr/lib/libnss_winbind.so.2 is owned by smbclient 4.5.8-1 > > > > Even though it's wbinfo throwing...
2016 Jan 24
4
Just need to vent
...lecting the init methodology at install-time and afterwards), and with > gnome2 (or a clear choice between 2 and 3). Call it DeCentOS. Well, there is Linux distribution which is systemd-free. And that distribution I predict will live for decently long time. It is "Devuan" - a fork of Debian, stripped off systemd and friends... well, I should have said: composed without systemd and friends. Devuan was forked off ebian because of systemd. Once Ubuntu was mentioned, which is a replica of Debian (the last _is_ systemd...), then Devuan should be pretty close to yours Ubuntu experience. You...
2017 May 26
2
failed to call wbcGetpwnam/wbcGetgrnam/wbcGetpwsid WBC_ERR_DOMAIN_NOT_FOUND
>Why do people add stuff to the smb.conf on a DC without really knowing what they are doing ??? Why do people on mailing-lists always treat people who make mistakes like children? You patronising..... person.... Maybe you should consider that this smb.conf has been on a server for a long time and that servers roles have changed. wins support # From the pre AD days, perhaps? enumports command
2016 Jan 24
5
Just need to vent
On Sat, 23 Jan 2016 20:05:02 -0500 Mark LaPierre wrote: > The main reason I'm still using, nearly obsolete, CentOS 6 is because I > don't want to have to deal with Gnome 3. Install Mate on Centos 7 and you never have to touch Gnome 3. I did, and my desktops don't look or work any different today than they did under Centos 6. -- MELVILLE THEATRE ~ Real D 3D Digital Cinema ~