Search results

  1. V

    Solved pkg and default perl version 5.34

    I decided to revert back to default version 5.32 unless 5.34 will be released at ports. Checked all software and there is no reason to upgrade, like Alain De Vos correctly noticed
  2. V

    Solved pkg and default perl version 5.34

    Never thought about having my own repository. Now I understand why pkg always wants to "downgrade" perl. Is there any difference between make fetchindex and make index when working with ports? Usually I am just fetching it after pulling sources. How hard and resource consuming is to run own...
  3. V

    Solved pkg and default perl version 5.34

    Hello, I recently upgraded default system perl version to 5.34 and state it at /etc/make.conf file as: DEFAULT_VERSIONS+=perl5=5.34 My software is built from ports and there is no problem or incompatibility issue. Nevertheless I am using pkg program to query packages and perform some quick...
  4. V

    pkg upgrade package to intermediate version

    Thank you for fast reply, Zirias. With gitlab-ce, that I mentioned, is a problem to update to latest. They have even special chapter with version table for this: https://docs.gitlab.com/ee/update/#upgrade-paths I was doing this update on Linux host and required to apply intermediate patch...
  5. V

    pkg upgrade package to intermediate version

    Hello, Is it possible to execute a set of intermediate upgrades for the specific package with pkg utility? For example gitlab-ce version 13.x must be updated first to 13.12.12 version and only then to 14.1.6. I didn't find any possibility to specify package version. It always takes latest. Thanks
  6. V

    Trying to create a FreeBSD Image on an Openstack Installation

    Also keep in mind what hypervisor are you trying to run image at and what mode (PV, HVM). I have created different images for XenServer and KVM. They also have different drive naming conventions. For XenServer "tools" are more or less required.
  7. V

    Solved [intr] - system process to restart or not?

    swapoff/on did the job perfectly! Thank you all !
  8. V

    Solved [intr] - system process to restart or not?

    Due to system overload some processes went to swap. All were identified and restarted and server went to normal except one tiny process with 10Mb of swap usage. It's name is "intr" and it seem it is a part of kernel. Is it possible to restart such process or system will crash? Should I restart...
  9. V

    Solved using ssh-agent to forward ssh session

    You are right - it works automagically when I have started Pageant. No need to configure agent
  10. V

    Solved using ssh-agent to forward ssh session

    Hello all, I am trying to solve the following task: Log-in from putty(with agent forwarding enabled) to FreeBSD server by SSH and then log-in to another server using FreeBSD server as hopper. No keys are going to be stored under .ssh folder in hopper. Recently I am not able to configure and...
  11. V

    PF blacklisted (not blocking)

    I agree, ShelLuser, that conf is a bit messy, but pfctl -nvf /etc/pf.conf does not report any errors and in fact - it works. It just works not as I have expected. Here what I have found during tests: pfctl -nvf /etc/pf.conf does not show anchor names if name contains "/*". I think it is a bug...
  12. V

    PF blacklisted (not blocking)

    Thank you for fast reply, ShelLuser! I have vanilla installation of FreeBSD 11.2 with base SSH daemon. The only thing I made changes to is kernel -- removed drivers/options I don't use. Have tried as less modifications as possible. At the moment I have: sshd_config: UseBlacklist yes pf.conf: #...
  13. V

    PF blacklisted (not blocking)

    Hello, I have decided to switch from sshguard to blacklistd and my initial set-up was: 1. enable blacklisted at rc.conf by adding blacklistd_enable="YES" blacklistd_flags="-r -t 900" #to increase observer time period for slow log-ins 2. add anchor to pf.conf anchor "blacklistd/*" in on...
  14. V

    Solved make buildworld fails after console detached

    Hi, I would like to make buildworld at background over SSH shell. I have tried this: nohup make buildworld > /tmp/buildworld.log & After closing SSH connection process terminates. Is it possible to prevent process termination? Thanks
  15. V

    [CFT] linux_base-c6 with CentOS 6.5, linux-c6 ports, Skype

    Thank you fernandel, but I think this will not be enough. I can install Skype 2.0 only and changing its binary to 4.3 will hardly work. I have found old Skype 4.2 ports archive and was able to cheat it with *-c6 libraries during compilation instead of *-f10, but during run-time it threw...
  16. V

    [CFT] linux_base-c6 with CentOS 6.5, linux-c6 ports, Skype

    Official ports tree has 4.3 as initial version of net-im/skype4. I guess 4.2 has never being merged into. I see that the only way to get Skype working is to update to 11-CURRENT version. At least that should be possible then.
  17. V

    [CFT] linux_base-c6 with CentOS 6.5, linux-c6 ports, Skype

    All instructions reference at the end to xmj@ repository on github that does not exist anymore. That is why I posted to this thread. I will try checkout specific SVN revision where ports contain Skype 4.2 and will try to install it.
  18. V

    Solved Resolution at vt console

    I have removed kern.vt.fb.default_mode from loader.conf and console went to full screen mode. Thanks !
  19. V

    Solved Resolution at vt console

    tingo, you were right - I have to load i9125kms module to be able to switch into graphical mode during boot up. But if I load it from loader.conf it behaves weird : I have output inside square box with fat left/right unusable space. If I load it from X - it goes full screen.
Back
Top