similar to: Improving messaging on successful binary package installation

Displaying 20 results from an estimated 3000 matches similar to: "Improving messaging on successful binary package installation"

2025 Jan 29
1
Improving messaging on successful binary package installation
On 1/29/25 15:27, Jeroen Ooms wrote: > I have been testing R-devel and really enjoying fast parallel > downloading of R packages, especially on mac/win where there is no > complication step either, it is super nice. > > Perhaps the install.packages() messaging could still be improved a > bit. Right now if one installs a package on Windows/MacOS we see: > > >
2007 Nov 12
0
[ wxruby-Bugs-15581 ] Text fields crash application when F3 is pressed in them after a successful Find.
Bugs item #15581, was opened at 2007-11-12 10:55 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=15581&group_id=35 Category: Incorrect behavior Group: current Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: Text fields crash application when F3 is pressed in them after a successful Find.
2005 Dec 28
2
form reset after successful form submission
hi, what''s the way to reset the form generated by the form_remote_tag after the successful submission of the form? thanks
2011 Jun 22
0
'net ads testjoin' return successful but 'wbinfo -t' return failed
Hi, All In my lab, I set up a samba server to join the ad domain, and want to use the domain user to access the cifs share. realm = LAB.TEST.COM workgroup = LAB security = ads encrypt passwords = yes password server = 192.168.1.120 winbind enum users = no winbind enum groups = no winbind use default domain = no I find I
2005 Feb 07
1
rsyncd.conf is not created although successful installation of rsync on debian but
Hi All, I have installed rysnc-2.6.3 on my debian linux ( 2.2.20-idepci #1 Sat Apr 20 12:45:19 EST 2002 i686). While configuration it was successful and i installed it without any error. Now, in default installation it should create rsyncd.conf as detault configuration file.. but it has not been created anywhere in system. root@jike:/tmp/temp/rsync-2.6.3# which rsync /usr/local/bin/rsync In
2002 Feb 08
1
Deleting files from source after a successful rsync !
I have a few clients who prepare some reports and put it in their outgoing/ directory for me to pick up every morning. Is there a way to delete those files from their outgoing/ after I fetch them ? Thanks Nishi
2006 Jan 06
1
"Access is denied" after connection is apparently successful
We have a small home network with Samba running on a Slackware Linux 10.1 system, it's been running happily for several months or even maybe a year or so. It's running Samba version 3.0.4 Recently one of the Win2k clients is getting errors when trying to access Samba shares. The other clients are all still working OK and the same user can access shares from other client machines.
2006 Feb 27
0
Permission denied after successful mount of Windows share
I have noticed the same thing. RedHat's smbmount can mount a read/write a share just fine. But the smbmount in SuSE 10 can not. I get "Permission denied" when I try to look at the mount using 'df.' # smbmount Usage: mount.smbfs service mountpoint [-o options,...] Version 3.0.20-4-SUSE ... # smbmount //appsrv/rxs /mnt/rxs -o
2006 Oct 31
0
6380036 zfs does not clear S_ISUID and S_ISGID bits on successful writes
Author: marks Repository: /hg/zfs-crypto/gate Revision: f89e0d54f3a2bec76fbda3e2097037a4bd3c6f21 Log message: 6380036 zfs does not clear S_ISUID and S_ISGID bits on successful writes 6388195 conflict of filesystem property of "aclinherit=secure" & ACE no_propagate 6389212 file_dac_search privilege is ineffective when traversing zfs mount point Files: update:
2009 Jun 21
0
Successful install of BibleStudyPro but no text displays
All: See Wine bug issue 19022 for a full explanation of the problems I'm experiencing with this program. Run log is attached, but no errors were reported in the log, but the program does display an error dialog shortly after starting the program. Thank you. James McKenzie
2001 Mar 11
1
Successful compile of Wine
I was able to compile and run Wine successfully this morning. I can now run WELCOME.EXE, CALC.EXE & NOTEPAD.EXE where I am currently putting windows (non-catalization intentional) programs in /c/windows. I do have a coule of questions however. I get an error saying basically an exported function needed from MSVCRT.DLL is not found, try using the native one instead when running NOTEPAD.EXE
2009 Nov 17
0
after successful debootstrap
I have got the following errors after installing a DomU system via Debootstrap where can I read the log it is Ubuntu update-initramfs: Generating /boot/initrd.img-2.6.28-16-server Errors were encountered while processing: hal checkbox checkbox-gtk gnome-mount gnome-power-manager hal-cups-utils network-manager network-manager-gnome pulseaudio-module-hal update-notifier xserver-xorg
2009 May 09
0
Re: looking for some data regarding successful Xen deployment
On a similar note to Joe''s email below, I am looking for metrics or documents concerning disk I/O performances for Xen 3.3.x. More specifically, what are the performance gains observed between FC SAN (Emc, Hitachi, 3Par..), iSCSI, NFS, SATA, and SAS disk storage? Are there any domU image layout and tune up recommended? Thank you, Lionel. On Fri, May 08, 2009 at 02:40:45PM -0700,
2002 Oct 30
1
scp removing the file after successful copy?
G'day, Sorry for the intrusion, just wondering if there are any plans to add a -u type option to scp like the commercial SSH's scp has, which removes the file after a successful copy? (particularly when copying a remote file to local) I was involved recently with a replacement of the commercial SSH with OpenSSH, and the lack of a -u option to scp caused some pain. I did a quick search
2012 Oct 16
2
Samba4 successful deployment
Recently I migrated to samba4 in my company. So far so good. debian 6 samba4.1.0pre1 bind9.9.1-P1 (working pretty well. it even updates the reverse zone and no problems at all with the forwarder) ntp-4.2.6p5 All services authenticating with samba4: mail (postfix + dovecot + squirrelmail), jabber (openfire), proxy (squid), even MS Sql server 2000, Net Support Manager and GFI Endpoint Security.
2018 Mar 17
0
Successful Build: llvm-5.0.1 on Solaris 10/sparc
Greetings, All. Llvm-5.0.1 was successfully built on Solaris 10/sparc. I first built the Debug version then the Release version with the following cmake/gmake incantations: cmake \ -DCMAKE_C_COMPILER=/home/build/gcc/5.4.0/bin/gcc \ -DCMAKE_CXX_COMPILER=/home/build/gcc/5.4.0/bin/g++ \ -DLLVM_TARGETS_TO_BUILD=Sparc \ -DCMAKE_INSTALL_PREFIX=/home/build/llvm \ -DCMAKE_BUILD_TYPE=Release \
2004 Dec 30
1
Have anyone successful shrink smbd size
hello I want to deploy smbd into my smartphone. but flash size is limited. I cross compile samba-2.2.8 as arm xscale .the size of smbd is 1.6M, a little big. Have anyone cut it down before. I only need very basic question like file browsing, delete , add etc. Another question I assumed I don't need nmbd to share file in mobile to windows host, right? Thanks for your help
2013 Jan 29
0
Windows driver installer not always successful
The Windows driver installer isn't always successful, actually most of the time it fails. I thought it was due to differences between Windows XP and 7 or different UPS models. But I'm noticing that it might be a bit more random than that. What does seem to always work is running wdi-simple.exe from the others folder manually. When having it run from the NUT installer, it will extract
2013 Jul 18
0
[PATCH 05/10] virtio: console: update private_data in struct file only on successful open
Mateusz Guzik points out that we update the 'file' struct's private_data field before we've successfully done all our checks. This means we can return an error with the private_data field updated. This could lead to problems. Fix by moving the assignment after all checks are done. CC: <stable at vger.kernel.org> Reported-by: Mateusz Guzik <mguzik at redhat.com>
2013 Jul 22
1
[PATCH 05/10] virtio: console: update private_data in struct file only on successful open
Amit Shah <amit.shah at redhat.com> writes: > Mateusz Guzik points out that we update the 'file' struct's private_data > field before we've successfully done all our checks. This means we can > return an error with the private_data field updated. This could lead to > problems. > > Fix by moving the assignment after all checks are done. No, this is a bit