Displaying 16 results from an estimated 16 matches similar to: "Стил Рэйдж. - Стильный мужской аксессуар премиум-класса."
2008 Jan 31
10
QoS Sample config ?
Hi
I am search a sample config for my linux box:
Shorewall 3.2.3
Eth0 => Internet Access 4Mbits on ethernet
Eth1 => Lan
Eth2 => Lan 2
Eth3 => Lan 3
i want limit the internet access:
Eth1 = 2 Mbits
Eth2 = 0,5 Mbits
Eth3 = 1,5 Mbits
but if eth1 don''t use 2 Mbits other lan can use it
anyone have a simple sample config for help me ?
Thanks bye
2011 Feb 03
1
snoop scsi commands per device
Maybe someone can share that script with me?
Full problem i''m trying to investigate - my S10u7 get I\O error when
accessing LUN on EMC cx480, but only if LUN created on raid6 raid group.
When I create one on raid5 or raid10 everything goes fine.
--
____________
Voropaev Pavel
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2003 Oct 13
1
kernel panic with using IMQ - why?
Hi, All!
I have kernel panic with using IMQ on my linux router.
In archive of this mailing list i found reason of this truble:
i used PREROUTING -j IMQ and POSTROUTING -j IMQ in one time
but i don''t understand why this configuration is broken?
I want to control all traffic on my external interface,
for example i want to lease 30kbit/sec (inbound+outbound,
without dividing) for encrypting
2011 Nov 01
2
Can't work with command prompt on Windows XP
Hi, collegues.
I have installed Railsinstaller 2.0.0 and have a problem
When I''m starting Command Prompt with Ruby and Rails I see the
following text
"The network path was not found.
# Rails Environment Configuration.
Your git configuration is incomplete.
user.name and user.email are required for properly using git and
services such
as GitHub ( http://github.com/ ).
Please
2014 Apr 03
1
process asterisk stop
Who can help?
I have Asterisk 1.8.3 server on Ubuntu 10.04.
Asterisk periodically falls here with this error:
[1227952.625701] asterisk [30237]: segfault at 18 ip 00007ff3504579bc sp
00007ff34ddc3ff0 error 4 in libc-2.11.1.so [7ff3503e0000 +17 a000]
--
Pavel Chashkov
www www.ngs.ru <http://ngs.ru>
e-mail p.chashkov at office.ngs.ru <mailto:p.chashkov at office.ngs.ru>
???????
2011 Jun 08
2
Misconfiguration of Windows MSI installer 2.6.0-1 with my Powerware 5115 connected via USB port
Hello.
I've tried to configure Windows (complete port, Beta): Windows MSI installer
2.6.0-1 with my Powerware 5115 connected via USB port but have no luck.
Here is my config files:
*nut.conf:*
MODE = netserver
*ups.conf:*
[PW5115]
driver = bcmxcp_usb
port = notUsed
desc = "PowerWare 5115"
*upsd.conf:*
LISTEN 192.168.1.12 3493
*upsd.users:*
[monuser]
2011 Jul 19
2
KIN-1500AP RM + Windows 2008 64-bit Standard R2 SP1 (nut 2.6.1)
I have only RS-232 on the box (meanwhile, it was manufactured on march of
2011)
Here is my configs:
nut.conf:
*
*
MODE = netserver
ups.conf:
*
*
[KIN1500]
driver = powercom
port = notUsed
desc = "Powercom KING PRO KIN-1500AP RM"
upsd.conf:
*
*
LISTEN 192.168.1.2 3493
upsd.users:
*
*
[monuser]
password = xxxxxxxx
upsmon master
2011 Oct 04
2
PowerCOM BNT-800AP (0d9f:0004)
Hello.
I've been trying to got it work but haven't luck.
I'm using NUT 2.6.0-1 under Windows XP with libusb driver installed
(USB\VID_0D9F&PID_0004&REV_0001).
I had tryed all options with such config:
*PWCOM]
driver = usbhid-ups
port = auto
vendorid = 0d9f
desc = "Powercom BNT-800AP"
type=BNT*
*
*Here is output from CMD:*
2014 Feb 16
2
libvirtd ssl configuration
Hi!
I found little semantics bug:
[13:53:40] root@dedicated-04:~ # LC_ALL=C libvirtd -h
libvirtd: invalid option -- 'h'
Usage:
libvirtd [options]
Options:
-v | --verbose Verbose messages.
-d | --daemon Run as a daemon & write PID file.
-l | --listen Listen for TCP/IP connections.
-t | --timeout <secs> Exit after timeout period.
-f |
2014 Aug 06
0
conditional transfer
Hello. Help me please.
Tell me how to implement this action:
How to play a sound file or perform any action the user to an incoming
call after a conditional transfer?
Example. Subscriber A calls subscriber B. Subscriber B transfers the
call to the subscriber C (previously talking to him). After B hung up A
and C should connect but the subscriber with the right play a sound file
or do in the
2015 Oct 09
1
OpenSSH and stdin/stdout assigning
> Yes, in that we changed the compile time default at some point between those two because pipes have better close semantics for what sshd wants to do.
Thanks for quick reply, appreciate it.
> That sounds a bit silly. Which daemons?
At least python-daemon lib.
Look here for functions is_process_started_by_superserver() and
is_detach_process_context_required()
2015 Oct 08
3
OpenSSH and stdin/stdout assigning
Hey, guys, I have a question about a difference between openssh 4.3 and 5.3.
I have plenty of servers with RHEL5 and RHEL6.
Most of RHEL5 servers have openssh-server version 4.3p2-72.el5_6.3
(kernel 2.6.39-100.7.1uek)
And RHEL6 servers have 5.3p1-111.el6 (kernel 3.8.13-35.el6uek.x86_64)
So there is the difference in assigning stdin and stdout for ssh
connections. Openssh 4.3 assigns socket (I
2018 Sep 24
4
Writing simple intrinsic in clang
I want to write a simple backend-specific instrinsic that will just call an
instruction. How should I do that?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180924/7faeeb3d/attachment.html>
2018 Sep 27
4
How to cross-compile for ARC in clang?
Hello everyone,
I'm trying to compile my test.cpp for ARC, using this guide
https://clang.llvm.org/docs/CrossCompilation.html.
I've built my LLVM+CLANG with ARC, ARM and X86.
clang -target arc -S test.cpp
Gives me:
error: unknown target triple 'arc', please use -triple or -arch
clang -targer arm works fine
Is there any way to compile for ARC?
-------------- next part
2018 Sep 27
3
How to cross-compile for ARC in clang?
Oh, that's what I was afraid of.
So there is definetly no way to compile for ARC?
If so, should I write ARC.h(.cpp) in lib/Basic/Targets in order to make it
work?
чт, 27 сент. 2018 г. в 14:47, Tim Northover <t.p.northover at gmail.com>:
> Hi,
>
> On Thu, 27 Sep 2018 at 12:41, Павел Безбородов via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
> > clang -target
2019 Sep 10
0
dovecot duplicate emails
Hello. I have problems with duplicate emails when using replication and
configured message filters on the client.
Looks like when letter comes, it processed by replication and
immediately after this processed by filter on client and moved to
another folder.
When it arrives to slave server into INBOX, it replicated back to master
into INBOX and only after that - slave receives MOVE command.
The