Friday, May 27, 2022

Recent Questions - Unix & Linux Stack Exchange

Recent Questions - Unix & Linux Stack Exchange


`ucview killed by SIGSEGV`; Fedora 35 [5.17.5-200.fc35.x86_64], using a CZUR Shine book scanner

Posted: 27 May 2022 12:02 PM PDT

ucview launches once no USBs are plugged in.
Once I launch ucview and a CZUR Shine 5000 is plugged in,
an error occurs.

enter image description here

tar czvf Ignore or skip error in order for the command to keep running

Posted: 27 May 2022 11:41 AM PDT

I'm trying to create a zip file from the %username% folder running the command: ">tar -czvf name-of-archive.tar.gz C:\Users%username%"

At some time the command stops working because some files inside %username% have special permissions so I don't have access to compress them. And I was wondering if is there any way to ignore those errors so the command can keep running.

I read I could use "--exclude" but I don't think it will be appropiate in this case since there will be more than 10,000 files to ignore in the AppData folder

Cannot stat: No such file or directory

I'd appreciate any help, thanks!

How do I make this parallel bash script more efficient?

Posted: 27 May 2022 11:12 AM PDT

I have a simple script involving afni command line tools that I am running in parallel from bash, but it is very disk I/O intensive and slows things down on our server (using only 2-3 out of the total 96 cores) despite only running a few jobs at a time. The most jobs I am able to run at a time without slowing things down and increasing iowait is 2. I feel like it may have something to do with the fact that it is writing so many files, but I haven't found a solution.

#!/bin/bash     task() {  x=$1  SUB_stats="path/to/subject/data/"$x"_cond3.feat/stats/"    cd $SUB_stats    3dcalc -prefix precentral_top_N_voxels_b -a Precentral_b+orig -b T_top_N_voxels_precentral+orig -expr 'a*b'    3dcalc -prefix occipital_top_N_voxels_b -a Occipital_b+orig -b T_top_N_voxels_occipital+orig -expr 'a*b'    3dcalc -prefix temporal_top_N_voxels_b -a Temporal_b+orig -b T_top_N_voxels_temporal+orig -expr 'a*b'      3dmaskave -quiet -sigma precentral_top_N_voxels_b+orig[0..390] > avgroi_precentral_subbrik_topvoxels.txt    3dmaskave -quiet -sigma occipital_top_N_voxels_b+orig[0..390] > avgroi_occipital_subbrik_topvoxels.txt    3dmaskave -quiet -sigma temporal_top_N_voxels_b+orig[0..390] > avgroi_temporal_subbrik_topvoxels.txt    }     export -f task  cat young_fsf.txt | parallel --nice 15 --progress --eta -j 2 task  

Why lsblk command not showing /boot partition?

Posted: 27 May 2022 10:48 AM PDT

I tried to find boot partition on my system and executed lsblk command

sda              8:0    0 930.4G  0 disk  ├─sda1           8:1    0     1G  0 part  ├─sda2           8:2    0    40G  0 part  ├─sda3           8:3    0 763.6G  0 part  └─sda4           8:4    0 125.8G  0 part  sde              8:64   0   100G  0 disk  ├─sde1           8:65   0     2G  0 part  └─sde2           8:66   0    98G  0 part   ├─sles-root0 254:0    0  27.9G  0 lvm  /   └─sles-root  254:1    0    70G  0 lvm  

But when I did df -h /boot, this is showing

Filesystem              Size  Used Avail Use% Mounted on  /dev/mapper/sles-root0   28G  3.8G   23G  15% /  

What does this means and how to confirm and the system has boot partition?

Configure systemd timer to run every hour after first run

Posted: 27 May 2022 12:07 PM PDT

I have a service that runs every hour (using OnCalendar=hourly). This works great if the system is on 24/7, but gets messed up after coming out of suspend/hibernation. The service will run immediately - which is what I want - but then it runs again at the top of each hour, regardless of how much time has elapsed since the last run.

