ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] samba
@ 2002-01-11 10:26 Eugeny Korekin
  2002-01-11 12:31 ` Alexander Bokovoy
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Eugeny Korekin @ 2002-01-11 10:26 UTC (permalink / raw)
  To: sisyphus

Только что поставил новую самбу.

az@reks ~ $ smbmount //eidos/library mnt   
params.c:Parameter() - Ignoring badly formed line in configuration file: ]
libsmb based programs must *NOT* be setuid root.
17151: Connection to eidos failed
SMB connection failed

az@reks ~ $ sudo smbmount //eidos/library mnt -o username=az
params.c:Parameter() - Ignoring badly formed line in configuration file: ]
Password: 
az@reks ~ $

То есть от рута подмонтировал.
Нехорошо все это как-то.

-- 
	Best regards, -- Eugeny.




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [sisyphus] samba
  2002-01-11 10:26 [sisyphus] samba Eugeny Korekin
@ 2002-01-11 12:31 ` Alexander Bokovoy
  2002-01-11 22:28 ` Vitaly Lipatov
  2002-01-13  8:09 ` Sergei
  2 siblings, 0 replies; 16+ messages in thread
From: Alexander Bokovoy @ 2002-01-11 12:31 UTC (permalink / raw)
  To: sisyphus

On Fri, Jan 11, 2002 at 04:26:37PM +0600, Eugeny Korekin wrote:
> 
> Только что поставил новую самбу.
> 
> az@reks ~ $ smbmount //eidos/library mnt   
> params.c:Parameter() - Ignoring badly formed line in configuration file: ]
> libsmb based programs must *NOT* be setuid root.
> 17151: Connection to eidos failed
> SMB connection failed
> 
> az@reks ~ $ sudo smbmount //eidos/library mnt -o username=az
> params.c:Parameter() - Ignoring badly formed line in configuration file: ]
> Password: 
> az@reks ~ $
> 
> То есть от рута подмонтировал.
> Нехорошо все это как-то.
разберемся.
-- 
/ Alexander Bokovoy
$ cat /proc/identity >~/.signature
  `Senior software developer and analyst for SaM-Solutions Ltd.`
---
Nov 21 20:58:58 alconost kernel: VFS: Busy inodes after unmount. 
		    Self-destruct in 5 seconds.  Have a nice day...



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [sisyphus] samba
  2002-01-11 10:26 [sisyphus] samba Eugeny Korekin
  2002-01-11 12:31 ` Alexander Bokovoy
@ 2002-01-11 22:28 ` Vitaly Lipatov
  2002-01-12 10:42   ` Alexander Bokovoy
  2002-01-14  6:41   ` Eugeny Korekin
  2002-01-13  8:09 ` Sergei
  2 siblings, 2 replies; 16+ messages in thread
From: Vitaly Lipatov @ 2002-01-11 22:28 UTC (permalink / raw)
  To: sisyphus

On 11 January 2002 13:26, Eugeny Korekin wrote:
> Только что поставил новую самбу.
>
> az@reks ~ $ smbmount //eidos/library mnt
> params.c:Parameter() - Ignoring badly formed line in configuration file: ]
> libsmb based programs must *NOT* be setuid root.
> 17151: Connection to eidos failed
> SMB connection failed
Так снимите SUID с smbmount/smbumount
-- 
Lav
Виталий Липатов
ФГУП "ЦНИИ Судовой Электротехники и Технологии", Санкт-Петербург
GNU! Linux! LaTeX! LyX!



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [sisyphus] samba
  2002-01-11 22:28 ` Vitaly Lipatov
@ 2002-01-12 10:42   ` Alexander Bokovoy
  2002-01-14  6:41   ` Eugeny Korekin
  1 sibling, 0 replies; 16+ messages in thread
From: Alexander Bokovoy @ 2002-01-12 10:42 UTC (permalink / raw)
  To: sisyphus

On Sat, Jan 12, 2002 at 01:28:23AM +0300, Vitaly Lipatov wrote:
> On 11 January 2002 13:26, Eugeny Korekin wrote:
> > Только что поставил новую самбу.
> >
> > az@reks ~ $ smbmount //eidos/library mnt
> > params.c:Parameter() - Ignoring badly formed line in configuration file: ]
> > libsmb based programs must *NOT* be setuid root.
> > 17151: Connection to eidos failed
> > SMB connection failed
> Так снимите SUID с smbmount/smbumount
В новой сборке будет поправлено. "Глюк" перескочил с /usr/sbin/smbmnt на
/usr/bin/smbmount в одной из сборок.
-- 
/ Alexander Bokovoy
$ cat /proc/identity >~/.signature
  `Senior software developer and analyst for SaM-Solutions Ltd.`
---
Nov 21 20:58:58 alconost kernel: VFS: Busy inodes after unmount. 
		    Self-destruct in 5 seconds.  Have a nice day...



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [sisyphus] samba
  2002-01-11 10:26 [sisyphus] samba Eugeny Korekin
  2002-01-11 12:31 ` Alexander Bokovoy
  2002-01-11 22:28 ` Vitaly Lipatov
@ 2002-01-13  8:09 ` Sergei
  2002-01-14  6:47   ` Eugeny Korekin
  2 siblings, 1 reply; 16+ messages in thread
From: Sergei @ 2002-01-13  8:09 UTC (permalink / raw)
  To: sisyphus

Пятница 11 Январь 2002 13:26, Вы написали:

> То есть от рута подмонтировал.
> Нехорошо все это как-то.
Значит так, снимите SUID с usr/bin/smbmount и поставьте на /usr/sbin/smbmnt.

(не следите рассылкой, уже пробегало)

-- 
С уважением, Епифанов Сергей.



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [sisyphus] samba
  2002-01-11 22:28 ` Vitaly Lipatov
  2002-01-12 10:42   ` Alexander Bokovoy
@ 2002-01-14  6:41   ` Eugeny Korekin
  2002-01-14  9:03     ` Alexander Bokovoy
  1 sibling, 1 reply; 16+ messages in thread
From: Eugeny Korekin @ 2002-01-14  6:41 UTC (permalink / raw)
  To: sisyphus

Vitaly Lipatov <LAV@VL3143.spb.edu> writes:


>> az@reks ~ $ smbmount //eidos/library mnt params.c:Parameter() -
>> Ignoring badly formed line in configuration file: ] libsmb based
>> programs must *NOT* be setuid root.  17151: Connection to eidos
>> failed SMB connection failed
> Так снимите SUID с smbmount/smbumount

Ай как умно. Может мне вообще начать самому собирать дистрибутив?

-- 
	Best regards, -- Eugeny.

8443.	- Финны - самый воинственный народ.
	- Почему?
	- Они даже спят с финками.



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [sisyphus] samba
  2002-01-13  8:09 ` Sergei
@ 2002-01-14  6:47   ` Eugeny Korekin
  2002-01-14 16:07     ` [sisyphus] [JT] samba Sergei
  0 siblings, 1 reply; 16+ messages in thread
From: Eugeny Korekin @ 2002-01-14  6:47 UTC (permalink / raw)
  To: sisyphus

Sergei <serpiph@pochtamt.ru> writes:

>> То есть от рута подмонтировал.  Нехорошо все это как-то.
> Значит так, снимите SUID с usr/bin/smbmount и поставьте на
> /usr/sbin/smbmnt.

Я не спрашивал, как мне избавиться от вышеприведенного эфеекта,
если вы не заметили, а лишь указывал на глюк в пакете.

> (не следите рассылкой, 

А что, должен? У меня вообще-то работа есть и я не всегда могу распоряжаться своим временем так, как бы мне этого хотелось.

> уже пробегало)

Вот прям по сизифовской?


-- 
	Best regards, -- Eugeny.





^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [sisyphus] samba
  2002-01-14  6:41   ` Eugeny Korekin
@ 2002-01-14  9:03     ` Alexander Bokovoy
  2002-01-14 10:31       ` Eugeny Korekin
  0 siblings, 1 reply; 16+ messages in thread
From: Alexander Bokovoy @ 2002-01-14  9:03 UTC (permalink / raw)
  To: sisyphus

