search for: aptitud

Displaying 20 results from an estimated 426 matches for "aptitud".

Did you mean: aptitude
2006 Sep 03
6
Aptitude vs. apt
Hi all, I need to write an aptitude provider for Debian. How should it differ from apt? Can I just s/apt/aptitude/g, or do I need to do something else? Any other weird behaviours I should look for or whatever? I''ll make it a subclass of apt (and since Deb seems to specify aptitude as the default now, maybe apt should...
2011 Oct 19
1
[RFC] aptitude & BTRFS slowness
Hi all, I suffered a lot for the terrific performance of aptitude on a BTRFS filesystem. I don''t think that BTRFS is a slow filesystem, but it seems that some aptitude (or dpkg) patterns are capable to highlight the btrfs slowness in some corner case. In order to alleviate this problem, I wrote a small script which calls aptitude with the LD_PRELOAD...
2011 Jun 15
2
[PATCH 1/2] use apt-get instead of aptitude
...ions(-) diff --git a/config.ml.in b/config.ml.in index a8c008a..262c913 100644 --- a/config.ml.in +++ b/config.ml.in @@ -22,7 +22,7 @@ let package_version = "@PACKAGE_VERSION@" let yum = "@YUM@" let rpm = "@RPM@" let yumdownloader = "@YUMDOWNLOADER@" -let aptitude = "@APTITUDE@" +let apt_get = "@APTGET@" let dpkg = "@DPKG@" let pacman = "@PACMAN@" let host_cpu = "@host_cpu@" diff --git a/configure.ac b/configure.ac index bd9d39d..1a0302c 100644 --- a/configure.ac +++ b/configure.ac @@ -61,7 +61,7 @@ AC_CH...
2012 Jun 19
5
Error:bridge-utils are not installing
hi all, I was following Xen beginners Guid. I downloaded , burnt on cd and installed Debian squeeze on 64 bit x86 machine. my problem is that i''m stuck at ''setup the linux bridge '' step. whenever I issue the command " aptitude install bridge-utils", its output told me that there is no package exist which could be matched with bridge-utils. I''ve checked its networking. ping is working fine. As I''m in LAN, I''ve configured eth0 properly. But can''t understand why I''m not abl...
2007 Jun 11
6
Package resource changes
What with the impending release and a now fixed bug nagging me, I''m testing puppet [2556] from subversion. There have been changes in packages, I used to have Package { provider => "aptitude", } in my default.pp, but that doesn''t work anymore, and changing package to type or removing the declaration doesn''t help. How do package providers work now? Here are the error messages: # with provider => aptitude err: Could not create openssh-server: Invalid paramete...
2007 Apr 12
1
upgrade to .22.3 and got errors on packages (debian sarge)
I just upgraded to .22.3 from .22.1 and now i got several error messages. I havent found why i got them. Nothing has changed but still there is error and i cannot correct them: err: Package[lsb-release](provider=aptitude): Could not find latest version i run debug: debug: package provider aptitude: Executing ''/usr/bin/dpkg-query -W --showformat ${Status} ${Package} ${Version}\n lsb-release'' debug: package provider aptitude: Executing ''/usr/bin/apt-cache policy lsb-release'' e...
2008 Sep 22
1
Hmisc and Ubuntu (aptitude install)
Hi, I'm trying to get the Hmisc module on my Ubuntu Hardy Heron install. I tried getting Hmisc from within R by issuing the standard 'install.packages' command, but it said I needed 'gfortran' to compile. I thought I could circumvent this by using 'aptitude' to get the package 'r-cran-hmisc', but when I got it, the package had critical missing parts (got 404s). So, I'll be trying to go back and download 'gfortran', but can anybody tell me if this aptitude ubuntu package should be kept up to date and is just currently overlook...
2013 Jan 27
1
CRAN-only "Hash Sum mismatch"
...fetch <mirror URI/>/squeeze-cran/<deb name/>: Hash Sum mismatch but can install .deb's from non-CRAN sources. No fix from sudo rm /var/cache/apt/pkgcache.bin sudo rm /var/cache/apt/srcpkgcache.bin sudo rm /var/lib/apt/lists/* sudo rm /var/lib/apt/lists/partial/* and either sudo aptitude update or sudo apt-get update details: http://lists.debian.org/debian-user/2013/01/msg00995.html > I'm getting > > E: Failed to fetch http://lib.stat.cmu.edu/R/CRAN/bin/linux/debian/squeeze-cran/r-base-core_2.15.2-1~squeezecran.0_amd64.deb: Hash Sum mismatch > So I changed my s...
2011 Dec 01
6
subscribe exec to a dir fails
Hi, I am trying to convince aptitude update to run only when a file changes in /etc/apt/sources.list.d: exec { <snip> "aptitude-update": command => "/usr/bin/aptitude update", subscribe => "$basedir/sources.list.d", refreshonly => true; } File { owner =...
2006 Aug 12
0
Processed: Re: Bug#381481: aptitude: FTBFS: test failure
Processing commands for control@bugs.debian.org: > reassign 381481 xen-3.0 Bug#381481: aptitude: FTBFS: test failure Bug reassigned from package `aptitude' to `xen-3.0'. > retitle 381481 pthread_cond_timedwait does not wait enough Bug#381481: aptitude: FTBFS: test failure Changed Bug title. > severity 381481 important Bug#381481: pthread_cond_timedwait does not wait enough Se...
2006 Sep 11
1
Bug#381481: aptitude: FTBFS: test failure
reassign 381481 aptitude thanks > On Fri, Aug 11, 2006 at 06:54:43AM -0700, Daniel Burrows wrote: > > > | ...................... > > > | rval == -1080447064 > > > | > > > | now2.tv_sec == 1155053066 > > > | now.tv_sec + 2 == 1155053066 > > > | no...
2010 May 20
1
[PATCH ubuntu repost] Ubuntu: Use apt-get instead of aptitude when installing guestfsd.
Previously posted here: http://www.redhat.com/archives/libguestfs/2009-December/msg00041.html I can't get aptitude to work under debirf (not on Ubuntu anyway), so using apt-get is necessary for me. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-df lists disk usage of guests without needing to install any software inside the virtual machine. Supports Linux and Wi...
2012 Dec 14
1
mcollective and aptitude safe-upgrade
Guys Compliments of the festive season to everyone. Ive looked at mcollective plugins from http://projects.puppetlabs.com/projects/mcollective-plugins/wiki And I tried / installed some of them. What im looking for is a method or really a mcollective plugin to ''aptitude safe-upgrade'' on my test VMs. Would anyone have a solution or method on how I can go about this. The only other solution I can think of, is to use capistrano (which is the reason for this email, as im not entirely satisfied with that solution) and then have puppet manage my public key...
2010 Aug 31
23
Puppet + APT, I am lost...
...the web, but none of them seem to do exactly what I want. Among other things, I have tried everything that is discussed here: http://groups.google.com/group/puppet-users/browse_thread/thread/af7349171a5821a4/db96b809c97f6006 but none of that really works. What I would like, is for Puppet to run `aptitude update` before it installs or upgrades packages. That doesn''t seem out of the ordinary to me, but I can''t make it work in Puppet. The approach I like best, is this one: class apt-update { exec { "/usr/bin/aptitude update": refreshonly => tru...
2008 Jun 21
1
Howto uninstall compiz from Kubuntu
...l-windows turned everything black Some of those items were configurable. Some required multiple, diverse reconfigurations to fix. I couldn't fix the last one. And I could not find a simple "off" button among compizconfig-settings-manager's confusingly-named options. sudo aptitude remove compizconfig-settings-manager (hey Ubuntu why is that a separate item)? sudo aptitude remove compiz-core And the /coup de grace/: sudo aptitude reinstall kwin I still don't know if that reinstalled the Kubuntu-standard popup on Alt+Tab. -- Phlip
2014 Jun 25
1
samba4 migration
...at when your clients are contacting the first time your migrated AD Domain Controller, then will never access the NT4-style domain any more - even if you rollback your changes! ---------------------------------------------------------------------- My first question is : once samba is installed from aptitude, does it start automatically? or do i have the time to change ip address of my test machine before it start ? The second question : do i have to install os requirement before install samba as it is said here : https://wiki.samba.org/index.php/OS_Requirements#Debian_.2F_Ubuntu or just install samb...
2014 Nov 03
2
Large Dependency List on Ubuntu Server 14
...uestfish --ro -i -a disk.img Other distros, compiling from source ..." So on Ubunu Server 14: ~:% sudo apt-get install libguestfs-tools Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: apt-xapian-index aptitude aptitude-common binutils btrfs-tools dosfstools fontconfig-config ghostscript gsfonts icoutils jfsutils ldmtool libauthen-sasl-perl libboost-iostreams1.54.0 libclass-accessor-perl libconfig9 libcups2 libcupsfilters1 libcupsimage2 libcwidget3 libencode-locale-perl libept1.4.12 libfile-listi...
2010 Jun 04
7
Installation problem
...sudo apt-get install samba) and it didnt create any config files. There is no /etc/samba or /usr/local/samba. I dont realy know what to do.... The samba server fails to start and i cant connect to the machine over my network. Anyone know what i should do? I tried purging / reinstalling (apt-get and aptitude), with no success. -- Lep pozdrav, Miha Krajnc.
2011 Mar 20
3
manova question
Dear friends, Sorry for this somewhat generically titled posting but I had a question with using contrasts in a manova context. So here is my question: Suppose I am interested in doing inference on \beta in the case of the model given by: Y = X %*% \beta + e where Y is a n x p matrix of observations, X is a n x m design matrix, \beta is m x p matrix of parameters, and e is a
2010 Jan 13
1
how-to use dsync to do a 2 ways replication ?
...n I launched dsync as root : /usr/local/dovecot2/bin/dsync -v mirror 'ssh eole.it.fr.eve /usr/local/dovecot2/bin/dsync' root at eole.it.fr.eve's password: dsync-local(root): Error: Can't create mailbox ssh: Mailbox already exists dsync-local(root): Error: Can't create mailbox aptitude: Mailbox already exists dsync-local(root): Error: Can't create mailbox debtags: Mailbox already exists dsync-local(root): Info: debtags: only in source dsync-local(root): Info: aptitude: only in source dsync-local(root): Info: ssh: only in source dsync-local(root): Info: ssh: only in dest dsyn...