Is there a way to configure timers to run in 1-hour intervals?

Typo3 - Folder "/" does not exist - Error

Posted: 27 May 2022 10:01 AM PDT

When I am in the backend in the filelist Module or want to link something, I get the error message: "#1314516810: Folder "/" does not exist." (see screenshot). The folder exists of course, and everything worked until recently, the error suddenly appeared from one day to the next. I checked the fileadmin settings too and everything seems fine (see screenshot). I have already googled the error and searched several forums, but I cannot find a solution to my problem.

Does anyone have an idea what the problem is and how I can fix it? Thank you very much in advance.

Typo3-Version 8.7.32
Webserver: Apache
PHP-Version: 7.4.28
Database: MariaDB 10.3.34
OS: Ubuntu 20.04.4 LTS
Server Management via Plesk Obsidian 18.0.43

Regards

Error message

Fileadmin settings

ifconfig/ip link show- how to get only Hardware interface

Posted: 27 May 2022 10:51 AM PDT

How do you get only hardware interfaces

Tried:

ifconfig -a  ip link show  

How do you get only local hardware interfaces using ifconfig/ip link show?

Like from my ifconfig I get(removed a lot):

en0: inet 192.168.0.146 netmask 0xffffff00 broadcast 192.168.0.255  utun0:  utun1:  utun2:  utun3:  utun4:  

Update: I guess it is interfaces from previous Software Interface connections.

Then I investigated on the interface utun with lsof:

sudo lsof | grep utun        identitys  577      identitys  577      identitys  577      identitys  577      identitys  577  

Ok something called identitys, still thinking it is local to my computer until I found nmap tool:

sudo nmap -sn 192.168.0.127/24    Nmap scan report for 192.168.0.6  Host is up (0.13s latency).  MAC Address: <xx:xx:xx:xx:xx:xx> (Sonos)  ... # And more  

Turns out it is my Sonos speakers on the local Wifi network.

Why is ipconfig/if link show showing other Interfaces?

Thanks

How is it possible that getcwd() takes sometimes half a second, according to strace?

Posted: 27 May 2022 09:49 AM PDT

As far as I understand it does not even touches the filesystem. So what can be a cause for this, using strace -T:

     0.481441 getcwd("/home/user/web/url.com/public_html", 4096) = some number  

I am using Linux 4.9.30.

The system has some strange lags, i want to identify it. Cpu, iowait, load, memory, all seems to be normal It is a kvm virtual machine, maybe that changes something.

Swap F1 and Ctrl+F1 keys in X Window

Posted: 27 May 2022 08:53 AM PDT

I'm used to using F1 for quake-like terminal. But sometimes I would like to use this key in some different applications for its usual purpose. I think the easiest way can be to swap F1 and Ctrl+F1 keys in X Window, then bind Ctrl+F1 for terminal (it would be the real F1) and use Ctrl+F1 when I need F1 in some applications.

Is it possible?

