[Bug 1357715] Re: causes syntax error in expression for umount
Victor Passapera
1357715 at bugs.launchpad.net
Sat Aug 16 21:23:00 UTC 2014
https://gist.github.com/vpassapera/18c069166b2468c64dd3 (Has output
showing debug info for bash)
FSTAB contents:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda3 during installation
UUID=7614ad68-9608-488d-987e-81ec505ded5b / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
UUID=5272-B0DE /boot/efi vfat defaults 0 1
# /home was on /dev/sda4 during installation
UUID=8cb93651-0a9c-4838-ac34-15ddaab47a23 /home ext4 defaults 0 2
# swap was on /dev/sda2 during installation
#Disabled for cryptswap (will not show up on resources)
#UUID=716bb63a-b354-4295-b880-92db126c8c13 none swap sw 0 0
/dev/mapper/cryptswap1 none swap sw 0 0
#LVM
/dev/HDDVolume/Backups /home/LvBackups ext4 defaults 0 2
/dev/HDDVolume/Downloads /home/LvDownloads ext4 defaults 0 2
/dev/HDDVolume/Videos /home/LvVideos ext4 defaults 0 2
/dev/HDDVolume/Documents /home/LvDocuments ext4 defaults 0 2
/dev/HDDVolume/Development /home/LvDevelopment ext4 defaults 0 2
/dev/HDDVolume/Archives /home/LvArchives ext4 defaults 0 2
/dev/HDDVolume/Pictures /home/LvPictures ext4 defaults 1 2
/dev/HDDVolume/Music /home/LvMusic ext4 defaults 1 2
/dev/HDDVolume/Games /home/LvGames ext4 defaults 1 2
/dev/HDDVolume/Applications /home/LvApplications ext4 defaults 1 2
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to bash-completion in Ubuntu.
https://bugs.launchpad.net/bugs/1357715
Title:
causes syntax error in expression for umount
Status in “bash-completion” package in Ubuntu:
In Progress
Bug description:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
bash-completion:
Installed: 1:2.1-4
Candidate: 1:2.1-4
Version table:
*** 1:2.1-4 0
500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status
When in a console and typing
sudo umount <tab button>
I get the following error:
sudo umount bash: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
21 22 23 24 25 26 27 28 29 30: syntax error in expression (error token
is "1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
26 27 28 29 30")
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1357715/+subscriptions
More information about the foundations-bugs
mailing list