search for: misiek

Displaying 20 results from an estimated 24 matches for "misiek".

2003 Mar 10
10
[Bug 83] PAM limits applied incorrectly (pam_session being called as non-root)
http://bugzilla.mindrot.org/show_bug.cgi?id=83 ------- Additional Comments From djm at mindrot.org 2003-03-10 15:49 ------- Created an attachment (id=247) --> (http://bugzilla.mindrot.org/attachment.cgi?id=247&action=view) Call pam_session after child fork() Hopefully this patch will allow people to gather the feedback necessary to close this bug. ------- You are receiving this
2003 Jun 18
1
[Bug 598] case sensitive in host matching
...n host matching Product: Portable OpenSSH Version: -current Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: openssh-bugs at mindrot.org ReportedBy: misiek at pld.org.pl I have setup with DSA key with no password. Now the problem is that key checking seems be case sensitive while it should be case insensitive. Example: [arekm at mobarm arekm]$ ssh misiek at misie.k.pl No mail. Last login: Wed Jun 18 21:13:46 2003 from 192.168.0.2 [misiek at...
2004 Apr 28
1
[Bug 855] doesn't properly log logout event in utmp entry when pts bigger than 999
...uses char line[8]; so tty name can have max 7 characters which is not common on recent linux 2.6.5 (and higher) systems which do not use first free pts number (see http://testing.lkml.org/slashdot.php? mid=465538 if you are really interested). Due to that there are bad entries in utmp left like: misiek pts/1049 192.168.2.2 Thu Apr 29 01:11 gone - no logout misiek pts/1046 192.168.2.2 Thu Apr 29 01:05 gone - no logout misiek pts/1045 192.168.2.2 Thu Apr 29 01:05 gone - no logout misiek pts/1044 192.168.2.2 Thu Apr 29 01:04 gone - no logout...
2003 Mar 27
1
[Bug 523] ssh saves only host/ip information in known_hosts while port information is missing
...is missing Product: Portable OpenSSH Version: 3.5p1 Platform: Other OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: ssh AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: misiek at pld.org.pl ssh saves only host/ip information in known_hosts while port information is missing. When using masquerade I often use destination nat (DNAT) under Linux to allow connections from Internet to hosts behind masquerade like this: iptables -A PREROUTING -t nat -p tcp -d 12.12.12.12...
2000 Oct 21
2
scp and regstarting transfer
Hi, I have one question. Is someone working on restarting transfers ability in scp ? This will be nice feature especially when you want to download huge file and you will lost connection (at 90%, 600MB file as I had) :-( -- Arkadiusz Mi?kiewicz http://www.misiek.eu.org/ipv6/ PLD GNU/Linux [IPv6 enabled] http://www.pld.org.pl/
2002 Nov 17
0
NT_STATUS_ACCESS_DENIED with smbclient
Hi, the problem is that when doing smbclient -L user I'm getting NT_STATUS_ACCESS_DENIED. ,,user'' is using win xp and I can view his shares from other _windows_ computer but not with smbclient. Any ideas why? [misiek@arm ~]$ smbclient -L lookas -d4 Serverzone is -3600 Initialising global parameters params.c:pm_process() - Processing configuration file "/etc/samba/smb.conf" Processing section "[global]" doing parameter netbios name = ARM handle_netbios_name: set global_myname to: ARM doing pa...
2008 Nov 08
2
Differential backup
...--exclude "System Volume Information" --exclude "RECYCLER" /mnt/do_backup /home/backup/2008-10-01 The reason I am asking is that after running above command, there are nothing in /home/backup/2008-10-20, although there should be, at least, some of my test files... Cheers, misiek
2002 Jun 30
2
Password auth problem with openssh 3.4 and Linux 2.2.20
..., and quadruple checked my userid, password, SSH client (SecureCRT on Windows 2000), etc. and everything seems to be in order. I did see this comment in the ChangeLog: http://www.rpmfind.net//linux/RPM/PLD/dists/nest/test/i386/openssh-3.4p1-2.i 386.html "Revision 1.125 2002/06/26 15:42:57 misiek - 3.4 (pam still not working)" Is there a known problem with openssh 3.4 and PAM? Also I tried compiling openssh without PAM by passing in the "--without-pam" flag to configure but that did not seem to do anything -- "strings /usr/local/sbin/sshd | grep pam" still revea...
2001 Feb 17
2
Important fix (sshd && binding). Portable version only.
...gt;ai_addrlen) < 0) { + if (!ai->ai_next) + error("Bind to port %s on %s failed: %.200s.", + strport, ntop, strerror(errno)); close(listen_sock); continue; } -- Arkadiusz Mi?kiewicz, AM2-6BONE [ PLD GNU/Linux IPv6 ] http://www.t17.ds.pwr.wroc.pl/~misiek/ipv6/ [ enabled ]
2002 Jun 26
0
[Bug 301] New: In openssh 3.3 and 3.4 pam session seems be called from non-root
...non-root Product: Portable OpenSSH Version: -current Platform: All OS/Version: Linux Status: NEW Severity: critical Priority: P3 Component: sshd AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: misiek at pld.org.pl I have limits set in limits.conf and I'm using pam_limits. Now sshd (with or without priviledge separation) started with ulimit -c 0 (core limit) does: 11860 geteuid() = 1000 ... 11860 getuid() = 1000 ... 11860 open("/etc/se...
2002 Jun 26
1
[Bug 301] In openssh 3.3 and 3.4 pam session seems be called from non-root
http://bugzilla.mindrot.org/show_bug.cgi?id=301 ------- Additional Comments From ldv at altlinux.org 2002-06-27 03:09 ------- In your case, to make pam_limits work, use "ulimit -Sc 0" instead of "ulimit -c 0". ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2002 Oct 16
2
[Bug 301] In openssh 3.3 and 3.4 pam session seems be called from non-root
http://bugzilla.mindrot.org/show_bug.cgi?id=301 ------- Additional Comments From misiek at pld.org.pl 2002-10-16 10:14 ------- Of course this bug is not fixed even in latest 3.5 release :-( PAM really _needs_ root priviledges. Any comments? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2002 Oct 16
0
[Bug 84] last command provides incorrect information on Solaris 8
http://bugzilla.mindrot.org/show_bug.cgi?id=84 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |misiek at pld.org.pl ------- Additional Comments From djm at mindrot.org 2002-10-16 13:08 ------- *** Bug 301 has been marked as a duplicate of this bug. *** ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2002 Oct 16
0
[Bug 83] PAM limits applied incorrectly (pam_session being called as non-root)
http://bugzilla.mindrot.org/show_bug.cgi?id=83 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |misiek at pld.org.pl Summary|PAM limits applied |PAM limits applied |incorrectly |incorrectly (pam_session | |being called as non-root) ------- Additional Comments From djm at mindrot.org 2002-10-16 1...
2003 Mar 27
1
[Bug 454] SSH doesn't consider distinguish ports for host-key verification
http://bugzilla.mindrot.org/show_bug.cgi?id=454 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |misiek at pld.org.pl ------- Additional Comments From djm at mindrot.org 2003-03-27 21:35 ------- *** Bug 523 has been marked as a duplicate of this bug. *** ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2008 Oct 15
2
Problems with R memory usage on Linux
Hello all, I'm working with a large data-set, and upgraded my RAM to 4GB to help with the mem use. I've got a 32bit kernel with 64GB memory support compiled in. gnome-system-monitor and free both show the full 4GB as being available. In R I was doing some processing and I got the following message (when collecting 100 307200*8 dataframes into a single data-frame (for plotting): Error:
2008 Oct 15
2
R: "in-place" appending to a matrix.
Hello fellow R sufferers, Is there a way to perform an appending operation in place? Currently, the way my pseudo-code goes is like this for (i in 1:1000) { if (some condition) { newRow <- myFunction(myArguments) X <- rbind(X, newRow) # <- this is the bottleneck!! } } As you can see, it works but as the matrix X gets the size of a few million rows, the
2000 Mar 07
0
ANNOUNCE: openssh-1.2.2p1
...is.edu> 20000303 - Added "make host-key" target, Suggestion from Dominik Brettnacher <domi at saargate.de> - Don't permanently fail on bind() if getaddrinfo has more choices left for us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz Miskiewicz <misiek at pld.org.pl> - DEC Unix compile fix from David Del Piero <David.DelPiero at qed.qld.gov.au> - Manpage fix from David Del Piero <David.DelPiero at qed.qld.gov.au> 20000302 - Big cleanup of autoconf code - Rearranged to be a little more logical - Added -R option for Solaris...
2000 May 17
4
Openssh-2.1.0p1 test release
...less operation patch from kevin_oconnor at standardandpoors.com - Detect OpenSSL seperatly from RSA - Better test for RSA (more compatible with RSAref). Based on work by Ed Eden <ede370 at stl.rural.usda.gov> 20000513 - Fix for non-recognised DSA keys from Arkadiusz Miskiewicz <misiek at pld.org.pl> 20000511 - Fix for prng_seed permissions checking from Lutz Jaenicke <Lutz.Jaenicke at aet.TU-Cottbus.DE> - "make host-key" fix for Irix -- | "Bombay is 250ms from New York in the new world order" - Alan Cox | Damien Miller - http://www.mindrot...
2005 Jul 31
1
xen 3.0 on UP amd64 - rootfs mounting problem in xenU
...ot; nics = 1 ip = "1.2.3.4" disk = [''file:/ttylinux-xen,sdc3,w''] root = "/dev/sdc3 ro" [root@arm ~]# file /ttylinux-xen /ttylinux-xen: Linux rev 1.0 ext3 filesystem data -- Arkadiusz Miƛkiewicz PLD/Linux Team http://www.t17.ds.pwr.wroc.pl/~misiek/ http://ftp.pld-linux.org/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users