search for: anyhow

Displaying 20 results from an estimated 1579 matches for "anyhow".

2013 Mar 15
1
Samba4 smb.conf parse shares diffently depending on where a section is located.
I guess this works as intended but i wanted to put it here anyhow for future reference for others. If a share definition is located above [Global] it gets totally different attributes. We had enormous problems with rights on one share and no matter what we did to acl, xattr and Windows permissions it just would not work correctly. A couple of things added to a d...
2006 Feb 14
4
mail access list
...sending spam/junk mail. During the process, I noticed I had some partial IP's in there, like 64.12.233 which is what I wanted to block. The IP did NOT however get blocked. From what I see, as long as I have a full ip address, they are blocked, but the partial (16) is not. Should it not work anyhow? Never had this problem before, and yes, I run a make on the file after editing. Sam -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20060213/36c50242/attachment-0002.html>
2010 Jul 30
5
When should LVM be used?
...t it up during the install in the past. I would like to be able to use parted to resize partitions when I want to, and also I'd like Vector Linux to be able to read and write data to the CentOS partition. Would I be missing something by not installing LVM, or is this mostly for server purposes anyhow? Thanks for any pointers. -- RonB -- Using CentOS 5.5
2023 Aug 20
1
[libnbd PATCH v8 04/10] rust: Make it possible to run examples with a URI
...-first-sector -- $unixsocket' +//! Or with a URI: +//! nbdkit -U - floppy . \ +//! --run 'cargo run --example fetch-first-sector -- $uri' //! //! The nbdkit floppy plugin creates an MBR disk so the //! first sector is the partition table. @@ -21,11 +24,15 @@ fn main() -> anyhow::Result<()> { if args.len() != 2 { anyhow::bail!("Usage: {:?} socket", args[0]); } - let socket = &args[1]; - // Connect to the NBD server over a - // Unix domain socket. - nbd.connect_unix(socket)?; + // Check if the user provided a URI or a...
2010 Dec 05
6
wintricks error
htr at htr:~$ winetricks directx9 Executing wget -O directx_feb2010_redist.exe -nd -c --read-timeout=300 --retry-connrefused --header Accept-Encoding: gzip,deflate http://download.microsoft.com/download/E/E/1/EE17FF74-6C45-4575-9CF4-7FC2597ACD18/directx_feb2010_redist.exe directx_feb2010_redist.exe: Access denied ------------------------------------------------------ Note: command 'wget -O
2009 Jul 02
3
Using the PBX Directory from a Blackberry
...dialing alpha characters on the the qwerty keyboard and not getting through. The issue of course is the Directory application only recognizes numeric digit tones, not alpha characters (not sure is there is actually tones generated when the alpha characters are pressed, it just doesn't work). Anyhow, on the Blackberry, when you hold down the Alt key and press the alpha character, the device sends out the correct digit tone associated with that character, like on a regular phone keypad. That is how folks can use a Blackberry effectively with the PBX Directory application. Hope this helps. JR...
2010 Jul 18
3
[LLVMdev] JIT crash takes down host-application
...g of LLVM and clan in my application. Now I stumbled across the following ... which disturbs me. If the jitted program crashes, like e.g. if it contains an assert(0==1) or calls an external function which cannot be resolved, the hosting app goes down as well. There seems no error catch. Can this anyhow be circumvented? -Frank
2018 Sep 20
2
WebAssembly into normal Target?
Hi Dan, Sure. That said I think people are just doing it anyhow :) On Wed, Sep 19, 2018 at 3:59 PM Dan Gohman <sunfish at mozilla.com> wrote: > Hi Eric, > > We've been waiting until we stabilize various key interfaces, including > the builtin functions, the C ABI, and the .o file format., as we'd like to > avoid having users using...
2012 Aug 04
2
resize too large
I have a file system I am trying to resize via resize2fs but I get this error resize2fs 1.41.14 (22-Dec-2010) resize2fs: New size too large to be expressed in 32 bits im on debian squeeze 2.6.32-5-amd64 # pvs ? PV???????? VG????? Fmt? Attr PSize? PFree ? /dev/md1?? vgRAID6 lvm2 a-?? 18.17t 134.12g # lvs ? LV??? VG????? Attr?? LSize? Origin Snap%? Move Log Copy%? Convert ? data1 vgRAID6 -wi-ao
2004 Apr 29
9
Asterisk VS. Skype
This might have been talked about before, but I'm posting anyhow. I've got down to testing Asterisk yesterday, and I couldn't help but compare it with Skype (a Windoze only product, yet, but extremely efficient for some reason). Skype has almost unperceptible delay (LAN), while there is almost half a second of delay regardless of the codec on Asterisk....
2019 Aug 06
2
[PATCH V2 7/9] vhost: do not use RCU to synchronize MMU notifier with worker
On Sun, Aug 04, 2019 at 04:07:17AM -0400, Michael S. Tsirkin wrote: > > > > Also, why can't this just permanently GUP the pages? In fact, where > > > > does it put_page them anyhow? Worrying that 7f466 adds a get_user page > > > > but does not add a put_page?? > > > > You didn't answer this.. Why not just use GUP? > > > > Jason > > Sorry I misunderstood the question. Permanent GUP breaks lots of > functionality we need such...
2019 Aug 06
2
[PATCH V2 7/9] vhost: do not use RCU to synchronize MMU notifier with worker
On Sun, Aug 04, 2019 at 04:07:17AM -0400, Michael S. Tsirkin wrote: > > > > Also, why can't this just permanently GUP the pages? In fact, where > > > > does it put_page them anyhow? Worrying that 7f466 adds a get_user page > > > > but does not add a put_page?? > > > > You didn't answer this.. Why not just use GUP? > > > > Jason > > Sorry I misunderstood the question. Permanent GUP breaks lots of > functionality we need such...
2006 Feb 05
2
render partial, object.property missing
trying to do my first rails app (surprise, it''s a blog!) anyhow. in list.rhtml, i have this: <% for post in @posts render(:partial => "post", :object=>post) end %> and in _post.rhtml, i have: <tr> <td><%= post.title%> <br /> <%= post.body%> <br /> problem is, no content...
2008 Jan 17
2
as.integer question
Hi R People: I'm reading "Statistical Computing with R", by Maria Rizzo, and it's really good. Anyhow, I have a question about something in there. > u <- runif(5) > u [1] 0.1177041 0.4271790 0.4601597 0.2204846 0.4051473 > #in the book > sum(as.integer(u > 0.4)) [1] 3 > #what I would do > sum(u > 0.4) [1] 3 > Is one way better than the other, please? Thanks, Erin -...
2005 Mar 17
2
PRI Cause Code Help
Hello, I just got off the phone with my PRI provider, and was told that I am not sending an expected message when I reject a call with a Cause Code for Unassigned(1) and Congestion (42). Busy works fine though... Anyhow, they are seeing the RELEASE COMPLETE message with cause code 1, however the tech told me they expect a PROGRESS indicator with a value between 1 and 10. Any ideas on how to resolve this? Thanks, Trevor Peirce
2001 Jul 29
2
e2fsprogs & endian questions
Hey all. I'm not on the list, so can you please cc me? Thanks. Anyhow, I've got two questions. First, the website says that the 'latest' e2fsprogs are needed. Does this mean 1.23-WIP is needed or will 1.22 do? I'm assuming it's just a generally good idea. Second, has anyone tested this on a BE machine? I'd like to use this on my PPC. I do...
2005 Oct 13
2
shape downstream of a ppp link
Hi, is it anyhow possible to tell the other end of the ppp link how he should queue the packages? I have a ppp link to my isp and would like to control the order of packages send to me. I would like to give uucp a lower priority than http. Is this possible? Has ppp any special features to control such things? Bye,...
2013 Jun 21
3
what should a virtio-mmio transport without a backend look like?
On 21 June 2013 19:01, Christopher Covington <cov at codeaurora.org> wrote: > Anyhow, I just did a quick experiment with 0-size block devices, and they seem > to work for me, although trying to mount the device yields the confusing > message, "mount: mounting /dev/vda on mount failed: Invalid argument". I'm confused -- what's the significance of zero size b...
2013 Jun 21
3
what should a virtio-mmio transport without a backend look like?
On 21 June 2013 19:01, Christopher Covington <cov at codeaurora.org> wrote: > Anyhow, I just did a quick experiment with 0-size block devices, and they seem > to work for me, although trying to mount the device yields the confusing > message, "mount: mounting /dev/vda on mount failed: Invalid argument". I'm confused -- what's the significance of zero size b...
2006 Oct 15
2
CentOS 2.1 on i586
...ssor. Since it is ancient, I've decided to go with CentOS 2.1. Got stuck, installer claims I need at least i686. Hmmm... I know that 3.8 and 4.4 work without a glitch on i586, so this came as surprise. I even thing original RHEL2.1 might had support for i586 too (but I might be wrong). Anyhow, what happened with i586 in CentOS 2.1?