I tried (Kubuntu 22.04 KDE) to play with xmodmap, something like xmodmap -e "keycode 67 control = F1 F1" but it does not work (and anyway it's wrong). And it seems to me that xdotool will not help me either.

Wifi connected but no internet access

Posted: 27 May 2022 09:12 AM PDT

I freshly installed kali linux just out of curiosity but I don't have internet access. My wifi is connected. What should I do, please help. Stuck on it for days. Can't access internet through ethernet, so solution should be offline, if there is need of installing some package, please provide link to its installer.

I know, it's boring question for you. But for me, it's not. So please someone help me

Alsa sequencer issue - no file /dev/snd/seq

Posted: 27 May 2022 09:33 AM PDT

I seem to be having issues with my Alsa sequencer. I am using Parabola (Arch variant) and I don't use Pulseaudio, I use Alsa directly. I am trying to play a game via Wine that has MIDI audio. I have fluidsynth installed and it works - I can play a midi file and it sounds fine. However, if I start the fluidsynth server and run aplaymidi -l, I get the following error:

$ aplaymidi -l  ALSA lib seq_hw.c:466:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory  

I have no /dev/snd/seq file, which seems like it is something that should be there, relating to the Alsa sequencer. Does anyone have any idea why that file might not be present and what solutions I can try?

Edit:

To answer the question in the comments, here is the output of /proc/config.gz for the section dealing with the sequencer:

$ zgrep -A 5 -B 5 SEQUENCER /proc/config.gz  # CONFIG_SND_CTL_VALIDATION is not set  # CONFIG_SND_JACK_INJECTION_DEBUG is not set  CONFIG_SND_VMASTER=y  CONFIG_SND_DMA_SGBUF=y  CONFIG_SND_CTL_LED=m  CONFIG_SND_SEQUENCER=m  CONFIG_SND_SEQ_DUMMY=m  CONFIG_SND_SEQUENCER_OSS=m  CONFIG_SND_SEQ_HRTIMER_DEFAULT=y  CONFIG_SND_SEQ_MIDI_EVENT=m  CONFIG_SND_SEQ_MIDI=m  CONFIG_SND_SEQ_MIDI_EMUL=m  CONFIG_SND_SEQ_VIRMIDI=m  

So it appears the Alsa sequencer was compiled as a module and I probably just need to load that module.

Deleting /etc/machine-id in ubuntu-minimal-cloudimg for proxmox template

Posted: 27 May 2022 09:08 AM PDT

I am trying to make a template for my Ubuntu VMs mostly by following Techno Tim's instructions here. I differ from Tim by wanting to also install qemu-guest-agent so I can get the IP of the vm without having to do it manually. I do this before importing the .img by using the command virt-customize -a focal-minimal-cloudimg-amd64.img --install qemu-guest-agent. But unfortunately this does me the favor of setting the machine-id, which I do not want in my template. Now, I could also run virt-customize -a focal-minimal-cloudimg-amd64.img --delete /etc/machine-id as well as in /var/lib/dbus/machine-id which does the trick and deletes it. But unfortunately during boot of any new VM from that, the system boots with many errors because machine-id is not there and for some reason /etc is mounted as read only. Is there any way to fix this?

I can get around this by instead of deleting with virt-customize, I can put in a firstboot script through virt-customize that deletes and regenerates a machine-id with a reboot to make it take effect, but this seems like a less than ideal way to do this. Is there a better way?

When are host keys for the server generated

Posted: 27 May 2022 09:25 AM PDT

I am writing a hardening script to be run by kickstart during the post-installation phase. One of the requirements is to change the permissions on /etc/ssh/ssh_host*key files. My problem is that those keys are not generated when the script is run. I have two questions:

  1. When are those keys generated during the installation process?

  2. Will I break anything if I generate them with my script?

AWK write to a renamed file

Posted: 27 May 2022 08:54 AM PDT

A file data.csv has the following data

1,avocado,mexican green fruit  1,kiwi,green fruit  1,banana,yellow fruit  1,mango,yellow fruit  

To organize data into fruit catagories, I've done

awk -F ',' '{print >> ($3 ".csv")}' data.csv  

which creates 3 files, mexican green fruit.csv, green fruit.csv, yellow fruit.csv

I want the spaces in the names of these files to be replaced with underscores _

So, the files names should be mexican_green_fruit.csv, green_fruit.csv, yellow_fruit.csv

Need help in this awk one liner to do this

Looking for an awk only answer

Fedora Offline-Upgrade shutdown instead of reboot from CLI

Posted: 27 May 2022 09:53 AM PDT

Before turning off my Laptop (which runs Fedora 36) I like to run sudo dnf offline-upgrade download -y && sudo dnf offline-upgrade reboot || sudo shutdown now So that all pending updates get installed automatically and I don't have to worry about using the Software Center or shutting down via GNOME. The only problem is by running sudo dnf offline-upgrade reboot my Laptop reboots as the command states and I would like it to shutdown and install the rest of the updates the next time I start my Laptop.

Is there a way (maybe using systemd) to shutdown into the upgrade process via Command Line?

Get the last word on each line

Posted: 27 May 2022 11:06 AM PDT

I have a large text file generated from strace which contains in brief

% time     seconds  usecs/call     calls    errors syscall  ------ ----------- ----------- --------- --------- ----------------   42.93    3.095527         247     12512           unshare   19.64    1.416000        2975       476           access   13.65    0.984000        3046       323           lstat   12.09    0.871552         389      2239       330 futex   11.47    0.827229          77     10680           epoll_wait    0.08    0.005779          66        88           fadvise64    0.06    0.004253           4      1043       193 read    0.06    0.004000           3      1529         3 lstat    0.00    0.000344           0      2254      1761 stat  [...]    0.00    0.000000           0         1           fallocate    0.00    0.000000           0        24           access    0.00    0.000000           0         1           open  

Excluding the first header line, I would like to get from each line the last field, the on showing the syscall. Those would include:

  • unshare
  • access
  • lstat
  • futex
  • epoll_wait
  • .
  • ..
  • ...

This is what I tried tail -n -13 seccomp | awk '{print $5}' which has been able to ignore the first line but somehow some lines containing the error row are ignored due to my search been not refined

How do I implement this?

After installing Eclipse and I get a "Please ensure that WebKit with its GTK 3.x bindings is installed" error when running it

Posted: 27 May 2022 09:40 AM PDT

On RHEL 8 I just installed Eclipse 2021-09 from the standalone install archive eclipse-jee-2021-09-R-linux-gtk-x86_64.tar.gz.

When running it, the application opens up with the default window, but then shows an error dialog with the following message:

Unhandled event loop exception
No more handles because there is no underlying browser available.
Please ensure that WebKit with its GTK 3.x bindings is installed (WebKit2 API level is preferred). Additionally, please note that GTK4 does not currently have Browser support.

I guess some libraries are missing. For another X11 application I had already run yum install gtk3-devel gtk2-devel but Eclipse might need more.

What do I have install to get Eclipse running?

Where do I find the path of the current desktop background in Cinnamon?

Posted: 27 May 2022 10:35 AM PDT

I'm using Cinnamon on Devuan Chimaera. I'm trying to migrate an earlier user home directory (from Devuan Beowulf). Specifically, I'm trying to use the same background image. But I can't figure out where the chosen background image, or the link/path to it, is stored! I couldn't find anything relevant under ~/.cinnamon. Where is it? :-(

Note: Related question which doesn't seem to answer my question: Where does Cinnamon store its Desktop Art settings?

Can Linux corrupt the data on an NTFS partition?

Posted: 27 May 2022 09:43 AM PDT

I have read contradictory statements about NTFS support in Linux, for example here they say that NTFS is stable in Linux, while here they say that your NTFS data may get corrupted in Linux.

So can Linux corrupt the data on an NTFS partition (I am using Ubuntu, but my question is about Linux in general)?

Is there a way to determine if a remote script has been run from a local shell or remote shell?

Posted: 27 May 2022 11:25 AM PDT

I have a remote script that I execute locally with ssh user@host "bash /path/to/remote/script.sh".

I don't want this script to run if it's executed directly from a remote shell, but only when executed locally via SSH. I considered passing the script a value like ssh user@host "bash /path/to/remote/script.sh local" and the script exiting if $1 was not local, but is there a more reliable way to test this?

Many thanks, Steve.

How to clear DNS cache on Fedora on any other Linux distro

Posted: 27 May 2022 10:03 AM PDT

I've just changed the hosting for my Domain the name got propagated (24 hours passed) I have new page (without SSL because I didn't added it yet on new hosting) on my android phone. But when I open the page in Chromium or Fedora I see old redirect to https.

How can I flush/clear my local DNS so I'll see new page and can do something with new site.

For both my phone and my laptop I use same WiFi so it's not cache in router.

In this question How to flush the DNS cache in Debian? first answer don't work and second is for server that have Bind, I don't have bind, it's not a server.

My /etc/resolv.conf look like this:

# Generated by NetworkManager  nameserver 91.239.248.21  nameserver 8.8.4.4  nameserver fe80::1%wlp3s0  

Find all empty directories AND directories with a single (specific) file

Posted: 27 May 2022 11:54 AM PDT

I'm trying to write a shell script that deletes all empty directories as well as any directory that contains only the .DS_Store file that Mac generates.  I can do the former pretty easily with

find -depth -type d -empty  

but I can't figure how to find directories that contain only .DS_Store.

Is there an easy way of doing this without writing my own recursive search function?

Simultaneous wlan0 & wlan1 access points (via hostapd)

Posted: 27 May 2022 11:00 AM PDT

I am trying to set up 2 wireless access points from linux device (Debian Jessy). Both AP's should work simultaneously & share Internet connection (as shown below).

    _____       ___________       |   | eth0 |           | wlan0(AccessPoint 2.5G)       |box|-----< Eth       USB1>WLAN0_Stick <<<<<<  Smartphone      |___|      | Debian    |                  | Device    | wlan1(AccessPoint 5G)                 |          USB2>WLAN1_Stick <<<<<<  PC/Laptop                 |___________|  
