notify command
Dear all, I'm preparing matterial and need to notify command in debian.I guess it's renamed, do you know its new name? --mohsen signature.asc Description: This is a digitally signed message part
Re: notify command
On Tue, 2012-02-14 at 21:07 +, Javi Merino wrote: > libnotify-bin Oh no, I'm looking for notify classic command, it used by a set of old unix and distro such as nice, renice and so on. You can the following link: http://www.manpagez.com/man/1/notify/osx-10.7.php ---mohsen signature.asc Description: This is a digitally signed message part
Re: notify command
Oh no, I'm looking for notify classic command, it used by a set of old unix and distro such as nice, renice and so on. You can the following link: http://www.manpagez.com/man/1/notify/osx-10.7.php ---mohsen On Tue, 2012-02-14 at 21:07 +, Javi Merino wrote: > On Tue, Feb 14, 2012 at 07:08:33AM +0330, Mohsen Pahlevanzadeh wrote: > > Dear all, > > I'm preparing matterial and need to notify command in debian.I guess > > it's renamed, do you know its new name? > > I suppose you are looking for notify-send in libnotify-bin. > > Cheers, > Javi (Vicho) > > signature.asc Description: This is a digitally signed message part
it's free license?
Dear Mentors, I want to know the following license is free or not: // Copyright © 2002-2010 Nikolaus Gebhardt This software is provided ‘as-is’, without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. // I found it at http://irrlicht.sourceforge.net/license/ Yours, Mohsen signature.asc Description: This is a digitally signed message part
vector format and freesofware
Dear all, Which of vector format of pic are FOSS? such as svg? --mohsen -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1348191014.4830.71.camel@debian
creative common
Dear all, Suppose i have a electronic magazine, So i want to translate an article according to http://creativecommons.org/licenses/by-sa/2.5/ license, can i do it? --mohsen -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1349922289.5333.7.camel@debian
esr term
Dear all, What's esr term at end of iceweasel* packages? --mohsen -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1350171925.25387.3.camel@debian
cyberciti's copyright
Dear all, I believe and sense copyright, So i can't translate some articles from anywhere, I want to translate article from cyberciti.biz , but its copyright is : http://www.cyberciti.biz/tips/copyright i couldn't understand that i can translate or not, can you help me? Yours, Mohsen -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1350252140.11339.6.camel@debian
debconf scripts
Dear all, Suppose i download a *.deb from internet or packages.debian.org, How i can find out it has prerm, postrm, postinst...preinst and so on? which command? Can i find out? --mohsen signature.asc Description: This is a digitally signed message part
dsf vs dfsg
Dear all, I Vesrion section of packages, may be we can see "dfsg" that it's abbreviation of "Debian Free Software Guidline",So i see "dsf" word in Version section of some packages such as sysvinit_2.88dsf-13.1_i386.deb. What is meaning of dsf? --Mohsen signature.asc Description: This is a digitally signed message part
with.ckbi
Dear all, I prevent to "with.ckbi" word in version section of package,What does mean it? --mohsen signature.asc Description: This is a digitally signed message part
content of a package on repo
Dear all, Suppose i have systemtap-sdt-dev package on repo and i didn't install it. i want to see it's files, how can do it? --mohsen -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1356156949.12945.5.camel@debian
sysV and dependency loop
Dear Mentors, I'm working on a article about systemd, so i read the following link at first: http://0pointer.de/blog/projects/systemd.html I found the following context in the above link: / Hardware and Software Change Dynamically Modern systems (especially general purpose OS) are highly dynamic in their configuration and use: they are mobile, different applications are started and stopped, different hardware added and removed again. An init system that is responsible for maintaining services needs to listen to hardware and software changes. It needs to dynamically start (and sometimes stop) services as they are needed to run a program or enable some hardware. Most current systems that try to parallelize boot-up still synchronize the start-up of the various daemons involved: since Avahi needs D-Bus, D-Bus is started first, and only when D-Bus signals that it is ready, Avahi is started too. Similar for other services: livirtd and X11 need HAL (well, I am considering the Fedora 13 services here, ignore that HAL is obsolete), hence HAL is started first, before livirtd and X11 are started. And libvirtd also needs Avahi, so it waits for Avahi too. And all of them require syslog, so they all wait until Syslog is fully started up and initialized. And so on. **/ My question is : How it implemented in sysv? Yours, Mohsen -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1393165455.5077.5.camel@debian
sysV and dependency loop
Dear Mentors, I'm working on a article about systemd, so i read the following link at first: http://0pointer.de/blog/projects/systemd.html I found the following context in the above link: / Hardware and Software Change Dynamically Modern systems (especially general purpose OS) are highly dynamic in their configuration and use: they are mobile, different applications are started and stopped, different hardware added and removed again. An init system that is responsible for maintaining services needs to listen to hardware and software changes. It needs to dynamically start (and sometimes stop) services as they are needed to run a program or enable some hardware. Most current systems that try to parallelize boot-up still synchronize the start-up of the various daemons involved: since Avahi needs D-Bus, D-Bus is started first, and only when D-Bus signals that it is ready, Avahi is started too. Similar for other services: livirtd and X11 need HAL (well, I am considering the Fedora 13 services here, ignore that HAL is obsolete), hence HAL is started first, before livirtd and X11 are started. And libvirtd also needs Avahi, so it waits for Avahi too. And all of them require syslog, so they all wait until Syslog is fully started up and initialized. And so on. **/ My question is : How it implemented in sysv? Yours, Mohsen -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1393164841.5077.3.camel@debian
sysV and dependency loop
Dear Mentors, I'm working on a article about systemd, so i read the following link at first: http://0pointer.de/blog/projects/systemd.html I found the following context in the above link: / Hardware and Software Change Dynamically Modern systems (especially general purpose OS) are highly dynamic in their configuration and use: they are mobile, different applications are started and stopped, different hardware added and removed again. An init system that is responsible for maintaining services needs to listen to hardware and software changes. It needs to dynamically start (and sometimes stop) services as they are needed to run a program or enable some hardware. Most current systems that try to parallelize boot-up still synchronize the start-up of the various daemons involved: since Avahi needs D-Bus, D-Bus is started first, and only when D-Bus signals that it is ready, Avahi is started too. Similar for other services: livirtd and X11 need HAL (well, I am considering the Fedora 13 services here, ignore that HAL is obsolete), hence HAL is started first, before livirtd and X11 are started. And libvirtd also needs Avahi, so it waits for Avahi too. And all of them require syslog, so they all wait until Syslog is fully started up and initialized. And so on. **/ My question is : How it implemented in sysv? Yours, Mohsen -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/1393170053.5077.6.camel@debian
application for Linux remastering
Dear all, I remastered the GNU\Linux about 7 8 years ago , i only i was working with dh_* files. What do you suggest for proffessional remastering? Yours, Mohsen -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/1394667974.18726.15.camel@debian
Re: application for Linux remastering
On Thu, 2014-03-13 at 08:24 +0800, Paul Wise wrote: > On Thu, Mar 13, 2014 at 7:46 AM, Mohsen Pahlevanzadeh wrote: > > > I remastered the GNU\Linux about 7 8 years ago , i only i was working > > with dh_* files. > > > > What do you suggest for proffessional remastering? > > Please explain what you mean by remastering and what you are intending > to achieve. > > -- > bye, > pabs > > http://wiki.debian.org/PaulWise > > We're going to create a complete platform for VoIP, compiling kernel, configuration Asterisk, some application on VoIP, programming on the Asterisk, So we need our distro. before your guide, Thank you Yours, Mohsen -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/1394672151.18726.24.camel@debian
systemd and a mailing list is needed
Dear Mentors, I work on systemd and searched for a mailing list for systemd but i didn't found in list of debian mailing list. Do i use debian-boot mailing list? Yours, Mohsen -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/1395190828.12479.5.camel@debian
apt 1.0.3
Dear Mentors, I have apt 1.0.3 and the following configuration 10periodic: / root@debian:/home/mohsen# cat /etc/apt/apt.conf.d/10periodic APT::Periodic::Update-Package-Lists "0"; APT::Periodic::Download-Upgradeable-Packages "0"; APT::Periodic::AutocleanInterval "0"; APT::Periodic::Unattended-Upgrade "0"; /// When i use `apt-get update;` itself gets files and i see filled /var/cache/apt/files How modify i apt to disable auto-upgrade ? --mohsen -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/1399688980.22523.2.camel@debian
Type of license and static compile of libraries
Dear all, I want to choose a library, But i need to compile as static library, Which license can help me? --Regards, Mohsen -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/54ab1ca2.9000...@pahlevanzadeh.org
`apt-get source` and recompile and gerenate deb
Dear Mentors, When i use `apt-get source ffmpeg` or any packages i get the two or three packages such as : ffmpeg-2.5.3 ffmpeg_2.5.3-1.dsc ffmpeg_2.5.3-1.debian.tar.xz ffmpeg_2.5.3.orig.tar.gz I need to : 1. Recompile my packages , for above example i need to add --non-free option to ffmpeg. 2. make standard deb package from my files But why i mail to this list? I always compile my packages and install them into /opt/ . I don't decide to you help me how to do them, I need to introduce me a good documenation above apt-get source and make package from apt-get source. --Regards, Mohsen -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/54cb59db.5090...@pahlevanzadeh.org
`apt-get source` and recompile and gerenate deb
Dear Mentors, When i use `apt-get source ffmpeg` or any packages i get the two or three packages such as : ffmpeg-2.5.3 ffmpeg_2.5.3-1.dsc ffmpeg_2.5.3-1.debian.tar.xz ffmpeg_2.5.3.orig.tar.gz I need to : 1. Recompile my packages , for above example i need to add --non-free option to ffmpeg. 2. make standard deb package from my files But why i mail to this list? I always compile my packages and install them into /opt/ . I don't decide to you help me how to do them, I need to introduce me a good documenation above apt-get source and make package from apt-get source. --Regards, Mohsen -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/54cb8d2c.2090...@pahlevanzadeh.org
python license (Free or not?)
Dear Mentors , I heard Python isn't freesoftware at pycon (yesterday). Is't true? --Regards Mohsen -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/5544efea.4000...@pahlevanzadeh.org
not installed and installed , where they store?
Dear Mentors, Suppose : /// root@debian:/home/mohsen# dpkg -l virtualbox Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==---= un virtualbox (no description available) /// My query means not installed and installed !(ii) When dpkg read it, dpkg read from where? --Regards Mohsen -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/554ec53c.9090...@pahlevanzadeh.org
Re: not installed and installed , where they store?
When i use : grep ^Status: /var/lib/dpkg/status , Unfortunately , i only get "Status: install ok installed" --Regards Mohsen On 05/10/2015 07:59 AM, Tom Lee wrote: Hey Mohsen, The short answer is /var/lib/dpkg/status. There might be easier ways, but strace can give you some hints wrt where to look if you're patient: $ strace dpkg -l virtualbox 2>&1 | grep open | grep O_RDONLY | grep -v ENOENT open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 open("/lib/x86_64-linux-gnu/libselinux.so.1", O_RDONLY|O_CLOEXEC) = 3 open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 open("/lib/x86_64-linux-gnu/libpcre.so.3", O_RDONLY|O_CLOEXEC) = 3 open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3 open("/lib/x86_64-linux-gnu/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3 open("/proc/filesystems", O_RDONLY) = 3 open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3 openat(AT_FDCWD, "/etc/dpkg/dpkg.cfg.d", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3 open("/etc/dpkg/dpkg.cfg", O_RDONLY) = 3 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3 open("/var/lib/dpkg/arch", O_RDONLY) = 3 open("/var/lib/dpkg/status", O_RDONLY) = 3 open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 4 openat(AT_FDCWD, "/var/lib/dpkg/updates/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3 open("/var/lib/dpkg/triggers/File", O_RDONLY) = 3 open("/var/lib/dpkg/triggers/Unincorp", O_RDONLY) = 3 open("/proc/meminfo", O_RDONLY|O_CLOEXEC) = 4 open("/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache", O_RDONLY) = 4 In the middle of all that noise you'll notice it's opening /var/lib/dpkg/status. If you run "head /var/lib/dpkg/status" you should get an idea of what's going on. Cheers, Tom On Sat, May 9, 2015 at 7:41 PM, Mohsen Pahlevanzadeh <moh...@pahlevanzadeh.org> wrote: Dear Mentors, Suppose : /// root@debian:/home/mohsen# dpkg -l virtualbox Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==---= un virtualbox (no description available) /// My query means not installed and installed !(ii) When dpkg read it, dpkg read from where? --Regards Mohsen -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/554ec53c.9090...@pahlevanzadeh.org -- Tom Lee / http://tomlee.co / @tglee -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/554ed62d.6040...@pahlevanzadeh.org
Re: not installed and installed , where they store?
On 05/10/2015 09:14 AM, Johannes Schauer wrote: Hi, Quoting Mohsen Pahlevanzadeh (2015-05-10 05:53:17) When i use : grep ^Status: /var/lib/dpkg/status , Unfortunately , i only get "Status: install ok installed" how sure are you of that? Did you just look at the first few hundred or did you really find all unique values? Try: grep ^Status: /var/lib/dpkg/status | sort | uniq -c cheers, josch It's very interseting : / I did : root@debian:/home/mohsen# grep ^Status: /var/lib/dpkg/status | sort | uniq -c 1 Status: install ok config-files 2803 Status: install ok installed But : /// root@debian:/home/mohsen# dpkg -l virtualbox* Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==---= un virtualbox (no description available) ii virtualbox-4.3 4.3.22-98236 amd64 Oracle VM VirtualBox un virtualbox-gue (no description available) un virtualbox-ose (no description available) --Regards mohsen -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/554f1c9d.4070...@pahlevanzadeh.org
zekr project and new version of Debian
Dear All, https://packages.debian.org/stretch/zekr Project is a powerful and useful project in Quran. But its maintainer was released it. I contact with him, and decide to build deb for debian repo and rpm for fedora and zst for archlinux. At first, I compiled it from source(with ant), and when I run , I get the following error: ### org.eclipse.swt.SWTError: No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)] at org.eclipse.swt.SWT.error(Unknown Source) at org.eclipse.swt.browser.Mozilla.initMozilla(Unknown Source) at org.eclipse.swt.browser.Mozilla.create(Unknown Source) at org.eclipse.swt.browser.Browser.(Unknown Source) at net.sf.zekr.ui.QuranForm.makeFrame(QuranForm.java:628) at net.sf.zekr.ui.QuranForm.init(QuranForm.java:340) at net.sf.zekr.ui.QuranForm.(QuranForm.java:319) at net.sf.zekr.ZekrMain.startZekr(ZekrMain.java:51) at net.sf.zekr.ZekrMain.main(ZekrMain.java:94) ### I googled and find the following answer: 'YOU HAVE TO INSTALL libwebkitgtk-1.0-0' But libwebkitgtk-1.0-0 isn't on the repository. By the way, I install dependencies of zekr even via new name. But didn't find any package for libwebkitgtk-1.0-0. Before any aim, Thank you. --Mohsen
Re: zekr project and new version of Debian
On 12/13/21 11:13, Andrey Rahmatullin wrote: On Mon, Dec 13, 2021 at 08:56:30AM +0330, Mohsen Pahlevanzadeh wrote: https://packages.debian.org/stretch/zekr Project is a powerful and useful project in Quran. But its maintainer was released it. I contact with him, and decide to build deb for debian repo and rpm for fedora and zst for archlinux. Do you mean you are trying to build the same old source that was removed from Debian because it depended on obsolete libs? In that case it may be impossible to do that on modern Debian. Also, if you want to reintroduce the package in Debian it will be impossible as well, and if you are trying to build it just for yourself or for a non-Debian repo then you shouldn't ask on this mailing list, which is only for questions about contributions to Debian. Oh, no, I compiled from original source from sourceforge: https://sourceforge.net/projects/zekr/ I need to create a dependency list according to new version of dependencies. Now, libwebkitgtk-1.0-0 is removed from all repo. I want to know name of new version of libwebkitgtk-1.0-0 I googled and find the following answer: 'YOU HAVE TO INSTALL libwebkitgtk-1.0-0' But libwebkitgtk-1.0-0 isn't on the repository. By the way, I install dependencies of zekr even via new name. But didn't find any package for libwebkitgtk-1.0-0. The last Debian release with that package was stretch.