On Mon, Jan 14, 2002 at 12:41:50PM +0600, Eugeny Korekin wrote:
> Vitaly Lipatov <LAV@VL3143.spb.edu> writes:
> 
> 
> >> az@reks ~ $ smbmount //eidos/library mnt params.c:Parameter() -
> >> Ignoring badly formed line in configuration file: ] libsmb based
> >> programs must *NOT* be setuid root.  17151: Connection to eidos
> >> failed SMB connection failed
> > Так снимите SUID с smbmount/smbumount
> Ай как умно. Может мне вообще начать самому собирать дистрибутив?
Если есть желание -- начинайте, никто не мешает. Опечатка будет исправлена 
в следующей сборке.
-- 
/ Alexander Bokovoy
$ cat /proc/identity >~/.signature
  `Senior software developer and analyst for SaM-Solutions Ltd.`
---
Nov 21 20:58:58 alconost kernel: VFS: Busy inodes after unmount. 
		    Self-destruct in 5 seconds.  Have a nice day...



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [sisyphus] samba
  2002-01-14  9:03     ` Alexander Bokovoy
@ 2002-01-14 10:31       ` Eugeny Korekin
  2002-01-14 10:39         ` Alexander Bokovoy
  0 siblings, 1 reply; 16+ messages in thread
From: Eugeny Korekin @ 2002-01-14 10:31 UTC (permalink / raw)
  To: sisyphus

Alexander Bokovoy <a.bokovoy@sam-solutions.net> writes:

>> > Так снимите SUID с smbmount/smbumount
>> Ай как умно. Может мне вообще начать самому собирать дистрибутив?
> Если есть желание -- начинайте, никто не мешает. 

Нет такого желания.

> Опечатка будет
> исправлена в следующей сборке.

Больше мне ничего и не надо было. :) Все так быстро кинулись советовать убрать setuid, как будто я об этом просил.



-- 
	Best regards, -- Eugeny.

В жизни всегда есть место пофигу.



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [sisyphus] samba
  2002-01-14 10:31       ` Eugeny Korekin
@ 2002-01-14 10:39         ` Alexander Bokovoy
  0 siblings, 0 replies; 16+ messages in thread
From: Alexander Bokovoy @ 2002-01-14 10:39 UTC (permalink / raw)
  To: sisyphus

On Mon, Jan 14, 2002 at 04:31:30PM +0600, Eugeny Korekin wrote:
> > Опечатка будет
> > исправлена в следующей сборке.
> 
> Больше мне ничего и не надо было. :) Все так быстро кинулись советовать
> убрать setuid, как будто я об этом просил.
:) Эта тема уже обсуждалась около недели. Новый пакет не выходит по другой
причине, там другие дополнения пишутся.
-- 
/ Alexander Bokovoy
$ cat /proc/identity >~/.signature
  `Senior software developer and analyst for SaM-Solutions Ltd.`
---
Nov 21 20:58:58 alconost kernel: VFS: Busy inodes after unmount. 
		    Self-destruct in 5 seconds.  Have a nice day...



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [sisyphus] [JT] samba
  2002-01-14  6:47   ` Eugeny Korekin
@ 2002-01-14 16:07     ` Sergei
  2002-01-14 17:07       ` Michael Shigorin
  0 siblings, 1 reply; 16+ messages in thread
From: Sergei @ 2002-01-14 16:07 UTC (permalink / raw)
  To: sisyphus

Понедельник 14 Январь 2002 09:47, Вы написали:

> Я не спрашивал, как мне избавиться от вышеприведенного эфеекта,
> если вы не заметили, а лишь указывал на глюк в пакете.

Свою самбу я уже давно так перелопачиваю. Если что-то не работает, то 
вспоминаю, что уже успел накрутить.

> > (не следите рассылкой,
>
> А что, должен? У меня вообще-то работа есть и я не всегда могу
> распоряжаться своим временем так, как бы мне этого хотелось.

Бывает, просто слышал, что люди в архиве проводят поиск, думал, вы тоже 
можете там посмотреть.

> Вот прям по сизифовской?

Честно - не знаю. Вроде, да.

-- 
С уважением, Епифанов Сергей.



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [sisyphus] [JT] samba
  2002-01-14 16:07     ` [sisyphus] [JT] samba Sergei
@ 2002-01-14 17:07       ` Michael Shigorin
  2002-01-17 19:04         ` [sisyphus] Altlinux Google search Mikhail Zabaluev
  0 siblings, 1 reply; 16+ messages in thread
From: Michael Shigorin @ 2002-01-14 17:07 UTC (permalink / raw)
  To: sisyphus

On Mon, Jan 14, 2002 at 07:07:05PM +0300, Sergei wrote:
> Бывает, просто слышал, что люди в архиве проводят поиск, думал, вы тоже 
> можете там посмотреть.
http://www.google.com/search?as_q=ВАШ_ЗАПРОС&as_sitesearch=altlinux.ru&num=100

(в сторону) когда ж...

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ http://visa.chem.univ.kiev.ua/~mike/



^ permalink raw reply	[flat|nested] 16+ messages in thread

* [sisyphus] Altlinux Google search
  2002-01-14 17:07       ` Michael Shigorin
@ 2002-01-17 19:04         ` Mikhail Zabaluev
  2002-01-17 19:20           ` Alexander Bokovoy
  0 siblings, 1 reply; 16+ messages in thread
From: Mikhail Zabaluev @ 2002-01-17 19:04 UTC (permalink / raw)
  To: sisyphus

Hello Michael,

On Mon, Jan 14, 2002 at 07:07:01PM +0200, Michael Shigorin wrote:
>
> On Mon, Jan 14, 2002 at 07:07:05PM +0300, Sergei wrote:
> > Бывает, просто слышал, что люди в архиве проводят поиск, думал, вы тоже 
> > можете там посмотреть.
> http://www.google.com/search?as_q=ВАШ_ЗАПРОС&as_sitesearch=altlinux.ru&num=100

Лучше с русским языком:
http://www.google.com/search?as_q=ВАШ_ЗАПРОС&as_sitesearch=altlinux.ru&num=100&lr=lang_ru

-- 
Stay tuned,
  MhZ                                     JID: mookid@jabber.org
___________
A memorandum is written not to inform the reader, but to protect the writer.
		-- Dean Acheson



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [sisyphus] Altlinux Google search
  2002-01-17 19:04         ` [sisyphus] Altlinux Google search Mikhail Zabaluev
@ 2002-01-17 19:20           ` Alexander Bokovoy
  2002-01-17 21:32             ` "Баталов Григорий"
  0 siblings, 1 reply; 16+ messages in thread
From: Alexander Bokovoy @ 2002-01-17 19:20 UTC (permalink / raw)
  To: sisyphus

On Thu, Jan 17, 2002 at 10:04:22PM +0300, Mikhail Zabaluev wrote:
> Hello Michael,
> 
> On Mon, Jan 14, 2002 at 07:07:01PM +0200, Michael Shigorin wrote:
> >
> > On Mon, Jan 14, 2002 at 07:07:05PM +0300, Sergei wrote:
> > > Бывает, просто слышал, что люди в архиве проводят поиск, думал, вы тоже 
> > > можете там посмотреть.
> > http://www.google.com/search?as_q=ВАШ_ЗАПРОС&as_sitesearch=altlinux.ru&num=100
> Лучше с русским языком:
> http://www.google.com/search?as_q=ВАШ_ЗАПРОС&as_sitesearch=altlinux.ru&num=100&lr=lang_ru
А еще лучше добавить в букмарки такой букмарклет (все в одну строчку)

javascript:Qr=document.getSelection();if(!Qr){void(Qr=prompt('Keywords...',''))};if(Qr)location.href='http://www.google.com/search?as_q='+escape(Qr)+'%26num=100%26btnG=%25CF%25EE%25E8%25F1%25EA+%25E2+Google%26as_epq=%26as_oq=%26as_eq=%26lr=%26as_ft=i%26as_filetype=%26as_qdr=all%26as_occt=body%26as_dt=i%26as_sitesearch=altlinux.ru%26lr=lang_ru'

После этого на любой странице можно выделить текст и щелкнуть по этой
закладке или просто щелкнуть по ней и в открывшемся окошке ввести ключевые
слова.
-- 
/ Alexander Bokovoy
$ cat /proc/identity >~/.signature
  `Senior software developer and analyst for SaM-Solutions Ltd.`
---
Nov 21 20:58:58 alconost kernel: VFS: Busy inodes after unmount. 
		    Self-destruct in 5 seconds.  Have a nice day...



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [sisyphus] Altlinux Google search
  2002-01-17 19:20           ` Alexander Bokovoy
@ 2002-01-17 21:32             ` "Баталов Григорий"
  2002-01-18  9:11               ` Alexander Bokovoy
  0 siblings, 1 reply; 16+ messages in thread
From: "Баталов Григорий" @ 2002-01-17 21:32 UTC (permalink / raw)
  To: sisyphus

On Thu, 17 Jan 2002 21:20:18 +0200
Alexander Bokovoy <a.bokovoy@sam-solutions.net> wrote:

> А еще лучше добавить в букмарки такой букмарклет (все в одну строчку)
> javascript:Qr=document.getSelection();if(!Qr){void(Qr=prompt('Keywords...',''))};if(Qr)location.href='http://www.google.com/search?as_q='+escape(Qr)+'%26num=100%26btnG=%25CF%25EE%25E8%25F1%25EA+%25E2+Google%26as_epq=%26as_oq=%26as_eq=%26lr=%26as_ft=i%26as_filetype=%26as_qdr=all%26as_occt=body%26as_dt=i%26as_sitesearch=altlinux.ru%26lr=lang_ru'
> 
> После этого на любой странице можно выделить текст и щелкнуть по этой
> закладке или просто щелкнуть по ней и в открывшемся окошке ввести ключевые
> слова.

    Ух ты! =)

  Только у Вас '&' как %26 напечаталось. У меня так не работало.
  (mozilla-0.9.5-alt1)