My initial config (hostapd & dnsmasq) for single wlan0 (AccessPoint 2.5G)

/etc/hostapd.conf

    # Define interface      interface=wlan0      # Select driver      driver=nl80211      # Set access point name      ssid=AP-wifi-2G      # Set access point harware mode to 802.11g      hw_mode=g      # Set WIFI channel (can be easily changed)      channel=6      # Enable WPA2 only (1 for WPA, 2 for WPA2, 3 for WPA + WPA2)      wpa=2      wpa_passphrase=wifi123456  
/etc/dnsmasq.conf
    # Bind to only one interface      bind-interfaces      # Choose interface for binding      interface=wlan0      # Specify range of IP addresses for DHCP leasses      dhcp-range=192.168.150.2,192.168.150.10  
In order to initialize AP1 I use following bash-script

start.sh

    !/bin/bash      # Start      # Configure IP address for WLAN      sudo ifconfig wlan0 192.168.150.1      # Start DHCP/DNS server      sudo service dnsmasq restart      # Enable routing      sudo sysctl net.ipv4.ip_forward=1      # Enable NAT      sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE      # Run access point daemon      sudo hostapd /etc/hostapd.conf      # Stop      # Disable NAT      sudo iptables -D POSTROUTING -t nat -o eth0 -j MASQUERADE      # Disable routing      sudo sysctl net.ipv4.ip_forward=0      # Disable DHCP/DNS server      sudo service dnsmasq stop  

This config works fine for single AP (wlan0, AccessPoint 2.5G) I added the 2nd config /etc/hostapd_5G.conf for wlan1 similar as /etc/hostapd.conf & changed dnsmasq.conf & start.sh (wlan0->wlan1 for testing) - it also worked good in 5G.

But I need to run wlan0 AP & wlan1 AP simultaneously. I think I need to modify dnsmasq.conf for second interface. But I don't know how to do this.

Anyone please help with simultaneous configuration (wlan0 AP & wlan1 AP).

How to set PATH when running a ssh command?

Posted: 27 May 2022 11:10 AM PDT

Assuming user has /bin/bash as the shell in /etc/passwd. Then ssh user@host command runs the command using Bash. However, that shell is neither login nor interactive, which means neither ~/.bash_profile nor ~/.bashrc is sourced. In that case how to set the PATH environment variable so that executables can be found and executed? Is it recommended to prefix the actual command with source ~/.bashrc?


