similar to: Bridge-less VM

Displaying 20 results from an estimated 500 matches similar to: "Bridge-less VM"

2011 Aug 17
1
openssh-unix-dev Digest, Vol 100, Issue 3
Works on my netbsd tinkerbox. NetBSD 5.0.2 NetBSD 5.0.2 (GENERIC) It uses rlimit. Privsep sandbox style: rlimit I also get warnings during make. fmt_scaled.c: In function 'scan_scaled': fmt_scaled.c:84: warning: array subscript has type 'char' fmt_scaled.c:111: warning: array subscript has type 'char' fmt_scaled.c:155: warning: array subscript has type 'char'
2010 Apr 27
2
samba 4 for new authentication domain?
The various pages about samba 4 warn about rough edges, upgrade, file services, and print services. I have some domains that have never had a Windows domain that now need Windows AD authentication. I don't need file services and print services, and upgrade is not a problem. Is samba 4 ready for this use case, or should we still go with Microsoft's AD? Thanks! - Morty
2002 Mar 12
3
patch for password expiration under Solaris?
I'm looking to move some Solaris 2.6 and 7 machines to openssh. Showstopper bug: openssh (up to 3.1p1) doesn't seem to correctly implement expired passwords. Looking back through the archive, it looks like Dave Dykstra submitted a patch for this problem relative to an older version of openssh at least as early as last August:
2003 Nov 07
2
BUG: scp -q isn't quiet
If I scp from/to a server that has a banner using scp -q, it still shows the banner. If I ssh -q to the same server, the banner is skipped. scp -o "LogLevel quiet" does the trick, but is excessively cumbersome. - Morty
2019 Jul 17
2
Preloading shared library with libVirt
Hi, I am trying to preload two shared libraries while running Qemu using libvirt. To preload the shared libraries I have added an environment variable in the $domain.xml file with the following command: ``` virt-xml generic --edit --confirm --qemu-commandline
2011 Jul 23
2
openssh PTY allocation
We recently upgraded to openss 5.8p2 from a somewhat older version. This broke openssh login to ScreenOS devices. These devices don't support PTY allocation. Apparently, ssh now reacts to PTY allocation failure by failing the login. This is a change from the previous behavior. The simple workaround is ssh -T $device. I see in the ChangeLog that some device would hang with PTY allocation
2013 Aug 09
2
Bridging Wireless Cards for KVM
Hi, I hope this is the right place to ask this question. I was wondering if there is a way to set up a KVM VM using an XML document as input into Virsh that uses bridged networking over a wireless card. I understand that wireless cards to not natively support, but I was able to find a working solution here: http://blog.ericwhite.ca/articles/2011/04/creating-a-wireless-bridge/. The issue is, I
2011 Mar 27
3
PowerDVD 10 under Wine
Hello! I'm new here and first sorry for my bad english im from germany and years out of school :) I'm Trying to find a way to Play protected blu-rays under linux and finaly i trying to run powerdvd10 demo under wine. but i have now problems that is beyond my means. The installatin of Powerdvd works with errors but it run until the end. the errors come from missing dlls in the system amd
2005 Dec 09
1
Index returning ids that are one less than they should be
I''m saving records to an index like so: index << {:id => id, :email => email, :contents => contents, :date => found_on} In debugging my code, it appears that whatever I set a record''s id to, when I find that record in a search, it returns the id minus 1, so if the first record I store in my database has an id of one and I store its counterpart in my index,
2007 Apr 13
1
Install of CentOS fails on systems less 256MB RAM
When try to install CentOS 5 via ftp on an system with less then 256MB RAM it fails. After select the ftp server witch contains the data, some files are loaded, then the dialog witch prompt for the ftp sever is shown again. -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 5766 bytes Desc: S/MIME Cryptographic
2006 Apr 05
1
New AJAX function: remote_replace_with_partial() <-- write less code
I hate writing controller actions that support simple lightweight ajax calls like this: def show_buttons render :partial => "home_buttons" end So the birth of remote_replace_with_partial Now you can replace a div elements with any controllers partials and pass those partials any number of params without having to write supportive actions in your controllers. This is a great
2006 Sep 26
1
Fix for rubygems-less systems
Hi, here is just a quick fix for systems without rubygems. As an alternative, one could define the method in the LoadError exception handler of the rakepackage-require at the beginning of the file, but I like this solution better. Greetings, Tobi -- GPG-Key 0xE2BEA341 - signed/encrypted mail preferred My, oh so small, homepage: http://portfolio16.de/ http://www.fli4l.de/ - ISDN- &
2013 Mar 20
0
[PATCH] btrfs: make orphan cleanup less verbose
The messages btrfs: unlinked 123 orphans btrfs: truncated 456 orphans are not useful to regular users and raise questions whether there are problems with the filesystem. Signed-off-by: David Sterba <dsterba@suse.cz> --- fs/btrfs/inode.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 315a515..41a4d9c 100644 ---
2001 Apr 23
0
win2k domain-less client failing to authenticate when security=domain
Hello, I've got a linux box running smbd & nmbd versions 2.0.6 with security = DOMAIN, and an NT4 box as the password server. The sole domain controlled by that NT4 box is named "MSOE". All is well with win98 clients. However, Win2k clients that are not part of an NT domain, but simply belong to a "workgroup" named "MSOE", are unable to authenticate. The
2011 Apr 27
0
Bug#624334: xen-qemu-dm-4.0 - source-less binaries
On 04/27/2011 10:10 PM, Bastian Blank wrote: > Source: xen-qemu-dm-4.0 > Version: 4.0.1-3 > Severity: serious > > The xen-qemu-dm-4.0 package includes binaries under various licenses, > including GPL, without the corresponding source in pc-bios/*. > > Bastian Hi Bastian, Thanks for sending a bug report for my package. But I was waiting for you to build these from
2006 Sep 12
1
Less verbose than time_ago_in_words method?
I''m trying to keep a Last Modified column in my record lists a fixed width and as narrow as possible. <td><%=time_ago_in_words record.updated_at%></td> However, making room for certain values like "less than a minute" force me to make the column twice as wide than, say, "12 hours" or "10 days". I would prefer "0
2009 Oct 22
1
how to automount password less samba share in linux ?
Dear list, I have a password-less samba shared and it is used successfully from window PCs. I also like to make an auto-mount for linux pcs so that it can be used from linux boxes. To achieve this I have made an entry in /etc/fstab as ``````````````````````` //192.168.1.1/shared /home/test/serverdisk cifs user,rw 0 0 ```````````````````` As root I can mount it and see all the contents of
2005 Apr 29
0
How to detect a domain shutdown with as less overhead as possible?
Hi, I''ve just finished a simple Perl script that brings out a whole domain from a directory (with a small config file and some <device>.gz files), create Logical Volumes with each device, starts the domain, wait for the domain to shutdown, push back into the *.gz the content of the LVs and remove them. This is quite handy to launch any test machine stored on the NFS server on one
2010 Dec 05
1
"less than or equal to" glyph
If i insert \u2264 inside the text, like this lsd_label <- "LSD (P \u2264 0.05) = " the result is "LSD (P = 0.05) = " instead "LSD (P ? 0.05) = " how can i solve this problem? Thanks. -- View this message in context: http://r.789695.n4.nabble.com/less-than-or-equal-to-glyph-tp3073557p3073557.html Sent from the R help mailing list archive at Nabble.com.
2012 Aug 26
4
Recipe for "admin-less restore"
Is there a way for setting up dovecot in such a way that a user can "jump back in time" to an old mailbox "state" in order to retrieve his accidentially deleted mail? -- Ralf Hildebrandt Gesch?ftsbereich IT | Abteilung Netzwerk Charit? - Universit?tsmedizin Berlin Campus Benjamin Franklin Hindenburgdamm 30 | D-12203 Berlin Tel. +49 30 450 570 155 | Fax: +49 30 450