-- 
Баталов Григорий.



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [sisyphus] Altlinux Google search
  2002-01-17 21:32             ` "Баталов Григорий"
@ 2002-01-18  9:11               ` Alexander Bokovoy
  0 siblings, 0 replies; 16+ messages in thread
From: Alexander Bokovoy @ 2002-01-18  9:11 UTC (permalink / raw)
  To: sisyphus

On Fri, Jan 18, 2002 at 12:32:45AM +0300, "Баталов Григорий" wrote:
> On Thu, 17 Jan 2002 21:20:18 +0200
> Alexander Bokovoy <a.bokovoy@sam-solutions.net> wrote:
> 
> > А еще лучше добавить в букмарки такой букмарклет (все в одну строчку)
> > javascript:Qr=document.getSelection();if(!Qr){void(Qr=prompt('Keywords...',''))};if(Qr)location.href='http://www.google.com/search?as_q='+escape(Qr)+'%26num=100%26btnG=%25CF%25EE%25E8%25F1%25EA+%25E2+Google%26as_epq=%26as_oq=%26as_eq=%26lr=%26as_ft=i%26as_filetype=%26as_qdr=all%26as_occt=body%26as_dt=i%26as_sitesearch=altlinux.ru%26lr=lang_ru'
> > 
> > После этого на любой странице можно выделить текст и щелкнуть по этой
> > закладке или просто щелкнуть по ней и в открывшемся окошке ввести ключевые
> > слова.
>     Ух ты! =)
> 
>   Только у Вас '&' как %26 напечаталось. У меня так не работало.
>   (mozilla-0.9.5-alt1)
Это я вырезал из bookmark.xbel от Галеона, он в XML, потому и подменен
видимо.
-- 
/ Alexander Bokovoy
$ cat /proc/identity >~/.signature
  `Senior software developer and analyst for SaM-Solutions Ltd.`
---
Nov 21 20:58:58 alconost kernel: VFS: Busy inodes after unmount. 
		    Self-destruct in 5 seconds.  Have a nice day...



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2002-01-18  9:11 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-11 10:26 [sisyphus] samba Eugeny Korekin
2002-01-11 12:31 ` Alexander Bokovoy
2002-01-11 22:28 ` Vitaly Lipatov
2002-01-12 10:42   ` Alexander Bokovoy
2002-01-14  6:41   ` Eugeny Korekin
2002-01-14  9:03     ` Alexander Bokovoy
2002-01-14 10:31       ` Eugeny Korekin
2002-01-14 10:39         ` Alexander Bokovoy
2002-01-13  8:09 ` Sergei
2002-01-14  6:47   ` Eugeny Korekin
2002-01-14 16:07     ` [sisyphus] [JT] samba Sergei
2002-01-14 17:07       ` Michael Shigorin
2002-01-17 19:04         ` [sisyphus] Altlinux Google search Mikhail Zabaluev
2002-01-17 19:20           ` Alexander Bokovoy
2002-01-17 21:32             ` "Баталов Григорий"
2002-01-18  9:11               ` Alexander Bokovoy

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git