search for: varsha

Displaying 20 results from an estimated 24 matches for "varsha".

Did you mean: harsha
2011 Jul 21
2
Getting Started
I am a new user and want to learn R from the most basic level. Suggest me a reading or a link. Thanks Varsha P.S. I would appreciate if you could also send me the link where I can read questions and answers posted by others. [[alternative HTML version deleted]]
2019 Aug 14
2
Libvirt API for attaching volume to domain
Hi, I wanted to know if there is any Python API exposed for libvirt using which I can attach a libvirt volume to a libvirt domain/VM. I intend to do something similar to the `attach-disk` command of virsh using python. -- *Regards,* *Varsha Verma* *Final Year Undergraduate* *Department of Electrical Engineering* *IIT-BHU, Varanasi*
2019 Aug 14
2
Re: Libvirt API for attaching volume to domain
Thanks, this is exactly what I needed. Is there some documentation where I can get how to exactly call this function along with the arguments? On Wed, Aug 14, 2019 at 6:48 PM Peter Krempa <pkrempa@redhat.com> wrote: > On Wed, Aug 14, 2019 at 18:23:30 +0530, Varsha Verma wrote: > > Hi, > > > > I wanted to know if there is any Python API exposed for libvirt using > which > > I can attach a libvirt volume to a libvirt domain/VM. > > > > I intend to do something similar to the `attach-disk` command of virsh > > using...
2008 Jun 17
1
problem when changing default sqlite to mysql
...rails 2.1.0 just now before i was working with rails 1.2.6. when i try to check the application enviroment link in the index page of the application it gave me " MissingSourceFile in Rails/infoController#properties no such file to load -- sqlite3RAILS_ROOT: D:/RadRails/Workspace/Varsha " here i am using win XP, no sqlite installed. i have mysql in my network so i changed (default db sqlite to mysql in )the app_enviroment.rb file of rails gem folder but it''s raised an error like.. Errno::EBADF in Rails/infoController#properties Bad file descriptor - connect(...
2011 Sep 07
2
(no subject)
The code looks like this: L1=list(a=1,b=2,c=3) f1=as.factor(c) L1[[f1]] returns 1 What happens if we give a factor as an index at a list? [[alternative HTML version deleted]]
2019 Jun 13
1
Libvirt API for getting disk capacity from VM XML
...simulate bare metal machines for testing purposes. In the XML description of a domain, there are a bunch of disk elements giving information about the various storage devices attached to the domain. Is there some way to get the size/capacity of those disks using the libvirt API? -- *Regards,* *Varsha Verma* *Fourth Year Undergraduate* *Department of Electrical Engineering* *IIT-BHU, Varanasi*
2019 Aug 14
0
Re: Libvirt API for attaching volume to domain
On Wed, Aug 14, 2019 at 18:23:30 +0530, Varsha Verma wrote: > Hi, > > I wanted to know if there is any Python API exposed for libvirt using which > I can attach a libvirt volume to a libvirt domain/VM. > > I intend to do something similar to the `attach-disk` command of virsh > using python. virsh uses the virDomainAttac...
2017 Oct 12
0
[ANNOUNCE] libnftnl 1.0.8 release
...F_PRESENT flag expr: exthdr: Display NFT_EXTHDR_F_PRESENT in debug output chain: Don't print unset policy value in netlink debug Shyam Saini (1): examples: Fix memory leaks detected by Valgrind Tobias Klauser (1): expr: Add const qualifiers to *2str translation arrays Varsha Rao (2): src: Change parameters of SNPRINTF_BUFFER_SIZE macro. src: Buffer is null terminated.
2018 Feb 02
0
[ANNOUNCE] nftables 0.8.2 release
...exporting configure: Fix help text regarding --enable-debug configure: Allow to disable man page building tests/shell: Add back named_interval_automerging_0 Shyam Saini (2): src: Add import command for low level json tests: shell: Add tests for low level json import Varsha Rao (5): tests: Add test for compile options. configure: Remove AC_HEADER_STDBOOL, AC_C_ and AC_TYPE_ macros tests: build: Add README. configure: Remove macro AC_CHECK_FUNCS tests: build: Add enable man page option.
2017 Aug 21
3
[Bug 1171] New: define statement does not accept negative numbers
https://bugzilla.netfilter.org/show_bug.cgi?id=1171 Bug ID: 1171 Summary: define statement does not accept negative numbers Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: nft Assignee: pablo at netfilter.org
2017 Aug 23
3
[Bug 1175] New: Document limitations on identifier names
https://bugzilla.netfilter.org/show_bug.cgi?id=1175 Bug ID: 1175 Summary: Document limitations on identifier names Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: major Priority: P5 Component: nft Assignee: pablo at netfilter.org
2017 Aug 21
4
[Bug 1172] New: chain priority cannot be set by a defined variable
https://bugzilla.netfilter.org/show_bug.cgi?id=1172 Bug ID: 1172 Summary: chain priority cannot be set by a defined variable Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: major Priority: P5 Component: nft Assignee: pablo at netfilter.org
2017 Aug 23
5
[Bug 1178] New: Provide better error messaging when a rule can't be executed in its context
https://bugzilla.netfilter.org/show_bug.cgi?id=1178 Bug ID: 1178 Summary: Provide better error messaging when a rule can't be executed in its context Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5
2018 Feb 02
0
[ANNOUNCE] iptables 1.6.2 release
...__NR_bpf declaration Shyam Saini (2): extensions: libxt_cluster: Add translation to nft extensions: Add test for cluster nft translation Thierry Du Tre (2): extensions: ip6t_{S,D}NAT: multiple to-dst/to-src arguments not reported extensions: ip6t_{S,D}NAT: add more tests Varsha Rao (6): iptables: Remove explicit static variables initalization. iptables: Remove unnecessary braces. iptables: xtables-eb: Remove const qualifier from struct option extensions: libxt_tcpmss: Add test case for invalid ranges. iptables: Remove const qualifier from str...
2017 May 31
5
[Bug 1153] New: Sets with timeouts can be saved to a file but not reloaded
https://bugzilla.netfilter.org/show_bug.cgi?id=1153 Bug ID: 1153 Summary: Sets with timeouts can be saved to a file but not reloaded Product: nftables Version: unspecified Hardware: All OS: Debian GNU/Linux Status: NEW Severity: normal Priority: P5 Component: nft
2018 Jan 16
0
[ANNOUNCE] nftables 0.8.1 release
...ts: shell: Prevent lockout in nft-f/0008split_tables_0 Make libnftables a local static library tests/py: trivial: Fix error message src: fix protocol context update on big-endian systems build: Restore per object CFLAGS src: Don't merge adjacent/overlapping ranges Varsha Rao (13): tests: files: Remove jump chain tests. tests: shell: Add test case for jump chain. tests: shell: Add test case for sets. tests: files: Remove tests for set. tests: shell: Add tests for variable definition. tests: files: Remove test cases for variable de...
2017 Aug 22
5
[Bug 1173] New: Documentation/error messages around NAT statements in "inet" tables incorrect
https://bugzilla.netfilter.org/show_bug.cgi?id=1173 Bug ID: 1173 Summary: Documentation/error messages around NAT statements in "inet" tables incorrect Product: nftables Version: unspecified Hardware: All OS: All Status: NEW Severity: critical Priority: P5
2017 Oct 06
6
[Bug 1188] New: nft fails to parse own output; unable to save-restore active state
...at netfilter.org> Date: Mon Oct 2 18:20:17 2017 +0200 libmnl$ git log -1 commit fbe0f33b45abd585eb9f52cb56d751a750667dc6 Author: Guillaume Nault <g.nault at alphalink.fr> Date: Wed Aug 3 12:52:34 2016 +0200 libnftnl$ git log -1 commit 72386012200a96f9bb721ab4ddb5a9325c68c5f7 Author: Varsha Rao <rvarsha016 at gmail.com> Date: Wed Sep 20 21:53:09 2017 +0530 -- You are receiving this mail because: You are watching all bug changes. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachment...
2017 Oct 12
0
[ANNOUNCE] nftables 0.8 release
...st for incomplete set add set command tests: shell: Test input descriptors for included files tests: py: Fail test forcefully when bug is not fixed Timothy Redaelli (1): tests: py: fix some typos in README Tobias Klauser (1): build: add missing backslash to list of CFLAGS Varsha Rao (18): src: Remove expire information from list stateless ruleset. src: Pass stateless, numeric, ip2name and handle variables as structure members. include: Remove datatype_register(). src: Remove __init and __exit macro definitions. src: netlink: Remove variable nf...
2009 Jul 23
6
SSH attacks from china
...times toor/password: 4 times tree/password: 4 times tuesday/password: 4 times univers/password: 4 times uptime/password: 4 times user2/password: 4 times users/password: 4 times vandana/password: 4 times vanessa/password: 4 times varsha/password: 4 times vijaygupta/password: 4 times village/password: 4 times vipul/password: 4 times virendar/password: 4 times waako/password: 4 times waimi/password: 4 times wakako/password: 4 times wakana/password: 4 times watanabe/passw...