You are not logged in.

#1 2012-04-24 23:20:24

Smarthound
Member
Registered: 2012-03-29
Posts: 23

[SOLVED] Syntax error in /etc/rc.d/functions

When I restart ifplugd ("sudo rc.d restart ifplugd"), I am seeing this in daemon.log:

Apr 25 00:15:07 localhost ifplugd(eth1)[8586]: Executing '/etc/ifplugd/ifplugd.action eth1 down'.
Apr 25 00:15:07 localhost ifplugd(eth1)[8586]: client: /etc/rc.d/functions: line 573: syntax error near unexpected token `<'
Apr 25 00:15:07 localhost ifplugd(eth1)[8586]: client: /etc/rc.d/functions: line 573: `	done < <(findmnt -mrunRo TARGET,FSTYPE,OPTIONS /)'

It's followed by the same error when bringing eth1 up.

The output of that findmnt command on my system:

> findmnt -mrunRo TARGET,FSTYPE,OPTIONS /
/ ext4 rw,noatime,user_xattr,acl,barrier=1,data=ordered
/proc proc rw,nosuid,nodev,noexec,relatime
/sys sysfs rw,nosuid,nodev,noexec,relatime
/dev devtmpfs rw,nosuid,relatime,size=1029128k,nr_inodes=217890,mode=755
/dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
/dev/shm tmpfs rw,nosuid,nodev,relatime
/run tmpfs rw,nosuid,nodev,relatime,mode=755
/tmp tmpfs rw,nosuid,nodev,relatime
/boot ext2 rw,relatime,user_xattr,acl,barrier=1

Everything's up to date.

Last edited by Smarthound (2012-05-01 22:13:29)

Offline

#2 2012-04-24 23:27:19

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: [SOLVED] Syntax error in /etc/rc.d/functions

This is not a syntax error.

https://bugs.archlinux.org/task/28022

Offline

Board footer

Powered by FluxBB