similar to: Problem of porting openssh to arm9 platform

Displaying 20 results from an estimated 800 matches similar to: "Problem of porting openssh to arm9 platform"

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
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
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
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
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
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
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
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, 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 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
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
2009 Dec 07
7
Name Resolution Broken for One Address
I seem to have broken my laptop and have been unable to figure it out. Name resolution works great, except one address, which seems to be resolving to 0.0.0.1. Could you help me figure out what I have done and fix it? The following lines are in /etc/hosts 192.168.11.1 dev.example.com 192.168.11.1 dev1.example.com Pinging any other address that I try works, except dev.example.com.
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
1999 Aug 26
0
smbsh always segfaults
Version 2.0.5a (same prob w/2.0.4b, though). smbsh segfaults after I enter my password. As root, it just seg faults. As my login user, it dumps core. Attached is a script of an strace of it. Running RH 6.0, kernel 2.2.10, AMD K6-2/350, 64M RAM. Configure options were: CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{pref} --libdir=/etc \ --with-lockdir=/var/lock/samba
2009 May 21
0
1.4.24.1 -> 1.6.0.9: segfault
I'm testing an upgrade of an i686 production machine running 1.4.24.1 to 1.6.0.9. I've installed dahdi-linux-2.1.0.4. But: asterisk -cvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv Asterisk 1.6.0.9, Copyright (C) 1999 - 2008 Digium, Inc. and others. Created by Mark Spencer <markster at digium.com> Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
2003 Dec 01
0
No subject
the directory I setup in the smb.conf file on the LINUX machine named DP-WS67/CDs I want to give all members of the DP group ownership of the directory. When I enter chgrp 'HY-VEE\AUDIT' /RH1dat/CDs it works. When I enter chgrp 'Hy-VEE\DP' /RH1dat/CDs I get = chgrp: invalid group=20 name 'HY-VEE\\DP' =20 I ran these 2 commands with strace