search for: vlasov

Displaying 20 results from an estimated 25 matches for "vlasov".

2005 Jun 09
2
Relay-only icecast with no encoders.
...0 client_timeout -1 kick_clients 0 alias / http://195.245.80.76:8000/ kick_relays 100 transparent_proxy 0 allow client * allow admin 195.245.81.26 allow admin 195.245.80.26 allow admin 127.0.0.1 allow source 195.245.81.26 allow source 195.245.80.26 allow source 195.245.80.76 -- WBR, Alexander A. Vlasov +38(039)2476081
2008 Aug 04
2
refuse option = e
...(104) rsync error: error in rsync protocol data stream (code 12) at io.c(794) [receiver=3.0.2] Though it is written in MAN, that: ======== Using rsync in this way is the same as using it with a remote shell except that: o you must not specify the --rsh (-e) option. ======== -- BRGDS. Alexey Vlasov.
2008 Jul 16
2
[PATCH 1/2] chain.c32: fix bounce buffer handling
...t work properly. Fixed by removing the global variable completely and moving all bounce buffer handling into read_sector() and write_sector(). - write_sector() copied data to the bounce buffer, but then tried to use the pointer to the original buffer in BIOS calls. Signed-off-by: Sergey Vlasov <vsu at altlinux.ru> --- com32/modules/chain.c | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/com32/modules/chain.c b/com32/modules/chain.c index e6409b4..9ca118c 100644 --- a/com32/modules/chain.c +++ b/com32/modules/chain.c @@ -168,12 +168,13 @@ struct e...
2008 Jul 22
2
[PATCH 1/3] Fix loading of *.lkrn images from gPXE
...re failing with "Not enough memory to load specified image". These images have the su_ramdisk_max header field set to zero, and the code in core/runkernel.inc was limiting MyHighMemSize too early (before the load_high call used to load the main part of the kernel). Signed-off-by: Sergey Vlasov <vsu at altlinux.ru> --- core/runkernel.inc | 13 ++++++------- 1 files changed, 6 insertions(+), 7 deletions(-) diff --git a/core/runkernel.inc b/core/runkernel.inc index 4d62778..c7af6cc 100644 --- a/core/runkernel.inc +++ b/core/runkernel.inc @@ -216,13 +216,6 @@ new_kernel:...
2007 Feb 18
2
shared klibc broken on x86_64 with binutils >= 2.17.50.0.2
...dded unconditionally - GNU ld silently ignores all "-z KEYWORD" options which it does not understand, therefore the added options should not break linking with old ld versions (although I did not actually test this yet). Maybe somebody has some other solution to this problem? -- Sergey Vlasov -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature Url : http://www.zytor.com/pipermail/klibc/attachments/20070218/6e1eebb7/attachment.bin
2008 Apr 24
1
[PATCH] chain.c32: fix booting from logical partitions
Booting from a logical partition failed with the "Requested logical partition not found" error due to a wrong test for partition signature in find_logical_partition(). Signed-off-by: Sergey Vlasov <vsu at altlinux.ru> --- com32/modules/chain.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/com32/modules/chain.c b/com32/modules/chain.c index b790bd0..ec92cd0 100644 --- a/com32/modules/chain.c +++ b/com32/modules/chain.c @@ -228,7 +228,7 @@ find_logical_partit...
2008 Aug 05
1
Strange time in rsyncd logfile
...client: # date Tue Aug 5 14:14:45 MSD 2008 Log from a server: 2008/08/05 14:00:13 [22351] rsync on common/ from rsync_common@hostname (13.18.17.08) 2008/08/05 10:00:13 [22351] building file list 2008/08/05 10:00:14 [22351] sent 32852 bytes received 90 bytes total size 8307319 -- BRGDS. Alexey Vlasov.
2008 Dec 08
1
Idle option in rsync
...loading on a file write/delete? For example, in my case it would be great if after a file writing rsync would sleep for N seconds. My options: rsync -v -a -u -S --delete-during --ignore-errors -b --backup-dir=path --log-file=path --bwlimit=1000 --max-size=size rsync://SRC DST/ -- BRGDS. Alexey Vlasov.
2004 Jun 07
1
freebsd-security Digest, Vol 61, Issue 3
On Sat, 29 May 2004 12:00:52 -0700 (PDT), <freebsd-security-request@freebsd.org> wrote: Hello ! Today i see in snort logs : [**] [1:528:4] BAD-TRAFFIC loopback traffic [**] [Classification: Potentially Bad Traffic] [Priority: 2] 06/07-09:44:39.044590 127.0.0.1:80 -> 10.6.148.173:1566 TCP TTL:128 TOS:0x0 ID:577 IpLen:20 DgmLen:40 ***A*R** Seq: 0x0 Ack: 0x75830001 Win: 0x0 TcpLen:
2000 Dec 15
1
OpenSSH 2.3.0p1: Problem with the init script in the RPM
There is a problem in the contrib/redhat/sshd.init script: it starts sshd without specifying the full path (/usr/bin/sshd for the RPM installation). The daemon starts up and works, but dies when it receives a SIGHUP, because it is unable to re-exec itself without the full path. -------------- next part -------------- --- openssh-2.3.0p1/contrib/redhat/sshd.init.initfix Mon Oct 16 05:25:17 2000 +++
2010 Dec 06
1
Centos DS and user password change
[stas at ds ~]$ cat /etc/redhat-release CentOS release 5.5 (Final) [stas at ds ~]$ rpm -qa | grep centos-ds centos-ds-admin-8.1.0-9.el5.centos.1 centos-ds-8.1.0-1.el5.centos.2 centos-ds-base-8.1.0-0.14.el5.centos.2 centos-ds-console-8.1.0-5.el5.centos.2 ds installed for: 1) linux workstations authentication 2) mail (accounts & aliases) 3) samba 4) squid acls Exists several r/o replicas.
2007 Jan 27
0
[PATCH] dash: Fix "pwd -P" breakage due to getcwd(0, 0) usage
...getpwd() function in dash assumed than getcwd(0, 0) will allocate the buffer dynamically using malloc(); however, this glibc extension is not implemented by klibc. Make getpwd() use a temporary buffer and invoke savestr() itself instead of relying on a nonstandard extension. Signed-off-by: Sergey Vlasov <vsu at altlinux.ru> --- Alternatively, you may pull from the following git repo and branch: git://git.altlinux.org/people/vsu/packages/klibc.git upstream-fixes (also available over http: and rsync:, but the repo is fully packed). usr/dash/cd.c | 5 +++-- 1 files changed, 3 inser...
2007 Feb 18
0
[PATCH] umount: Add -l option for lazy unmount
Signed-off-by: Sergey Vlasov <vsu at altlinux.ru> --- Alternatively, you may pull from the following git repo and branch: git://git.altlinux.org/people/vsu/packages/klibc.git alt-umount (branch based on the klibc-1.4.32 release - sorry, forgot to send this patch earlier) usr/utils/umount.c | 7 +++++-- 1 fi...
2008 Dec 04
3
Patch: Allow args with spaces
Hi, the first attached patch extends the argument parsing code to allow (shell like) spaces. A config like LABEL BIOSupdate KERNEL dmiselect.c32 APPEND "ESPRIMO P5925" "memdisk initrd=/dos/FSC-E5925.img raw" will result in args[]: ESPRIMO P5925 memdisk initrd=/dos/FSC-E5925.img raw instead of (current code): "ESPRIMO P5925" "memdisk
2008 Jul 18
3
ISOLinux, menu.c32 and PXE handoff?
Hey Folks, Sorry if this has been asked before; hard to get a usable search on 'isolinux OR syslinux pxe-boot' with just the info I need! I work in a large organization, and the group which manages the network may not be the guys managing the hosts. I have a network and dhcp server, and pxelinux is working very well on that net. I want to make my net-install resources available to
2011 Sep 28
3
Can't remember name of command to temporarily disable a share
I need to temporarily disable a share for a few days, I remember there was an entry I could add to the share definition to temporarily disable the share (I think it was disabled=true or enabled=false) but I can't remember what it was for sure, nor can I find it in the manual. what is it ?
2009 Nov 12
24
How to Backup and Restore MBR within Logical Volumes?
Hi All, I have several Xen virtual machines within logical volumes using LVM2. I did not use disk images for performance reasons. Conventionally, if I want to clone my virtual machines, I have to dd the LV to an image file. But this consumes a lot of time and harddisk space. So, instead of doing that, I want to use losetup and kpartx with my logical volumes, which contain operating systems of
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
...i Shtylyov <sshtylyov@mvista.com> Sergei Shtylyov <sshtylyov@ru.mvista.com> Sergei Trofimovich <slyfox@gentoo.org> Sergei Trofimovich <slyich@gmail.com> Sergey Popovich <popovich_sergei@mail.ru> Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Sergey Vlasov <vsu@altlinux.ru> Sergey Yanovich <ynvich@gmail.com> Sergio Aguirre <saaguirre@ti.com> Sergio Cambra <sergio@programatica.es> Sergio Correia <lists@uece.net> Sergiu Giurgiu <sgiurgiu11@gmail.com> Sesidhar Baddela <sebaddel@cisco.com> Seth Fors...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
...i Shtylyov <sshtylyov@mvista.com> Sergei Shtylyov <sshtylyov@ru.mvista.com> Sergei Trofimovich <slyfox@gentoo.org> Sergei Trofimovich <slyich@gmail.com> Sergey Popovich <popovich_sergei@mail.ru> Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Sergey Vlasov <vsu@altlinux.ru> Sergey Yanovich <ynvich@gmail.com> Sergio Aguirre <saaguirre@ti.com> Sergio Cambra <sergio@programatica.es> Sergio Correia <lists@uece.net> Sergiu Giurgiu <sgiurgiu11@gmail.com> Sesidhar Baddela <sebaddel@cisco.com> Seth Fors...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...Sergei Shtylyov <sshtylyov@ru.mvista.com> Sergei Trofimovich <slyfox@gentoo.org> Sergei Trofimovich <slyich@gmail.com> Sergey Dyasly <dserrg@gmail.com> Sergey Popovich <popovich_sergei@mail.ru> Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Sergey Vlasov <vsu@altlinux.ru> Sergey Yanovich <ynvich@gmail.com> Sergio Aguirre <saaguirre@ti.com> Sergio Aguirre <sergio.a.aguirre.rodriguez@intel.com> Sergio Cambra <sergio@programatica.es> Sergio Correia <lists@uece.net> Sergiu Giurgiu <sgiurgiu11@gmail.com...