similar to: [Bug 1791] New: Newlines in filenames are converted to ^J

Displaying 20 results from an estimated 500 matches similar to: "[Bug 1791] New: Newlines in filenames are converted to ^J"

2016 Jan 28
6
[Bug 93896] New: Nvidia GeForce GTX 970M unsupported, no backlight control
https://bugs.freedesktop.org/show_bug.cgi?id=93896 Bug ID: 93896 Summary: Nvidia GeForce GTX 970M unsupported, no backlight control Product: Mesa Version: 11.0 Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component:
2018 Apr 14
1
[Bug 106041] New: Nvidia GeForce GTX 970M blank screen after resume
https://bugs.freedesktop.org/show_bug.cgi?id=106041 Bug ID: 106041 Summary: Nvidia GeForce GTX 970M blank screen after resume Product: Mesa Version: 18.0 Hardware: Other OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee:
2005 Jun 24
0
wfq scripts needed help
hai all i need to implement CBWFQ in linux As i wrote script in edge as: which mark the EF traffic ____________________________________________________________________-__ #!/bin/sh DEV=eth0 tc qdisc add dev $DEV handle 1: root dsmark indices 8 tc class change dev $DEV classid 1:1 dsmark mask 0x3 value 0xb8 # making two filters tc filter add dev $DEV parent 1:0 prio 4 protocol ip u32 tc
2008 Feb 15
0
Patch to fix latest mesa git undefined symbol
Hello, I decided to try nouveau tonight and I followed the install instructions. 2D worked fine (a bit slower than nv/vesa), so I tried out 3D. I was able to get glxgears to work (1000 fps on my nv15) only after I patched the mesa driver. Attached is the patch to nouveau_screen.c that adds a stub to resolve the undefined symbol that all GL programs threw. I discussed it briefly with herve
2004 Jan 05
1
slow and max connection errors
Sorry about not being specific enough. I will try and be more so in the future. Here is what I have currently: Apple X-serve running Yellowdog (a Redhat 9 port for ppc) with 1GB of RAM, 3 60GB HD not setup as RAID. They are individual partitions (/var and /, /home and /shared). The shared partition is strictly for Samba file sharing. I build in a matching user in both the system and in
2011 Dec 22
0
CESA-2011:1791 Moderate CentOS 6 squid Update
CentOS Errata and Security Advisory 2011:1791 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2011-1791.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: c646c04ec79b419addd91d9144ae6741c70f922a3758b86e25e50c749c97e7a0 squid-3.1.10-1.el6_2.1.i686.rpm x86_64:
2013 Dec 05
0
CESA-2013:1791 Important CentOS 5 nss Update
CentOS Errata and Security Advisory 2013:1791 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2013-1791.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 0a4693b06bcfc793a8bc2227fd5c28d46a45a345470cbc9b6965c19a54ceef4f nss-3.15.3-3.el5_10.i386.rpm
2013 Dec 05
0
CESA-2013:1791 Important CentOS 5 nspr Update
CentOS Errata and Security Advisory 2013:1791 Important Upstream details at : https://rhn.redhat.com/errata/RHSA-2013-1791.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: ca0f7c0533d65ed7e1297e687333a503ae4b9d9f043ff714b1256354778b37f9 nspr-4.10.2-2.el5_10.i386.rpm
2014 Nov 03
0
CEBA-2014:1791 CentOS 5 stunnel BugFix Update
CentOS Errata and Bugfix Advisory 2014:1791 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-1791.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 0aff6c02ac940bf39a6988ff0261f3d85e493c10d6f5e9e8e18f5f06e379d35b stunnel-4.15-2.el5.2.i386.rpm x86_64:
2009 Dec 10
0
Is there a variant of findInterval() such that v[i[j]] < x[j] <= v[i[j] + 1]?
In findInterval's help page, it says 'v[i[j]] <= x[j] < v[i[j] + 1]'. I'm wondering if there is a variant of it such that 'v[i[j]] < x[j] <= v[i[j] + 1]'.
2009 Jul 30
2
z[i,j] = x[i,j] * y(i+j) ?
For the life of me I couldn't work out what to searc I have an m*n numeric matrix x and a numeric vector y (of length m+n-1) How do I do a calculation like this? z[i,j] = x[i,j] * y[i+j] ? Well, one can write a pair of loops, or write a single loop within which we calculate a vector at a time, but ... is there a "neat" way to do it? tiny example:
2004 Sep 17
0
[Bug 1791] New: using --delete with single directory mirroring doesn't delete files
https://bugzilla.samba.org/show_bug.cgi?id=1791 Summary: using --delete with single directory mirroring doesn't delete files Product: rsync Version: 2.6.3 Platform: x86 OS/Version: Linux Status: NEW Severity: major Priority: P3 Component: core AssignedTo: wayned@samba.org
2003 Oct 04
0
chattr +j ==> Oops
[sent this to ext2-devel but haven't seen any other traffic there, so cc-ing it here] [Last week] while configuring a new box I came across a site suggesting: chattr -R -S +j +A /var/spool/postifx to improve postfix's speed on ext3, in lieu of mounting a separate fs there w/ data=journal. So I tried it. Both on the new box (2.4.21-7um) and on my laptop (about three csets shy of the
2003 Oct 29
1
tune2fs -j on mounted FS
Just now I ran tune2fs -j on the root filesystem of a box running 2.6.0-test8. Then I edited /etc/fstab and changed the FS type to from ext2 to ext3, saved the file, and invoked vim on the file again. A few moments after this, the box hung. Unfortunately X was running at the time, and so I don't have any messages to cite. Is this a known problem?
2003 Mar 20
1
Is it safe to run "tune2fs -j" on a mounted filesystem?
All -- I'm curious is if it safe or even wise to run the following command on a mounted filesystem, namely root (/)? tune2fs -j /dev/hda1 What about if someone goes into single user mode and runs this first? mount -o remount,ro / And then to enable it, runs this? mount -t ext2 -o remount,rw / I assume it is not safe to do so, but one user in my LUG assumes otherwise. Just curious,
2002 Jul 08
1
chattr +j
Hi list, I just noticed in the chattr(1) man page that there exists a 'j' attribute which actually does the same thing that data=journal mount option would do, expect it only sets this property on the directories of my choice. Big Thanks to the one that came up with that idea :) It allows me to set +j on mail queues that must sit on the same partitions as the rest of the system (the guy
2013 Feb 24
1
Error in J[time] : invalid subscript type 'closure'
Hi All I have Googled the message Error in J[time] : invalid subscript type 'closure', but can't quite make sense from the results that I get. What does it mean? I'm trying to access an element in an array. Here is a short bit of code that produces the error: s_fun <- function(parms,time) { with(as.list(c(parms)),{ print(J[time]) }) } times = seq(from=0, to=100, by =
2008 Feb 11
0
j and jcross queries
Hi: I have a query related to the J and Jcross functions in the SpatStat package. I use J to finding indications of clustering in my data, and Jcross to look for dependence between point patterns. I use the envelope function to do Monte Carlo tests to look for significance. So far so good. My question is how I can test to see if tests are significantly different. For example, if find J of
2006 Aug 09
1
"make -j"
So, I'm building 3.0.23b for Slackware (since they don't have it out yet[1]), and I've noticed these two lines in the script that Slackware uses to build Samba 3.0.23 from source (which I'm modifying to build 3.0.23b): # -j options don't seem to work... make Anyone know why that comment might be there? Is it true that Samba can't be built with "-j2" or
2006 Apr 13
1
Syslinux boot problems with Flash Disk - prints character 'j'
I'm sorry if this has already been posted - I've only been subscribed for a month or two and I did search thoroughly through the archives. Basically I am using Syslinux to boot my flash disk with Linux (MOVIX2). I am using a Kingston Data Traveler 2.0. When syslinux -s /dev/sda is executed I get an error of 'ERROR 3246: Boot sector read failed' yet it seems that something has