[Touch-packages] [Bug 1458100] Re: Samba shares in fstab fail to mount on boot

2015-08-25 Thread AntAgna
interfaces.d is empty

Here is the content of /etc/network/interfaces :
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback

# local network
iface eth1 inet static
  address 192.168.2.2
  netmask 255.255.255.0

# wireless wlan0
#allow-hotplug wlan0
iface wlan0 inet static
  address 192.168.4.1
  netmask 255.255.255.0


NetworkManager is not installed on my system (I removed it using apt-get).
This system acts as WiFi Access Point and NetworkManager prevented me from 
configuring the wifi card in the proper mode.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1458100

Title:
  Samba shares in fstab fail to mount on boot

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  I recently upgraded Ubuntu from 14.10 to 15.04.
  I have 2 samba shares in /etc/fstab that used to be mounted automatically 
during boot.
  After the upgrade, the shares are no longer mounted after boot.

  Content of /etc/fstab :
  //192.168.2.3/Data /media/Data cifs 
guest,uid=htpc,gid=htpc,iocharset=utf8,dir_mode=0777,noperm 0 0
  //192.168.2.3/Backups /media/Backups cifs 
guest,uid=htpc,gid=htpc,iocharset=utf8,dir_mode=0777,noperm 0 0

  When booting with the default options (systemd), these two shares are not 
mounted after boot.
  But they mount properly when manually doing : mount -a

  The shares get mounted properly when booting if I select Upstart in
  GRUB.

  It seems that systemd does not wait for the network to be up before
  trying to establish the shares (and I imagine Upstart does wait for
  the network).

  Adding the option _netdev in /etc/fstab  did not solve the problem.

  I fixed the problem by setting the shares as automount in /etc/fstab :
  //192.168.2.3/Data /media/Data cifs 
guest,uid=htpc,gid=htpc,iocharset=utf8,dir_mode=0777,noperm,auto,x-systemd.automount
 0 0
  //192.168.2.3/Backups /media/Backups cifs 
guest,uid=htpc,gid=htpc,iocharset=utf8,dir_mode=0777,noperm,auto,x-systemd.automount
 0 0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1458100/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1458100] Re: Samba shares in fstab fail to mount on boot

2015-08-02 Thread AntAgna
Here is the journal when using the modified fstab file that includes the
option x-systemd.automount and normal boot in grub


** Attachment added: "journal.txt"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1458100/+attachment/4437943/+files/journal.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1458100

Title:
  Samba shares in fstab fail to mount on boot

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  I recently upgraded Ubuntu from 14.10 to 15.04.
  I have 2 samba shares in /etc/fstab that used to be mounted automatically 
during boot.
  After the upgrade, the shares are no longer mounted after boot.

  Content of /etc/fstab :
  //192.168.2.3/Data /media/Data cifs 
guest,uid=htpc,gid=htpc,iocharset=utf8,dir_mode=0777,noperm 0 0
  //192.168.2.3/Backups /media/Backups cifs 
guest,uid=htpc,gid=htpc,iocharset=utf8,dir_mode=0777,noperm 0 0

  When booting with the default options (systemd), these two shares are not 
mounted after boot.
  But they mount properly when manually doing : mount -a

  The shares get mounted properly when booting if I select Upstart in
  GRUB.

  It seems that systemd does not wait for the network to be up before
  trying to establish the shares (and I imagine Upstart does wait for
  the network).

  Adding the option _netdev in /etc/fstab  did not solve the problem.

  I fixed the problem by setting the shares as automount in /etc/fstab :
  //192.168.2.3/Data /media/Data cifs 
guest,uid=htpc,gid=htpc,iocharset=utf8,dir_mode=0777,noperm,auto,x-systemd.automount
 0 0
  //192.168.2.3/Backups /media/Backups cifs 
guest,uid=htpc,gid=htpc,iocharset=utf8,dir_mode=0777,noperm,auto,x-systemd.automount
 0 0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1458100/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1458100] Re: Samba shares in fstab fail to mount on boot

2015-08-02 Thread AntAgna
When selecting upstart in grub, the shares mount automatically.
When booting with upstart, journalctl says : No journal files were found. 
Instead, I used dmesg to generate a log file.
I attach it here in case it is useful.

** Attachment added: "dmesg.txt"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1458100/+attachment/4437942/+files/dmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1458100

Title:
  Samba shares in fstab fail to mount on boot

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  I recently upgraded Ubuntu from 14.10 to 15.04.
  I have 2 samba shares in /etc/fstab that used to be mounted automatically 
during boot.
  After the upgrade, the shares are no longer mounted after boot.

  Content of /etc/fstab :
  //192.168.2.3/Data /media/Data cifs 
guest,uid=htpc,gid=htpc,iocharset=utf8,dir_mode=0777,noperm 0 0
  //192.168.2.3/Backups /media/Backups cifs 
guest,uid=htpc,gid=htpc,iocharset=utf8,dir_mode=0777,noperm 0 0

  When booting with the default options (systemd), these two shares are not 
mounted after boot.
  But they mount properly when manually doing : mount -a

  The shares get mounted properly when booting if I select Upstart in
  GRUB.

  It seems that systemd does not wait for the network to be up before
  trying to establish the shares (and I imagine Upstart does wait for
  the network).

  Adding the option _netdev in /etc/fstab  did not solve the problem.

  I fixed the problem by setting the shares as automount in /etc/fstab :
  //192.168.2.3/Data /media/Data cifs 
guest,uid=htpc,gid=htpc,iocharset=utf8,dir_mode=0777,noperm,auto,x-systemd.automount
 0 0
  //192.168.2.3/Backups /media/Backups cifs 
guest,uid=htpc,gid=htpc,iocharset=utf8,dir_mode=0777,noperm,auto,x-systemd.automount
 0 0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1458100/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1458100] Re: Samba shares in fstab fail to mount on boot

2015-08-02 Thread AntAgna
Here is the requested journal
Normal boot with original fstab

** Attachment added: "journal.txt"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1458100/+attachment/4437941/+files/journal.txt

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1458100

Title:
  Samba shares in fstab fail to mount on boot

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  I recently upgraded Ubuntu from 14.10 to 15.04.
  I have 2 samba shares in /etc/fstab that used to be mounted automatically 
during boot.
  After the upgrade, the shares are no longer mounted after boot.

  Content of /etc/fstab :
  //192.168.2.3/Data /media/Data cifs 
guest,uid=htpc,gid=htpc,iocharset=utf8,dir_mode=0777,noperm 0 0
  //192.168.2.3/Backups /media/Backups cifs 
guest,uid=htpc,gid=htpc,iocharset=utf8,dir_mode=0777,noperm 0 0

  When booting with the default options (systemd), these two shares are not 
mounted after boot.
  But they mount properly when manually doing : mount -a

  The shares get mounted properly when booting if I select Upstart in
  GRUB.

  It seems that systemd does not wait for the network to be up before
  trying to establish the shares (and I imagine Upstart does wait for
  the network).

  Adding the option _netdev in /etc/fstab  did not solve the problem.

  I fixed the problem by setting the shares as automount in /etc/fstab :
  //192.168.2.3/Data /media/Data cifs 
guest,uid=htpc,gid=htpc,iocharset=utf8,dir_mode=0777,noperm,auto,x-systemd.automount
 0 0
  //192.168.2.3/Backups /media/Backups cifs 
guest,uid=htpc,gid=htpc,iocharset=utf8,dir_mode=0777,noperm,auto,x-systemd.automount
 0 0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1458100/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1458100] Re: Samba shares in fstab fail to mount on boot

2015-07-09 Thread AntAgna
I am quite busy these days, I plan on testing this on July 18th

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1458100

Title:
  Samba shares in fstab fail to mount on boot

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  I recently upgraded Ubuntu from 14.10 to 15.04.
  I have 2 samba shares in /etc/fstab that used to be mounted automatically 
during boot.
  After the upgrade, the shares are no longer mounted after boot.

  Content of /etc/fstab :
  //192.168.2.3/Data /media/Data cifs 
guest,uid=htpc,gid=htpc,iocharset=utf8,dir_mode=0777,noperm 0 0
  //192.168.2.3/Backups /media/Backups cifs 
guest,uid=htpc,gid=htpc,iocharset=utf8,dir_mode=0777,noperm 0 0

  When booting with the default options (systemd), these two shares are not 
mounted after boot.
  But they mount properly when manually doing : mount -a

  The shares get mounted properly when booting if I select Upstart in
  GRUB.

  It seems that systemd does not wait for the network to be up before
  trying to establish the shares (and I imagine Upstart does wait for
  the network).

  Adding the option _netdev in /etc/fstab  did not solve the problem.

  I fixed the problem by setting the shares as automount in /etc/fstab :
  //192.168.2.3/Data /media/Data cifs 
guest,uid=htpc,gid=htpc,iocharset=utf8,dir_mode=0777,noperm,auto,x-systemd.automount
 0 0
  //192.168.2.3/Backups /media/Backups cifs 
guest,uid=htpc,gid=htpc,iocharset=utf8,dir_mode=0777,noperm,auto,x-systemd.automount
 0 0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1458100/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1458100] [NEW] Samba shares in fstab fail to mount on boot

2015-05-22 Thread AntAgna
Public bug reported:

I recently upgraded Ubuntu from 14.10 to 15.04.
I have 2 samba shares in /etc/fstab that used to be mounted automatically 
during boot.
After the upgrade, the shares are no longer mounted after boot.

Content of /etc/fstab :
//192.168.2.3/Data /media/Data cifs 
guest,uid=htpc,gid=htpc,iocharset=utf8,dir_mode=0777,noperm 0 0
//192.168.2.3/Backups /media/Backups cifs 
guest,uid=htpc,gid=htpc,iocharset=utf8,dir_mode=0777,noperm 0 0

When booting with the default options (systemd), these two shares are not 
mounted after boot.
But they mount properly when manually doing : mount -a

The shares get mounted properly when booting if I select Upstart in
GRUB.

It seems that systemd does not wait for the network to be up before
trying to establish the shares (and I imagine Upstart does wait for the
network).

Adding the option _netdev in /etc/fstab  did not solve the problem.

I fixed the problem by setting the shares as automount in /etc/fstab :
//192.168.2.3/Data /media/Data cifs 
guest,uid=htpc,gid=htpc,iocharset=utf8,dir_mode=0777,noperm,auto,x-systemd.automount
 0 0
//192.168.2.3/Backups /media/Backups cifs 
guest,uid=htpc,gid=htpc,iocharset=utf8,dir_mode=0777,noperm,auto,x-systemd.automount
 0 0

** Affects: systemd (Ubuntu)
 Importance: Undecided
 Status: New

** Package changed: linux (Ubuntu) => systemd (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1458100

Title:
  Samba shares in fstab fail to mount on boot

Status in systemd package in Ubuntu:
  New

Bug description:
  I recently upgraded Ubuntu from 14.10 to 15.04.
  I have 2 samba shares in /etc/fstab that used to be mounted automatically 
during boot.
  After the upgrade, the shares are no longer mounted after boot.

  Content of /etc/fstab :
  //192.168.2.3/Data /media/Data cifs 
guest,uid=htpc,gid=htpc,iocharset=utf8,dir_mode=0777,noperm 0 0
  //192.168.2.3/Backups /media/Backups cifs 
guest,uid=htpc,gid=htpc,iocharset=utf8,dir_mode=0777,noperm 0 0

  When booting with the default options (systemd), these two shares are not 
mounted after boot.
  But they mount properly when manually doing : mount -a

  The shares get mounted properly when booting if I select Upstart in
  GRUB.

  It seems that systemd does not wait for the network to be up before
  trying to establish the shares (and I imagine Upstart does wait for
  the network).

  Adding the option _netdev in /etc/fstab  did not solve the problem.

  I fixed the problem by setting the shares as automount in /etc/fstab :
  //192.168.2.3/Data /media/Data cifs 
guest,uid=htpc,gid=htpc,iocharset=utf8,dir_mode=0777,noperm,auto,x-systemd.automount
 0 0
  //192.168.2.3/Backups /media/Backups cifs 
guest,uid=htpc,gid=htpc,iocharset=utf8,dir_mode=0777,noperm,auto,x-systemd.automount
 0 0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1458100/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp