similar to: yum install nautilus-sendto-bluetooth fails on 5.0

Displaying 20 results from an estimated 2000 matches similar to: "yum install nautilus-sendto-bluetooth fails on 5.0"

2007 Sep 29
0
Probelm updatring a fresh install
I just installed CentOS-5 but when I try to update I get this: # yum clean all Loading "installonlyn" plugin Cleaning up Everything [root at inet02 ~]# yum update Loading "installonlyn" plugin Setting up Update Process Setting up repositories base 100% |=========================| 1.1 kB 00:00 updates 100% |=========================|
2008 Dec 17
2
Bug - Error: Missing Dependency: libgaim.so.0 is needed by package nautilus-sendto
I have a minimal installation of CentOS, and I wanted to then install X Windows and the GNOME desktop. I then tried the following, which failed on a dependency: $ yum -y groupinstall "X Window System" "GNOME Desktop Environment" --> Running transaction check ---> Package nautilus-sendto.i386 0:0.7-5.fc6 set to be updated --> Processing Dependency:
2007 Dec 18
3
possible bug 5.1 - possibly more of a package issue
Hi there, not really sure if this is a bug, but more so rather a missing file... I installed a fresh 5.1 copy very minimal - no desktop, etc. Now it came up later that I would need a desktop on this install. So I was going to just groupinstall in the Gnome Desktop. # yum groupinstall "GNOME Desktop Environment" Now while processing the dependencies, it fails out with a dependency for
2008 Jun 10
1
Dependency problem with libgaim.so.0 when installing GNOME
CentOS 5.1 - I have already executed 'yum clean all' but the error persists. What could be the problem? $ yum groupinstall "GNOME Desktop Environment" Loading "installonlyn" plugin Setting up Group Process Setting up repositories Setting up repositories Reading repository metadata in from local files Package gnome-panel - 2.16.1-6.el5.i386 already installed and latest
2007 Jul 08
1
yum download with erros pertaining libpurple
Has anyone else had problems with a recent yum download with libpurple on an X64 machine? Anyone;s help would be appreciated. Greg Ennis P.S.Here are the results of yum [root at MaBa lib]# yum update Loading "skip-broken" plugin Loading "changelog" plugin Loading "priorities" plugin Loading "allowdowngrade" plugin Loading "fastestmirror"
2009 Feb 05
0
sendto syscall: EPERM (Operation not permitted)
A bizarre problem on this host running Asterisk. I don't actually think this is Asterisk's problem, but I don't know who to ask, so if this is OT, please redirect me. CentOS 5.2 64-bit Xen domU running Asterisk 1.4.22 32-bit with a number of SIP phones and a few SIP<->PSTN gateways. When asterisk tries to send a packet over UDP 5060 to one (and only one) of the gateways, the
2011 Aug 25
2
following a packet from sendto() to wire (and reverse)
I am quite unfamiliar with DTrace (and even more with Solaris/Linux/other) kernel internals. I recently had to help look into an issue where an application apparently sent a UDP packet, but it did not appear on the wire, nor did snoop(1)ing the interface show it, so the assumption is that it was lost (or misdirected) somewhere in the IP stack. We did use Dtrace with syscall::sendto:entry/exit to
2004 Sep 08
1
new gaim packages? (RHSA-2004:400-01)
has this package been rebuilt? I didn't see an announcement for it. --Ajay, who's not bitchin', just wondering... -------- Original Message -------- -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 - --------------------------------------------------------------------- Red Hat Security Advisory Synopsis: Updated gaim package fixes security issues Advisory
2005 Apr 13
0
CentOS-announce Digest, Vol 2, Issue 6
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2007 Jul 17
0
Gnome Bluetooth Manager
I installed: gnome-bluetooth.i386 0.7.0-10.2.el5 from the base repo It also installed (at least): gnome-bluetooth-libs.i386 0.7.0-10.2.el5 These show up in /var/log/yum.log interestingly they do not show up in /var/log/rpmpkgs My bluetooth mouse is now working. It was not before. But I do not see any bluetooth management stuff in gnome (http://live.gnome.org/BluetoothManager) What
2005 May 12
0
CentOS-announce Digest, Vol 3, Issue 5
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2005 Jun 17
0
CentOS-announce Digest, Vol 4, Issue 9
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2005 Apr 12
0
CESA-2005:365 Important CentOS 4 i386 and x86_64 gaim - security update
CentOS Errata and Security Advisory CESA-2005:365 - Important i386 and x86_64 gaim security update for CentOS-4. http://rhn.redhat.com/errata/RHSA-2005-365.html The following updated files have been uploaded and are currently syncing to the mirrors: i386: gaim-1.2.1-4.el4.i386.rpm x86_64: gaim-1.2.1-4.el4.x86_64.rpm src: gaim-1.2.1-4.el4.src.rpm You can update your gaim with the command:
2013 Nov 29
0
[PATCH] efi: reuse UDP port with sendto
On Thu, Nov 28, 2013 at 9:34 PM, Celelibi <celelibi at gmail.com> wrote: > Without an assigned source port, Transmit function assign a random new > source port to the packet being sent. It thus have to be set before > calling Transmit if the source port have already been decided. > Conversly, we have to save the assigned port to reuse it later if > needed. > > Resolve
2013 Nov 29
0
[PATCH] efi: reuse UDP port with sendto
2013/11/29, Gene Cumm <gene.cumm at gmail.com>: > On Thu, Nov 28, 2013 at 9:47 PM, Gene Cumm <gene.cumm at gmail.com> wrote: >> On Thu, Nov 28, 2013 at 9:34 PM, Celelibi <celelibi at gmail.com> wrote: >>> Without an assigned source port, Transmit function assign a random new >>> source port to the packet being sent. It thus have to be set before
2013 Dec 01
0
[PATCH] efi: reuse UDP port with sendto
Op 2013-11-30 om 13:12 schreef Gene Cumm: <bigsnip/> > > Is there any chance you two could try my branch efi-fixes (commit > d04b0edf) as I believe this solves the issues of the changing > StationPort and routing difficulties of both a single subnet and > multiple subnets? What is the URL of the git repository? Groeten Geert Stappers who was triggered on "my
2013 Dec 01
1
[PATCH] efi: reuse UDP port with sendto
On Nov 30, 2013 7:33 PM, "Geert Stappers" <stappers at stappers.nl> wrote: > > Op 2013-11-30 om 13:12 schreef Gene Cumm: > <bigsnip/> > > > > Is there any chance you two could try my branch efi-fixes (commit > > d04b0edf) as I believe this solves the issues of the changing > > StationPort and routing difficulties of both a single subnet and
2006 Apr 01
0
CESA-2005:518 Moderate CentOS x86_64 gaim - security update
CESA-2005:518 Moderate CentOS x86_64 gaim - security update CentOS Errata and Security Advisory CESA-2005:518 gaim security update for CentOS 3 x86_64: https://rhn.redhat.com/errata/RHSA-2005-518.html The following updated file has been uploaded and is currently syncing to the mirrors: x86_64: updates/x86_64/RPMS/gaim-1.3.1-0.el3.x86_64.rpm source: updates/SRPMS/gaim-1.3.1-0.el3.src.rpm You
2005 Aug 25
2
Where have all the Gaim icons gone?
Has anyone noticed that in the latest gaim update (gaim-1.3.1-0.el4.3.i386.rpm) almost all the MSN smiley icons are not included in the package? I've reverted to gaim-1.3.1-0.el4.i386.rpm and they're all there. Is this a bug? and if not why would redhat remove the smiley icons from Gaim? -- Tim Edwards
2013 Nov 29
2
[PATCH] efi: reuse UDP port with sendto
Without an assigned source port, Transmit function assign a random new source port to the packet being sent. It thus have to be set before calling Transmit if the source port have already been decided. Conversly, we have to save the assigned port to reuse it later if needed. Resolve bug #35. Signed-off-by: Celelibi <celelibi at gmail.com> --- efi/udp.c | 18 ++++++++++++++++++ 1 file