Edit. This question is trivial for Bash, because (as people pointed out) ~/.bashrc is sourced in such case. The definitive answer comes from this paragraph in man bash:

Bash attempts to determine when it is being run with its standard input connected to a network connection, as when executed by the remote shell daemon, usually rshd, or the secure shell daemon sshd. If bash determines it is being run in this fashion, it reads and executes commands from ~/.bashrc, if that file exists and is readable. It will not do this if invoked as sh. The --norc option may be used to inhibit this behavior, and the --rcfile option may be used to force another file to be read, but neither rshd nor sshd generally invoke the shell with those options or allow them to be specified.

printing multiple separate pictures on one physical paper page with terminal

Posted: 27 May 2022 11:08 AM PDT

I have multiple .png files (for example: pic_001.png, pic_002.png... pic_200.png). These are basically separate pages of the book.

I want to create a single printing job, that will print 2 such pictures per one physical page, so it would look like a usual book spread.

I've tried to do this like this:

lp pic_001.png pic_002.png pic_003.png pic_004.png -d color-printer-1 -o sides=one-sided -o number-up=2  

but it was printing only 1 picture per 1 page.

The same result with the for-loop:

for i in `seq 1 2 8`; do lp pic_00$i.png pic_00$[$i + 1].png -d color-printer-1 -o sides=one-sided -o number-up=2; done  

but also this creates separate jobs per pair of pictures.

How to "grep" for line length in a given range?

Posted: 27 May 2022 09:33 AM PDT

NOTE: This question is the complement of this Q&A: How to "grep" for line length *not* in a given range?


I need to get only the lines from a textfile (a wordlist, separated with newline) that has a length range of minimum or equal than 3 characters, but not longer or equal than 10.

Example:

INPUT:

egyezményét  megkíván  ki  alma  kevesen  meghatározó  

OUTPUT:

megkíván  alma  kevesen  

Question: How can I do this in bash?

Where does Cinnamon store its Desktop Art settings?

Posted: 27 May 2022 09:39 AM PDT

Running Linux Mint 16 right now, Cinnamon 64-bit. I'm trying to find out where Cinnamon stores my desktop settings. Precisely looking for where the desktop image settings are stored and want to figure out how to manipulate it via the command line for a bash script I've written.

tl;dr: can I change cinnamon's desktop image from the command line?

Any clues or tips?

Grub 2 os prober for windows 8

Posted: 27 May 2022 09:01 AM PDT

I'm trying to dual boot with fedora 20 and windows 8. I install first windows and then fedora. And grub detects windows automatically.

So the default \etc\grub.d\30_os-prober for windows is this:

case ${BOOT} in chain)    onstr="$(gettext_printf "(on %s)" "${DEVICE}")"  cat << EOF    menuentry '$(echo "${LONGNAME} $onstr" | grub_quote)' --class windows --class os \$menuentry_id_option 'osprober-chain-$(grub_get_device_id "${DEVICE}")' {  EOF    save_default_entry | grub_add_tab    prepare_grub_to_access_device ${DEVICE} | grub_add_tab      case ${LONGNAME} in      Windows\ Vista*|Windows\ 7*|Windows\ Server\ 2008*)      ;;      *)      cat << EOF        drivemap -s (hd0) \${root}      EOF      ;;    esac      cat <<EOF    chainloader +1  }  

This creates this menuentry which doesn't boot windows:

What I've tried

I created in my /etc/grub.d/40_custom manually a menuentry which works fine

menuentry "Windows" {    insmod part_gpt    insmod fat    insmod search_fs_uuid    insmod chain    search --fs-uuid --no-floppy --set=root your_UUID    chainloader (${root})/efi/Microsoft/Boot/bootmgfw.efi  }  

So I try to adapt this for the \etc\grub.d\30_os-prober and add replace the last part with this:

cat <<EOF    search --fs-uuid --no-floppy --set=root $(grub_get_device_id "${DEVICE}")    chainloader (${root})/efi/Microsoft/Boot/bootmgfw.efi  }  EOF  

but this creates:

menuentry 'Windows Boot Manager' {        chainloader /EFI/Microsoft/Boot/bootmgfw.efi        boot  }  

Which doesn't work.

My question

How should I change 30_os-prober so that it creates a working grub menuentry?

Why is my ssh connection unauthorized although I have updated my key on the remote machine?

Posted: 27 May 2022 12:03 PM PDT

On my local machine I have a public key stored in

.ssh/id_rsa.pub  

To be able to log in to a remote machine I copy this key using ssh-copy-id:

ssh-copy-id user@remote-host  

On the remote host, I see two lines added to the file .ssh/authorized_keys starting with ssh-dss and ssh-rsa, and ending with the local machine information.

However, when I now log in to the remote machine with

ssh user@remote-host  

I am still asked for a password. Why is that and how can this be fixed?

  • The file permissions of authorized_keys are correct.
  • The following is the result of ssh -v:

OpenSSH_5.9p1 Debian-5ubuntu1.1, OpenSSL 1.0.1 14 Mar 2012  debug1: Reading configuration data /etc/ssh/ssh_config  debug1: /etc/ssh/ssh_config line 19: Applying options for *  debug1: Connecting to xxx [xxx] port 22.  debug1: Connection established.  debug1: identity file /home/alexander/.ssh/id_rsa type 1  debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048  debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048  debug1: identity file /home/alexander/.ssh/id_rsa-cert type -1  debug1: identity file /home/alexander/.ssh/id_dsa type 2  debug1: Checking blacklist file /usr/share/ssh/blacklist.DSA-1024  debug1: Checking blacklist file /etc/ssh/blacklist.DSA-1024  debug1: identity file /home/alexander/.ssh/id_dsa-cert type -1  debug1: identity file /home/alexander/.ssh/id_ecdsa type -1  debug1: identity file /home/alexander/.ssh/id_ecdsa-cert type -1  debug1: Remote protocol version 2.0, remote software version dropbear_0.52  debug1: no match: dropbear_0.52  debug1: Enabling compatibility mode for protocol 2.0  debug1: Local version string SSH-2.0-OpenSSH_5.9p1 Debian-5ubuntu1.1  debug1: SSH2_MSG_KEXINIT sent  debug1: SSH2_MSG_KEXINIT received  debug1: kex: server->client aes128-ctr hmac-md5 none  debug1: kex: client->server aes128-ctr hmac-md5 none  debug1: sending SSH2_MSG_KEXDH_INIT  debug1: expecting SSH2_MSG_KEXDH_REPLY  debug1: Server host key: RSA XXXX  debug1: Host 'remote_host' is known and matches the RSA host key.  debug1: Found key in /home/alexander/.ssh/known_hosts:26  debug1: ssh_rsa_verify: signature correct  debug1: SSH2_MSG_NEWKEYS sent  debug1: expecting SSH2_MSG_NEWKEYS  debug1: SSH2_MSG_NEWKEYS received  debug1: Roaming not allowed by server  debug1: SSH2_MSG_SERVICE_REQUEST sent  debug1: SSH2_MSG_SERVICE_ACCEPT received  debug1: Authentications that can continue: publickey,password  debug1: Next authentication method: publickey  debug1: Offering DSA public key: /home/alexander/.ssh/id_dsa  debug1: Authentications that can continue: publickey,password  debug1: Offering RSA public key: /home/alexander/.ssh/id_rsa  debug1: Authentications that can continue: publickey,password  debug1: Trying private key: /home/alexander/.ssh/id_ecdsa  debug1: Next authentication method: password  user@remote_host's password:  

No comments:

Post a Comment