search for: unshareing

Displaying 20 results from an estimated 110 matches for "unshareing".

2006 Feb 22
0
Merge dataframes with no shared rows, some shared and som e unshared columns
> first <- data.frame(a=1:3, b=4:6) > second <- data.frame(b=7:9, c=10:12) > third <- merge(first, second, by="b", all=TRUE) > third b a c 1 4 1 NA 2 5 2 NA 3 6 3 NA 4 7 NA 10 5 8 NA 11 6 9 NA 12 It's easy to replace the Nas with whatever value you want. No, merge() does not work with more than two data sets at a time. Andy From: mtb954 at gmail.com
2005 Oct 18
0
[Bug 3186] New: Surprisingly large unshared memory usage
https://bugzilla.samba.org/show_bug.cgi?id=3186 Summary: Surprisingly large unshared memory usage Product: rsync Version: 2.6.7 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy:
2015 May 09
1
By design/possible bug? Folders unmarked from sharing are still accessible
I'm on LinuxMint 17 Cinnamon desktop, Samba 4.2.1, and Windows 7 I can share folders fine, but when I unshare a folder, it remains visible and accessible to users. It should disappear and become inaccessible when unshared. Repro steps - sharing the folder: 1. Open up the Cinnamon file manager, navigate to Home folder. 2. Right click on Downloads, choose Sharing Options
2005 Nov 22
7
[Bug 3186] Surprisingly large unshared memory usage
https://bugzilla.samba.org/show_bug.cgi?id=3186 ------- Comment #1 from foner-rsync-bugzilla@media.mit.edu 2005-11-22 14:16 MST ------- Any ideas on this? It's been open 5 weeks and probably got overlooked... Tnx! -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are
2012 Jun 28
4
[xen-unstable test] 13383: regressions - FAIL
flight 13383 xen-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/13383/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-pair 16 guest-start fail REGR. vs. 13379 Regressions which are regarded as allowable (not blocking): test-amd64-amd64-xl-qemuu-win7-amd64 12
2023 Jul 12
2
[Bridge] [PATCH v1 net] bridge: Return an error when enabling STP in netns.
On 12/07/2023 17:48, Ido Schimmel wrote: > On Tue, Jul 11, 2023 at 04:54:15PM -0700, Kuniyuki Iwashima wrote: >> When we create an L2 loop on a bridge in netns, we will see packets storm >> even if STP is enabled. >> >> # unshare -n >> # ip link add br0 type bridge >> # ip link add veth0 type veth peer name veth1 >> # ip link set veth0 master
2023 Jul 11
3
[Bridge] [PATCH v1 net] bridge: Return an error when enabling STP in netns.
When we create an L2 loop on a bridge in netns, we will see packets storm even if STP is enabled. # unshare -n # ip link add br0 type bridge # ip link add veth0 type veth peer name veth1 # ip link set veth0 master br0 up # ip link set veth1 master br0 up # ip link set br0 type bridge stp_state 1 # ip link set br0 up # sleep 30 # ip -s link show br0 2: br0:
2006 Aug 22
1
Interesting zfs destroy failure
Saw this while writing a script today -- while debugging the script, I was ctrl-c-ing it a lot rather than wait for the zfs create / zfs set commands to complete. After doing so, my cleanup script failed to zfs destroy the new filesystem: root at kronos:/ # zfs destroy -f raid/www/user-testuser cannot unshare ''raid/www/user-testuser'': /raid/www/user-testuser: not shared root
2019 May 08
2
[PATCH 04/10] s390/mm: force swiotlb for protected virtualization
On Fri, 26 Apr 2019 20:32:39 +0200 Halil Pasic <pasic at linux.ibm.com> wrote: > On s390, protected virtualization guests have to use bounced I/O > buffers. That requires some plumbing. > > Let us make sure, any device that uses DMA API with direct ops > correctly is spared from the problems, that a hypervisor attempting > I/O to a non-shared page would bring. > >
2019 May 08
2
[PATCH 04/10] s390/mm: force swiotlb for protected virtualization
On Fri, 26 Apr 2019 20:32:39 +0200 Halil Pasic <pasic at linux.ibm.com> wrote: > On s390, protected virtualization guests have to use bounced I/O > buffers. That requires some plumbing. > > Let us make sure, any device that uses DMA API with direct ops > correctly is spared from the problems, that a hypervisor attempting > I/O to a non-shared page would bring. > >
2004 Jun 17
2
HFC ISDN card with bristuff from jung hanns.n et?
Hi Alessio Yes, the problems you report do seem similar to the issues I had. I found on the Dells that the audio prompts were very choppy and played slower than normal. Occasionally there would be 'bursts' oav a second or so of 'good' audio. I also suspected IRQ issues but the Dell Mobos had no way of adjusting them. Best thing is to try and get the card on its own unshared
2018 Mar 05
0
Samba 4.3 ldapsearch response time > 5 secs.
Hi, User issues should generally go to samba at lists.samba.org which I've cc'd. How large is your database/how many users do you have? Is it still slow if you reverse the search expression (&(sAMAccountName=XXXX)(objectClass=person))? There have been a large number of performance improvements made since 4.3, so upgrading to the latest versions might be a good idea before any
2018 Mar 06
0
Samba 4.3 ldapsearch response time > 5 secs.
Hi, 25,000 is definitely higher than what I would reasonably expect Samba 4.3 to handle. It should be significantly better in more recent versions (preferably to 4.7.5 by joining a new DC). When you have slow responses, is that with a number of concurrent users (or is it possible that there are specific users that are consistently slow)? Cheers. On 07/03/18 01:49, Kitsda Yonpladyod wrote:
2010 May 05
0
Migrating ZFS/data pool to new pool on the same system
Can anyone confirm my action plan is the proper way to do this? The reason I''m doing this is I want to create 2xraidz2 pools instead of expanding my current 2xraidz1 pool. So I''ll create a 1xraidz2 vdev, migrate my current 2xraidz1 pool over, destroy that pool and then add it as a 1xraidz2 vdev to the new pool. I''m running b130, sharing both with CIFS and ISCSI (not
2023 Jul 12
0
[Bridge] [PATCH v1 net] bridge: Return an error when enabling STP in netns.
On 12/07/2023 02:54, Kuniyuki Iwashima wrote: > When we create an L2 loop on a bridge in netns, we will see packets storm > even if STP is enabled. > > # unshare -n > # ip link add br0 type bridge > # ip link add veth0 type veth peer name veth1 > # ip link set veth0 master br0 up > # ip link set veth1 master br0 up > # ip link set br0 type bridge stp_state 1
2010 Sep 24
1
switching
Good day everybody How do i switch from the xen console to the vm console and below is what i have xentop - 11:46:22 Xen 3.4.2 2 domains: 1 running, 1 blocked, 0 paused, 0 crashed, 0 dying, 0 shutdown Mem: 4184164k total, 706684k used, 3477480k free CPUs: 16 @ 2394MHz NAME STATE CPU(sec) CPU(%) MEM(k) MEM(%) MAXMEM(k) MAXMEM(%) VCPUS NETS NETTX(k) NETRX(k) VBDS VBD_OO
2012 Apr 25
0
AMD Radeon HD 6470M, CoD2 problem
Hi to all, I'm trying to play CoD2 game with Wine (OpenSUSE). I have AMD GPU and I think it's the main problem. I know, that this forums is not for driver problem, but maybe somebody there can give me hint, where to find problem. :) I have HP ProBook 4530s with hybrid VGA Intel HD 3000/AMD Radeon HD 6470M. I use dedicated graphic for the game... And I know, that there is much problems
2023 Jan 14
1
[klibc:time64] resource: Avoid using <linux/resource.h>
Commit-ID: d4ab7343978bbec7141f8462236ba6a47574205f Gitweb: http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=d4ab7343978bbec7141f8462236ba6a47574205f Author: Ben Hutchings <ben at decadent.org.uk> AuthorDate: Sat, 14 Jan 2023 03:15:20 +0100 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 14 Jan 2023 18:09:28 +0100 [klibc] resource: Avoid using
2016 May 01
12
[Bug 1064] New: iptables-save fails silently in unprivileged lxc/lxd container
https://bugzilla.netfilter.org/show_bug.cgi?id=1064 Bug ID: 1064 Summary: iptables-save fails silently in unprivileged lxc/lxd container Product: iptables Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: enhancement Priority: P5 Component:
2007 Apr 18
2
pgd_alloc and [cd]tors
Is there any real use in having a ctor/dtor for the pgd cache? Given that all pgd allocation happens via pgd_alloc/pgd_free, why not just fold the [cd]tor in? I'm asking because Xen wants pgd[3] to be unshared in the PAE case, and it looks to me like the easiest way to handle that is by making pgd_alloc/free pv-ops and doing the appropriate thing in the Xen code. Would need to sort out the