search for: showpkg

Displaying 17 results from an estimated 17 matches for "showpkg".

2006 Aug 31
4
crashes
...Segmentation fault ruby 1.8.4 (2005-12-24) [i486-linux] Aborted www01:/home/cwarden# puppetd --verbose --onetime info: Caching configuration at /etc/puppet/localconfig.yaml notice: Starting configuration run info: //www01/kerberos-client/server/package=openntpd: Executing "/usr/bin/apt-cache showpkg openntpd" info: //www01/kerberos-client/package=krb5-user: Executing "/usr/bin/apt-cache showpkg krb5-user" info: //www01/kerberos-client/package=libpam-krb5: Executing "/usr/bin/apt-cache showpkg libpam-krb5" info: //www01/kerberos-client/package=autofs: Executing "/u...
2008 Aug 21
1
Wine & ATI
I'm suing an Aspire 5050 laptop with and AMD Turion64 and Radeon X1100 Running Kubuntu Hardy, Wine-1.0, latest version of Xorg Code: :~$ apt-cache showpkg xorg-driver-fglrx Package: xorg-driver-fglrx Versions: 1:7.1.0-8-3+2.6.24.13-19.45 Running with the fglrx drivers generally doesn't seem to bode well... video playback is slow and any attempt to run wine with d3d crashes. For example, with Diablo II Code: :~$ wine Diablo\ II.exe fixme:ad...
2023 Jan 19
1
c2d4u: apt sees new package version as a downgrade
...o, I noticed a strange thing when attempting to upgrade a specific package (lavaan) from c2d4u and wondered if someone could confirm the problem. In short, apt seems to think that an older version from the "universe" repo is higher than the newer version from c2d4u. When I do apt-cache showpkg r-cran-lavaan I get the output at the bottom of this email. Then, I tried to force install the 0.6-13 version using apt install r-cran-lavaan=0.6-13-1cran1.2204.0 and apt warned me that I was downgrading the package. I am wondering whether it is because universe has a period between "6&quot...
2016 Jan 22
3
tinc on a raspberry pi - version 1.0.19 will not work
Hello, I am attempting to run tinc on a raspberry pi (version 1 B HW, 512mb ram). Tinc starts, but then the tinc daemon crashes. # cat /etc/issue Raspbian GNU/Linux 7 \n \l # cat /etc/debian_version 7.8 $ apt-cache showpkg tinc Package: tinc Versions: 1.0.19-3 (/var/lib/apt/lists/mirrordirector.raspbian.org_raspbian_dists_wheezy_main_binary-armhf_Packages) Description Language: File: /var/lib/apt/lists/mirrordirector.raspbian.org_raspbian_dists_wheezy_main_binary-armhf_Packages MD5...
2016 Mar 21
3
Outdated r-base-core when installing on Ubuntu 14.04
...-recommended (= 3.2.4-revised-1trusty0) but it is not going to be installed Recommends: r-base-html but it is not going to be installed Recommends: r-doc-html but it is not going to be installed E: Unable to correct problems, you have held broken packages. Using sudo apt-cache showpkg <package> reveals that apt is attempting to install r-base 3.2.4, but only has access to r-base-core 3.0.2. It does have access to r-recommended, r-base-html, and r-doc-html all version 3.2.4 though. I could probably live with R 3.0.2, but sudo apt-get install r-base=3.0.2 yields a similar...
2014 Apr 19
10
[Bug 77674] New: "failed to read DPCD" on wake up with external monitor
...0f48: failed to read DPCD [ 8625.220708] dpm_run_callback(): usb_dev_resume+0x0/0x10 [usbcore] returns -32 [ 8625.220712] PM: Device 4-1.8.1.1.1 failed to resume async: error -32 Reproducible only with external monitors (via dock station). Sorry, not sure how to get Nouveau version. $ apt-cache showpkg xserver-xorg-video-nouveau ... Dependencies: 1:1.0.10-1 - libc6 (2 2.15) libdrm-nouveau2 (2 2.4.38) libdrm2 (2 2.4.25) libudev1 (2 183) xorg-video-abi-14 (0 (null)) xserver-xorg-core (2 2:1.13.99.901) libgl1-mesa-dri (2 9.0) xserver-xorg-video-nouveau:i386 (0 (null)) " if that helps. -- You...
2006 Feb 26
9
State of the Breezy
What''s the current state of Rails installation on a fresh Ubuntu Breezy? I''ve just set up a laptop with a fresh installation, and tried to install ruby et al, and got nowhere fast. The default ruby is 1.8.3, and compiling the source for 1.8.4 leaves the rubygems setup.rb breaking unable to find zlib (and yes, I have checked for zlib1g-dev and readline). Is there a known
2016 Mar 21
3
Outdated r-base-core when installing on Ubuntu 14.04
...not > | going to be installed > | Recommends: r-base-html but it is not going to be installed > | Recommends: r-doc-html but it is not going to be installed > | E: Unable to correct problems, you have held broken packages. > | > | > | Using sudo apt-cache showpkg <package> reveals that apt is attempting to > | install r-base 3.2.4, but only has access to r-base-core 3.0.2. It does > | have access to r-recommended, r-base-html, and r-doc-html all version 3.2.4 > | though. > > Then something is wrong with your apt entries. Check and dou...
2009 Mar 30
4
cannot access winecfg/Drive with .wine made with 1.1.18
I'm using wine 1.1.18 on Ubuntu Intrepid 32 bit and cannot access the "Drive" folder in winecfg while using ".wine" folder created with this release. while creating it, the terminal shows the error: err:process:__wine_kernel_init boot event wait timed out and when accessing the Drive Tab it says: err:winecfg:open_mountmgr failed to open mount manager err 2 after i
2013 Jun 07
4
how to add gdal with rails application , now working with gdal 1.8 in ubuntu 10.10
I need to downgrade the gdal version , i am working in remote system so have only command prompt so if anybudy know how to either downgrade gdal version from 1.8 to 1.7 or any other way to use gdal in rails app which have version 2.3.5 and ruby 1.8.7 and ubuntu 10.10 Thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To
2016 Jan 22
2
tinc 1.0.26 on Ubuntu 15.10 x64 sometimes crashes on startup
...nc restart After that tinc will run fine for days and weeks and months without crashing. If I would have to guess I would bet on some race condition on startup, maybe tinc is started before there are any configured network interfaces at all ? Is that even possible ? Thanks BR Max. # apt-cache showpkg tinc Package: tinc Versions: 1.0.26-1 (/var/lib/apt/lists/de.archive.ubuntu.com_ubuntu_dists_wily_universe_binary-amd64_Packages) (/var/lib/dpkg/status) Description Language: File: /var/lib/apt/lists/de.archive.ubuntu.com_ubuntu_dists_wily_universe_binary-amd64_Packages...
2005 Feb 22
1
Having problems with quantreg
Hi All, I'm still having significantly difficulty getting the quantreg library running in R. I'm running R on MEPIS using the debs created by Dirk Eddelbuettel and placed in apt testing. When I try to install quantreg using the install.packages() function it fails with: /usr/bin/ld: cannot find -lblas-3 Dirk was nice enough to send me a .deb for quantreg which installs without
2016 Mar 21
0
Outdated r-base-core when installing on Ubuntu 14.04
...= 3.2.4-revised-1trusty0) but it is not | going to be installed | Recommends: r-base-html but it is not going to be installed | Recommends: r-doc-html but it is not going to be installed | E: Unable to correct problems, you have held broken packages. | | | Using sudo apt-cache showpkg <package> reveals that apt is attempting to | install r-base 3.2.4, but only has access to r-base-core 3.0.2. It does | have access to r-recommended, r-base-html, and r-doc-html all version 3.2.4 | though. Then something is wrong with your apt entries. Check and double check. I run wily he...
2011 Jun 25
1
Belkin F6C1200-UNV on Ubuntu 11.04
...802] add /devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1:1.0/0003:050D:1100.0007/hidraw/hidraw0 (hidraw) However, the usb devices are created in root group and without read access to nut group. $ ls -l /dev/usb crw------- 1 root root 180, 96 2011-06-24 20:43 hiddev0 Package information: $ apt-cache showpkg nut Package: nut Versions: 2.6.0-1ubuntu3 (/var/lib/apt/lists/ubuntu.media.mit.edu_ubuntu_dists_natty_main_binary-amd64_Packages) (/var/lib/dpkg/status) Description Language: File: /var/lib/apt/lists/ubuntu.media.mit.edu_ubuntu_dists_natty_main_binary-amd64_Packages...
2020 Apr 22
2
Seive + Spamprobe terminates with signal 6
Ubuntu 20.04, Dovecot 2.3.7.2, SpamProbe v1.4d. For the past weeks my sieve filters that call spamprobe have been crashing out for some users. I have a dozen similar server setups and this is not happening on any of the other servers and it was working just fine for a year up until recently. This particular server is quite busy. There is plenty of disk space and inode usage is about 2.5%.
2016 Mar 21
0
Outdated r-base-core when installing on Ubuntu 14.04
...alled > > | Recommends: r-base-html but it is not going to be installed > > | Recommends: r-doc-html but it is not going to be installed > > | E: Unable to correct problems, you have held broken packages. > > | > > | > > | Using sudo apt-cache showpkg <package> reveals that apt is attempting > to > > | install r-base 3.2.4, but only has access to r-base-core 3.0.2. It > does > > | have access to r-recommended, r-base-html, and r-doc-html all version > 3.2.4 > > | though. > > > > Then something is wro...
2014 Nov 12
2
upsonic IRT1000 on ubuntu 14.04lts
...ux merino 3.13.0-39-generic #66-Ubuntu SMP Tue Oct 28 13:30:27 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux root at merino:/tmp/aaa# cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=14.04 DISTRIB_CODENAME=trusty DISTRIB_DESCRIPTION="Ubuntu 14.04.1 LTS" root at merino:/tmp/aaa# apt-cache showpkg nut-server Package: nut-server Versions: 2.7.1-1ubuntu1 (/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_main_binary-amd64_Packages) (/var/lib/dpkg/status) Description Language: File: /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_main_binary-amd64_Packages...