search for: switced

Displaying 20 results from an estimated 22 matches for "switced".

Did you mean: switched
2004 Jan 20
0
Power Over Ethernet for *any* ethernet switc h (or hub); product idea
That'd be the 3CNJP24SE, we have one that powers 3COM NJ-200's. Works well. -----Original Message----- From: Martin [mailto:marrandy@chaossolutions.org] Sent: Tuesday, January 20, 2004 9:23 AM To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] Power Over Ethernet for *any* ethernet switch (or hub); product idea On Tuesday 20 January 2004 10:30 am, Kevin Ragsdale wrote:
2005 Oct 07
1
[SPAM] Re: What Windows apps stand in the way of switc hing to Linuxat your shop?
.NET would be a critical component for GEICO's use of Linux and Wine. ========================================= George Falcon, Sr. Systems Engineer / 2CE2244 Software Distribution Team / Network / SOD / GEICO HQ Chevy Chase, MD. 20815 301-718-5260 Tie line 8-325-5260 ========================================= -----Original Message----- From: wine-users-bounces@winehq.org
2005 Aug 25
2
concerning econometrics usage of "R"
Hi, I am currently looking for a program or programmng language easy to learn, easier to operate on.I heva heard about "R", However I understand that "R" is designed especially for statisticians. As an economist, working on applied econometrics, I am not sure if it can meet my needs. Will I be able to reach precise time series or panal data regression results with
2012 Feb 14
1
pop3 not autocreating directory structure
We use: mail_home = /srv/mailstore/%256LRHu/%Ld/%Ln mail: mdbox:~/mdbox and I just noticed one of our newly provisioned users initially failed to pop her mails. I saw several of these: dovecot:: pop3(new.user at example.net): Error: Couldn't open INBOX: Mailbox doesn't exist: INBOX dovecot:: pop3(new.user at example.net): Couldn't open INBOX top=0/0, retr=0/0, del=0/0, size=0
2014 Nov 23
0
[PATCH 2/3] New API: guestfs_blockdev_setra: Adjust readahead for filesystems and devices.
This adds a binding for 'blockdev --setra', allowing you to adjust the readahead parameter for filesystems and devices. --- daemon/blockdev.c | 30 ++++++++++++++++++++---------- generator/actions.ml | 14 ++++++++++++++ 2 files changed, 34 insertions(+), 10 deletions(-) diff --git a/daemon/blockdev.c b/daemon/blockdev.c index 8a7b1a8..6e8821d 100644 --- a/daemon/blockdev.c +++
2014 Nov 23
7
[PATCH 0/3] patches needed for virt-bmap
See http://rwmj.wordpress.com/2014/11/23/mapping-files-to-disk/
2014 Nov 24
2
[PATCH v2 0/2] patches needed for virt-bmap
Does *not* incorporate changes suggested by Pino yet. Rich.
2007 Apr 18
1
[Bridge] is possible to create vlan capable switch use linux?
Hii All, VLAN is create in manageable switch, like Cisco Catalyst and other vlan cap= able switch. eac port in that switch can be assigned in different VLAN. so,= that switch capable to insert 802_1q to each incoming frame (Please correc= t if its wrong, i just newbie in VLAN).I want build VLAN but i don't have v= lan capable switch. Is possible to create a vlan capable switch using switc=
2004 Aug 02
4
Is anyone using X.org instead of XFree86 implementation of X Windows?
I just upgraded my machine from Slackware 9.1 (using XFree86) to Slackware 10.0 which uses X.org instead. A simple notepad.exe gives errors when started. This did not have this problem under the previous setup. Is anyone using X.org ???
2004 Jan 20
9
Power Over Ethernet for *any* ethernet switch (or hub); product idea
Based on several threads I've read on this list, I assume that it would be handy to supply POE (power over ethernet) in an environment without having to purchase POE switches (assumed expensive) and abandon one's existing (familiar/custom/not-yet-expensed/etc.) switches/hubs. Assume I have a non-POE switch with 24 RJ-45 (ethernet) ports. I design a 1U box that can be mounted just
2008 Mar 12
4
imap sent-mail folder sometimes dosen't get updated when used by more than a mailer at the same time.
Hi, I'm collecting users feedback of latest dovecot 1.1.rc3 development release. Some users are complaining that their sent mails sometimes don't get written to imap Sent-mail folder. It seems that all these users were using multiple istances of imap processes to read their mail (thunderbird+horde-imp, evolution+horde-imp or multiple thunderbird istances). No error message is written in
2009 Aug 17
13
total warning-removal for daemon/
The warnings in daemon were aggravating and risky for development (too easy to miss new ones) so I spent some time last week and today working on removing them. The first patch gets us down to almost no warnings with the original -Wall setting. That was by far the hardest part. Once I'd done that, I enabled nearly all of gcc's warnings via gnulib's warnings and manywarnings modules
2012 Feb 06
2
[PATCH 1/2] Revert "daemon: Run udev_settle after pwrite-device finishes."
From: "Richard W.M. Jones" <rjones at redhat.com> This reverts commit a9c8123c72db47bcab8dd738e8d5256a9ae87f11. --- daemon/file.c | 18 +++--------------- daemon/parted.c | 3 +-- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/daemon/file.c b/daemon/file.c index 057e15d..91746e0 100644 --- a/daemon/file.c +++ b/daemon/file.c @@ -525,7 +525,7 @@
2011 Jun 09
15
[PATCH 00/13] Fix errors found using Coverity static analyzer.
I ran the Coverity static analyzer[1] on libguestfs, and fixed many errors as a result. Coverity found some errors in gnulib, but it doesn't seem to be worth following those up since the version of gnulib we are using is so old. There are a couple more errors (possibly 1 false-positive) which I'm going to send in a separate email. BTW all the errors found by Coverity were in the daemon
2012 Aug 30
2
[PATCH v2] daemon: collect list of called external commands
guestfsd calls many different tools. Keeping track of all of them is error prone. This patch introduces a new helper macro to put the command string into its own ELF section: GUESTFSD_EXT_CMD(C_variable, command_name); This syntax makes it still possible to grep for used command names. The actual usage of the collected list could be like this: objcopy -j .guestfsd_ext_cmds -O binary
2012 Aug 30
1
[PATCH] collect list of called external commands
guestfsd calls many different tools. Keeping track of all of them is error prone. This patch introduces a new helper macro to put the command string into its own ELF section: GUESTFS_EXT_CMD(C_variable, command_name); This syntax makes it still possible to grep for used command names. The actual usage of the collected list could be like this: objcopy -j .guestfs_ext_cmds -O binary
2002 Apr 25
2
ssh-rand-helper probs
Hi all Am i doing this right? Is this the right list to post to? If not, a quick lesson in ettiquette for me would not hurt. As I am both just starting to use newsgroups and SSH, I am not entirely familiar with the processes. I have a question about ssh-rand-helper. First an outline: I am currently using the SSH packages for Solaris 2.8 available at sunfreeware.com. The environment is
2009 Aug 12
23
[PATCH 0/23] factor and const-correctness
This started as a simple warning-elimination change. I'll get back to that series shortly ;-) It turned into a factorization and constification exercise during which I got a taste of ocaml. Thanks to Rich Jones for help with a few snippets in generator.ml. The overall result is that many previously-manually-maintained bits from daemon/*.c functions are now hoisted into the automatically-
2017 Jul 27
0
[PATCH v2] daemon: Remove GUESTFSD_EXT_CMD.
GUESTFSD_EXT_CMD was used by OpenSUSE to track which external commands are run by the daemon and package those commands into the appliance. It is no longer used by recent SUSE builds, so remove it. Thanks: Pino Toscano, Olaf Hering. --- daemon/9p.c | 3 +- daemon/available.c | 7 +-- daemon/base64.c | 6 +-- daemon/blkid.c | 10 ++---
2017 Jul 24
0
[PATCH 2/2] daemon: Replace GUESTFSD_EXT_CMD with --print-external-commands.
GUESTFSD_EXT_CMD is used by OpenSUSE to track which external commands are run by the daemon and package those commands into the appliance. However because this uses linker trickery it won't work from OCaml code. Replace it with a [nearly] standard C mechanism. Files still have to declare the external commands they will use, eg: DECLARE_EXTERNAL_COMMANDS ("btrfs",