search for: aldan

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

Did you mean: alan
2008 Jul 22
4
"sleeping without queue" ?
Hello! My attempt to build openoffice.org-3 seems to be hanging. Pressing Ctrl-T produces: load: 0.11 cmd: tcsh 79759 [sleeping without queue] 0.00u 0.00s 0% 0k (tcsh is used by OOo's build-script). What is this "sleeping without queue" state, and why is process in it for so long? This is an 4-CPU amd64 system with 4Gb of RAM. Only 16% of the swap is currently in use and
2017 Jul 24
4
[Bug 2747] New: Different notations for the same IP-address result in multiple entries in known_hosts
...Product: Portable OpenSSH Version: 7.5p1 Hardware: Other OS: FreeBSD Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter: mi+mindrot at aldan.algebra.com When checking the known_hosts-database for an IP-address, the client is not attempting to normalize the IP. For example, connecting to the following destinations in sequence: * 10.10.220.46 * 168483886 * 0xa0adc2e * 0x0a0adc2e * 0x00a0adc2e * 0x000a0adc2e triggers the "are...
2007 Jan 30
3
[Bug 1279] Address- and/or port-specific HostKeys support
...rt Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: sshd AssignedTo: bitbucket at mindrot.org ReportedBy: mi+mindrot at aldan.algebra.com Hello! I'd like to be able to specify different HostKeys to be used depending on which [IP.ADD.RE.SS]:[port] the incoming connection is coming to... This would be helpful to all, who are trying to consolidate several servers into one smoothly... Something like: Port 22...
2006 Mar 21
1
weird bugs with mmap-ing via NFS
...oth client and server, the > : ? client continues to send (and the server continues to receive) about > : 30Mb of some (?) data per second. > ? ? It kinda sounds like the buffer cache is getting blown out, but not > ? ? having seen the program I can't really analyze it. See http://aldan.algebra.com/~mi/mzip.c > ? ? It will always be more efficient to write to a file using write() then > ? ? using mmap() I understand, that write() is much better optimized at the moment, but the mmap interface carries some advantages, which may allow future OSes to optimize their ways. The...
2011 Sep 20
5
Different HostKeys for different hostnames or IPs in the same sshd?..
Hello! Like many organizations, we have "disaster-recovery" location, where separate servers are running ready to take up important services should the primary location fail. Some of the services provided involve accepting files over scp (and sftp), and here is the problem... The primary and the secondary hosts use different host-keys... If the hosts were accessed as
2017 May 23
1
[Bug 2722] New: Symbolic links aren't listed properly by sftp
...Product: Portable OpenSSH Version: 7.5p1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: sftp Assignee: unassigned-bugs at mindrot.org Reporter: mi+mindrot at aldan.algebra.com Doing dir/ls/ls -l in a directory containing symbolic links, one can see the FACT that they are symbolic links, but not their TARGETS: sftp> ls -l lrwxrwxrwx 1 foo bar 3 May 22 16:27 mealink lrwxrwxrwx 1 foo bar 3 May 22 10:34 mealinktoo Most inconvenient... Looks like th...
2017 Jun 14
3
[Bug 2730] New: A "LocalCommand" equivalent for AFTER the session ends
...Product: Portable OpenSSH Version: 7.5p1 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter: mi+mindrot at aldan.algebra.com Some of the remote servers I ssh into have an annoying habit of changing the xterm's window title -- which remains set even after I logout... I'd like to be able to run a restoring command locally after ssh exits. I imagine, other people would find other use-cases. Can a Loca...
2007 Dec 17
3
FETCH for mailbox INBOX UID 39641 got too little data: 4823 vs 4825
Whenever I try to access an e-mail in the middle (rather than at the end) of the mailbox, my mail-client (KMail) gets an error a message like this is logged in the maillog: IMAP(mi): FETCH for mailbox INBOX UID 39641 got too little data: 4823 vs 4825 IMAP(mi): Disconnected: Disconnected The actual numbers vary, but it is always X vs X+2 The problem started when I upgraded to 1.0.8.
2008 Aug 21
12
machine hangs on occasion - correlated with ssh break-in attempts
Hello! A machine I manage remotely for a friend comes under a distributed ssh break-in attack every once in a while. Annoyed (and alarmed) by the messages like: Aug 12 10:21:17 symbion sshd[4333]: Invalid user mythtv from 85.234.158.180 Aug 12 10:21:18 symbion sshd[4335]: Invalid user mythtv from 85.234.158.180 Aug 12 10:21:20 symbion sshd[4337]: Invalid user mythtv from 85.234.158.180 Aug 12
2008 Aug 21
12
machine hangs on occasion - correlated with ssh break-in attempts
Hello! A machine I manage remotely for a friend comes under a distributed ssh break-in attack every once in a while. Annoyed (and alarmed) by the messages like: Aug 12 10:21:17 symbion sshd[4333]: Invalid user mythtv from 85.234.158.180 Aug 12 10:21:18 symbion sshd[4335]: Invalid user mythtv from 85.234.158.180 Aug 12 10:21:20 symbion sshd[4337]: Invalid user mythtv from 85.234.158.180 Aug 12
2005 Jan 29
1
Cyrus IMAP crashes after reading /etc/krb5.conf
Hello! I'm trying to configure a freshly built mail/cyrus-imapd22 to work and authenticate accounts -- Kerberos and plain text. The GSSAPI authentication works already. After doing kinit, I can do ``imtest -m GSSAPI hostname'' and it succeeds. Now I'm trying to login with plain text (over SSL). Cyrus' imapd keeps crashing from SIGBUS. According to ktrace, this happens
2013 Feb 06
4
FreeBSD-9.1 would not boot on pentium3 laptop
Hello! I have an old Dell Latitude C800 laptop (with Pentium3 CPU in it). FreeBSD 6.3-STABLE was running fine on it, but I decided to update the machine to 9.1-STABLE. Well, neither my own custom kernel, nor even the official 9.1-RELEASE CD1 would boot... In both cases the boot process runs up to detecting uhub0, then either hangs forever or shuts off after a short while. Again, I thought I
2008 Sep 23
3
7.0-stable: a hung process - scheduler bug?
Hello! I was trying to build OpenOffice using all of my 4 CPUs. To be able to do other work on the machine comfortably, I ran the build under nice, and assigned real-time priority to the two Xorg processes. The build started at about 23:10 last night, and hung at 23:46. The procstat output for the make's process group is: PID PPID PGID SID TSID THR LOGIN WCHAN EMUL
2007 Jan 31
1
Q on configuring shared mboxes
Hello! I have the following three types of mailboxes on my server: 1) Regular user mail /var/mail/<user> in mbox format 2) Suspected spam in /var/tmp/spamprobe in mbox format 3) Archived mailing list in /home/mks/mksarch in mbox format I want the 1) to be only accessible to the respective <user>, obviously (POP3 and/or IMAP4). I wanted the 2) to be accessible to all users --
2004 Oct 14
1
painfully slow uploads
I have several mail accounts, but collect all spam e-mail in the spam mailbox on one of them. After switching to dovecot (from imap-uw) I notice a very slow speed of bulk transfers and a very high CPU utilization by the dovecot's imap process during it -- sustained 62% of my server's Pentium2 @266MHz. Never saw such effects under imap-uw... My client is KMail (despite the awfull quality
2004 Oct 14
1
not enough information in the syslog
Although I set `auth_debug = yes' in the dovecot.conf, the line about my uid being too low was never logged by the server. Neither KMail nor Mozilla showed me the rejection message, that dovecot was giving them. I had to ktrace the process to see it and adjust first_valid_uid down. Yours, -mi
2006 Nov 16
0
Dovecot tries to create bogus files in /var/mail
After upgrading from 0.99.2 to 1.0rc14, I started seeing log-entries like: Nov 16 12:56:22 corbulon dovecot: IMAP(mksarch): mkdir_parents(/var/mail/mksarch/.imap/INBOX) failed: Not a directory Nov 16 12:56:51 corbulon dovecot: IMAP(anat): open(/var/mail/anat/inbox, O_CREAT) failed: Not a directory Nov 16 12:56:51 corbulon dovecot: IMAP(anat): mkdir_parents(/var/mail/anat/.imap/INBOX) failed: Not
2006 Nov 16
1
two assertion failures
Hello! I was able to overcome the earlier-reported problems (of dovecot treating the standard mailboxes in /var/mail/ as directories) by specifying mail_location (continuing to use the 0.99-era dovecot.conf did not work). Then I started seeing assertion-failures like: file istream-raw-mbox.c: line 499 (istream_raw_mbox_get_body_size): assertion failed: (rstream->mail_size != (uoff_t)-1)
2010 Aug 25
1
Can't compile ath(4) into kernel
My laptop's kernel config file reads: device wlan # 802.11 support device ath device ath_ar5212 device ath_rate_onoe Config raises no objections and the compilation succeeds, but linking the kernel breaks: ... linking kernel.debug ah.o(.text+0x218): In function `ath_hal_rfprobe':
2006 Jun 27
0
fetch http://localhost:6666 hangs
???????? 27 ??????? 2006 15:05, Pawel Worach ???????: > > I just noticed, that on my recent "6.1-STABLE #4: Thu Jun ?8" amd64 > > system attempts to connect to a bogus port (like 6666) hang instead of > > failing with "Connection refused" immediately, as they on other systems. > > Using sysctl net.inet.tcp.blackhole=1 ? Yes, that's what it was...