不具合報告/4.6/34
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*pmount が一般ユーザーで使えない [#u94c6554]
-ページ: [[不具合報告/4.6]]
-投稿者: [[M.H]]
-優先順位: 低
-状態: 提案
-カテゴリー: 不具合報告
-投稿日: 2009-04-17 (金) 20:45:41
-バージョン:
**メッセージ [#uc4c893a]
pmount /dev/fd0 のように実行しようとすると、
Error: this program needs to be installed suid root
というエラーになります。
ls -l /usr/bin/pmount
-rwxr-sr-x 1 root plugdev 33028 2月 10日 10:20 /usr/bi...
group plugdev で setgid ではなくて、user root で setuid ...
----
-使いたい人を plugdev グループに登録してみてください。 --...
-登録してみましたが、同様のエラーが出ます。root で実行し...
-- 私も同様でした。 自動マウントも嫌いなので 60-plamo_loc...
--modporbe floppyなどをやってもがいてみましたがどうもでし...
-ソースをざっと見るかぎり floppy は hotplug device とは見...
/* The silent version of the device_removable function. */
int device_removable_silent(const char * device)
{
struct sysfs_device *dev;
static char* hotplug_buses[] = { "usb", "ieee1394", "m...
int removable;
char blockdevpath[PATH_MAX];
メモリースティックはバス的にどう見えるのか分かりませんが...
デバイスを pmount しようとすると mount のラッパーとして働...
POLICY
The mount will succeed if all of the following con...
キ device is a block device in /dev/
キ device is not in /etc/fstab (if it is, pmount...
this transparently). See below for more details.
キ device is not already mounted according to /etc...
キ if the mount point already exists, there is no ...
empty
キ device is removable (USB, FireWire, or MM...
whitelisted in /etc/pmount.allow.
キ device is not locked
ということだから、/etc/pmount.allow に指定すれば pmount ...
不明。。-- [[kojima]] &new{2009-04-18 (土) 23:13:28};
#comment
終了行:
*pmount が一般ユーザーで使えない [#u94c6554]
-ページ: [[不具合報告/4.6]]
-投稿者: [[M.H]]
-優先順位: 低
-状態: 提案
-カテゴリー: 不具合報告
-投稿日: 2009-04-17 (金) 20:45:41
-バージョン:
**メッセージ [#uc4c893a]
pmount /dev/fd0 のように実行しようとすると、
Error: this program needs to be installed suid root
というエラーになります。
ls -l /usr/bin/pmount
-rwxr-sr-x 1 root plugdev 33028 2月 10日 10:20 /usr/bi...
group plugdev で setgid ではなくて、user root で setuid ...
----
-使いたい人を plugdev グループに登録してみてください。 --...
-登録してみましたが、同様のエラーが出ます。root で実行し...
-- 私も同様でした。 自動マウントも嫌いなので 60-plamo_loc...
--modporbe floppyなどをやってもがいてみましたがどうもでし...
-ソースをざっと見るかぎり floppy は hotplug device とは見...
/* The silent version of the device_removable function. */
int device_removable_silent(const char * device)
{
struct sysfs_device *dev;
static char* hotplug_buses[] = { "usb", "ieee1394", "m...
int removable;
char blockdevpath[PATH_MAX];
メモリースティックはバス的にどう見えるのか分かりませんが...
デバイスを pmount しようとすると mount のラッパーとして働...
POLICY
The mount will succeed if all of the following con...
キ device is a block device in /dev/
キ device is not in /etc/fstab (if it is, pmount...
this transparently). See below for more details.
キ device is not already mounted according to /etc...
キ if the mount point already exists, there is no ...
empty
キ device is removable (USB, FireWire, or MM...
whitelisted in /etc/pmount.allow.
キ device is not locked
ということだから、/etc/pmount.allow に指定すれば pmount ...
不明。。-- [[kojima]] &new{2009-04-18 (土) 23:13:28};
#comment
ページ名: