similar to: Why does backing up a Windows workstation bog it down so?

Displaying 20 results from an estimated 10000 matches similar to: "Why does backing up a Windows workstation bog it down so?"

1999 Dec 25
0
smbmount, error=-3
I recently added a Linux box to a formerly all-Windows network, and one of the first things I wanted to get working was file sharing between my Win98 laptop and the Linux box. I got Linux to see the laptop via smbmount, and finally found how to get this to happen every time the Linux machine restarted. But (seemingly every time I turn the laptop off) the smbmount fails. Attempts to ls the mounted
2003 Sep 26
2
outbound IAX calls bog down DSL
Evening, I've got * asterisk up and running with nufone account for inbound and outbound calls from the world... everything works quite nicely except that I noticed last night that when I have a call active from * to nufone, web surfing on the network slows to a crawl... additionally, I have a VPN tunnel to another office (using CIPE) and while inter-office (i.e. - SIP to SIP) calls
2011 Jan 05
1
Edu-Track
I have a homeschool program called Edu-Track which keeps track of schedules, grades, etc. At first it wouldn't open at all under WINE, I fixed that using winetricks and msjet40: Code: wget kegel.com/wine/winetricks sh winetricks msjet40 Now the program opens and I can log in, but it freezes after that. I'm new to this, so I don't know how to get debug information. How do you do
2016 Feb 11
3
LMTP proxy does not pass RCPT TO: ... 5xx response back
Hello, I'm using dovecot 2.2.9 and a director/backend setup. On the director I've the LMTP in proxy mode, mapping the users to one of the backends. The backends to quota check and return the OverQuota message already at RCPT TO time. Here is what I typed, connected to the director Connection to director1 2525 port [tcp/*] succeeded! 220 director1.rz.hs-example.de Dovecot
2006 Feb 21
0
chan_bluetooth jabra 200 / 250
If anyone can help im trying to get my jabra bt200 or bt250 headset working with chan_bluetooth. They seem to pair ok but they will not come out of "Negotiating" state. I get this on first start of *: [HS] jabra > AT^SPTT=? [HS] jabra < ERROR If anyone can be of help please advise, im pulling my hair out on this one. Thanks Jason Price NOTES: JABRA BT200/250
2002 Aug 07
1
Help/Note: Bug in samba-2.2.5/msdfs
Hi out there, we have detected a bug in Samba-2.2.5, full details are in the attached files, but apparently the follwing snippet is the most important part of it: [common] comment = Common Tree Rev 1.3 path = /var/samba/common/%a msdfs root = true read only = no public = no browseable = yes
2016 Feb 24
0
[PATCH v3 10/11] secboot/gm200: add secure-boot support
Add secure-boot for the dGPU set of GM20X chips, using the PMU as the high-secure falcon. This work is based on Deepak Goyal's initial port of Secure Boot to Nouveau. Signed-off-by: Alexandre Courbot <acourbot at nvidia.com> --- drm/nouveau/include/nvkm/subdev/secboot.h | 2 + drm/nouveau/nvkm/engine/device/base.c | 2 + drm/nouveau/nvkm/engine/gr/gm200.c | 8 +-
2012 Oct 19
0
Problem shutting down Win7 Clients with net rpc
Hi everybody, I used to shutdown our workstation pools with the net rpc command. Something like this: net rpc SHUTDOWN -t 300 -f -C "Nice closing message" -W MYDOMAIN -U WORKSTATION_NAME\\administrator%localadminpasswd -S 192.168.7.49 Could not connect to server 192.168.7.49 Connection failed: NT_STATUS_BAD_NETWORK_NAME This worked perfectly with Windows XP, but now all
2013 Jan 30
0
[PATCH] build: Fix haskell dependencies and parallel build
Without this change all the tests in the haskell bindings are rebuilt every time. The primary motivation for this change is to fix this. The fix for the above also allows parallel builds to be re-enabled. --- haskell/Makefile.am | 56 +++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 41 insertions(+), 15 deletions(-) diff --git a/haskell/Makefile.am b/haskell/Makefile.am
2016 Nov 02
0
[PATCH v3 05/15] secboot: remove fixup_hs_desc hook
This hook can be removed if the function writing the HS descriptor is aware of WPR settings. Let's do that as it allows us to make the ACR descriptor structure private and save some code. Signed-off-by: Alexandre Courbot <acourbot at nvidia.com> --- drm/nouveau/nvkm/subdev/secboot/gm200.c | 95 ++++++++++++++++++++++++--------- drm/nouveau/nvkm/subdev/secboot/gm20b.c | 11 ----
2016 Nov 02
0
[PATCH v3 07/15] secboot: generate HS BL descriptor in hook
Use the HS hook to completely generate the HS BL descriptor, similarly to what is done in the LS hook, instead of (arbitrarily) using the acr_v1 format as an intermediate. This allows us to make the bootloader descriptor structures private to each implementation, resulting in a cleaner an more consistent design. Signed-off-by: Alexandre Courbot <acourbot at nvidia.com> ---
2009 Mar 09
2
bug of *switch* function
Hi, When I call the *switch* function first time, it works. but when I call it at the second time, it does nothing. The version I use is R version 2.9.0 Under development (unstable) (2009-02-21 r47969) here is the output: > organism="human" > species <- switch(organism, human <- "Hs", fly <- "Dm", mouse <-
2020 Apr 08
2
How to add new AVR targets?
Is there anything I can do about it? BTW: gcc is loosing the AVR backend, so I would assume, there will be a greater interest to this in llvm compared to the past. Thanks, Wilhelm Am 03.04.20 um 15:09 schrieb Wilhelm Meier via llvm-dev: > Should I create an issue in bugzilla for this? Just to be reminded ... > > Am 31.03.20 um 09:34 schrieb Wilhelm Meier via llvm-dev: >> Hi
2020 Mar 31
3
How to add new AVR targets?
Hi Dylan, looks ok now. One thing: the ISR is now: __vector_21: ; @__vector_21 __vector_21$local: sei push r0 push r1 in r0, 63 push r0 clr r0 push r24 lds r24, v1 sts v2, r24 pop r24 pop r0 out 63, r0 pop r1 pop r0 reti There are unneccessary push/pops of r1 and r0 too, since the clr is useless ... GCC had the same
2012 Nov 01
2
subset a defined row plus the aforegoing
Hello, my data is sorted by start.ens (see below). And now I would like to extract all rows (so called* defined row*s) with type==Expression - subset (df, type==Expression) - and the aforegoing type==DNase HS (which is not necessarly row n-1 - assumung that the defined row is n). I dont know how to add this to my subset command. Is that possible? Thanks Hermann > df start.ens fc.trans
2008 Jan 07
2
error message in having subset
hello I want to have subset of my dataset that is equal to 0. But, I got this error message. > hs2=hs[hs$hey60==0 ,] Error in hs[hs$hey60 == 0, ] : (subscript) logical subscript too long regards -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
2004 Feb 26
1
ESFQ Modification
Hi! Some time ago I faced a problem in limiting traffic on host with multiple uplinks. Since all the stuff worked nice seemed that there will be no problems. But then I realized that P2P users are smart enough to bypass limits as sfq doesn''t give fair sharing in this case (thousands of connections from one user versus few from the other). I tried IMQ but it''s instability in my
2019 Jun 21
0
[External] Suggested Patch: Library returns matching installed packages when typo present
Thanks for the suggestion. However I don't think it is the right way to go. I also don't care for what install.packages() does. Signaling a warning and then an error means someone has to catch both the error and the warning, or suppress the warning, in order to handle the error programmatically. Now that library() signals a structured error there are other options. One possibility, at
2020 Mar 31
2
How to add new AVR targets?
Hey Wilhelm, That's a bug, the "interrupt" attribute is not being recognized by the backend. I have fixed it in https://github.com/llvm/llvm-project/commit/339b34266c1b54a9b5ff2f83cfb1da9cd8c9d90a Pull the latest LLVM and it should be fixed. On Tue, Mar 31, 2020 at 8:00 AM Wilhelm Meier <wilhelm.meier at hs-kl.de> wrote: > Hi Dylan, > > I used the following
2023 Jan 10
1
[PATCH][next] drm/nouveau/nvkm: Replace zero-length array with flexible-array member
Zero-length arrays are deprecated[1] and we are moving towards adopting C99 flexible-array members instead. So, replace zero-length array declaration in struct nvfw_hs_load_header_v2 with flex-array member. This helps with the ongoing efforts to tighten the FORTIFY_SOURCE routines on memcpy() and help us make progress towards globally enabling -fstrict-flex-arrays=3 [2]. Link: