Displaying 20 results from an estimated 1000 matches similar to: "Name Resolution Broken for One Address"
2008 Feb 28
0
[Bug 1445] ssh s
https://bugzilla.mindrot.org/show_bug.cgi?id=1445
--- Comment #1 from qianliguo <qianliguo2002 at 163.com> 2008-02-28 13:56:17 ---
# strace ssh
execve("/usr/bin/ssh", ["ssh"], [/* 16 vars */]) = 0
mmap2(NULL, 20, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x40005000
stat("/etc/ld.so.cache", {st_mode=S_IFREG|0644, st_size=1796, ...}) = 0
2008 Feb 28
1
Problem of porting openssh to arm9 platform
Hi;
I meet some problem when porting openssh.Please help me
The following content is wrong info:
# strace ssh
execve("/usr/bin/ssh", ["ssh"], [/* 16 vars */]) = 0
mmap2(NULL, 20, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x40005000
stat("/etc/ld.so.cache", {st_mode=S_IFREG|0644, st_size=1796, ...}) = 0
open("/etc/ld.so.cache",
2015 Jan 03
0
Samba4 Kerberos kinit does not resolve kdc hostname
On 03/01/15 16:31, Robert Hartmann wrote:
> Hi,
>
> i am really depressed at this moment. I set up an domain controller
> using samba4 and an raspberry pi.
>
> I can join the domain and everything works BUT kerberos has some
> strange problems resolving my raspberry hostname.
>
> First of all some information:
>
> Raspberry pi is DHCP Server and DNS-Server
2015 Jan 03
0
Samba4 Kerberos kinit does not resolve kdc hostname
On 03/01/15 18:45, Robert Hartmann wrote:
>
> Hi,
>
> /etc/resolv.conf looks exactly like this:
>
> domain family.rapsberry.local
> search family.rapsberry.local
> nameserver 192.168.178.222
>
> So to answer your question: yes the only Nameserver the raspberry has
> is itself.
>
Hi, firstly, you might as well remove the 'domain' line, it will be
2015 Feb 12
0
Problems in SAMBA 3.3 to 4.0 migration
As promised, I'm posting the smb.conf files for the two servers in question.
One minor correction I should offer is that the new SAMBA server will be
version 4.1, not 4.0.
Following is SMB.CONF for the current PDC, which is Samba 3.3.4 on Slackware
13.
I've omitted all share definitions to allow focus more on the configuration
side. Actual
server/domain names have been omitted.
2015 Feb 12
2
Problems in SAMBA 3.3 to 4.0 migration
On 12/02/15 02:43, soonerdave wrote:
> As promised, I'm posting the smb.conf files for the two servers in question.
>
> One minor correction I should offer is that the new SAMBA server will be
> version 4.1, not 4.0.
>
> Following is SMB.CONF for the current PDC, which is Samba 3.3.4 on Slackware
> 13.
> I've omitted all share definitions to allow focus more on the
2015 Jan 03
1
Samba4 Kerberos kinit does not resolve kdc hostname
Hi,
thank you so! much. Turning off avahi daemon was the solution!
rapsberry instead of raspberry is a typo during porivision actually.
Thank you again :)
I will write an entry on my blog to make sure that does not happen again.
One last time for google bots.
IF you receive
kinit: Cannot contact any KDC for realm while getting initial credentials
make sure you don't run avahi
However
2016 Aug 30
1
UPS shutdown
Hi All,
I'm trying to shutdown my UPS using NUT driver version
upsdrvctl -V
Network UPS Tools - UPS driver controller* 1.01-906.*
My UPS details are the following :
battery.charge: 100
battery.charge.low: 5
battery.charge.warning: 50
battery.runtime: 22980
battery.runtime.low: 120
battery.type: PbAc
battery.voltage: 26.8
battery.voltage.nominal: 24.0
*device.mfr: American Power Conversion*
2007 Jul 31
0
Operation failed: such conntrack doesn''t exist - when it does?
Hi gurus I want to destroy all state table entries/reset all connections
for a particular client. When I issue conntrack -L -s <ip number>, it
lists loads of state entries. When I issue conntrack -D -s <same ip
number> it answers "NFNETLINK answers: No such file or directory
Operation failed: such conntrack doesn''t exist."
I have googled the problem, but can
2008 Jan 17
1
convert plugin fails - drops root privileges then tries to create file in /
Hi
I just tried to run the convert plugin as described at
http://wiki.dovecot.org/Plugins/Convert
(except with mail_location = maildir:~/Mail)
It fails with an error message:
Eopen(/.temp.falcon.endbracket.net.18618.8d5e0a038da6cf06) failed:
Permission denied
Error: imap dump-capability process returned 89
It looks like Dovecot execs /usr/libexec/dovecot/imap, which drops root
privileges
2006 Oct 28
1
Cygwin rsync to RH rsync server
Ok I updated both systems to rsync-2.6.8 and found the info on setting
strace on the server. Here are the trace logs, there are two calls the
first is just the module list which finishes normally the second is the
file list in the test module which fails after the list.
By the way I have no idea what any of this means (sorry if I'm not
supposed to post traces to the list)
2015 Jan 03
2
Samba4 Kerberos kinit does not resolve kdc hostname
Hi,
i am really depressed at this moment. I set up an domain controller
using samba4 and an raspberry pi.
I can join the domain and everything works BUT kerberos has some strange
problems resolving my raspberry hostname.
First of all some information:
Raspberry pi is DHCP Server and DNS-Server (BIND9).
First of all the configurations:
Code:
/usr/local/samba/etc/smb.conf
# Global
2008 Aug 24
2
Unusual bug in glusterfsd
Hi,
I'm rather new to this project, having stumbled across it earlier this
afternoon, so forgive me if I'm still trying to find my way around. I
was in the need of an alternative to NFS that would let me spread the
task of sharing my downloaded source code files across a couple of
boxes, and GlusterFS looked like a great candidate, having had no luck
with Coda or OpenAFS.
I also want
2015 Jan 03
2
Samba4 Kerberos kinit does not resolve kdc hostname
Hi,
/etc/resolv.conf looks exactly like this:
domain family.rapsberry.local
search family.rapsberry.local
nameserver 192.168.178.222
So to answer your question: yes the only Nameserver the raspberry has is
itself.
Greetings
Am 2015-01-03 um 7:40 PM schrieb Rowland Penny:
> On 03/01/15 16:31, Robert Hartmann wrote:
>> Hi,
>>
>> i am really depressed at this moment. I set
2008 Aug 11
0
rsync failure with error 12
I am running rsync over a VPN. The connection has been stable for some
time, but recently it has started failing. I am including the strace of
the failure below. Basically, the client disconnects typically with an
error 12. I have 3 other clients using the same openvpn/rsync
configuration, and those are stable, so I am fairly confident this is
something on this particular link.
The
2011 Aug 03
18
[Bug 734] New: Iptables on Arm Processor with Vanilla Kernel
http://bugzilla.netfilter.org/show_bug.cgi?id=734
Summary: Iptables on Arm Processor with Vanilla Kernel
Product: netfilter/iptables
Version: linux-2.6.x
Platform: arm
OS/Version: Debian GNU/Linux
Status: NEW
Severity: critical
Priority: P5
Component: unknown
AssignedTo: netfilter-buglog at
2004 Oct 05
2
Help: File is present (via Samba) but cannot be opened?
When I mount a Windows XP partition (NTFS) on my SuSE 9.1 machine via
Samba 3.0.4, I find some files can be listed (via "ls") but mysteriously
cannot be opened, even though the file permissions appear fine. What
is a good way to track down this sort of problem?
Here's an example where I "cd" into a samba-mounted directory and try to
open a file that I know is present. It
2005 Mar 26
1
test65 "deliver" LDA bug
Hello.
I've tried to implement dovecot's deliver LDA to my home mailserver.
I've run into troubles :)
dovecot-deliver.conf:
-- snip --
mail = maildir:%h/Maildir:INBOX=maildir:%h/Maildir
mbox_read_locks = flock
mbox_write_locks = flock
-- snip --
when i run:
deliver -d bfg < email.txt dovecot delivers message to ~/Maildir/maildir/new
It acctually creates "maildir"
2002 Nov 21
1
nmblookup not honoring smb.conf?
$ nmblookup ohwow
querying ohwow on 129.22.171.31
name_query failed to find name ohwow
$ nmblookup -s /etc/samba/smb.conf ohwow
querying ohwow on 129.22.171.31
name_query failed to find name ohwow
$ cat /etc/samba/smb.conf
[global]
workgroup = scholars
netbios name = fedora
security = user
wins server = 129.22.4.11
wins support = no
name resolve order = wins lmhosts dns
my problem is that
2007 Sep 07
2
Bug#439055: hid driver tries to mmap huge area, fails
tags 439055 upstream
thanks
Hi Joey,
interesting setup! Do you use it (the arm) to monitor the UPS and send
notifications...
I've sadly not much time to investigate, but have you tested the latest trunk?
also, you mention that it was working before: which nut version? what
has changed since?
2007/8/21, Joey Hess <joeyh at debian.org>:
> Package: nut
> Version: 2.0.5-3+b1
>