Re: Help with PPTP VPN connection keeps failing
On Tuesday, April 19, 2011 10:38:34 PM Eric B. wrote: > "Rick Sewill" wrote in message > news:201104191901.17623.rsew...@gmail.com... > > > On Tuesday, April 19, 2011 10:43:32 AM Eric B. wrote: > >> > CCP terminated by peer > >> > Compression disabled by peer. > >> > LCP terminated by peer > > > > I don't know if this means anything. > > > > I would have thought not successfully negotiating compression would not > > be a > > good enough reason to terminate the connection. > > > > Still, I've been wrong more times than I care to admit. > > > > Can you change the compression on your side to match what the peer > > expects? > > I don't know if the peer expects a specific compression or no > > compression. > > This may sound like a stupid question, but how/where does one configure > compression using the Network Manager? I can't seem to find documentation > on option configuration anywhere. > > Thanks, > > Eric I use KDE so I am limited in what I can do with GNOME Network Manager, but... Can you go to the Network Connections, select VPN, select the pptp connection and edit it. Click the Advanced button, which I think is above the Save button. Doing a google search: networkmanager pptp compression I got the URL http://blog.herbertm.ca/archives/258 which may help us. Can you tell us what the old settings were before changing any settings? Can you make the settings be similar to the screen shot in the above URL? I.e., have only MSCHAP selected, MPPE checked, 128 bit (most secure), I think it doesn't matter if TCP header compression is checked/unchecked, but have the other compressions unchecked. While I would not terminate a connection if compression was not negotiated, I would terminate a connection if encryption were not successfully negotiated. Were there any messages about encryption negotiation in the log? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: Why does http://localhost:8080 displays a Blank Page?
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/19/2011 10:30 PM, Varuna Seneviratna wrote: > Yum info Display the below Information > [QUOTE]Loaded plugins: langpacks, presto, refresh-packagekit > Adding en_GB to language list > Installed Packages > Name: tomcat6 > Arch: noarch > Version : 6.0.26 > Release : 16.fc14 > Size: 206 k > Repo: installed >>From repo : updates > Summary : Apache Servlet/JSP Engine, RI for Servlet 2.5/JSP 2.1 API > URL : [url]http://tomcat.apache.org/[/url] > License : ASL 2.0 > Description : Tomcat is the servlet container that is used in the official > : Reference Implementation for the Java Servlet and JavaServer > Pages > : technologies. The Java Servlet and JavaServer Pages > specifications > : are developed by Sun under the Java Community Process. > : > : Tomcat is developed in an open and participatory environment and > : released under the Apache Software License version 2.0. Tomcat > is > : intended to be a collaboration of the best-of-breed developers > : from around the world. > [/QUOTE] > > But When I type [url]http://localhost:8080[/url] a blank white page is > presented.The services Utility indicates that tomcat6 is enabled and > running. > I installed Tomcat using "yum install tomcat6".I have Fedora 14 > Where Can I find more information about the where abouts of Tomcat.I > couldn't find a even a FAQ http://tomcat.apache.org/tomcat-6.0-doc/index.html -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.14 (GNU/Linux) Comment: Using GnuPG with Red Hat - http://enigmail.mozdev.org/ iEYEARECAAYFAk2uZM0ACgkQmzle50YHwaBbMACgv8XCfUx+BolCo4gZqnrWjuDi LfQAn2cRiYvNHAVPJVii4w/oVv2DHq8j =8zSz -END PGP SIGNATURE- -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: general linux windows in same box question
On 04/19/11 21:11, fhd...@unm.edu wrote: > hello, > > situation: > > box has 2 physical drives. > one physical drive is windows 7. > Other one is unused/blank. > I have no intention to implement "dual boot." > When I do F12 I see all my boot devices (2 disks > and 1 optical drive ,etc) > > > question: > > if I install linux (fedora) and use 2nd disk for it, > will the process (of installing fedora on 2nd disk) > in any way , form or shape, effect first disk? > > > thanks, > f- NOT if you do not let it during the install process. Anaconda will let you specify where to install grub. Assuming your end disk is seen by Anaconda as /dev/sdb then one of the final stages of Anacond will ask you where you want grub to be installed. Be sure to select /dev/sdb. So, when you press F12, you will be able to boot from 2nd disk. Good luck. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: kcore
On Wed, 2011-04-20 at 01:08 +0100, Patrick Dupre wrote: > Hello, > > I have a /proc/kcore file which is huge: 1059057664 > Is it normal ? man proc poc -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
general linux windows in same box question
hello, situation: box has 2 physical drives. one physical drive is windows 7. Other one is unused/blank. I have no intention to implement "dual boot." When I do F12 I see all my boot devices (2 disks and 1 optical drive ,etc) question: if I install linux (fedora) and use 2nd disk for it, will the process (of installing fedora on 2nd disk) in any way , form or shape, effect first disk? thanks, f- -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Encrypted MD Device
I was running CentOS/w Xen on my home server. I decided to move to FC14 because I finally got a TV that can double as a monitor, and wanted to give KVM and VirtualBox a try. In all the excitement I forgot about my 500GB RAID1 disk set. It has all of my work from the past 10 years. I use to run these comands that I would copy and paste in after each reboot; cryptsetup luksOpen /dev/md0 crypt1 mount /dev/mapper/crypt1 /export/data_private In CentOS all was well. Now in Fedora I know I need to recreate the /dev/md0 device but I want to do it with out harming the data on the drives. I was tried the following; mdadm --assemble /dev/sdc1 /dev/sdd1 mdadm: device /dev/sdc1 exists but is not an md array. But these are both of my discs; Disk /dev/sdc: 500.1 GB, 500106780160 bytes 255 heads, 63 sectors/track, 60801 cylinders, total 976771055 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x000a75d9 Device Boot Start End Blocks Id System /dev/sdc1 63 976768064 488384001 fd Linux raid autodetect Disk /dev/sdd: 500.1 GB, 500106780160 bytes 255 heads, 63 sectors/track, 60801 cylinders, total 976771055 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x000b30e2 Device Boot Start End Blocks Id System /dev/sdd1 63 976768064 488384001 fd Linux raid autodetect ^C Can someone help me get on the right track with this??? E./ -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: Help with PPTP VPN connection keeps failing
"Rick Sewill" wrote in message news:201104191901.17623.rsew...@gmail.com... > On Tuesday, April 19, 2011 10:43:32 AM Eric B. wrote: > >> > >> > CCP terminated by peer >> > Compression disabled by peer. >> > LCP terminated by peer > > I don't know if this means anything. > > I would have thought not successfully negotiating compression would not be > a > good enough reason to terminate the connection. > > Still, I've been wrong more times than I care to admit. > > Can you change the compression on your side to match what the peer > expects? > I don't know if the peer expects a specific compression or no compression. This may sound like a stupid question, but how/where does one configure compression using the Network Manager? I can't seem to find documentation on option configuration anywhere. Thanks, Eric -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Why does http://localhost:8080 displays a Blank Page?
Yum info Display the below Information [QUOTE]Loaded plugins: langpacks, presto, refresh-packagekit Adding en_GB to language list Installed Packages Name: tomcat6 Arch: noarch Version : 6.0.26 Release : 16.fc14 Size: 206 k Repo: installed >From repo : updates Summary : Apache Servlet/JSP Engine, RI for Servlet 2.5/JSP 2.1 API URL : [url]http://tomcat.apache.org/[/url] License : ASL 2.0 Description : Tomcat is the servlet container that is used in the official : Reference Implementation for the Java Servlet and JavaServer Pages : technologies. The Java Servlet and JavaServer Pages specifications : are developed by Sun under the Java Community Process. : : Tomcat is developed in an open and participatory environment and : released under the Apache Software License version 2.0. Tomcat is : intended to be a collaboration of the best-of-breed developers : from around the world. [/QUOTE] But When I type [url]http://localhost:8080[/url] a blank white page is presented.The services Utility indicates that tomcat6 is enabled and running. I installed Tomcat using "yum install tomcat6".I have Fedora 14 Where Can I find more information about the where abouts of Tomcat.I couldn't find a even a FAQ -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: kcore
On 04/19/2011 07:08 PM, Patrick Dupre wrote: > Hello, > > I have a /proc/kcore file which is huge: 1059057664 > Is it normal ? Everything in /proc is just a window into various kernel data structures. The pseudo-filesystem you see there doesn't exist on disk. In your case, that kcore "file" just allows read-access to the ~1GiB of virtual memory in your 32-bit kernel's address space. For my 64-bit kernel: -r. 1 root root 140737486266368 2011-04-19 22:13:33 /proc/kcore I can assure you that I don't have ~128 terabytes of disk storage or physical memory on this system. -- Bob Nichols "NOSPAM" is really part of my email address. Do NOT delete it. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: rsync from mirror - problem
On 04/19/2011 04:39 AM, Tony Molloy wrote: > On Monday 18 April 2011 01:20:11 Genes MailLists wrote: > > > I had the same problem with my mirror site late last week ( > ftp.heanet.ie ) but it seems to have settled down now. > > > Probably an upstream mirror with problems. > Its back to normal today - no changes on my side ... does sound like something away from my end .. thanks for letting me know your experience. gene -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: Setting up a Dell Printer
On 04/20/2011 12:14 AM, james tate wrote: > Fedora 14 > > In the Printer setup there is no settings for a USB Dell 720 printer, it > is a fairly old printer. > > How do I get the drivers for this printer ? as a suggestion, check these sources. http://www.openprinting.org/ http://www.driverguide.com/ http://www.linuxfoundation.org/collaborate/workgroups/openprinting/group they have helped me in past for finding drivers for older printers. hth. -- peace out. tc.hago, g . in a free world without fences, who needs gates. ** help microsoft stamp out piracy - give linux to a friend today. ** to mess up a linux box, you need to work at it. to mess up an ms windows box, you just need to *look* at it. ** learn linux: 'Rute User's Tutorial and Exposition' http://rute.2038bug.com/index.html 'The Linux Documentation Project' http://www.tldp.org/ 'LDP HOWTO-index' http://www.tldp.org/HOWTO/HOWTO-INDEX/index.html 'HowtoForge' http://howtoforge.com/ signature.asc Description: OpenPGP digital signature -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: Setting up a Dell Printer
On 04/19/2011 08:14 PM, james tate wrote: > Fedora 14 > > In the Printer setup there is no settings for a USB Dell 720 printer, it > is a fairly old printer. > > How do I get the drivers for this printer ? They are a lexmark set of drivers. You need to look for the following RPMS: z600cups z600llpddk I have some old versions 1.0-1 and 2.0-1 respectively (from 2003). I've forgotten where I of them from, but with them, I could print to the Dell 720 Photo Printer. -- Kevin J. Cummings kjch...@verizon.net cummi...@kjchome.homeip.net cummi...@kjc386.framingham.ma.us Registered Linux User #1232 (http://counter.li.org) -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: kcore
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/20/2011 08:08 AM, Patrick Dupre wrote: > Hello, > > I have a /proc/kcore file which is huge: 1059057664 > Is it normal ? yes. It represents/maps kernel memory. > It may have been created after a crash of nedit and trying to > report a bug. no. it's always that 1gb size. - -Greg - -- +-+ Please also check the log file at "/dev/null" for additional information. (from /var/log/Xorg.setup.log) | Greg Hosler ghos...@redhat.com| +-+ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAk2uLzEACgkQ404fl/0CV/Qc0ACePQlcPkiq4Xl8oOgjLqP4ZO3U 1gAAmwXeJPa3A9BjoPHZpQhFGjEx2kZJ =cYUh -END PGP SIGNATURE- -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: kcore
On Apr 19, 2011 8:08 PM, "Patrick Dupre" wrote: > > Hello, > > I have a /proc/kcore file which is huge: 1059057664 > Is it normal ? > It may have been created after a crash of nedit and trying to > report a bug. that looks small to me. my 64-bit kernel-rt and f14 kernels all show 128 TiB kcores. -paul -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Setting up a Dell Printer
Fedora 14 In the Printer setup there is no settings for a USB Dell 720 printer, it is a fairly old printer. How do I get the drivers for this printer ? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
kcore
Hello, I have a /proc/kcore file which is huge: 1059057664 Is it normal ? It may have been created after a crash of nedit and trying to report a bug. Thank. -- --- == Patrick DUPRÉ | | Department of Chemistry| | Phone: (44)-(0)-1904-434384 The University of York | | Fax: (44)-(0)-1904-432516 Heslington | | York YO10 5DD United Kingdom | | email: patrick.du...@york.ac.uk ==-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: Help with PPTP VPN connection keeps failing
On Tuesday, April 19, 2011 10:43:32 AM Eric B. wrote: > > > > CCP terminated by peer > > Compression disabled by peer. > > LCP terminated by peer I don't know if this means anything. I would have thought not successfully negotiating compression would not be a good enough reason to terminate the connection. Still, I've been wrong more times than I care to admit. Can you change the compression on your side to match what the peer expects? I don't know if the peer expects a specific compression or no compression. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: Reasons for choosing Fedora over Debian
On Sat, Apr 16, 2011 at 9:23 PM, Digimer wrote: > On 04/16/2011 09:14 PM, Nikolaus Rath wrote: >> >> I have been using Ubuntu for a couple of years, and I am increasingly >> unhappy with it. I dislike the Ubuntu One integration, I think upstart >> is irritating, and I am sick of my bug reports vegetating forever in >> Launchpad. Therefore I want to switch distributions, and I have already >> narrowed it down to either Debian unstable or Fedora (but a release, not >> rawhide). >> >> Unfortunately I have a hard time deciding between the two, because I am >> very much biased by the fact that I have already used Debian in the past >> and a lot of experience with it. So I invariably come up with random >> nice Debian features which then turn out not to exist in Fedora. But on >> the other hand, all the nice Fedora features that Debian can't offer are >> unknown to me. >> >> Hence, to allow me to make a good decision, I would be very happy to >> hear about your favorite Fedora feature that I would totally miss if I >> went with Debian. >> >> Just to be clear: I am *not* interested in starting a Debian vs Fedora >> thread here. So am only asking for your pro-fedora points, so there >> shouldn't even be the possibility of a flamewar :-). > > Debian unstable is still a server-oriented OS, so you will be missing a > lot of modern toys. Fedora is to RHEL/CentOS as Ubuntu is to Debian; > Desktop-focused vs Server-focused, respectively. Debian unstable isn't just for servers! You can use any number of DEs. I prefer Fedora because I prefer the default look and because I feel more comfortable with the "original" Mozilla applications. Otherwise i find them to be pretty much the same with one exception. The pace of updates of Debian unstable slows down as a new Debian stable's about to be released and it then accelerates too quickly after the release (and you have to hold off on dist-upgrades so as not to break your install). If you're a KDE user, you might want to try aptosid. It's based on Debian unstable (it used to be called sidux). -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Many "connection reset" when iptables enabled.
I've configured my system using system-config-firewall and have all sorts of problems accessing Google and Facebook, often resulting in either a hung page load or a connect reset message from Firefox. When I turn off iptables, there are no problems. What's wrong with my setup? # Configuration file for system-config-firewall --enabled --port=17500:udp --port=17500:tcp --port=3689:tcp --service=dns --service=mdns --service=ipp-client --service=ipp --service=samba --service=samba-client --service=https --service=ssh --service=http # iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT all -- anywhere anywherestate RELATED,ESTABLISHED ACCEPT icmp -- anywhere anywhere ACCEPT all -- anywhere anywhere ACCEPT tcp -- anywhere anywherestate NEW tcp dpt:domain ACCEPT udp -- anywhere anywherestate NEW udp dpt:domain ACCEPT udp -- anywhere 224.0.0.251 state NEW udp dpt:mdns ACCEPT udp -- anywhere anywherestate NEW udp dpt:ipp ACCEPT tcp -- anywhere anywherestate NEW tcp dpt:ipp ACCEPT udp -- anywhere anywherestate NEW udp dpt:ipp ACCEPT udp -- anywhere anywherestate NEW udp dpt:netbios-ns ACCEPT udp -- anywhere anywherestate NEW udp dpt:netbios-dgm ACCEPT tcp -- anywhere anywherestate NEW tcp dpt:netbios-ssn ACCEPT tcp -- anywhere anywherestate NEW tcp dpt:microsoft-ds ACCEPT udp -- anywhere anywherestate NEW udp dpt:netbios-ns ACCEPT udp -- anywhere anywherestate NEW udp dpt:netbios-dgm ACCEPT tcp -- anywhere anywherestate NEW tcp dpt:https ACCEPT tcp -- anywhere anywherestate NEW tcp dpt:ssh ACCEPT tcp -- anywhere anywherestate NEW tcp dpt:http ACCEPT udp -- anywhere anywherestate NEW udp dpt:db-lsp-disc ACCEPT tcp -- anywhere anywherestate NEW tcp dpt:db-lsp ACCEPT tcp -- anywhere anywherestate NEW tcp dpt:daap REJECT all -- anywhere anywherereject-with icmp-host-prohibited Chain FORWARD (policy ACCEPT) target prot opt source destination REJECT all -- anywhere anywherereject-with icmp-host-prohibited Chain OUTPUT (policy ACCEPT) target prot opt source destination -- -- Steve -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: assertion `G_IS_OBJECT (object)' failed? - pygtk2 broken
On 04/19/2011 03:21 PM, Michael Schwendt wrote: > And if you upgrade again, the problem is reproducible again? Then it would > be a bug. Yes, if reinstalling pygtk2-2.17.0-8 the problems reappear. I tried that out - involuntary - broken packages got reinstalled because of my auto updater: Apr 19 13:50:13 yum[29344]: Updated: pygtk2-2.17.0-8.fc13.x86_64 Apr 19 13:50:14 yum[29344]: Updated: pygtk2-libglade-2.17.0-8.fc13.x86_64 I did a downgrade again. > Else the downgrade just replaced damaged RPM package contents, > which you could have detected with an integrity check of your RPM db. I did an rpm -V on these packages. https://bugzilla.redhat.com/show_bug.cgi?id=697696 signature.asc Description: OpenPGP digital signature -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Can anyone post a working pppd config?
I just need a "temporary" pppoe server, that only uses PAP ___Can someone post a howto, just in a few lines, what to do?___ If I just do "pppd require-pap" then it gives this error: pppd: The remote system is required to authenticate itself pppd: but I couldn't fin any suitable secret (password) for it to use to do so. pppd is by default installed. and there are just a few modifications needed to start it with only using PAP auth.. what am I missing? It's not needed, that the clients actually log in through pppoe, I just need a pppoe server that enforces PAP, so that we could get the passwords of the clients... Thank you in anticipation..!! -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: DCS-932L Wireless N Network Linux based Camera to Fedora
On 19/04/11 14:48, james tate wrote: > On 04/19/2011 02:00 PM, Terry Polzin wrote: >> On Tue, 2011-04-19 at 13:53 -0400, james tate wrote: >>> The DCS-932L Wireless N Network Camera is a Linux base camera, does >>> anyone know if there is software to interface it with a Fedora 14 PC ? >> Have you looked at cheese? >> > I should have stated that this is a network camera, I don't believe > Cheese will support it and I don't know if Zoneminder would either. just > wanted to find out before i buy it if it would. Or maybe some has > already tried it. Those cameras get assigned an IP address and can be viewed with VLC, Firefox, etc. I have two made by Zonet, cheap, but they have been working for about a year now after I drilled holes in the case and added a tiny fan. They would overheat in hot weather, actually just the sun shining in the window would kill them. Make sure what you buy has some vent holes in the case at least. Other than that they work, not great video quality and they will add traffic to your LAN. I may buy one more, a different model though. Bob -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: DCS-932L Wireless N Network Linux based Camera to Fedora
On 04/19/2011 02:00 PM, Terry Polzin wrote: > On Tue, 2011-04-19 at 13:53 -0400, james tate wrote: >> The DCS-932L Wireless N Network Camera is a Linux base camera, does >> anyone know if there is software to interface it with a Fedora 14 PC ? > Have you looked at cheese? > I should have stated that this is a network camera, I don't believe Cheese will support it and I don't know if Zoneminder would either. just wanted to find out before i buy it if it would. Or maybe some has already tried it. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: DCS-932L Wireless N Network Linux based Camera to Fedora
On Tue, 2011-04-19 at 13:53 -0400, james tate wrote: > The DCS-932L Wireless N Network Camera is a Linux base camera, does > anyone know if there is software to interface it with a Fedora 14 PC ? Have you looked at cheese? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
DCS-932L Wireless N Network Linux based Camera to Fedora
The DCS-932L Wireless N Network Camera is a Linux base camera, does anyone know if there is software to interface it with a Fedora 14 PC ? -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: Is the Network Manager installed by default when Fedora 14 is installed by a Live CD I installed using a Live CD?
On 19 April 2011 22:28, Rick Stevens wrote: > On 04/19/2011 09:42 AM, Varuna Seneviratna wrote: >> >> On 19 April 2011 22:05, Rick Stevens wrote: >>> >>> On 04/19/2011 09:22 AM, Varuna Seneviratna wrote: Is the Network Manager installed by default when Fedora 14 is installed by a Live CD I installed using a Live CD. According to the Faq at http://fedoraproject.org/wiki/Tools/NetworkManager under the Question Command Line Way it is said to give the command "su -c '/sbin/service NetworkManager start " to start the service But When given the command at the terminal no message of any sort appears and even not the prompt appears what appears is as below Quote: su -c '/sbin/service NetworkManager start > > /Quote After The command a less than symbol appears and it stays that way without nothing changing. How to know whether the Network Manager is Installed, whether is it working? >>> >>> You need a closing quote: >>> >>> Â Â Â Â su -c '/sbin/service NetworkManager start' >>> >>> The ">" prompt is the shell asking you to complete the quoted string, >>> so you could have put a single quote after it and hit ENTER: >>> >>> Â Â Â Â> ' >>> >>> That would have closed the quoted string and you're off to the races. > >> Rich >> Thanks and it started working But what are the other command >> That can be made use of when using Network Manager >> Below is what has appeared in my terminal now >> >> Setting network parameters... >> [ OK ] >> Starting NetworkManager daemon: >> >> >> Where can I find more information about Network Manager to used in the >> Command Line way > > NetworkManager is not very well documented. It's supposed to "just > work" and when it doesn't, it's not easy to see why. I contacted the > authors of it several times and offered to write documentation, but > never got a response from them. > > By default, it should start and handle your network connections. You > can ensure it starts by entering this command as the root user: > > chkconfig --level 2345 NetworkManager on Is the level 345 or 2345.According the FAQ it is 345? > This should ensure it starts up the next time you boot up. > -- > - Rick Stevens, Systems Engineer, C2 Hosting ri...@nerd.com - > - AIM/Skype: therps2 ICQ: 22643734 Yahoo: origrps2 - > - - > -- > -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Fedora weather station software? -
Has anyone been able to interface F-14 with a weather station such as the Oregon Scientific stuff, e.g. the WMR100CA? I was given some of this equipment at Christmas and would like to connect it to the computer where I would have a usable display instead of the hard to read [for me] tiny LCD. It appears that it only comes with MS software, surprise! Google shows some instances of an effort to log the data with Linux and I would like to know if someone has gone through this exercise and made it work? Bob -- -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: Is the Network Manager installed by default when Fedora 14 is installed by a Live CD I installed using a Live CD?
On 19 April 2011 22:05, Rick Stevens wrote: > On 04/19/2011 09:22 AM, Varuna Seneviratna wrote: >> >> Is the Network Manager installed by default when Fedora 14 is >> installed by a Live CD >> I installed using a Live CD. >> According to the Faq at >> http://fedoraproject.org/wiki/Tools/NetworkManager under the Question >> Command Line Way it is said to give the command "su -c '/sbin/service >> NetworkManager start " to start the service But When given the command >> at the terminal no message of any sort appears and even not the prompt >> appears what appears is as below >> >> Quote: >> su -c '/sbin/service NetworkManager start >>> >>> >> /Quote >> >> After The command a less than symbol appears and it stays that way >> without nothing changing. >> How to know whether the Network Manager is Installed, whether is it >> working? > > You need a closing quote: > > su -c '/sbin/service NetworkManager start' > > The ">" prompt is the shell asking you to complete the quoted string, > so you could have put a single quote after it and hit ENTER: > > > ' > > That would have closed the quoted string and you're off to the races. > -- > - Rick Stevens, Systems Engineer, C2 Hosting ri...@nerd.com - > - AIM/Skype: therps2 ICQ: 22643734 Yahoo: origrps2 - > - - > - "Microsoft is a cross between The Borg and the Ferengi. - > - Unfortunately they use Borg to do their marketing and Ferengi to - > - do their programming." -- Simon Slavin - > -- > Rich Thanks and it started working But what are the other command That can be made use of when using Network Manager Below is what has appeared in my terminal now Setting network parameters... [ OK ] Starting NetworkManager daemon: Where can I find more information about Network Manager to used in the Command Line way Varuna -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: Is the Network Manager installed by default when Fedora 14 is installed by a Live CD I installed using a Live CD?
On 04/19/2011 09:22 AM, Varuna Seneviratna wrote: > Is the Network Manager installed by default when Fedora 14 is > installed by a Live CD > I installed using a Live CD. > According to the Faq at > http://fedoraproject.org/wiki/Tools/NetworkManager under the Question > Command Line Way it is said to give the command "su -c '/sbin/service > NetworkManager start " to start the service But When given the command > at the terminal no message of any sort appears and even not the prompt > appears what appears is as below > > Quote: > su -c '/sbin/service NetworkManager start >> >> > /Quote > > After The command a less than symbol appears and it stays that way > without nothing changing. > How to know whether the Network Manager is Installed, whether is it working? You need a closing quote: su -c '/sbin/service NetworkManager start' The ">" prompt is the shell asking you to complete the quoted string, so you could have put a single quote after it and hit ENTER: > ' That would have closed the quoted string and you're off to the races. -- - Rick Stevens, Systems Engineer, C2 Hosting ri...@nerd.com - - AIM/Skype: therps2ICQ: 22643734Yahoo: origrps2 - -- - "Microsoft is a cross between The Borg and the Ferengi. - - Unfortunately they use Borg to do their marketing and Ferengi to - - do their programming." -- Simon Slavin - -- -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Is the Network Manager installed by default when Fedora 14 is installed by a Live CD I installed using a Live CD?
Is the Network Manager installed by default when Fedora 14 is installed by a Live CD I installed using a Live CD. According to the Faq at http://fedoraproject.org/wiki/Tools/NetworkManager under the Question Command Line Way it is said to give the command "su -c '/sbin/service NetworkManager start " to start the service But When given the command at the terminal no message of any sort appears and even not the prompt appears what appears is as below Quote: su -c '/sbin/service NetworkManager start > > /Quote After The command a less than symbol appears and it stays that way without nothing changing. How to know whether the Network Manager is Installed, whether is it working? Varuna -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: Help with PPTP VPN connection keeps failing
On 04/19/2011 11:23 AM, Eric B. wrote: > On 04/17/2011 09:52 PM, Matt Domsch wrote: >> On Tue, Apr 12, 2011 at 10:21:17PM -0400, Eric B. wrote: >>> Hi, >>> >>> I just recently freshly installed FC14 on my laptop, and have been >>> trying to get a PPTP VPN connection working, but am having significant >>> difficulty. >>> >>> I've properly configured the VPN settings, and see the connection >>> succeeds, but then shuts right back down. If I try the same credentials >>> from within a Windows machine, it connects without fail. >> >> [snip] >> >> >>> Apr 12 22:11:55 eric-laptop pppd[3520]: LCP terminated by peer >> >> That's the magic message. You need to enable further debugging to >> figure out why it threw that. >> >> http://pptpclient.sourceforge.net/howto-diagnosis.phtml#lcp_term_authentication > > > Thanks for the reference. Right now I am struggling to understand how > Fedora's Network Manager calls the pptp tunnel so I can enable > additional logging. I did find this reference > (http://live.gnome.org/NetworkManager/Debugging), but the output log > that is produced doesn't seem to help me pinpoint the issue. Can you > see anything of value in it? > > Thanks, > > Eric > > ** Message: pppd started with pid 3591 > > Plugin /usr/lib/pppd/2.4.5/nm-pptp-pppd-plugin.so loaded. > ** Message: nm-pptp-ppp-plugin: (plugin_init): initializing > ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 3 / phase > 'serial connection' > Using interface ppp0 > Connect: ppp0<--> /dev/pts/1 > ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 5 / phase > 'establish' > ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 6 / phase > 'authenticate' > ** Message: nm-pptp-ppp-plugin: (get_credentials): passwd-hook, > requesting credentials... > ** Message: nm-pptp-ppp-plugin: (get_credentials): got credentials from > NetworkManager-pptp > CHAP authentication succeeded > ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 8 / phase 'network' > local IP address 192.168.252.224 > remote IP address 208.88.112.210 > primary DNS address 192.168.254.1 > secondary DNS address 208..222.222 > ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 9 / phase 'running' > ** Message: nm-pptp-ppp-plugin: (nm_ip_up): ip-up event > ** Message: nm-pptp-ppp-plugin: (nm_ip_up): sending Ip4Config to > NetworkManager-pptp... > ** Message: PPTP service (IP Config Get) reply received. > > CCP terminated by peer > Compression disabled by peer. > LCP terminated by peer > ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 8 / phase 'network' > Connect time 0.0 minutes. > Sent 18 bytes, received 8 bytes. > ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 5 / phase > 'establish' > Modem hangup > ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 11 / phase > 'disconnect' > Connection terminated. > ** Message: Terminated ppp daemon with PID 3591. > > ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 1 / phase 'dead' > Terminating on signal 15 > ** Message: nm-pptp-ppp-plugin: (nm_exit_notify): cleaning up > > ** (process:3589): WARNING **: pppd_watch_cb(): pppd exited with > error code 5 > > I just realized that there was stuff in /var/log/messages as well, although I don't see anything in there that is more indicative of what might be causing the problems. Apr 19 11:27:40 eric-laptop NetworkManager[1376]: VPN service 'pptp' started (org.freedesktop.NetworkManager.pptp), PID 3808 Apr 19 11:27:40 eric-laptop NetworkManager[1376]: VPN service 'pptp' appeared; activating connections Apr 19 11:27:40 eric-laptop NetworkManager[1376]: VPN plugin state changed: 1 Apr 19 11:27:43 eric-laptop NetworkManager[1376]: VPN plugin state changed: 3 Apr 19 11:27:43 eric-laptop NetworkManager[1376]: VPN connection 'IA Firewall' (Connect) reply received. Apr 19 11:27:43 eric-laptop pppd[3810]: Warning: can't open options file /root/.ppprc: Permission denied Apr 19 11:27:44 eric-laptop pppd[3810]: Plugin /usr/lib/pppd/2.4.5/nm-pptp-pppd-plugin.so loaded. Apr 19 11:27:44 eric-laptop pppd[3810]: pppd 2.4.5 started by root, uid 0 Apr 19 11:27:44 eric-laptop pppd[3810]: Using interface ppp0 Apr 19 11:27:44 eric-laptop pppd[3810]: Connect: ppp0 <--> /dev/pts/1 Apr 19 11:27:44 eric-laptop pptp[3812]: nm-pptp-service-3808 log[main:pptp.c:314]: The synchronous pptp option is NOT activated Apr 19 11:27:45 eric-laptop pptp[3818]: nm-pptp-service-3808 log[ctrlp_rep:pptp_ctrl.c:254]: Sent control packet type is 1 'Start-Control-Connection-Request' Apr 19 11:27:45 eric-laptop pptp[3818]: nm-pptp-service-3808 log[ctrlp_disp:pptp_ctrl.c:754]: Received Start Control Connection Reply Apr 19 11:27:45 eric-laptop pptp[3818]: nm-pptp-service-3808 log[ctrlp_disp:pptp_ctrl.c:788]: Client connection established. Apr 19 11:27:46 eric-laptop pptp[3818]: nm-pptp-service-3808 log[ctrlp_rep:pptp_ctrl.c:254]: Sent control packet type is 7 'Outgoing-Call-Request' Apr 19 11:27:46 eric-laptop pptp[3818]: nm-pptp-service-3
Re: Help with PPTP VPN connection keeps failing
On 04/17/2011 09:52 PM, Matt Domsch wrote: > On Tue, Apr 12, 2011 at 10:21:17PM -0400, Eric B. wrote: >> Hi, >> >> I just recently freshly installed FC14 on my laptop, and have been >> trying to get a PPTP VPN connection working, but am having significant >> difficulty. >> >> I've properly configured the VPN settings, and see the connection >> succeeds, but then shuts right back down. If I try the same credentials >> from within a Windows machine, it connects without fail. > > [snip] > > >> Apr 12 22:11:55 eric-laptop pppd[3520]: LCP terminated by peer > > That's the magic message. You need to enable further debugging to > figure out why it threw that. > > http://pptpclient.sourceforge.net/howto-diagnosis.phtml#lcp_term_authentication Thanks for the reference. Right now I am struggling to understand how Fedora's Network Manager calls the pptp tunnel so I can enable additional logging. I did find this reference (http://live.gnome.org/NetworkManager/Debugging), but the output log that is produced doesn't seem to help me pinpoint the issue. Can you see anything of value in it? Thanks, Eric ** Message: pppd started with pid 3591 Plugin /usr/lib/pppd/2.4.5/nm-pptp-pppd-plugin.so loaded. ** Message: nm-pptp-ppp-plugin: (plugin_init): initializing ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 3 / phase 'serial connection' Using interface ppp0 Connect: ppp0 <--> /dev/pts/1 ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 5 / phase 'establish' ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 6 / phase 'authenticate' ** Message: nm-pptp-ppp-plugin: (get_credentials): passwd-hook, requesting credentials... ** Message: nm-pptp-ppp-plugin: (get_credentials): got credentials from NetworkManager-pptp CHAP authentication succeeded ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 8 / phase 'network' local IP address 192.168.252.224 remote IP address 208.88.112.210 primary DNS address 192.168.254.1 secondary DNS address 208..222.222 ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 9 / phase 'running' ** Message: nm-pptp-ppp-plugin: (nm_ip_up): ip-up event ** Message: nm-pptp-ppp-plugin: (nm_ip_up): sending Ip4Config to NetworkManager-pptp... ** Message: PPTP service (IP Config Get) reply received. CCP terminated by peer Compression disabled by peer. LCP terminated by peer ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 8 / phase 'network' Connect time 0.0 minutes. Sent 18 bytes, received 8 bytes. ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 5 / phase 'establish' Modem hangup ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 11 / phase 'disconnect' Connection terminated. ** Message: Terminated ppp daemon with PID 3591. ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 1 / phase 'dead' Terminating on signal 15 ** Message: nm-pptp-ppp-plugin: (nm_exit_notify): cleaning up ** (process:3589): WARNING **: pppd_watch_cb(): pppd exited with error code 5 -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: F14: Latest virt-manager 0.8.7-2 fills message log
On Apr 19 10:32, Alex wrote: > Hi, > > > The latest update to virt-manager, release 0.8.7-2.fc14, introduced some > > problem I didn't have before. For some reason my message logs are > > fiulled up with messages like this: > > > > libvirtd: 13:13:38.083: error : interfaceGetXMLDesc:355 : internal error > > could not get interface XML description (netcf: NETLINK socket operation > > failed - couldn't find ifindex for interface `br0:1`) > > What makes you think it's virt-manager and not libvirtd? I'm not saying the problem is actuially in virt-manager. The problem could certainly be in libvirtd and only be triggered by the latest virt-manager. For me at least, the problem only shows up if virt-manager is running and... > I'm also experiencing this problem. Downgrading libvirtd appears to be > a real process, and downgrading virt-manager didn't fix the problem > for me. I can't understand how more people aren't having a problem. ...it disappears for me as soon as I downgrade to the previous virt-manager release. Corinna -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Fedora14: udev and $tempnode
Hi, I am trying to get the Xilinx FPGA tools USB cables running under Fedora14 and have come up against a problem. The Xilinx system includes a udev rules file that has a line entry like: SUBSYSTEMS=="usb", ACTION=="add", ATTRS{idVendor}=="03fd", ATTRS{idProduct}=="000d", RUN+="/sbin/fxload -v -t fx2 -I /usr/share/xusb_emb.hex -D $tempnode" After a bit of debugging, when I plug in the USB device the rule gets activated but the value of $tempnode is "" (ie null string). The udev documentation states that this gets filled in with the name of a temporary device node Any ideas on why this is not happening with F14 (it works fine under RHEL5). Cheers Terry -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: F14: Latest virt-manager 0.8.7-2 fills message log
Hi, > The latest update to virt-manager, release 0.8.7-2.fc14, introduced some > problem I didn't have before. For some reason my message logs are > fiulled up with messages like this: > > libvirtd: 13:13:38.083: error : interfaceGetXMLDesc:355 : internal error > could not get interface XML description (netcf: NETLINK socket operation > failed - couldn't find ifindex for interface `br0:1`) What makes you think it's virt-manager and not libvirtd? I'm also experiencing this problem. Downgrading libvirtd appears to be a real process, and downgrading virt-manager didn't fix the problem for me. I can't understand how more people aren't having a problem. Thanks, Alex -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: [389-users] Unable to query anything in DB after import
On 04/19/2011 08:19 AM, brandon wrote: > So I am a little at a loss here, perhaps somebody out there has some > insight I am missing (likely obvious, knowing my luck). > > I have a 389-ds 1.1.3-5 (redhat epel RPM) / i386 directory server, I ran > db2ldif to export the data. Then on a new host running 389-ds-1.2.1-1 / > x86_64, what version of 389-ds-base? rpm -qi 389-ds-base > I ran ldif2db and imported the data. I can see the entries when > I browse it from 389-console, and if I run db2ldif all of the data is > there, but if I do an ldapsearch query, it returns no results, which is > not how it should be. The command: > > ldapsearch -D dn.. -W -x -H ldap://newhost uid > > This search returns zero results, and no errors. If I point it against > the old server where the data came from, it returns 366 results. Check the directory server access log - /var/log/dirsrv/slapd-yourinstance/access - also check errors for errors. > Thoughts? > > -Brandon > -- > 389 users mailing list > 389-us...@lists.fedoraproject.org > https://admin.fedoraproject.org/mailman/listinfo/389-users -- 389 users mailing list 389-us...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-users
[389-users] Unable to query anything in DB after import
So I am a little at a loss here, perhaps somebody out there has some insight I am missing (likely obvious, knowing my luck). I have a 389-ds 1.1.3-5 (redhat epel RPM) / i386 directory server, I ran db2ldif to export the data. Then on a new host running 389-ds-1.2.1-1 / x86_64, I ran ldif2db and imported the data. I can see the entries when I browse it from 389-console, and if I run db2ldif all of the data is there, but if I do an ldapsearch query, it returns no results, which is not how it should be. The command: ldapsearch -D dn.. -W -x -H ldap://newhost uid This search returns zero results, and no errors. If I point it against the old server where the data came from, it returns 366 results. Thoughts? -Brandon -- 389 users mailing list 389-us...@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/389-users
Re: how to disable pc speaker
On Tue, 19 Apr 2011 09:04:30 -0500 Dale Dellutri wrote: > This may not disable the internal PC speaker. It did not on my > Optiplex 755. That's > why I finally unplugged the PC speaker. I've got an Optiplex 755 on my desk right now. This is from my fedora install notes, and it works for me: shut up that bloody bouzouki! - modprobe -r pcspkr echo 'install pcspkr :' > /etc/modprobe.d/shutup.conf Blissful silence ever since I did that... -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: how to disable pc speaker
On Tue, Apr 19, 2011 at 5:56 AM, Jatin K wrote: > On Tuesday 19 April 2011 04:11 PM, Dale Dellutri wrote: >> 2011/4/19 François Patte: >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> >>> Bonjour, >>> >>> I would like to disable the pc speaker (not only the bip). Is there >>> something to do? >>> >>> I have no pcspk modole nor snd_pcsp module loaded... >>> >>> I run f12 >>> >>> My computer: Dell optiplex 745 >>> >>> Thanks. >>> - -- >>> François Patte >>> UFR de mathématiques et informatique >>> Université Paris Descartes >>> Tél. +33 (0)1 8394 5849 >>> http://www.math-info.univ-paris5.fr/~patte >> Open the case and unplug the speaker. You'll need the service >> manual, available on the Dell website, to show you how. >> > or simply plug the headphone plug( of course no headphone at other end ) > (ep jeck, see [1] ) in to speaker out > > [1] > http://www.alibaba.com/product-gs/256021296/adapter_3_5mm_stereo_plug_to/showimage.html > ^ ^ Jatin Khatri This may not disable the internal PC speaker. It did not on my Optiplex 755. That's why I finally unplugged the PC speaker. -- Dale Dellutri -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: assertion `G_IS_OBJECT (object)' failed? - pygtk2 broken
On Tue, 19 Apr 2011 13:54:19 +0200, CA wrote: > On 04/19/2011 01:24 AM, Christoph A. wrote: > > Any hints? > > FYI: > https://admin.fedoraproject.org/updates/pygtk2-2.17.0-9.fc13?_csrf_token=67dbea4d02cade7e489bc62d18a0d94304553dd5 > > yum downgrade pygtk2 pygtk2-libglade > > fixed. And if you upgrade again, the problem is reproducible again? Then it would be a bug. Else the downgrade just replaced damaged RPM package contents, which you could have detected with an integrity check of your RPM db. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: assertion `G_IS_OBJECT (object)' failed? - pygtk2 broken
On Tue, Apr 19, 2011 at 6:54 AM, Christoph A. wrote: > On 04/19/2011 01:24 AM, Christoph A. wrote: >> Any hints? > > FYI: > https://admin.fedoraproject.org/updates/pygtk2-2.17.0-9.fc13?_csrf_token=67dbea4d02cade7e489bc62d18a0d94304553dd5 > > yum downgrade pygtk2 pygtk2-libglade > > fixed. I'm almost 100% sure I saw the same issue on F14 as well but I can no longer reproduce it and I don't see any recent package updates in /var/log/yum.log that would have affected it. Richard -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: assertion `G_IS_OBJECT (object)' failed? - pygtk2 broken
On 04/19/2011 01:24 AM, Christoph A. wrote: > Any hints? FYI: https://admin.fedoraproject.org/updates/pygtk2-2.17.0-9.fc13?_csrf_token=67dbea4d02cade7e489bc62d18a0d94304553dd5 yum downgrade pygtk2 pygtk2-libglade fixed. signature.asc Description: OpenPGP digital signature -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
F14: Latest virt-manager 0.8.7-2 fills message log
Hi, The latest update to virt-manager, release 0.8.7-2.fc14, introduced some problem I didn't have before. For some reason my message logs are fiulled up with messages like this: libvirtd: 13:13:38.083: error : interfaceGetXMLDesc:355 : internal error could not get interface XML description (netcf: NETLINK socket operation failed - couldn't find ifindex for interface `br0:1`) As soon as virt-manager runs, this message fills up the message log pretty fast, one message per second. Yes, I have an interface br0:1, but it's not used by any of the virtual machines and it's not mentioned in any configuration so I have no idea why virt-manager is suddenly keen to get hold of the interface. None of the older virt-manager versions I used so far has shown any interest in this interface, nor did any of them log such a message. I even tried to add this interface to the libvirt configuration, but the GUI doesn't accept an interface with a colon in its name. So, what I did for now is to downgrade virt-mananger to version 0.8.5-1.fc14, but I would be more confident if I 1) knew why this message is geenrated now and 2) how to avoid it. Thanks for any help in advance, Corinna -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: how to disable pc speaker
On Tuesday 19 April 2011 04:11 PM, Dale Dellutri wrote: > 2011/4/19 François Patte: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Bonjour, >> >> I would like to disable the pc speaker (not only the bip). Is there >> something to do? >> >> I have no pcspk modole nor snd_pcsp module loaded... >> >> I run f12 >> >> My computer: Dell optiplex 745 >> >> Thanks. >> - -- >> François Patte >> UFR de mathématiques et informatique >> Université Paris Descartes >> Tél. +33 (0)1 8394 5849 >> http://www.math-info.univ-paris5.fr/~patte > Open the case and unplug the speaker. You'll need the service > manual, available on the Dell website, to show you how. > or simply plug the headphone plug( of course no headphone at other end ) (ep jeck, see [1] ) in to speaker out [1] http://www.alibaba.com/product-gs/256021296/adapter_3_5mm_stereo_plug_to/showimage.html -- °v° /(_)\ ^ ^ Jatin Khatri Registerd Linux user No #501175 www.counter.li.org No M$ -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: how to disable pc speaker
2011/4/19 François Patte : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Bonjour, > > I would like to disable the pc speaker (not only the bip). Is there > something to do? > > I have no pcspk modole nor snd_pcsp module loaded... > > I run f12 > > My computer: Dell optiplex 745 > > Thanks. > - -- > François Patte > UFR de mathématiques et informatique > Université Paris Descartes > Tél. +33 (0)1 8394 5849 > http://www.math-info.univ-paris5.fr/~patte Open the case and unplug the speaker. You'll need the service manual, available on the Dell website, to show you how. -- Dale Dellutri -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
how to disable pc speaker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bonjour, I would like to disable the pc speaker (not only the bip). Is there something to do? I have no pcspk modole nor snd_pcsp module loaded... I run f12 My computer: Dell optiplex 745 Thanks. - -- François Patte UFR de mathématiques et informatique Université Paris Descartes Tél. +33 (0)1 8394 5849 http://www.math-info.univ-paris5.fr/~patte -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAk2tXssACgkQdE6C2dhV2JX/RgCfR/72HwWlw2wMUV4rdCF5GU6m VQEAoMM0KssGPSsWpQVcIthDArTGpvV1 =qFzv -END PGP SIGNATURE- -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: Optimising transmission
Hi Rahul, On Tue, Apr 19, 2011 at 1:57 AM, Rahul Sundaram wrote: > Since this is a leaf package, it should be possible to get an exception > if needed. At this point, I don't know yet if there is going to be an > feature update to Fedora 15. I have a Transmission repo > (http://repos.fedorapeople.org/repos/sundaram/transmission/) which I > could use for additional testing. If you are interested in getting a > beta release for Fedora 15, let me know. > I am definitely interested in a beta release. Currently I am on F13 on my desktop but I will upgrade to F15 once it is out. I would be happy to try out this transmission release, maybe from your fedorapeople repo. I had actually gone there looking for this version after your first email. :-p > > Rahul -- Suvayu Open source is the future. It sets us free. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: Optimising transmission
On 04/19/2011 01:58 PM, suvayu ali wrote: > Thank you Rahul for the response. That is very good news. Does that > mean F15 will have this at some point? I will be looking forward to > it. :) I certainly won't be pushing a beta release as an update. However once there is a stable release, I intend to consult with upstream about whether it is going to be disruptive as an update. If upstream is in favor of it, it would still probably require a exception as our current updates policy is geared towards bug fixes and security fixes http://fedoraproject.org/wiki/Updates_Policy Since this is a leaf package, it should be possible to get an exception if needed. At this point, I don't know yet if there is going to be an feature update to Fedora 15. I have a Transmission repo (http://repos.fedorapeople.org/repos/sundaram/transmission/) which I could use for additional testing. If you are interested in getting a beta release for Fedora 15, let me know. Rahul -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: rsync from mirror - problem
On Monday 18 April 2011 01:20:11 Genes MailLists wrote: > On 04/17/2011 09:33 AM, Genes MailLists wrote: > > For the last couple of days or so - my mirror script (I tried a couple > > > > of mirror sites) seems to keep deleting everything and re-downloading > > each time it runs ... > > > > Mirror script keeps a local copy from which I update all my machines > > > > here. It runs > > > > rsync -avz --delete --delete-excluded --hard-links > > Anyone got any ideas why rsync might keep deleting and re-downloading? > (using kernel.org mirror at the moment). I had the same problem with my mirror site late last week ( ftp.heanet.ie ) but it seems to have settled down now. Probably an upstream mirror with problems. Tony -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: Optimising transmission
On Tue, Apr 19, 2011 at 1:08 AM, Rahul Sundaram wrote: > The latest Transmission Beta in Rawhide has µTP support which should > help. I think there are too many changes to be pushing in as an update > for older releases but just a heads up > > https://trac.transmissionbt.com/wiki/Changes#version-2.30b1 > Thank you Rahul for the response. That is very good news. Does that mean F15 will have this at some point? I will be looking forward to it. :) > Rahul (Transmission maintainer in Fedora) -- Suvayu Open source is the future. It sets us free. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Re: Optimising transmission
On 04/18/2011 01:34 AM, suvayu ali wrote: > Hi everyone, > > Lately I am noticing that despite reasonably low network activity, my > network access speeds go down whenever transmission is seeding many > torrents even if the upload bandwidth usage has been limited to > 30Kbps. Pausing some of the seeding torrents usually resolves the > issue. I also found that often the upload rate transmission actually > uses is much higher (~50Kbps) than the set limit of 30Kbps. Is the > extra bandwidth required to negotiate with peers or other related > tasks? Does anyone have any pointers on how I can optimise > transmission so that it doesn't slow down my internet? The latest Transmission Beta in Rawhide has µTP support which should help. I think there are too many changes to be pushing in as an update for older releases but just a heads up https://trac.transmissionbt.com/wiki/Changes#version-2.30b1 Rahul (Transmission maintainer in Fedora) -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines